

.steps {
    border-color: rgba(0,0,0,0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0 0 35px!important;
    position: relative;
    width: 100%;
}
.tick {
    color: #000;
    font-size: 11px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    width: 48px;
}
.calculator_background{
    background-color: #f5f5f5;
    padding: 30px;
    height: 100%;
}
.emi_slider_info {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    height: 35px;
    margin: 0;
    color: #003d8f;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    float: right;
    width: 20%;
}
.goalname .emi_slider_info {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    height: 35px;
    margin: 0;
    color: #03c4e0;
    font-weight: bold;
    text-align: left;
    border-radius: 3px;
    float: left;
    padding-left: 15px;
    margin-left: 20px;
    width: 70%;
}
.lable_title {
    margin-top: 5px;
	font-size:17px;
}
.calculator-field {
    margin-bottom: 90px;
}
.slider.slider-horizontal {
    margin-top: 30px;
}
.chart_box {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.benefits_box {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.result_box {
    padding: 15px;
}
.result_box h4 {
    font-size: 15px;
    color: #818181;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    line-height: 25px;
}
.result_box p {
    font-size: 16px;
    color: #272727;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}
.calculators_border {
    border-bottom: 2px solid #e4e4e4 !important;
}

rect {
    fill: none;
}
.row.row-eq-height {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.chart_box{
    margin-bottom: 20px;
}


 @media (min-width: 0px) and (max-width: 767px){
.emi_slider_info {
    width: 50%;
}
    .row.row-eq-height {
    display: inline-block !important;
}
.benefits_box{
    margin-top: 20px;
}
.chart_box{
    margin-top: 20px;
}
 }
 @media (min-width: 320px) and (max-width: 1023px){
.row.row-eq-height {
    display: block;
}
.benefits_box{
    margin-top: 20px;
}
.chart_box{
    margin-top: 20px;
}
}