.jp-range-selector {
    position: relative;
    padding-bottom: 38px;
}

.jp-range-selector .rc-slider-rail {
    height: 8px;
    border-radius: 100px;
    background-color: #e6e6e6;
}

.jp-range-selector .rc-slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
    background-color: #ffffff;
    margin-left: -10px;
    margin-top: -6px;
    border: none;
}

.jp-range-selector .rc-slider-track {
    background-color: #3c91e6;
    height: 8px;
}

.jp-range-selector .rc-slider-mark-text {
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #aaaaaa;
    margin-top: 7px;
}

.jp-range-selector .rc-slider-dot {
    display: none;
}