.swiper-pagination-bullet {
    width: 70px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #0d437528;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color2);
}
.swiper-pagination-bullet{
    opacity: 1;
}

.swiper-button-prev1{
    background: #fff;
    border-radius: 100%;
    padding: 23px;
    box-shadow: 0 0 10px 0 #eaeaea;
}
.swiper-button-next1{
    background: #fff;
    border-radius: 100%;
    padding: 23px;
    box-shadow: 0 0 10px 0 #eaeaea;
}
.swiper-button-prev1:after, .swiper-rtl .swiper-button-next1:after {
    content: 'prev';
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.swiper-button-next1:after, .swiper-rtl .swiper-button-prev1:after {
    content: 'next';
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.swiper-pagination2{
    bottom: 100px;
}
.swiper-pointer-events1{
    padding-bottom: 110px;
}
.swiperss {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 10px 10px 120px;
    z-index: 1;
}
.courses-section .sec-title {
    margin-bottom: 116px;
}