

.calc-page-tabs {
    width: 80%
}

@media screen and (max-width:768px) {
    .calc-page-tabs {
        width: 100%
    }
}

.calc-page-tabs+.anchor-btn {
    padding-right: 20px
}

@media screen and (max-width:768px) {
    .calc-page-tabs+.anchor-btn {
        display: none
    }
}

.calc-page-tabs+.anchor-btn .red-arrow-btn {
    padding: 6px 12px
}

.calc-page-tabs-wrap {
    background-color: #f2f2f2;
    min-height: 52px;
    position: relative
}

@media screen and (max-width:768px) {
    .calc-page-tabs-wrap {
        min-height: 56px
    }
}

.calc-page-tabs-wrap .calc-page-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative
}

.calc-page-tabs-wrap .calc-page-tabs-list.slick-slider {
    margin-left: 20px
}

@media screen and (max-width:992px) {
    .calc-page-tabs-wrap .calc-page-tabs-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        padding: 8px 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .calc-page-tabs-wrap .calc-page-tabs-list.dropdown-active {
        background-color: #fff;
        border-radius: 6px;
        padding: 10px 0px;
        position: absolute;
        top: 25px;
        z-index: 60
    }

    .calc-page-tabs-wrap .calc-page-tabs-list:after {
        content: "";
        font-family: Font Awesome\ 6 Free;
        font-size: 12px;
        font-weight: 900;
        position: absolute;
        right: -20px;
        top: 20px
    }

    .calc-page-tabs-wrap .calc-page-tabs-list.dropdown-active:after {
        content: unset
    }
}

@media screen and (max-width:768px) {
    .calc-page-tabs-wrap .calc-page-tabs-list {
        min-height: 56px
    }
}

.calc-page-tabs-wrap .calc-page-tabs-list.dropdown-active .calc-page-tab .calc-page-tab-link {
    margin-bottom: 5px;
    padding: 5px 15px
}

.calc-page-tabs-wrap .calc-page-tabs-list .slick-arrow {
    background: transparent;
    border-bottom: 0;
    border-left: 3px solid;
    border-right: 0;
    border-top: 3px solid;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    left: -15px;
    margin-top: -12px;
    outline: 10px solid transparent;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    z-index: 10
}

.calc-page-tabs-wrap .calc-page-tabs-list .slick-arrow.slick-next {
    border-left: 0;
    border-right: 3px solid #000;
    left: unset;
    right: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.calc-page-tabs-wrap .calc-page-tabs-list .slick-arrow.slick-disabled {
    opacity: .5
}

.calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab {
    display: block;
    margin: 0 auto;
    padding: 13px 20px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media screen and (max-width:992px) {
    .calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab {
        height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%
    }
}

.calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab.active-tab {
    border-bottom: 3px solid #004c8f;
    font-weight: 600
}

.calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab.active-tab .calc-page-tab-link {
    color: #004c8f
}

@media screen and (max-width:992px) {
    .calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab.active-tab {
        border: none;
        color: #000;
        font-size: 14px;
        font-weight: 600
    }

    .calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab.active-tab .calc-page-tab-link {
        color: #4c4c4c
    }
}

.calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab.active-tab.mobile-tab-active {
    background-color: #ecf1f4;
    font-weight: 600
}

.calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab .calc-page-tab-link {
    color: #666;
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 24px;
    margin: 0 auto;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    word-break: break-word
}

@media screen and (max-width:992px) {
    .calc-page-tabs-wrap .calc-page-tabs-list .calc-page-tab .calc-page-tab-link {
        color: #4c4c4c;
        margin: 0;
        padding: 5px 0px
    }
}

.calc-box-desk {
    display: none
}

.calc-with-chart.calculator-div {
   
    max-width: 100%;
}

@media screen and (max-width:1400px) {
    .calc-with-chart.calculator-div {
        gap: 35px
    }
}

@media screen and (max-width:992px) {
    .calc-with-chart.calculator-div {
        gap: 35px
    }
}

.calc-with-chart.calculator-div .calculator-range-inputs-div {
    /* width: 50%; */
    width: 57%;
}

@media screen and (max-width:992px) {
    .calc-with-chart.calculator-div .calculator-range-inputs-div {
        width: 100% !important;
    }
}

.calc-with-chart.calculator-div .result-div {
    /* width: 50% */
    width:40%;
}

@media screen and (max-width:992px) {
    .calc-with-chart.calculator-div .result-div {
        width: 97% !important;
    }
}

.emi.calculator-result-div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 30px; */
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;

}

@media screen and (max-width:768px) {
    .emi.calculator-result-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
        width: 100%
    }

    .emi.calculator-result-div #emi-chart {
        display: none
    }
}

