.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: url(/img/handle.png) no-repeat !important;
  border-radius: 50%;
  cursor: pointer;
}
