.headingForCalculator {
    color: var(--primary);
    --lightgreen: #75a48e;
    --darkgreen: #35646b;
}

.calculatorSection h1 {
    font-weight: 600;
}
.MaxWidthForCalculator{
    box-shadow: 2px 2px 12px 0px #b1afaf40;
    background-color: white;
}

/* .MaxWidthForCalculator .lable{
    font-weight: 600 !important;
    font-size: 18px !important;
  }  */

.MaxWidthForCalculator {
    border: 1px solid #898989;
    border-radius: 62px;
}

.active1 {
    background-color: var(--primary);
    color: white;
}

.monthOrYear {
    font-family: var(--font-outfit)!important;
    border-radius: 8px;
    /* padding: 5px; */
    border: 2px solid var(--primary);
}



#timeYear {
    border: 1px solid #898989;
    padding: 10px 25px;
    font-family: var(--font-outfit)!important;
    border-radius: 8px;
}

.calculatorSection p {
    color: #514c4c;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.CalculatorTab {
    border-radius: 8px 8px 0px 0px !important;
    background: var(--primary) !important;
}

.backGroundForCalculator {
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #bdd2ff;
    background: #e3f0ff;
}

input[type='range'] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
}

input[type='range']::-webkit-slider-runnable-track {
    height: 15px;
    background: #E3DBDB;
    border-radius: 16px;
}

input[type='range']::-moz-range-track {
    height: 15px;
    background: #E3DBDB;
    border-radius: 16px;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    /* border: 2px solid #f50; */
    box-shadow: -407px 0 0 400px var(--primary);
}

input[type='range']::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    /* border: 1px solid #f50; */
    box-shadow: -407px 0 0 400px var(--primary);
}

.interstinputbox {
    border: 1px solid #898989;
    border-radius: 8px;
    padding: 10px 20px;
}


.headingForCalculator {
    font-family: var(--font-outfit)!important;
    font-size: 20px;
    font-weight: 300;
    line-height: 27.28px;
    text-align: left;
    color: #6C6363;
}

.BorderForAmount {
    font-family: var(--font-outfit)!important;
}

.ValuesUnderslider {
    font-family: var(--font-outfit)!important;
}

.textColorInCalsi {
    color: var(--secondary);
    font-weight: 600;
    font-size: 18px !important;
}

.backGroundForCalculator h2 {
    font-weight: 600;
    color: var(--heading);
}

.MaxWidthForCalculator {
    /* max-width: 1000px !important; */
}

.bgForpieChart {
    
    /* border-radius: 16px; */
    border-left: 2px solid var(--secondary);
    /* border: none !important;
    background: #c3ead8 !important; */
    /* margin-left: -12px; */
    /* box-shadow: 0px 4px 4px 0px rgba(192, 192, 192, 0.25); */
}

.HideOnRD {
    /* border-radius: 55px;
    border: 1px solid #9CB4EA;
    background: #F1F2F4; */
}

.valueRoundered1 {
    padding: 14px;
    background-color: #ffffff;
}

.valueRoundered {
    padding: 14px;
    background-color: #35646b;
}

.ValuesUnderslider {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

/* .ValuesOfPiechart1>p,
.ValuesOfPiechart1>h1 {
    font-size: 20px !important;
} */

.ValuesOfPiechart p {
    font-family: var(--font-outfit)!important;
    font-size: 26px;
    font-weight: 300;
    line-height: 32.74px;
    text-align: left;
    color: #6C6363;
}
.ValuesOfPiechart span {
    font-family: var(--font-outfit)!important;
    color: #252525;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.ValuesOfPiechart h3 span {
    font-family: var(--font-outfit)!important;
    color: #252525;
    font-size: 38px;
    font-weight: 400;
    line-height: 54.56px;
    text-align: left;

}

.ValuesOfPiechart h3 {
    font-family: var(--font-outfit)!important;
    color: #252525;
    font-size: 40px;
    font-weight: 600;
    line-height: 54.56px;
    text-align: left;

}



.totla {
    font-size: 20px !important;
}

/* .HideOnRD {
    width: 75%;
  } */

.calcbtnApply {
    /* background-color: var(--darkgreen); */
    background-color: #26475A;
    color: #ffffff;
    border: none;
    border-radius: 14px !important;
    border-radius: 25px !important;

}

.InputBoxForTM {
    color: #2e52a1 !important;
}

.emic {
    font-size: 20px !important;
}

.lon_amd {
    color: #87898a;
    font-size: 14px !important;
}

.row_clr {
    /*background-color: #f2f2f2;*/
    /* background-color: #ebebeb; */
}

@media screen and (max-width: 1000px) {
    .bgForpieChart{
        border-left: 0px !important;
    }
}

@media only screen and (max-width: 900px) {
    .backGroundForCalculator {
        padding: 5% !important;
    }

    .MaxWidthForCalculator{
        border-radius: 30px;
    }
}

@media only screen and (max-width: 600px) {

    .bgForpieChart{
        border: none !important;
    }
    .ValuesOfPiechart p{
        font-size: 16px !important;
    }
    .ValuesOfPiechart h3 span{
        font-size: 24px !important;
    }

    .interstinputbox{
        padding: 2%;
    }

    .ValuesOfPiechart1 h2{
        text-align: center;
    }
    #EMI{
        font-size: 30px !important;
        text-align: center;

    }
    .HideOnRD {
        /* width: 100%; */
    }

    .onMobileResponsive {
        width: 95% !important;
    }

    .row_clr {
        border-radius: 15px 15px 0px 0px;
    }

    .bgForpieChart {
        border-radius: 15px;
        margin-top: -8px;
    }

    .canvs {
        width: 200px!important;
        height: 200px!important;
    }

    .calcbtnApply {
        /* background-color: var(--darkgreen); */
        background-color: #26475A;
        color: #ffffff;
        border: none;
        border-radius: 28px;
        font-size: 14px;
    }

    .valueRoundered {
        padding: 9px !important;
    }

    .valueRoundered1 {
        padding: 9px !important;
    }
}

.monthlyEmi {
    font-family: var(--font-outfit)!important;
    font-size: 38px !important;
    font-weight: 300;
    line-height: 51.83px;
    color: #6C6363;
    text-align: left;

}

#EMI {
    font-family: var(--font-outfit)!important;
    font-size: 58.6px;
    color: #252525;
    font-weight: 500;
    line-height: 79.93px;
    text-align: left;

}