@font-face{

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    
   
}
@font-face{

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.ttf");
    
   
}
@font-face{

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff");
    
   
}

@font-face{

    font-family: "FontAwesome";
    src: url("../fonts/FontAwesome.otf");
    
   
}
@font-face{

    font-family: "Gotham_Medium";
    src: url("../fonts/Gotham_Medium.otf");
    
   
}
@font-face{

    font-family: "Gotham_Pro_Black";
    src: url("../fonts/Gotham_Pro_Black.ttf");
    
   
}
@font-face{

    font-family: "Gotham_Pro_Medium";
    src: url("../fonts/Gotham_Pro_Medium.ttf");
    
   
}
@font-face{

    font-family: "Gotham_Pro_Regular";
    src: url("../fonts/Gotham_Pro_Regular.ttf");
    
   
}
@font-face{

    font-family: "Proxima-Nova-Font";
    src: url("../fonts/Proxima-Nova-Font.otf");
    
   
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section {
    width: 100%;
    float: left;
}
/* section#banner {
    margin-top: 65px;
} */
 section#banner {
    margin-top: 85px;
}
@media(max-width:991px){
    section#banner {
    margin-top: 65px;
}
}
body{
    right: 0;
    overflow-x: hidden;
    background: #fff !important;
}

.fixed-width {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
}
img.layland-logo {
    max-width: 100%;
    width: 220px;
}
header{
    top: 0;
    position: fixed;
    width: 100%;
    height: 85px;
    float: left;
    /* background: #0E0E0E; */
    background: #ffffff;
    padding: 0px 0;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.50);
    z-index: 999;
}
.fix-center{
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}
img{
    max-width: 100%;
    /* width: 100%; */
}
.logo {
    /* width: 170px; */
    width: 220px;
    padding: 10px 0;
    float: left;
}
.headermenu{
    width: 80%;
    float: right;
    text-align: right;
}
ul.sidemenu{
    list-style: none;
}
ul.sidemenu li{
    display: inline-block;
    /* padding: 25px 5px; */
    padding: 10px 5px;
    color: #fff;
    /* font-size: 20px; */
    font-family: "Gotham_Pro_Regular";
}
ul.sidemenu li a{
    /* color: #ffffff !important; */
     color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    /* padding-left: 15px; */
    font-family: "Gotham_Pro_Regular";

}
ul.sidemenu li button {
    padding: 7px 12px;
    background: #37a395;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid transparent;
    font-family: "Gotham_Pro_Regular";
}
.cont-img img {
    width: 26px;
    padding: 4px 0;
}
ul.sidemenu li a:hover:nth-child(4) {
    color: #ffffff !important;
}
ul.sidemenu li:nth-child(4) a {
    background: #0655b8;
    padding: 8px 8px;
    border: 1px solid #0655b8;
    border-radius: 5px;
    color: #ffffff !important;
}
.banner-img img {
    max-width: 100%;
    width: 100%;
}


/* --------------------------------------------------Dealer Section----------------------------------------------- */
.dealer-head {
    text-align: center;
    padding-top: 40px;
}
.dealer-head h1 {
    font-family: "Gotham_Pro_Black";
    font-size: 32px;
}
.dealer-head h1 span {
    color: #307fe2;
}
.dealer-content {
    padding-top: 35px;
    padding-bottom: 40px;
}
.row.dealer {
    align-items: center;
}
.dealer-content p {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
}
section#tatacars-bangalore {
    background:url('../images/mission-bg-img.webp') ;
   width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,.8)), url(../images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.mission-hed {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: left;
    margin-bottom: 20px;
}
.mission-hed img {
    max-width: 100% !important;
    width: 64px;
}
.mission-hed h4 {
    font-size: 32px;
    font-family: 'Gotham_Pro_Black';
    color: #ffffff;
    letter-spacing: 0.9px;
    margin-bottom: 0px;
}
.mission-body p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    color: #ffffff;
    text-align: left;
}
.mission-body ul {
    margin-bottom: 0px;
}
.mission-body ul li {
    color: #ffffff;
}
.col-xl-5.col-lg-5.col-md-6.col-sm-12.col-xs-12.hig-lin {
    border-right: 2px solid #ffffff;
}
.col-xl-7.col-lg-7.col-md-6.col-sm-12.col-xs-12.box-spac {
    padding-left: 40px;
}
@media(max-width:768px){
    .mission-body.first-para {
    margin-bottom: 35px;
}
.mission-hed h4 {
    font-size: 26px;
}
.col-xl-5.col-lg-5.col-md-6.col-sm-12.col-xs-12.hig-lin {
    border-bottom: 2px solid #ffffff;
     border-right: unset !important;
}
.col-xl-7.col-lg-7.col-md-6.col-sm-12.col-xs-12.box-spac {
    padding-left: 15px !important;
     padding-top: 30px;
}
.mission-hed {
    gap: 15px;
    margin-bottom: 15px;
}
.mission-hed img {
    max-width: 100% !important;
    width: 58px;
}
.mission-body p {
    font-size: 14px;
    text-align: justify;
}
.mission-body ul {
    margin-bottom: 0px;
    padding-left: 15px;
}
}

 /* ------------------- Car Detail section ------------------------------------------------- */
