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

: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: 0.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: 3rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1;
}

.flex {
    display: flex;
}

.flexVC {
    align-items: center;
}

.flexHC {
    justify-content: center;
}

.btn {
    background: #231f20 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: 133px; **/
    padding-top: 70px;
}

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;
}

.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 {
    max-width: 1025px;
    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: 6%;
    padding-top: 2%;
    padding-left: 90px;
    padding-right: 90px;
}

#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;
    padding: 30px 20px 15px 10px;
    color: #231f20;
    font-size: 2rem;
    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 {
    text-transform: capitalize;
    font-weight: 500;
    width: 45%;
}

#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;
}

/* 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.slick-prev {
    left: 15%;
    transform: translateX(-80px);
    font-family: "Anek Devanagari", sans-serif !important;
}

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

.gallery-slider .slick-arrow.slick-disabled {
    opacity: 0.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 .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: 118px;
    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: 10px;
    padding-top: 5px;
}

#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%;
}

/*benefitsBox start*/
.stickytabs {
    max-width: 300px;
    margin: 20px;
    padding: 0;
    list-style: none;
    position: sticky;
    left: 0;
    top: 170px;
    height: 120vh;
    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: 12px 10px 12px 45px;
    border-left: 6px solid #e6e7e8;
}

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

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

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

#benefitsBox .container {
    max-width: 1200px;
    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: 100%;
}

/*benefitsBox End*/

.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: #e6e7e8 0% 0% no-repeat padding-box;
    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 {
    padding-right: 10px;
}

.topNav .contactNo a {
    align-items: flex-start;
    margin-top: 5px;
}

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

.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: 0 120px;
    justify-content: space-between;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
}

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

.navigationWrapper .navigation > ul li {
    padding: 20px 16px;
    position: relative;
}

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

.navigationWrapper .navigation li.subNav:before {
    border: solid #231f20;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    right: 4px;
    top: 30px;
}

.navigationWrapper .navigation li.subNav #vehicleNav {
    background: #fff;
    border: 1px solid #cbcbcb;
    color: #231f20;
    display: none;
    font-size: 1.8rem;
    position: absolute;
    top: 75px;
    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: 20px 22px 15px;
    position: relative;
}

.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;
}

.vehicleData .navWrap {
    display: none;
}

.vehicleList {
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 12px;
}

.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: 120px;
}

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

.navigationWrapper .rightNav li {
    margin: 0px 12px 0;
}

/* End */
/* Home Page Banner */
.bannerSlider img {
    width: 100%;
}
.banner {
    margin-bottom: 3rem;
}
.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;
}

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

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

.slick-prev::after,
.slick-next::after {
    content: "";
    position: absolute;
    top: 18px;
    z-index: 11;
    display: block;
    width: 15px;
    height: 15px;
    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: 20px;
    transform: rotate(135deg);
    font-family: "Anek Devanagari", sans-serif !important;
}

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

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

/* End */
/* Home Page Search Band */
.searchBand {
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
}

.searchBand .searchBar input {
    background: #ffffff;
    box-shadow: 0px 2px 14px #00000021;
    border-radius: 48px;
    padding: 25px 70px 25px 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: 50px;
    width: 50px;
}

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

/* End */
/* Product Tab */
.productTab {
    flex-direction: column;
    padding: 2px 0;
    margin: 0 auto;
    max-width: 1300px;
}

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

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

.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: 2rem;
    line-height: 1;
    padding-top: 10px;
    display: block;
}

.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: 110px;
    width: 110px;
}

.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;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.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;
    margin-bottom: 25px;
    width: 120px;
}

.productTab .productInfo ul li span {
    margin-bottom: 5px;
    font-size: 2rem;
    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;
    margin-top: 15px;
}

.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;
}

/* End */
/* Customer Speak */
.customerSpeak {
    margin: 72px 0 100px;
    text-align: center;
    width: 100%;
}

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

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

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

.customerSpeak .customerVideo a {
    display: block;
}

