.slider {
    width: 96%
}

.result {
    background: #f2f2f2
}

.emi {
    background: #f2f2f2;
    border: 5px solid #496805;
    padding: 10px;
    text-align: center
}

.slider>.dragger {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1.3px #c1c1c1;
    width: 20px;
    height: 20px;
    margin-top: -10px
}

.slider>.dragger:hover {
    background: #fff
}

.slider>.track,
.slider>.highlight-track {
    background: #cdd6dd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 6px
}

.slider>.highlight-track {
    background-color: #bc9a51
}

.label-primary,
.label-danger,
.label-warning {
    background-color: #c9252c
}

.label {
    padding: .6em 1em .7em;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

h4,
.h4 {
    margin-bottom: 10px;
    margin-top: 0
}

#la-slider img,
#roi-slider img,
#nm-slider img,
#down-slider img,
#other-slider img {
    width: 100%;
    height: auto;
    padding-top: 18px;
    margin-bottom: 20px;
    clear: both;
    float: left
}


.emi-calculator-detail {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0
}

.emi-calculator-detail input[type="text"],
.emi-calculator-detail select,
.emi-calculator-detail input[type="number"] {
    height: 35px;
    color: #000
}

.emi-calculator-detail input[type="number"] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.emi-calculator-detail input[type="number"]::-webkit-inner-spin-button,
.emi-calculator-detail input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.center {
    text-align: center
}

.rfloat {
    float: right
}

#my_amount,
#my_roi,
#my_tenure,
#other_emi {
    height: 30px;
    color: #0A9CAE;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #cdd6dd;
    width: 50px;
}

.panel-body {
    padding: 15px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.container:before,
.container:after,
.panel-body:before,
.panel-body:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both
}

.col-one-half {
    display: inline-block;
    width: calc(50% - 34px);
    vertical-align: middle;
    position: relative;
    min-height: 1px;
    padding: 0 15px
}

.la-wrapper,
.roi-wrapper,
.nm-wrapper {
    margin-bottom: 30px
}

#la_value,
#roi_value,
#nm_value,
#other_value {
    display: none !important
}

#amount-box {
    padding: 20px 10px;
    display: block;
    margin: 0 auto
}

#amount-box p {
    margin-right: 0;
    text-align: center !important;
    font-size: 22px;
    color: #000000
}

.h-100 {
    height: 100vh
}

.m-0 {
    margin: 0
}

.eligibility-calculator-detail,
.emi-calculator-detail {
    display: block;
    padding: 30px;
    border-radius: 5px;
    max-width: 1000px;
    margin: 0 auto
}

#amount-box p strong {
    margin-top: 15px;
    display: block;
    font-size: 30px
}

@media (max-width: 991px) {
    .col-one-half {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        padding: 0
    }

    .col-one-half.last {
        margin-bottom: 0
    }

    #amount-box p {
        margin: 0
    }

    #amount-box p {
        font-size: 20px
    }
}

.emi-calculator-detail #chartdiv {
    width: 100%;
    height: 300px
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    #amount-box {
        padding: 20px;
        display: block;
        margin: 0 auto;
        height: 50%
    }

    .eligibility-calculator-detail,
    .emi-calculator-detail {
        padding: 0px 30px;
    }
}

.slider>.highlight-track {
    background-color: #0A9CAE !important;
}

#amount-box {
    font-weight: 300;
}

@media (max-width: 380px) {

    .eligibility-calculator-detail,
    .emi-calculator-detail {
        padding: 0px 20px;
    }

    .la-wrapper h4 {
        font-size: 14px;
    }
}

#chartdiv svg g text textPath {
    fill: #056D7A !important;
    font-weight: 500;
}