.swiper-container {
    width: 100%;
   /* height: 1000px;*/
}
.banner-img{
    width: 100%;
    height: 100%;
}
.changeswiper{
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #575454;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 20px;
    font-weight: bold;
}