.swiper-slide {
  /* 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 img {
  width: 100%;
  display: block;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-pagination {
  width: 98%!important;
  bottom: 30px!important;
  display: flex!important;
  justify-content: flex-end !important;
}
.mySwiper .swiper-pagination-bullet {
  width: 15px!important;
  height: 15px!important;
  background: white!important;
  opacity: 0.6 !important;
  margin: 0 8px!important;
}
.mySwiper .swiper-pagination-bullet-active {
  width: 15px!important;
  height: 15px!important;
  opacity: 1!important;
  background: white!important;
}
.mySwiper2 {
  width: calc(100% - 120px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image {
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
  transition: 500ms;
  display: block;
}
.mySwiper2 .swiper-slide .image:hover img {
  transform: scale(1.1);
}
.mySwiper2 .swiper-slide .img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.mySwiper2 .swiper-slide .img img {
  width: 40px;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .a {
    display: none;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-pagination {
    width: 95%!important;
    bottom: 20px!important;
  }
  .mySwiper .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    margin: 0 4px!important;
  }
  .mySwiper .swiper-pagination-bullet-active {
    width: 10px!important;
    height: 10px!important;
  }
}
.mySwiper2 {
  width: 100%;
  padding: 4px 0!important;
  overflow: hidden;
}
.mySwiper2 img {
  display: block;
}
.mySwiper2 .swiper-slide {
  width: 90%;
  margin: 0 5%;
  padding: 10px!important;
  box-sizing: border-box !important;
  border-radius: 40px!important;
  box-shadow: 0 0 4px rgba(42, 161, 239, 0.3) !important;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .abox {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.mySwiper2 .swiper-slide .abox img {
  width: 100%;
  transition: 400ms;
}
.mySwiper2 .swiper-slide:hover .abox img {
  transform: scale(1.1);
}
.mySwiper3 {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.mySwiper3 .swiper-slide {
  width: 100%;
  display: block!important;
}
.mySwiper3 .swiper-slide .img {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.mySwiper3 .swiper-slide .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 158, 234, 0.4);
  position: absolute;
  top: 100%;
  left: 0;
  transition: 400ms;
}
.mySwiper3 .swiper-slide .text {
  width: 74%;
  margin: 0 auto;
  margin-top: -35%;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 0 2px rgba(40, 158, 234, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: 400ms;
}
.mySwiper3 .swiper-slide .text .tbox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #289eea;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mySwiper3 .swiper-slide .text .tbox span {
  width: 60px;
  margin-top: 5%;
  text-align: center;
  color: white;
  line-height: 26px;
  font-size: 24px;
}
.mySwiper3 .swiper-slide .text .tbox p {
  margin: 0;
  margin-top: 5px;
  font-size: 12px;
  color: white;
  width: 80%;
  text-align: center;
}
