﻿.calculator {
    text-align: left;
    color: #1f1f1f;
}

    .calculator table {
        font: inherit;
    }

    .calculator h2 {
        font-size: 22px;
        font-weight: bold;
        padding-right: 35px;
        color: #26abaa;
    }

[data-control] > p {
    padding-right: 50px;
}

#goal-sip-investments,
#goal-sip-pmt,
#sip-investments,
#sip-future-value, #sip-earnings,
#Lumpsum-investments,
#Lumpsum-future-value, #Lumpsum-earnings,
#LoanEMI-investments,
#LoanEMI-PrincipalAmt, #LoanEMI-TotalInterest, #LoanEMI-TotalAmt-value {
    font-weight: bold;
}

.calculator .input,
.calculator .output {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.calculator .output {
    float: right;
    padding-left: 110px;
}

.lang-te #elss-tax-calculator label {
    font-size: 13px;
}

.lang-bn #elss-tax-calculator label {
    font-size: 12px;
}

#elss-tax-calculator label {
    margin-left: 90px;
}

.calculator label {
    font-weight: normal;
    margin-top: 30px;
   /* margin-left: 110px;*/
    /*margin-bottom: -30px;*/
    font-size: 16px;
}

.calculator .parameter {
    height: 60px;
    line-height: 30px;
    overflow: inherit;
    width:90%;
}

#elss-tax-calculator .parameter .min {
    width: 75px;
}

.lang-ml #elss-tax-calculator .parameter .min {
    font-size: 13px;
}

#elss-tax-calculator .parameter .maz {
    width: 75px;
}

.lang-te .parameter .min, .parameter .max {
    font-size: 13px;
}

.parameter .min,
.parameter .max {
    float: left;
    line-height: 1em;
    margin-top: 50px;
    color: #666;
    width: 40px;
}

.parameter .max {
    text-align: right;
    width: 60px;
    margin-left: -70px;
}

.calculator input {
    float: left;
    font-family: "Noticia Text", Georgia, "Times New Roman", serif;
}

    .calculator input[type='radio'] {
        float: none;
        font-size: 24px;
        width: 30px;
    }

.calculator .radio-buttons {
    height: auto;
    line-height: 2.5em;
    margin: 20px 0px;
}

.radio-buttons input[type='radio'] {
    display: none;
}

.radio-buttons label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 70px;
    margin: 0px 30px 10px 0px;
    font-size: 18px;
}

    .radio-buttons label:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        position: absolute;
        left: 30px;
        bottom: 1px;
        background-color: #ddd;
        border: 1px solid #75d4dd;
        border-radius: 100%;
    }

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #999;
    font-size: 30px;
    text-align: center;
    line-height: 26px;
}

.calculator img {
    width: 90px;
    height: auto;
}

#elss-tax-calculator input[type='number'], .calculator input[type='text'] {
    width: 29%;
}

.calculator input[type='number'],
.calculator input[type='text'] {
    font-size: 16px;
    margin-top: -47px;
    text-align: right;
    float:right;
}

.rupee,
.percent,
.years {
    width: 80px;
    height: 80px;
    float: left;
}

#goal-sip-amount {
    width: 70%;
    margin-right: 9%;
    float: right;
}

#goal-sip-calculator .goal-amount {
    margin-left: 180px;
    margin-bottom: -20px;
}

#elss-tax-calculator .rupee, #inflation-calculator .rupee {
    background: #fff url('../images/inflation-rupee.png') no-repeat 0 0;
    background-size: contain;
}

#inflation-calculator .percent {
    background: #fff url('../images/inflation-percent.png') no-repeat 0 0;
    background-size: contain;
}

#inflation-calculator .years {
    background: #fff url('../images/inflation-years.png') no-repeat 0 0;
    background-size: contain;
}

#sip-calculator .rupee, #Lumpsum-calculator .rupee, #LoanEMI-calculator .rupee {
    background: #fff url('../images/sip-rupee.png') no-repeat 0 0;
    background-size: contain;
}

