.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 13px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 13px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #808080;
}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 30px;
    background: #fcd34c;
    color: black;
    border-radius: 100%;
}

.swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    opacity: 0.5;
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
    background: white;
    opacity: 1;
}