.result-div {
    width: 30%
}

@media only screen and (max-width:992px) {
    .result-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 97%;

    }
}

#afford-down-payment-inp,
#afford-emi-inp,
#afford-gross-inp {
    width: 85px
}

@media only screen and (max-width:992px) {

    #afford-down-payment-inp,
    #afford-emi-inp,
    #afford-gross-inp {
        width: 85px
    }
}

#afford-tenure-inp {
    width: 20px
}

#afford-rate-inp {
    width: 41px
}

#gross-income-inp,
#le-emi-inp {
    width: 85px
}

@media only screen and (max-width:992px) {

    #gross-income-inp,
    #le-emi-inp {
        width: 85px
    }
}

#le-tenure-inp {
    width: 20px
}

#le-rate-inp {
    width: 45px
}

#taxbenefit-annual-inp,
#taxbenefit-emi-inp,
#taxbenefit-principal-payment-inp {
    width: 85px
}

@media only screen and (max-width:992px) {

    #taxbenefit-annual-inp,
    #taxbenefit-emi-inp,
    #taxbenefit-principal-payment-inp {
        width: 85px
    }
}

#taxbenefit-tenure-inp {
    width: 20px
}

#taxbenefit-rate-inp {
    width: 41px
}

#ref-principal-inp {
    width: 95px
}

@media only screen and (max-width:992px) {
    #ref-principal-inp {
        width: 95px
    }
}

#ref-hl-tenure-inp,
#ref-tenure-inp {
    width: 20px
}

#ref-hl-rate-inp,
#ref-rate-inp {
    width: 41px
}

h3.calculator-inp-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left
}

@media only screen and (max-width:768px) {
    h3.calculator-inp-heading {
        font-size: 18px
    }
}

.calculator-range-inputs-div {
    width: 54%
}

@media screen and (max-width:992px) {
    .calculator-range-inputs-div {
        width: 100%
    }
}

.calculator-range-inputs-div .calculator-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 18px
}

@media only screen and (max-width:768px) {
    .calculator-range-inputs-div .calculator-title h2 {
        text-align: center
    }
}

.calculator-range-inputs-div .calculator-title h2 b {
    color: #004c8f
}

@media only screen and (max-width:768px) {
    .calculator-range-inputs-div .calculator-title h2 b {
        display: block
    }
}

.result-wrap {
    /* margin-bottom: 16px; */
    text-align: center;
    border-bottom: 1px dashed #686868;
    padding-bottom: 8px;
    padding-top: 14px;
}

