.Banner .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background-color: black;
  width: 8px;
  height: 8px;
}

.Banner .banner_swiper {
  padding-bottom: 35px;
}

.Banner .banner_swiper .swiper-pagination-bullet-active-main {
  background-color: #932a7e !important;
  width: 12px;
  height: 12px;
}

.Banner .banner_swiper .swiper-pagination-bullet {
  background-color: #c734aa;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.Banner .swiper-wrapper .img_holder {
  height: 400px;
}

.Banner .swiper-wrapper .img_holder .image {
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Banner .banner_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .Banner .swiper-wrapper .img_holder {
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Banner .swiper-wrapper .img_holder {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .Banner {
    margin-top: 20px;
  }
  .Banner .swiper-wrapper .img_holder {
    height: 350px;
  }
}
