.noUi-target{
    height: 12px;
    /*border-radius: 6px;*/
    border-radius: 10px;
    background-color: #f2f2f2;
    border: none;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.noUi-connect{
    height: 12px;
    /*border-radius: 6px;*/
    border-radius: 10px !important;
    background-color: #78b634;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.noUi-horizontal .noUi-handle{
    width: 32px;
    height: 32px;
    top: -10px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    left: -6px;
    /*box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);*/
    /*-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    -moz-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
}
.noUi-horizontal .noUi-active{
    /*box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);*/
    /*-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);*/
    top: -9px;
    /*touch-action: pan-y;*/
    /*-ms-touch-action: pan-y;*/
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    -moz-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
}
.noUi-horizontal .noUi-handle:focus{
    outline: none;
}
.noUi-handle:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #78b634;
    border-radius: 50px;
    top: 50%;
    right: 50%;
    margin-top: -4.1px;
    margin-left: -4.5px;
    /*box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);*/
    /*content: "";*/
    /*display: block;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*background-color: #78b634;*/
    /*border-radius: 50%;*/
    /*margin: 12px auto;*/
}
.noUi-handle:before{
    display: none;
}
.creditTerm object{
    width: 180px;
    height: 45px;
    border: solid 1px #cbcbcb;
    padding-right: 12px;
    float: right;
    font-size: 1.4rem;
    text-align: right;
}
#car_details_form_creditTerm{
    border: none;
    text-align: right;
    outline: none;
    line-height: 30px;
    color: #424242;
    width: 108px;
}
.rate_val{
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: bolder;
    color: #78b634;
}
@media (max-width: 575px) {
    #car_details_form_creditTerm {
        height: 28px;
        line-height: 28px;
        font-size: 1.2rem;
    }
}

@media (max-width: 450px) {
    .creditTerm object {
        width: 190px;
        display: block;
        float: none;
        /*height: 36px;*/
    }
}