#sip-calculator .percent, #Lumpsum-calculator .percent, #LoanEMI-calculator .percent {
    background: #fff url('../images/sip-percent.png') no-repeat 0 0;
    background-size: contain;
}

#sip-calculator .years, #Lumpsum-calculator .years, #LoanEMI-calculator .years {
    background: #fff url('../images/sip-years.png') no-repeat 0 0;
    background-size: contain;
}

#goal-sip-calculator .rupee {
    background: #fff url('../images/goal-rupee.png') no-repeat 0 0;
    background-size: contain;
}

#goal-sip-calculator .percent {
    background: #fff url('../images/goal-percent.png') no-repeat 0 0;
    background-size: contain;
}

#goal-sip-calculator .years {
    background: #fff url('../images/goal-years.png') no-repeat 0 0;
    background-size: contain;
}

#elss-tax-calculator input[type='number'],
#elss-tax-calculator input[type='text'], #inflation-calculator input[type='number'],
#inflation-calculator input[type='text'] {
    border: 2px solid #09a6a3;
}

#sip-calculator input[type='number'],
#sip-calculator input[type='text'],
#Lumpsum-calculator input[type='number'],
#Lumpsum-calculator input[type='text'], #LoanEMI-calculator input[type='number'],
#LoanEMI-calculator input[type='text'] {
    background-color: #5cc6d0;
    border: 1px solid #7df3ff;
    line-height: 1.5 !important;
    font-family: Lato !important;
}

#goal-sip-calculator input[type='number'],
#goal-sip-calculator input[type='text'] {
    border: 2px solid #17abe1;
}

.calculate p {
    text-align: left;
    height: 35px;
}

#sip-calculator .calculate, #Lumpsum-calculator .calculate, #LoanEMI-calculator .calculate,
#goal-sip-calculator .calculate {
    text-align: center;
    margin-top: 20px;
    width: 90%;
}

    #sip-calculator .calculate button, #Lumpsum-calculator .calculate button, #LoanEMI-calculator .calculate button,
    #goal-sip-calculator .calculate button {
        margin-left: auto;
        margin-right: auto;
    }

#sip-calculator table, #Lumpsum-calculator table, #LoanEMI-calculator table,
#goal-sip-calculator table {
    margin-top: 30px;
}

#sip-calculator td, #Lumpsum-calculator td, #LoanEMI-calculator td,
#goal-sip-calculator td {
    font-size: 16px;
    padding: 6px;
}

#sip-calculator td, #Lumpsum-calculator td, #LoanEMI-calculator td {
    border: 2px solid #dfac2c;
    background-color: #fff;
}

#goal-sip-calculator td {
    border: 2px solid #1795CF;
    background-color: #fff;
}

#sip-future-value,
#sip-investments,
#sip-earnings,
#Lumpsum-future-value,
#Lumpsum-investments,
#Lumpsum-earnings,
#LoanEMI-future-value,
#LoanEMI-investments,
#LoanEMI-earnings,
#goal-sip-pmt,
#goal-sip-investments,
#goal-sip-earnings {
    margin-left: 4px;
}

#sip-calculator .output, #Lumpsum-calculator .output, #LoanEMI-calculator .output,
#goal-sip-calculator .output {
    width: 100%;
    height: 350px;
    padding-left: 0px;
}

#sip-calculator .output, #Lumpsum-calculator .output, #LoanEMI-calculator .output {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0% 0%;
    margin-top: 40px;
}

#goal-sip-calculator .output {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0% 0%;
}

input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    input[type='range']:focus {
        outline: none;
    }

    input[type='range']::-ms-track {
        width: 100%;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    input[type='range']::-ms-fill-lower {
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
    }

    input[type='range']::-ms-fill-upper {
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
    }

#elss-tax-calculator input[type='range'] {
    width: 57%;
    margin-left: -77px;
}

.lang-ta #elss-tax-calculator input[type='range'] {
    margin-left: -80px;
}

