.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide {
  position: relative;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2 {
  width: 86%;
  margin: 0 7%;
  position: relative;
}
.mySwiper3 {
  width: 86%;
  margin: 0 7%;
  position: relative;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper3 {
    width: 100%;
    margin: 0;
  }
}
.swiper-pagination-bullet {
  width: 15px!important;
  height: 15px!important;
  background: #d6670c !important;
  opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #d6670c !important;
}
.swiper-pagination {
  width: 94%!important;
  text-align: right!important;
}
.mySwiper4 .swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  background: white!important;
}
.mySwiper4 .swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #e3d210 !important;
}
.mySwiper4 .swiper-pagination {
  width: 94%!important;
  text-align: right!important;
}
