.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: #B22C35 !important;
  width: 12px;
  height: 12px;
}

.Banner .banner_swiper .swiper-pagination-bullet {
  background-color: #b22c35;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.Banner .swiper-wrapper .img_holder {
  /* aspect-ratio: 1/0.35; */
  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 {
    /* aspect-ratio: 1/0.5; */
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Banner {
    margin-top: 20px;
  }
}

/* old css */
/* .home-banner-holder .home_banner_swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 0.3;
}

.home-banner-holder{
  overflow: hidden;
}

.home-banner-holder .home_banner_swiper .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background: #373b3e;
  opacity: 1;
}
 */
