* {
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.col-lg-4 {
    width: 32.333333% !important;
}

x1 ol,
ul {
    padding: 0px !important;
}

:root {
    font-family: 'Anek Devanagari', sans-serif;
    font-weight: 400;
    font-size: 62.5%;
}

button {
    cursor: pointer;
}

a,
img,
.mediaInner,
#faqs .container .accordion::after,
header {
    transition: .3s all;
}

a {
    color: #231F20;
    text-decoration: none;
}

li {
    list-style-type: none;
}


.w100 {
    width: 100%;
}

h2 {
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.3;
}

h3 {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1;
}

.flex {
    display: flex;
}

.flexVC {
    align-items: center;
    padding-top: 1px;
    justify-content: space-between;
    width: 100%;
}

.flexHC {
    justify-content: center;
}

.btn {
    background: #c2a902 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 22px;
    padding: 10px 38px 6px;
}

body {
    padding-top: 73px;
}

header {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

header.nSmall {
    top: 0px;
}

.container {
    max-width: 1300px;
    padding: 0 20px;
    margin: auto;
}

.text-center {
    text-align: center;
}

.box-btn {
    text-transform: capitalize;
}

.box-btn .btn-primary {
    border-radius: 8px;
    background: #231f20;
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border: solid 1px #231f20;
    padding-top: 5px;
}

.box-btn .btn-primary:hover {
    background: #fff;
    color: #231f20;
}

.container-zero {
    max-width: 1300px;
    padding: 0 0px;
    margin: auto;
    min-height: 300px;
}

.container-zero ul.policies-bullet li {
    list-style: disc;
    line-height: normal;
    font-size: 20px;
    font-family: 'Anek Devanagari', sans-serif;
    margin-left: 20px;
}



.slick-dots {
    list-style: none;
    text-align: center;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 7px;
    border: solid 1px #231f20;
    padding: 0 !important;
    cursor: pointer;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 0;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-dots li.slick-active {
    background: #231f20;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-arrow {
    position: absolute;
    bottom: -30px;
}

/* vehicleDetails start */
#vehicleDetails {
    padding: 0 20px;
    margin-bottom: 100px;
}

#vehicleDetails .container {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    font-weight: normal;
    padding-bottom: 1%;
    padding-top: 2%;
    padding-left: 58px;
    padding-right: 58px;
}

#vehicleDetails .vehicleInner {
    display: flex;
    align-items: flex-start;
}

#vehicleDetails .container .vehicleInner ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#vehicleDetails .container .vehicleInner li {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    /*border-top: solid 1px rgba(0, 0, 0, 0.3);*/
    padding: 30px 20px 15px 10px;
    color: #231f20;
    font-size: 2rem;
    /*text-transform: capitalize;*/
    width: 50%;
    line-height: 1.2;
}

#vehicleDetails .container .vehicleInner li:nth-child(1),
#vehicleDetails .container .vehicleInner li:nth-child(2) {
    border-top: none;
}

#vehicleDetails .container .vehicleInner li span:first-child {
    /*width: 40%;*/
    /*padding-right:15px;*/
    text-transform: capitalize;
    font-weight: 500;
    width: 45%;
}

/*#vehicleDetails .container li span::nth-child(2){*/
/*    padding-right:10px;*/
/*}*/

#vehicleDetails .container .vehicleInner li span {
    width: 55%;

}

#vehicleDetails .container .vehicleInner li span.col1 {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 170px;
}

.box-btn .btn-primary.btn-download {
    width: 273px;
    position: relative;
}

.box-btn .btn-primary.btn-download::before {
    content: '';
    background: url(../images/icon-download.svg) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -5px;
}

.box-btn .btn-primary.btn-download:hover::before {
    background: url(../images/icon-download-hover.svg) no-repeat;
}

/* vehicleDetails end */


/* testimonials start */
#testimonials .container {
    max-width: 1100px;
}

.testimonials-slider .slick-dots {
    margin-top: 40px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.testimonials-slider li {
    padding: 20px 12px;
}

#testimonials {
    padding: 0 0 100px 0;
}

#testimonials .testBox {
    border-radius: 70px;
    border: solid 4px rgba(35, 31, 32, 0.24);
    background-color: #fff;
    height: 320px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    position: relative;
}

#testimonials .testBox::before,
#testimonials .testBox::after {
    content: '';
    width: 78px;
    height: 68px;
    background: #fff url(../images/icon-coma.svg) no-repeat left top;
    display: block;
    left: -5px;
    top: -20px;
    position: absolute;
}

#testimonials .testBox::after {
    left: auto;
    top: auto;
    right: -5px;
    bottom: -20px;
    transform: rotate(180deg);
    background-position: left 70%;
    height: 90px;
}

#testimonials .testBox p {
    font-size: 1.8em;
    line-height: 1.33;
}

#testimonials .testBox span {
    margin-top: 20px;
}

#testimonials .testBox span b {
    font-size: 2.2rem;
    font-weight: 600;
    display: block;
    line-height: 1.27;
}

#testimonials .testBox span i {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.4;
}

/* testimonials end */


/* Gallery start */
#gallery {
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.gallery-slider {
    margin-top: 2rem;
}

.gallery-slider .slick-dots {
    margin-top: 25px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.gallery-slider li {
    text-align: center;
    opacity: 1;
    padding: 0 12px;
}

.gallery-slider li img {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.gallery-slider li.slick-current {
    opacity: 1;
}

.gallery-slider .slick-arrow {
    width: 53px;
    height: 53px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #e6e7e8;
    border-radius: 50%;
    font-size: 0;
    bottom: -100px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

/* .gallery-slider .slick-arrow:hover{ background: #4d4d4f url(../images/icon-arrow-hover.svg) center center no-repeat; } */
.gallery-slider .slick-arrow.slick-prev {
    left: 15%;
    transform: translateX(-80px);
    font-family: 'Anek Devanagari', sans-serif !important;
    font-size: 0px;
}

.gallery-slider .slick-arrow.slick-next {
    right: 15%;
    transform: translateX(80px);
    font-family: 'Anek Devanagari', sans-serif !important;
    font-size: 0px;
}

.gallery-slider .slick-arrow.slick-disabled {
    opacity: .5;
    pointer-events: none;
}

/* Gallery End */


#about {
    padding-bottom: 100px;
}

#about .slick-dots {
    margin-top: 30px;
    font-family: 'Anek Devanagari', sans-serif !important;
}


/* faqs start */

#faqs {
    margin-top: 100px;
    background-color: rgba(230, 231, 232, 0.44);
    padding: 70px 0;
}

#faqs .container {
    max-width: 900px;
    width: 100%;
}

#faqs .container .accordion {
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.14);
    margin-top: 30px;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding: 19px 20px 14px;
    position: relative;
    color: #231f20;
    transition-duration: 0.5s;
}

#faqs .container .accordion::before {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 4px;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 24px;
}

#faqs .container .accordion.active {
    border-radius: 8px 8px 0 0;
}

#faqs .container .accordion.active::before {
    transform: rotate(225deg);
    top: 29px;
}

#faqs .container .panel {
    display: none;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.14);
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

#faqs .container .panel p {
    font-size: 1.8em;
    line-height: 1.5;
    padding-bottom: 20px;
}

#faqs .container .panel ul {
    padding-left: 20px;
    list-style: none;
}

#faqs .container .panel ul li {
    position: relative;
}

#faqs .container .panel ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #000;
    display: block;
    left: -20px;
    top: 5px;
    border-radius: 7px;
}

/* faqs end */
#highlights {
    padding: 100px 0;
}

#highlights .container {
    max-width: 840px;
}

.highlightsBox {
    text-align: center;
    padding-bottom: 20px;
}

.highlightsBox p {
    font-size: 2rem;
    min-height: 90px;
    height: auto;
}

.highlightsBox .readMore {
    font-size: 2.2rem;
    color: #231f20;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.highlightsBox .readMore::after {
    background: #fff url(../images/icon-arrow.svg) center center no-repeat;
    width: 14px;
    height: 16px;
    content: '';
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 10px;
    background-size: cover;
}

/* mediaBox Start */
#mediaBox .container {
    max-width: 1075px;
}

#mediaBox .slick-dots {
    margin-top: 20px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.mediaBox-slider li {
    padding: 10px 11px;
}

.mediaInner {
    border-radius: 12px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 18px;
}

.mediaInner:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.mediaInner .mediaImg {
    border-radius: 12px;
    margin-bottom: 20px;
}

.mediaInner .mediaImg img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.mediaInner .mediaDate {
    font-size: 1.8em;
    color: #4d4d4f;
    line-height: 1.89;
}

.mediaInner p {
    font-size: 1.8rem;
    line-height: 1.27;
    font-weight: 500;
    margin-bottom: 8px;
}

.mediaInner .readMore {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.78;
    color: #231f20;
    text-decoration: none;
    text-transform: capitalize;
}

.mediaInner .readMore::after {
    content: '';
    width: 13px;
    height: 18px;
    background: url(../images/icon-arrow2.svg) no-repeat left center;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 5px;
}

/*questions*/
#questions {
    padding: 0 20px 100px;
}

#questions h2 {
    font-size: 3.0rem;
    margin-top: 20px;
}

#questions .container {
    max-width: 1075px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
}

#questions .container {
    border-radius: 12px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 50px;
}

.btn-questions {
    margin-top: 10px;
    width: 213px;
}

/**/
#stickyFooter {
    position: sticky;
    top: 126px;
    width: 100%;
    background: #231f20;
    display: flex;
    align-items: center;
    z-index: 10000;
}

#stickyFooter .container {
    width: 1260px;
    overflow: auto;
    display: flex;
    white-space: nowrap;
    padding-bottom: 20px;
    padding-top: 20px;
}

#stickyFooter .container a {
    font-size: 2rem;
    font-weight: 600;
    margin-right: 30px;
    line-height: 1;
    padding: 12px 0 3px;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

#stickyFooter .container a.active::after {
    background-color: #FFFFFF;
    border-radius: 8px;
    bottom: 0px;
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
    width: 100%;
}

.stickytabs {
    max-width: 453px;
    margin: 20px;
    padding: 0;
    list-style: none;
    position: sticky;
    left: 0;
    top: 170px;
    height: 88vh;
    overflow: scroll;
}

.stickytabs .active-tab {
    position: relative;
}

.stickytabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.stickytabs li {
    display: block;
    cursor: pointer;
    color: #231f20;
    padding: 19px 10px !important;
    border-left: 6px solid #e6e7e8;
}

.stickytabs-content {
    margin: 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.stickytabs-content .vehicleHighlights {
    padding-bottom: 9px;
}

.stickytabs-content {
    width: calc(100% - 300px);
}

#benefitsBox .container {
    display: flex;
}

#benefitsBox .benefitsImg {
    margin-bottom: 5px;
}

#benefitsBox .benefitsImg img {
    display: block;
    width: 40px;
    height: 40px;
}

#benefitsBox .benefitsTxt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 0.96;
}

#benefitsBox .benefitsActivebar {
    width: 6px;
    height: 85px;
    background: #231f20;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition-duration: 0.5s;
}

#benefitsBox .benefitsActivebar-mob {
    width: 120px;
    height: 6px;
    background: #231f20;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
    display: none;
}

.benefitsConaTxt {
    float: right;
    color: #fff;
    padding: 33px 33px 13px;
    max-width: 594px;
    width: 100%;
    border-radius: 17px;
    background-color: #231f20;
}

.benefitsConaTxt h4 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.benefitsConaTxt p {
    font-size: 1.8rem;
    line-height: 1.42;
    margin-bottom: 20px;
    font-weight: 400;
}

.benefitsCona .benifitConImg img {
    display: block;
    width: 46%;
    margin: 0px auto;
}

.about-slider li img {
    margin: auto;
    /*max-width: 1145px;*/
    width: 950px;

}


/* Hamburger Menu */
.hamburgerIcon {
    display: none;
    position: relative;
    top: -2px;
    height: 40px;
    width: 40px;
}

.hamburgerIcon .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 20px;
    background-color: #212121;
}

.hamburgerIcon .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -10px;
}

.hamburgerIcon .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 10px;
}

.hamburgerIcon .icon-left:hover {
    cursor: pointer;
}

.hamburgerIcon .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 20px;
    background-color: #212121;
    left: 15px;
}

.hamburgerIcon .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -10px;
}

.hamburgerIcon .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 10px;
}

.hamburgerIcon.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}

.hamburgerIcon.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(3px, 2px);
}

.hamburgerIcon.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(3px, -2px);
}

.hamburgerIcon.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}

.hamburgerIcon.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 2px);
}

.hamburgerIcon.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -2px);
}

.hamburgerIcon:hover {
    cursor: pointer;
}

.hamburgerIcon.open .icon-left:before,
.hamburgerIcon.open .icon-left:after,
.hamburgerIcon.open .icon-right:before,
.hamburgerIcon.open .icon-right:after {
    width: 10px;
}

/* End */
/* Header Start */
.topNav {
    background: #000;
    box-shadow: 0px 3px 50px #00000021;
    justify-content: flex-end;
    padding: 5px 120px;
    font-size: 1.8rem;
    font-weight: 500;
}

.topNav .siteSearch {
    margin-right: 25px;
}

.topNav .siteSearch input {
    border-bottom: 1px solid #818181;
    background: transparent url("../images/searchIcon.svg") no-repeat 0 8px;
    padding: 7px 5px 7px 18px;
}