.header-sec {
    margin-bottom: 20px;
}
.car-body h5 {
    color: #0051B5;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Gotham_Pro_Black';
}
.car-body h6 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.car-body h6 span{
    color: #307FE2;
}
.car-detail-flx {
    display: flex;
    gap: 40px;
    align-items: center;
}
.car-detail-flx a:first-child {
    background: #307FE2;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
}
.car-detail-flx a:last-child {
    border: 2px solid #307FE2;
    padding: 10px 20px;
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
}
.car-detail-flx a:last-child::before {
    content: "\f019"!important;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1!important;
    color: #000000!important;
    padding-right: 10px;
}
.feature-box {
    background: #E8F3FF;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
margin: 5px 5px;
border-radius: 10px;
}

.feature-box {
    background: #E8F3FF;
    padding: 30px 10px;
margin: 5px 5px;
border-radius: 10px;
}
.feature-box img {
    max-width: 100%;
    width: 62px;
}
.feature-info h6 {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    margin-bottom: 5px;
    color: #000000;
}
.feature-info h4 {
    font-size: 26px;
    color: #000000;
    font-family: 'Gotham_Pro_Black';
    margin-bottom: 0px;
}
@media(min-width:991px) and (max-width:1200px){
    .feature-info h4 {
    font-size: 20px;
}
img.layland-logo {
    max-width: 100%;
    width: 170px;
}
ul.sidemenu li{
    display: inline-block;
    /* padding: 25px 5px; */
    padding: 15px 5px;
    color: #fff;
    /* font-size: 20px; */
    font-family: "Gotham_Pro_Regular";
}
}
@media (min-width:550px) and (max-width:991px){
    .feature-box div{
    padding: 15px 10px;
    gap: 10px;
}
.feature-box img {
    max-width: 100%;
    width: 54px;
}
.feature-info h6 {
    font-size: 14px;
}
.feature-info h4 {
    font-size: 20px;
}
}
@media(min-width:767px) and (max-width:991px){
    li.licont.resp-tab-item.hor_1 span {
    font-size: 16px !important;
}
}
@media(min-width:1202px) and (max-width:1220px){
        .headermenu {
        width: 79% !important;
    }
}
@media(max-width:550px){
  .feature-box img {
    max-width: 100%;
    width: 32px !important;
}
.feature-info h4 {
        font-size: 16px !important;
    }
    .feature-info h6 {
        font-size: 13px;
    }
     .feature-box {
    padding: 10px 10px;
    gap: 10px;
}
}
@media(max-width:768px){
    .car-detail-flx a:first-child {
    padding: 10px 15px;
    font-size: 14px;
}

.car-detail-flx a:last-child {
    padding: 10px 15px;
    font-size: 14px;
}
.car-body h5 {
    font-size: 22px;
    margin-bottom: 10px;
}
.car-body h6 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.about-cars {
        padding: 15px ;
    }
}
@media(min-width:451px) and (max-width:768px){
.car-detail-flx {
    gap: 20px;
}
}
@media(max-width:450px){
    .car-detail-flx {
    display: flex;
    gap: 15px;
    align-items: unset;
    flex-direction: column !important;
    width: 77%;
}
.car-detail-flx a:first-child {
    text-align: center !important;
}
    .about-cars {
        padding: 10px !important;
    }
        .feature-box {
        padding: 10px 10px;
        gap: 10px;
        margin: unset !important;
    }
}
.feature-info p {
    font-size: 13px;
    font-family: 'Gotham_Pro_Medium';
    color: #000000;
}
@media(max-width:768px){
    img.mob-img {
    display: block;
}
h2.resp-accordion.hor_1 {
    padding: 0px 0px 10px 0px;
    background: #0655b8 !important;
    color: #ffffff;
    border-radius: 5px;
}
div#parentVerticalTab .resp-tabs-container .resp-accordion.resp-tab-active {
    padding: 0px 0px 10px 0px !important;
}
h2.resp-accordion.hor_1 span {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    position: relative;
    top: 5px;
    padding-left: 10px;
      display: flex;
    justify-content: space-between;
}
  h2.resp-accordion.hor_1.resp-tab-active span::after{
      content: "\f063" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1 !important;
    color: #ffffff !important;
    padding-right: 15px;
  }
    h2.resp-accordion.hor_1 span::after {
        content: "\f061" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1 !important;
    color: #ffffff !important;
    padding-right: 15px;
    }
