@font-face {
    font-family: "VWHeadWeb-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("fonts/VWHeadWeb-Bold.eot?") format("eot"), url("fonts/VWHeadWeb-Bold.woff") format("woff"), url("fonts/VWHeadWeb-Bold.ttf") format("truetype"), url('fonts/VWHeadWeb-Bold.svg#str-replace("VWHeadWeb-Bold", " ", "_")') format("svg");
}

@font-face {
    font-family: "VWHeadWeb-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/VWHeadWeb-Regular.eot?") format("eot"), url("fonts/VWHeadWeb-Regular.woff") format("woff"), url("fonts/VWHeadWeb-Regular.ttf") format("truetype"), url('fonts/VWHeadWeb-Regular.svg#str-replace("VWHeadWeb-Regular", " ", "_")') format("svg");
}

@font-face {
    font-family: "VWHeadWeb-Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/VWHeadWeb-Light.eot?") format("eot"), url("fonts/VWHeadWeb-Light.woff") format("woff"), url("fonts/VWHeadWeb-Light.ttf") format("truetype"), url('fonts/VWHeadWeb-Light.svg#str-replace("VWHeadWeb-Light", " ", "_")') format("svg");
}

@font-face {
    font-family: "VWTextWeb-Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/VWTextWeb-Light.eot?") format("eot"), url("fonts/VWTextWeb-Light.woff") format("woff"), url("fonts/VWTextWeb-Light.ttf") format("truetype"), url('fonts/VWTextWeb-Light.svg#str-replace("VWTextWeb-Light", " ", "_")') format("svg");
}

@font-face {
    font-family: "VWTextWeb-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("fonts/VWTextWeb-Bold.eot?") format("eot"), url("fonts/VWTextWeb-Bold.woff") format("woff"), url("fonts/VWTextWeb-Bold.ttf") format("truetype"), url('fonts/VWTextWeb-Bold.svg#str-replace("VWTextWeb-Bold", " ", "_")') format("svg");
}

@font-face {
    font-family: "VWTextWeb-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/VWTextWeb-Regular.eot?") format("eot"), url("fonts/VWTextWeb-Regular.woff") format("woff"), url("fonts/VWTextWeb-Regular.ttf") format("truetype"), url('fonts/VWTextWeb-Regular.svg#str-replace("VWTextWeb-Regular", " ", "_")') format("svg");
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?nfkvzm");
    src: url("fonts/icomoon.eot?nfkvzm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?nfkvzm") format("truetype"), url("fonts/icomoon.woff?nfkvzm") format("woff"), url("fonts/icomoon.svg?nfkvzm#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "VWTextWeb-Regular";
    font-size: 12px;
}