.calculator input[type='range'] {
    width: 100%;
    margin-top: 14px;
    /*margin-left: -40px;*/
}

    .calculator input[type='range']::-webkit-slider-runnable-track {
        cursor: pointer;
        width: 100%;
        height: 5px;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
        border: none;
        border-radius: 1.3px;
    }

    .calculator input[type='range']::-webkit-slider-thumb {
        cursor: pointer;
        margin-top: -5px;
        width: 16px;
        height: 16px;
        border: none;
        border-radius: 50%;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
    }

    .calculator input[type='range']::-moz-range-track {
        cursor: pointer;
        width: 100%;
        height: 5px;
        border: none;
        border-radius: 1.3px;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
    }

    .calculator input[type='range']::-moz-range-thumb {
        cursor: pointer;
        width: 16px;
        height: 16px;
        border: none;
        border-radius: 50%;
        box-shadow: 1px 1px 1px #75d4dd, 0px 0px 1px #75d4dd;
    }

    .calculator input[type='range']::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        margin-top: 1px;
    }

#block-elsstaxcalculator,
#block-goalsipcalculator,
#block-sipcalculator, #block-Lumpsumcalculator, #block-LoanEMIcalculator,
#block-inflationcalculator {
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.page-node-type-article #block-goalsipcalculator,
.page-node-type-article #block-sipcalculator, #block-Lumpsumcalculator, #block-LoanEMIcalculator,
.page-node-type-article #block-inflationcalculator {
    margin-top: 0px;
}

#inflation-calculator > p,
#sip-calculator > p, #Lumpsum-calculator > p, #LoanEMI-calculator > p,
#goal-sip-calculator > p {
    font-size: 18px !important;
}

#elss-tax-calculator input[type='range']::-webkit-slider-runnable-track, #inflation-calculator input[type='range']::-webkit-slider-runnable-track {
    background: #d4edec;
}

#elss-tax-calculator input[type='range']::-webkit-slider-thumb, #inflation-calculator input[type='range']::-webkit-slider-thumb {
    background: #11a9a4;
}

#elss-tax-calculator input[type='range']:focus::-webkit-slider-runnable-track, #inflation-calculator input[type='range']:focus::-webkit-slider-runnable-track {
    background: #d4edec;
}

#elss-tax-calculator input[type='range']::-moz-range-track, #inflation-calculator input[type='range']::-moz-range-track {
    background: #d4edec;
}

#elss-tax-calculator input[type='range']::-moz-range-thumb, #inflation-calculator input[type='range']::-moz-range-thumb {
    background: #11a9a4;
}

#inflation-calculator input[type='range']::-ms-fill-lower {
    background: #d4edec;
}

#inflation-calculator input[type='range']:focus::-ms-fill-lower {
    background: #d4edec;
}

#inflation-calculator input[type='range']::-ms-fill-upper {
    background: #d4edec;
}

#inflation-calculator input[type='range']:focus::-ms-fill-upper {
    background: #d4edec;
}

#inflation-calculator input[type='range']::-ms-thumb {
    background: #11a9a4;
}

#sip-calculator input[type='range']::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#sip-calculator input[type='range']::-webkit-slider-thumb {
    background: #747070b3;
}

#sip-calculator input[type='range']:focus::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#sip-calculator input[type='range']::-moz-range-track {
    background: #75d4dd;
}

#sip-calculator input[type='range']::-moz-range-thumb {
    background: #747070b3;
}

#sip-calculator input[type='range']::-ms-fill-lower {
    background: #75d4dd;
}

#sip-calculator input[type='range']:focus::-ms-fill-lower {
    background: #75d4dd;
}

#sip-calculator input[type='range']::-ms-fill-upper {
    background: #75d4dd;
}

#sip-calculator input[type='range']:focus::-ms-fill-upper {
    background: #75d4dd;
}

#sip-calculator input[type='range']::-ms-thumb {
    background: #747070b3;
}

