.noUi-horizontal {
    height: 2px;
}
.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    left: 0;
    top: -5px;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #78B428;

}
.noUi-horizontal .noUi-handle.noUi-handle-upper{
    left: auto;
    right: 12px;
}
.noUi-horizontal .noUi-handle:after{
    display: none;
}
.noUi-horizontal .noUi-handle:before{
    display: none;
    content: "";
    position: absolute; top: 100%; left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #96B40A transparent transparent transparent;
    background-color: transparent;

}
.noUi-handle {
    border: none;
    border-radius: 0;
    background: #96B40A;
    cursor: pointer;
    box-shadow: none;
}
.noUi-background {
    background: #eeeeee;
    box-shadow: none;
}
.noUi-target {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
.noUi-connect {
    background: #78B428;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.sliders{
    margin-top: 20px;
    width: 100%;
    padding-right: 4px;
}
@media(max-width: 991px) {
    .sliders{
        width: 100%;
        padding-right: 0;
    }
}
.slider-holder{
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}
.slider-value{
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    color: #121212;
    margin-top: 15px;
}
.slider-value.right{
    float: right;
}
.reset-slider-value{
    position: absolute;
    height: 13px;
    width: 12px;
    right: 0px; top: -25px;
    background: url("../../images/c-close.svg") no-repeat;
    cursor: pointer;
}