.customerSpeak .customerVideo a::before {
    content: "";
    background: url("../images/play-icon.png") no-repeat 0 0;
    height: 84px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;
    width: 84px;
    z-index: 999;
}

.customerSpeak .customerVideo .text {
    color: #fff;
    bottom: 20px;
    text-align: center;
    left: 0;
    font-size: 2.4rem;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: 999;
    padding-left: 30px;
    line-height: 1.2;
}

/* 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.svg") 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;
}

/* End */

/* Latest News */
.latestNews {
    margin: 100px auto;
    width: 1200px;
}

.latestNews h2 {
    padding-bottom: 30px;
    text-align: center;
}

.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;
}

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

.latestNews .listItem .date {
    font-size: 2rem;
    font-weight: 400;
}

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

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

/* End */

/* Footer Start */
footer {
    border-top: 5px solid #231f20;
    padding: 60px 20px 50px;
    font-size: 1.8rem;
}

footer .wrapper {
    margin: 0 auto;
    width: 1300px;
}

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

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

footer nav li {
    padding-bottom: 10px;
}

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

footer .footerLogo {
    margin: 50px 0 25px;
}

.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;
}

/* Footer End */

.darkBtn {
    background-color: #231f20;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    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: 0 120px;
    color: #231f20;
}

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

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

.brreadcum .brreadcumText span {
    color: #4d4d4f;
    display: inline-block;
}

.brreadcum .brreadcumText img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.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;
}

.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;
}

.innrBanner img {
    width: 100%;
}

.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, 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: 2rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: 500;
    position: relative; /*padding-left: 46px;*/
}
.about-right-col h3 span {
    font-size: 2rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    margin-top: 30px;
}
.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: 2rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    padding-right: 46px;
}
.about-right-col-2 h3 {
    font-size: 2rem;
    color: #4d4d4f;
    line-height: 24px;
    font-weight: normal;
    margin-top: 30px;
    position: relative;
    padding-right: 46px;
}
.about-right-col-2 h3 span {
    font-size: 2rem;
    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.mt-50 {
    margin-top: 50px;
}
h2.text-left {
    text-align: left;
}
h2.font-30 {
    font-size: 30px;
}
h3.mt-50 {
    margin-top: 50px;
}
.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 30px 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: 2rem;
    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;
}
.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;
}
#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.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s 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.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;
}
.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;
}
/* Style for Download Brochure */
@media screen and (min-width: 1024px) {
    .navigationWrapper .navigation li.subNav:hover #vehicleNav {
        display: block;
    }

    #mobileNav {
        display: none;
    }
}

@media screen and (max-width: 1335px) {
    body {
        padding-top: 73px;
    }

    #stickyFooter {
        top: 95px;
    }

    #stickyFooter .container {
        overflow: scroll;
        padding-bottom: 8px;
    }

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

    .productTab,
    .productTab .productListCarousel,
    .serviceCTA,
    footer .wrapper {
        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;
    }

    /* End */
    .brreadcum {
        padding: 0 20px;
    }

    .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 .wrapper {
        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: 123px;
    }
}

@media screen and (max-width: 1023px) {
    .about-slider li img {
        width: 98%;
    }
    body {
        overflow-x: hidden;
        padding-top: 73px;
        width: 100%;
    }

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

    #stickyFooter {
        top: 63px;
    }

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

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

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

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

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

    .slick-prev,
    .slick-next {
        margin-top: -20px;
        height: 40px;
        width: 40px;
        font-family: "Anek Devanagari", sans-serif !important;
    }

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

    .slick-next {
        right: 15px;
        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: 15px;
        font-family: "Anek Devanagari", sans-serif !important;
    }

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

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

    .slick-prev::after,
    .slick-next::after {
        height: 12px;
        top: 12px;
        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;
    }

    .navigationWrapper {
        padding: 17px 20px 15px;
        position: relative;
    }

    .navigationWrapper .logo img {
        width: 137px;
    }

    .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.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 > 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: none;
    }

    .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;
    }

    .dealerBookBtn .btn {
        width: 100%;
    }

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

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

    .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: 7px;
    }

    .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: 85%;
    }

    .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 {
        align-items: flex-start;
        flex-direction: column;
    }

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

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

    .productTab .productListCarousel,
    .serviceCTA,
    .productTab .productGallery img,
    footer .wrapper,
    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 .text {
        bottom: 4px;
        font-size: 1.6rem;
        padding: 0 10px;
        text-align: left;
        line-height: 22px;
    }

    .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: 30px;
        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;
    }

    #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;
    }

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

    #gallery {
        margin-bottom: 30px;
    }

    #highlights {
        padding: 70px 0;
    }

    .latestNews {
        max-width: 345px;
    }

    #vehicleDetails {
        margin-bottom: 50px;
    }

    #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: 2em;
    }

    .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;
    }
}

