.price-range-block {
    text-align: center;
    margin: 0 10px;
}
.rangeValues{
    
    font-size: 14px;
}
.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .1em;
}
.ui-slider-horizontal {
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
}
.ui-widget-header {
    background: #50a9e0 !important;
}

.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:20%; 
    min-width: 16%;
    background-color:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
.ui-slider .ui-slider-handle{
    width: 25px;
    height: 25px;
    border-radius: 100px;
    outline: none;
    background: #fff;
    border: 1.5px solid #ccc;
    /*background: url('bg-slider.png');*/
}
.ui-slider .ui-slider-handle::after{

}
.ui-slider-horizontal .ui-slider-handle{
    top: -13px;
}





