#slider-range {
  width: 90%;
}

.ui-widget-content {
  height: 2px;
  background-color: #b7b7b7;
  border: none !important;
  position: relative;
}

.ui-widget-header {
  background-color: #E76F51 !important;
  position: absolute;
  height: 100%;
}

.ui-slider-handle {
  top: -5px !important;
  height: 12px;
  width: 12px;
  background-color: #E76F51 !important;
  border-radius: 10px;
  border-color: #E76F51 !important;
  position: absolute;
  cursor: pointer;
}