@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;
    }

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

    .productTab .productGallery .slide img {
        max-width: 220px;
    }

    .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;
    }

    .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: 3rem;
        line-height: 4rem;
    }
    .benefitsConaTxt p {
        line-height: 26px;
    }
    #benefitsBox .benefitsTxt,
    #stickyFooter .container a {
        font-size: 1.7em;
    }
    .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;
}

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

.address_left {
    max-width: 53%;
}

.address_right {
    max-width: 47%;
}
.address_left::after {
    content: " ";
    background: rgba(77, 77, 79, 0.39);
    width: 1px;
    height: 168px;
    position: absolute;
    right: 15%;
    bottom: 10px;
}

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

.contact_info p {
    font-size: 2.2rem;
    color: #4d4d4f;
    line-height: 31px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    padding-left: 46px;
}

.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: 50px 65px 60px 65px;
    margin-top: 98px;
    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 {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
    cursor: pointer;
}

.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.svg") no-repeat center center;
}

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

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

.sms_icon {
    background: url("../images/sms_icon.svg") 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.svg") no-repeat top -8px center;
}

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

.chatbot {
    background: url("../images/chatbot.svg") 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;
    }

    .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%;
    }

    .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.svg") no-repeat top -5px center;
    }

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

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

/* ============ 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: 0.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: 160px;
    line-height: normal;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 0 auto;
    font-weight: 300;
}

.latestNews .listItem .detail {
    font-size: 1.8rem;
    line-height: 25px;
}

.font600 {
    font-weight: 600;
}

.desktop-hide {
    display: none;
}

/** main {margin-top: -13px;} **/

.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: 3% 1px 3%;
    color: #231f20;
    font-size: 2rem;
}

.slider-shadow {
    position: absolute;
    width: 95%;
    bottom: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    height: 30px;
    filter: blur(2em);
    border-radius: 15px;
    margin: 0 10px;
}

#productTab > h2 {
    text-transform: none;
}

.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;
}

.customerSpeak h2 {
    text-transform: none;
}

#productTab .productTab ul.tablist li .iconImg {
    margin: 0 auto;
}

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

.slick-dots li {
    width: 11px;
    height: 11px;
    font-family: "Anek Devanagari", sans-serif !important;
}

#benefitsBox h2 {
    text-transform: none;
}

.productNav a {
    width: 160px;
}

.benefitsConaTxt {
    padding: 23px 23px 13px;
}

.benefitsConaTxt p {
    margin-bottom: 0px;
    line-height: 30px;
}

#stickyFooter {
    z-index: 99;
}

.benefitsConaTxt h4 {
    line-height: 30px;
    margin-bottom: 0.8rem;
}

#vehicleDetails .container .vehicleInner li {
    font-size: 2rem;
}

.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: 0px 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;
    }
}

/* - 25-Jan - */
.productTab .productList {
    align-item: center;
}

.productInfo {
    background: #f3f2f27d;
    padding: 3rem;
    border-radius: 10px;
}

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

/* ========== Pop up form ========== */
#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;
}

#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, 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: table;
}
.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;
}

@media (min-width: 767px) {
    .latestNews .listItem {
        min-height: 400px;
    }
}

#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;
    }
}