div#parentVerticalTab .resp-tabs-container .resp-accordion .resp-arrow {
    display: none !important;
}
}
.resp-tabs-list .licont .mob-img{
     display: none !important;
}

/* --------------------------------------------Showrrom Section----------------------------------------------------- */
section#showroom {
    padding: 50px 0 20px;
    text-align: center;
}
.showroom-head h3 {
    font-family: 'Gotham_Pro_Black';
    font-size: 28px;
}
.our-loc {
    justify-content: center;
}
.loc-head {
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.19);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;
    background: #f5f5f5;
    /* min-height: 260px; */
     min-height: 180px;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: -10px;
}
.loc-name h4 {
    font-size: 16px;
    font-weight: 800;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    font-family: "Gotham_Pro_Regular";
    text-align: center;
}
.loc-head h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Gotham_Pro_Regular";
    padding: 0 0 0 10px;
    margin: 0;
}
.loc-details h5 a {
    color: #000;
    text-decoration: none;
}
.loc-name {
    background: #0655b8;
}

.loc-head p {
    font-size: 16px;
    padding: 5px 15px 10px;
    font-weight: 500;
    font-family: "Gotham_Pro_Regular";
}
.loc-img img {
    border-radius: 15px;
}
.loc-head p a {
    text-decoration: none;
    border: 1px solid;
    background: #307FE2;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Gotham_Pro_Medium";
}
.loc-head p img {
    cursor: pointer;
    margin-left: 5px;
}
.showroom-body {
    padding-top: 30px;
}
.explore a {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    background: #307fe2;
    color: #fff;
    padding: 8px 15px;
}
.loc-img img {
    width: 100%;
    max-width: 100%;
}

@media(min-width: 991px) and (max-width: 1132px){
    .loc-head h4 {
        min-height: 60px !important;
    }
}


/* ------------------------------------------------------review Section-------------------------------------------- */

section#reviews {
    padding: 30px 0 50px 0;
    text-align: center;
}
.review-head h3 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
}
.review-head p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
}
.review-para {
    text-align: left;
    padding: 20px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 35px;
}
.review-para p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    min-height: 185px;
}
.review-para h4 {
    font-size: 18px;
    font-family: 'Gotham_Pro_Medium';
    margin: 5px 0 0;
}
.row.browse {
    padding-bottom: 50px;
}


/* -------------------------------------------------section emi calc------------------------------------------- */

section#emi-calc {
    padding: 50px 0;
    background: #307fe2;
    color: #fff;
}
.emi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.emi a {
    color: #000;
    font-family: 'Gotham_Pro_Medium';
    padding: 10px 15px;
    background: #fff;
}
.emi h4 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    margin: 0;
}
.forms-disclaimer label {
    color: #fff;
    margin-bottom: 30px;
}


/* -----------------------------------------------------Footer Section------------------------------------------- */
footer {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 20px 0;
}
.copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.copyright p {
    color: #000000;
    margin: 0;
    font-family: "Gotham_Pro_Regular";
    font-size: 13px;
}

@media(max-width: 575px){
    .copyright img {
        width: 120px;
    }
    .copyright {
        flex-direction: column !important;
    }
     .copyright p {
        padding: 0px 0 !important;
    }
    .review-message {
        min-height: unset !important;
    }
    .review-para p {
        min-height: unset !important;
    }
    .loc-name h4 {
        font-size: 14px !important;
    }
    footer {
    padding: 10px 0 !important;
}
}
.car-deatil-hed img {
    border-radius: 5px;
}

@media(max-width: 1202px){
    .logo {
        width: 180px;
    }
    ul.sidemenu li {
        /* padding: 25px 7px; */
        padding: 15px 7px;
    }
    ul.sidemenu li:nth-child(4) a {
        padding: 8px 10px;
    }
    ul.sidemenu {
        padding: 0;
    }
    .logo {
        padding: 23px 0;
    }
        ul.sidemenu li a {
        font-size: 12px;
    }
}



@media(min-width: 992px) and (max-width: 1024px){
   
    .logo {
        width: 135px;
    }
    .car-head h3 {
        font-size: 21px !important;
    }
    .car-head h4 {
        font-size: 18px !important;
    }
    .car-head p {
        font-size: 18px !important;
    }
    .book p {
        font-size: 16px !important;
    }
}