@media screen and (max-width:480px) {
    .result-wrap {
        margin-bottom: 10px;
 
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .result-wrap {
        margin-bottom: 10px
    }
}

.result-wrap>span {
    position: relative
}

@media screen and (max-width:768px) {
    .need-info-wrap {
        margin: -15px 0 0 0px
    }
}

.need-info {
    font-size: 12px
}

.need-info,
.result-label {
    color: #666;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Figtree-Regular';
}

.result-label {
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.result-wrap .sub-text{
    font-size: 12px;
    line-height: 14px;

}
@media only screen and (max-width:480px) {
    .result-label {
        margin: 0;
        text-align: center;
    }
}

.result-output {
    color: #000;
    font-size: 17px;

    line-height: 20px;
    text-align: center;
    font-family: 'Figtree-Bold';
    display: block;
}

@media only screen and (max-width:992px) {
    .result-output {
        /* font-size: 22px;
        line-height: 28px */
    }
}

.result-output>.text-super {
    color: #000;
    font-size: 17px;

    line-height: 38px;
    text-align: center;
    font-family: 'Figtree-Bold';
    margin-right: 2px;
}

@media screen and (max-width:768px) {
    .result-output>.text-super {
        font-size: 19px;
        left: -2px;
        top: 4px
    }
    .emi.calculator-result-div{
          width: 95% !important;
    }
}

.result-output>.text-sub {
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 8px 6px;
    vertical-align: bottom
}

@media screen and (max-width:768px) {
    .result-output>.text-sub {
        margin-bottom: 2px
    }
   
}

.result-details-link {
    color: #004c8f;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width:992px) {
    .result-details-link {
        bottom: -10px
    }
    .emi.calculator-result-div{
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .calcultor-left-div{
        padding-top: 35px !important;
    }
}

.result-details-link:hover {
    color: #004c8f
}

/* .result-output.main-output {
    color: #004c8f;
    font-size: 32px;
    font-weight: 700;
    line-height: 33px
}

.result-output.main-output span {
    color: #004c8f;
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 600;
    left: 0px;
    line-height: 20px;
    position: relative;
    top: -1px
} */

@media screen and (max-width:768px) {
    .result-output.main-output span {
        font-size: 19px;
        left: -3px;
        line-height: 20px;
        top: 0px
    }
    .calcultor-left-div {
        width: 100%;
        border-top-left-radius: 0px  !important;
    }
    #emi-chart-calculator {
      
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:992px) {
    .result-output.main-output {
        /* font-size: 32px;
        line-height: 33px;
        margin-bottom: 16px */
    }
}

.highcharts-container {
    position: relative
}

#emi-chart {
    pointer-events: none
}

.emi-calculator.calculator-div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:992px) {
    .result-details-link.mobile {
        display: inline-block
    }
}

.calc-box {
    display: none
}

.calculator-bold-title {
    margin: 60px auto 18px;
    text-align: center
}

@media screen and (max-width:991px) {
    .calculator-bold-title {
        margin: 45px auto 10px
    }
}

.calculator-bold-title .cmp-title__text {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px
}

@media screen and (max-width:991px) {
    .calculator-bold-title .cmp-title__text {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:380px) {
    .calculator-bold-title .cmp-title__text {
        font-size: 28px
    }
}

.calculator-sub-title {
    margin: 0 0 32px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .calculator-sub-title {
        margin: 0 0 24px
    }
}

.calculator-sub-title .cmp-title__text {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px
}

@media only screen and (max-width:768px) {
    .calculator-sub-title .cmp-title__text {
        font-size: 20px
    }
}

.calculator-border .cmp-container {
    border-bottom: 2px solid #d2d2d2;
    border-top: 2px solid #d2d2d2;
    padding-bottom: 60px
}

@media only screen and (max-width:768px) {
    .calculator-border .cmp-container {
        margin: 10px 0 0
    }
}

.calculator-sub-text .cmp-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: auto auto 55px;
    max-width: 80%
}

@media screen and (max-width:991px) {
    .calculator-sub-text .cmp-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 36px;
        max-width: 100%
    }
}

.calculator-sub-text .cmp-text p {
    color: #4c4c4c
}

.calculator-sub-text .cmp-text a {
    color: #004c8f;
    font-weight: 600
}

.calculator-sub-text .cmp-text a:hover {
    text-decoration: underline
}

.calculator-div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    justify-content: space-between;
    margin: auto;
    max-width: 915px;
    width: 100%
}

@media only screen and (max-width:992px) {
    .calculator-div {
        gap: 35px
    }
}

.calculator-inp-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;
    position: relative
}

@media only screen and (max-width:992px) {
    .calculator-inp-wrap {
        margin-bottom: 24px
    }
}

.calculator-inp-wrap input[type=range] {
    top: 41px
}

.calculator-inp-wrap input[type=range]:focus+.rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.calculator-inp-wrap:last-child {
    margin-bottom: 0px
}

.calculator-inp-wrap>span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.calculator-inp-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    width: 60%
}

.calculator-num-inp {
    border: none;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    outline: none;
    text-align: left;

}

.num-inp-wrap {
    border: 1px solid #e3e1e1;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    padding: 5px 8px;
    text-align: right;
    border: 0px;
}

.input-prefix {
    color: #333;
    font-family: Titillium Web;
    font-weight: 700
}

.input-suffix {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    font-weight: 700;
    line-height: 20px
}

#loan-amt-inp {
    width: 95px;
    text-align: right;
}

#tenure-inp {
    width: 35px
}

#rate-inp {
    width: 48px
}

.min-max-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 4px
}

.max-inp-amt,
.min-inp-amt {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

@media screen and (max-width:991px) {
    .calculator.error-modal {
        width: 480px
    }

    .calculator-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 100%
    }

    .calculator-range-inputs-div {
        width: 97%
    }
}

.rangeslider.rangeslider--horizontal {
    background-color: #f2f2f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: 7px;
    margin-top: 15px
}

@media screen and (max-width:992px) {
    .rangeslider.rangeslider--horizontal {
        height: 5px
    }
}

