.vwob_btn,
.vwob_btn2 {
    text-decoration: none;
}

@font-face {
    font-family: VWHeadWeb-Bold;
    font-style: normal;
    font-weight: 700;
    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: 400;
    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: VWTextWeb-Light;
    font-style: normal;
    font-weight: 400;
    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: 700;
    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: 400;
    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: VWHeadWeb-Light;
    font-style: normal;
    font-weight: 400;
    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: 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: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-:before"],
[class^="icon-:before"] {
    font-family: icomoon;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-change-icon:before {
    content: "\e900";
}

.icon-tick-icon:before {
    content: "\e901";
}

.icon-edit:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-down-arrow:before {
    content: "\e904";
}

.icon-arrow-rh:before {
    content: "\e905";
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: VWHeadWeb-Regular;
}

.popup .tabs_wrapper .tabs2::-webkit-scrollbar-track,
.popup .tabs_wrapper .tabs::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.popup .tabs_wrapper .tabs2::-webkit-scrollbar,
.popup .tabs_wrapper .tabs::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.popup .tabs_wrapper .tabs2::-webkit-scrollbar-thumb,
.popup .tabs_wrapper .tabs::-webkit-scrollbar-thumb {
    background-color: #004185;
}

.popup .tabs_wrapper .tab_container .tab_content::-webkit-scrollbar-track,
.vwob_popup_inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.popup .tabs_wrapper .tab_container .tab_content::-webkit-scrollbar,
.vwob_popup_inner::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.popup .tabs_wrapper .tab_container .tab_content::-webkit-scrollbar-thumb,
.vwob_popup_inner::-webkit-scrollbar-thumb {
    background-color: #004185;
}

.vwob.bg {
    background: url("../images/banner.png") center/cover no-repeat;
    height: 100vh;
}

.vwob_wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.vwob_wrapper_center {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vwob_accessories_interested {
    padding: 30px 20px 60px;
    max-width: 1030px;
    margin: 0 auto;
}

.vwob_accessories_interested h5,
.vwob_thankyou_dealer h5 {
    font-size: 20px;
    font-family: VWTextWeb-Bold;
    text-align: center;
    margin-bottom: 10px;
}

.vwob_accessories_interested p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.vwob_accessories_interested_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.vwob_btn,
.vwob_btn.edit {
    -webkit-box-align: center;
}

.vwob_accessories_interested_items_each {
    width: calc(33.33% - 20px);
}

.vwob_accessories_interested_items_each--img img {
    max-width: 100%;
    width: 100%;
}

.vwob_accessories_interested_items_each--text {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
}

.vwob_accessories_interested--btn {
    margin-top: 50px;
    text-align: center;
}

.vwob_btn {
    height: 56px;
    border-radius: 30px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 170px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    line-height: 100%;
    cursor: pointer;
}

.vwob_btn.outline {
    color: #001e50;
    border: 1px solid #001e50;
}

.vwob_btn.edit:hover,
.vwob_btn.outline:hover {
    background: #001e50;
    color: #fff;
}

.vwob_btn.normal {
    font-size: 18px;
    color: #001e50;
    border-bottom: 1px solid #001e50;
    border-radius: 0;
    line-height: 22px;
    display: inline;
}

.vwob_btn.edit,
.vwob_btn2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.vwob_btn.solid {
    color: #fff;
    background: #001e50;
}

.vwob_btn.edit,
.vwob_btn.solid:hover {
    color: #001e50;
    border: 1px solid #001e50;
}

.vwob_btn.solid:hover {
    background: #fff;
}

.vwob_btn.edit {
    height: 34px;
    min-width: 78px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
}

.vwob_btn.edit svg {
    margin-right: 6px;
}

.vwob_btn.edit svg path,
.vwob_btn.edit svg rect {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.vwob_btn.edit:hover svg path,
.vwob_btn.edit:hover svg rect {
    fill: #ffffff;
}

.vwob_btn2 {
    height: 40px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 188px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    line-height: 100%;
}

.vwob_btn2.outline {
    color: #000;
    border: 1px solid #efefef;
}

.vwob_btn2.outline:hover {
    background: #001e50;
    color: #fff;
    border: 1px solid #001e50;
}

.vwob_btn2.solid {
    color: #fff;
    background: #2196f3;
}

.vwob_btn2.solid:hover {
    color: #2196f3;
    background: #fff;
    border: 1px solid #2196f3;
}

.overflow_hidden {
    height: 100%;
    overflow: hidden !important;
}

.popup,
.select-car {
    height: 100vh;
    width: 100%;
}

.pErrorMsg {
    text-align: center;
    margin-top: 15px;
    color: red;
}

h1,
h2 {
    text-align: center;
    color: #000;
    font-size: 30px !important;
    line-height: 30px;
    padding: 20px;
    position: relative;
}

.select-car {
    background: url("../images/Online-Booking-Banner.jpg") center/cover no-repeat;
}

.select-car h1 {
    margin: 0 !important;
}

.select-car .tabs li p span {
    padding-right: 45px;
}

.popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    padding: 150px 50px 50px;
    background: rgba(0, 0, 0, 0.7);
}

.popup .wrapper {
    max-width: 1014px;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    overflow-y: auto;
}

.popup .tabs_wrapper {
    width: 100%;
    height: calc(100% - 84px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup .tabs_wrapper .tabs,
.popup .tabs_wrapper .tabs2 {
    width: 280px;
    height: 100%;
    overflow-y: auto;
    display: inline-block;
    border-right: 1px solid #d6d6d6;
    list-style: none;
    padding: 0;
}

.carAvailability .filterWrap ul.tabUL li,
.popup .tabs_wrapper .tabs li,
.popup .tabs_wrapper .tabs2 li {
    height: 75px;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 0 40px;
    position: relative;
    color: #858585;
    list-style: none;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    cursor: pointer;
}

.popup .tabs_wrapper .tabs li:after,
.popup .tabs_wrapper .tabs2 li:after {
    font-size: 12px;
    font-family: icomoon;
    content: "\e905";
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup .tabs_wrapper .tabs li.active,
.popup .tabs_wrapper .tabs2 li.active {
    border-right: 1px solid #004185;
    color: #004185;
}

.carAvailability .filterWrap ul.tabUL li.pass,
.popup .tabs_wrapper .tabs li.pass,
.popup .tabs_wrapper .tabs2 li.pass {
    cursor: pointer;
}

.carAvailability .filterWrap ul.tabUL li.selected,
.popup .tabs_wrapper .tab_container .m-tab.active,
.popup .tabs_wrapper .tab_container .m-tab2.active,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list:hover .priceSec li,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list:hover .variant-spec span,
.popup .tabs_wrapper .tabs li.pass:hover,
.popup .tabs_wrapper .tabs2 li.pass:hover {
    color: #004185;
}

.popup .tabs_wrapper .tabs li p,
.popup .tabs_wrapper .tabs2 li p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    font-family: VWHeadWeb-Bold;
    position: relative;
}

.popup .tabs_wrapper .tabs li p span,
.popup .tabs_wrapper .tabs2 li p span {
    font-size: 14px;
    line-height: 100%;
    font-family: VWHeadWeb-Bold;
    font-weight: 700;
    display: block;
    padding-top: 6px;
}

.popup .tabs_wrapper .tab_container {
    width: calc(100% - 280px);
    display: inline-block;
}

.popup .tabs_wrapper .tab_container h3.m-tab.pass span {
    position: relative;
    display: inline-block;
}

.popup .tabs_wrapper .tab_container h3.m-tab.pass span.txt::before {
    content: "-";
    padding-right: 4px;
}

.popup .tabs_wrapper .tab_container h3.m-tab,
.popup .tabs_wrapper .tab_container h3.m-tab2 {
    display: none;
    border-top: 1px solid #d6d6d6;
    padding: 20px;
    font-size: 15px;
    line-height: 15px;
    font-family: VWHeadWeb-Bold;
    color: #858585;
    position: relative;
}

.options li:first-child,
.popup .tabs_wrapper .tab_container h3.m-tab2:first-child,
.popup .tabs_wrapper .tab_container h3.m-tab:first-child {
    border-top: none;
}

.popup .tabs_wrapper .tab_container h3.m-tab2:after,
.popup .tabs_wrapper .tab_container h3.m-tab:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    content: "\e904";
    font-family: icomoon;
    color: #858585;
    font-size: 10px;
    line-height: 10px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.popup .tabs_wrapper .tab_container h3.m-tab.active:after,
.popup .tabs_wrapper .tab_container h3.m-tab2.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #004185;
}

.popup .tabs_wrapper .tab_container .m-tab.active+.tab_content,
.popup .tabs_wrapper .tab_container .m-tab2.active+.tab_content {
    display: block;
    -webkit-animation: 0.5s ease-in-out fadeIn;
    animation: 0.5s ease-in-out fadeIn;
}

.popup .tabs_wrapper .tab_container .tab_content {
    display: none;
    height: 100%;
    overflow-y: auto;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container {
    padding: 30px 20px 0;
    overflow: hidden;
    pointer-events: none;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container.car-selected .car-model {
    opacity: 0.4;
}

.popup .tab-container ul li .tab-content .car-model.active,
.popup .tab-container ul li .tab-content .car-model:hover,
.popup .tabs_wrapper .tab_container .tab_content .car-model-container.car-selected .car-model.selected {
    opacity: 1;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container.car-selected:hover .car-model,
.popup .tabs_wrapper .tab_container .tab_content .car-model-container:hover .car-model {
    opacity: 0.4;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container.car-selected:hover .car-model .selected,
.popup .tabs_wrapper .tab_container .tab_content .car-model-container.car-selected:hover .car-model:hover,
.popup .tabs_wrapper .tab_container .tab_content .car-model-container:hover .car-model:hover {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model {
    pointer-events: auto;
    padding: 0 20px 5px;
    width: calc(33% - 25px);
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    position: relative;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model p {
    font-size: 18px;
    font-family: VWTextWeb-Bold;
    color: #000;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model p {
        font-size: 14px;
    }
}

.popup .tabs_wrapper .tab_container .tab_content .variants {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list {
    border: 2px solid #004185;
    padding: 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 #c1c1c1;
    background: #fff;
    position: relative;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list.outOfStock {
    pointer-events: none !important;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list.selected .variant-spec,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list.selected p,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list:hover .variant-spec,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list:hover p {
    opacity: 1;
    color: #004185;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list p {
    font-size: 18px;
    font-family: VWTextWeb-Regular;
    line-height: 22px;
    color: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    display: inline-block;
    padding-right: 15px;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec {
    margin-top: 20px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    margin-bottom: 15px;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span {
    display: inline-block;
    border-left: 1px solid #4a4a4a;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 0 30px;
    margin: 0 0 6px;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:first-child {
    padding-left: 0;
    border-left: none;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:last-child {
    border-right: none;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-img {
    padding: 0 10%;
}

.personal-details .pd-lh .pd-lh-car-img img,
.personal-details .selected-car-det .car-img img,
.popup .tab-container ul li .tab-content .car-model img,
.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-img img {
    width: 100%;
    display: block;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list {
    width: 100%;
    list-style: none;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 0;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list .slick-list,
ul.colorCarImages .slick-list,
ul.colorCarImages01 .slick-list {
    padding: 0 !important;
    overflow: visible;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list .slick-track,
ul.colorCarImages .slick-track,
ul.colorCarImages01 .slick-track {
    width: auto !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    display: inline-block;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li {
    display: inline-block;
    list-style: none;
    margin: 0 11px;
    position: relative;
    border-radius: 50%;
    width: 24px !important;
    height: 24px;
    cursor: pointer;
    outline: 0;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li.slick-current span,
ul.colorCarImages li.slick-current span,
ul.colorCarImages01 li.slick-current span {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    visibility: visible;
}

.popup .tab-container ul li h3.tabs.active+.tab-content,
.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li.slick-current p,
.preferred-dealer .delear-name.active+ul,
ul.colorCarImages li.slick-current p,
ul.colorCarImages01 li.slick-current p {
    display: block;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li span,
ul.colorCarImages li span,
ul.colorCarImages01 li span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li p,
ul.colorCarImages li p,
ul.colorCarImages01 li p {
    font-size: 12px;
    font-family: VWTextWeb-Regular;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    white-space: pre;
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder {
    margin-top: 20px;
    padding-right: 50px;
    text-align: right;
    margin-bottom: 20px;
}

.popup .tab-container,
.vwob_thankyou_banner img {
    width: 100%;
}

.popup .tab-container ul {
    list-style: none;
    position: relative;
    padding-left: 30%;
}

.popup .tab-container ul li {
    list-style: none;
    display: block;
}

.popup .tab-container ul li h3.tabs {
    text-align: left;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 40px;
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.popup .tab-container ul li .tab-content {
    display: none;
    min-height: 200px;
    overflow: hidden;
}

.popup .tab-container ul li .tab-content .car-model {
    width: 33.33%;
    float: left;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
}

.popup .tab-container ul li .tab-content .car-model p {
    font-size: 18px;
    font-family: VWTextWeb-Regular;
    color: #000;
    margin-top: 10px;
}

.personal-details {
    width: 100%;
    background: #fff;
    padding: 100px 50px 0;
    position: relative;
}

.personal-details .pd-lh {
    display: inline-block;
    width: calc(55% - 10px);
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.personal-details .pd-lh .pd-lh-car-img {
    width: 100%;
    position: relative;
}

.personal-details .pd-lh .pd-lh-car-img .change-car-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    border-radius: 20px;
    border: 1px solid #efefef;
    background: #fcfcfc;
    cursor: pointer;
    font-size: 12px;
    font-family: VWTextWeb-Regular;
    color: #0d0d0d;
    padding: 11px 15px 11px 50px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.personal-details .pd-lh .pd-lh-car-img .change-car-btn:before {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    font-family: icomoon;
    content: "\e900";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#proceedPayment .vwob_popup_inner_text .rev-sel .edit-btn:hover,
.personal-details .pd-lh .pd-lh-car-img .change-car-btn:hover {
    background: #004185;
    color: #fff;
}

.personal-details .pd-lh .car-spec-det {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.personal-details .pd-lh .cta-holder {
    text-align: center;
    margin: 30px 0;
}

.personal-details .pd-lh .cta-holder .vwob_btn2 {
    margin: 10px 15px;
}

.personal-details .pd-rh {
    display: inline-block;
    width: 45%;
    border-left: 1px solid #d6d6d6;
    padding-left: 80px;
}

@media only screen and (max-width: 1100px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model {
        width: calc(50% - 25px) !important;
        margin: 0 10px;
    }
    .personal-details {
        padding: 100px 30px 0;
    }
    .personal-details .pd-rh {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .popup .tabs_wrapper .tabs,
    .popup .tabs_wrapper .tabs2 {
        width: 240px;
    }
    .popup .tabs_wrapper .tabs li,
    .popup .tabs_wrapper .tabs2 li {
        padding: 0 0 0 25px;
    }
    .popup .tabs_wrapper .tabs li:after,
    .popup .tabs_wrapper .tabs2 li:after {
        right: 20px;
    }
    .popup .tabs_wrapper .tabs li p span,
    .popup .tabs_wrapper .tabs2 li p span {
        font-size: 12px;
    }
    .popup .tabs_wrapper .tab_container {
        width: calc(100% - 240px);
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants {
        padding-top: 0;
        padding-left: 30px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span {
        padding: 0 30px;
        margin: 6px 0;
    }
    .personal-details .pd-lh {
        width: 100%;
        padding-bottom: 0;
        position: initial;
        top: initial;
    }
    .personal-details .pd-rh {
        width: 100%;
        padding: 0 20px;
        border: none;
    }
}

.personal-details .pd-rh .form-container {
    width: 100%;
    padding-bottom: 40px;
}

.personal-details .pd-rh .form-container h2 {
    border: none;
    margin-top: 10px;
    padding: 0;
}

#plcBookingAmount,
h2.select-det-head {
    margin-top: 50px !important;
}

.personal-details .pd-rh .form-container .text-box-btm-txt {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-details .pd-rh .form-container .text-box-btm-txt .booking-amoutn-txt {
    font-size: 12px;
    color: #000;
    line-height: 12px;
    font-family: VWTextWeb-Regular;
    padding-right: 20px;
    float: left;
    margin: 15px 0;
}

.personal-details .pd-rh .form-container .text-box-btm-txt .exShowroom-txt {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-family: VWTextWeb-Regular;
    font-weight: 700;
    float: left;
    margin-top: 15px;
}

.personal-details .pd-rh .form-container .text-box {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.personal-details .pd-rh .form-container .select-box,
.select {
    position: relative;
    margin-top: 40px;
}

.personal-details .pd-rh .form-container .text-box.input-filled label,
.personal-details .pd-rh .form-container .text-box.onfocus label {
    opacity: 0;
    left: 0;
    opacity: 1;
}

.personal-details .pd-rh .form-container .text-box input,
.personal-details .pd-rh .form-container .text-box textarea {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    height: 45px;
    font-size: 18px;
    color: #000;
    font-family: VWTextWeb-Regular;
    outline: 0;
    position: relative;
}

.personal-details .pd-rh .form-container .text-box label {
    left: 0;
    color: #000;
    outline: 0;
    line-height: 18px;
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out;
}

.personal-details .pd-rh .form-container .select-box:after,
.preferred-dealer .delear-name:before {
    content: "\e904";
    font-size: 9px;
    font-family: icomoon;
    color: #000;
    position: absolute;
}

.personal-details .pd-rh .form-container .select-box select {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    font-family: VWTextWeb-Regular;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.personal-details .pd-rh .form-container .select-box select option {
    background-color: #fff;
    font-family: VWTextWeb-Regular;
}

.personal-details .pd-rh .form-container .cta-holder-ca .vwob_btn,
.personal-details .pd-rh .form-container .vwob_btn {
    width: 100%;
    outline: 0;
    background: #f8f8f8;
    color: #a3a3a3;
    border: none;
    cursor: default;
}

.personal-details .pd-rh .form-container .cta-holder-ca .vwob_btn.vwob_popup_open,
.personal-details .pd-rh .form-container .vwob_btn.vwob_popup_open {
    cursor: pointer;
    background: #004185;
    color: #fff;
}

.personal-details .selected-car-det {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    padding: 10px 50px;
    overflow: hidden;
    z-index: 10;
}

.personal-details .selected-car-det .car-img {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

.personal-details .selected-car-det .car-sel-txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.personal-details .selected-car-det .car-sel-txt p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: VWHeadWeb-Bold;
}

.personal-details .selected-car-det .car-sel-txt p:last-child {
    margin-top: 5px;
}

.personal-details .selected-car-det .more-det {
    border: 1px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 15px;
    font-size: 14px;
    font-family: VWTextWeb-Regular;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -20px;
    background: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.personal-details .selected-car-det .more-det:hover {
    background: #fff;
    color: #000;
}

.personal-details .selected-car-det .more-det:hover:after {
    border: 1px solid #000;
    color: #000;
}

.personal-details .selected-car-det .more-det:after {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 3px;
    border-radius: 50%;
    border: 1px solid #fff;
    content: "\e904";
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 7px;
    font-family: icomoon;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid #d6d6d6;
    height: 45px;
    font-size: 18px;
    color: #000;
    font-family: VWTextWeb-Regular;
}

.options,
.preferred-dealer ul {
    border: 1px solid #d6d6d6;
    display: none;
    list-style: none;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    font-size: 18px;
}

.styledSelect:after {
    content: "*";
    color: red;
    display: inline;
}

.selectBoxWrap .select-box:after,
.styledSelect:before {
    content: "\e904";
    font-size: 9px;
    font-family: icomoon;
    color: #000;
    position: absolute;
    top: 20px;
    right: 0;
}

.preferred-dealer ul li a,
.specification-txt,
.terms-con {
    font-family: VWTextWeb-Regular;
}

.options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #d6d6d6;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background: #fff;
    font-size: 18px;
}

.options li:hover {
    background-color: #39f;
    color: #fff;
}

.preferred-dealer {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}

.tabContentWrapper .captionDiv .cta-holder,
.terms-con,
.vwob_popup.address .vwob_popup_inner_text_each_btn {
    margin-top: 20px;
}

.preferred-dealer .delear-name {
    font-size: 18px;
    font-family: VWTextWeb-Regular;
    height: 45px;
    cursor: pointer;
}

.preferred-dealer ul {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: none;
}

.preferred-dealer ul li {
    border-bottom: 1px solid #d6d6d6;
    list-style: none;
    position: relative;
    color: #000;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.preferred-dealer ul li.active,
.preferred-dealer ul li:hover {
    background: #00b0f0;
    color: #fff;
}

.preferred-dealer ul li.active a,
.preferred-dealer ul li:hover a {
    border: 1px solid #fff;
    color: #fff;
}

.preferred-dealer ul li .del-det {
    width: 100%;
    padding: 20px 50px 20px 20px;
    cursor: pointer;
}

.preferred-dealer ul li a {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    right: 15px;
    font-size: 9px;
    border: 1px solid #000;
    color: #000;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
}

.terms-con {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.terms-con input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.tab_content,
.terms-con label {
    position: relative;
}

.terms-con input:checked+.spanCheckbox {
    background-color: #004185;
    border: 1px solid #004185;
}

.terms-con .spanCheckbox {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.terms-con .spanCheckbox:before {
    content: "\e901";
    font-family: icomoon;
    font-size: 8px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    display: block;
}

.terms-con .spanCheckbox.checked {
    background-color: #2196f3;
}

.terms-con .error {
    position: absolute;
    top: 25px;
    left: 0;
}

.terms-con label {
    padding-left: 30px;
    z-index: 0;
    cursor: pointer;
    display: inline-block;
}

.terms-con a {
    display: inline-block;
    cursor: pointer;
    color: #004185;
    text-decoration: underline;
}

div.error,
span.error {
    color: red;
}

#proceedPayment .cta-holder {
    overflow: hidden;
    text-align: center;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
}

#proceedPayment .cta-holder .vwob_btn {
    min-width: 240px;
}

.specification-txt {
    width: 100%;
    padding: 40px;
    font-size: 18px;
    color: #000;
}

.specification-txt table td,
.specification-txt table th {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.specification-txt p {
    padding: 20px 0 0 20px;
    font-size: 13px;
}

.vwob_popup.address .vwob_popup_inner_text_each,
div.error {
    padding-bottom: 30px;
}

div.error,
span.error {
    font-size: 12px;
    font-family: VWTextWeb-Regular;
}

#proceedPayment .vwob_popup_inner_text {
    padding: 40px 8% 40px 0;
}

#proceedPayment .vwob_popup_inner_text .rev-sel {
    position: relative;
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    padding-left: 8%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1100px) {
    .personal-details .pd-rh .form-container h2 {
        margin-top: 0;
    }
    .personal-details .pd-rh .form-container .select-box,
    .personal-details .pd-rh .form-container .text-box {
        margin-top: 30px;
    }
    #proceedPayment .vwob_popup_inner_text {
        padding: 30px 30px 30px 0;
    }
    #proceedPayment .vwob_popup_inner_text .rev-sel {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .personal-details .pd-lh .pd-lh-car-img .change-car-btn {
        top: 20px;
        right: 20px;
    }
    #proceedPayment .vwob_popup_inner_text .rev-sel {
        width: 100%;
        margin-bottom: 30px;
    }
}

#proceedPayment .vwob_popup_inner_text .rev-sel h3 {
    font-size: 18px;
    font-family: VWHeadWeb-Bold;
    font-weight: 400;
    padding-bottom: 10px;
}

#proceedPayment .vwob_popup_inner_text .rev-sel p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    overflow: hidden;
    font-family: VWTextWeb-Regular;
    padding-bottom: 0;
}

#proceedPayment .vwob_popup_inner_text .rev-sel p span {
    float: left;
}

#proceedPayment .vwob_popup_inner_text .rev-sel p span:first-child {
    width: 30%;
}

#proceedPayment .vwob_popup_inner_text .rev-sel p span:last-child {
    width: 70%;
}

#proceedPayment .vwob_popup_inner_text .rev-sel .edit-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    border: 1px solid #004185;
    font-size: 12px;
    font-family: VWTextWeb-Regular;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    background: #fff;
    color: #004185;
    height: 34px;
    line-height: 12px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#proceedPayment .vwob_popup_inner_text .rev-sel .edit-btn:before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e902";
    font-family: icomoon;
}

div.error {
    text-align: center;
}

#hdDealerColourCA-error {
    margin-bottom: 0;
}

#selDealerCA-error {
    float: left;
    margin-top: 10px;
}

#formDealerCA .selectBoxWrap {
    margin-bottom: 10px;
}

.dealer-bottom-txt {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    background: 0 0;
    text-indent: 1000px;
    overflow: hidden;
    margin-top: -15px;
    text-align: center;
    cursor: pointer;
}

button.slick-arrow:before {
    font-size: 15px;
    font-family: icomoon;
    line-height: 30px;
    content: "\e905";
    color: #004185;
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3px;
}

button.slick-prev.slick-arrow {
    left: 20px;
}

button.slick-prev.slick-arrow::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

button.slick-next.slick-arrow {
    right: 20px;
}

.slick-slide {
    outline: 0;
}

.carLoader {
    position: absolute;
    z-index: 99;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carLoader img {
    max-width: 40px;
}

.cessCopy,
.rlineCopy {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    opacity: 0.8;
    display: none;
    margin: 10px;
    line-height: 16px;
}

.tiguanWaitingCopy {
    font-size: 12px;
    text-align: left;
    opacity: 0.8;
    display: none;
    line-height: 18px;
}

@media only screen and (max-width: 480px) {
    .tiguanWaitingCopy {
        padding: 0 20px 20px;
    }
}

.vwob_popup {
    position: fixed;
    z-index: -99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .popup {
        padding: 112px 20px 20px;
    }
    #proceedPayment .cta-holder {
        margin-top: 20px;
        padding-left: 30px;
    }
    #proceedPayment .cta-holder .vwob_btn {
        float: none;
    }
    .vwob_popup {
        padding: 50px 30px;
    }
}

.vwob_popup.in {
    opacity: 1;
    z-index: 999;
}

.vwob_popup.address .vwob_popup_inner {
    max-width: 578px;
    height: auto;
}

.vwob_popup.address .vwob_popup_inner--title {
    border: none;
    height: auto;
}

.vwob_popup.address .vwob_popup_inner .address_km {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}

.vwob_popup.address .vwob_popup_inner_text_each:last-child {
    padding-bottom: 0;
}

.vwob_popup.address .vwob_popup_inner_text_each--title {
    font-size: 20px;
    line-height: 24px;
    font-family: VWTextWeb-Bold;
    margin-bottom: 6px;
}

.vwob_popup.address .vwob_popup_inner_text_each_copy {
    font-size: 18px;
    line-height: 24px;
    color: #4b4b4b;
}

.vwob_popup.address .vwob_popup_inner_text_each_copy_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
    color: #000;
}

.vwob_popup.address .vwob_popup_inner_text_each_copy_link img {
    margin-right: 10px;
}

.vwob_popup_inner {
    max-width: 1014px;
    background: #fff;
    overflow-y: auto;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vwob_popup_inner--title {
    font-size: 30px;
    line-height: 30px;
    font-family: VWTextWeb-Bold;
    text-align: center;
    height: 84px;
    border-bottom: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.vwob_popup_inner--close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.vwob_popup_inner_text {
    padding: 35px 80px;
    word-break: break-word;
}

.vwob_popup_inner_text p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.vwob_popup_inner_text p.taigunSquadCopy {
    padding-left: 8%;
}

.vwob_popup_inner_text b,
.vwob_popup_inner_text strong {
    font-family: VWTextWeb-Bold;
}

.vwob_thankyou {
    padding-top: 60px;
}

.vwob_thankyou_banner {
    margin-top: 44px;
}

.vwob_thankyou_text {
    text-align: center;
    padding: 20px;
}

.vwob_thankyou_text h1,
.vwob_thankyou_text h4 {
    color: #001e50;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: VWTextWeb-Bold;
}

.vwob_thankyou_text p {
    font-size: 18px;
    line-height: 30px;
}

.vwob_thankyou_dealer {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.vwob_thankyou_dealer p {
    font-size: 18px;
    line-height: 24px;
}

.vwob_thankyou_dealer_links {
    margin-top: 10px;
}

.vwob_thankyou_dealer_links a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin: 0 6px;
}

.vwob_thankyou_dealer_links a img {
    margin-right: 8px;
}

.vwob_payment_failed {
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
}

.vwob_payment_failed--icon {
    margin-bottom: 20px;
}

.vwob_payment_failed--icon img {
    max-width: 150px;
}

.vwob_payment_failed--text h1,
.vwob_payment_failed--text h4 {
    color: #001e50;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: VWTextWeb-Bold;
}

@media only screen and (max-width: 767px) {
    .vwob_accessories_interested h5,
    .vwob_thankyou_dealer h5 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .vwob_accessories_interested p,
    .vwob_btn.normal,
    .vwob_thankyou_dealer p,
    .vwob_thankyou_text p {
        font-size: 14px;
        line-height: 18px;
    }
    .vwob_accessories_interested_items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .vwob_accessories_interested_items_each {
        min-width: 80%;
        margin-right: 20px;
    }
    .vwob_accessories_interested_items_each--text {
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
    }
    .vwob_accessories_interested--btn {
        margin-top: 30px;
    }
    .vwob_btn2 {
        min-width: 155px;
    }
    h1,
    h2 {
        font-size: 20px !important;
        line-height: 20px;
    }
    .popup {
        padding: 95px 10px 10px;
        overflow-y: auto;
    }
    .popup .tabs_wrapper {
        overflow: auto;
    }
    .popup .tabs_wrapper .tabs,
    .popup .tabs_wrapper .tabs2 {
        display: none;
    }
    #proceedPayment .cta-holder .vwob_btn,
    .personal-details .pd-rh .form-container .text-box-btm-txt .exShowroom-txt,
    .popup .tabs_wrapper .tab_container,
    .popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder .vwob_btn {
        width: 100%;
    }
    .personal-details .pd-rh .form-container .text-box-btm-txt,
    .popup .tabs_wrapper .tab_container h3.m-tab,
    .popup .tabs_wrapper .tab_container h3.m-tab2 {
        display: block;
    }
    .popup .tabs_wrapper .tab_container h3.m-tab2:after,
    .popup .tabs_wrapper .tab_container h3.m-tab:after {
        font-size: 8px;
        line-height: 8px;
        margin-top: -4px;
    }
    .popup .tabs_wrapper .tab_container .m-tab.active+.tab_content,
    .popup .tabs_wrapper .tab_container .m-tab2.active+.tab_content {
        max-height: 70vh;
        height: auto;
        margin-bottom: 20px;
        overflow-y: auto;
    }
    .popup .tabs_wrapper .tab_container .tab_content {
        display: block;
        -webkit-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }
    .popup .tabs_wrapper .tab_container .tab_content .car-model-container {
        padding: 0 10px 20px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants {
        padding: 20px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list p {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 0 0;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec {
        margin-top: 10px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span {
        font-size: 12px;
        line-height: 16px;
        padding: 0 8px;
        margin: 6px 0;
    }
    .popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list li {
        margin: 0 8px;
        width: 16px !important;
        height: 16px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder {
        margin-top: 10px;
        text-align: center;
        border-top: 1px solid #d6d6d6;
        padding: 20px 20px 0;
    }
    .personal-details {
        padding: 86px 0 0;
    }
    .personal-details .pd-lh .pd-lh-car-img .change-car-btn {
        font-size: 10px;
        padding: 10px 10px 10px 40px;
    }
    .personal-details .pd-lh .pd-lh-car-img .change-car-btn:before {
        left: 10px;
        font-size: 14px;
    }
    .personal-details .pd-lh .car-spec-det {
        font-size: 14px;
        padding: 0 20px;
    }
    .personal-details .pd-lh .cta-holder {
        margin: 20px 0 0;
    }
    .personal-details .pd-lh .cta-holder .vwob_btn2 {
        margin: 10px 5px;
    }
    .personal-details .pd-rh .form-container .text-box-btm-txt .booking-amoutn-txt {
        width: 100%;
        padding-right: 0;
    }
    .personal-details .pd-rh .form-container .select-box,
    .personal-details .pd-rh .form-container .text-box,
    .preferred-dealer {
        margin-top: 20px;
    }
    .personal-details .pd-rh .form-container .text-box input,
    .personal-details .pd-rh .form-container .text-box textarea {
        font-size: 14px;
        height: 35px;
    }
    .personal-details .pd-rh .form-container .text-box textarea {
        height: 80px;
    }
    .personal-details .pd-rh .form-container .text-box label {
        font-size: 14px;
        top: 6px;
    }
    .personal-details .pd-rh .form-container .select-box:after {
        font-size: 8px;
        top: 15px;
    }
    .personal-details .pd-rh .form-container .select-box select {
        height: 35px;
        font-size: 14px;
    }
    .select {
        height: 35px;
        margin-top: 20px;
    }
    .styledSelect {
        font-size: 14px;
        padding: 5px 0;
    }
    .styledSelect:before {
        font-size: 8px;
        top: 12px;
    }
    .preferred-dealer .delear-name {
        font-size: 14px;
        padding: 5px 0 0;
        height: 35px;
    }
    .preferred-dealer .delear-name:before {
        font-size: 8px;
        top: 14px;
    }
    .terms-con {
        font-size: 12px;
    }
    .specification-txt {
        padding: 20px 10px;
        font-size: 14px;
    }
    #proceedPayment .vwob_popup_inner_text .rev-sel p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }
    #proceedPayment .vwob_popup_inner_text .rev-sel .edit-btn {
        height: 28px;
        padding: 6px 10px 6px 30px;
    }
    button.slick-prev.slick-arrow {
        left: 10px;
    }
    button.slick-next.slick-arrow {
        right: 10px;
    }
    .vwob_popup {
        padding: 30px 10px;
    }
    .vwob_popup.address .vwob_popup_inner .address_km {
        font-size: 14px;
    }
    .vwob_popup.address .vwob_popup_inner_text_each {
        padding-bottom: 20px;
    }
    .vwob_popup.address .vwob_popup_inner_text_each--title {
        font-size: 15px;
        height: 18px;
    }
    .vwob_popup.address .vwob_popup_inner_text_each_copy {
        font-size: 14px;
    }
    .vwob_popup_inner--title {
        font-size: 20px;
        height: 70px;
    }
    .vwob_popup_inner--close img {
        width: 30px;
    }
    .vwob_popup_inner_text {
        padding: 25px;
    }
    .vwob_popup_inner_text p {
        font-size: 14px;
        line-height: 28px;
    }
    .vwob_thankyou {
        padding-top: 40px;
    }
    .vwob_payment_failed--text h1,
    .vwob_payment_failed--text h4,
    .vwob_thankyou_text h1,
    .vwob_thankyou_text h4 {
        font-size: 20px;
    }
    .vwob_thankyou_dealer_links a {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6px;
    }
}

.vwob_payment_failed--text p {
    font-size: 18px;
    line-height: 30px;
}

.vwob_payment_failed--btn {
    margin-top: 40px;
}

.vwob_payment_failed--btn a {
    margin: 0 10px;
    padding: 0 30px;
}

.personal-details .pd-rh .form-container .cta-holder-ca {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.popupWrapper {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 50px;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 555;
}

.carAvailability {
    max-width: 1014px;
    width: calc(100% - 100px);
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px -4px #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carAvailability .topDesc {
    width: 96%;
    float: left;
    text-align: center;
    padding: 0 0 25px;
}

.carAvailability .topDesc h2 {
    color: #ff335c;
    font-size: 24px !important;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px;
    font-family: VWHeadWeb-Regular;
}

.popupWrapper .carAvailability {
    padding: 40px;
}

.popupWrapper .carAvailability .topDesc h2 {
    color: #001e50;
}

.thankYouCA .carAvailability .topDesc h2 {
    color: #000;
    padding-bottom: 50px;
}

.carAvailability .topDesc p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: VWHeadWeb-Regular;
}

.carAvailability .filterWrap,
.exploreVariant,
.exploreVariant .img,
.exploreVariant .img img,
.tabContentWrapper .cta-holder,
ul.sliderCarImages li,
ul.sliderCarImages li img,
ul.sliderCarImages01 li,
ul.sliderCarImages01 li img {
    width: 100%;
    float: left;
}

.carAvailability .filterWrap ul.tabUL {
    width: 280px;
    height: 100%;
    overflow-y: auto;
    float: left;
    list-style: none;
    padding: 0;
}

.carAvailability .filterWrap ul.tabUL li.deactivate {
    background-color: #ccc;
    cursor: not-allowed;
}

.carAvailability .filterWrap ul.tabUL li:after {
    font-size: 12px;
    font-family: icomoon;
    content: "\e905";
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 2px 0 0;
}

.carAvailability .filterWrap ul.tabUL li p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    font-family: VWHeadWeb-Regular;
    position: relative;
}

.carAvailability .filterWrap ul.tabUL li.selected p {
    color: #004185;
    font-family: VWHeadWeb-Bold;
}

.carAvailability .filterWrap .tab_container_right {
    width: calc(100% - 280px);
    float: left;
}

.carAvailability .tab_container_right .tabContentWrapper {
    width: 100%;
    float: left;
    display: none;
}

.accordionUL .tabData,
.carAvailability .tab_container_right h3.mTab,
.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:last-child:after {
    display: none;
}

ul.sliderCarImages,
ul.sliderCarImages01 {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 10%;
    margin: 0;
}

ul.colorCarImages,
ul.colorCarImages01 {
    width: 100%;
    list-style: none;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 0;
    float: left;
}

ul.colorCarImages li,
ul.colorCarImages01 li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    position: relative;
    border-radius: 50%;
    width: 24px !important;
    height: 24px;
    cursor: pointer;
    outline: 0;
}

.tabContentWrapper h4 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
    width: 100%;
    float: left;
    color: #000;
    font-family: VWHeadWeb-Light;
}

.personal-details .pd-rh .form-container .cta-holder-ca .vwob_btn,
.tabContentWrapper .cta-holder a {
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center;
    line-height: 56px;
    border: 1px solid #001e50;
}

.hide {
    display: none !important;
}

.exploreVariant .img {
    padding: 0 20%;
}

.selectBoxWrap {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 40px;
    padding: 0 10%;
}

.selectBoxWrap .select-box {
    position: relative;
    margin: 15px 0;
}

p.smallDesc {
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
}

.carAvailabilityPopup .captionDiv {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}

.tabContentWrapper .captionDiv h4 {
    text-align: left;
    line-height: normal;
}

.carAvailabilityPopup .captionDiv p {
    width: 100%;
    float: left;
    font-size: 16px;
}

.selectBoxWrap .select-box select {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    height: 45px;
    font-size: 18px;
    color: #000;
    font-family: VWTextWeb-Regular;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.accordionUL .tabData p,
.selectBoxWrap .select-box select option {
    padding: 10px;
}

.popupWrapper a.closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    text-indent: -99px;
}

.popupWrapper a.closeBtn:after,
.popupWrapper a.closeBtn:before {
    width: 20px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #000;
    transition: 0.5s;
}

.popupWrapper a.closeBtn:before {
    width: 1px;
    height: 20px;
}

.popupWrapper a.closeBtn:hover:after,
.popupWrapper a.closeBtn:hover:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

@media only screen and (max-width: 1366px) {
    .tabContentWrapper h4 {
        font-size: 20px;
    }
    .carAvailability .filterWrap ul.tabUL li p {
        font-size: 16px;
    }
    .carAvailability .filterWrap ul.tabUL li {
        padding: 0 0 0 20px;
    }
    .carAvailability .filterWrap ul.tabUL {
        width: 240px;
    }
    .carAvailability .filterWrap .tab_container_right {
        width: calc(100% - 240px);
    }
    .carAvailability .topDesc h2 {
        font-size: 24px !important;
        line-height: 28px;
    }
    ul.colorCarImages li,
    ul.colorCarImages01 li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .vwob_payment_failed--text p {
        font-size: 14px;
        line-height: 18px;
    }
    .vwob_payment_failed--btn a {
        margin: 10px;
        width: 75%;
    }
    .popupWrapper .carAvailability {
        padding: 30px;
    }
    .selectBoxWrap .select-box:after {
        font-size: 8px;
        top: 15px;
    }
    .selectBoxWrap .select-box select {
        height: 35px;
        font-size: 14px;
    }
    .carAvailability {
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
    .carAvailability .filterWrap ul.tabUL {
        display: none;
    }
    .carAvailability .filterWrap .tab_container_right {
        width: 100%;
    }
    .carAvailability .tab_container_right .tabContentWrapper {
        padding: 0 0 40px;
    }
    .carAvailability .tab_container_right h3.mTab {
        display: block;
        border-top: 1px solid #d6d6d6;
        padding: 20px;
        font-size: 15px;
        line-height: 15px;
        font-family: VWHeadWeb-Bold;
        color: #858585;
        position: relative;
        width: 100%;
        float: left;
    }
    .carAvailability .tab_container_right h3.mTab:after {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -5px;
        content: "\e904";
        font-family: icomoon;
        color: #858585;
        font-size: 10px;
        line-height: 10px;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    .carAvailability .tab_container_right h3.mTab.active {
        color: #004185;
    }
    .carAvailability .tab_container_right h3.mTab.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #004185;
    }
    .carAvailability .topDesc h2 {
        font-size: 20px !important;
        line-height: 24px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.disable {
    position: relative;
    color: #fefefe;
    pointer-events: none;
    cursor: pointer;
}

.disable:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 3px solid #fefefe;
    border-radius: 50%;
    border-top: 3px solid #858585;
    width: 28px;
    height: 28px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    margin: auto;
}

.carAvailabilityPopup .exShowroom-txt {
    font-size: 14px;
    color: #000;
    font-family: VWTextWeb-Regular;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}

.accordionUL li h3 {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

ul.accordionUL,
ul.accordionUL li {
    padding: 0;
    margin: 0;
}

ul.accordionUL li h3:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    padding: 5px;
    border: 1px solid #15151d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.accordionUL li h3.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

ul.accordionUL {
    list-style: none;
}

.exc_offer_note {
    background-color: #01b0f0;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 5px 30px;
    position: relative;
}

.exc_offer_note::before {
    content: "";
    position: absolute;
    left: 5px;
    background: url(../images/exc_offer_icon.jpg) center no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
    .popupWrapper {
        padding: 100px 20px;
    }
    .carAvailability {
        width: calc(100% - 40px);
    }
    .carAvailability .topDesc h2 {
        font-size: 16px !important;
        line-height: 22px;
    }
    .carAvailability .topDesc p {
        font-size: 14px;
        line-height: 16px;
    }
    .tabContentWrapper h4 {
        font-size: 16px;
        margin: 10px 0;
    }
    .tabContentWrapper .cta-holder a {
        height: 45px;
        line-height: 45px;
        width: 100%;
        min-width: auto;
    }
    .selectBoxWrap {
        padding: 0 5%;
    }
    .carAvailability .tab_container_right h3.mTab {
        padding: 20px 20px 20px 0;
    }
    .carAvailabilityPopup .captionDiv p {
        font-size: 14px;
    }
    .accordionUL li h3 {
        padding: 10px 0;
        font-size: 16px;
    }
    ul.accordionUL li h3:after {
        padding: 3px;
    }
    .exc_offer_note {
        font-size: 14px;
        padding: 5px 10px 5px 25px;
        display: table;
        margin: 5px 0 0;
    }
    .exc_offer_note::before {
        width: 14px;
        height: 14px;
        background-size: 100%;
    }
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list.leftstyle {
    float: left;
    width: 65%;
    padding-top: 10px;
}

@media screen and (min-width: 1200px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list.leftstyle {
        margin-left: 1rem;
    }
}

.popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder.rgtstyle {
    float: right;
    margin-top: 0;
}

.tiguanWaitingCopy {
    float: left;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-color .car-color-list.leftstyle {
        width: 100%;
        float: none;
    }
    .popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder.rgtstyle {
        float: none;
    }
}

@media only screen and (max-width: 600px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-color .cta-holder.rgtstyle a {
        width: auto;
    }
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span {
    position: relative;
    border: none;
    vertical-align: middle;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:after {
    width: 1px;
    height: 20px;
    content: "";
    background: #4a4a4a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:last-child {
    width: calc(100% - 410px);
}

.priceSec {
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    width: calc(100% - 30px);
}

.priceSec li {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.priceSec li+li:before {
    width: 1px;
    height: 20px;
    content: "";
    background: #4a4a4a;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.backgroun-bg {
    width: 100%;
    height: 75%;
    position: absolute;
    z-index: 0;
    background: red;
    left: 0;
    top: 0;
}

.clear-next {
    clear: both;
}

@media only screen and (max-width: 750px) {
    .popup .tabs_wrapper .tab_container .tab_content .car-model-container .car-model {
        padding: 0 10px;
    }
    .clear-next {
        display: none;
    }
}

.ribbon {
    width: 66px;
    height: 61px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 6px solid #000;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 130px;
    padding: 7px 0;
    background-color: #004185;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -11px;
    right: -13px;
}

.ribbon-top-right::after,
.ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 3px;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 2px;
}

.ribbon-top-right span {
    left: -22px;
    top: 6px;
    transform: rotate(45deg);
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .ribbon-top-right {
    top: -13px;
    right: -13px;
}

@media only screen and (max-width: 767px) {
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list .variant-spec span:last-child {
        width: initial;
    }
    .priceSec {
        gap: 20px;
        width: 100%;
    }
    .priceSec li {
        font-size: 12px;
        line-height: 16px;
    }
    .priceSec li+li:before {
        left: -11px;
    }
    .popup .tabs_wrapper .tab_container .tab_content .car-model-container {
        padding-top: 20px;
    }
}

.ribbonBooking {
    --ribbon-color-1: rgb(76, 199, 244);
    --ribbon-color-2: #000000;
    --ribbon-color-3: rgb(76, 199, 244);
    height: 40px;
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.ribbonBooking .body {
    padding: 5px 15px;
    color: #fff;
    white-space: nowrap;
    background: var(--ribbon-color-1);
    font-size: 12px;
}

.ribbonBooking .block:first-child,
.ribbonBooking .block:nth-child(2) {
    position: absolute;
    z-index: 1;
    bottom: 14%;
    width: 1rem;
    height: 16%;
    background: var(--ribbon-color-2);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.ribbonBooking .block:first-child {
    left: 0;
}

.ribbonBooking .block:nth-child(2) {
    right: 0;
    transform: scaleX(-1);
}

.ribbonBooking .block:nth-child(3),
.ribbonBooking .block:nth-child(4) {
    position: absolute;
    z-index: 0;
    top: 20%;
    width: 2rem;
    height: 65%;
    background: var(--ribbon-color-3);
    -webkit-clip-path: polygon(0 0, 25% 50%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 25% 50%, 0 100%, 100% 100%, 100% 0);
}

.ribbonBooking .block:nth-child(3) {
    left: -1rem;
}

.ribbonBooking .block:nth-child(4) {
    right: -1rem;
    transform: scaleX(-1);
}

@media screen and (max-width: 749px) {
    .ribbonBooking .body {
        font-size: 8px;
    }
    .ribbonBooking .block:first-child,
    .ribbonBooking .block:nth-child(2) {
        bottom: 30%;
        width: 1rem;
        height: 15%;
    }
    .ribbonBooking .block:nth-child(3),
    .ribbonBooking .block:nth-child(4) {
        top: 15%;
        width: 2rem;
        height: 50%;
    }
    .ribbon3 {
        width: 90px !important;
        height: 20px !important;
        line-height: 20px !important;
        padding-left: 0 !important;
        position: absolute !important;
        left: -15% !important;
        top: 10px !important;
        font-size: 10px !important;
    }
    .ribbon3:after {
        right: -16% !important;
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
        border-left: 15px solid #4cc7f4 !important;
    }
    .ribbonSide.variantsComp span.ribbon3 {
        padding-left: 20px !important;
        left: -10% !important;
        top: -20% !important;
    }
    .popup .tabs_wrapper .tab_container .tab_content .variants .variant-list span.launchDate {
        font-size: 13px !important;
    }
    p.RLineHead {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    .ribbonBooking .body {
        font-size: 8px;
    }
    .ribbonBooking .block:first-child,
    .ribbonBooking .block:nth-child(2) {
        bottom: 30%;
        width: 1rem;
        height: 15%;
    }
    .ribbonBooking .block:nth-child(3),
    .ribbonBooking .block:nth-child(4) {
        top: 15%;
        width: 2rem;
        height: 50%;
    }
    .ribbon3 {
        width: 90px !important;
        height: 20px !important;
        line-height: 20px !important;
        padding-left: 0 !important;
        position: absolute !important;
        left: -25% !important;
        top: 8px !important;
        font-size: 10px !important;
    }
    .ribbon3:after {
        right: -16% !important;
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
        border-left: 15px solid #4cc7f4 !important;
    }
    .ribbonSide.variantsComp span.ribbon3 {
        padding-left: 20px !important;
        left: -9.5% !important;
        top: -25% !important;
    }
}

.ribbon3 {
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding-left: 0;
    position: absolute;
    left: -12%;
    top: 10px;
    background: #4cc7f4;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}

.ribbon3:after,
.ribbon3:before {
    content: "";
    position: absolute;
}

.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid #000;
    border-left: 9px solid transparent;
}

.ribbon3:after {
    height: 0;
    width: 0;
    right: -16%;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #4cc7f4;
}

.popup .tabs_wrapper .tab_container .tab_content .variants .variant-list span.launchDate {
    font-size: 14px;
    margin-bottom: 0;
}

.ribbonSide.variantsComp span.ribbon3 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    position: absolute;
    left: -30px;
    top: -12px;
}

.ribbonSide.variantsComp .ribbon3:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.personal-details .pd-rh .form-container .delear-name,
.personal-details .pd-rh .form-container .select-box select,
.personal-details .pd-rh .form-container .text-box input,
.personal-details .pd-rh .form-container .text-box textarea {
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    background: #fff;
}

.personal-details .pd-rh .form-container .text-box textarea {
    resize: none;
    padding: 10px 0 0 10px;
}

.personal-details .pd-rh .form-container .select-box label,
.personal-details .pd-rh .form-container .text-box label,
.preferred-dealer label {
    font-size: 18px;
    font-family: VWHeadWeb-Bold;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
    transition: none;
    top: 0;
}

.personal-details .pd-rh .form-container .select-box:after,
.preferred-dealer .delear-name:before {
    top: 40px;
    right: 10px;
}

.preferred-dealer .delear-name {
    padding: 10px !important;
}

.preferred-dealer {
    border: none;
}

.jYhODB {
    color: rgb(0, 14, 38);
    margin: unset;
    font-family: var(--font-family-head);
    font-weight: bold;
    font-size: 0.88rem !important;
    line-height: 120%;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0;
}

.personal-details .pd-rh .form-container .text-box input.error {
    border: 1px solid red;
}

.personal-details .pd-rh .form-container .text-box textarea.error {
    border: 1px solid red;
}

.personal-details .pd-rh .form-container .select-box select.error {
    border: 1px solid red;
}

.text-box input.error,
.text-box textarea.error,
.select-box select.error {
    border: 1px solid red !important;
}

@media screen and (max-width: 992px) {
    .personal-details .pd-lh .pd-lh-car-img .change-car-btn {
        right: 10%;
    }
}

@media screen and (min-width: 1025px) {
    .personal-details .pd-lh .pd-lh-car-img .change-car-btn {
        right: 10%;
    }
}

.TopBar__TopBarWrapper-sc-8044fe6d-0,
.TopBar__StyledTopbarWrapper-sc-6c73cf0b-1.mzoft {
    position: fixed !important;
    width: 100%;
}


/* Header position fix */

.eXEFfg {
    position: fixed;
}

.specification-txt th:nth-child(3) {
    border-left: none;
}

.specification-txt th:nth-child(2) {
    border-left: none;
}

.specification-txt td:nth-child(3) {
    border-left: none;
}

.specification-txt td:nth-child(2) {
    border-left: none;
}

.specification-txt th {
    border: 1px solid #001e50;
    font-size: 16px;
}

.specification-txt td {
    border: 1px solid #001e50;
    font-size: 16px;
}


/* sticky Header - css */

.TopBar__StyledTopbarWrapper-sc-59ac4b53-1.ipvSNJ {
    position: fixed;
}

header.sc-epRvzc.irGHH {
    position: relative;
    transition: transform 0.3s;
    background-color: rgb(255, 255, 255);
    transform: translateY(0px);
    border-bottom: 1px solid rgb(194, 202, 207);
    pointer-events: auto;
}

nav.sc-gFnajm.clhCrK a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(0, 30, 80);
    padding: 4px 0px;
    text-decoration: none;
    font-weight: bold;
}

nav.sc-gFnajm.clhCrK {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
    padding-inline: min(4.16vw, 106.66px);
    color: rgb(0, 14, 38);
}

nav.sc-gFnajm.clhCrK button {
    color: rgb(0, 30, 80);
}

nav.sc-gFnajm.clhCrK a:hover,
nav.sc-gFnajm.clhCrK a:focus {
    color: rgb(0, 53, 159);
}

nav.sc-gFnajm.clhCrK button:hover,
nav.sc-gFnajm.clhCrK button:focus {
    color: rgb(0, 53, 159);
}

nav.sc-gFnajm.clhCrK .epTYdm button::before {
    background: rgb(0, 64, 197);
    height: 2px;
}

nav.sc-gFnajm.clhCrK .epTYdm a::before {
    background: rgb(0, 64, 197);
    height: 2px;
}


/* End */