html {
    font-family: "Poppins",Verdana,serif;
    border: none !important;
  }

.ui-slider-horizontal {
  height: 8px;
  background: #101F30;
  clear: both;
  margin: 8px 0;
  border: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 120px;
}

.ui-slider {
  position: relative;
  text-align: left;
}


.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  background: #C7CFD7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  touch-action: pan-right;
}

.ui-slider .ui-slider-handle {
  background-color:#C7CFD7;
  width: 18px;
  height: 18px;
  touch-action: pan-right;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: default;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 0px 6px #C7CFD7;
  border: none;
  background: #101F30;
  touch-action: pan-right;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.8em;
  margin-left: -.7em;
  touch-action: pan-right;
}

.ui-slider-handle:after {
    content : attr(data-value);
    position: absolute;
    top: -74px !important;
    left: -58px;
    min-width: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 34px;
    /* text-align: center; */
    color: #101F30;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1px;
    text-align: center;
    touch-action: pan-right;
}  

.ui-slider a:focus {
  outline:none;}

#slider-range {
  width: 95%;
  margin: 0px;
  touch-action: pan-right;
}

#time-range {
  width: 100%;
  margin: 10px 0px;
  display:block;}
  
.time-slider-label {
  display:inline-block;}  

  
  .sliders_step1{
    width: 50%;
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    touch-action: auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation
  }


#time-range label{
    margin-top:10px;}
    
    @media (max-width: 992px) { 

      .sliders_step1{
        width: 65%;
      position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);}
      }
