input[type=range]{-webkit-appearance:none;margin:0;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{animate:.2s;background:#52b8e8;border:0;border-radius:20px;box-shadow:none;cursor:pointer;height:20px;margin:0 auto;width:95%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;box-shadow:1px 1px 4px #000;cursor:pointer;height:30px;margin-top:-5px;width:30px}input[type=range]::-moz-range-track{animate:.2s;background:#52b8e8;border:0;border-radius:20px;box-shadow:none;cursor:pointer;height:20px;margin:0 auto;width:95%}input[type=range]::-moz-range-thumb{-webkit-appearance:none;background:#fff;border:0;border-radius:50%;box-shadow:1px 1px 4px #000;cursor:pointer;height:30px;margin-top:-5px;width:30px}input[type=range]::-ms-track{animate:.2s;background:#52b8e8!important;border-color:transparent;border-radius:50px;border-width:11px 0;color:transparent!important;cursor:pointer;height:0;width:100%}.range-class.block{display:block!important;text-align:center}input[type=range]::-ms-thumb{background:#fff;border:1px solid #000;border-radius:50%;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:20px;width:20px}.range-class #tickmarks{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;justify-content:space-between;width:auto}.range-class #tickmarks h4{display:block;font-family:Helvetica;font-size:16px;font-weight:600;margin:0;text-align:center;width:10%}