.range_slide
.ui-corner-all{
    width: 100%;
    height: 20px !important;
    border-radius: 4px !important;
    background: #00ccff ;
}

.range_slide .ui-slider:before,
.range_slide .ui-slider:after{
    position: absolute;
    content: '';
    top: 4px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.range_slide .ui-slider:before{
    left: 2px;
    background-image: url("img/rangeslider_left_arrow.png");
}

.range_slide .ui-corner-all:after{
    right: 2px;
    background-image: url("img/rangeslider_right_arrow.png");
}

.range_slide
.ui-slider-horizontal 
.ui-slider-range-min{
    background-color: #004990;
}

.range_slide
.ui-state-default,
.range_slide 
.ui-widget-content .ui-state-default,
 .ui-widget-header .ui-state-default{
    border: 1px solid #1366b2 !important;
    background: #1366b2 !important;
    border-radius: 3px !important;
    top: -5px !important;
    height: 28px !important;
    width: 18px !important;
    z-index: 5;
 }

 .range_slide .ui-slider-horizontal .ui-slider-handle{
    margin-left: 0 !important
 }

.range_slide .ui-slider-horizontal .slide_margin_left_slide{
    margin-left: -9px !important;
 }

 .range_slide .ui-slider-horizontal .slide_have_margin_left_stop{
    margin-left: -18px !important;
 }