/* Health Club CSS */

.health_club_top {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 16px;
}

.health_club_title {
  font-family: 'AvenirLTStd-Black';
  text-align: center;
  padding-top: 0px;
  font-weight: 500;
  font-size: 32px;
}

.health_club_button {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;

  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
}

.health_club_button:hover {
  color: #B4966D;
}

.health_club_button a:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.health_club_button a{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  padding-right: 5px;
  text-transform: capitalize;
}

.health_club_button a:hover {
  color: #B4966D;
}

.health_club_bottom {
  width: 100%;
  background: url(../images/section3-bg.png) repeat #f7f6f1;
  height: 340px;
  display: flex;
  justify-content: center;
}

.health_club_bottom_child {
  width: 100%;
  /* max-width: 1080px; */
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  padding-left: calc((100% - 1080px) / 2);
}

.health_club_info {
  /* width: 41.666667%; */
  width: calc(1080px * 0.41666667);
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 40px;
}

.health_club_swipe {
  height: 100%;
  /* width: 58.33333333%; */
  width: calc(1080px * 0.583333333);
  overflow: hidden;
  flex: 1;
}

.health_club_info_title {
  font-family: 'AvenirLTStd-Black';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.health_club_info_content p{
  font-family: 'AvenirLTStd-Roman';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.health_club_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.health_club_info_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.health_club_info_button_group {
  display: flex;
  flex-direction: row;
}

.health_club_info_button_left {
  width: 30px;
  height: 30px;
  background-image: url('../images/green_left.png');
  background-size: 30px 30px;
  cursor: pointer;
}

.health_club_info_button_right {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-image: url('../images/green_right.png');
  background-size: 30px 30px;
  cursor: pointer;
}

.health_club_info_index {
  font-family: 'AvenirLTStd-Roman';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  /* width: 630px; */
  object-fit: cover;
}

@media screen and (min-width:991px) and (max-width:1095px){
  .health_club_info {
    padding-left: 15px;
  }

  .health_club_button {
    padding-right: 15px;
  }
}

@media screen and (min-width:320px) and (max-width:991px){
  .health_club {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .health_club_top {
    padding-bottom: 0px;
  }
 

  .health_club_title {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  
  .health_club_button {
    font-size: 16px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .health_club_button a{
    font-size: 14px;
  }

  .swiper-slide img{
    width: 100% !important;
    height: calc(100% / 1.85);
  }

  .health_club_info_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
  }

  .health_club_swipe-mobile {
    width: 100%;
    overflow: inherit;
    height: calc(100% / 1.85);
    position: relative;
  }

  .health_club_info_top {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .health_club_info_index {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .health_club_bottom {
    height: auto;
  }

  .health_club_info_title {
    font-weight: 600;
  }

  .line {
    margin-left: 15px;
    width: 1px;
    height: 40px;
    background-color: #B4966D;
    position: absolute;
    bottom: -20px;
    z-index: 99;
  }

  .formobile .health_club_swipe-mobile .swiper-wrapper {
    padding-top: 0px !important;
  }

  .swiper-slide {
    padding-top: 0px;
    width: 100% !important;
    /* height: calc(100% / 1.85); */
    height: auto;
  }

  .formobile .swiper-slide img {
    margin: 0;
    height: 100%;
  }

  .formobile .swiper-slide {
    width: 100% !important;
    padding-top: 0px;
  }

  .swiper-slide {
    width: 100%;
    margin: 0 0 0 0;
  }
}