@charset "UTF-8";
.block2,
.btn-blue,
.text-center {
    text-align: center
}

body {
    font-family: VWTextWeb-Regular;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.15;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: VWHeadWeb-Bold
}

* {
    box-sizing: border-box
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    text-decoration: underline;
    color: #001e50
}

@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
}

.calculatorWrapper {
    display: block;
    max-width: 1240px;
    margin: 0rem auto 3rem;
    padding: 0 20px;
    position: relative
}

.calculatorWrapper h2 {
    font-size: 30px;
    font-family: "VW Head"
}

.calculatorWrapper h3 {
    font-size: 24px;
    font-family: "VW Head";
    margin: 10px 0
}

.calculatorWrapper .modelSec {
    width: 500px;
    position: sticky;
    top: 0;
    vertical-align: top;
    display: inline-block
}

@media screen and (max-width:1024px) {
    .calculatorWrapper .modelSec {
        width: 50%
    }
}

.calculatorWrapper .calculatorSec {
    position: relative;
    width: calc(100% - 560px);
    display: inline-block;
    margin: 20px 0 20px 56px
}

.calculatorWrapper .calculatorSec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    left: -33px;
    top: 0
}

@media screen and (max-width:1024px) {
    .calculatorWrapper .calculatorSec {
        width: calc(50% - 44px);
        margin: 20px 0 20px 40px
    }
    .calculatorWrapper .calculatorSec::before {
        left: -24px
    }
}

.block {
    margin-bottom: 40px
}

.block p {
    margin-top: 0
}

.formBlock .form-container {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.formBlock .form-container .text-box {
    width: calc(50% - 13px);
    position: relative
}

.formBlock .form-container .select-box .select_field,
.formBlock .form-container .text-box .input_field {
    position: relative
}

.formBlock .form-container .text-box .input_field input,
.formBlock .form-container .text-box .input_field textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #ddd;
    height: 50px;
    font-size: 14px;
    color: #000;
    font-family: VWTextWeb-Regular;
    outline: 0;
    position: relative;
    padding: 15px 3rem 15px 15px
}

#msg,
.formBlock .form-container .text-box.otp-box .otpTimer p span {
    color: red
}

.formBlock .form-container .text-box .input_field.error input,
.formBlock .form-container .text-box .input_field.error textarea {
    border: 1px solid red
}

.formBlock .form-container .text-box .input_field.verify:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    background: url(../images/icon-tick.svg) no-repeat;
    width: 18px;
    height: 13px
}

.formBlock .form-container .text-box .input_field.otpverify a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 80px;
    background: #00b0f0;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.formBlock .form-container .text-box .input_field.otpverify a span {
    position: absolute;
    top: 18px;
    left: 14px
}

.formBlock .form-container .text-box.otp-box .otpTimer {
    padding: 10px 0
}

.formBlock .form-container .text-box.otp-box .otpTimer p {
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.formBlock .form-container .select-box {
    width: calc(50% - 13px)
}

.formBlock .form-container .select-box .select_field:after {
    content: "\e904";
    font-size: 9px;
    font-family: icomoon;
    color: #000;
    position: absolute;
    top: 20px;
    right: 15px
}

.formBlock .form-container .select-box select {
    width: 100%;
    background: 0 0;
    border: 1px solid #ddd;
    height: 50px;
    font-size: 14px;
    color: #000;
    font-family: VWTextWeb-Regular;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px
}

.formBlock .form-container .select-box select option {
    padding: 10px
}

.formBlock .form-container .select-box label,
.formBlock .form-container .text-box label {
    font-size: 18px;
    color: #000;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block
}

.formBlock .form-container .select-box label .asterisk,
.formBlock .form-container .text-box label .asterisk {
    font-size: 18px;
    color: red;
    line-height: 18px
}

.formBlock .pd-lh-car-img .modelImg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: auto;
    max-width: 100%;
    width: 100%;
    display: block
}

.formBlock .pd-lh-car-img .price {
    text-align: center;
    font-size: 24px;
    font-family: VWTextWeb-Regular;
    margin-top: 20px
}

@media screen and (max-width:600px) {
    .formBlock .pd-lh-car-img .price {
        font-size: 18px
    }
}