@media(max-width : 991px){
    header {
        height: 65px;
    }
    .headermenu {
        width: 86%;
        left: -12px;
    position: relative;
    }
    .menu-hide{
        width: 310px;
        height: 100vh;
        position: fixed;
        z-index: 9;
        transition: all 0.6s ease-in-out;
        right: -310px;
        /* background-color: #0A0A5F; */
        background-color: #ffffff; 
        top: 0;
    }
    .menuicon{
        position: relative;
        width: 40px;
        height: 40px;
        display: inline-block;
    }
    .menuicon:after {
        background: url('../images/togle-icon.png') no-repeat;
        content: "";
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: -40px;
        right: -15px;
        filter: invert(1);
    }
    .header-menu{
        width: 40px !important;
    }
    .show{
        right: 0 !important;
        transition: all 0.6s ease-in-out;
        overflow-y: scroll;
        background-color: #ffffff;
        width: 100%;
        z-index: 99;
    }
    ul.sidemenu li{
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #0655b8;
        padding: 8px 0px;
        position: relative;
    }
    ul.sidemenu li:nth-child(4) {
        border-bottom: none;
    }
       ul.sidemenu {
        margin-top: 71px;
        padding-left: 0;
        position: relative;
        margin-left: 14px;
    }
    img.layland-logo {
    max-width: 100%;
    width: 220px;
    position: absolute;
    top: -239px;
    left: -6px;
}
    ul.sidemenu li:last-child {
        border-bottom: 0!important;
    }
    li.menu-dropdown-iconh:after {
        position: absolute;
        display: inline-block;
        /* float: right; */
        right: 5px;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0d7";
        right: 12px;
        top: 10px;
        color: #fff!important;
        margin-right: 10px;
    }
    li.menu-dropdown-iconh.of-dwn:after {
        content: "\f0d8"!important;
    }
    .menuicon.active:after {
        background: url('../images/togle-close.png') no-repeat;
        z-index: 999 !important;
        right: -11px;
        top: -45px;
    }
    ul.sidemenu li ul {
        display: none;
        width: 100%;
        margin-top: 10px;
        padding: 7px 15px;
    }
    ul.sidemenu li a{
        color: #000 !important;
        font-size: 14px;
    }
    .pre-header {
        display: none;
    }
    /* ul.sidemenu li:nth-child(6) {
        display: none;
    } */
    /* ul.sidemenu li:nth-child(5) {
        border-bottom: none;
    } */
    ul.exp-dwnrr {
        background: #000000;
    }
    ul.sidemenu li:nth-child(4) a {
        margin-left: 10px;
    }
}
@media(min-width:1200px){
    .headermenu {
        /* width: 85%; */
        width: 78%;
    }
}

@media (min-width : 992px){
    .headermenu {
         width: 81%;
    }
    ul.sidemenu li ul {
        position: absolute;
        width: 220px !important;
        background: #0655b8;
        top: 150px;
        transition: all 0.6s ease;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        padding-bottom: 8px;
    }
    ul.sidemenu li:hover ul {
        opacity: 1 !important;
        visibility: visible !important;
        top: 120px;
        transition: all 0.6s ease;
    }
    ul.sidemenu li ul li a {
        color: #fff !important;
    }
    li.menu-dropdown-iconh ul {
        padding-left: 0px !important;
    }
    .menuholder ul li ul li {
        padding: 8px 0px 1px;
        border-bottom: 1px solid #ffffff00;
        width: 100%;
    }
  
    li.menu-dropdown-iconh ul li:hover {
        color: #ffffff !important;
        background: #307FE2;
        transition: 0.3s all ease-in-out;
    }
    
   
}
img.tatalogo {
    display: none;
}



@media(min-width: 1025px){
    a#myBtn {
        display: none;
    }
}

@media(max-width: 992px){
    .emi h4 {
        font-size: 24px !important;
    }
    .row.dealer img {
    max-width: 100%;
    margin-bottom: 20px;
}
 .dealer-content p {
        text-align: justify;
    }
}

