/*************** Normal styling here ***************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'vw_textregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
}

.wrapper {
    overflow: hidden;
}

.container {
    max-width: 1300px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'vw_headbold', Helvetica, Arial, sans-serif;
}

.p25 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pb25 {
    padding-bottom: 25px;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt25 {
    margin-top: 25px !important;
}

.scaleImg {
    overflow: hidden;
}

    .scaleImg img {
        transform: scale(1);
        transition: all ease 0.8s;
    }

        .scaleImg img:hover {
            transform: scale(1.1);
            transition: all ease 0.8s;
        }

.text-left {
    text-align: left !important;
}

.bb1 {
    border-top: 1px solid #000000;
    /*border-bottom: 1px solid #000000;*/
}

.product-section, .explore-sec, .extended-warrenty-sec, .banner-content-top, .banner-content, .road-side-assistance-sec, .service-package-sec, .paint-value-package-sec {
    background: #ffffff;
    z-index: 99;
}


.form-control {
    font-family: 'vw_textregular', Helvetica, Arial, sans-serif;
}
/*************** Banner Section ***************/

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

    .section-title h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

.head-title {
    margin-bottom: 10px;
}

    .head-title h2 {
        font-size: 24px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 10px;
    }

.head-sub-title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.banner-sec {
    height: 1085px;
    position: relative;
}

    .banner-sec figure {
        width: 100%;
        height: 100%;
    }

    .banner-sec img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-caption {
    position: absolute;
    left: 10%;
    bottom: 150px;
    color: #ffffff;
}

    .banner-caption h1 {
        font-size: 46px;
    }

.banner-content {
    padding: 60px 0;
}

    .banner-content.banner-content-half .container {
        max-width: 1145px;
    }

    .banner-content h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

        .banner-content h3 a {
            color: #001e50;
        }

.box {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 25px;
}

    .box .box-figure, .box .box-content {
        padding: 0 15px;
        width: 50%;
    }

    .box.box-zigzag {
        margin-bottom: 60px;
    }

        .box.box-zigzag .box-figure {
            width: 55%;
        }

        .box.box-zigzag .box-content {
            width: 45%;
        }

    .box .box-figure img {
        width: 100%;
    }

.dashed-content ul {
    margin-bottom: 10px;
}

    .dashed-content ul li {
        padding: 5px 0;
        padding-left: 30px;
        position: relative;
    }

        .dashed-content ul li:before {
            content: "";
            width: 18px;
            height: 2px;
            background: #000000;
            position: absolute;
            top: 12px;
            left: 0;
        }

.box .box-content .head-title {
    position: relative;
}

    .box .box-content .head-title h2 {
        color: #001e50;
        cursor: pointer;
    }

.box .box-content .box-details-sec {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.box.product-box .box-content .box-details-sec {
    border-bottom: 0;
    text-align: left;
}


.box.box-zigzag .box-content .box-details-sec {
    border-bottom: 0;
}

.box .box-content .tab-link:after {
    content: "";
    background: url('../images/down-arrow.jpg');
    width: 20px;
    height: 11px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    transition: all ease 0.5s;
}

.box .box-details-sec .tab-content {
    display: none;
}

.box.product-box .box-details-sec .tab-content {
    display: block;
}




.box .box-details-sec.active .tab-content, .box.box-zigzag .box-details-sec .tab-content {
    display: block;
}


.box .active .tab-link:after, .box .box-content .tab-link.current:after {
    transform: translateY(-50%) rotate(0deg);
    transition: all ease 0.5s;
}


.starting-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 20px;
}

.check-now {
    margin-top: 20px;
}

.form-title {
    color: #001e50;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 15px;
    font-family: 'vw_headbold', Helvetica, Arial, sans-serif;
}

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

.head-edit {
    margin-bottom: 20px;
}

.filled-form label {
    font-size: 12px;
    color: #444444;
}

.formWrap .form-group {
    margin-bottom: 20px;
    width: 48%;
    position: relative;
}

.formwrap-3 .form-group {
    width: 30%;
}

.formWrap .form-control {
    padding: 18px 8px;
    width: 100%;
    border: none;
    outline: 0 !important;
    border-bottom: 1px solid #E7E7E7;
    font-size: 16px;
    background: transparent;
}

    .formWrap .form-control::placeholder {
        color: #a7a7a7;
    }

.full-width {
    width: 100%;
    text-align: left;
}

    .full-width input {
        margin-right: 10px;
    }

.main-form {
    padding-bottom: 40px;
}

.submit-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.submit-btns {
    margin-bottom: 30px;
}

    .submit-btns .btn {
        margin: 0 15px;
    }

