.modal {
  backdrop-filter: blur(8px) !important;
}
.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #ea2031 !important;
}

.common_swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.common_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  /* left: 0%;
  transform: translateX(0%); */
  white-space: nowrap;
}

.common_swiper .swiper-pagination-bullet {
  background: #ea2031 0 0 no-repeat padding-box;
  border-radius: 5px;
  border-radius: 10px;
  height: 4px;
  opacity: 1;
  width: 32px;
}

.common_heading_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.common_swiper_navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.common_swiper_navigation button {
  width: 35px;
  height: 35px;
  border: 2px solid #adadad;
  border-radius: 50%;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_swiper_navigation button:hover {
  background: #ffca02;
  color: #fff;
  border-color: #ffca02;
}

.common_swiper_navigation svg {
  font-size: 15px;
  font-weight: 700;
}

.text-danger {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .common_swiper_navigation button {
    width: 30px;
    height: 30px;
  }

  .common_swiper_navigation svg {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .common_swiper_navigation button {
    width: 27px;
    height: 27px;
  }
}