@media(max-width: 574px){
    .emi {
        flex-direction: column !important;
    }
    .emi h4 {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px){
    .moments-item {
        padding: 0px;
        width: 80% !important;
    }
    .happycustomers-head h3 {
        font-size: 21px !important;
    }
    .moments-head h3 {
        font-size: 21px!important;
    }
    .testdrive-form iframe {
        height: 600px !important;
    }
    img.desktop {
        display: none;
    }
  
    .dealer-content p {
        font-size: 14px !important;
    }
    .dealer-head h1 {
        font-size: 26px !important;
    }
    .row.dealer img {
        margin-bottom: 15px !important;
    }
    .review-head h3 {
        font-size: 21px !important;
    }
    .review-head p {
        font-size: 14px !important;
    }
    .showroom-head h3 {
        font-size: 21px !important;
    }
    .reviewer-name h3 {
        font-size: 16px;
        font-family: 'Gotham_Pro_Medium';
        margin: 0;
    }
    .reviewer-name h3 {
        font-size: 16px !important;
    }
    .customer-reviews-heading h1 {
        font-size: 21px !important;
    }
    .car-head h3 {
        font-size: 21px !important;
    }
    .car-head h4 {
        font-size: 14px !important;
    }
    .car-head p {
        font-size: 14px !important;
    }
    .car-head a {
        font-size: 14px !important;
    }
    .car-body p {
        font-size: 14px !important;
    }
    .book p {
        font-size: 16px !important;
    }
    .book a {
        font-size: 14px !important;
    }
    
    .header-sec .row >* {
        padding: 0 !important;
    }
    .carshead h3 {
        font-size: 26px !important;
    }
    section#testdrive {
        padding: 30px 0 0 !important;
    }
    .special-offer-card .row >* {
        padding: 0 !IMPORTANT;
    }
    p.terms.last {
        margin-bottom: 10px !important;
    }
    .car-text h2 {
        font-size: 14px !important;
    }
    .loc-name h4 {
        font-size: 14px !important;
    }
}

@media(min-width: 768px){
    img.mobile {
        display: none;
    }
}

/* ------------------------------------------------Special Offers Page Started---------------------------------------------- */
section#spcl-offer {
    padding: 50px 0 0;
}
.special-offer-card {
    padding: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    margin-bottom: 30px;
}
.car-text h1 {
    font-size: 18px !important;
    font-family: 'Gotham_Pro_Medium';
    line-height: 1.5;
}
.car-text h1 span {
    color: #307fe2;
}
.car-text h2 {
    font-size: 18px;
    font-family: 'Gotham_Pro_Medium';
}
.car-text h2 span {
    color: #307fe2;
    font-family: 'Gotham_Pro_Regular';
}
.car-text p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    margin-bottom: 10px;
    /* margin-top: -12px; */

}
.car-text a {
    background: #307fe2;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    padding: 7px 15px;
}
.car-image img {
    max-width: 100%;
    width: 100%;
}
.special-offer-card .row {
    align-items: center;
}
.car-image img {
    border-radius: 25px !important;
}

@media(max-width: 768px){
    .car-text h1 {
        font-size: 16px !important;
        margin-top: 10px;
    }
    .car-text p {
        font-size: 14px !important;
    }
    .car-text {
        min-height: 240px !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px){
    .car-text h1 {
        font-size: 16px !important;
    }
    .car-text p {
        font-size: 14px !important;
    }
}


@media(min-width:320px) and (max-width: 425px){
    .car-text {
        min-height: 245px !important;
    }
}

@media(min-width: 426px) and (max-width: 767px){
    .car-text {
        margin-left: 10px !important;
    }
}

/* ---------------------------------------------Exchange your car page started-------------------------------------------------- */

section#why-choose-cauvery-tata {
    padding: 50px 0;
}
.heading h1 {
    font-size: 32px;
    font-family: 'Gotham_Pro_Black';
}
.heading h1 span {
    color: #307fe2;
}
.reasons-text {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 25px;
}
.reasons-text p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    text-align: left;
    margin: 0;
    margin-left: 15px !important;
}

section#customer-reviews {
    padding: 0 0 50px;
    text-align: center;
}
.customer-review-head h2 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    color: #307fe2;
}
.customer-review-head p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
}
.right-side-4th-para-img {
    text-align: left;
}
.customer-review-head {
    margin-bottom: 30px;
}
.right-side-4th-para-img p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    margin-bottom: 15px;
}
.right-side-4th-para-img h4 {
    font-size: 20px;
    font-family: 'Gotham_Pro_Medium';
}
.left-side-4th-para-img img {
    max-width: 100%;
    width: 100%;
}
.left-side-4th-para-img {
    padding: 13px;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
}
.review-content {
    width: 75%;
    margin: auto;
}

section#upgrade-3-cars {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 50px;
}
.left-side-exchange-content h3 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
}
.left-side-exchange-content h3 span {
    color: #307fe2;
}
.row.steps {
    padding: 35px 0 0;
    align-items: center;
}
img.mobile-steps {
    max-width: 100%;
    width: 100%;
}
img.desktop-steps {
    max-width: 100%;
    width: 100%;
}
.exchange-box p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
}