.container.body-content {
    max-width: 100% !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vw-price-city {
    background: #f6f5f2;
}

.vw-price-city .vw-price-city-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.vw-price-city .vw-price-city-banner img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    /* padding-bottom: 50px */
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text h1 {
    font-size: 55px;
    color: #fff;
    line-height: 86px;
    position: relative;
    padding: 0px 0px 10px 30px;
    font-family: "VWHeadWeb-Bold";
    text-shadow: 0px 0px 7px #393737;
}

@media screen and (max-width: 1200px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text h1 {
        font-size: 46px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text h1 {
        font-size: 36px;
        line-height: 42px;
        padding: 0px 20px 20px 20px;
    }
    .vwpc-dealer-panel__scroll {
        padding: 0px 6px 0px 0px;
    }
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text a {
    font-size: 16px;
    color: #293043;
    border-radius: 20px;
    padding: 0px 20px;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background: #fff;
    font-family: "VWTextWeb-Regular";
    margin-left: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #a7a1a1;
}

@media screen and (max-width: 767px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text a {
        margin-right: 0px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text a:hover {
    background: #ccbdab;
    color: #1b2236;
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text {
    display: flex;
    justify-content: space-between;
    padding: 40px 30px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text {
        padding: 20px 20px;
        margin-top: 20px;
    }
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text p {
    font-size: 14px;
    color: #fff;
    font-family: "VWTextWeb-Regular";
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text p {
        width: calc(100% - 100px);
        padding-right: 30px;
        font-size: 10px;
        line-height: 12px;
    }
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-right: 20px;
    position: relative;
    font-family: "VWTextWeb-Regular";
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text a {
        font-size: 12px;
    }
}

.vw-price-city .vw-price-city-banner .vw-price-city-banner-text .banner-bottom-text a i {
    position: absolute;
    width: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.vw-price-city .price-part {
    width: 100%;
    padding: 50px 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .price-part {
        padding: 20px 20px 40px;
    }
}

.vw-price-city .price-part .price-each {
    width: 250px;
    float: left;
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .price-part .price-each {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
}

.vw-price-city .price-part .price-each p {
    color: #1b2236;
    font-size: 16px;
    line-height: 20px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .price-part .price-each h2 {
    color: #1b2236;
    font-size: 28px;
    font-family: "VWTextWeb-Bold";
    line-height: 32px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .price-part .price-each h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }
}

.vw-price-city .price-bottom-text {
    max-width: 810px;
    padding: 50px 20px 0px;
    margin: 0px auto;
    text-align: center;
}

.vw-price-city .price-bottom-text h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
}

@media screen and (max-width: 767px) {
    .vw-price-city .price-bottom-text h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.vw-price-city .price-bottom-text p {
    font-size: 38px;
    line-height: 40px;
    font-family: "VWTextWeb-Light";
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .price-bottom-text p {
        font-size: 20px;
        line-height: 24px;
    }
}

.vw-price-city .model {
    max-width: 1200px;
    margin: 100px auto 0px;
    padding: 0px 20px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model {
        margin: 60px auto 0px;
    }
}

.vw-price-city .model h2 {
    font-size: 38px;
    text-align: center;
    color: #000;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model h2 {
        padding-bottom: 0px;
    }
}

.vw-price-city .model .model-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model .model-list {
        flex-direction: column;
    }
}

.vw-price-city .model .model-list .model-each {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model .model-list .model-each {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.vw-price-city .model .model-list .model-each img {
    width: 100%;
    border-radius: 10px;
}

.vw-price-city .model .model-list .model-each h3 {
    font-size: 28px;
    color: #1b2236;
    margin-top: 20px;
    font-family: "VWTextWeb-Bold";
}

.vw-price-city .model .model-list .model-each p {
    font-size: 18px;
    color: #1b2236;
    margin-top: 20px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .model .model-list .model-each a {
    font-size: 16px;
    color: #22293d;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    padding-right: 40px;
    font-family: "VWTextWeb-Regular";
    text-decoration: underline;
}

.vw-price-city .model_price {
    max-width: 1200px;
    margin: 100px auto 0px;
    padding: 0px 20px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model_price {
        margin: 50px auto 0px;
    }
}

.vw-price-city .model_price .model-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model_price .model-list {
        flex-direction: column-reverse;
    }
}

.vw-price-city .model_price .model-list .model-each {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model_price .model-list .model-each {
        width: 100%;
        margin-bottom: 20px;
    }
}

.vw-price-city .model_price .model-list .model-each img {
    width: 100%;
    border-radius: 10px;
}

.vw-price-city .model_price .model-list .model-each h2 {
    font-size: 28px;
    color: #1b2236;
    font-family: "VWTextWeb-Bold";
}

.vw-price-city .model_price .model-list .model-each .price-each {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model_price .model-list .model-each .price-each {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

.vw-price-city .model_price .model-list .model-each .price-each p {
    color: #1b2236;
    font-size: 16px;
    line-height: 20px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .model_price .model-list .model-each .price-each h3 {
    color: #1b2236;
    font-size: 28px;
    font-family: "VWTextWeb-Bold";
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model_price .model-list .model-each .price-each h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }
}

.vw-price-city .model_price .model-list .model-each p {
    font-size: 16px;
    color: #1b2236;
    margin-top: 20px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .model_price .model-list .model-each a {
    font-size: 16px;
    color: #22293d;
    display: inline-block;
    margin-top: 25px;
    position: relative;
    font-family: "VWTextWeb-Regular";
    text-decoration: none;
    line-height: 12px;
    border-bottom: 1px solid #22293d;
    padding-bottom: 4px;
}

.vw-price-city .model_price .model-list .model-each a:hover {
    color: #733e01;
    border-bottom: 1px solid #733e01;
}

.vw-price-city .model_price .model-list .model-each a i {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: none;
}

.vw-price-city .model_price .model-list .model-each a i img {
    width: 100%;
}

.vw-price-city .model-price {
    padding: 50px 30px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .model-price {
        padding: 50px 20px;
    }
}

.vw-price-city .model-price .tabs {
    max-width: 670px;
    margin: 0px auto;
}

.vw-price-city .model-price .tabs #tabs-nav {
    position: relative;
    list-style: none;
    margin: 0px 0px 20px;
}

.vw-price-city .model-price .tabs #tabs-nav::after {
    position: absolute;
    width: 100%;
    border-top: 1px solid #c2cacf;
    content: "";
    bottom: 0px;
    left: 0px;
}

.vw-price-city .model-price .tabs #tabs-nav li {
    display: inline-block;
    margin-right: 30px;
}

.vw-price-city .model-price .tabs #tabs-nav li a {
    font-size: 16px;
    color: #001e50;
    font-family: "VWTextWeb-Regular";
    line-height: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    display: inline-block;
}

.vw-price-city .model-price .tabs #tabs-nav li.active a {
    font-family: "VWTextWeb-Bold";
    border-bottom: 2px solid #001e50;
    color: #001e50;
}

.vw-price-city .model-price .tabs #tabs-content {
    border-radius: 20px;
    border: 1px solid #997f67;
    padding: 0px 20px;
    background: #fff;
}

.vw-price-city .model-price .tabs #tabs-content .tab-list {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #1b2236;
    font-family: "VWTextWeb-Light";
    border-top: 1px solid #d0d1d5;
    line-height: 50px;
}

.vw-price-city .model-price .tabs #tabs-content .tab-list p:last-child {
    font-family: "VWTextWeb-Bold";
}

.vw-price-city .model-price .tabs #tabs-content .tab-list:first-child {
    font-family: "VWTextWeb-Bold";
    border-top: none;
}

.vw-price-city .gallery {
    max-width: 100%;
    padding: 50px 0px 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .vw-price-city .gallery {
        padding: 20px 0px;
    }
}

.vw-price-city .gallery h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 50px;
}

.vw-price-city .gallery img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .vw-price-city .gallery .gallery-wrapper {
        display: none;
    }
}

.vw-price-city .gallery .gallery-wrapper .gallery-row1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row1 .gallery-thumb:nth-child(1) {
    width: 25%;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row1 .gallery-thumb:nth-child(2) {
    width: 50%;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row1 .gallery-thumb:nth-child(3) {
    width: 25%;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row2 {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row2 .gallery-thumb:nth-child(1) {
    width: 35%;
}

.vw-price-city .gallery .gallery-wrapper .gallery-row2 .gallery-thumb:nth-child(2) {
    width: 36.5%;
}

.vw-price-city .gallery .gallery-wrapper .gallery-thumb {
    outline: none;
    background: none;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.vw-price-city .gallery .gallery-wrapper .gallery-thumb:focus {
    outline: #00b0f0 solid 2px;
    outline-offset: -2px;
}

.vw-price-city .gallery .gallery-wrapper .gallery-thumb img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.vw-price-city .gallery .gallery-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8784313725);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
}

.vw-price-city .gallery .gallery-popup.show {
    visibility: visible;
    opacity: 1;
}

.vw-price-city .gallery .gallery-popup .gallery-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    font-size: 22px;
}

.vw-price-city .gallery .gallery-popup .gallery-popup-close:hover {
    background: #00b0f0;
    border: 1px solid #00b0f0;
    color: #000;
}

.vw-price-city .gallery .gallery-popup .gallery-slider {
    height: 80vh;
    max-width: 100%;
    margin: 0px auto;
}

.vw-price-city .gallery .gallery-popup .gallery-slider div {
    width: 100%;
    height: 100%;
}

.vw-price-city .gallery .gallery-popup .gallery-slider img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: none !important;
    border: 1px solid #fff;
    position: fixed;
    bottom: 20px;
    transform: translate(0, 0%);
    top: inherit;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow:after {
    width: 10px;
    height: 10px;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow.slick-prev {
    left: 20px;
    margin-bottom: 90px;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow.slick-prev:after {
    margin-left: -3px;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow.slick-next {
    right: 20px;
    margin-bottom: 90px;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow.slick-next:after {
    margin-left: -8px;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow:hover {
    background: #00b0f0 !important;
    border: 1px solid #00b0f0 !important;
}

.vw-price-city .gallery .gallery-popup .gallery-slider .slick-arrow:hover::after {
    border-color: #000;
}

.vw-price-city .gallery .gallery-thumb-slider {
    display: none;
}

@media screen and (max-width: 767px) {
    .vw-price-city .gallery .gallery-thumb-slider {
        display: block;
    }
}

.vw-price-city .gallery .gallery-thumb-slider .slick-slide {
    padding: 0px 10px;
    opacity: 0.6;
}

.vw-price-city .gallery .gallery-thumb-slider .slick-slide.slick-active {
    opacity: 1;
}

.vw-price-city .gallery .gallery-thumb-slider .slick-slide img {
    width: 100%;
}

.vw-price-city .gallery .gallery-thumb-slider .slick-dots {
    bottom: -45px;
}

.vw-price-city .gallery .gallery-thumb-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}

.vw-price-city .gallery .gallery-thumb-slider .slick-dots li.slick-active button {
    transform: scale(2.5);
}

.vw-price-city .gallery .gallery-thumb-slider .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0px;
}

.vw-price-city .gallery .gallery-thumb-slider.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.vw-price-city .reviews {
    max-width: 100%;
    padding: 50px 50px 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .reviews {
        padding: 20px 20px;
    }
}

.vw-price-city .reviews h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 50px;
    text-align: center;
}

.vw-price-city .reviews .reviews-slider .draggable {
    overflow: visible;
}

.vw-price-city .reviews .reviews-slider .slick-track {
    align-items: stretch;
    display: flex !important;
}

.vw-price-city .reviews .reviews-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.vw-price-city .reviews .reviews-slider .review {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-right: 15px;
    box-shadow: 2px 2px 5px 0px #ccc;
}

.vw-price-city .reviews .reviews-slider .review h3 {
    font-size: 14px;
    line-height: 16px;
    color: #1b2236;
    font-family: "VWTextWeb-Bold";
    text-transform: uppercase;
}

.vw-price-city .reviews .reviews-slider .review h4 {
    color: #676767;
    font-size: 10px;
    margin-top: 10px;
    font-family: "VWTextWeb-Regular";
    line-height: 12px;
}

.vw-price-city .reviews .reviews-slider .review p {
    font-size: 16px;
    color: #000e26;
    line-height: 24px;
    font-family: "VWTextWeb-Regular";
    margin-top: 10px;
    min-height: 120px
}

.vw-price-city .reviews .reviews-slider .review .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
    position: relative;
    margin-top: 10px;
}

.vw-price-city .reviews .reviews-slider .review .stars::before {
    content: "★★★★★";
    letter-spacing: 0px;
    background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.vw-price-city .reviews .reviews-slider .review .stars .rating-txt {
    position: absolute;
    right: -30px;
    top: 2px;
    color: #000;
    font-size: 16px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .form {
    max-width: 100%;
    padding: 50px 50px 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .form {
        padding: 20px 20px 20px;
    }
}

.vw-price-city .form h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
}

.vw-price-city .form p {
    color: #1b2236;
    font-size: 16px;
    line-height: 24px;
    font-family: "VWTextWeb-Regular";
    margin-top: 20px;
}

.vw-price-city .form h3 {
    font-size: 14px;
    color: #000e26;
    font-family: "VWTextWeb-Bold";
    margin-top: 17px;
}

.vw-price-city .form .form-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .form .form-container {
        flex-direction: column;
    }
}

.vw-price-city .form .form-container .txt_box {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    margin-top: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .vw-price-city .form .form-container .txt_box {
        margin-right: 0px;
        width: 100%;
    }
}

.vw-price-city .form .form-container .txt_box.select::after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 18px;
    border-right: 2px solid #6a767d;
    border-bottom: 2px solid #6a767d;
    transform: rotate(45deg);
    content: "";
    border-radius: 2px;
}

.vw-price-city .form .form-container .txt_box input {
    width: 100%;
    border: none;
    height: 55px;
    padding: 15px 20px 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #1b2236;
    border: 1px solid #d0d1d5;
    border-radius: 10px;
    outline: none;
    font-family: "VWTextWeb-Regular";
    background: none;
    max-width: 100%;
}

.vw-price-city .form .form-container .txt_box input:focus {
    border: 2px solid #f08203;
}

.vw-price-city .form .form-container .txt_box select {
    width: 100%;
    border: none;
    height: 55px;
    padding: 0px 20px 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #6a767d;
    border: 1px solid #d0d1d5;
    border-radius: 10px;
    outline: none;
    font-family: "VWTextWeb-Regular";
    background: none;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.vw-price-city .form .form-container .txt_box label {
    font-size: 16px;
    color: #6a767d;
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: "VWTextWeb-Regular";
    transition: all 0.5s ease 0s;
    pointer-events: none;
}

.vw-price-city .form .form-container .txt_box.onfocus label,
.vw-price-city .form .form-container .txt_box.input-filled label {
    top: 6px;
    font-size: 12px;
    color: #000;
}

.vw-price-city .form .terms-chec-box {
    overflow: hidden;
    margin-top: 20px;
}

.vw-price-city .form .terms-chec-box .chec-box {
    float: left;
    position: relative;
    cursor: pointer;
}

.vw-price-city .form .terms-chec-box .chec-box input {
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0px;
    cursor: pointer;
}

.vw-price-city .form .terms-chec-box .chec-box input:checked+span {
    background: #293043;
}

.vw-price-city .form .terms-chec-box .chec-box input:checked+span:before {
    opacity: 1;
}

.vw-price-city .form .terms-chec-box .chec-box span {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #293043;
    border-radius: 2px;
    position: relative;
}

.vw-price-city .form .terms-chec-box .chec-box span:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px 0 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.vw-price-city .form .terms-chec-box label {
    float: left;
    color: #1b2236;
    font-size: 16px;
    font-family: "VWTextWeb-Regular";
    width: calc(100% - 30px);
    padding-left: 10px;
}

.vw-price-city .form .submit-btn {
    margin-top: 20px;
}

.vw-price-city .form .submit-btn .form-submit-btn {
    padding: 0px 30px;
    height: 44px;
    background: #22293d;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    font-family: "VWTextWeb-Regular";
    border: none;
}

.vw-price-city .form .submit-btn .form-submit-btn:hover {
    background: #ccbdab;
    color: #1b2236;
}

.vw-price-city .form .otp-popup {
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: auto;
    background-color: rgba(6, 23, 42, 0.75);
}

.vw-price-city .form .otp-popup .otp-popup-content {
    background-color: #fff;
    margin: auto;
    padding: 25px;
    width: 500px;
    top: 50%;
    box-shadow: 0 0 15px #000;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.vw-price-city .form .otp-popup .otp-popup-content .otp-popup-content-close {
    color: #aaa;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.vw-price-city .form .otp-popup .otp-popup-content .poput-text {
    margin-top: 15px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .form .otp-popup .otp-popup-content .poput-text a {
    color: #ff5a5f;
    text-decoration: underline;
}

.vw-price-city .form .otp-popup .otp-popup-content .otp-text-box input {
    height: 50px;
    font-family: "VWTextWeb-Regular";
    border: 1px solid #707070;
    border-radius: 5px;
    margin-bottom: 0;
    width: 75%;
    padding: 10px 8px;
    outline: none;
    margin-top: 15px;
    font-size: 14px;
}

.vw-price-city .form .otp-popup .otp-popup-content .otp-submit {
    margin-bottom: 40px;
}

.vw-price-city .form .otp-popup .otp-popup-content .otp-submitButton {
    margin-top: 15px;
    background: #011e50;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 15px 25px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.vw-price-city .features-text {
    max-width: 1000px;
    padding: 0px 20px;
    margin: 20px auto 0px;
}

.vw-price-city .features-text h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 20px;
}

.vw-price-city .features-text p {
    font-size: 22px;
    line-height: 30px;
    font-family: "VWTextWeb-Regular";
    margin-top: 20px;
    padding-left: 100px;
    color: #1b2236;
}

@media screen and (max-width: 767px) {
    .vw-price-city .features-text p {
        padding-left: 0px;
    }
}

.vw-price-city .features-text p span {
    font-size: 16px;
}

.vw-price-city .intrested-in {
    max-width: 100%;
    padding: 50px 100px 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .intrested-in {
        padding: 40px 20px;
    }
}

.vw-price-city .intrested-in h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .vw-price-city .intrested-in h2 {
        padding-bottom: 0px;
    }
}

.vw-price-city .intrested-in .intrested-in-slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.vw-price-city .intrested-in .intrested-in-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
}

.vw-price-city .intrested-in .intrested-in-slider .draggable {
    overflow: visible;
}

.vw-price-city .intrested-in .intrested-in-slider .slide {
    padding-right: 20px;
    opacity: 0.7;
}

.vw-price-city .intrested-in .intrested-in-slider .slide.slick-active {
    opacity: 1;
}

.vw-price-city .intrested-in .intrested-in-slider .slide:hover .int-img img {
    transform: scale(1.05);
}

.vw-price-city .intrested-in .intrested-in-slider .slide .int-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.vw-price-city .intrested-in .intrested-in-slider .slide .int-img img {
    width: 100%;
    display: block;
    transition: all 0.5s ease 0s;
}

.vw-price-city .intrested-in .intrested-in-slider .slide a {
    text-decoration: none;
}

.vw-price-city .intrested-in .intrested-in-slider .slide h3 {
    font-size: 28px;
    color: #1b2236;
    font-family: "VWTextWeb-Bold";
    margin-top: 20px;
    text-decoration: none;
}

.vw-price-city .colors {
    overflow: hidden;
}

.vw-price-city .colors .colors-wrapper {
    max-width: 1200px;
    padding: 50px 20px 50px;
    margin: 0px auto;
}

@media screen and (max-width: 767px) {
    .vw-price-city .colors .colors-wrapper {
        padding: 20px 20px;
    }
}

.vw-price-city .colors .colors-wrapper h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
    padding-bottom: 20px;
    text-align: center;
}

.vw-price-city .colors .colors-wrapper .show-all-colors {
    text-align: center;
    padding-bottom: 40px;
}

.vw-price-city .colors .colors-wrapper .show-all-colors a {
    font-size: 16px;
    color: #22293D;
    display: inline-block;
    font-family: "VWTextWeb-Regular";
    border-bottom: 2px solid #22293D;
    line-height: 12px;
    padding-bottom: 4px;
    text-decoration: none;
}

.vw-price-city .colors .colors-wrapper .show-all-colors a:hover {
    color: #733e01;
    border-bottom: 2px solid #733e01;
}

.vw-price-city .colors .colors-wrapper .color-slider .draggable {
    overflow: visible;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide {
    padding-right: 15px;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide.slick-active {
    opacity: 1;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide .color-card {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 2px #ccc;
    text-decoration: none;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide .color-card h2 {
    font-size: 22px;
    line-height: 80px;
    padding: 0px 15px;
    text-align: left;
    padding-left: 20px;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide .color-card .car-color-img {
    width: 100%;
    background: #e6ddcf;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
}

.vw-price-city .colors .colors-wrapper .color-slider .slide .color-card .car-color-img img {
    width: auto;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 30px;
}

.vw-price-city .filter-slider-content {
    padding: 50px 80px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .filter-slider-content {
        padding: 50px 20px;
    }
}

.vw-price-city .filter-slider-content .tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.vw-price-city .filter-slider-content .tabs button {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9cdbd;
    border-radius: 8px;
    padding: 7px 15px;
    background: none;
    color: #22293d;
    font-size: 15px;
    font-family: "VWTextWeb-Regular";
    cursor: pointer;
}

.vw-price-city .filter-slider-content .tabs button.active {
    border: 2px solid #997f67;
    background: #fff;
}

.vw-price-city .filter-slider-content .tabs button.active::before {
    content: "✔";
    font-size: 15px;
}

.vw-price-city .filter-slider-content .tabs button::before {
    content: "+";
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.vw-price-city .filter-slider-content .filter-slider {
    margin-top: 25px;
}

.vw-price-city .filter-slider-content .filter-slider .draggable {
    overflow: visible;
}

.vw-price-city .filter-slider-content .filter-slider .slick-track {
    margin: 0px;
}

.vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item {
    opacity: 0.5;
}

.vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item.slick-active {
    opacity: 1;
}

.vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item .card {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item .card {
        margin-right: 10px;
    }
}

.vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item .card img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.vw-price-city .filter-slider-content .filter-slider .slick-track .slider-item .card h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: "VWTextWeb-Bold";
    padding-top: 15px;
    color: #1b2236;
    font-weight: normal;
}

.vw-price-city .varients-container {
    background: #1b2236;
    padding: 50px 100px;
    overflow: hidden;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .varients-container {
        padding: 50px 30px;
    }
}

.vw-price-city .varients-container .varients-container-txt h2 {
    font-size: 60px;
    color: #fff;
    font-family: "VWHeadWeb-Bold";
    line-height: 60px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .varients-container .varients-container-txt h2 {
        font-size: 38px;
    }
}

.vw-price-city .varients-container .varients-container-txt p {
    font-size: 16px;
    color: #fff;
    font-family: "VWTextWeb-Regular";
    line-height: 24px;
    /* padding: 20px 0px; */
}

@media screen and (max-width: 767px) {
    .vw-price-city .varients-container .varients-container-txt p {
        font-size: 14px;
        padding: 15px 0px;
    }
}

.vw-price-city .varients-container .varient-slider .draggable {
    overflow: visible;
}

.vw-price-city .varients-container .varient-slider .slide-item {
    padding-right: 20px;
    opacity: 0.3;
}

@media screen and (max-width: 767px) {
    .vw-price-city .varients-container .varient-slider .slide-item {
        padding-right: 10px;
    }
}

.vw-price-city .varients-container .varient-slider .slide-item.slick-active {
    opacity: 1;
}

.vw-price-city .varients-container .varient-slider .slide-item .car-card {
    width: 100%;
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    color: #1b2235;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .varients-container .varient-slider .slide-item .car-image {
    background: #d9d9d9;
    text-align: center;
}

.vw-price-city .varients-container .varient-slider .slide-item .car-image img {
    width: 100%;
    display: block;
}

.vw-price-city .varients-container .varient-slider .slide-item .limbo-image {
    padding: 0px 20px;
}

.vw-price-city .varients-container .varient-slider .slide-item .limbo-image img {
    width: 100%;
    display: block;
}

.vw-price-city .varients-container .varient-slider .slide-item .car-content {
    padding: 18px 18px 22px;
    height: 500px;
    overflow-y: auto;
    margin-right: 5px;
}

.vw-price-city .varients-container .varient-slider .slide-item .car-content::-webkit-scrollbar {
    width: 5px;
}

.vw-price-city .varients-container .varient-slider .slide-item .car-content::-webkit-scrollbar-thumb {
    background-color: #001e50;
    border-radius: 2px;
}

.vw-price-city .varients-container .varient-slider .slide-item .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.vw-price-city .varients-container .varient-slider .slide-item .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.vw-price-city .varients-container .varient-slider .slide-item .subtext {
    font-size: 13px;
    color: #4d5568;
    margin-bottom: 6px;
}

.vw-price-city .varients-container .varient-slider .slide-item .gare-txt {
    white-space: nowrap;
}

.vw-price-city .varients-container .varient-slider .slide-item .gear-link {
    font-size: 14px;
    color: #3e495f;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.vw-price-city .varients-container .varient-slider .slide-item .note {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d9dbe0;
    color: #4b5567;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.vw-price-city .varients-container .varient-slider .slide-item .price {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 8px;
    right: -12px;
    position: absolute;
}

.vw-price-city .varients-container .varient-slider .slide-item .desc {
    font-size: 14px;
    line-height: 1.7;
    color: #2a3244;
    margin: 22px 0 16px;
}

.vw-price-city .varients-container .varient-slider .slide-item hr {
    border: none;
    border-top: 1px solid #d9dbe0;
    margin: 14px 0;
}

.vw-price-city .varients-container .varient-slider .slide-item .section-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #2b3346;
    margin-bottom: 12px;
}

.vw-price-city .varients-container .varient-slider .slide-item .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.vw-price-city .varients-container .varient-slider .slide-item .tag {
    background: #d9dbe0;
    color: #2c3346;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.vw-price-city .varients-container .varient-slider .slide-item .tag img {
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.vw-price-city .varients-container .varient-slider .slide-item .specs {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 10px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 16px;
    margin-bottom: 6px;
}

.vw-price-city .varients-container .varient-slider .slide-item .specs .label {
    color: #2d3446;
}

.vw-price-city .varients-container .varient-slider .slide-item .specs .value {
    font-weight: 700;
    color: #1b2235;
    text-align: right;
}

.vw-price-city .varients-container .varient-slider .slide-item .highlights {
    padding-left: 18px;
    color: #2b3346;
}

.vw-price-city .varients-container .varient-slider .slide-item .highlights li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 15px;
}

.vw-price-city .varients-container .varient-slider .slide-item .show-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 15px;
    color: #3e495f;
    text-decoration: underline;
}

.vw-price-city .varients-container .varient-slider .slide-item .footnote {
    font-size: 13px;
    line-height: 1.5;
    color: #3f4657;
}

.vw-price-city .varients-container .varient-slider .slide-item .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid #485166;
    border-radius: 26px;
    background: rgba(0, 0, 0, 0);
    padding: 12px 16px;
    font-size: 14px;
    color: #2d3446;
    cursor: pointer;
    margin-top: 4px;
    text-decoration: none;
}

.vw-price-city .varients-container .varient-slider .slide-item .action-btn img {
    width: 24px;
    margin-right: 2px;
}

.vw-price-city .varients-container .varient-slider .slide-item .action-btn:hover {
    background: #ccbdab;
    border: 1px solid #ccbdab;
}

.vw-price-city .varients-container .varient-slider .slide-item .compare-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border-radius: 26px;
    background: rgba(0, 0, 0, 0);
    padding: 12px 16px;
    font-size: 14px;
    color: #2d3446;
    cursor: pointer;
    margin-top: 4px;
    text-decoration: underline;
}

.vw-price-city .varients-container .varient-slider .slide-item .compare-link img {
    width: 24px;
    margin-right: 2px;
}

@media (max-width: 420px) {
    .vw-price-city .varients-container .varient-slider .slide-item .car-card {
        width: 100%;
    }
    .vw-price-city .varients-container .varient-slider .slide-item .top-row {
        flex-direction: column;
    }
    .vw-price-city .varients-container .varient-slider .slide-item .price {
        font-size: 24px;
    }
}

.vw-price-city .varients-container .slick-dots {
    background: #fff;
    border-radius: 25px;
    padding: 8px 20px 10px;
    width: auto;
    margin: 0px auto;
    position: relative;
    bottom: inherit;
    left: 50%;
    display: inline-block !important;
    text-align: center;
    margin-top: 20px;
    transform: translateX(-50%);
}

.vw-price-city .varients-container .slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: 0px 4px;
}

.vw-price-city .varients-container .slick-dots li button {
    padding: 0px;
    width: 6px;
    height: 6px;
}

.vw-price-city .varients-container .slick-dots li.slick-active button {
    background: #22293d;
    border: 3px solid #22293d;
    transform: scale(2);
}

.vw-price-city .delear {
    max-width: 100%;
    padding: 50px 50px 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .vw-price-city .delear {
        padding: 20px 20px 20px;
    }
}

.vw-price-city .delear h2 {
    color: #1b2236;
    font-size: 38px;
    line-height: 42px;
    font-family: "VWTextWeb-Bold";
}

.vw-price-city .delear p {
    color: #1b2236;
    font-size: 16px;
    line-height: 24px;
    font-family: "VWTextWeb-Regular";
    margin-top: 20px;
}

.vw-price-city .delear .delear-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .vw-price-city .delear .delear-wrapper {
        flex-direction: initial;
    }
}

