body {
  
    font-family: 'Poppins', sans-serif;
}
#emi-calculator{
    background: url(../images/bg-blog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: 'Poppins', sans-serif;
}
.calcslidecontainer {
    width: 100%;
}

.calcslider {
    -webkit-appearance: none;
    width: 83.5%;
    margin: 0 8%;
    height: 5px;
    background: #000;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.calcslider:hover {
    opacity: 1;
}

.calcslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #fff;
    cursor: pointer;
}

.emiCalculator {
    background: url("../images/emicalculator1.jpg");
    background-size: contain;
    background-position: center;
    height: 75px;
    /* border-radius: 15px; */
    background-repeat: no-repeat;
}

.divresult {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 244px;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1fa15a, #97c739) border-box;
    border: 2px solid transparent !important;
}

.divresult input {
    margin-bottom: 0 !important;
    font-size: 26px;
    margin-left: 10px;
    width: 195px;
    color: #000;
    outline: none;
    border: none;
    font-weight: 500;
}
.divresult .calcOk {
    font-size: 26px !important;
	    background:#000!important;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 62.4px;
    font-weight: 600;
    height: 48.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loanCalch1 {
    font-size: 15px !important;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1fa15a, #97c739) border-box;
    border: 2px solid transparent !important;
    width: fit-content;
    padding: 3px 11px;
    margin: 1% 3%;
    border-radius: 6px;
    text-transform: uppercase;
    color: #000;
}

.calcslidertenure {
    -webkit-appearance: none;
    width: 83.5%;
    margin: 0 8%;
    height: 5px;
    background:#000!important;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.calcslidertenure:hover {
    opacity: 1;
}

.calcslidertenure::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #fff;
    cursor: pointer;
}

.emiCalculatortenure {
    background: url("../images/emicalculator2.jpg");
    background-size: contain;
    background-position: center;
    height: 75px;
    /* border-radius: 15px; */
    background-repeat: no-repeat;
}


.interest-rate {
    background: url("../images/interest-rate.jpg");
    /*background: url("interest-rate.png");*/
    background-size: contain;
    background-position: center;
    height: 75px;
    /* border-radius: 15px; */
    background-repeat: no-repeat;
}

.divresultenure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:244px;
    border-radius: 10px;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1fa15a, #97c739) border-box;
    border: 2px solid transparent !important;
}

.divresultenure input {
    margin-bottom: 0 !important;
    font-size: 26px;
    width:200px;
    margin-left: 10px;
    color: #000;
    outline: none;
    border: none;
    font-weight: 500;
}

