body {

}

.form-range{
width:100%;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 32px;
  bottom: 11px;
  position: relative;
  border: 0;
  background: url('https://image.e.moneris.com/lib/fe2e11727664047c7d1377/m/1/154b1db1-1242-4451-acd7-09344a72116c.png')!important;
  cursor: pointer;
}

.form-range::-moz-range-thumb {
  width: 44px;
  height: 32px;
  bottom: 11px;
  position: relative;
  border: 0;
  background: url('https://image.e.moneris.com/lib/fe2e11727664047c7d1377/m/1/154b1db1-1242-4451-acd7-09344a72116c.png')!important;
  cursor: pointer;
}