.rangeslider .rangeslider__fill {
    background-color: #004c8f
}

.rangeslider .rangeslider__handle {
    background: #f0f6fb;
    border: 4px solid #004c8f;
    -webkit-box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    height: 24px;
    width: 24px
}

@media screen and (max-width:992px) {
    .rangeslider .rangeslider__handle {
        border: 4px solid #004c8f;
        height: 17px;
        top: -6.3px;
        width: 17px;
        height: 15px;
        width: 15px
    }
}

.rangeslider__handle:after {
    content: unset;
    height: 0;
    width: 0
}

.range-input {
    -webkit-appearance: none;
    background: #ddd;
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    margin-top: 15px;
    outline: none;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:992px) {
    .range-input {
        height: 5px
    }
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #3498db;
    background: #fff;
    border: 4px solid #FFA600;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
     box-shadow: 0px 2.96px 3.95px 0px #00000040;
    
    cursor: pointer;
    height: 15px;
    width: 15px
}

@media screen and (max-width:992px) {
    .range-input::-webkit-slider-thumb {
        border: 4px solid #FFA600;
        height: 15px;
    width: 15px
    }
}

.range-input::-moz-range-thumb {
    -moz-appearance: none;
    background: #FFA600;
    background: #fff;
    border: 4px solid #FFA600;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    height: 15px;
    width: 15px
}

@media screen and (max-width:992px) {
    .range-input::-moz-range-thumb {
        border: 3px solid #FFA600;
        height: 12px;
    width: 12px
    }
}

.range-input::-ms-thumb {
    -ms-appearance: none;
    background: #3498db;
    background: #fff;
    border: 4px solid #FFA600;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 39px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    height: 24px;
    width: 24px
}

@media screen and (max-width:992px) {
    .range-input::-ms-thumb {
        border: 4px solid #FFA600;
        height: 17px;
        width: 17px
    }
}

