.common_swiper {
  padding-bottom: 10px !important;
}

.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}
.common_swiper .swiper-pagination-bullet-active-main {
  background: #2e3092 !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;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #3a3d9b !important;
  border-color: #3a3d9b !important;
}

.common_swiper .swiper-pagination-bullet {
  background: #c7c7e3 0 0 no-repeat padding-box;
  border-radius: 5px;
  border-radius: 10px;
  height: 8px;
  opacity: 1;
  width: 8px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .common_swiper .swiper-wrapper {
    padding: 0px;
  }
}
