.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  color: #333d47 !important;
  background-color: #333d47 !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 8px !important;
}

.become-aclient .swiper-pagination-client {
  transform: none;
}

.become-aclient .swiper-pagination-client .swiper-pagination-bullet {
  width: 40px !important;
  height: 40px !important;
  background-color: transparent !important;
  border: 1px solid #d0d2d3 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  margin: 40px auto;
}

.become-aclient .swiper-pagination-client .swiper-pagination-bullet i {
  background-color: #d0d2d3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.become-aclient
  .swiper-pagination-client
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #333d47 !important;
}

.become-aclient
  .swiper-pagination-client
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  i {
  width: 40px;
  height: 40px;
  background-color: #333d47;
}

.swiper-button-custom {
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center;
  height: 100% !important;
  width: 30px !important;
  justify-content: center !important;
  align-items: center !important;
  top: 20px !important;
  /* padding-left: 10px !important; */
  padding-left: 20px;
  padding-right: 20px;
  background-color: white !important;
}

.swiper-button-custom::after {
  display: none;
}

.swiper-button-next {
  background-image: url("../../img/icons/next-arrow.png");
}

.swiper-button-prev {
  background-image: url("../../img/icons/prev-arrow.png");
}

.custom-swiper-pagination .swiper-pagination-bullet {
  color: white !important;
  background-color: white !important;
  border-radius: 8px;
  width: 40px !important;
  height: 10px !important;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
  width: 60px !important;
  border-radius: 8px !important;
}

.swiper-pagination-menu {
  position: relative;
  bottom: 20px !important;
}

.swiper-benefist > .swiper-wrapper,
.swiper-benefist-two > .swiper-wrapper {
  height: 406px;
}

.swiper-benefist > .swiper-pagination-products > .swiper-pagination-bullet,
.swiper-benefist-two > .swiper-pagination-products > .swiper-pagination-bullet {
  background-color: white !important;
  opacity: 1;
}

.swiper-benefist
  > .swiper-pagination-products
  > .swiper-pagination-bullet-active,
.swiper-benefist-two
  > .swiper-pagination-products
  > .swiper-pagination-bullet-active {
  background-color: #5c666f !important;
  opacity: 1;
}