.vw-price-city .delear .delear-wrapper .map {
    width: calc(100% - 330px);
    height: 740px;
    background: #ccc;
}

@media screen and (max-width: 767px) {
    .vw-price-city .delear .delear-wrapper .map {
        width: 100%;
        height: 400px;
    }
}

.vw-price-city .delear .delear-wrapper .dealer-list {
    width: 310px;
    height: 100%;
    overflow-y: auto;
    height: 740px;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .vw-price-city .delear .delear-wrapper .dealer-list {
        width: 100%;
        overflow-x: auto;
        margin-top: 20px;
        scroll-snap-type: x mandatory;
        display: flex;
        height: auto;
        scrollbar-width: none;
    }
}

.vw-price-city .delear .delear-wrapper .dealer-list .each {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .vw-price-city .delear .delear-wrapper .dealer-list .each {
        width: 80vw;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 20px;
        background: #fff;
        cursor: pointer;
        flex: 0 0 auto;
        margin-right: 20px;
        height: auto;
        margin-bottom: 0px;
    }
}

.vw-price-city .delear .delear-wrapper .dealer-list .each h3 {
    color: #1b2236;
    border-bottom: 1px solid #e7e8ea;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: "VWTextWeb-Bold";
    text-transform: uppercase;
}

.vw-price-city .delear .delear-wrapper .dealer-list .each p {
    border-bottom: 1px solid #e7e8ea;
    font-family: "VWTextWeb-Regular";
    padding-bottom: 10px;
    margin-top: 20px;
    position: relative;
    padding-right: 80px;
}

