/* .landing-dark-bg {
  background-color: #0071BC !important;
}
.landing-dark-color{
    color: #0071BC !important;
} */

.icon{width: 44px;height: 44px;border-radius: 50%;background-color: #FAB700;display: flex;justify-content: center;justify-items: center;vertical-align: center;align-items: center;align-content: center;}

/* Swiper Style */

.swiper-slide div {background-color: #ffffff;}
  .swiper-button-prev::after,
  .swiper-button-next::after {
      display: none;
  }


.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FAB700;
  border: 0;
}