.industriesSwiper {
  padding-bottom: 66px;
  cursor: grab !important;
}

.industriesSwiper:active {
  cursor: grabbing !important;
}

.industries-scrollbar {
  height: 7px;
  /* border-bottom: 1px solid #d7d7d7; */
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  cursor: grab;
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    cursor: grab;
  }
  @media (min-width: 1200px) {
    &.swiper-scrollbar-horizontal{
      left: 0;
      width: 100% ;
    }
  }
}

.industries-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #000;
  border-radius: 5px;
  bottom: 0;
  cursor: grab;
  bottom: 0px;
  top: unset;
  cursor: grab;
  position: absolute;
  z-index: 1;
}

/* When dragging */
.industries-scrollbar:active,
.industries-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}