.noUi-handle .noUi-tooltip {
    background: none;
    border: 0px solid #7AA74C;
    color: #555555;
    display: block;
    font-size: 14px;
    left: 2px;
    top: 2px;
    min-width: 50px;
    padding: 5px;
    position: absolute;
    text-align: center;
}


.noUi-target {
    margin-bottom:40px;
    margin-top:30px;
}


.noUi-handle {
    border: 2px solid #7AA74C;
    background-color: #A1D36E;
    border-radius: 5px !important;
}

.noUi-horizontal {
    height: 25px;
}

.noUi-handle::after, 
.noUi-handle::before {
    display:none;
}

.noUi-horizontal .noUi-handle {
    height: 38px;
    left: -30px;
    top: -8px;
    width: 60px;
}



