.gallery-wrapper {
    max-width: 1200px;
    margin: auto
}

.single-product-banner {
    padding-right: 20px;
    background-color: #000
}

.mainSwiper {
    width: 100%;
    height: 603px
}

span.one-owener-tag {
    position: absolute;
    max-width: 300px;
    top: 50px;
    margin: auto;
    height: max-content;
    left: 0
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 0;
    top: 0;
    color: #fff;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}

.swiper-button-prev {
    left: 50px !important
}

.swiper-button-next {
    right: 50px !important
}

.mainSwiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbSwiper {
    height: 90px;
}

.thumbSwiper>.swiper-wrapper {
    display: flex;
    justify-content: center;
}

.thumbSwiper .swiper-slide {
    height: 90px;
    cursor: pointer;
    opacity: .5;
    border: 3px solid transparent;
    transition: .3s;
    margin: 0 !important;
    flex: 1;
    max-width: 153px;
}

.swiper.thumbSwiper {
    width: calc(100% - 110px);
    margin-top: 0px;
    position: relative;
    z-index: 222;
    margin-left: auto;
    margin-right: auto
}

.thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #fff
}

.banner-slider {
    position: relative;
    background: #000;
    flex: 1;
    max-width: calc(100% - 600px)
}

.banner-card {
    width: 600px;
    min-height: 690px
}

.single-image-section .container,
.single-product-banner .container,
section.vehicle-highlight-section .container {
    max-width: 1770px
}

.banner-card-col {
    position: relative;
    padding: 5px 0;
    z-index: 1
}

.banner-card-col::after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #000;
    background: linear-gradient(to left, #000 0, #000 calc(100% - 50px), rgba(0, 0, 0, 0) 100%)
}

.banner-card-col .banner-card {
    background: #f9e5c7;
    padding: 30px 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

span.single-price {
    line-height: 1;
    font-size: 60px;
    color: var(--color-primary);
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
    text-shadow: 0 2px 0 #fff, 0 4px 0 rgba(165, 0, 0, .15), 0 6px 8px rgba(120, 0, 0, .25);
    letter-spacing: -2px;
    font-weight: 700;
    display: block
}

.estimate-your-payment-wrapper {
    width: calc(100% + 66px);
    text-align: center;
    margin: auto -33px 0px;
    gap: 0px !important;
    display: flex;
    flex-direction: column;
}

.bg-gradient-teal {
    background: linear-gradient(45deg, #1F7A82, #298C91);
}

.estimate-your-payment-wrapper .bg-gradient-teal {
    padding: 10px 10px 16px;
}

.estimate-your-payment-wrapper h3.bg-gradient-teal {
    border-radius: 18px 16px 0px 0px;
}

.estimate-your-payment-wrapper .inner-wrapper {
    border-radius: 10px;
    padding: 30px 15px 20px;
    box-shadow: inset 0px 0px 10px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-top: -10px;
    background: #f9e5c7;
    margin-bottom: -10px;
    position: relative;
}

.est-small.bg-gradient-teal {
    padding: 22px 10px 10px;
}

.estimate-payment-ft>.col {
    justify-content: space-between;
    margin-top: 10px;
    padding: 0px 30px;
}

.single-product-banner .triple-border {
    box-shadow: 0 0 0 -1px #000, 0 0 0 2px #d7d7d7, 0 0 0 4.5px #222, 0 0 0 6px #d7d7d7;
}

.inner-content {
    padding: 0px 30px 10px;
    display: flex;
    justify-content: space-between
}

.estimate-your-payment-wrapper a.bordered-btn {
    width: max-content;
    border-radius: 50px
}

.estimate-your-payment-wrapper a.bordered-btn .btn {
    padding: 8px 20px 5px
}

#priceRange {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer;
    background: linear-gradient(to right, #006f7b 0, #006f7b 50%, #fff 50%, #fff 100%)
}

#priceRange::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 50px;
    background: 0 0
}

#priceRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #006f7b;
    margin-top: -7px;
    cursor: pointer;
    box-shadow: none;
    transition: .2s
}