.topNav .contactNo a {
    align-items: flex-start;
    margin-top: 5px;
    color: #fff;
    text-decoration: auto;
    font-weight: 400;
}

.topNav .contactNo img {
    padding-right: 5px;
}

.topNav .language {
    border-left: 1px solid #231F20;
    padding-left: 22px;
}

.topNav .language select {
    border: none;
    background: transparent;
    margin-left: 10px;
    font-size: 1.8rem;
}

.navigationWrapper {
    padding: 7px 120px;
    justify-content: space-between;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    background: white;
}

.navigationWrapper .navigation {
    font-size: 2rem;
    margin: 0 25px;
}

.navigationWrapper .navigation>ul li {
    position: relative;
}

.navigationWrapper .navigation li.subNav {
    padding-right: 20px;
}

.navigationWrapper .navigation>ul>li>a {
    padding: 14px 23px 0px 38px;
    position: relative;
    display: block;
    font-family: 'Anek Devanagari', sans-serif;
    color: black;
    font-size: 20px;
    text-decoration: none;
}

.navigationWrapper .navigation li.subNav a.menu-subNav:before {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    right: 7px;
    top: 21px;
}

.navigationWrapper .navigation li.subNav #vehicleNav {
    background: #fff;
    border: 1px solid #CBCBCB;
    color: #231F20;
    display: none;
    font-size: 1.8rem;
    position: absolute;
    top: 100%;
    width: 730px;
    z-index: 9999;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec {
    background-color: #EBEBEB;
    border-right: 1px solid #CBCBCB;
    width: 200px;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec li {
    border-top: 1px solid #CBCBCB;
    cursor: pointer;
    padding: 13px 8px 10px;
    position: relative;
    font-size: 16px;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec li.active {
    background-color: #F8F8F8;
    position: relative;
    left: 1px;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec li:before {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(-45deg);
    right: 30px;
    top: 30px;
    transition-duration: 0.5s;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec li.active:before {
    transform: rotate(135deg);
    right: 25px;
}

.navigationWrapper .navigation li.subNav .subNavDetail .rightSec li:first-child {
    border-top: none;
}

.leftSec {
    background-color: #F8F8F8;
    padding: 0 10px;
    width: 530px;
}

.leftSec .navProductList {
    display: none;
}

.leftSec h4 {
    display: none;
}

.leftSec h5 {
    font-size: 1.8rem;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 0 10px 30px;
    position: relative;
}

.leftSec h5:before {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    left: 100px;
    top: 17px;
    transition-duration: 0.5s;
}

.leftSec .vehicleData.active h5:before {
    transform: rotate(225deg);
    top: 22px;
}

.vehicleData {
    border-top: 1px solid #CBCBCB;
}

.vehicleData:first-child {
    border-top: none;
}

.vehicleList {
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
}

.productNav a {
    align-items: center;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2rem;
    padding: 5px;
    width: 120px;
}

.productNav a img {
    margin-bottom: 5px;
    max-width: 73px;
}

.navigationWrapper .rightNav {
    font-size: 2rem;
}

.navigationWrapper .rightNav li:first-child {
    margin: 0px 1px 0;
    background: black;
    padding: 12px 27px;
    height: 38px;
    border-radius: 6px;
}

li#dealerBookBtn a {
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: 'Anek Devanagari';
    border-radius: 5px;
    line-height: 0.5;
}


.bannerSlider img {
    width: 100% !important;
}

.slick-prev,
.slick-next {
    background: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 50%;
    top: 50%;
    height: 53px;
    position: absolute;
    margin-top: -26.5px;
    width: 53px;
    z-index: 99;
    font-family: 'Anek Devanagari', sans-serif !important;
    font-size: 0px;
}

.slick-prev {
    left: 20px;
    font-family: 'Anek Devanagari', sans-serif !important;
    font-size: 0px;
}

.slick-next {
    right: 20px;
    font-family: 'Anek Devanagari', sans-serif !important;
    font-size: 0px;
}

.slick-prev::after,
.slick-next::after {
    content: "";
    position: absolute;
    top: 15px;
    z-index: 11;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #4D4D4F;
    border-left: 2px solid #4D4D4F;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-prev::after {
    left: 20px;
    transform: rotate(-45deg);
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-next::after {
    right: 18px;
    transform: rotate(135deg);
    font-family: 'Anek Devanagari', sans-serif !important;
}

.slick-disabled::after {
    opacity: 0.5;
}

.slick-slide img {
    margin: 0 auto;
    width: 50px;
}


#homeBannerSlide,
.customerSpeakCarousel,
.newsContainer {
    white-space: nowrap;
    visibility: hidden
}

#homeBannerSlide.slick-initialized,
.customerSpeakCarousel.slick-initialized,
.newsContainer.slick-initialized {
    visibility: visible
}

#homeBannerSlide .slick-slide,
.customerSpeakCarousel .slick-slide,
.newsContainer .slick-slide {
    white-space: normal;
    display: inline-block;
    vertical-align: top
}

.latestNews .slick-prev {
    left: -60px !important;
}

.latestNews .slick-next {
    right: -60px !important;
}

.productTab .productInfo ul.detailsProMain img {
    width: 59px;
    border: 2px solid black;
    padding: 10px;
    border-radius: 50%;
}


#vehicleDetails .download-brochure-dropdown {
    width: auto !important;
    position: relative;
    color: #ffffff;
}

#vehicleDetails .download-brochure-dropdown.menu-ac {
    color: #ffffff;
}

#vehicleDetails .download-brochure-dropdown.menu-ac:before {
    background: url('../images/down-arrow.svg') no-repeat;
}

#vehicleDetails .download-brochure-dropdown:before {
    background: url('../images/wh-down-arrow.html') no-repeat;
}

#vehicleDetails .brochure-menu ul {
    left: 50%;
    transform: translateX(-50%);
    width: 189px;
}

#vehicleDetails .download-brochure-dropdown:before {
    right: 12px;
}

#vehicleDetails .brochure-menu ul>li>a {
    padding: 10px 10px 10px 26px !important;
}

#vehicleDetails .download_brochure:before {
    left: 0;
}

#vehicleDetails .download-brochure-dropdown:hover {
    color: #231f20
}

#vehicleDetails .download-brochure-dropdown:hover:before {
    background: url('../images/down-arrow.svg') no-repeat;
}

/*.slick-slider-generic{
  white-space:nowrap;
  visibility:hidden
}
.slick-slider-generic.slick-initialized{
  visibility:visible
}
.slick-slider-generic .slick-slide{
  white-space:normal;
  display:inline-block;
  vertical-align:top
}
*/
/* End */
/* Home Page Search Band */
.searchBand {
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
}

.searchBand .searchBar input {
    background: #FFFFFF url('../images/black-search-icon.svg') no-repeat 96% center;
    box-shadow: 0px 2px 14px #00000021;
    border-radius: 48px;
    padding: 9px 70px 11px 35px;
    font-size: 2rem;
}

.searchBand .searchBtn {
    position: absolute;
    right: 35px;
}

.searchBand .searchBtn a {
    background-color: #000;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
}

.searchBand .searchBtn a img {
    position: relative;
    top: 17px;
}

.productTab {
    flex-direction: column;
    padding-top: 54px;
    margin: 0 auto;
    max-width: 1300px;
}

.productTab .productListCarousel {
    max-width: 1300px;
    width: 100%;
}

.productTab ul.tablist {
    padding-top: 25px !important;
    column-gap: 103px;
    margin: 0px auto;
    justify-content: center;
}

.productTab ul.tablist.tablistProduct {
    padding: 0;
}

.productTab ul.tablist li {
    text-align: center;
}

.productTab ul.tablist li a {
    color: #231F20;
}

.productTab ul.tablist li a .title {
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Anek Devanagari';
}

.productTab ul.tablist li.active .title {
    border-bottom: 1px solid #231F20;
}

.productTab ul.tablist li .iconImg {
    align-items: center;
    box-shadow: 0px 3px 50px #0000001f;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    height: 120px;
    width: 120px;
}

.productTab ul.tablist li.active .iconImg {
    box-shadow: 0px 3px 50px #d0cbcbe3;
}

.productTab ul.tablist.tablistProduct li.active .iconImg {
    box-shadow: none;
}


.productTab .productGallery {
    padding: 0 100px;
    width: 640px;
}


.productTab .productGallery .slide img {
    width: 100%;
}

.productTab .productGallery .slick-prev,
.productTab .productGallery .slick-next {
    height: 40px;
    width: 40px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.productTab .productGallery .slick-prev::after,
.productTab .productGallery .slick-next::after {
    top: 12px;
    height: 12px;
    width: 12px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.productTab .productGallery .slick-prev::after {
    left: 16px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.productTab .productGallery .slick-next::after {
    right: 16px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.productTab .productInfo {
    flex-direction: column;
    width: calc(100% - 640px);
}

.productTab .productInfo h3 {
    font-size: 4.2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 39px;
    font-family: 'Anek Devanagari';
}

.productTab .productList {
    position: relative;
    padding: 50px 120px 0 60px;
    margin: 50px 0;
    justify-content: space-evenly;
}

.slick-initialized .productList.slick-slide {
    display: flex;
}

.productTab .productList .productLogo {
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 999;
}

.productTab .productInfo ul {
    column-gap: 20px;
    flex-wrap: wrap;
}

.productTab .productInfo ul li {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 120px;
}

.productTab .productInfo ul li span {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2.3rem;
    text-transform: capitalize;
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productTab .productInfo ul.detailsProMain li {
    width: 180px;
}

.productTab .productInfo ul.detailsProMain li b {
    font-size: 60%;
    width: 50%;
    line-height: 100%;
}

.productTab .productInfo .cta {
    flex-direction: column;
    row-gap: 20px;
}

.productTab .moreLink {
    font-size: 2.8rem;
    font-weight: 500;
}

.productTab .moreLink a {
    position: relative;
    padding-right: 30px;
}

.productTab .moreLink a:before {
    border: solid #231F20;
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    padding: 6px;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 9px;
}

.productTab .productListCarouseInn .productList {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    align-items: flex-start;
}

.customerSpeak {
    margin: 40px 0 0px;
    text-align: center;
    width: 100%;
}

.customerSpeak h2 {
    padding-bottom: 30px;
}

.customerSpeakCarousel .slick-list {
    padding: 0 12% !important;
}

.customerSpeakCarousel .slick-track {
    display: flex;
}

.customerSpeakCarousel .slick-slide {
    height: inherit;
}

.customerSpeak .customerVideo {
    position: relative;
    margin: 0 30px 30px;
}

.customerSpeak .customerVideo img {
    width: 100%;
}

.customerSpeak .customerVideo a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
}


/* .customerSpeak .customerVideo a::before {
    content: '';
    background: url("../images/play-icon.png") no-repeat 0 0;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    z-index: 999;
    background-size: cover;
} */
.customerSpeak .customerVideo figure .playbtn {
    background: url("../images/play-icon.png") no-repeat 0 0;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 999;
    background-size: cover;
}

.customerSpeak .customerVideo figure {
    position: relative;
    margin-bottom: 15px;
}

.customerSpeak .customerVideo .customerVideo__content {
    position: relative;
    padding: 0 20px;
}

.customerSpeak .customerVideo .text {
    color: black;
    text-align: center;
    font-size: 1.8rem;
    width: 100%;
    z-index: 999;
    line-height: 28px;
    display: block;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
}

.customerSpeakCarousel .slick-prev::after,
.customerSpeakCarousel .slick-next::after {
    right: 20px;
    top: 20px;
}

.customerSpeakCarousel .slick-prev,
.customerSpeakCarousel .slick-next {
    margin-top: -75px;
}

@media screen and (max-width: 1200px) {
    .customerSpeak .customerVideo figure .playbtn {
        height: 40px;
        width: 40px;
    }
}

/* End */

/* Service CTA */
.serviceCTA {
    margin: 0 auto;
    max-width: 1300px;
}

.serviceCTA .listItem .iconImg {
    align-items: center;
    box-shadow: 0px 3px 50px #0000001f;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 82px;
    width: 82px;
}

.serviceCTA .listItem {
    background: url("../images/divider.png") no-repeat 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 33%;
}

.serviceCTA .listItem:first-child {
    background: none;
}

.serviceCTA .listItem h3 {
    font-size: 2.6rem;
    font-weight: 500;
}

.serviceCTA .listItem p {
    color: #4D4D4F;
    font-size: 2rem;
    font-weight: 400;
    padding: 24px 0 28px;
    min-height: 121px;
    line-height: 1.2;
}

.serviceCTA .listItem .btn {
    width: 90%;
    padding: 12px 38px 13px;
}

.serviceCTA .listItem .dealerInputWrap {
    position: relative;
    margin: 30px 0 28px;
    width: 90%;

}

.serviceCTA .listItem .dealerInputWrap::after {
    background: url("../images/location-icon.html") no-repeat 0 0;
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    height: 26px;
    width: 26px;
}

.serviceCTA .listItem .dealerInput {
    border: 1px solid #E6E7E8;
    border-radius: 8px;
    padding: 20px 40px 20px 16px;
    font-size: 1.8rem;
    font-weight: 400;
    width: 100%;
    display: none;
}

.latestNews {
    margin: 0px auto;
    width: 90%;
    background: #f9f9f9;
    padding: 52px 50px;
}

.latestNews h2 {
    padding-bottom: 30px;
    text-align: center;
    color: black;
    font-size: 32px;
    padding-top: 17px;
}

.latestNews .listItem {
    background: #FFFFFF;
    border: 1px solid #0000001a;
    box-shadow: 0px 3px 16px #0000001A;
    border-radius: 12px;
    color: #4D4D4F;
    padding: 18px;
    margin: 0 11px 40px;
    width: 380px;
    position: relative;
}

.latestNews .listItem .img {
    border-radius: 12px;
    margin-bottom: 25px;
}

.latestNews .listItem .date {
    font-size: 17px;
    border-top: 1px solid #8e8a8a9c;
    font-weight: 400;
}


.latestNews .listItem .detail {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 28px;
    margin: 10px 0 6px;
    line-height: 1.2;
}

.latestNews .slick-slide img {
    margin: inherit;
    background: #e2d8d8;
}

.mzro-main-tab-sec {
    position: relative;
}

.mzro-main-header-wrap {
    position: relative;
    width: 100%;
    max-width: 654px;
    margin: 0 auto;
}

.mzro-tab-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 12px 12px 0 0;
    z-index: 10;
}

.mzro-tab-header li {
    width: 33.33%;
}

.mzro-tab-header li:not(:last-child) {
    border-right: 1px solid var(--whitecolor);
}

.mzro-tab-header li a {
    background: rgba(28, 88, 146, 0.28);
    backdrop-filter: blur(3.5px);
    padding: 13px 8px 4px 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mzro-tab-header li .tab-img {
    width: 80px;
    margin-right: auto;
}

.mzro-tab-header li .tab-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.mzro-tab-header li .tabtxt {
    width: calc(100% - 110px);
    margin-left: auto;
}

.mzro-tab-header li span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: var(--whitecolor);
    font-family: var(--adevfont);
}

.mzro-tab-header li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background-color: #E31837;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.mzro-tab-header li:first-child a {
    border-radius: 12px 0 0 0;
}

.mzro-tab-header li:last-child a {
    border-radius: 0 12px 0 0;
}

.mzro-tab-header li:first-child a:before {
    border-radius: 12px 0 0 0;
}

.mzro-tab-header li:last-child a:before {
    border-radius: 0 12px 0 0;
}

.mzro-tab-header li a.active {
    background: #1C5892;
}

.mzro-tab-header li a.active:before,
.mzro-tab-header li a:hover:before {
    width: 100%;
}

.mzro-tab-sec {
    position: relative;
    overflow: hidden;
    background: #1C5892 url('../../img/mroz-bg-layer.png') no-repeat center center;
    background-size: calc(100%*16/16)100%;
}

.mzro-tab-body {
    position: relative;
    padding: 64px 0;
}

.tab-panel {
    display: none;
}

.mzrotab-block {
    position: relative;
}

.mzrotab-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 55px;
    margin-bottom: 33px;
}

.mzrotab-top:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/mzorg-wh-layer.png') no-repeat;
    background-size: calc(100%*16/16)100%;
    opacity: 0.5;
}

