#mobile_vip #mobile_vip_background {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
  text-align: center;
}

#mobile_vip #mobile_vip_background .swiper_detail {
  color: #febc04;
  font-size: 18px;
  font-weight: 700;
  text-wrap: nowrap;
  white-space: nowrap;
}

#mobile_vip #mobile_vip_background .swiper_label {
  color: #86868b;
  display: block;
  font-size: 11px;
  white-space: nowrap;
}

#mobile_vip .benefit_title {
  align-items: center;
  color: #1c1c1c;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
}

#mobile_vip .benefit_title > span {
  min-width: fit-content;
}

#mobile_vip .benefits_detail {
  color: #86868b;
}

#mobile_vip .benefits_icon {
  margin-right: 1rem;
  width: 50px;
}

#mobile_vip .benefits_label {
  color: #86868b;
  font-weight: 700;
  padding-top: 10px;
  margin: 0;
}

#mobile_vip .benifit-sub-col {
  width: 50%;
}

#mobile_vip .card-container {
  margin-bottom: 3rem;
}

#mobile_vip .card-stage-box img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: -13px;
}

#mobile_vip .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

#mobile_vip .swiper_detail {
  color: #febc04;
  font-size: 18px;
  font-weight: 700;
}

#mobile_vip .swiper_label {
  color: #86868b;
  display: block;
  font-size: 11px;
}

#mobile_vip .swiper_title {
  display: none;
  font-size: 18px;
  position: absolute;
  text-align: center;
}

#mobile_vip .swiper_title.active {
  display: block;
}

#mobile_vip .vip-container img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

#mobile_vip .vip-lvl-txt > h1 {
  font-size: 22px;
  font-weight: 700;
}

#mobile_vip .vip-lvl-txt > h1 > span {
  color: #febc04;
}

#mobile_vip .vip-lvl-txt > p {
  color: #86868b;
  font-size: 10px;
}

#mobile_vip .vip-myswiper {
  padding: 0 25% !important;
}

#mobile_vip .vip-ribbon1 {
  left: -40px;
  position: absolute;
  width: 70px;
}

#mobile_vip .vip-ribbon3 {
  position: absolute;
  right: -37px;
  width: 70px;
}

#mobile_vip .vip-ribbon6 {
  position: absolute;
  right: -56px;
  width: 90px;
}

#mobile_vip .vip-ribbonbtm1 {
  bottom: -158px;
  left: -35px;
  position: absolute;
  transform: scaleY(-1);
  width: 60px;
}

#mobile_vip .vip-swiper-title {
  padding-bottom: 50px;
}

#mobile_vip .vip_level_img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#mobile_vip .benefit_title:after,
#mobile_vip .benefit_title:before {
  border: 1px solid #c8ccd4;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  z-index: 1;
  border-style: dashed;
}

#mobile_vip .swiper-3d,
#mobile_vip .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1530px !important;
}

#mobile_vip .swiper-3d .swiper-slide-shadow-left,
#mobile_vip .swiper-slide-shadow-right {
  background-image: none !important;
}

#mobile_vip .swiper-button-next,
#mobile_vip .swiper-button-prev {
  top: 50%;
}

@media screen and (max-width: 502px) {
  #mobile_vip .benefits-container {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  #mobile_vip .benifit-sub-col {
    justify-content: left;
  }
}

@media screen and (min-width: 502px) {
  #mobile_vip .benefits-container {
    padding-bottom: 2rem;
    padding-top: 5rem;
  }

  #mobile_vip .benifit-sub-col {
    width: 25%;
  }

  #mobile_vip .card-stage-box img {
    top: -29px;
  }
}