.backdrop {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.bd-hidden {
    display: none
}

.calculator.error-modal {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    display: none;
    margin: 0 auto;
    opacity: 0;
    padding: 30px 20px;
    position: fixed;
    text-align: center;
    top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    width: 600px;
    z-index: 100
}

.calculator.modal-content-div {
    color: #00334e;
    font-size: 18px;
    margin-bottom: 20px
}

.calculator.modal-close-btn {
    background-color: #004c8f;
    border: 1px solid #004c8f;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 8px;
    min-width: auto;
    padding: 8px 48px 8px 24px;
    position: relative;
    text-align: left;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.calculator.modal-close-btn:after {
    content: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calculator.modal-close-btn:hover {
    background: transparent;
    color: #004c8f;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.calculator.error-modal.modal-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width:991px) {
    .calculator.error-modal {
        width: 480px
    }
}

@media screen and (max-width:480px) {
    .calculator.error-modal {
        width: 340px
    }
}

.le-result-div {
    color: #00334e;
    width: 40%
}

@media screen and (max-width:991px) {
    .le-result-div {
        width: 60%
    }
}

@media screen and (max-width:480px) {
    .le-result-div {
        width: 97%
    }
}

.result-redirections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

@media only screen and (max-width:992px) {
    .result-redirections {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 6px;
        width: 100%
    }
}

@media only screen and (max-width:385px) {
    .result-redirections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.result-redirections .calc-apply-online {
    background-color: #004c8f;
    border: 1px solid #004c8f;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    outline: none;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@media only screen and (max-width:768px) {
    .result-redirections .calc-apply-online {
        text-align: center;
        width: 100%
    }
}

.result-redirections .calc-apply-online:hover {
    background-color: #fff;
    color: #004c8f
}

.result-redirections .calc-contact-you {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 6px;
    color: #004c8f;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    outline: none;
    padding: 6px 9px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@media only screen and (max-width:991px) {
    .result-redirections .calc-contact-you {
        padding: 6px 18px;
        text-align: center;
        width: 100%
    }
}

.result-redirections .calc-contact-you:hover {
    background-color: #004c8f;
    color: #fff
}

.result-redirections .calc-contact-you:hover :after {
    color: #fff
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .tableHeading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.27;
    margin: 20px auto 40px;
    padding-top: 20px;
    text-align: center
}

@media screen and (max-width:991px) {
    .container.responsivegrid.amortization-table .cmp-container .generic-table .tableHeading {
        font-size: 28px;
        margin: 0 auto 20px;
        padding-top: 0
    }
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte {
    border: none
}

@media screen and (max-width:991px) {
    .container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte {
        overflow-x: scroll
    }
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table thead tr {
    border: none
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody {
    border: 1px solid #e0e0e0;
    border-top: none
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    border-top: none
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody tr:last-child {
    border-bottom: none
}

@media screen and (max-width:991px) {
    .container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody tr:last-child {
        border-bottom: 1px solid #e0e0e0
    }
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody tr:nth-child(odd) {
    background: #f3f3f3
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table tbody tr:nth-child(2n) {
    background: transparent
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table thead th:first-child {
    max-width: 90px;
    width: 90px
}

@media screen and (max-width:991px) {
    .container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table thead th:first-child {
        min-width: 65px;
        width: 65px
    }
}

.container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table thead th {
    max-width: 215px;
    width: 215px
}

@media screen and (max-width:991px) {
    .container.responsivegrid.amortization-table .cmp-container .generic-table .table-rte table thead th {
        min-width: 165px;
        width: 165px
    }
}

.container.responsivegrid.calculator-page-container {
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .container.responsivegrid.calculator-page-container {
        margin-bottom: 30px;
        margin-top: 24px
    }
}

@media screen and (max-width:480px) {
    .container.responsivegrid.calculator-page-container {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .container.responsivegrid.calculator-page-container .emi-calculator {
        margin-bottom: 24px
    }

    .container.responsivegrid.calculator-page-container .eligibility-calc {
        margin-bottom: 72px
    }

    .container.responsivegrid.calculator-page-container .affordability-calculator {
        margin-bottom: 16px
    }

    .container.responsivegrid.calculator-box-component {
        border: 1px solid #ccc;
        border-left: 2px solid #004c8f;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
        margin: 0 0 8px;
        padding: 0
    }
}

.emi-calculator .result-wrapper-div {
    display: block
}

@media only screen and (max-width:768px) {
    .emi-calculator .result-wrapper-div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        justify-content: center;
        width: 100%
    }

    .emi-calculator .result-wrapper-div.no-division {
        display: block
    }
}

.emi-calculator .result-wrapper-div.no-division #monthly-emi {
    color: #6694bc
}

.emi-calculator .result-wrapper-div.no-division #monthly-emi span {
    color: #6694bc;
    font-weight: 400;
    top: 1px
}

.emi-calculator .result-wrapper-div .result-wrap .result-label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.emi-calculator .result-wrapper-div .result-wrap .result-output {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}

.emi-calculator .result-output.main-output {
    margin-bottom: 0
}

/* .emi-calculator .result-output.main-output>span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
} */

/* #monthly-emi {
    color: #004c8f;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px
} */

#emi-chart-calculator {
    max-height: 230px;
    pointer-events: none;
    width: 210px;
    height: 210px;
}

.faq-title {
    margin-bottom: 39px
}


.chart-label-list{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
}
.chart-label-list .label-box{
    width: 15px;
    height: 15px;
    display: inline-block;
   
}
.chart-label-1 .label-box{
    background: #FFC300;
}
.chart-label-2 .label-box{
    background: #235B93;
}
.chart-label-text{
    font-size: 13px;
}
.calcultor-left-div{
    background-color: #D1E0F5;
    height: 100%;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}
.result-wrapper-div  {
    width: -webkit-fill-available;
    padding: 24px 16px;
}

.calculator-num-inp:focus{
    border: 1px solid #8E8E8E;
}
.calculator-num-inp{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 4px;
    text-align: right;
    border-radius: 2px;
}
.Period-type{
    list-style-type: none;
    display: flex;
    padding: 0px;
    border: 1px solid #000000;
    border-radius: 50px;
}
.Period-type li{
padding: 2px 8px;
font-size: 13px;
margin-top: 4px;
margin-bottom: 4px;
color: #CDCDCD;
}
.Period-type li:first-child{
    padding-left: 16px;
}
.Period-type li:last-child{
    padding-right: 16px;
}
.Period-type li:not(:last-child){
    border-right: 1px solid #000000;
}
.Period-type li.active{
    color:#235B93;
}
.Period-type li:hover{
    cursor: pointer;
}
.overlay-round{
    position: absolute;
    width: 100px;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}
.result-wrapper-div  .result-wrap:last-child{
    border-bottom: 0px;
}

@media (max-width:1200px){
    .calculator-div{
        display: block;
    }
    .calculator-range-inputs-div, .result-div{
        width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .result-div{
       margin-top: 22px;
    }
    
}