.mzrotab-top-left {
    width: 48%;
    margin-right: auto;
    position: relative;
}

.mzrotab-top-right {
    width: 48%;
    margin-left: auto;
    position: relative;
}

.mzrotab-top h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--whitecolor);
    margin-bottom: 15px;
    letter-spacing: -0.64px;
    font-family: var(--adevfont);
    text-align: left
}

.mzrotab-top h4 {
    font-size: 32px;
    font-weight: 600;
    color: var(--whitecolor);
    margin-bottom: 15px;
    letter-spacing: -0.64px;
    font-family: var(--adevfont);
    text-align: left
}

.mzrotab-list ul li {
    width: 100%;
    clear: both;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    position: relative;
    padding-left: 38px;
}

.mzrotab-list ul li .mzro-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.mzrotab-list ul li .mzro-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.mzrotab-top-left .knowmorebtn a {
    display: inline-block;
    padding: 15px 30px 10px 30px;
    background-color: var(--whitecolor) !important;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--adevfont);
    text-transform: capitalize;
    border-radius: 12px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.mzrotab-top-left .knowmorebtn a:hover {
    background-color: #1C5892;
    color: var(--whitecolor) !important;
}

.mzrotab-btm {
    width: 100%;
}

.mzrotab-btm .mzrotab-var-text {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    margin-bottom: 25px;
}

.mob-oneline-desc .mzrotab-var-text {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    margin-bottom: 25px;
}

.mzrotab-var-item h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    margin-bottom: 10px;
}

.mzrotab-var-item p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    margin-bottom: 20px;
}

.mzrotab-var-item .kmbtn {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--adevfont);
    color: var(--whitecolor);
    text-transform: capitalize;
    padding-right: 15px;
    background: url('../../img/btn-arrow.html') no-repeat right 9px;
}

.mzro-tab-panel .slick-prev {
    width: 48px;
    height: 48px;
    left: -80px;
    cursor: pointer;
    /*background:#fff url('../../../assets/img/previous-arrow.svg') no-repeat;*/
    background-size: calc(100%*16/16)100%;
    z-index: 1;
    border-radius: 50%;
}

.mzro-tab-panel .slick-next {
    width: 48px;
    height: 48px;
    right: -80px;
    cursor: pointer;
    /*background:#fff url('../../../assets/img/next-arrow.svg') no-repeat;*/
    background-size: calc(100%*16/16)100%;
    z-index: 1;
    border-radius: 50%;
}

.mzrotab-mob {
    display: none;
}


.benft-sec {
    position: relative;
    padding: 80px 0 40px 0;
    background-color: #F6FBFF
}

.benft-head {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 70px;
    text-align: center;
}

.benft-head h2 {
    font-size: 32px;
    font-weight: 600;
}

.benft-head p {
    font-size: 18px;
}

.benft-slider {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.benft-item-slider .col-3 {
    margin-bottom: 80px;
}

.benft-card {
    position: relative;
    border-radius: 8px;
    background: var(--whitecolor);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 62px 16px 16px 16px;
    height: 100%;
    text-align: center;
}

.benft-card .benft-icon {
    width: 79px;
    height: 79px;
    background-color: #1C5892;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -102px auto 22px;
}

.benft-card .benft-icon img {
    width: 50;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.benft-card .benft-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #231F20;
}

.benft-card .benft-content p {
    font-size: 16px;
    color: #231F20;
}

footer {
    border-top: 5px solid #231F20;
    padding: 24px 20px 15px;
    font-size: 1.8rem;
    background: black;
}

footer .complienceLink li a {
    color: #ccc6c6;
    text-decoration: none;
    font-size: 16px;
}

footer .wrapperr {
    margin: 0 auto;
    width: 1300px;
    color: whitesmoke !important;
}

footer h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

footer nav {
    column-gap: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer nav li {
    padding-bottom: 10px;
    font-family: 'Anek Devanagari';
    font-size: 9px;
}

footer nav li a:hover {
    text-decoration: underline;
}

footer .footerLogo {
    margin: 22px 0px 20px;
    border-top: 1px solid #d1cfcf94;
}

.socialLink a {
    display: flex;
}

.socialLink li {
    display: inline-block;
    margin-right: 20px;
}

footer .copyright {
    font-size: 1.4rem;
    width: 42%;
}

footer .complienceLink li {
    border-left: 1px solid #231F20;
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
}

footer .complienceLink li:first-child {
    border: none;
}

.darkBtn {
    background-color: #231F20;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    padding-top: 5px;
    height: 50px;
    width: 300px;
}

.darkBtnArrow {
    position: relative;
}

.darkBtnArrow::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/icon-feather-arrow-up-right.svg) no-repeat center center;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    margin-top: -3px;
}

.lightBtn {
    border: 1px solid #231F20;
    align-items: center;
    border-radius: 8px;
    color: #231F20;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    padding-top: 5px;
    height: 50px;
    width: 300px;
}

.productTab .productGalleryInner .slick-prev {
    left: 0;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.productTab .productGalleryInner .slick-next {
    right: 0;
    font-family: 'Anek Devanagari', sans-serif !important;
}

.brreadcum {
    padding: 76px 0px 37px;
    color: #231f20;
    background-image: url(../../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9999;
}

.brreadcum:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000096;
    top: 0px;
    z-index: -1;
}

.brreadcum .brreadcumText {
    font-size: 1.4em;
}

.brreadcum .brreadcumText a {
    font-weight: 500;
    padding: 23px 0 18px;
    display: inline-block;
}

.brreadcum .brreadcumText a {
    font-weight: 400;
    padding: 23px 0 18px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 23px;
}

.brreadcum .brreadcumText span {
    color: white;
    display: inline-block;
    font-size: 22px;
}

.brreadcum .brreadcumText {
    font-size: 1.4em;
    width: 85%;
    margin: 25px auto;
}

.backBtn {
    position: relative;
    font-size: 2.2rem;
    padding-left: 20px;
    display: none;
}

.backBtn::before {
    content: "";
    position: absolute;
    top: 10px;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4D4D4F;
    border-left: 2px solid #4D4D4F;
    transform: rotate(-45deg);
    left: 0;
}


.icon-polygon {
    /*  background: url(../images/icon-polygon.svg) no-repeat center center; */
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    line-height: 100%;
    font-weight: 600;
    flex-direction: column;
}

.productTab ul.tablist.tablistProduct li .iconImg {
    border-radius: 0;
    width: auto;
    margin: 0;
    margin-right: 10px;
    height: auto;
}

.productTab ul.tablistProduct {
    column-gap: 0;
}

.productTab ul.tablistProduct li {
    width: 280px;
}

.productTab ul.tablistProduct li a {
    height: 80px;
    display: flex;
    background: #fff;
    border: solid 1px #e5e5e5;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productTab ul.tablistProduct li.active a::after {
    background: #231f20;
    height: 2px;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
}

.productTab ul.tablistProduct li .iconImg {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.productTab ul.tablistProduct li a img {
    filter: blur(1px);
}

.productTab ul.tablistProduct li.active a img {
    filter: blur(0);
}

.productTab ul.tablistProduct li a .title {
    border: 0 !important;
    font-size: 2em;
}

.productTab .productInfo ul.proIndetails {
    width: 80%;
    margin: auto;
}

.productTab .productInfo ul.proIndetails li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
}

.productTab .productInfo ul.proIndetails li span {
    min-height: auto;
    font-size: 2.2em;
    font-weight: 400;
    padding-bottom: 0;
    text-align: left;
    line-height: 1.5;
    width: 50%;
}

.productTab .productInfo ul.proIndetails li span:first-child {
    margin-right: 10px;
}

.productTab .productInfo ul.proIndetails li:last-child::after {
    display: none;
}

.productTab .productInfo ul.proIndetails li::after {
    background-image: linear-gradient(to right, rgba(77, 77, 79, 0.24), #4d4d4f 26%, rgba(15, 15, 16, 0.23) 50%);
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
}

.productTab .productInfo ul.proIndetails li span.proInStat {
    font-weight: normal;
}

.productTab .productInfo ul.proIndetails li span.proInEx {
    font-size: 2rem;
    font-weight: normal;
}

.productTab .productInfo ul.proIndetails li span.proInPrice {
    font-size: 2.8em;
    position: relative;
    line-height: 1;
}

.productTab .productInfo ul.proIndetails li.no-bor {
    padding-bottom: 0;
}

.productTab .productInfo ul.proIndetails li.no-bor::after {
    display: none;
}

/* .productTab .productInfo ul.proIndetails li select.cityDrop {
    height: 40px;
    border: solid 1px rgba(35, 31, 32, 0.47);
    border-radius: 8px;
    font-size: .9em;
    padding: 0 10px;
    position: relative;
    top: -5px;
    width: 180px;
} */


.popupVideo .videoIframe {
    width: 800px;
    height: 500px;
    border-radius: 10px;
}

#experienceBox {
    padding: 50px 0;
}

.experienceBoxFrame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

#experienceBox .experienceBoxFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.popup {
    background: #fff;
    border-radius: 8px;
    display: none;
    position: fixed;
    padding: 10px;
    left: 50%;
    top: 25%;
    margin-left: -330px;
    z-index: 1000;
}

.popup .closeBtn {
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    text-align: right;
}

iframe.videoIframe {
    width: 640px;
    height: 360px;
}

.dealerSearchBand {
    margin: 60px auto;
    width: 1200px;
}

.dealerSearchBand .searchBand {
    max-width: 600px;
    margin: 0;
    padding: 0;
    width: 600px;
}

.dealerSearchBand .searchBand .searchBtn {
    right: 15px;
}

.dealerSearchBand .or {
    margin: 0 30px;
    font-size: 2.4rem;
    padding-top: 10px;
}

.iconBtn {
    align-items: center;
    border: 1px solid #4D4D4F;
    border-radius: 8px;
    display: flex;
    height: 50px;
    padding: 0 22px 0 15px;
    font-size: 2rem;
    text-transform: capitalize;
}

.iconBtn span {
    padding: 5px 7px 0 10px;
}

.searchResult {
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
    margin: 0 auto 200px;
    width: 1200px;
}

.searchResult .result {
    padding: 25px 20px;
}

.searchResult .vehicleFilter {
    position: relative;
}

.searchResult .vehicleFilter select {
    appearance: none;
    background: #FBFBFB;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    color: #4D4D4F;
    font-size: 2rem;
    padding: 0 50px 0 25px;
    height: 54px;
    width: 100%;
}

.searchResult .vehicleFilter:before {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 6px;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 17px;
    transition-duration: 0.5s;
    z-index: 9;
}

.searchResult .resultList {
    padding: 0 35px 0 15px;
    margin-top: 35px;
    overflow-x: auto;
    height: 100vh;
}

