.price-range-block {
    margin:60px;
}

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 95%;
    margin: 20px auto;
}
.ui-widget-header {
    background: #C5C5C5;
}

.price-range-search {
    width: 65px; 
    background-color: #fff; 
    border:none;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width: 40px; 
    min-width: 16%;
    background-color:#fff; 
    border:none; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
    font-size: 1rem;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

