.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  /* bottom: 0px !important;
  right: 0px !important; */
  padding-right: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: max-content;
  right: 0px !important;
  left: auto;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  color: white;
  border: 2px solid #ffffff;
  border-radius: 7px;
  opacity: 1;
  background-color: transparent;
  left: auto;
}

.swiper-pagination-bullet .bullet-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #747474;
}

.swiper-pagination-bullet-active {
  color: white;
  background-color: white;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet-active .bullet-label {
  font-weight: 700!important;
  font-size: 14px!important;
  line-height: 26px!important;
  color: #000000!important;
}

.modified-margin {
  max-width: 58%;
  width: 400px;
  max-width: 100%;
}