#priceRange::-webkit-slider-thumb:hover {
    transform: scale(1.08)
}

#priceRange::-moz-range-track {
    height: 6px;
    border-radius: 50px;
    background: #fff
}

#priceRange::-moz-range-progress {
    height: 6px;
    border-radius: 50px;
    background: #006f7b
}

#priceRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #006f7b;
    cursor: pointer
}

input#priceValue {
    width: 90px;
    text-align: center
}

.estimate-payment-ft .full-payment {
    background-size: 100% 100%;
    color: #ffd338;
    padding: 16px 24px;
    width: 100%;
    max-width: 210px;
    min-width: 210px;
    line-height: 1;
    font-size: 32px;
}

.estimate-payment-ft .full-payment small {
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 5px;
}

.estimate-payment-ft {
    overflow: hidden
}

.banner-card-col .card-content {
    padding: 0px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.col.estimate-image {
    overflow: hidden;
    margin-left: auto;
    margin-right: 23px
}

.col.estimate-image img {
    width: calc(100% + 10px);
    margin-bottom: -30px;
    margin-right: -40px
}

.vehicle-highlight-section {
    padding: 10px 20px;
    background: #000
}

.walk-around-video {
    max-width: 430px
}

.video-wrapper {
    width: 100%;
    min-width: 430px;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #fff;
    position: relative;
    flex: 1;
}

.video-wrapper a.bordered-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    z-index: 9
}

.video-wrapper button.play-btn {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: 50px;
    right: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    cursor: pointer
}

.video-wrapper a.bordered-btn .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px
}

.walk-around-video .apply-finacing-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    position: relative
}

.walk-around-video .apply-finacing-btn .btn {
    width: 100%;
    justify-content: center
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

.video-wrapper.active video {
    position: static
}

.walk-around-video .glow-text {
    text-shadow: 2px 2px 16px var(--color-teal);
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: center
}

.walk-around-video p.fs-16 {
    margin-bottom: 10px;
    text-align: center;
}

.video-wrapper.active .vides-inner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    z-index: 99999;
    background: #000;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.video-wrapper button.close-btn {
    position: absolute;
    top: 15px;
    right: 54px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 0;
    border: 0;
    color: var(--color-primary);
}

.video-wrapper button.close-btn img {
    width: 100%;
    height: 100%;
}

.video-wrapper.active button.play-btn,
.video-wrapper:not(.active) button.close-btn {
    display: none
}

.book-your-testdrive {
    padding-right: 150px;
    max-width: 543px;
    position: relative;
    margin-right: 0;
}

.book-your-testdrive img.route-badge {
    position: absolute;
    right: 103px;
    top: 40px
}

.vehicle-highlight-section .icon-large-right-arrow-icon {
    color: #ffd338
}

.vehicle-highlight-section .form.ft-form {
    padding: 40px 60px 20px 20px;
    margin-right: 0px;
    margin-bottom: 0
}

.book-your-testdrive .heading-bg {
    margin: 0 20px -30px 50px !important
}

.vehicle-highlight-col {
    flex: 1;
    background: #f9e5c7;
    padding: 0 20px 20px
}

.vehicle-highlight-col .list-style-1 {
    padding-top: 20px
}

.vehicle-highlight-col .list-style-1 li::before {
    content: "\e829";
    font-family: fontello;
    color: var(--color-teal);
    position: absolute;
    left: 0;
    top: 0
}

.vehicle-highlight-col .list-style-2 {
    margin-top: 30px
}

.vehicle-highlight-col .list-style-2 li {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.vehicle-highlight-col .list-style-2 li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--color-teal);
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px
}

.vehicle-highlight-col .list-style-2 li span.underline {
    flex: 1;
    border-bottom: 1px dashed;
    margin-bottom: 5px
}

.vehicle-highlight-col .col+.col.flex-1 {
    position: relative;
    padding-left: 20px
}