section#this-5th-para {
    width: 100%;
    float: left;
    padding: 50px 0 0px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,.8)), url(../images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-right-side-exchange h4 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    color: #fff;
    text-align: center;
}
.row{
    margin: 0 !important;
}
.row.steps >* {
    padding: 0 !important;
}
section#testimonials {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
    text-align: center;
}
.testimonial-body {
    padding: 0;
    text-align: left;
    width: 90%;
    margin: auto;
}
.testimonial {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 15px;
    margin: 5px 5px;
    width: 95% !important;
}
.testimonial-slider{
    width: 100%;
    float: left;
}
img.img-slick {
    padding-left: 10px;
    width: 100%;
}
.slick-next:before {
    content: "\f105"!important;
    display: inline-block;
    font: normal normal normal 31px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1!important;
    width: 35px;
    height: 35px;
    color: #fff!important;
    background: #307fe2;
    position: absolute;
    right: 16px;
    border-radius: 25px;
}
.slick-prev:before {
    content: "\f104"!important;
    display: inline-block;
    font: normal normal normal 31px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1!important;
    width: 35px;
    height: 35px;
    color: #fff!important;
    background: #307fe2;
    z-index: 9;
    border-radius: 25px;
    position: absolute;
    left: 16px;
}



@media(max-width: 1200px){
    .review-content {
        width: 85%;
    }
}

@media(max-width: 1024px){
    .right-side-4th-para-img p {
        font-size: 15px !important;
    }
    #more {display: none;}
    p.terms {
        font-size: 12px !important;
    }
}

@media(min-width:991px) and (max-width: 1023px){
    .review-para p {
        font-size: 15px !important;
    }
}

@media(max-width: 991px){
    h4.new-nexon {
        min-height: 50px !important;
    }
    .heading h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .right-side-4th-para-img {
        margin-top: 20px;
    }
    .order {
        order: -1;
    }
    .car-head h3 {
        margin-top: 15px !important;
    }
    img.tatalogo {
        display: none;
    }
    .logo {
        /* padding: 13px 0 !important; */
        padding: 8px 0 !important;
    }
    p.terms.last {
        margin-bottom: 8px !important;
    }
    .car-text h2 {
        font-size: 14px !important;
    }
    
}

@media(min-width: 850px) and (max-width: 991px){
    .review-message {
        min-height: 210px !important;
    }
    .testdrive-head h3 {
        font-size: 24px !important;
    }
}

@media(min-width: 768px) and (max-width: 849px){
    .review-message {
        min-height: 250px !important;
    }
    .testdrive-head h3 {
        font-size: 24px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .review-para p {
        min-height: 265px !important;
    }
    .review-para p {
        font-size: 14px !important;
    }
    .car-head h3 {
        font-size: 28px !important;
    }
    .car-head h4 {
        font-size: 20px !important;
    }
    .car-head p {
        font-size: 18px !important;
    }
    p.terms {
        font-size: 12px !important;
    }
    .book p {
        font-size: 14px !important;
    }
}

@media(max-width: 767px){
    .slick-next:before {
    font: normal normal normal 20px/1.4 FontAwesome!important;
    width: 30px !important;
    height: 30px !important;
}
.slick-prev:before {
    font: normal normal normal 20px/1.4 FontAwesome!important;
    width: 30px !important;
    height: 30px !important;
}
    h4.new-nexon {
        min-height: 35px !important;
    }
    .heading h1 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 21px !important;
    }
    .review-content {
        width: 95%;
    }
    .left-side-exchange-content h3 {
        font-size: 21px !important;
    }
    .exchange-box p {
        font-size: 13px !important;
        text-align: left;
        margin-left: 30px;
    }
    .exchange-box {
        margin-bottom: 12px;
    }
    .form-right-side-exchange h4 {
        font-size: 21px !important;
    }
    .customer-review-head h2 {
        font-size: 21px !important;
    }
    .customer-review-head p {
        font-size: 14px !important;
    }
    .loc-head {
        min-height: unset !important;
    }
    .review-para p {
        font-size: 14px !important;
    }
    .testdrive-head p {
        font-size: 14px !important;
    }
    .testdrive-head h3 {
        font-size: 21px !important;
    }
}

@media(max-width: 575px){
    .review-content {
        width: 100%;
    }
    img.desktop-steps {
        display: none !important;
    }
    .exchange-box {
        display: flex;
        align-items: center;
    }
    .inside-logo-exchange {
        display: none;
    }
    .right-side-4th-para-img {
        padding-left: 10px;
    }
    .loc-head h5 {
        font-size: 12px !important;
    }
    
    iframe#inline-Ses47BRdExvC9K8bDFZ6 {
        height: 800px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}
@media(min-width: 576px){
    img.mobile-steps {
        display: none !important;
    }
    iframe#inline-Ses47BRdExvC9K8bDFZ6 {
        height: 480px !important;
    }
}
@media (max-width: 425px){
.exchange-box p {
    margin-left: 5px !important;
}
}

