.steps__slider .swiper-scrollbar {
  position: relative;
  width: 100%;
  border-radius: 0;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  opacity: 1;
  height: 4px;
  margin-top: 29px;
}

.steps__slider .swiper-scrollbar-drag {
  display: block !important;
  background: #000;
  border-radius: 0;
}