.formBlock .pd-lh-car-img .price span {
    font-weight: 700;
    color: #001e50
}

.calculationSec,
.hide {
    display: none
}

.priceSliderWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.priceSliderWrapper .priceSlider {
    width: calc(50% - 15px);
    position: relative;
    display: inline-block
}

.priceSliderWrapper .priceSlider h4 {
    margin-top: 0;
    font-size: 18px;
    font-family: VWHeadWeb-Regular;
    font-weight: 400
}

@media screen and (max-width:680px) {
    .calculatorWrapper .modelSec {
        width: 100%;
        position: relative
    }
    .calculatorWrapper .calculatorSec {
        width: 100%;
        margin: 40px 0;
        position: relative
    }
    .calculatorWrapper .calculatorSec::before {
        left: 0;
        top: -10px;
        width: 100%;
        height: 1px
    }
    .priceSliderWrapper .priceSlider h4 {
        font-size: 16px
    }
}

.priceSliderWrapper .priceSlider.full {
    width: 100%
}

.priceSliderWrapper .priceSlider output {
    background: #fff;
    padding: 5px 16px;
    border-radius: 3px;
    color: #000;
    border: 1px solid #dedede
}

.priceSliderWrapper .priceSlider>span {
    position: absolute;
    right: 0;
    top: -5px;
    display: block;
    width: 60px
}

.priceSliderWrapper .priceSlider>span::after {
    content: "%";
    color: #000;
    position: absolute;
    left: 10px;
    top: 6px;
    width: 10px;
    height: 10px;
    display: block;
    font-size: 18px;
    font-family: VWTextWeb-Regular
}

.priceSliderWrapper .priceSlider>span input[type=number] {
    padding: 5px 10px 5px 20px;
    border: 2px solid #dedede;
    border-radius: 0;
    font-size: 16px;
    font-family: VWHeadWeb-Bold;
    text-align: right;
    width: 100%
}

.priceSliderWrapper .priceSlider>span input[type=number]:focus {
    outline: 0;
    box-shadow: none
}

.priceSliderWrapper .priceSlider>span.amountInputBox {
    width: 100px
}

.priceSliderWrapper .priceSlider>span.amountInputBox::after {
    content: "₹"
}

.priceSliderWrapper .priceSlider>span.tenureInputBox {
    width: 80px
}

.priceSliderWrapper .priceSlider>span.tenureInputBox input {
    padding-left: 50px
}

.priceSliderWrapper .priceSlider>span.tenureInputBox::after {
    content: "Years"
}

.priceSliderWrapper .priceSlider input[type=range] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: 0 0/0 100% no-repeat #d5f3fd;
    border-radius: 5px;
    background-image: linear-gradient(#00b0f0, #00b0f0)
}

.priceSliderWrapper .priceSlider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    border: 2px solid #4bafea;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.priceSliderWrapper .priceSlider input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    border: 2px solid #4bafea;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.priceSliderWrapper .priceSlider input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    border: 2px solid #4bafea;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.priceSliderWrapper .priceSlider input[type=range]::-webkit-slider-thumb:hover {
    background: #4bafea
}

.priceSliderWrapper .priceSlider input[type=range]::-moz-range-thumb:hover {
    background: #4bafea
}

.priceSliderWrapper .priceSlider input[type=range]::-ms-thumb:hover {
    background: #4bafea
}

.priceSliderWrapper .priceSlider input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.priceSliderWrapper .priceSlider input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.priceSliderWrapper .priceSlider input[type=range]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.priceSliderWrapper .priceSlider .rangeValues {
    display: flex;
    justify-content: space-between
}

.priceSliderWrapper .priceSlider .rangeValues span {
    font-size: 12px;
    margin-top: 10px
}

.priceSliderWrapper .priceSlider .rangeValues span i {
    font-style: normal
}

.calculationSec .disclaimerList {
    position: relative;
    list-style: none;
    padding-left: 65px;
    font-size: 12px;
    color: #333
}

.calculationSec .disclaimerList::before {
    content: "Disclaimer :";
    position: absolute;
    left: 0;
    top: 0
}

.calculationSec .disclaimerList li {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    line-height: 15px
}