.btn {
    font-size: 20px;
    border: 1px solid #001e50;
    color: #001e50;
    border-radius: 25px;
    background: transparent;
    padding: 12px;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
    text-align: center;
    font-family: 'vw_headbold', Helvetica, Arial, sans-serif;
}


    .btn.btn-large {
        max-width: 250px;
    }


    .btn:hover {
        color: #ffffff;
        background: #001e50;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

    .row .col {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33%;
        margin-bottom: 20px;
    }

.explore-wrap figure {
    margin-bottom: 20px;
}

    .explore-wrap figure img {
        width: 100%;
    }

.explore-wrap .link-more {
    margin-top: 20px;
}

.explore-wrap .desc {
    margin-top: 20px;
}

.link-more {
    color: #001e50;
    border-bottom: 2px solid #bcbcbc;
    font-family: 'vw_headbold', Helvetica, Arial, sans-serif;
    display: inline-block;
}

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

.start-end-prices {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .start-end-prices .bx {
        width: 50%;
    }

        .start-end-prices .bx label {
            font-size: 12px;
            display: block;
            margin-bottom: 10px;
        }

.icon-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .icon-box-wrap.two-box .icon-box {
        width: 50%;
    }

    .icon-box-wrap .icon-box-content {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

        .icon-box-wrap .icon-box-content a {
            color: #000000;
            display: block;
            margin-top: 10px;
        }

    .icon-box-wrap .icon-figure {
        min-height: 400px;
        background-color: #01b0f1;
        position: relative;
        margin-bottom: 40px;
    }

        .icon-box-wrap .icon-figure figure {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0;
            display: block;
            height: 100%;
            text-align: center;
            overflow: hidden;
        }

            .icon-box-wrap .icon-figure figure img {
                position: relative;
                top: 50%;
                transform: translateY(-50%) scale(1);
                transition: all ease 0.7s;
            }

.icon-box:hover .icon-figure figure img {
    transform: translateY(-50%) scale(1.1);
    transition: all ease 0.7s;
}

.breadcrumb {
    overflow: hidden;
}

    .breadcrumb .breadcrumb-title {
        width: 50%;
        background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
        color: #ffffff;
        padding: 20px 0;
        margin-bottom: 20px;
        position: relative;
        z-index: 9;
        text-align: left;
    }

        .breadcrumb .breadcrumb-title:before {
            content: "";
            background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
            width: 1000px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }

.banner-content-top {
    padding-top: 60px;
}

.breadcrumb-nav ul {
    display: flex;
    align-items: center;
}

    .breadcrumb-nav ul li {
        margin: 0 8px 8px 0;
    }

        .breadcrumb-nav ul li span {
            color: #001e50;
            font-family: 'vw_headbold', Helvetica, Arial, sans-serif;
        }

        .breadcrumb-nav ul li:not(:first-child)::before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgb(0,30,80);
        }

.product-section {
    margin-bottom: 20px;
}

.box.product-box .box-details-sec .tab-content p {
    margin-bottom: 20px;
}

.failure-content {
    padding-bottom: 30px;
}

.amount_edit a {
    display: inline-block;
    margin-left: 10px;
}

span.error {
    color: #ff0000;
    font-size: 12px;
    font-family: "vw_textregular";
}

#txtGST, #txtVin, #txtRegistration, #txtCustRegistration {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}


.link-info {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -6px;
    right: 14px;
    font-size: 9px;
    font-family: "VWTextWeb-Regular";
    border: 1px solid #c5afa7;
    color: #c5afa7;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
}



.popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 800px;
    max-height: 80%;
    padding: 40px 20px 20px;
    padding-top: 40px;
    overflow: auto;
    margin: 0 auto;
    background: #ffffff;
    z-index: 9999;
    display: none;
}


    .popup-wrapper p {
        margin: 20px 0 10px;
    }

.popup-boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .popup-boxes .box {
        width: 32%;
        margin: 0;
    }

        .popup-boxes .box .head-sub-title {
            text-align: center !important;
            width: 100%
        }

        .popup-boxes .box img {
            width: 100%;
            margin-bottom: 15px;
        }

.popup-wrapper .head-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .popup-wrapper .head-title span {
        cursor: pointer;
    }

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

body.fixed {
    overflow: hidden;
}

/* width */
.popup-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.popup-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.popup-wrapper::-webkit-scrollbar-thumb {
    background: #001e50;
}

    /* Handle on hover */
    .popup-wrapper::-webkit-scrollbar-thumb:hover {
        background: #001e50;
    }


.spinner-box img {
    width: 80px;
}

.spinner-box-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 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;
}

.loader-text {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}


.box .active .tab-link:after, .box .box-content .tab-link.current:after {
    transform: translateY(-50%) rotate(0deg);
    transition: all ease 0.5s;
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.eligible-sec, .section-ew, .section-svp, .section-rsa {
    display: none;
}

.contract-sec, .live-sec, .previous-sec, .icon-box-section-booked, .icon-box-section {
    display: none;
}

input#btnProceed:disabled, input#btnSubmit:disabled {
    pointer-events: none;
    outline: none;
    background: #f8f8f8;
    color: #a3a3a3;
    border: none;
    cursor: default;
}

.checkbox-agree {
    position: relative;
    padding-top: 20px;
}

    .checkbox-agree #cbxAgree-error {
        position: absolute;
        top: 0;
        left: 0;
    }

.starting-price p {
    font-size: 16px;
}

.otp-sec-wrapper {
    width: 30%;
    margin: 0 auto;
    max-width: 320px;
    margin-top: 30px;
}

.btm-area p span#timerCount {
    color: red;
}

.btm-area p a#btnResend {
    color: red;
    display: block;
    text-align: center;
    border: 1px solid red;
    max-width: 80px;
    border-radius: 16px;
    padding: 5px;
    font-size: 14px;
    margin: 5px auto 0 auto;
}

.otp-sec p#pmsg {
    color: red;
    text-align: center;
}

#divOTP {
    width: 100%;
}
