.rangeclick {
    font-size: 13px;
    position: relative;
    bottom: 23px;
    padding: 2px 6px;
    font-weight: 500;
    border-radius: 6px;
    line-height: 24px;
    padding-top: 0px;
}span.rangeValues {
    position: relative;
    bottom: 24px;
    font-weight: 500;
}
section.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
}
section.range-slider input {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    background: #c7c7c7;
    cursor: pointer;
    height: 5px;
    border-radius: 6px;
}
section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 9999;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    height: 16px;
    width: 15px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    border: 2px solid #10b981;
}.loc-list{
    height:222px;
}p.readmore {
    padding-right: 9px;
    padding-bottom: 6px;
    position: relative;
    z-index: 9999;
    width: 100%;
    text-align: right;
    background: #ffff;
    cursor: pointer
}