#Lumpsum-calculator input[type='range']::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']::-webkit-slider-thumb {
    background: #747070b3;
}

#Lumpsum-calculator input[type='range']:focus::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']::-moz-range-track {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']::-moz-range-thumb {
    background: #747070b3;
}

#Lumpsum-calculator input[type='range']::-ms-fill-lower {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']:focus::-ms-fill-lower {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']::-ms-fill-upper {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']:focus::-ms-fill-upper {
    background: #75d4dd;
}

#Lumpsum-calculator input[type='range']::-ms-thumb {
    background: #747070b3;
}


#LoanEMI-calculator input[type='range']::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']::-webkit-slider-thumb {
    background: #747070b3;
}

#LoanEMI-calculator input[type='range']:focus::-webkit-slider-runnable-track {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']::-moz-range-track {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']::-moz-range-thumb {
    background: #747070b3;
}

#LoanEMI-calculator input[type='range']::-ms-fill-lower {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']:focus::-ms-fill-lower {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']::-ms-fill-upper {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']:focus::-ms-fill-upper {
    background: #75d4dd;
}

#LoanEMI-calculator input[type='range']::-ms-thumb {
    background: #747070b3;
}


#goal-sip-calculator input[type='range']::-webkit-slider-runnable-track {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']::-webkit-slider-thumb {
    background: #16b6ec;
}

#goal-sip-calculator input[type='range']:focus::-webkit-slider-runnable-track {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']::-moz-range-track {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']::-moz-range-thumb {
    background: #16b6ec;
}

#goal-sip-calculator input[type='range']::-ms-fill-lower {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']:focus::-ms-fill-lower {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']::-ms-fill-upper {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']:focus::-ms-fill-upper {
    background: #d4e5ed;
}

#goal-sip-calculator input[type='range']::-ms-thumb {
    background: #16b6ec;
}

#sip-calculator canvas, #Lumpsum-calculator canvas, #LoanEMI-calculator canvas,
#goal-sip-calculator canvas {
    width: 100% !important;
    height: auto !important;
}

#sip-calculator canvas, #Lumpsum-calculator canvas, #LoanEMI-calculator canvas {
    margin-top: 30px;
}

#goal-sip-calculator canvas {
    margin-top: 50px;
}

.inflation-arc {
    margin-left: -5%;
    width: 122px !important;
}

.goal-sip-arc {
    margin-left: 97%;
    margin-top: -49%;
    width: 120px !important;
}

.sip-arc, .Lumpsum-arc, .Lumpsum-arc {
    margin-left: 100%;
    width: 120px !important;
    margin-top: -59%;
}

.calculator button {
    font-size: 18px;
    font-weight: bold;
    width: auto;
    border: 0px;
    background: linear-gradient(#f37a07, #dd6d21);
    color: #fff;
    padding: 5px;
}

.lang-ta #elss-tax-calculator .input {
    width: 51%;
}

.lang-ml #elss-tax-calculator .input {
    width: 52%;
}

#elss-tax-calculator .input {
    width: 55%;
    background-image: url('../images/green-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 95% 0%;
    padding-right: 5%;
    margin-bottom: 50px;
}

.lang-ta #elss-tax-calculator .output {
    width: 49%;
}

.lang-ml #elss-tax-calculator .output {
    width: 48%;
}

.lang-ta #elss-tax-calculator .output .result {
    font-size: 14px;
    padding-top: 3px;
    margin-top: -4px;
}

.lang-ml #elss-tax-calculator .output .result {
    font-size: 16px !important;
    padding-top: 8px;
}

.lang-ta .disclaimer-wrapper .ready-to-invest a {
    font-size: 8px;
}

.lang-te .disclaimer-wrapper .ready-to-invest a {
    font-size: 12px;
}

.lang-bn .disclaimer-wrapper .ready-to-invest a, .lang-kn .disclaimer-wrapper .ready-to-invest a, .lang-ml .disclaimer-wrapper .ready-to-invest a {
    font-size: 14px;
}