@media(min-width: 576px) and (max-width: 767px){
    .steps >* {
        padding: 0 0 0 10px;
    }
}


/* -------------------------------------------------Our Locations Page Started------------------------------------------- */

section#locations {
    padding: 50px 0;
}
.location-head h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    background: #307fe2;
    padding: 50px 0;
    color: #ffffff;
    font-family: 'Gotham_Pro_Black';
}
.loc-details {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
}


/* --------------------------------------Customer Review Page Started------------------------------------------------ */

section#customer-review {
    padding: 50px 0 0;
}
.reviewhead {
    display: flex;
    align-items: center;
    justify-content: start;
}
.customer-review-details {
    box-shadow: rgba(0,0,0,.35) 0 5px 15px;
    padding: 20px 15px 15px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.reviewer-name {
    padding-left: 15px;
}
.reviewer-name h3 {
    font-size: 20px;
    font-family: 'Gotham_Pro_Medium';
    margin: 0;
}
.review-message p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    margin-top: 15px;
}
.review-message {
    min-height: 250px;
}
.customer-reviews-heading h1 {
    color: #307fe2;
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    text-align: center;
}
.customer-reviews-heading {
    padding: 0 0 40px 0;
}

@media(max-width: 1230px){
    .review-message {
        min-height: 290px;
    }
    .review-para p {
        min-height: 220px;
    }
}

@media(max-width: 1023px){
    .review-message p {
        font-size: 15px;
    }
}

@media(min-width: 576px) and (max-width: 767px){
    .review-message {
        min-height: 310px !important;
    }
    .review-message p {
        font-size: 14px !important;
    }
}




section#car-intro {
    padding: 50px 0 0;
}

.swiper{
    width:100%;
    margin-bottom: 30px;
}
.swiper img {
    width: 100%;
    padding-left: 15px;
}
.swiper_text{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 95%;
    border-radius:15px;
    background-color: #ffffff;
    padding: 30px 0 !important;
    display: flex;
    justify-content: center;
}
.swiper_text .swiper-slide{
    display: flex;
    justify-content: center;
}
.swiper-button-prev {
    left: 22px !important;
    right: auto;
    color: #fff !important;
}
.swiper-button-next {
    color: #fff !important;
}

.car-head a {
    font-size: 16px;
    color: #ffffff;
    background: #307fe2;
    padding: 10px 15px;
    font-family: 'Gotham_Pro_Medium';
}
.car-head h3 {
    font-size: 24px;
    font-family: 'Gotham_Pro_Black';
    color: #307fe2;
}
.car-head h4 {
    font-size: 18px;
    font-family: 'Gotham_Pro_Medium';
}
.car-head h4 span {
    color: #307fe2;
}
.car-head p {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Gotham_Pro_Medium';
}
.car-body p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Regular';
    margin: 25px 0px;
}
.about-cars {
    width: 100%;
}
.car-head p span {
    color: #307fe2;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.book p {
    font-size: 18px;
    font-family: 'Gotham_Pro_Medium';
    margin: 10px 0 25px;
}
.book a {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    color: #fff;
    background: #307fe2;
    padding: 10px 15px;
}
.swiper-slide {
    opacity: 0.5;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.car-colors .row>* {
    padding: 3px;
}
.car-colors .row >* {
    width: 50% !important;
    padding: 3px;
}
.swiper-pagination {
    position: unset !important;
}



.about-cars {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 30px;
}
section.faqsec {
    padding: 45px 0 0;
}
div#parentVerticalTab {
    margin-top: 0px !important;
}
.resp-tab-active {
    background: #e6f5f5 !important;
    border: none;
    margin-bottom: 20px !important;
}
.resp-vtabs li{
    margin-bottom: 20px !important;
    border: none;
}
ul.resp-tabs-list {
    width: 30% !important;
}
li.resp-tab {
    background: white !important;
}
.resp-vtabs .resp-tabs-list li {
    padding: 26px 25px 25px 19px !important;
    font-size: 17px;
    background: white;
    /* display: flex !important; */
    justify-content: space-between;
    background-color: #fff !important;
}
.resp-vtabs .resp-tabs-container {
    background-color: #fff;
    float: left;
    width: 60% !important;
    padding: 35px 0;
    margin: 0;
    min-height: 200px;
    border-radius: 15px;
    clear: none;
    border: none !important;
    border-radius: 15px;
    padding: 45px 0;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 26px 25px 25px 19px !important;
    border: none;
    margin-bottom: 20px !important;
    font-size: 18px;
}
.resp-vtabs .resp-tab-content {
    padding: 0;
}
li.licont img {
    margin-right: -30px;
}
h2.resp-accordion.hor_1.resp-tab-active span {
    color: #fff;
    font-family: 'Gotham_Pro_Medium';
    font-size: 16px;
}
h2.resp-accordion.hor_1 span {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
}
li.licont.resp-tab-item.hor_1.resp-tab-active span {
    font-size: 18px;
    font-family: 'Gotham_Pro_Medium';
    color: #307fe2;
}
li.licont.resp-tab-item.hor_1 span {
    font-size: 18px;
    font-family: 'Gotham_Pro_Regular';
}
.header-sec .row >* {
    padding: 0 5px 0 0 !important;
}
.header-sec .row {
    align-items: center;
}