.searchResult .resultList .iconBtn {
    height: 40px;
}

.searchResult .resultList .iconBtn,
.searchResult .resultList .deaalerAddress,
.searchResult .resultList .contactInfo {
    font-size: 1.6rem;
}

.searchResult .resultList h5 {
    font-size: 2rem;
    font-weight: 500;
}

.searchResult .result .storeInfo {
    border-top: 1px solid #D2D2D2;
    padding: 35px 0;
}

.searchResult .result .storeInfo:first-child {
    border: none;
    padding-top: 0;
}

.searchResult .resultList .contactInfo {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.searchResult .resultList .contactInfo a {
    margin-right: 30px;
    margin-bottom: 5px;
}

.searchResult .resultList .contactInfo a.number {
    background: url("../images/phone-icon.svg") no-repeat 0 2px;
    padding-left: 30px;
}

.searchResult .resultList .contactInfo a.mail {
    background: url("../images/mail-icon.svg") no-repeat 0 4px;
    padding-left: 35px;
}

.searchResult .resultList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.searchResult .resultList::-webkit-scrollbar {
    width: 4px;
    background-color: #E9E9E9;
}

.searchResult .resultList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4D4D4F;
}


#benefitsBox .stickytabs::-webkit-scrollbar-track,
#stickyFooter .container::-webkit-scrollbar-track {
    background-color: transparent;
}

#benefitsBox .stickytabs::-webkit-scrollbar,
#stickyFooter .container::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

#benefitsBox .stickytabs::-webkit-scrollbar-thumb,
#stickyFooter .container::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/** new open **/
#terms h2 {
    padding-top: 30px;
}

#faqs {
    display: none;
}

.serviceCTA {
    padding-bottom: 150px;
}

/** new close **/
.about-left-col {
    float: left;
    width: 400px;
}

.about-left-col img {
    width: 100%;
    height: auto;
}

.about-right-col p,
p.aboutpara {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    /*padding-left: 46px;*/
}

.about-right-col p,
p.aboutpara1 {
    font-size: 1.7rem;
    color: #4d4d4f;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    /*padding-left: 46px;*/
}

/*.about-right-col h3 {font-size: 2.0rem;color: #4d4d4f;line-height: 24px;font-weight: normal;margin-top: 30px;position: relative;padding-left: 46px;}*/
.about-right-col h3 span {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    margin-top: 30px;
}

/*.about-right-col {float: left;width: calc(100% - 450px);margin-left: 50px;}*/
.about-flex {
    display: flex;
}

.readmore-container {
    margin: 0 auto;
}

.soc-ico a {
    padding-left: 46px;
}

.about-left-col-2 {
    float: right;
    width: 400px;
}

.about-left-col-2 img {
    width: 100%;
    height: auto;
}

.about-right-col-2 p,
p.aboutpara,
li.aboutpara {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    padding-right: 46px;
}

.about-right-col-2 h3 {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: normal;
    margin-top: 30px;
    position: relative;
    padding-right: 46px;
}

.about-right-col-2 h3 span {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    margin-top: 30px;
}

.about-right-col-2 {
    float: left;
    width: calc(100% - 450px);
    margin-right: 50px;
}

.clearfix {
    clear: both;
}

h1.text-center {
    text-align: center;
}

h1.font-40 {
    font-size: 40px;
}

h1.mt-50 {
    margin-top: 50px;
}

h2.font-40 {
    font-size: 40px;
}

h2.mt-50 {
    margin-top: 50px;
}

h2.text-left {
    text-align: left;
}

h2.font-30 {
    font-size: 30px;
}

.pr-0 {
    padding-right: 0 !important;
}

#vehicleDetails ul.keyfeatures li.aboutpara,
.benefitscontainer ul.keyfeatures li.aboutpara {
    list-style: disc;
}

.benefitscontainer {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.generic-wrapper {
    widows: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.generic-main-acc {
    position: relative;
    margin: 0 0 20px 0;
}

.generic-row {
    position: relative;
    clear: both;
    margin: 0;
}

.generic-main-header {
    position: relative;
    clear: both;
    padding: 20px 45px 10px 30px;
    background-color: #ffffff;
    color: #100f0f;
    border: 1px solid #cacaca;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
}

.generic-main-header:before {
    position: absolute;
    content: '';
    right: 20px;
    width: 14px;
    height: 3px;
    background-color: #333;
    top: 50%;
    transform: translateY(-50%);
}

.generic-main-header:after {
    position: absolute;
    content: '';
    right: 25px;
    width: 3px;
    height: 14px;
    background-color: #333;
    top: 50%;
    transform: translateY(-50%);
}

.generic-main-body {
    position: relative;
    display: none;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-top: 0 none;
}

.generic-main-body-inner {
    padding: 20px 30px 10px 30px;
}

.generic-main-body-inner p {
    font-size: 2.0rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    overflow: hidden;
}

.qsbox,
.ansbox1 {
    position: absolute;
    left: 26px;
    top: 10px;
    font-weight: 500;
    font-size: 20px;
}

.generic-main-header.active:after {
    display: none;
}

.slick-slider-generic {
    white-space: nowrap;
    visibility: hidden
}

.slick-slider-generic.slick-initialized {
    visibility: visible
}

.slick-slide-generic {
    white-space: normal;
    display: inline-block;
    vertical-align: top
}

/*.productTab ul.tablist.tablistProduct li img {aspect-ratio: 58 / 57}
.productListCarousel .productGallery img {aspect-ratio:22 / 21}
.productTab .productList .productInfo ul.detailsProMain li img {aspect-ratio: 1 / 1}
.container ul.stickytabs li img {aspect-ratio: 1 / 1}
.container ul.stickytabs-content li img {aspect-ratio: 5 / 4}
.vehFeature ul.about-slider li img {aspect-ratio: 950 / 473}
.vehFeature ul.gallery-slider li img {aspect-ratio: 135 / 76}
.customerSpeak .slick-list .customerVideo img {aspect-ratio: 4 / 3}
.wrapper .footerLogo img {aspect-ratio: 218 / 35}
.wrapper .socialLink li img {aspect-ratio: 1 / 1}*/

/* Style for Download Brochure */
.header-top-sec {
    position: relative;
    background-color: #c2c2c2;
    padding: 10px 0;
}

.brochure-menu {
    position: relative;
    width: 186px;
    margin-left: auto;
    z-index: 1
}

#vehicleDetails .brochure-menu {
    margin: 0 auto;
    z-index: 999;
}

/*#vehicleDetails .download-brochure-dropdown.menu-ac:before{background-image: url('../../../assets/images/wh-down-arrow.svg');}*/

.download-brochure-dropdown {
    display: block;
    border: 1px solid #000;
    padding: 8px 30px 8px 10px;
    border-radius: 6px;
    color: #231F20;
    font-size: 14px;
}

.download-brochure-dropdown:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 13px;
    height: 7px;
    backround-image: url('https://mazldllmwebapp01.azurewebsites.net/assets/front/images/down-arrow.svg') no-repeat;
    background-size: cover;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.download-brochure-dropdown.menu-ac:before {
    transform: translateY(-50%) rotate(180deg);
    backround-image: url('https://mazldllmwebapp01.azurewebsites.net/assets/front/images/down-arrow.svg')
}

.brochure-menu ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    background-color: #fff;
    display: none;
    border-radius: 7px;
    padding: 12px;
    box-shadow: 0 0 18px 0 rgba(128, 128, 128, 0.15);
}

.brochure-menu ul li {
    width: 100%;
    position: relative;
}

.brochure-menu ul li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 26px 10px 0;
    color: #000;
}

.brochure-menu ul>li>a.dw-icon:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #231F20;
}

.brochure-menu ul>li>a.dw-icon:after {
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: #231F20;
}

.brochure-menu ul>li>.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(60vh - 400px);
    padding: 0 10px 0 0;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.brochure-menu ul>li>.sub-menu>li {
    border: 0 none;
    margin-bottom: 5px;
}

.brochure-menu ul>li>.sub-menu>li>a {
    padding: 0 0 0 20px;
}

.brochure-menu ul>li>.sub-menu>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url('assets/img/download-icon.html') no-repeat;
    background-size: cover;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a {
    padding: 10px 20px 10px 0;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a:before {
    left: auto;
    right: 0;
}

.brochure-menu ul .back-btn {
    display: none;
    border: 0 none;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.brochure-menu ul>li>a.active:after {
    display: none;
}

.brochure-menu ul .back-btn.active-backbtn {
    display: inline-block;
}

.aboutpara a.link {
    color: #006fcd;
    text-decoration: underline;
}

.lmn-brochure-menu ul {
    overflow-y: auto;
    max-height: calc(60vh - 450px);
    padding: 0 10px 0 0;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*.lmn-brochure-menu ul::-webkit-scrollbar{width:1px;}*/

.gmnoprint.gm-style-mtc-bbw button {
    font-family: 'Anek Devanagari', sans-serif !important;
}

.gm-style {
    font-family: 'Anek Devanagari', sans-serif !important;
}

#about h2 {
    margin-top: 3rem;
}

.readmoretext a {
    color: #231F20;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    line-height: 1.3;
}

.readmoretext {
    margin-top: 15px !important;
}


.sub-heading-product {
    font-size: 4.2rem;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;

}

.sub-heading-product1 {
    font-size: 2.8rem;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;

}

.padding-new {
    padding: 1rem !important;
    padding-top: 40px !important;
}

#about h2 {
    margin-top: 3rem;
}

/* Style for Download Brochure */
@media screen and (min-width: 1024px) {
    /*.navigationWrapper .navigation li.subNav:hover #vehicleNav {
        display: block;
    }*/


    /* .productNav a:hover {
        -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.15);
        box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    } */

    #mobileNav {
        display: none;
    }
}