.lang-ta .disclaimer-wrapper .calculator-disclaimer p, .lang-ml .disclaimer-wrapper .calculator-disclaimer p {
    font-size: 10px;
}

.lang-te .disclaimer-wrapper .calculator-disclaimer p {
    font-size: 11px;
}

.lang-bn .disclaimer-wrapper .calculator-disclaimer p, .lang-kn .disclaimer-wrapper .calculator-disclaimer p {
    font-size: 12px;
}

.lang-ta .calculator-disclaimer, .lang-te .calculator-disclaimer, .lang-bn .calculator-disclaimer, .lang-kn .calculator-disclaimer, .lang-ml .calculator-disclaimer {
    padding-top: 15px;
}

.lang-ml #elss-tax-calculator .tax-saved-result {
    font-size: 28px;
    margin-top: -10px;
}

#elss-tax-calculator .output {
    display: flex;
    width: 45%;
    margin-top: 35px;
    padding-left: 0px;
}

    #elss-tax-calculator .output .result {
        margin-left: 20px;
    }

#elss-tax-calculator .tax-saved {
    clear: both;
    display: block;
    margin-top: 25px;
    font-family: "Noto Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    float: left;
}

#elss-tax-calculator .tax-saved-result {
    float: right;
    font-size: 36px;
    line-height: 1.5em;
    color: #fff;
    background: linear-gradient(to right, #11a9a4, #56dcaf);
    border-radius: 30px;
    padding: 0px 20px;
    margin-top: -17px;
    margin-left: 20px;
}

#inflation-calculator .input,
#sip-calculator .input, #Lumpsum-calculator .input, #LoanEMI-calculator .input,
#goal-sip-calculator .input {
    width: 60%;
    background-image: url('../images/green-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%;
    padding-right: 5%;
}

#sip-calculator .input, #Lumpsum-calculator .input, #LoanEMI-calculator .input {
    background-image: url('../images/yellow-arrow.png');
    background-size: 153px;
    padding-right: 10%;
}

#goal-sip-calculator .input {
    background-image: url('../images/blue-arrow.png');
    background-size: 125px;
    padding-right: 8%;
}

#inflation-calculator .output {
    width: 40%;
    height: 300px;
    padding-top: 120px;
    padding-left: 0px;
}

    #inflation-calculator .output button {
        width: 20%;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
    }

    #elss-tax-calculator .output .result, #inflation-calculator .output .result {
        float: left;
        font-size: 36px;
        line-height: 1.5em;
        color: #fff;
        background: linear-gradient(to right, #11a9a4, #56dcaf);
        border-radius: 30px;
        padding: 0px 20px;
        margin-top: -11px;
    }

.lang-te #elss-tax-calculator .output .result {
    font-size: 32px;
}

.lang-bn #elss-tax-calculator .output .result {
    font-size: 30px;
}

#elss-tax-calculator .output .result {
    float: left;
    font-size: 36px;
    line-height: 1.5em;
    color: #fff;
    background: linear-gradient(to right, #11a9a4, #56dcaf);
    border-radius: 30px;
    padding: 0px 20px;
    margin-top: -15px;
}

#inflation-calculator .output .smaller-result {
    margin-top: -16px;
    font-size: 36px;
}

#inflation-calculator .output .smallest-result {
    margin-top: -4px;
    font-size: 20px;
}

a.back-to-top {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #038d8a;
    color: #fff;
    font-size: 16px;
    text-indent: 4px;
    line-height: 30px;
}

.page-node-1 #goal-sip-calculator {
    border: 0px;
}

#goal-sip-calculator .calculate {
    float: right;
    width: 40%;
    margin-top: 110px;
}

.calculator-article .disclaimer-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.disclaimer-wrapper .calculator-disclaimer p {
    margin: 0;
    color: #11a9a4;
    font-size: 14px;
}

