.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 10px;
    height: 400px;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 10px;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    width: 155px !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .swiper-slide-thumb-active img{
      border-color: #f5a904 !important;
  }
  .mySwiper .swiper-slide{
      height: 90px !important;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    height: 60px;
    left: 10px;
    right: auto;
    outline: none;
    color: #ffbc00;
    background-color: rgba(0,0,0,0.2);
    width: 60px;
    font-size: 18px;
    border-radius: 100px;
    background-image: none !important;
  }
  .swiper-button-prev:active, .swiper-container-rtl .swiper-button-next:active{
    background-color: rgba(253, 165, 0, 0.87);

  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
      font-size: 30px;
  }
  .mySwiper-hidden{
    display: none;
  }