.related-product-section {
    position: relative;
}

.AkashProductSwiper,
.AkashFacultytSwiper {
    position: unset;
}

.AkashProductSwiper {
    padding: 5px;
}

.AkashFacultytSwiper {
    padding: 13px 0;
}

.AkashFacultytSwiper .swiper-button-prev,
.AkashProductSwiper .swiper-button-prev,
.AkashProductSwiper .swiper-button-next,
.AkashFacultytSwiper .swiper-button-next {
    color: #fff;
    background: var(--primary-color);
    padding: 4px;
    transition: 0.4s all ease-in-out;
}

.AkashProductSwiper .swiper-button-prev:hover,
.AkashProductSwiper .swiper-button-next:hover,
.AkashFacultytSwiper .swiper-button-prev:hover,
.AkashFacultytSwiper .swiper-button-next:hover {
    background: #c99319;
    color: #fff;
}

.AkashProductSwiper .swiper-button-prev:after,
.AkashProductSwiper .swiper-rtl .swiper-button-next:after,
.AkashProductSwiper .swiper-button-next:after,
.AkashProductSwiper .swiper-rtl .swiper-button-prev:after,
.AkashFacultytSwiper .swiper-button-prev:after,
.AkashFacultytSwiper .swiper-rtl .swiper-button-next:after,
.AkashFacultytSwiper .swiper-button-next:after,
.AkashFacultytSwiper .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
}

.youtube-video-container .AkashYoutubeSwiper .swiper-pagination-bullet-active {
    background: #cea84e;
}

.AkashComboSwiper .swiper-pagination-bullet-active {
    background: #cea84e;
}