@media all and (min-width: 851px) and (max-width: 1280px) {
    .calculator label {
        margin-left: 80px;
    }
    .investmentsinword {
        float: right;
        font-size: 10px;
        position: relative;
        top: -5px;
        color: #5cc6d0;
    }
    .chartbartitle {
        font-size: 12px;
        padding-left: 4px;
        padding-top: 4px;
        width: fit-content;
    }
    #elss-tax-calculator .rupee {
        margin-top: 0px;
    }

    .calculator input[type="range"] {
        width: 52%;
    }

    .calculator-article .disclaimer-wrapper {
        display: block;
    }

    #elss-tax-calculator .input {
        display: grid;
    }

    #elss-tax-calculator .output {
        margin: 30px 0 30px 0;
        float: none;
        text-align: center;
    }

    #elss-tax-calculator .input, #elss-tax-calculator .output {
        width: 100% !important;
        padding: 0px;
        background: none;
    }

    .lang-ta #elss-tax-calculator .output .result, .lang-ml #elss-tax-calculator .output .result, .lang-bn #elss-tax-calculator .output .result, .lang-te #elss-tax-calculator .output .result {
        font-size: 36px !important;
        padding: 0px 20px;
        margin-top: -15px;
    }

    .radio-buttons label {
        margin-left: 0px;
    }

    #inflation-calculator .input {
        padding-right: 9%;
    }

    .rupee,
    .percent,
    .years {
        width: 70px;
    }

    #sip-calculator .input, #Lumpsum-calculator .input, #LoanEMI-calculator .input {
        padding-right: 14%;
        background-size: 147px;
        background-position: 101% 0%;
    }

    #goal-sip-calculator .input {
        padding-right: 10%;
        background-size: 120px;
        background-position: 100% 15%;
    }

    #goal-sip-calculator .calculate {
        float: right;
        width: 40%;
        margin-top: 110px;
    }

    #goal-sip-amount {
        width: 60%;
        margin-right: 4%;
    }

    .ready-to-invest a, .disclaimer-wrapper .calculator-disclaimer p {
        margin-left: 5px;
    }
}

