.common_swiper {
  padding-bottom: 30px !important;
}

.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.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: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.new_slider_nav .nav_btn:hover {
  background: #f5f5f5;
}
.new_slider_nav .nav_btn svg {
  font-size: 17px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #773e20 !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: #581724 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: 991.98px) {
  .new_slider_nav .nav_btn {
    width: 26px;
    height: 26px;
  }
  .new_slider_nav .nav_btn svg {
    font-size: 14px;
  }
}
