.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: #000 !important;
  width: 12px;
  height: 12px;
}

.Banner .banner_swiper .swiper-pagination-bullet {
  background-color: #5c5c5c;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.Banner .swiper-wrapper .img_holder {
  /* aspect-ratio: 1/0.35; */
  height: 91vh;
  width: 100%;
  /* border-radius: 6px; */
  overflow: hidden;
}

.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: 170px;
  }
  .Banner .banner_swiper {
    padding-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Banner {
    margin-top: 0px;
  }
  .Banner .swiper-wrapper .img_holder {
    height: 270px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .Banner .swiper-wrapper .img_holder {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Banner .swiper-wrapper .img_holder {
    height: 380px;
  }
}
