/* BASIC css start */
.swiper-container.mBenefit{width:100%}

.swiper-container.mBenefit .swiper-slide{text-align: center;
      /* 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}

.mBenefit .swiper-pagination-bullets{width:auto;right:10px;top:10px;left:auto;bottom:auto}
.mBenefit .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#0f4c81}

/* BASIC css end */

