/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.project_updates_slider .swiper-pagination-bullet-active {
    background-color: white;
}

.our_development_slider .swiper-pagination-bullet-active {
    background-color: black;
}

.premium_sales_partner_slider .swiper-pagination-bullet-active {
    background-color: #00797b;
}

.authorized_sales_partner_slider .swiper-pagination-bullet-active {
    background-color: #fff;
}