@media screen and (max-width: 1335px) {
    #stickyFooter .container {
        overflow: auto;
    }

    #stickyFooter .container a {
        font-size: 1.8rem;
    }

    .productTab,
    .productTab .productListCarousel,
    .serviceCTA,
    footer .wrapperr {
        width: 1000px;
    }

    .productTab .productListCarousel,
    .productTab {
        max-width: inherit;
        width: 100%;
    }

    .productTab {
        padding: 0 20px;
    }

    .productTab .productInfo {
        width: 100%;
    }

    .productTab .productGalleryInner {
        margin-bottom: 40px;
    }

    .latestNews {
        width: 950px;
    }

    /* Fonts size handling */
    .productTab .productInfo h3 {
        font-size: 3.78rem;
    }

    h2 {
        font-size: 3.24rem;
    }

    .productTab .moreLink {
        font-size: 2.52rem;
    }

    .serviceCTA .listItem h3 {
        font-size: 2.34rem;
    }

    .latestNews .listItem .detail,
    footer h4,
    .customerSpeak .customerVideo .text {
        font-size: 2.16rem;
    }

    .navigationWrapper .navigation,
    .navigationWrapper .rightNav,
    .searchBand .searchBar input,
    .serviceCTA .listItem p,
    .latestNews .listItem .date {
        font-size: 1.8rem;
    }

    /*.navigationWrapper .navigation li.subNav #vehicleNav {
        top: 98px;
    }*/

    .btn,
    .topNav,
    .topNav .language select,
    .serviceCTA .listItem .dealerInput,
    footer,
    .darkBtn,
    .lightBtn {
        font-size: 1.62rem;
    }

    footer .copyright {
        font-size: 1.26rem;
    }

    .brreadcum {
        padding: 15px 0px;
        height: 14vh;
    }

    .navigationWrapper {
        padding: 0 20px;
    }

    .topNav {
        padding: 10px 20px;
    }

    .btn {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 1.4rem;
        padding: 0;
        height: 35px;
        width: 100px;
    }

    .latestNews .listItem {
        width: 300px;
    }

    .latestNews .listItem .img img {
        width: 100%;
    }

    .productListCarousel>.slick-prev {
        left: 25px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productListCarousel>.slick-next {
        right: 25px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    footer {
        display: flex;
    }

    footer .wrapperr {
        display: flex;
        flex-direction: column;
    }

    .dealerSearchBand,
    .searchResult {
        width: 980px;
    }

    .searchResult .map,
    .searchResult .result {
        width: 50%;
    }

    .searchResult .map img {
        width: 100%;
    }

    .searchResult {
        margin-bottom: 100px;
    }

    .searchResult .resultList {
        height: inherit;
    }

    /** new **/
    /*#stickyFooter {top: 132px;}		*/
}

@media screen and (max-width: 1023px) {
    .header-top-wrap {
        margin-right: 26px !important;
    }

    .about-slider li img {
        width: 98%;
    }

    body {
        overflow-x: hidden;
        width: 100%;
    }

    h2 {
        font-size: 2.4rem;
        line-height: 3.5rem;
        margin-bottom: 20px;
    }

    .latestNews h2,
    .customerSpeak h2 {
        padding-bottom: 0;
    }

    .customerSpeak {
        margin: 15px 0 50px;
    }

    .searchBand {
        padding: 0px 20px 25px;
    }

    .backBtn {
        font-size: 1.8rem;
        padding-left: 16px;
    }

    .backBtn::before {
        top: 6px;
    }

    .slick-prev,
    .slick-next {
        margin-top: 3px;
        height: 35px;
        width: 35px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .slick-prev {
        left: 15px !important;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .slick-next {
        right: 15px !important;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab .productGallery .slick-prev {
        left: -50px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab .productGallery .slick-next {
        right: -50px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .slick-prev::after {
        left: 13px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .slick-next::after {
        right: 18px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .gallery-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-prev::after,
    .slick-next::after {
        height: 12px;
        top: 11px;
        width: 12px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .topNav {
        padding: 10px 20px;
        font-size: 1.2rem;
    }

    .topNav .siteSearch {
        display: none;
    }

    .topNav .language {
        padding-left: 12px;
    }

    .topNav .language select {
        font-size: 1.4rem;
        margin-left: 5px;
    }

    .hamburgerIcon {
        display: block;
        background: white;
        padding: 0px 8px;
        border-radius: 4px;
    }

    .navigationWrapper {
        padding: 13px 14px 11px;
        position: relative;
    }

    .hamburgerIcon.open {
        position: fixed;
        right: 10px;
        top: 30px;
        z-index: 9999;
    }

    .navigationWrapper .navigation {
        background-color: #FFFFFF;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        position: fixed;
        left: -100%;
        top: 0;
        padding: 80px 20px 0;
        margin: 0;
        overflow-y: auto;
        height: 100vh;
        width: 100%;
        z-index: 999;
        transition-duration: 0.5s;
    }

    .navigationWrapper .navigation.open {
        left: 0;
    }

    .navigationWrapper .navigation>ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .navigationWrapper .navigation>ul li {
        border-bottom: 1px solid #CBCBCB;
        padding: 29px 10px 19px;
        width: 100%;
    }

    .navigationWrapper .navigation>ul>li>a {
        padding: 0;
        color: black;
    }

    .navigationWrapper .navigation>ul li.subNav.active:first-child {
        border: none;
    }

    .navigationWrapper .navigation li.subNav.active>a {
        background: #231F20;
        color: #FFFFFF;
        padding: 15px 0 10px 10px;
        display: flex;
    }

    .navigationWrapper .navigation li.subNav {
        padding: 0 0 10px;
    }

    .navigationWrapper .navigation li.subNav:before {
        right: 15px;
        top: 20px;
    }


    /*.navigationWrapper .navigation li.subNav {
        padding-right: 0;
        padding-left: 0;
    }*/

    .navigationWrapper .navigation li.subNav>a {
        display: block;
        padding: 15px 0 10px 10px;
    }

    .navigationWrapper .navigation li.subNav.active:before {
        border-color: #FFFFFF;
    }

    .navigationWrapper .navigation li.subNav #vehicleNav {
        border-radius: 0 0 8px 8px;
        position: relative;
        display: none;
        top: inherit;
        font-size: 1.6rem;
        width: 100%;
    }

    .navigationWrapper .navigation li.subNav .subNavDetail .rightSec {
        display: block;
    }

    .navigationWrapper .navigation .leftSec,
    .navigationWrapper .navigation .productNav a {
        width: 100%;
    }

    .navigationWrapper .navigation .leftSec {
        padding: 0;
    }

    .leftSec h5:before {
        top: 13px
    }

    .leftSec .vehicleData.active h5:before {
        top: 18px;
    }

    .leftSec h4 {
        border-top: 1px solid #CBCBCB;
        background-color: #EBEBEB;
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        cursor: pointer;
        padding: 10px 0 10px 10px;
        position: relative;
    }

    .leftSec h4:before {
        border: solid #231F20;
        border-width: 0 2px 2px 0;
        content: '';
        display: inline-block;
        padding: 3px;
        position: absolute;
        transform: rotate(45deg);
        right: 15px;
        top: 17px;
        transition-duration: 0.5s;
    }

    .leftSec h4.active:before {
        transform: rotate(225deg);
        top: 22px;
    }

    .leftSec h4:first-child {
        border-top: none;
    }

    .dealerLink {
        padding: 29px 10px 27px;
        display: none;
    }

        .dealerBookBtn .btn {
        width: 18% !important;
        background: black!important;
        color: white!important;
        font-size: 19px!important;
    }

    .socialNav {
        border-top: 1px solid #CBCBCB;
        display: flex;
        justify-content: center;
        padding: 30px 0;
        display: none;
        margin-top: 30px;
    }

    .navigationWrapper .navigation .productNav {
        max-width: 120px;
        width: 100%;
    }

    .navigationWrapper .navigation li.subNav .subNavDetail .rightSec {
        width: 513px !important;
    }

    .navigationWrapper .rightNav li:first-child {
        display: none;
    }

    .searchBand .searchBar input {
        font-size: 1.6rem;
        padding: 20px 70px 18px 20px;
    }

    .searchBand .searchBtn a {
        height: 40px;
        width: 40px;
    }

    .searchBand .searchBtn a img {
        position: relative;
        top: 12px;
    }

    .productTab {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        width: 100%;
    }

    .productTab ul.tablist {
        column-gap: 25px;
    }

    .productTab ul.tablist.tablistProduct {
        column-gap: 0;
    }

    .productTab ul.tablist li .iconImg {
        height: 80px;
        width: 80px;
    }

    .productTab ul.tablist li .iconImg img {
        width: 100%;
    }

    .productTab .productGallery {
        padding: 0;
        width: 320px;
    }

    .productTab .productGalleryInner {
        width: 280px;
    }

    .productTab .productList {
        align-items: center;
        background: url("../images/divider1.png") no-repeat center bottom;
        flex-direction: column;
        padding: 50px 0;
    }

    .productTab .productList:last-child {
        background: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .productTab .productInfo ul.detailsProMain {
        column-gap: 0;
    }

    .productTab .productInfo ul.detailsProMain li {
        width: 50%;
    }

    .productTab .productInfo ul li {
        width: 45%;
    }

    .productTab .productGalleryInner .slick-prev {
        left: -80px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab .productGalleryInner .slick-next {
        right: -80px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }


    /* .customerSpeak .customerVideo {
        width: 98%;
        max-width: 520px;
    } */

    .serviceCTA {
        flex-direction: column;
    }

    .serviceCTA .listItem {
        width: 100%;
        padding-top: 50px;
        margin-bottom: 50px;
        background: url(../images/divider1.png) no-repeat center top;
    }

    .serviceCTA .listItem:first-child {
        padding-top: 0;
    }

    .latestNews {
        padding: 0 20px;
    }

    .latestNews .listItem {
        width: 300px;
    }

    footer nav {
        flex-direction: column;
    }

    footer nav .col {
        border-top: 1px solid #D9D9D9;
    }

    footer nav .col:first-child {
        border: none;
    }

    footer nav .col h4 {
        position: relative;
        padding: 0;
        margin: 20px 0 14px
    }

    footer nav .col h4:before {
        border: solid #231F20;
        border-width: 0 3px 3px 0;
        content: '';
        display: inline-block;
        padding: 6px;
        position: absolute;
        transform: rotate(45deg);
        right: 0;
        top: 7px;
        transition-duration: 0.5s;
    }

    footer nav .col:last-child h4:before {
        display: none;
    }

    footer nav .col.open h4:before {
        transform: rotate(225deg);
    }

    footer nav .col ul {
        display: none;
        transition-duration: 2s;
    }

    footer nav .col.open ul {
        display: block;
    }

    footer .footerBand {
        flex-direction: column;
        border-top: 1px solid #cac5c58a;

    }

    footer .complienceLink li:first-child {
        padding-left: 0;
    }

    footer .copyright {
        padding: 10px 0 20px;
    }

    .productTab .productListCarousel,
    .serviceCTA,
    .productTab .productGallery img,
    footer .wrapperr,
    footer .copyright,
    .dealerSearchBand,
    .searchResult {
        width: 100%;
        max-width: 600px;
    }

    .latestNews {
        width: 100%;
        max-width: 665px;
    }

    .customerSpeak .customerVideo a::before {
        background-size: 38px 38px;
        height: 38px;
        margin: -19px 0 0 -19px;
        width: 38px;
    }

    .customerSpeak .customerVideo .customerVideo__content {
        padding: 0 10px;
    }

    .customerSpeak .customerVideo .text {
        font-size: 1.6rem;
        text-align: left;
    }

    .productTab .productInfo {
        margin-top: 33px;
    }

    .dealerSearchBand .iconBtn {
        padding: 0 10px;
        height: 38px;
    }

    .dealerSearchBand .iconBtn span {
        display: none;
    }

    .searchResult {
        flex-direction: column;
    }

    .searchResult .map,
    .searchResult .result {
        width: 100%;
    }

    .searchResult .result {
        margin-top: 5px;
        padding: 25px 0;
    }

    .dealerSearchBand,
    .searchResult {
        padding: 0 20px;
    }

    .dealerSearchBand .searchBand .searchBar input {
        padding-top: 16px;
        font-size: 1.6rem;
    }

    .dealerSearchBand .searchBand {
        width: 80%;
    }

    .dealerSearchBand {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .dealerSearchBand .or {
        margin: 0 15px;
        font-size: 2rem;
    }

    .searchResult .resultList h5 {
        font-size: 1.8rem;
    }

    .searchResult .resultList .iconBtn,
    .searchResult .resultList .deaalerAddress,
    .searchResult .resultList .contactInfo {
        font-size: 1.4rem;
    }

    .productTab .productListCarouseInn .productList {
        align-items: center;
    }

    #vehicleDetails .container .vehicleInner li {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }

    #vehicleDetails .container .vehicleInner li span:first-child {
        width: 60%;
        font-size: 1.9rem;
    }

    #vehicleDetails .container .vehicleInner li span {
        width: 40%;
        font-size: 1.9rem;
        line-height: 2.3rem;
    }

    /** new add **/
    .productTab .productInfo ul.detailsProMain {
        width: 65%;
    }

    /** new **/
    /*#stickyFooter {top: 116px;}	*/
    .serviceCTA {
        padding-bottom: 20px;
    }





}



@media screen and (max-width: 990px) {
    #pop_up_form .selectdiv:after {
        top: 22px !important;
    }

    #vehicleDetails .container {
        padding-left: 11px;
        padding-top: 12% !important;
        padding-right: 30px;
    }

    /*#stickyFooter {
        top: 63px;
    }*/

    #benefitsBox .container {
        display: block;
    }

    #benefitsBox .stickytabs {
        background-color: #FFFFFF;
        max-width: 100%;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        height: inherit;
        top: 63px;
    }

    #benefitsBox .stickytabs-content {
        width: 100%;
    }

    #benefitsBox .stickytabs li {
        display: inline-block;
        border: 0;
        border-bottom: 6px solid #e6e7e8;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        width: 300px;
    }

    #benefitsBox .container {
        padding: 0 11px;
    }

    #benefitsBox .benefitsTxt {
        padding-left: 20px;
        font-size: 1.8em;
        width: 200px;
    }

    .stickytabs-content {
        margin: 0;
        padding: 20px;
    }

    #benefitsBox .benefitsActivebar {
        display: none;
    }

    #benefitsBox .benefitsActivebar-mob {
        display: block;
    }

    .popupVideo .videoIframe {
        width: 100%;
        height: 300px;
    }

    /** new **/
    #benefitsBox .stickytabs {
        top: 116px;
    }

    /*#stickyFooter {top: 116px;}*/
}

