.vss_calculator{
    background-position: center;
    background-size: cover;
}
.vss_calculator_overlay{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #030122bd;
}
.vss_calculator_main{
    max-width: 1120px;
    margin: 0px auto;
}
.vss_calculator_box{
    width: 500px;
    padding: 40px;
    float: right;
    border-radius: 6px;
    background: #fff;
    position:relative;
}
.vss_calculator_box:after{
    content:"";
    position:absolute;
    background-image:url(../images/Illustration.png);
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
}
.vss_head_h2{
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.vss_calculator_cnt .vss_head_h2:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 6px;
    border-radius: 1px;
    background: #16A2B9;
    left: calc(0% - 0px);
    top: -15px;
}
.vss_calculator_cnt p{
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.vss_calculator_cnt{
    max-width: 430px;
}
.vss_calculator_box .form-control{
    border-radius: 4px;
    border: 1px solid #030122;
    background: #FFF;
    min-height: 44px;
    padding: 0px 15px;
    color: #5B6E91;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.calculate-cta {
    background: #AB3428;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    margin-top: 20px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    min-height: 40px;
    padding: 3px 18px;
    width: 100%;
    font-family: Inter;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 99;
}
.calculate-cta svg path{
    fill:#fff;
}
.vss_clc_dp{
    border-radius: 4px;
    border: 2px dotted #16A2B9;
    background: #ECF9FB;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.vss_clc_dp p{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}
.vss_clc_da{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 5px;
}
.vss_clc_emi{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}
.main-amount{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 5px;
}
.vss_clc_da input{
    display: inline-block;
    text-align: center;
    border: none;
    background: #fff0;
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.max_value_clc{
    color: #292753;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.vss_apply_clc{
    background: #16A2B9;
}
.vss_apply_clc:hover{
    background: #000000;
}
@media screen and (max-width: 1079px) {
    .vss_calculator_box {
        width: 100%;
        padding: 40px 30px;
    }
    .vss_calculator_overlay {
        padding: 80px 0px;
    }
    .vss_calculator_overlay .container {
        padding: 0px 25px;
    }
    .vss_calculator_cnt .vss_head_h2 {
        font-size: 28px;
        max-width: 340px;
    }
    .vss_calculator_cnt {
        margin-bottom: 60px;
    }
    .vss_calculator_box .row{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .calculate-cta {
        margin-top: 0;
    }
    .vss_clc_dp {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .vss_clc_emi {
        margin-bottom: 20px;
    }
    .vss_calculator_box:after {
        height: 60px;
    }
    .vss_clc_da input {
        width: 100%;
    }
}    
@media screen and (max-width: 1079px) and (min-width: 768px){
    .payment-btn {
        margin-top: 20px;
    }
    .vss_calculator_box .row {
        flex-direction: unset;
        gap: 0;
    }
    .max_value_clc {
        font-size: 9px;
    }
    
}