.divresultenure .calcOktenure {
    font-size: 26px !important;
	background: linear-gradient(to left, #60df2d, #94ce21);
    color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 62.4px;
    font-weight: 600;
    height: 48.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emiresdiv-form {
    display: flex;
}

.emiCalculatortenureh1 {
    font-size: 15px !important;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1fa15a, #97c739) border-box;
    border: 2px solid transparent !important;
    width: fit-content;
    padding: 3px 11px;
    text-transform: uppercase;
    margin: 1% 3%;
    border-radius: 6px;
    color: #000;
}

.eminterestRate {
    background: linear-gradient(to left, #004485, #40c2ba);
    width: 50%;
    height: 73px;
    display: flex;
    justify-content: start;
    align-items: center;
    /* padding: 0 30px; */
    border-radius: 50px;
    margin-left: 4%;
}

.eminterestRate h4 {
    border-bottom: 2px dashed #fff;
    /* padding: 0 10px; */
    border-width: 1px;
    margin-left: 6%;
    /* width: 50%; */
}

.eminterestRate input {
    outline: none;
    border: none;
    background: transparent;
}

.eminterestRate input::placeholder {
    color: #fff;
    font-size: 24px;
    padding: 0 6px;
    font-weight: 500;
}

.emintcalculate-btn button {
    border: none;
    color: #fff;
    width: 222px;
    font-weight: 600;
    font-size: 22px;
    border-radius: 25px;
    background: linear-gradient(to left, #77be3c, #77be3c);
    height: 54px;
    letter-spacing: 1px;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-transform: uppercase;
}

.emiactive {
    background: #004485;
}

.emintcalculate-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emiresdiv-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emi-details-section {
    display: flex;
    justify-content: center;
    margin-top: 1.8rem;
}

.your-emi-details {
	background: linear-gradient(to left, #000000, #000000);
    height: auto;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.emi-details-heading h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.emi-details-heading h5 {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;
}

.emi-details-heading span {
    color: yellow;
    font-weight: 600;
}

.emi-details-section-1 {
    display: grid;
    background: #fff;
    width: 327px;
    height: 292px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 20px;
}

.emi-details-section-2 {
    background: #fff;
    width: 39%;
    padding-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 20px;
}

.emi-details-section-2 h4 {
	background: linear-gradient(to left, #000000, #000000);
    color: #fff;
    text-align: center;
    padding: 6px 0px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 38px;
    margin-bottom: 2rem;
}

.emi-details-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
}


.emi-details-inner h5 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.emi-details-inner h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.emi-details-inner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.emi-details-inner-button a {
    text-decoration: none;
    border: none;
    background-color: #efefef;
    border-bottom: 3px solid rgb(209 209 209);
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 54%;
    padding-right: 7%;
    text-transform: uppercase;
    font-size: 22px;
    align-items: center;
    border-radius: 10px;
    color: #004485;
}

.emi-details-inner-button a span {
	background: linear-gradient(to left, #4fa114, #77bc16);
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.emi-details-inner-button a img {
    height: 28px;
}

.emi-piechart-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emi-piechart-div h4 {
	background: linear-gradient(to left, #000000, #000000);
    color: #fff;
    text-align: center;
    padding: 6px 9px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 38px;
    margin-bottom: .7rem;
}

.emi-piechart-result {
    padding: .4rem 1rem;
}

.emi-piechart-result-inner {
    display: flex;
    justify-content: space-between;
}

.emi-piechart-result-inner h4 {
    font-size: 15px;
}

.emi-piechart-result-inner h5 {
    font-size: 15px;
    font-weight: 600;
}

.emi-loan-amount {
    background-color: #004485;
    padding: 0px 10px;
    margin-right: .4rem;
}

.emi-interest-rate {
    background-color: #40c2ba;
    padding: 0px 10px;
    margin-right: .4rem;
}

.rs-span {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.rs-span span {
    margin: 0 .2rem;
}

/* -------------------------only css pie chart---------------------- */
.emi-piechart {
    display: flex;
    justify-content: center;
}
.sepratecalculate{
margin-top: 2rem;
}
/* .emi-piechart .pie {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #004485;
    background-image:
        linear-gradient(to right, transparent 50%, #40c2ba 0);

}

.emi-piechart .pie::before {
    content: ’;
    display: block;
    margin-left: 50%;
    height: 100%;
}

.pie::before {
    content: ’;
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;
    background: #40c2ba;
    transform-origin: left;
    transform: rotate(.1turn);
}

.pie::before {
    content: ’;
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;
    transform-origin: left;
    animation: spin 3s linear infinite,
        bg 6s step-end infinite;
}

@keyframes spin {
    to {
        transform: rotate(.5turn);
    }
}

@keyframes bg {
    50% {
        background: #655;
    }
} */

/* ----------------------------------------- */
.totalpayble {
    display: flex;
    padding: .5rem 1rem;
    justify-content: space-between;
    border-top: 2px solid #004485;
}

.totalpayble h4 {
    font-size: 15px;
}

.totalpayble h5 {
    font-size: 15px;
}

.emiresdiv-form {
    display: flex;
}

.interest-rate-input {
    width: 244px;
}

@media only screen and (max-width: 480px) and (min-width:375px) {
    .calcslider {
        width: 92%;
        margin: 0 4%;
        margin-top: 6%;
    }

    .interest-rate-input {
        width: 245px;
    }

    .emi-details-section {
        justify-content: center;
        margin-top: 1.3rem;
        display: grid;
        justify-items: center;
    }

    .emiresdiv-form {
        display: grid;
    }

    .emi-details-section-2 {
        width: 100%;
    }

    .emi-details-section-1 {
        margin: 1rem 0;
    }

    .your-emi-details {
        height: auto;
    }

    .eminterestRate {
        width: 60%;
        height: 57px;
        padding: 0 30px;
        margin-left: 0;
    }

    .calcslidertenure {
        width: 93%;
        margin: 0 3%;
        margin-top: 6%;
    }

    .emintcalculate-btn {
        justify-content: start;
    }

    .emiresdiv-col {
        display: flex;
        justify-content: flex-start;
    }
    .emi-details-inner-button a{
    font-size:15px;
}
}

@media only screen and (max-width: 280px) {
    .calcslider {
        width: 92%;
        margin: 0 4%;
        height: 3px;
        margin-top: 11%;
    }


    .interest-rate-input {
        width: 245px;
    }

    .emiresdiv-form {
        display: grid;
    }

    .your-emi-details {
        height: auto;
    }

    .emi-details-section {
        display: grid;
        justify-items: center;
    }

    .emi-details-section-1 {
        width: auto;
        height: auto;
    }

    .emi-details-section-2 {
        width: 100%;
        padding: 0;
        margin: 1rem;
    }

    .emi-details-inner-button button {
        width: 84%;
        padding-right: 4%;
    }

    .emi-details-inner {
        padding: 0 1rem;
    }

    .emi-details-heading h4 {
        font-size: 24px;
    }

    .emi-details-heading h5 {
        font-size: 18px;
    }

    .eminterestRate {
        width: 85%;
        height: 50px;
        padding: 0 30px;
        margin-left: 0%;
    }

    .emintcalculate-btn {
        justify-content: start;
    }

    .calcslidertenure {
        width: 91%;
        margin: 0 5%;
        height: 2px;
        margin-top: 11%;
    }

    .divresult {
        width: 217px;
        height: 48px;
    }

    .divresult .calcOk {
        width: 63.4px;
        height: 39.4px;
    }

    .divresultenure {
        width: 217px;
        height: 48px;
    }

    .divresultenure .calcOktenure {
        width: 63.4px;
        height: 39.4px;
    }

    .calcslider::-webkit-slider-thumb {
        width: 6px;
        height: 6px;
    }

    .calcslidertenure::-webkit-slider-thumb {
        width: 6px;
        height: 6px;
    }
    .emi-details-inner-button a{
    font-size:15px;
}
}

@media only screen and (max-width: 360px) and (min-width:300px) {
    .calcslider {
        width: 92%;
        margin: 0 4%;
        height: 3px;
        margin-top: 7%;
    }
.emi-details-inner-button a{
    font-size:15px;
}
    .interest-rate-input {
        width: 245px;
    }

    .emi-details-section {
        justify-content: center;
        margin-top: 1.3rem;
        display: grid;
        justify-items: center;
    }

    .emi-details-section-2 {
        width: 100%;
    }

    .emi-details-section-1 {
        margin: 1rem 0;
    }

    .your-emi-details {
        height: auto;
    }

    .eminterestRate {
        width: 69%;
        height: 73px;
        padding: 0 30px;
        margin-left: 0%;
    }

    .emintcalculate-btn {
        justify-content: start;
    }

    .calcslidertenure {
        margin-top: 7%;
    }

    .calcslider::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
    }

    .calcslidertenure::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
    }

    .emiresdiv-col {
        display: flex;
        justify-content: flex-start;
    }

    .emiresdiv-form {
        display: grid;
    }
}

@media only screen and (max-width: 540px) and (min-width:481px) {
    .emiresdiv-col {
        justify-content: start;
        margin: 2%;
    }

    .interest-rate-input {
        width: 245px;
    }

    .your-emi-details {
        height: auto;
    }

    .emi-details-section {
        display: grid;
        justify-items: center;
    }

    .emi-details-section-2 {
        width: 88%;
        padding: 1rem;
        margin: 1rem;
    }

    .emi-details-heading h4 {
        font-size: 24px;
    }

    .emi-details-heading h5 {
        font-size: 18px;
    }

    .emintcalculate-btn {
        display: flex;
        justify-content: start;
    }

    .eminterestRate {
        margin-left: 0;
    }

    .calcslider {
        width: 90%;
        margin: 0 5%;
        height: 5px;
        margin-top: 3.5%;
    }

    .calcslidertenure {
        width: 89%;
        margin: 0 6%;
        height: 5px;
        margin-top: 3.5%;
    }

    .emiresdiv-form {
        display: grid;
        width: 94%;
    }
}

@media only screen and (max-width: 667px) and (min-width:541px) {}

@media only screen and (max-width: 768px) and (min-width:668px) {
    .emiresdiv-col {
        justify-content: start;
        margin: 2%;
    }

    .emintcalculate-btn {
        display: flex;
        justify-content: start;
    }

    .eminterestRate {
        margin-left: 0;
    }

    .calcslider {
        width: 90%;
        margin: 0 5%;
        height: 5px;
    }

    .calcslidertenure {
        width: 89%;
        margin: 0 6%;
        height: 5px;
    }

    .emiresdiv-form {
        display: grid;
    }

    .emi-details-inner {
        padding: 0 1rem;
    }

    .your-emi-details {
        height: auto;
        padding: 2rem;
    }

    .emi-details-inner-button button {
        width: 70%;
        padding-right: 3%;
    }
}

@media only screen and (max-width: 820px) and (min-width:769px) {
    .emiresdiv-col {
        justify-content: start;
        margin: 2%;
    }

    .emi-details-inner {
        padding: 0 1rem;
    }

    .your-emi-details {
        height: auto;
        padding: 2rem;
    }

    .emi-details-inner-button button {
        width: 70%;
        padding-right: 3%;
    }

    .emintcalculate-btn {
        display: flex;
        justify-content: start;
    }

    .eminterestRate {
        margin-left: 0;
    }

    .calcslider {
        width: 90%;
        margin: 0 5%;
        height: 5px;
    }

    .emi-details-inner {
        padding: 0 1rem;
    }

    .calcslidertenure {
        width: 89%;
        margin: 0 6%;
        height: 5px;
    }

    .emiresdiv-form {
        display: grid;
    }
}
@media only screen and (max-width: 998px) and (min-width:913px) {
.emiresdiv-form {
        display: grid;
        margin-top: 1rem;
    }
    .emiresdiv-col {
    justify-content: start;
    margin-top: 1rem;
}
.emintcalculate-btn {
justify-content: start;
margin-top: .8rem;
}
}
@media only screen and (max-width: 912px) and (min-width:821px) {
    .emiresdiv-col {
        justify-content: start;
        margin: 2%;
    }

    .emiresdiv-form {
        display: grid;
    }

    .emintcalculate-btn {
        display: flex;
        justify-content: start;
    }

    .eminterestRate {
        margin-left: 0;
    }

    .calcslider {
        width: 90%;
        margin: 0 5%;
        height: 5px;
    }

    .calcslidertenure {
        width: 89%;
        margin: 0 6%;
        height: 5px;
    }

    .emi-details-inner-button button {
        width: 64%;
        padding-right: 6%;
    }

    .your-emi-details {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 5rem;
    }

    .loanCalch1 {
        font-size: 15px !important;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #40c2ba, #004485) border-box;
        border: 2px solid transparent !important;
        width: fit-content;
        padding: 3px 11px;
        margin: 1% 3%;
        border-radius: 6px;
        text-transform: uppercase;
        color: #004485;
    }
    
}