@media screen and (max-width: 767px) {
    .stickytabs-content .vehicleHighlights {
        padding-bottom: 100px;
    }

    .dealerBookBtn {
        display: none;
    }
        .brreadcum {
        height: 25vh!important;
    }
    .brreadcum .brreadcumText {
    margin: 47px auto!important;
}
        .director-card img{
                width: 66%!important;
        }
    .brreadcum .brreadcumText span {
        font-size: 17px;
    }

    .vehicleList {
        justify-content: space-between;
        flex-direction: column;
    }

    .brreadcum .brreadcumText a {
        font-size: 19px;
    }

    .content h2 {
        font-size: 21px !important;
    }

    .vehicle-image img {
        padding-top: 43px !important;
    }

    section.about-se img {
        aspect-ratio: auto !important;
        border-radius: 0px !important;
        padding-bottom: 22px !important;
    }

    .about-se h3 {
        font-size: 22px !important;
    }

    #about,
    #questions {
        padding-bottom: 50px;
    }

    #gallery {
        margin-bottom: 30px;
    }

    #highlights {
        padding: 70px 0;
    }

    .latestNews {
        max-width: 345px;
    }

    #vehicleDetails {
        margin-bottom: 50px;
        padding: 0px 2px;
    }

    #vehicleDetails .vehicleInner {
        display: block;
    }

    #vehicleDetails .container .vehicleInner li {
        font-size: 1.6rem;
        line-height: 1.2rem;
        width: 100%;
    }

    #vehicleDetails .container .vehicleInner li:nth-child(2) {
        /*border-top: solid 1px rgba(0, 0, 0, 0.3);*/
    }

    #vehicleDetails .container .vehicleInner li span.col1 {
        width: 60%;
    }

    #vehicleDetails .container .vehicleInner li span.col2 {
        display: flex;
        width: 40%;
    }

    .benefitsConaTxt {
        padding-top: 20px;
    }

    .benefitsConaTxt h4 {
        font-size: 17px;
    }

    .benefitsConaTxt p {
        font-size: 1.6em;
    }

    #gallery {
        width: 100%;
    }

    .productTab ul.tablist {
        padding-bottom: 0;
    }

    .productTab .productList {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .productTab .productInfo h3 {
        padding-bottom: 20px;
    }

    .popup {
        margin-left: -160px;
    }

    .popup .closeBtn {
        font-size: 1.5rem;
    }

    iframe.videoIframe {
        width: 300px;
        height: 169px;
    }

    .productTab .moreLink {
        font-size: 1.8rem;
        font-weight: 400;
    }

    .productTab .moreLink a {
        padding-right: 22px;
    }

    .productTab .moreLink a:before {
        border-width: 0 2px 2px 0;
        padding: 4px;
        top: 6px;
    }

    .about-left-col,
    .about-left-col-2 {
        float: none;
        width: 100%;
    }

    .about-left-col img,
    .about-left-col-2 img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .about-right-col p,
    p.aboutpara,
    .about-right-col-2 p {
        padding-left: 0px;
    }

    .about-right-col h3,
    .about-right-col-2 h3 {
        padding-left: 0px;
    }

    .about-right-col,
    .about-right-col-2 {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .about-flex {
        display: block;
    }

    .soc-ico a {
        padding-left: 0;
    }

    h1.font-40 {
        font-size: 30px;
        line-height: 4rem;
    }

    h2.font-40 {
        font-size: 30px;
        line-height: 4rem;
    }

    .sub-heading-product {
        padding-bottom: 20px;
    }

}


@media screen and (max-width: 600px) {

    .productTab ul.tablist li {
        display: flex;
        justify-content: center;
        min-width: 95px;
    }

    .productTab .productList .productLogo {
        left: 0;
        top: 0;
        display: none !important;
    }

    /* .customerSpeak .customerVideo {
        max-width: 320px;
    } */

    .productTab .productGallery .slide img {
        width: 331px;
    }

    .productTab .productGallery .slick-prev {
        left: 0;
        font-family: 'Anek Devanagari', sans-serif !important;
    }


    .productTab .productGallery .slick-next {
        right: 0;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab .productGalleryInner .slick-prev {
        left: -30px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab .productGalleryInner .slick-next {
        right: -30px;
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .productTab ul.tablistProduct li {
        width: 50%;
    }

    .productTab ul.tablistProduct li a {
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
        /** new add **/
        height: 110px;
    }

    .productTab ul.tablistProduct,
    .productTab .productInfo ul.proIndetails {
        width: 100%;
    }

    .productTab ul.tablistProduct li a .title {
        font-size: 1.7em;
    }

    .icon-polygon {
        font-size: 2.2em;
        /*width:150px;*/
        width: 100px;
        height: 100px;
    }

    .productTab .productInfo ul.detailsProMain li b {
        width: 70%;
    }

    .popupVideo .videoIframe {
        width: 100%;
        height: 300px;
    }

    .productTab ul.tablist li a .title {
        font-size: 1.5em;
    }

    .navigationWrapper .navigation {
        font-size: 2rem;
        line-height: 1.2;
    }

    .navigationWrapper .rightNav,
    .latestNews .listItem .date {
        font-size: 2rem;
        line-height: 1.2;
    }

    .serviceCTA .listItem p,
    .latestNews .listItem .date {
        padding-top: 10px;
    }

    .searchBand .searchBar input {
        font-size: 1.6rem;
        padding-top: 20px;
        line-height: 1.2;
    }

    .serviceCTA .listItem p {
        min-height: inherit;
    }

    .latestNews {
        margin: 0 auto 50px;
    }

    .latestNews .listItem .detail {
        font-size: 2rem;
        line-height: 1.2;
    }

    .mediaInner p {
        font-size: 2rem;
        line-height: 1.2;
    }

    .productTab .productInfo ul.proIndetails li span {
        font-size: 1.8rem;
    }

    .productTab .productInfo ul.proIndetails li span.proInPrice {
        font-size: 2.2em;
    }

    .highlightsBox p {
        line-height: 1.3;
        padding-bottom: 10px;
    }

    #faqs {
        margin-top: 50px;
    }

    .gallery-slider .slick-arrow {
        bottom: -80px;
    }

    .gallery-slider .slick-arrow.slick-next {
        transform: translateX(40px);
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    .gallery-slider .slick-arrow.slick-prev {
        transform: translateX(-40px);
        font-family: 'Anek Devanagari', sans-serif !important;
    }

    #benefitsBox {
        padding-bottom: 0;
    }

    /** new add **/
    .productTab .productInfo ul.detailsProMain {
        width: 100%;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu {
        overflow-y: auto;
        max-height: calc(60vh - 400px);
        padding: 0 10px 0 0;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
        width: 10px !important;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
        background: #000;
    }


    .lmn-brochure-menu ul {
        overflow-y: auto;
        max-height: calc(60vh - 450px);
        padding: 0 10px 0 0;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
        width: 10px !important;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

}


@media screen and (max-width: 480px) {
    #pop_up_form {
        height: 90%;
        overflow-y: scroll;
    }

    .serviceCTA {
        padding-bottom: 30px;
    }

    /** font-size chnages **/
    #vehicleDetails .container .vehicleInner li span,
    #vehicleDetails .container .vehicleInner li span:first-child {
        font-size: 1.7rem !important;
    }

    .productTab .productInfo h3 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }

    .productTab .productInfo {
        margin-top: 0px;
    }

    .productTab .productList {
        margin: 30px 0;
    }

    .productTab .productGalleryInner {
        margin-bottom: 20px;
    }

    .productTab .productInfo h3 {
        font-size: 25px;
        line-height: 4.0rem;
    }

    .benefitsConaTxt p {
        line-height: 26px;
    }

    #benefitsBox .benefitsTxt,
    #stickyFooter .container a {
        font-size: 15px;
    }


    .stickytabs-content .vehicleHighlights {
        padding-bottom: 50px;
    }

    #gallery {
        padding-bottom: 70px;
    }

    .benefitsConaTxt p {
        font-size: 1.5rem !important;
        line-height: 2.4rem !important;
    }

    #productTab .productInfo.flex.flexVC {
        margin-top: 30px;
    }

    .productInfo {
        padding: 2.2rem !important;
    }
}

/*contact-us*/
.contact_info {
    display: flex;
    margin-top: 105px;
    padding: 0px 38px;
    justify-content: space-between;
    gap: 0 40px;
    position: relative;
}

.contact_info:before {
    content: " ";
    background: rgba(77, 77, 79, 0.39);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.contact_info .common_sec {
    width: 100%;
    position: relative;
}

.address_left {
    max-width: 48%;
}

.address_right {
    max-width: 48%;
}

/*.address_right {  border-left : solid 1px rgba(77, 77, 79, 0.39);padding-left: 100px; }*/
.address_left::after {
    content: " ";
    background: rgba(77, 77, 79, 0.39);
    width: 1px;
    height: 168px;
    position: absolute;
    right: 15%;
    bottom: 10px;
    display: none;
}

.contact_info h3 {
    font-size: 3em;
    line-height: 31px;
    font-weight: 600;
}

.contact_info p {
    font-size: 19px;
    color: #2f2f30;
    line-height: 31px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    padding-left: 46px;
    word-wrap: break-word;
    font-family: 'Anek Devanagari';
}


.address {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 2px;
}

.location {
    background-image: url("../images/contact/location_icon.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
}

.call_icon {
    background-image: url("../images/contact/call_icon.svg");
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.message_icon {
    background-image: url("../images/contact/message_icon.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 20px;
}

.get_intouch {
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    padding: 1px 20px 35px 22px;
    margin-bottom: 80px;
}

.color_black {
    color: #231f20;
}

.get_intouch h3 {
    font-size: 3.2rem;
    text-align: center;
}

.get_intouch label {
    font-size: 2.2rem;
    line-height: 26px;
    font-weight: 500;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.get_intouch label.less_space {
    margin-top: 24px;
}

.get_intouch input,
.get_intouch select,
.get_intouch textarea,
.variantSelect select {
    width: 100%;
    height: 54px;
    border: solid 1px #d9d9d9;
    background-color: #fbfbfb;
    border-radius: 8px;
    padding-left: 26px;
    margin-bottom: 7px;
    color: rgba(77, 77, 79, 0.74);
    font-size: 1.8em;
    padding-top: 1px;
    color: #4d4d4f;
}

.get_intouch textarea {
    width: 100%;
    height: 94px;
    resize: none;
    padding-top: 21px;
}

.get_intouch select,
.variantSelect select {
    font-size: 2rem;
    color: #4d4d4f;
}

.color_red {
    color: #e31837;
}

.color_blue {
    color: #4e85dc;
}

.checkbox_content p {
    font-size: 1.6em;
    color: #4d4d4f;
    line-height: 22px;
}

.get_intouch .btn {
    width: 180px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

.checkbox_content .checkbox {
    width: 30px;
    height: 30px;
    border: solid 1px rgba(227, 24, 55, 0.53);
}

.submit .btn {
    font-size: 1.8em;
    line-height: 18px;
    padding: 0px;
    padding-top: 2px;
    color: white;
    text-transform: uppercase;
}

.contactus {
    margin-bottom: 167px;
}

.contactus_banner,
.innrBanner {
    position: relative;
}

.banner_inner {
    position: absolute;
    bottom: 33px;
    left: 0px;
}

.banner_inner h4 {
    font-size: 5em;
    font-weight: 600;
    line-height: 50px;
    margin-left: 120px;
    margin-bottom: 20px;
}

.banner_inner span {
    display: inline-block;
}

.redline-01 {
    background-image: url("../images/contact/red_line-01.svg");
    background-repeat: no-repeat;
    width: 92px;
    height: 56px;
    margin-left: 350px;
}

.redline-02 {
    background: url("../images/contact/red_line-02.svg") no-repeat top right;
    width: 225px;
    height: 133px;
    position: relative;
    left: -4px;
}

.form_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form_field {
    max-width: 100%;
    width: 100%;
    padding: 0px 13px;
}

.field_row .form_field {
    margin-bottom: 27px;
}

.tableCheckbox {
    width: 100%;
    height: 30px;
    display: inline-block;
    margin: 0 auto;
}

label.checkboxContainer {
    display: block;
    position: relative;
    padding: 0 0 0 44px;
    cursor: pointer;
    font-size: 1.6em;
    color: #4d4d4f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    font-weight: normal;
    margin-top: 25px;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(227, 24, 55, 0.53);
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #e31837;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #e31837;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    background: #e31837 url(../images/contact/checkArrow.svg) no-repeat center center;
    border-radius: 4px;
    background-size: 60%;
}


.variantSelect {
    width: 250px;
    position: relative;
    margin-top: -12px;
}

.selectdiv {
    position: relative;
    width: 100%;
}

.selectdiv:after {
    border: solid #231F20;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 6px;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 17px;
    transition-duration: 0.5s;
    z-index: 9;
}

select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visible-xs {
    display: none;
}




.fixed_icons_left {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 50px;
    background-image: linear-gradient(179deg, #0d4159 60%, #091737 100%, #091636 100%);
    padding: 7px 0px 7px 0px;
    transform: translateY(-50%);
}

.fixed_icons_left ul li {
    width: 100%;
    height: 44px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixed_icons_left ul li a {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
}

.whatsp_icon {
    background: url('../images/whatsp_icon.html') no-repeat center center;
}

.instagram_icon {
    background: url('../images/instagram_icon.html') no-repeat center 3px;
}

.twitter_icon {
    background: url('../images/twitter_icon.html') no-repeat center center;
}

.sms_icon {
    background: url('../images/sms_icon.html') no-repeat center center;
}

.fixed_icons_left ul li div {
    width: 36px;
    height: 1px;
    margin: 0px 0 0px 0px;
    border-radius: 8px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 9%, #fff 59%, rgba(255, 255, 255, 0) 98%);
    position: absolute;
    bottom: 0px;
    left: 7px;
}

.fixed_icons_right {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.fixed_icons_right ul li {
    background-image: linear-gradient(179deg, #0d4159 60%, #091737 100%, #091636 100%);
    width: 70px;
    height: 70px;
    margin: 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icons_right ul li a {
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    line-height: 13px;
    padding: 35px 0px 0px 0px;
    text-align: center;
}

.icon_dealer {
    background: url('../images/icon_dealer.html') no-repeat top -8px center;
}

.icon_call {
    background: url('../images/icon_call.html') no-repeat top -7px center;
}

.chatbot {
    background: url('../images/chatbot.html') no-repeat center center;
    position: fixed;
    bottom: 5px;
    right: 5px;
    height: 100px;
    width: 100px;
    z-index: 9999;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(60vh - 400px);
    padding: 0 10px 0 0;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.lmn-brochure-menu ul {
    overflow-y: auto;
    max-height: calc(60vh - 450px);
    padding: 0 10px 0 0;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}


@media screen and (max-width: 767px) {
    footer {
        padding: 30px 20px;
    }

    footer .footerLogo {
        margin: 20px 0;
    }

    .latestNews .listItem .detail,
    footer h4,
    .customerSpeak .customerVideo .text {
        font-size: 2rem;
    }

    footer nav .col h4:before {
        border-width: 0 2px 2px 0;
        padding: 5px;
        right: 15px;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .contact_info {
        display: block;
        padding-right: 20px;
    }

    .contact_info .common_sec {
        width: 100% !important;
        max-width: 100%;
    }

    .contact_info h3 {
        font-size: 2.4em;
        line-height: 24px;
    }

    .contact_info p {
        font-size: 1.8em;
        line-height: 24px;
        padding-left: 40px;
        margin-top: 20px;
    }

    .get_intouch {
        padding: 30px 18px 30px 18px;
        margin-top: 25px;
        width: 320px;
    }

    .get_intouch h3 {
        font-size: 2.8em;
    }

    .get_intouch label {
        margin-top: 20px;
        font-size: 1.8em;
        margin-bottom: 0px;
    }

    .get_intouch input,
    .get_intouch select,
    .get_intouch textarea,
    .variantSelect select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .get_intouch textarea {
        padding-top: 18px;
    }

    .submit {
        margin-top: 35px;
    }

    .banner_inner h4 {
        margin-left: 28px;
        font-size: 3.6em;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .redline-01 {
        margin-left: 173px;
    }

    .redline-02 {
        width: 72px;
    }

    .banner_inner {
        bottom: auto;
        top: 15px;
    }

    .form_row {
        flex-direction: column;
    }

    .field_row .form_field {
        margin-bottom: 0px;
    }

    label.checkboxContainer {
        font-size: 1.4em;
        line-height: 18px;
        padding-left: 35px;
        margin-top: 10px;
    }

    .contact_info {
        margin-top: 55px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .location {
        width: 24px;
        height: 27px;
        background-size: cover;
    }

    .call_icon {
        width: 24px;
        height: 24px;
        background-size: cover;
    }

    .message_icon {
        width: 24px;
        height: 17px;
        background-size: cover;
    }

    .address_right {
        margin-top: 37px;
    }

    .address_left {
        padding-bottom: 36px;
    }

    .address_left::after {
        width: 88%;
        height: 1px;
        bottom: 0px;
        right: 6%;
        display: none;
    }

    .form_field {
        padding-left: 0px;
        padding-right: 0px;
    }

    .get_intouch input,
    .get_intouch select,
    .get_intouch textarea,
    .variantSelect select {
        font-size: 1.6em;
    }

    .checkmark {
        width: 24px;
        height: 24px;
    }

    .checkboxContainer .checkmark:after {
        width: 24px;
        height: 24px;
    }

    .variantSelect {
        width: 50%;
    }

    .get_intouch input,
    .get_intouch select,
    .get_intouch textarea,
    .variantSelect select {
        height: 44px;
        padding-left: 15px;
        padding-bottom: 3px;
    }

    .selectdiv:after {
        right: 15px;
        top: 25px;
        padding: 4px;
    }

    .chatbot {
        display: none;
    }

    .fixed_icons_bottom {
        position: fixed;
        bottom: 10px;
        left: 12px;
        height: 69px;
        width: calc(100vw - 24px);
        background-image: linear-gradient(109deg, #091636 47%, #0d445c 99%);
        border-radius: 6px;
        z-index: 99;
    }

    .fixed_icons_bottom ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fixed_icons_bottom ul li {
        width: 33.333%;
        text-align: center;
    }

    .fixed_icons_bottom ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 15px;
        font-weight: 500;
        display: block;
        padding: 42px 0 0 0;
    }

    .icon_booknow {
        background: url('../images/icon_booknow.html') no-repeat top -5px center;
    }

    .icon_dealer_02 {
        background: url('../images/icon_locater.html') no-repeat top -2px center;
    }

    .icon_chat {
        background: url('../images/icon_chat.html') no-repeat top -1px center;
    }

    .latestNews .slick-prev {
        left: -40px !important;
    }

    .latestNews .slick-next {
        right: -40px !important;
    }



}

/* ============ Coded added for terms and privacy page  start ============ */

#terms .contentSection p {
    font-size: 1.6rem;
    padding: 1rem;
}

#terms .contentSection p a {
    text-decoration: underline;
}

#terms .component-content p {
    font-size: 1.6rem;
    padding: 1rem;
    text-align: center;
}

#terms ul.contentText {
    margin: 1rem 0rem 1rem 3rem;
}

#terms ul.contentText li {
    list-style-type: disc;
    font-size: 1.6rem;
}

.contentHeadOffice {
    padding: 20px;
    border-radius: 1px;
    -webkit-box-shadow: 5px 5px 15px 5px #f1f1f1;
    box-shadow: 5px 5px 15px 5px #f1f1f1;
    border-radius: 15px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 750px;
}

.width200 {
    width: 140px;
}

@media screen and (max-width: 767px) {
    #terms h2 {
        font-size: 2.5rem;
    }

    #terms .contentSection p,
    #terms .component-content p,
    #terms ul.contentText li {
        font-size: 1.3rem;
    }

    .contentHeadOffice .flex {
        flex-direction: column;
    }

    #terms .contentSection p {
        padding-bottom: .7rem;
    }

    .popupVideo .videoIframe {
        aspect-ratio: 16 / 9;
        width: 320px;
        height: 480px;
    }
}

/* .customerSpeak .customerVideo .text {
    z-index: 9999;
    height: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    line-height: 30px;
    text-align: left;
} */

.playbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 50px;
}

a.press {
    font-size: 1.5rem;
    padding: 1rem;
    display: flex;
    text-align: center;
    width: 115px;
    line-height: normal;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    /* margin: 0 auto; */
    font-weight: 300;
    background: #000000;
    color: white;
    /* text-align: center; */
}

.latestNews .listItem .detail {
    font-size: 1.8rem;
    line-height: 25px;
}

.font600 {
    font-weight: 600;
}

.desktop-hide {
    display: none;
}

.customerSpeak .customerVideo img {
    border-radius: 10px;
}

.leftSec h5 {
    font-weight: 600;
}

#vehicleDetails .container .vehicleInner li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding: 2% 1px 2%;
    color: #231f20;
    font-size: 2rem;
}

.slider-shadow {
    position: absolute;
    width: 95%;
    bottom: 5px;
    display: block;
    /* background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 16%, rgba(0,0,0,0.4962359943977591) 10%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%); */
    background: rgba(0, 0, 0, 0.9);
    height: 30px;
    filter: blur(2em);
    border-radius: 15px;
    margin: 0 10px;
}

#productTab>h2 {
    text-transform: none;
    font-family: 'Anek Devanagari', sans-serif;
    font-size: 33px;
    font-weight: 500;
    padding-bottom: 27px;
}

.productTab .moreLink {
    margin-top: 1.5rem;
}

#benefitsBox .benefitsActivebar,
#benefitsBox .benefitsActivebar-mob {
    background: black;
}

.productTab .productInfo h3 {
    font-weight: bold;
}

.productTab .productInfo ul li span {
    text-transform: none;
    font-size: 18px;
    font-family: 'Anek Devanagari';
}

.customerSpeak h2 {
    text-transform: none;
    font-size: 27px;
    font-weight: 700;
}

#productTab .productTab ul.tablist li .iconImg {
    margin: 0 auto;
}

.customerSpeak .customerVideo {
    position: relative;
    margin: 0 10px 30px;
    background: #e0dede;
    padding: 20px 10px;
    border-radius: 10px;
}

.slick-dots li {
    width: 11px;
    height: 11px;
    font-family: 'Anek Devanagari', sans-serif !important;
}

#benefitsBox h2 {
    text-transform: none;
}

.productNav a {
    color: black;
    width: 183px;
    text-decoration: none;
    font-size: 14px;
}

.benefitsConaTxt {
    padding: 23px 23px 13px
}

.benefitsConaTxt p {
    margin-bottom: 0px;
    line-height: 30px;
}

#stickyFooter {
    z-index: 99;
}

