.step1_range h2 {
  margin-top: 20px;
}

.step1_range .price-picker {
  color: #134263;
  padding-top: 30px;
  padding-bottom: 10px;
}

.step1_range .range-slider {
  position: relative;
}

.step1_range .ui-widget.ui-widget-content .ui-slider-handle {
  border-radius: 50% !important;
  width: 26px;
  height: 26px;
  border: 1px solid #134263;
  background: #134263 !important;
  -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 70%);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 70%);
  top: -8px;
}

.step1_range .range-slider .range-value {
  padding: 10px 0 30px;
}

.step1_range .range-slider .range-value .right-val,
.step1_range .range-slider .range-value .left-val {
  font-size: 22px;
  line-height: 150%;
  font-weight: 600 !important;
  color: #189ce8 !important;
}

.step1_range .range-slider .range-value .left-val {
  position: absolute;
  left: 0px;
  text-align: left;
}

.step1_range .range-slider .range-value .right-val {
  position: absolute;
  right: 0px;
  text-align: left;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}