.slider-box {
    width: 100%;
}

.range-slider-wrapper span {
    width: 45px;
    margin-left: 10px;
}

.range-slider-wrapper span:first-child {
    text-align: left;
    margin-left: initial;
    margin-right: 10px;
}

.range-slider-wrapper .ui-widget-content {
    height: 4px !important;
    border: none !important;
    background: #E0E0E0 !important;
    border-radius: 10px !important;
}

.range-slider-wrapper .ui-widget-header {
    background: #244170 !important;
    border: none;
}

.range-slider-wrapper .ui-widget-header a:hover  {
    background: #244170 !important;
    border: none;
}

.range-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #B68047;
    border-radius: 50%;
    border: 1px solid #B68047;
}

.range-slider-wrapper .ui-slider-horizontal .ui-slider-handle:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


