html,
    body {
      position: relative;
      /* height: 100%; */
    }

    /* body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    } */

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

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* body {
      background: #000;
      color: #000;
    } */

    .swiper {
      /* width: 100%; */
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

.step-area__apply,
.lstMonthly-area {
  width: 85%;
}

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

    .mySwiper2 {
      height: auto;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      border-bottom: 1px solid#F6F9FC;
    }

    .mySwiper .swiper-slide {
      width: 33.333333%;
      height: 100%;
      padding: 6px 0;
      font-size: .95em;
      color: #D9DFE2;
      /* margin: 0!important; */
    }

    .mySwiper .swiper-slide-thumb-active {
      border-bottom: 2px solid#2951A6;
    font-size: 1.1em;
    font-weight: 700;
    color: #2951A6;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-button-next, .swiper-button-prev {
      position: absolute;
      top: var(--swiper-navigation-top-offset, 50%);
      width: 32px;
      height: 32px;
      margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
      z-index: 10;
      cursor: pointer;
      display: flex
  ;
      align-items: center;
      justify-content: center;
      color: #FFE;
  }
    .swiper-button-next:after, .swiper-button-prev:after {
		font-family: swiper-icons;
	    font-size: 4rem;
	    font-weight: 800;
	    text-transform: none !important;
	    letter-spacing: 0;
	    font-variant: initial;
	    line-height: 1;
	    width: 32px;
	    height: 32px;
	    text-align: center;
	    line-height: 32px;
	    border-radius: 100%;
	    color: #1359b1;
  }