.vw-price-city .delear .delear-wrapper .dealer-list .each p span {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: "VWTextWeb-Bold";
    right: 0px;
    top: 0px;
}

.vw-price-city .delear .delear-wrapper .dealer-list .each .dealer-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: 20px;
    font-family: Times;
    line-height: 1;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vw-price-city .delear .delear-wrapper .dealer-list .each .dealer-stars::before {
    content: "★★★★★";
    letter-spacing: 0px;
    background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.vw-price-city .delear .delear-wrapper .dealer-list .each .dealer-stars .rating-txt {
    position: absolute;
    left: 105px;
    top: 2px;
    color: #000;
    font-size: 16px;
    font-family: "VWTextWeb-Regular";
}

.vw-price-city .delear .delear-wrapper .dealer-list .each .del-info {
    color: #293043;
    font-size: 16px;
    font-family: "VWTextWeb-Regular";
}

.slick-arrow {
    width: 50px;
    height: 50px;
    background: #22293d !important;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-arrow:hover {
    background: #22293d;
}

.slick-arrow::before {
    display: none;
}

.slick-arrow::after {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    margin-left: -9px;
}

.slick-arrow.slick-prev::after {
    transform: rotate(135deg);
    margin-left: -4px;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    z-index: 1;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #22293d;
    border-radius: 50%;
    box-sizing: border-box;
}

.slick-dots li button::before {
    content: "";
    display: none;
}

.slick-dots li.slick-active button {
    background: #fff;
    border: 2px solid #22293d;
}


/* sticky cta css */

.sticky-enquiry-btn {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
}

.sticky-enquiry-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001e50;
    color: #fff;
    font-family: "VWTextWeb-Regular";
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.sticky-enquiry-btn a:hover {
    background: #003b95;
    transform: translateY(-2px);
}


/* end */


/* sticky button css */

.vw-sticky-footer {
    position: fixed;
    bottom: -120px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 28px;
    transition: all 0.4s ease;
}

.vw-sticky-footer.show {
    bottom: 0;
}

.vw-sticky-footer-left img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.vw-sticky-footer-right {
    display: flex;
    align-items: center;
}

.vw-sticky-btn {
    background: #3ec5f5;
    color: #001e50;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.vw-sticky-btn:hover {
    background: #20b5ea;
    color: #001e50;
}


/* Mobile */

@media(max-width:768px) {
    .vw-sticky-footer {
        padding: 12px 16px;
    }
    .vw-sticky-footer-left img {
        width: 44px;
        height: 44px;
    }
    .vw-sticky-btn {
        font-size: 16px;
        padding: 14px 20px;
    }
    .vw-sticky-btn svg {
        width: 18px;
        height: 18px;
    }
}

.vw-sticky-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

@media(max-width:768px) {
    .vw-sticky-icon {
        width: 18px;
        height: 18px;
    }
}


/* end */


/* form css */

.form-error-banner,
#htmlAlert {
    color: #d0021b;
}

.input-error {
    border: 1.5px solid #d0021b !important;
    border-radius: 4px;
    /* match your existing field radius */
}

.form-success-msg {
    color: #1a7a1a;
    /* green text */
    background: #eaf6ea;
    /* light green background */
    border: 1px solid #1a7a1a;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 500;
    text-align: center;
    font-family: 'VWHeadWeb-Bold';
}

.form-error-banner {
    color: #d0021b;
    /* red text */
    background: #fdecea;
    border: 1px solid #d0021b;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
    .vw-price-city .intrested-in .intrested-in-slider .slick-prev {
        left: -16px;
    }
    .vw-price-city .intrested-in .intrested-in-slider .slick-next {
        right: -16px;
    }
}

section.container.footer-main {
    background: #f6f5f2;
}

.intrested-in .intrested-in-slider .slide h3:hover {
    color: rgb(115, 62, 1);
}