@media only screen and (max-width: 600px) {
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px !important;
    top: 247px  !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 30px !important;
      top: 247px  !important;
}
  .swiper-container {
      margin-bottom: -30px !important;

    }
    .swiper-slide .img {
      width: 85% !important;
    }
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px !important;
    background-color: var(--bg-white);
    padding: 8px 14px;
    border-radius: 90px;
    font-weight: bold;
}
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
   
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  
}
    .swiper-container {
      max-width: 100%;
      height: auto;
  overflow: hidden;
      margin-bottom: -140px;

    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
      margin-bottom: 100px;
    }
    .swiper-slide .img {
      width: 60%;
      height: auto;
      border-radius:20px;
      padding: 30px ;
      background-color: white;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
    }
    .slider-live-btn{
        background-color: transparent;
    color: var(--dark);
    border-radius: 8px;
    border:1px solid var(--primary) ;
    font-size: 14px;
    padding: 10px 25px;
    }
    .slider-live-btn:hover{
    background-color: var(--primary);
    color: var(--bg-white);
      text-decoration: none;
    }
    .swiper-slide .swiper-slide-inners {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      position: relative;

    }
  
 .swiper-button-next, .swiper-button-prev{
    color: var(--secondary) !important;
 }
 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px;
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
}
span.swiper-pagination-bullet{
    background-color: white;
}
.swiper-pagination-bullet-active {
   
    background-color: var( --e-global-color-ce01379 ) !important;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}