@media all and (min-width: 851px) and (max-width: 1024px) {
    #goal-sip-amount {
        width: 60%;
        margin-right: 4%;
    }


}
@media all and (min-width: 350px) and (max-width: 800px) {
    #LoanEMIInvestNow {
        background: rgb(92, 198, 208);
        /* height: 66px; */
        font-size: 16px;
        color: #525252;
        font-weight: bold;
        font-family: Lato !important;
        word-spacing: 1px;
        letter-spacing: 1.5px;
        box-shadow: rgb(0 0 0 / 24%) 1px 0px 9px;
        padding: 15px 20px;
        line-height: 18px;
        text-shadow: 0 0px 0 #d7d7d7 !important;
    }
}
    @media all and (max-width: 850px) {
        .chartbartitle {
            font-size: 12px !important;
            padding-left: 4px !important;
            padding-top: 4px !important;
            width: fit-content !important;
        }

        .investmentsinword {
            float: right;
            font-size: 10px !important;
            position: relative;
            top: -5px;
            color: #5cc6d0;
        }

        #sidebarCollapse {
            height: 52px !important;
        }

        .calculator label {
            font-weight: normal;
            margin-top: 0px;
            margin-left: 40px;
            margin-bottom: 0px;
        }

        #elss-tax-calculator label {
            margin-left: 32px;
            margin-bottom: 5px !important;
            font-size: 14px;
        }

        .calculator .input,
        .calculator .output {
            width: 100%;
            float: none;
            display: block;
            box-sizing: border-box;
        }

        .calculator .output {
            text-align: center;
            padding: 0px;
            margin-top: 20px;
        }

        .parameter .min,
        .parameter .max {
            margin-top: 35px;
        }

        #goal-sip-amount {
            margin-left: 15px;
            width: 75%;
        }

        #goal-sip-calculator .goal-amount {
            margin-left: 60px;
            margin-bottom: -7px;
        }

        #elss-tax-calculator .input,
        #elss-tax-calculator .output,
        #inflation-calculator .input,
        #inflation-calculator .output,
        #sip-calculator .input,
        #sip-calculator .output,
        #Lumpsum-calculator .input,
        #Lumpsum-calculator .output,
        #LoanEMI-calculator .input,
        #LoanEMI-calculator .output,
        #goal-sip-calculator .input,
        #goal-sip-calculator .output,
        .lang-ta #elss-tax-calculator .input,
        .lang-ta #elss-tax-calculator .output
        .lang-ml #elss-tax-calculator .input,
        .lang-ml #elss-tax-calculator .output {
            width: 100% !important;
            padding: 0px;
            background: none;
        }

        #elss-tax-calculator .input,
        #elss-tax-calculator .output {
            display: grid;
        }

        #sip-calculator .output, #Lumpsum-calculator .output, #LoanEMI-calculator .output,
        #goal-sip-calculator .output {
            margin-top: 0px;
        }

        #inflation-calculator .output {
            padding: 0px;
            height: auto;
        }

        .rupee,
        .percent,
        .years {
            width: 17%;
            height: auto;
            margin-top: 9px;
        }

        .calculator .parameter {
            height: 70px;
            line-height: 70px;
            width: 100%;
        }

        #elss-tax-calculator input[type='range'],
        .calculator input[type='range'] {
            width: 100%;
            margin-top: 0px;
            margin-left: 0px;
        }

        #elss-tax-calculator input[type='range'] {
            width: 48%;
            margin-top: 20px;
            margin-left: -79px;
        }

        #elss-tax-calculator input[type='text'] {
            width: 34% !important;
        }

        .calculator input[type='number'],
        .calculator input[type='text'] {
            width: 35%;
            margin-top: 8px;
            outline: none;
        }

        #elss-tax-calculator input[type='text'] {
            font-size: 16px;
        }

        #elss-tax-calculator input[type='text'] {
            font-size: 16px;
        }

        .calculator .output button,
        .calculator .output .result,
        #inflation-calculator .output button {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .calculator .output button,
        #inflation-calculator .output button {
            margin-bottom: 10px;
            width: auto;
        }

        #inflation-calculator .output button {
            margin-bottom: 60px;
        }

        #elss-tax-calculator .input {
            margin-bottom: 0px;
        }

        #elss-tax-calculator .output {
            margin: 30px 0 30px 0;
        }

        .lang-te #elss-tax-calculator .output .result, .lang-ta #elss-tax-calculator .output .result {
            font-size: 20px;
        }

        .lang-bn #elss-tax-calculator .output .result {
            font-size: 24px;
        }

        .lang-bn #elss-tax-calculator .tax-saved {
            font-size: 14px;
        }

        .lang-ml #elss-tax-calculator .output .result {
            font-size: 24px !important;
            padding-top: 0px;
        }

        #elss-tax-calculator .output .result, #inflation-calculator .output .result {
            float: none;
            display: inline-block;
            font-size: 24px;
            width: auto;
            margin-left: auto;
            margin-right: auto;
            margin-top: -3px;
        }

        #elss-tax-calculator .output .result {
            /* font-size: 16px; */
            margin-top: 10px !important;
        }

        .calculator-article .disclaimer-wrapper {
            display: block;
        }

        .disclaimer-wrapper .calculator-disclaimer p {
            margin-left: 5px;
            margin-right: 5px;
        }

        #elss-tax-calculator .tax-saved-result {
            font-size: 24px;
            margin-top: -5px;
        }

        #elss-tax-calculator .tax-saved {
            margin-top: 30px;
        }

        #inflation-calculator .output .smaller-result {
            font-size: 24px;
            margin-top: -30px;
        }

        #inflation-calculator .output .smallest-result {
            font-size: 20px;
            margin-top: -30px;
        }

        #sip-calculator .output, #Lumpsum-calculator .output, #LoanEMI-calculator .output,
        #goal-sip-calculator .output {
            height: auto;
            padding: 0px;
            text-align: center;
        }

        #sip-calculator canvas, #Lumpsum-calculator canvas, #LoanEMI-calculator canvas,
        #goal-sip-calculator canvas {
            margin-top: 40px;
            margin-left: auto;
            margin-right: auto;
            /*width: 50% !important;*/
            height: auto !important;
        }

        .radio-buttons label {
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding-left: 40px;
            margin: 0px 30px 10px 0px;
            font-size: 14px;
            line-height: 1.6em;
        }

            .radio-buttons label:before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                position: absolute;
                left: 10px;
                bottom: 1px;
                background-color: #ddd;
                border: 1px solid #75d4dd;
                border-radius: 100%;
            }

        input[type=radio]:checked + label:before {
            content: "\2022";
            color: #999;
            font-size: 20px;
            text-align: center;
            line-height: 18px;
        }

        #sip-calculator .calculate, #Lumpsum-calculator .calculate, #LoanEMI-calculator .calculate, #goal-sip-calculator .calculate {
            text-align: center;
            margin-top: 20px;
            width: 100%;
        }
    }

    @media all and (max-width: 800px) {
        .calculator input[type='number'], .calculator input[type='text'] {
            font-size: 16px;
            margin-top: -47px;
            text-align: right;
            float: right;
        }

        #sidebarCollapse {
            height: 52px !important;
        }

        .rupee,
        .percent,
        .years {
            width: 9%;
            height: auto;
        }

        .calculator label {
            margin-top: 25px;
            margin-left: 0px;
            margin-bottom: 18px;
        }

        #goal-sip-amount {
            width: 70%;
        }

        #goal-sip-calculator .goal-amount {
            margin-left: 190px;
        }

        #goal-sip-calculator .calculate {
            float: left;
            width: 100% !important;
            margin-top: 47px;
        }
    }

    @media all and (max-width: 360px) {
        .rupee,
        .percent,
        .years {
            width: 12%;
        }

        #sidebarCollapse {
            height: 52px !important;
            padding-left: 0px;
        }

        .calculator label {
            margin-top: 0px;
            margin-left: 40px;
            margin-bottom: 0px;
        }

        #goal-sip-calculator .goal-amount {
            margin-left: 100px;
        }

        #goal-sip-calculator .calculate {
            width: 100%;
            margin-top: 47px;
        }

        #goal-sip-amount {
            width: 69%;
        }
    }

    @media all and (max-width: 320px) {
        .calculator label {
            margin-left: 22px !important;
        }

        #inflation-calculator input[type="text"],
        #sip-calculator input[type="text"], #Lumpsum-calculator input[type="text"], #LoanEMI-calculator input[type="text"] {
            font-size: 18px;
        }
    }

    .box {
        overflow: hidden;
    }

    .contextNav {
        /*display: none;*/
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear;
    }

    .checklist_wrap .box {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear;
    }

    .checklist-wrap {
        padding-top: 2em;
    }

    .contextNav.onethird {
        background-color: transparent;
        border-right: 1px solid #ededed;
    }

    .checklist-select li {
        text-align: right;
        color: #666;
        background: #ffffff;
        padding: 0.35em;
        margin-bottom: 0.75em;
        list-style-type: none;
    }

        .checklist-select li.active {
            background-color: #f7f7f7;
            font-weight: bold;
            font-size: 0.9em;
        }

        .checklist-select li:hover {
            cursor: pointer;
            background-color: #f7f7f7;
        }

    @media only screen and (min-width:609px) {

        .contextNav {
            display: block;
        }

        .checklist-wrap .box {
            display: none;
            opacity: 0;
            /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
        }

        .checklist-wrap .selected {
            display: block;
            opacity: 1;
            /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
        }

        .checklist-wrap .box .deptBox > div {
            display: none;
        }

        .checklist-wrap .selected .deptBox > div {
            display: block;
        }
    }