.vehicle-highlight-col .col+.col.flex-1::before {
    width: 14px;
    height: 70%;
    background: url(../assets/images/line-divider.png) center/contain no-repeat;
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: 111;
    content: "";
    top: 0;
    margin: auto
}

.images-section.single-image-section {
    background: linear-gradient(0deg, #262626 50%, #389e9d 50%);
    background-size: 100% 4px;
    background-repeat: repeat-y;
    padding: 5px 0
}

.single-image-section .col {
    position: relative;
    z-index: 1;
    flex: 1;
    align-items: flex-end;
    display: flex
}

img.girl-with-key {
    position: absolute;
    bottom: -5px;
    right: 0px;
}

img.glowing-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.single-image-section .col:first-child {
    min-width: 400px;
    padding-left: 140px;
    overflow-x: hidden;
    padding-bottom: 50px
}

span.view-360 {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 10px;
    left: 100px;
}



section.vehicle-highlight-section {
    padding-top: 40px;
}

/**  Popup CSS **/
#eo-pupup:not(.active),
#features-popup:not(.active) {
    display: none;
}

#eo-pupup,
#features-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.popup-wrapper {
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 30px 0px;
}

#eo-pupup .container {
    max-width: 900px;
    position: relative;
    background-color: #000;
    width: calc(100% - 36px);
}

.popup-scroll {
    max-height: calc(100vh - 60px);
    padding: 40px 0;
    overflow-y: auto;
}

button.close-btn {
    padding: 0px;
    border: 0px !important;
    background: transparent;
    position: absolute;
    right: -20px;
    top: -20px;
}

.omission-popup-content {
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px 0px 0px
}

img.eo-top-logo {
    margin: -66px auto 20px;
    display: block;
}

#eo-pupup .heading-col {
    width: max-content;
    margin: 0px auto;
    padding: 0px 70px;
    position: relative;
    z-index: 1;
}

#eo-pupup .line-pattren-2 {
    background: var(--color-primary);
    background: linear-gradient(0deg, var(--color-primary) 50%, rgba(0, 0, 0, 1) 50%);
    background-size: 100% 8px;
    background-repeat: repeat-y;
    padding: 0px;
    height: 26px;
}

#eo-pupup .line-pattren-2::before,
#eo-pupup .line-pattren-2::after {
    background: #000
}

#eo-pupup .heading {
    position: relative;
    z-index: 2;
    padding: 0px 30px;
    background: #000;
}

.eo-inner-content-wrapper {
    background: #FCE6C3;
    border: 2px solid var(--color-primary);
    padding: 30px;
    max-width: calc(100% - 40px);
    margin: 0px auto 40px;
}

#eo-pupup .gradient-border-3-1,
#eo-pupup .gradient-border-3-2 {
    background-size: 22px auto;
    height: 11px;
    border-radius: 0px 0px 6px 6px;
}

img.e-o-logo {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.vides-inner-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.video-thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.video-thumb.hide {
    display: none;
}

.vides-inner-wrapper iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.play-btn {
    position: absolute;
    z-index: 2;
}

.vehicle-highlight-col .open-features-popup {
    margin-top: 45px;
}

#features-popup .popup-wrapper {
    height: calc(100vh - 60px);
    padding: 0;
    background: #fce6c3;
    overflow: auto;
    border-radius: 20px;
    border: 2px solid #000;
    box-shadow: 0 0 0 -1px #000, 0 0 0 2px #d7d7d7, 0 0 0 4.5px #222, 0 0 0 8px #d7d7d7;
    max-width: 1280px;
    margin: auto;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}

#features-popup .popup-scroll {
    max-height: 100%;
    padding: 0;
    overflow: auto;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    height: 100%;
}

#features-popup .container {
    max-width: 1280px;
    position: relative;
    background-color: transparent !important;
    width: 100%;
    border: 0px !important;
    border-radius: 0px;
    min-height: 100%;
}


#features-popup .omission-popup-content {
    border: 0 !important;
    border-radius: 0;
    overflow: visible;
    padding: 20px 30px !important;
    background: transparent;
    width: 100%;
    height: 100%;
}

