.home-banner-holder .home_banner_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccdce8;
}

.home-banner-holder{
  overflow: hidden;
}

.home-banner-holder .home_banner_swiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #09558F;
  opacity: 1;
}

.home-banner-holder .home_banner_swiper .swiper-wrapper{
  padding-bottom: 40px;
}


