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

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 110px;
} */

.swiper-pagination-bullet-active {
    background-color: #06BCBD;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    opacity: 0;
    visibility: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    background-color: #06BCBD;
    transform: scale(.75);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    opacity: 0.2;
    background-color: #06BCBD;
}