#features-popup .gradient-line-3 {
    display: none;
}

#features-popup .eo-inner-content-wrapper {
    background: transparent;
    border: 0;
    padding: 10px;
    max-width: 100%;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
}

#features-popup button.close-btn {
    padding: 0px;
    border: 0px !important;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
}

#features-popup button.close-btn img {
    width: 100%;
    height: 100%;
}

section#features-popup p,
section#features-popup p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.feature-desc h3 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #111;
}

.feature-desc {
    text-align: center;
}

.feature-desc p.fw-600.fs-22 {
    font-size: 15px !important;
    background: #268388;
    padding: 10px 30px;
    width: 100%;
    max-width: max-content;
    margin: 0px auto 20px;
    line-height: 1 !important;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #ffff !important;
}

.feature-card {
    border: 2px solid var(--color-teal);
    background: #f5e5cf;
    min-width: 300px;
    border-radius: 10px;
    flex: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.feature-card ul+p,
.feature-card ul+b,
.feature-card ul+* {
    margin-top: 20px !important;
    display: block;
}

.br-20.eo-inner-content-wrapper.text-dark {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-card h3 {
    font-family: "Kaushan Script", cursive;
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #1f7a82;
}

.feature-card ul {
    padding: 0;
    list-style: none;
    margin: 0px;
}

.feature-card li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-card li {
    position: relative;
    padding-left: 20px;
}

.feature-card li::after {
    content: "\e828";
    font-family: 'fontello';
    position: absolute;
    left: 0;
    top: 0;
    color: #1f7a82;
}

.feature-card.card ul+p {
    margin-top: 20px;
}

.feature-text-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.feature-text-card .button-col {
    min-width: 260px;
}

.feature-text-card .button-col+div {
    flex: 1;
}

.banner-card-col .justify-space {
    justify-content: flex-start;
}


.list-style-3 li,
ul.list-style-1 li,
ul.list-style-2 li {
    font-size: 12px;
}

.walk-around-video .rotate-text {
    transform: unset;
}

.single-product-price {
    margin-bottom: 20px;
}

.features-popup-content b {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.estimate-payment-ft .btn {
    padding: 9px 13px;
    border-radius: 10px !important;
}

.banner-card-col .justify-space a {
    display: flex;
    align-items: center;
}

.list-style-3 li,
ul.list-style-1 li,
ul.list-style-2 li {
    margin-bottom: 8px;
}

.features-popup-content b u {
    text-decoration: unset;
}

.banner-card-col .justify-space img:not(.errors-and-omissions) {
    width: auto;
    height: 24px;
}

.banner-card-col .justify-space img.errors-and-omissions {
    max-height: 28px;
    width: auto;
    margin-left: auto;
}

.banner-card .flex {
    flex-wrap: wrap;
}

.single-image-section .container {
    flex-wrap: wrap;
}

@media (max-width: 1769px) {
    .banner-card-col .banner-card {
        background: #f9e5c7;
        padding: 10px 10px 0;
    }

    .single-image-section .col:first-child {
        min-width: 290px;
        padding-left: 40px;
    }

    .single-image-section .col .ft-image {
        width: auto;
        object-fit: contain;
        max-height: 100px;
    }

    .banner-card {
        width: 100%;
        min-height: 610px;
        max-width: 610px;
    }

    .banner-slider {
        flex: 1;
        max-width: calc(100% - 480px)
    }

    span.single-price {
        font-size: 40px;
        line-height: 1
    }

    .estimate-your-payment-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .swiper-thumbs .swiper-wrapper .swiper-slide {
        width: auto !important;
        height: auto !important;
        min-width: 40px;
        flex: 1
    }

    .vehicle-highlight-col {
        min-width: 50%
    }

    .vehicle-highlight-section .container {
        flex-wrap: wrap
    }

    .book-your-testdrive {
        padding-right: 150px;
        max-width: 100%;
        position: relative;
        margin: 20px 0
    }

    .estimate-payment-ft>.col {
        padding: 0px 0px;
    }

    .estimate-payment-ft .full-payment {
        padding: 11px 24px;
        font-size: 22px;
        line-height: 1;
    }
}

@media (max-width: 1320px) {
    .banner-slider {
        flex: 1;
        max-width: 100%
    }

    .single-product-banner .container {
        flex-wrap: wrap
    }

    .single-product-banner {
        padding-right: 0;
        background: #f9e5c7
    }

    .banner-card-col {
        position: relative;
        padding: 5px 0;
        z-index: 1;
        margin: 10px auto
    }

    .walk-around-video {
        margin: 0 auto
    }

    .banner-card-col::after {
        display: none
    }

    section.vehicle-highlight-section {
        padding: 50px 20px 20px;
        background: #000
    }

    section.images-section .ft-image-1,
    section.images-section .ft-image-2,
    section.images-section .ft-image-3,
    section.images-section a {
        max-width: 70%
    }

    .single-image-section .col:first-child {
        min-width: 310px;
        padding-left: 10px
    }

    img.girl-with-key {
        bottom: -46px;
        max-width: 140px
    }

    .single-image-section .col:last-child {
        min-width: 300px
    }
}

@media (max-width: 1024px) {
    .single-image-section .col:first-child {
        min-width: 170px;
        padding-left: 10px
    }

    img.girl-with-key {
        bottom: -23px;
        max-width: 120px
    }
}

@media (max-width: 767px) {

    .images-section .ft-image-1,
    .images-section .ft-image-2,
    .images-section .ft-image-3 {
        display: block !important
    }

    .book-your-testdrive {
        padding-right: 0;
    }

    .book-your-testdrive img.route-badge {
        right: 3px;
        top: 20px;
    }

    #test-drive-form .form-btn+div .text-center {
        text-align: left;
    }

    .vehicle-highlight-section .form.ft-form {
        margin-right: 50px;
    }

    #bookYourTestDriveBtn {
        min-width: 220px;
    }

    #test-drive-form .form-btn+div {
        min-width: 220px;
    }

    .single-image-section .col {
        min-width: 100px
    }

    .single-image-section .col:last-child {
        padding-right: 100px;
        padding-top: 100px;
        min-width: 100%
    }

    img.girl-with-key {
        bottom: -2px;
        max-width: 120px;
        right: -20px
    }

    section.images-section .ft-image-1,
    section.images-section .ft-image-2,
    section.images-section .ft-image-3,
    section.images-section a {
        max-width: 100%
    }

    .single-image-section .col:first-child {
        min-width: 100%;
        padding-left: 10px;
        text-align: center;
        display: flex;
        justify-content: center
    }

    .thumbSwiper {
        height: 44px
    }

    .swiper.thumbSwiper {
        width: calc(100% - 80px);
        margin-top: 20px;
        display: none
    }

    .swiper-button-prev {
        left: 0 !important
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #fff;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        min-width: 30px;
        margin: auto
    }

    .swiper-button-next {
        right: 0 !important
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px
    }

    .vehicle-highlight-col .col+.col.flex-1 {
        position: relative;
        padding-left: 0
    }

    .banner-card-col::after,
    .vehicle-highlight-col .col+.col.flex-1::before {
        display: none
    }

    .vehicle-highlight-col .list-style-2 {
        margin-top: 0
    }

    .vehicle-highlight-col {
        flex-wrap: wrap
    }

    .banner-slider,
    .vehicle-highlight-col .col {
        min-width: 100%
    }

    .list-style-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 10px
    }

    .list-style-1 li {
        width: calc(100% / 2 - 10px);
        margin-bottom: 0 !important
    }

    .vehicle-highlight-col .heading-bg {
        padding: 19px 2px 14px
    }

    span.one-owener-tag img {
        max-width: 120px
    }

    .banner-card-col {
        width: 100%;
        padding: 10px;
        border-radius: 0;
        background: #f9e5c7 !important;
        display: flex;
        justify-content: center;
    }

    input#priceValue {
        height: 32px;
    }

    #select_make {
        height: 32px;
    }

    .inner-content {
        padding: 0px 0px 10px;
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .single-product-banner {
        background: #f9e5c7;
        padding: 40px 15px 15px
    }

    .banner-card>div {
        justify-content: center;
    }

    .card-content {
        text-align: center
    }

    span.view-360 {
        position: absolute;
        width: 40px;
        height: 30px;
        bottom: 10px;
        left: 10px;
    }

    .mainSwiper {
        min-height: 240px;
        height: 290px;
    }

    .ft-image.ft-image-1 {
        max-width: 310px !important;
    }

    img.glowing-arrow {
        right: unset;
        bottom: 0;
        left: 0;
    }

    .images-section.single-image-section {
        padding: 0px 15px !important;
    }

    .eo-inner-content-wrapper {
        padding: 15px;
        max-width: calc(100% - 30px);
        margin: 20px auto 30px;
    }

    #eo-pupup .heading-col {
        padding: 0px 40px;
    }

    #eo-pupup .heading {
        padding: 0px 10px;
    }

    #eo-pupup .line-pattren-2 {
        top: -6px;
    }

    img.eo-top-logo {
        margin: -53px auto 20px;
        max-width: 250px;
        height: auto;
    }

    img.e-o-logo {
        max-width: 200px;
        height: auto;
        bottom: -12px;
    }

    button.close-btn img {
        max-width: 35px;
        height: auto;
    }

    button.close-btn {
        right: -10px;
        top: -20px;
    }

    .features .gap-5 {
        flex: 1;
        min-width: 80px;
        margin: 4px 0px;
    }

    #features-popup .omission-popup-content {
        padding: 40px 10px 20px !important;
    }

    #features-popup .heading-bg {
        padding: 19px 2px 16px;
    }

    .feature-desc h3 {
        line-height: 1;
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .feature-text-card {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    #features-popup button.close-btn {
        right: 1px;
        top: 4px;
        height: 30px;
        width: 40px;
        min-width: 40px;
        min-height: 35px;
    }
}