.calculationSec .outputWrapper {
    padding: 15px;
    margin: 60px 0 0;
    border: 1px solid #001e50
}

.calculationSec .outputWrapper ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
    align-items: center
}

.calculationSec .outputWrapper ul li {
    font-size: 12px;
    color: #a3a3a3;
    width: 33%;
    padding: 50px 35px
}

.calculationSec .outputWrapper ul li span {
    font-size: 20px;
    font-family: VWHeadWeb-Bold;
    display: inline-block;
    color: #000;
    margin-top: 3px
}

.calculationSec .outputWrapper ul li:nth-child(3) {
    border-left: 1px solid #ccd2dc
}

.calculationSec .outputWrapper ul .loanEmiSec {
    background: #001e50;
    color: #fff;
    font-size: 14px
}

.calculationSec .outputWrapper ul .loanEmiSec span {
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:1024px) {
    .formBlock .form-container {
        gap: 15px
    }
    .calculationSec .outputWrapper ul {
        flex-wrap: wrap
    }
    .calculationSec .outputWrapper ul li {
        width: 100%;
        padding: 20px
    }
    .calculationSec .outputWrapper ul li span {
        margin-top: 0;
        margin-left: 3px
    }
    .calculationSec .outputWrapper ul li:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #ccd2dc
    }
}

.btn-blue {
    background: #001e50;
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: .5s;
    min-width: 250px
}

.btn-blue:hover {
    background: #00b0f0
}

@media screen and (max-width:768px) {
    .formBlock .form-container .select-box,
    .formBlock .form-container .text-box,
    .priceSliderWrapper .priceSlider {
        width: 100%
    }
    .btn-blue {
        padding: 20px;
        border-radius: 30px
    }
}

.block2 {
    margin: 60px 0
}

.block2 p {
    font-size: 20px;
    margin-bottom: 20px
}

#msg {
    font-size: 13px;
    margin-top: 20px
}

.masthead_main_container {
    width: 100%;
    display: block;
    position: relative
}

.masthead_main_container:after {
    content: "";
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .48) 0, rgba(0, 0, 0, 0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.masthead_main_container .masthead_main_media_container {
    background-image: url("../images/emicalculator_desktop.jpg");
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    left: 0;
    scroll-behavior: smooth
}

.masthead_main_container .masthead_main_content_container {
    width: 50%;
    padding: 40px 8% 40px 4%;
    z-index: 1;
    scroll-behavior: smooth;
    position: absolute;
    left: 0;
    bottom: 0
}

.masthead_main_container .masthead_main_content_container .data h1 {
    text-align: left;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #fff;
    word-break: inherit;
    margin: -.11em 0 .11em;
    padding: 0
}

.masthead_main_container .masthead_main_content_container .data p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -1px;
    font-family: VWTextWeb-Regular;
    color: #fff;
    margin: 0
}

@media only screen and (max-width:600px) {
    .masthead_main_container .masthead_main_media_container {
        background-image: url("../images/emicalculator_mobile.jpg");
        min-height: 50vh
    }
    .masthead_main_container .masthead_main_content_container {
        width: 100%;
        text-align: center;
        padding: 20px 4%
    }
    .masthead_main_container .masthead_main_content_container .data h1 {
        font-size: 40px;
        line-height: 40px
    }
    .masthead_main_container .masthead_main_content_container .data p {
        font-size: 25px;
        line-height: 30px
    }
}

.requestCall {
    max-width: 900px;
    margin: 0 auto
}

.checkmark {
    background-color: transparent;
    border-radius: 0
}

.check-box,
label.check-box {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 20px
}

.check-box small {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 18px
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    top: 0
}

.check-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000
}

.check-box .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.check-box input:checked~.checkmark:after {
    display: block
}

.check-box input:checked~.checkmark {
    background-color: #00b0f0
}

.TopBar__TopBarWrapper-sc-8044fe6d-0,
.TopBar__StyledTopbarWrapper-sc-6c73cf0b-1.mzoft {
    position: fixed !important;
    width: 100%;
}

.has-error,
select.error {
    border: 1px solid red !important;
}

.eXEFfg {
    position: fixed;
}


/* 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 */


/* footer allign css */

.AJIwV {
    height: auto !important;
}


/* footer allign css */