.common_swiper {
  padding-bottom: 30px !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1500px !important;
}

.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #ea2031 !important;
}

.new_heading_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_slider_nav {
  display: flex;
  gap: 10px;
}
.new_slider_nav .nav_btn {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.new_slider_nav .nav_btn:hover {
  background: #f5f5f5;
  color: #000;
}
.new_slider_nav .nav_btn svg {
  font-size: 17px;
}

.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;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .common_swiper {
    padding-bottom: 0px !important;
  }
}