.benefitsConaTxt h4 {
    line-height: 30px;
    margin-bottom: .8rem;
}

#vehicleDetails .container .vehicleInner li {
    font-size:17px;
}

.gallery-slider .slick-arrow {
    z-index: 1;
}

#about h2 {
    margin-top: 3rem;
}



@media screen and (max-width: 1024px) {
    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    main {
        /*margin-top: -60px;*/
    }

    .customerSpeak {
        margin: 39px 0px 60px;
    }

    .latestNews {
        margin: 0px auto 30px;
    }

    .serviceCTA .listItem .btn {
        width: 300px;
        height: 50px;
    }

    .serviceCTA .listItem p {
        min-height: auto;
    }

    #productTab>h2 {
        line-height: 35px;
    }

    .productTab ul.tablist.centermobile li .iconImg {
        margin: 0 auto;
    }

    /* .customerSpeak .customerVideo .text {
        line-height: 20px;
    } */

    #gallery {
        margin-bottom: 0px;
    }

    #about {
        padding-bottom: 50px;
    }

    .stickytabs-content li {
        padding-bottom: 40px;
    }

    .benefitscontainer {
        width: 80%;
        margin: 0 auto;
    }
}




@media screen and (max-width: 767px) {
    a.press {
        position: static;
    }

    .customerSpeak h2 {
        padding-bottom: 17px;
        font-size: 26px !important;
    }
    .problem-card p {
    text-align: left!important;
}
}

/* - 25-Jan - */
.productTab .productList {
    align-item: center;
}

.productInfo {
    background: #f3f2f2cc;
    padding: 3rem;
    border-radius: 10px;
}

#pop_up_form_wrapper {
    display: none;
}

#pop_up_form {
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
    padding: 2rem;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}

#pop_up_form .get_intouch label.less_space {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#pop_up_form .field_row .form_field {
    margin-bottom: 1rem;
}

#pop_up_form .field_row .form_field input[type="text"],
#pop_up_form .field_row .form_field input[type="email"],
#pop_up_form .field_row .form_field .selectdiv select {
    height: 40px;
}

#pop_up_form .selectdiv:after {
    top: 10px
}

#pop_up_form .get_intouch h3 {
    line-height: 22px;
}

#pop_up_form label.color_black {
    margin-top: 1rem;
}

#pop_up_form .submit {
    margin-top: 30px
}

#pop_up_form .selectdiv select {
    font-size: 1.8rem;
}

#pop_up_form textarea {
    padding-top: 10px;
}

#pop_up_form .close_pop_up {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}

#pop_up_form .close_pop_up span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: black;
}

#pop_up_form p {
    font-size: 2.2rem;
    line-height: 1.9rem;
    margin-bottom: 3rem;
}

#pop_up_form .close_pop_up span:nth-child(1) {
    transform: rotate(45deg);
}

#pop_up_form .close_pop_up span:nth-child(2) {
    transform: rotate(135deg);
}

#pop_up_form_wrapper {
    content: '';
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10003;
}

.fancybox__container {
    z-index: 99999;
}

form.cmxform label.error,
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    font-size: 14px;
    line-height: 0px;
    margin: 14px 0px;
}

div.error {
    display: none;
}

input {
    border: 1px solid black;
}

input.checkbox {
    border: none
}

input:focus {
    border: 1px dotted black;
}

input.error {
    border: 1px dotted red;
}

form.cmxform .gray * {
    color: gray;
}

/* New css for Footer */
.desktop-hide-footer {
    display: none;
}

footer nav .col.discardopen h4 {
    display: block;
}

