.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination.swiperWBullet-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: unset;
  display: flex !important;
  flex-direction: row !important;
}

.swiper-pagination.swiperWBullet-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
}

.swiper-pagination.swiperWBullet-pagination .swiper-pagination-bullet-active-main, 
.swiper-pagination.swiperWBullet-pagination .swiper-pagination-bullet-active-next,
.swiper-pagination.swiperWBullet-pagination .swiper-pagination-bullet-active-prev{
  transform: none;
  left: 0;
}

.swiper-pagination.swiperWBullet-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #193CEB !important;
}