/*---- swiper-pagination-bullet start -----*/
.swiper-pagination-bullet {
    background: var(--white) !important;
}

.swiper-pagination-bullet-active {
    width: 24px !important;
    border-radius: 4px !important;
    background: var(--success) !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--success);
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
}
/*---- swiper-pagination-bullet end -----*/