.discardopen a {
    text-decoration: none !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(65vh - 400px);
    padding: 0 10px 0 0;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.lmn-brochure-menu ul {
    overflow-y: auto;
    max-height: calc(90vh - 450px);
    padding: 0 10px 0 0;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

@media screen and (max-width: 767px) {
    footer nav .col.discardopen h4:before {
        display: none;
    }

    .mobile-hide-footer {
        display: none;
    }

    .desktop-hide-footer {
        display: block;
    }

    footer nav .col.discardopen ul {
        display: none;
    }
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(60vh - 400px);
    padding: 0 10px 0 0;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(60vh - 450px);
    padding: 0 10px 0 0;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.productTab .productInfo .cta a.lightBtn {
    display: none;
}

.serviceCTA {
    display: none;
}

#disclaimertextslider {
    left: 0px;
    position: absolute;
    bottom: -15px;
}

@media(max-width:992px) {
    #disclaimertextslider {
        bottom: 66%;
    }
}

@media (min-width:480px) {


    .brochure-menu ul>li>.sub-menu>li>.sub-menu {
        overflow-y: auto;
        max-height: calc(60vh - 400px);
        padding: 0 10px 0 0;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
        width: 10px !important;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

    .brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu {
        overflow-y: auto;
        max-height: calc(60vh - 400px);
        padding: 0 10px 0 0;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
        width: 10px !important;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

    .lmn-brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

}


@media(max-width:899px) {

    .get_intouch input,
    .get_intouch select,
    .get_intouch textarea,
    .variantSelect select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact_info .common_sec {
        width: 100% !important;
        max-width: 100%;
    }

    .contact_info {
        display: block;
        padding-right: 20px;
    }

    .contact_info:before {
        display: none;
    }

    .contact_info .common_sec.address_left {
        margin: 0 0 30px 0;
    }

    .contact_info h3 {
        text-align: left;
    }
}

@media(max-width:540px) {
    .productTab ul.tablist li {
        min-width: 70px;
    }

    .productTab ul.tablist li .iconImg {
        height: 70px;
        width: 70px;
    }
}

@media(max-width:480px) {
    .productTab ul.tablist li {
        min-width: 50px;
    }

    .productTab ul.tablist li .iconImg {
        height: 50px;
        width: 50px;
    }

    .productTab ul.tablist li a .title {
        font-size: 1.1em;
    }
}

@media(max-width:380px) {
    .topNav .contactNo a {
        text-indent: -9999px;
    }

    .topNav .contactNo img {
        padding: 0
    }
}


.benefitsConaTxt h3 {
    text-align: left;
}

.logo a img {
    width: 46px;
    background: black;
    padding: 4px;
    border-radius: 6px;
}

section.about-se img {
    width: 100%;
    border-radius: 4px;
}

a.abt-btn {
    background: #6fb350;
    color: white;
    padding: 7px 19px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 8px;
}

.about-se h3 {
    text-align: left;
    font-family: 'Anek Devanagari', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.about-se p {
    font-size: 14px;
    color: black;
    line-height: 1.7;
    font-family: system-ui;
    font-weight: 500;
}

.cta-section {
    background-color: #181818;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    flex-wrap: wrap;
}

.cta-text {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Anek Devanagari', sans-serif;
    max-width: 60%;
}

.cta-actions {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.call-btn {
    color: #ebd504;
    border: 1px solid #ebd504;
    background: transparent;
}

.call-btn:hover {
    background-color: #ebd504;
    color: #000;
}

.download-btn {
    background-color: #ebd504;
    color: #000;
}

.download-btn:hover {
    background-color: #67b3ff;
}

.cta-button i {
    font-style: normal;
    font-size: 18px;
}

@media (max-width: 768px) {
    .cta-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cta-text {
        max-width: 100%;
        font-size: 18px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cta-button {
        width: 100%;
        padding: 9px 25px;
        justify-content: center;
    }
}

.test-drive-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f5f4f4;
    padding: 36px 80px;
}

.text-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.vehicle-image {
    width: 39%;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.see-more {
    color: #90caf9;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

.buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 25px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn i {
    font-style: normal;
}

.btn-primary {
    background-color: black !important;
    color: #000;
}

.btn-primary:hover {
    background-color: #64b5f6;
}

.btn-outline {
    border: 1px solid #90caf9;
    color: #000;
    background-color: #fff;
}

.btn-outline:hover {
    background-color: #e3f2fd;
}

.vehicle-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .test-drive-section {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }

    .buttons {
        align-items: center;
        width: 100%;
    }
}


.btn-primary:hover {
    background-color: #64b5f6;
}

.btn-outline {
    border: 1px solid #90caf9;
    color: #000;
    background-color: #fff;
}

.btn-outline:hover {
    background-color: #e3f2fd;
}

.vehicle-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .test-drive-section {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }

    .buttons {
        width: 100%;
    }
}

.cnt-form input {
    padding: 9px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #aeadad;
    border-radius: 5px;
    font-size: 15px;
}

span.iconImg img {
    width: 82px;
}

.footerLogo a img {
    width: 107px;
    padding-top: 10px;
}

footer nav li a {
    color: #e8e5e5bd;
    font-size: 16px;
    text-decoration: none;
}

.about-se {
    padding: 50px 0px;
}

img.footer-logo {
    width: 248px;
    padding-bottom: 20px;
    border: 1px solid white;
    padding: 9px;
    border-radius: 21px;
    display: none;
    margin-bottom: 12px;
}

.wrapper p {
    font-size: 15px;
}

.header-top-wrap {
    z-index: 1;
}

.header-top-sec {
    position: relative;
    background-color: #c2c2c2;
    padding: 10px 0;
}

.brochure-menu {
    position: relative;
    width: 186px;
    margin-left: auto;
}

.download-brochure-dropdown {
    display: block;
    border: 1px solid #000;
    padding: 8px 30px 8px 10px;
    border-radius: 6px;
    color: #231F20;
    font-size: 14px;
}

.download-brochure-dropdown:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 13px;
    height: 7px;
    background: url('assets/images/down-arrow.svg') no-repeat;
    background-size: cover;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.download-brochure-dropdown.menu-ac:before {
    transform: translateY(-50%) rotate(0deg);
}

.brochure-menu ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    background-color: #fff;
    display: none;
    border-radius: 7px;
    padding: 12px;
    box-shadow: 0 0 18px 0 rgba(128, 128, 128, 0.15);
}

.brochure-menu ul li {
    width: 100%;
    position: relative;
}

.brochure-menu ul li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 26px 10px 0;
    color: #000;
}

.brochure-menu ul>li>a.dw-icon:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #231F20;
}

.brochure-menu ul>li>a.dw-icon:after {
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: #231F20;
}

.brochure-menu ul>li>.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(100vh - 400px);
    padding: 0 10px 0 0;
}

/*.brochure-menu ul > li > .sub-menu > li > .sub-menu::-webkit-scrollbar{width:1px; background-color:#ccc}*/
.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.brochure-menu ul>li>.sub-menu>li {
    border: 0 none;
    margin-bottom: 5px;
}

.brochure-menu ul>li>.sub-menu>li>a {
    padding: 0 0 0 20px;
}

.brochure-menu ul>li>.sub-menu>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url('assets/images/download-icon.svg') no-repeat;
    background-size: cover;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a {
    padding: 10px 20px 10px 0;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a:before {
    left: auto;
    right: 0;
}

.brochure-menu ul .back-btn {
    display: none;
    border: 0 none;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.brochure-menu ul>li>a.active:after {
    display: none;
}

.brochure-menu ul .back-btn.active-backbtn {
    display: inline-block;
}

.about_wrapper h2 {
    margin-top: 3rem;
}

.about_us {
    margin: 2rem 3rem 5rem;
}

.aboutpara {
    font-size: 2rem;
    padding: 0rem 0rem 0rem 0rem;
    max-width: 791px;
    text-align: center;
    margin: 0 auto;
    line-height: 3.4rem;
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.soc-ico {
    display: flex;

}

.soc-ico p {
    font-size: 2rem;
    padding-right: 10px;
}

.about-right-col {
    padding-left: 4rem;
}

.about-right-col p {
    font-size: 2rem;
    line-height: 2.9rem;
    padding: 0rem 2rem 0rem 0rem;
    max-width: 620px;
}

.about-right-col h3 {
    font-size: 3rem;
    line-height: 3.9rem;
}

.soc-ico {
    margin-top: 1.5rem;
}

.soc-ico a {
    cursor: pointer;
}

@media (max-width:992px) {
    .about_us {
        flex-direction: column;
        margin: 3rem 1rem;
    }

    .about-left-col img {
        max-width: 100%;
        width: 100%;
    }

    .about-right-col {
        margin-top: 2rem;
        padding-left: 0rem;
    }

    .aboutpara {
        padding-right: 0rem;
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 4rem;
    }

    .about-right-col h3 {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-left: 0px;
        text-align: left;
        padding-right: 0px;
    }

    .about_us {
        align-items: initial;
    }

}

.rangetext {
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.inner-sec img {
    width: 100% !important;
    aspect-ratio: initial !important;
    border-radius: 0% !important;
}

.inner-sec ul li {
    font-size: 15px;
    padding: 3px 5px;
}

/* Style for Download Brochure */
.header-top-wrap {
    z-index: 1;
}

.header-top-sec {
    position: relative;
    background-color: #c2c2c2;
    padding: 10px 0;
}

.brochure-menu {
    position: relative;
    width: 186px;
    margin-left: auto;
}

.download-brochure-dropdown {
    display: block;
    border: 1px solid #000;
    padding: 8px 30px 8px 10px;
    border-radius: 6px;
    color: #231F20;
    font-size: 14px;
}

.download-brochure-dropdown:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 13px;
    height: 7px;
    background: url('assets/images/down-arrow.svg') no-repeat;
    background-size: cover;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.download-brochure-dropdown.menu-ac:before {
    transform: translateY(-50%) rotate(0deg);
}

.brochure-menu ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    background-color: #fff;
    display: none;
    border-radius: 7px;
    padding: 12px;
    box-shadow: 0 0 18px 0 rgba(128, 128, 128, 0.15);
}

.brochure-menu ul li {
    width: 100%;
    position: relative;
}

.brochure-menu ul li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 26px 10px 0;
    color: #000;
}

.brochure-menu ul>li>a.dw-icon:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #231F20;
}

.brochure-menu ul>li>a.dw-icon:after {
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: #231F20;
}

.brochure-menu ul>li>.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu {
    overflow-y: auto;
    max-height: calc(100vh - 400px);
    padding: 0 10px 0 0;
}

/*.brochure-menu ul > li > .sub-menu > li > .sub-menu::-webkit-scrollbar{width:1px; background-color:#ccc}*/
.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
    width: 10px !important;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.brochure-menu ul>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.brochure-menu ul>li>.sub-menu>li {
    border: 0 none;
    margin-bottom: 5px;
}

.brochure-menu ul>li>.sub-menu>li>a {
    padding: 0 0 0 20px;
}

.brochure-menu ul>li>.sub-menu>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url('assets/images/download-icon.svg') no-repeat;
    background-size: cover;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a {
    padding: 10px 20px 10px 0;
}

.brochure-menu ul>li>.sub-menu>li .sub-menu>li>a:before {
    left: auto;
    right: 0;
}

.brochure-menu ul .back-btn {
    display: none;
    border: 0 none;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.brochure-menu ul>li>a.active:after {
    display: none;
}

.brochure-menu ul .back-btn.active-backbtn {
    display: inline-block;
}

.mm__latest__blog__head h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
}

.sub-heading-product-new {
    font-size: 4.2rem;
    font-weight: 500;
    /* padding-bottom: 25px; */
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-left: 235px;
}

@media screen and (max-width: 768px) {
    .sub-heading-product-new {
        margin-left: 75px;
    }
}

@media screen and (max-width: 480px) {
    .sub-heading-product-new {
        margin-left: 30px;
        font-size: 3.2rem;
        margin-bottom: 0px;
    }
}

.mmblog__dtls__block h1 {
    font-size: 30px;
    font-weight: 600;
    color: #231F20;
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: left;
}


.mmblog__dtls__block p {
    font-size: 16px !important;
}

.mmblog__dtls__block p h2 {
    font-size: 20px;
    font-weight: 400;
    color: #231F20;
    line-height: 1.5;
    margin-bottom: 24px;
}

.parauldotes.doublespace {
    margin-left: 32px;
}

.parauldotes,
.parauldotes li {
    list-style-type: disc !important;
}

.mmblog__dtls__block h2 {
    text-align: left;
    font-size: 16px;
}

.mmblog__dtls__block .para-number li h3 {
    font-size: 16px !important;
}

.mmblog__dtls__block h3 {
    margin-bottom: 0px !important;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .mmblog__dtls__block h1 {
        font-size: 30px;
    }
}

.buttons a {
    font-size: 16px;
    border: 1px solid grey;
    padding: 11px 10px;
    border-radius: 8px;
}

h2 {
    font-family: 'Anek Devanagari';
    font-size: 34px !important;
    font-weight: 500 !important;
}

.accordian img {
    width: 100%;
}

#google_translate_element {
    float: right;
    padding: 5px 10px;
}

#google_translate_element {
    float: right;
    padding: 4px 10px;
    border: 1px solid black;
    border-radius: 9px;
    margin: 0px 8px;
}

.goog-te-gadget-simple {
    background-color: #f0f0f0 !important;
    border: none !important;
    padding: 5px 8px !important;
    border-radius: 5px;
    font-weight: bold;
}

.listItem p {
    font-size: 14px;
}

.bottom-sec {
    margin-top: 43px;
}

.bottom-sec h3 {
    font-size: 23px;
    font-family: system-ui;
    border-bottom: 1px solid #a6a1a1a1;
    padding-bottom: 9px;
}

/* ---------- PROBLEMS GRID ---------- */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    align-items: start;
}

/* card base */
.problem-card {
    background: #fff;
    border-radius: 36px;
    padding: 24px 20px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 120px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.problem-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

/* wave tab shape */
.problem-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: var(--accent, #60A5FA);
    clip-path: path("M0,46 Q50,0 96,23 T241,-15 L200,0 L0,0 Z");
    z-index: 1;
}

/* text */
.problem-card p {
    margin: 0;
    color: #111827;
    line-height: 1.45;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

/* colors */
.color-1 {
    --accent: #F59E0B;
}

/* amber */
.color-2 {
    --accent: #FB923C;
}

/* orange */
.color-3 {
    --accent: #60A5FA;
}

/* blue */
.color-4 {
    --accent: #34D399;
}

/* green */
.color-5 {
    --accent: #F97316;
}

/* deep orange */
.color-6 {
    --accent: #3B82F6;
}

/* blue */
.color-7 {
    --accent: #A78BFA;
}

/* purple */
.color-8 {
    --accent: #F87171;
}

/* red */
.color-9 {
    --accent: #10B981;
}

.solutions-flow {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap !important;
    flex-direction: column;
}

.solutions-circle {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-step {
    color: black;
    height: 200px;
    flex: 1;
    min-width: 253px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 2px 5px 10px #000000a1 !important;
    margin-bottom: 19px;
    padding: 31px;
    border: 2px solid #f4d813ad;
    box-shadow: var(--card-shadow);
    text-align: center;
    transition: transform .18s ease;
}

.solution-step:hover {
    transform: translateY(-6px);
}

/* icon circle */
.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: white;
    margin-bottom: 8px;
}

/* step heading/text */
.step-title {
    margin: 0 0 6px;
    font-size: 21px;
    color: var(--text);
    font-weight: 600;
}

.solution-step p {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.35;
}

.arrow {
    font-size: 22px;
    color: var(--muted);
    user-select: none;
    display: none;
    /* hidden on small screens */
    align-self: center;
}

/* make steps horizontal on medium+ screens */
@media(min-width:768px) {
    .solutions-flow {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .arrow {
        display: block;
    }
}

h2,
h3,
h4 {
    line-height: 1.2;
}

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.problems-section {
    padding-bottom: 28px;
    margin-top: 30px;
    background: #f9f9f9f9;
    padding-top: 45px;
}

.section-title {
    text-align: center;
    font-size: 28px;
    margin: 6px 0 20px;
    color: var(--text);
}

.section-title {
    text-align: left;
    font-size: 35px !important;
    margin: 6px 0 20px;
    color: var(--text);
    font-family: system-ui;
    font-weight: 700 !important;
    padding-bottom: 32px;
}

.biz-mdl {
    background: #f9f9f9;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px;
}