a {
    text-decoration: none !important;
}
.car-thumbnail img {
    width: 100% !important;
}

.whats-app {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 0px;
}

.row.dealer a {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    color: #307fe2 !important;
}

section#testdrive {
    padding: 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,.8)), url(../images/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: rgb(0 0 0 / 61%) !important; */
}
.testdrive-head {
    text-align: center;
    margin-bottom: 25px;
}
.testdrive-head h3 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    color: #ffffff;
}
.testdrive-head p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    color: #d9d9d9;
}

section#thanks {
    margin-top: 70px;
    padding: 0px;
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 73.886328725vh;
}
.thank-you p {
    font-size: 21px;
    font-family: 'Gotham_Pro_Medium';
}
.thank-you img {
    margin-bottom: 30px;
}

section#testdrive .row {
    place-items: center;
}
.carshead h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Gotham_Pro_Black';
}
.carshead {
    padding: 0 0 40px;
}
.testdrive-head.test {
    margin-top: 40px;
}
p.terms {
    margin: 0;
    font-size: 12px;
    font-family: 'Gotham_Pro_Regular';
}
p.terms.last {
    margin-bottom: 15px;
}
section#sticky a {
    color: #fff !important;
}
.loc-details img {
    width: 24px;
}
.car-colors p {
    font-size: 16px;
    font-family: 'Gotham_Pro_Medium';
    margin-bottom: 7px;
}
.icons {
    text-align: center;
}
h4.new-nexon {
    min-height: 120px;
}
.car-body p a:hover {
    color: #007bff;
}
.copyright img {
    width: 220px !important;
}
@media(max-width:768px){
    .copyright img {
    width: 180px !important;
}
}
.contact-detail {
    text-align: center;
    margin-bottom: 5px;
}
section#happy-customers {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
}
.happycustomers-head h3 span {
    color: #307fe2;
}
.happycustomers-head h3 {
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    margin-bottom: 20px;
}
.happycustomer-body {
    margin-top: 30px;
}
.slick-slide img {
    display: block;
    padding: 7px !important;
}
@media(max-width:480px){
    /* .happycustomer-item {
        width: 90% !important;
    } */
    .slick-slide img {
        display: block;
        padding: 4px !important;
    }
    /* .moments-item {
        padding: 15px !important;
    } */
    .slick-next:before {
        right: 5px !important;
    }
    .slick-prev:before {
        left: 5px !important;
    }
}
section#moments {
    width: 100%;
    float: left;
    padding: 50px 0 0;
    text-align: center;
}
.moments-head h3 {
    color: #307fe2;
    font-size: 28px;
    font-family: 'Gotham_Pro_Black';
    margin-bottom: 20px;
}
.moments-body {
    margin-top: 30px;
}
.moments-item {
    padding: 7px;
}
.contact-detail a {
    color: #000000;
    font-size: 14px;
    font-family: 'Gotham_Pro_Regular';
}
.icons img {

    filter: invert(1);
}
@media(max-width:768px){
    .copyright p {
    font-size: 12px;
}
.cover-box input, select, textarea {
    font-size: 14px !important;
}
.cover-box {
    min-height: 75px !important;
}
.form-disc input {
    font-size: 16px;
    padding: 10px 30px;
}
}
.cover-box input, select, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    margin: 5px 0px;
    color: #000000 !important;
    font-size: 18px;
}
.cover-box {
    min-height: 90px;
}

form#contact-us-form {
    padding: 50px 0px;
}
/* .form-second-step {
    position: relative;
    top: 15px;
} */
.form-disc input {
    font-size: 20px;
    font-family: 'Gotham_Pro_Regular';
    padding: 10px 40px;
    border-radius: 50px;
    background: #020457;
    color: #ffffff;
    font-weight: 700;
}
p#loader-icons {
    color: #ffffff;
}
span.info {
    color: #ff0000;
    font-size: 14px;
    position: relative;
    top: -10px;
}