@media (max-width: 520px) {
    .feature-card {
        min-width: 100%;
    }

    .vehicle-highlight-section .form.ft-form {
        margin-right: 0px;
    }

    .banner-card {
        width: 100%;
        min-height: unset
    }

    .mainSwiper {
        min-height: 240px;
        height: 240px;
    }

    .list-style-1 li {
        width: 100%
    }

    .video-wrapper {
        min-width: 100%
    }

    .banner-card .card-content {
        padding: 15px 0 0px;
    }

    .single-product-banner .fs-16 {
        font-size: 14px;
        font-weight: 500
    }

    span.single-price {
        font-size: 30px;
        line-height: 1
    }

    .single-product-price img {
        width: 100%;
        max-width: 100px
    }

    .inner-content.range-filter {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        padding: 0px 0px 10px
    }

    .estimate-payment-ft .full-payment {
        padding: 10px 24px
    }

    #select_make,
    input#priceValue {
        height: 30px
    }

    .col.estimate-image {
        display: none
    }

    .book-your-testdrive img.route-badge {
        right: 3px;
        top: 50px;
        max-width: 50px;
    }

    section.vehicle-highlight-section .form.ft-form {
        padding: 40px 40px 20px 20px;
    }

    .ft-form .col-50 {
        width: 100%;
    }

    .book-your-testdrive .heading-bg {
        padding: 18px 10px 15px;
    }

    .inner-content.range-filter .price-filter {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #fff;
        padding: 15px;
        border-radius: 5px;
        gap: 5px;
    }

    .inner-content.range-filter .input {
        flex-direction: column;
        align-items: flex-start;
        width: calc(50% - 10px);
        border: 1px solid #fff;
        padding: 15px;
        border-radius: 5px;
    }

    .inner-content.range-filter label.fs-13 {
        font-weight: 600;
        font-size: 13px;
    }

    input#priceValue {
        margin-bottom: 10px;
        width: 100%;
    }

    .estimate-payment-ft>.col {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}