.fade.show {
    opacity: 1;
}
.emi-ruler {
    font-size: 14px;
    margin-top: 20px;
    max-width: 705px;
}
.loan-amount {
    margin-bottom: 35px;
}
.interest-rate {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
    width: 46%;
}
.tenure {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.emi-input {
    margin-top: 37px;
}
.slidecontainer {
    width: 100%;
}
.ruler-heading {
    display: flex;
}
.ruler-heading span {
    margin-left: auto;
    font-weight: 600;
}
.strip-img {
    background-image: url(../images/strip-slider.png);
    background-repeat: repeat;
    height: 10px;
    width: 100%;
    background-position: center;
    margin-bottom: 9px;
}
.slides.ui-widget.ui-widget-content {
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    height: 8px;
}
.slides.ui-slider .ui-slider-range {
    background: #013b60;
    border-radius: 10px;
    border: 1px solid #7c9fd3;
}
.slides.ui-slider .ui-slider-handle {
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid#c0c0c0;
    width: 20px;
    height: 20px;
}
.slides.ui-slider .ui-slider-range {
    background: #013b60;
    border-radius: 10px;
    border: 1px solid #7c9fd3;
}
.emi-input {
    margin-top: 37px;
}
.emi-input .form-group {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 22px;
}
.emi-input .form-group:last-child {
    margin-right: 0;
}
.emi-input label {
    color: #4b4646;
    font-size: 14px;
}
.emi-input .form-control {
    border-radius: 2px;
    border: 1px solid #dddddd;
    width: 210px;
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(64,64,64,.8);
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em !important;
}