/* .second-tel {
  display: inherit;
} */
.project-img .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 10px;
  background: #ED0020;
  border-radius: 7.5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  z-index: 2;
}

.card-image .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 10px;
  background: #ED0020;
  border-radius: 7.5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  z-index: 2;
}

.text-member-detail {
  text-align: left;
}

.social-btn a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 7px;
  display: inline-block;
  background-color: var(--smoke-color4);
  text-align: center;
  font-size: 20px;
}

.social-btn-facebook {
  font-size: 20px;
  color: #0866ff
}

.social-btn-line {
  font-size: 20px;  
  color: #06c755;
}

.social-btn-youtube {
  font-size: 20px; 
  color: #FF0000;
}

.social-btn a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.index-booking a:hover {
  color: var(--white-color);
}

.i-word {
  color: var(--theme-color);
}

.card {
  border: none;
}

hr {
  margin: 25px 0;
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.media-body {
  flex: 1;
  margin-top: 20px;
}

.recent-post .media-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.recent-post {
  display: block;
  align-items: center;
  background: transparent;
  border-radius: 6px;
  transition: 0.4s;
}

.h3, h3 {
  font-size: 32px;
  line-height: 1.5;
}


.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.sec-title {
  font-size: 48px;
  line-height: 1.2;
}

.goal-thumb-2 .img-1 img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-card .blog-content {
  border-radius: 0 0 15px 15px;
  padding: 40px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  height: auto;
}

.about-thumb .about-img-2 {
  bottom: 50px;
}

.main .card-image {
  display: block;
  position: relative;
  width: 100%;
}

.main .card-image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px;
}

.fancybox-caption__body {
    font-size: 24px;
}

.project-card .image-gallery {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  background: var(--white-color);
  margin: 25px;
  padding: 25px;
  transition: 0.4s;
  opacity: 0;
  border-radius: 7.5px;
}

.project-card:hover .image-gallery {
  opacity: 1;
  bottom: 0;
}

.project-card .image-gallery .project-subtitle {
  font-size: 14px;
  font-family: var(--body-color);
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 6px;
  margin-top: -0.3em;
}

.project-card .image-gallery .project-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.35em;
}

.breadcumb-wrapper {
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: auto;
}

.benefit-member-detail {
  margin: inherit;
}

.goal-grid-wrap {
  width: 100%;
}

.promotion-contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}

.about-tab-1 .filter-item .about-tab-text {
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  font-weight: 500;
  text-align: left;
}

.align-appointment {
  text-align: left;
}

.items-center{
  -webkit-box-pack: inherit!important;
  -webkit-justify-content: inherit!important;
  -ms-flex-pack: inherit!important;
  justify-content: inherit!important;
  display: flex!important;
}

.btn-buy {
  width: 60%;
}

.btn-buy::before {
  width: 100%;
}

.btn-end-section {
  width: 200px!important;
}

.btn-end-section::before {
  width: 200px!important;
}

.blog-card-blog {
  height: 100%;
}

.mb-25 {
  margin-bottom: 25px;
}

.member-title {
  font-size: 32px;
  color: var(--black-color);
  font-family: var(--title-font);
  font-weight: 600;
}

.member {
  display: flex;
  align-items: center;
  margin-bottom: 25px!important;
}

.member-title-detail {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1;
}

.member-icon {
  border-radius: 10px;
  width: 90px;
  height: 90px;
  line-height: 0;
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  display: flex!important;
  align-items: center!important;
  margin: 0;
}

.member-icon img {
  width: 60%;
  margin: 0 auto;
}

.about-tab-1 .filter-item {
  display: block;
  gap: 30px;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 0;
  width: 100%;
  height: auto;
  -webkit-box-pack: inherit!important;
  justify-content: inherit!important;
  display: flex;
}

.feature-card-price {
  background: var(--white-color)!important;
}

.condition-detail {
  border-bottom: 1px solid #E2E2E4; 
  margin: 20px 0;
  color: var(--theme-color);
  font-family: var(--title-font);
}

.condition-detail:hover {
  color: var(--white-color);
}

.cta-wrap .btn-wrap .about-info-wrap.style3 {
  text-align: left;
  margin: 0;
  padding-top: 0;
  width: 50%;
  padding-bottom: 0;
}

.appointment {
  -webkit-box-pack: inherit!important;
  -webkit-justify-content: inherit!important;
  -ms-flex-pack: inherit!important;
  justify-content: inherit!important;
  display: flex;
}

.btn-appointment {
  padding: 20px 60px!important;
  width: auto;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.space-appointment {
  padding: 150px 0;
}

.mt-25 {
  margin-top: 25px;
}

.about-info-wrap {
  display: flex;
  gap: 20px;
  width: 50%;
  padding-bottom: 15px;
}

.booking-tel {
  width: auto!important;
  padding-bottom: 0!important;
}

.title-appointment {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  text-align: center;
}

.text-appointment {
  color: var(--white-color) !important;
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
}

.curve-img {
  border-radius: 15px;
}

.contact-info_icon {
  flex: none;
  width: 50px;
  margin: auto;
}
.contact-info .contact-info_title {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.contact-info {
  display: block;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 35px;
  text-align: center;
}

.about-thumb .about-img-1 {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.box-title {
  font-size: 22px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}

.contact-section {
  padding: 0 0 50px;
}

.display-contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

table.rounded-corners {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid rgb(221, 221, 221);
  background: white;
  }

  /* Apply a border to the right of all but the last column */
  table.rounded-corners th:not(:last-child),
  table.rounded-corners td:not(:last-child) {
  border-right: 1px solid rgb(221, 221, 221);
  }

  /* Apply a border to the bottom of all but the last row */
  table.rounded-corners>thead>tr:not(:last-child)>th,
  table.rounded-corners>thead>tr:not(:last-child)>td,
  table.rounded-corners>tbody>tr:not(:last-child)>th,
  table.rounded-corners>tbody>tr:not(:last-child)>td,
  table.rounded-corners>tfoot>tr:not(:last-child)>th,
  table.rounded-corners>tfoot>tr:not(:last-child)>td,
  table.rounded-corners>tr:not(:last-child)>td,
  table.rounded-corners>tr:not(:last-child)>th,
  table.rounded-corners>thead:not(:last-child),
  table.rounded-corners>tbody:not(:last-child),
  table.rounded-corners>tfoot:not(:last-child) {
  border-bottom: 1px solid rgb(221, 221, 221);
  }
  td {
      border: none;
      color: var(--title-color);
  }
  .table-scroll {
      position: relative;
      width: 100%;
      z-index: 1;
      margin: auto;
      overflow: auto;
  }

  .table-scroll table {
      width: 100%;
      margin: auto;
      border-collapse: separate;
      border-spacing: 0;
  }

  .table-wrap {
      position: relative;
  }

  .table-scroll th,
  .table-scroll td {
      padding: 5px 10px;
      /* background: #fff; */
      vertical-align: top;
  }


  /* safari and ios need the tfoot itself to be position:sticky also */

  .table-scroll tfoot,
  .table-scroll tfoot th,
  .table-scroll tfoot td {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 4;
  }


  /* a:focus {
          background: red;
          } */


  /* testing links*/

  th:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 2;
      background: #f6f6f6;
      font-weight: 500;
      vertical-align: middle;
  }

  thead th:first-child,
  tfoot th:first-child {
      z-index: 200;
  }
  .table-scroll tbody td {
      text-align: center;
      vertical-align: middle;
  }

.feature-card {
  padding: 35px;
  transition: 0.4s;
  position: relative;
  z-index: 0;
  height: 100%;
  background: #F4F4F4;
}

.slick-dots {
  margin: 10px 0 0 0;
}

.logo-love-thailand {
  width: 10%;
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}

.project-card .project-content .project-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.35em;
}

.booking-icon {
  width: 50px;
}

.line-left:after {
  content: "";
  position: absolute;
  left: inherit;
  top: -2px;
  height: calc(100% + 3px);
  width: 1px;
  background: var(--border-color);
  transform: rotate(-10deg);
}

.line-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: inherit;
  background: var(--border-color);
  height: 100%;
  width: 1px;
  transform: rotate(10deg);
}

.logo-header {
  width: 100px;
  border-radius: 5px;
}

.telephone-header {
  display: block;
}

.btn-bookingg {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: transparent;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  width: 100%;
}

.btn-bookingg::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 0;
  width: 97%;
  height: 100%;
  background: var(--theme-color);
  border: none;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
  transform: skewX(-10deg);
}

.btn-bookingg:hover {
  color: var(--title-color);
}

.btn-bookingg:hover:before {
  background-color: var(--white-color);
}

.btn-bookingg:focus:before,
.btn-bookingg:hover:before,
.btn-bookingg:active:before {
  transform: skewX(10deg);
}

.btn-booking {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: transparent;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  width: 100%;
}

.btn-booking::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 0;
  width: 97%;
  height: 100%;
  background: var(--theme-color);
  border: none;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
  transform: skewX(-10deg);
}

.btn-booking:hover {
  color: var(--title-color);
}

.btn-booking:hover:before {
  background-color: var(--white-color);
}

.btn-booking:focus:before,
.btn-booking:hover:before,
.btn-booking:active:before {
  transform: skewX(10deg);
}

.counter-icon {
  margin: auto;
  height: 45px !important;
  width: auto;
}

.price-icon {
  margin: auto;
  height: 58px !important;
  width: auto;
}

/* .contact-card.style2 .info-card {
  margin-left: 0;
} */

/* .contact-card.style2 {
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 17px 38px rgba(0, 0, 0, 0.16);
  padding: 0 50px;
  transform: translate(0, 50%);
  position: relative;
  z-index: 1;
  margin-top: -75px;
  border-radius: 15px;
  width: fit-content;
  gap: 40px;
} */

.contact-card .info-card_icon {
  background: #f41e1e;
  border: 1px solid #dd1515;
  box-shadow: 0px 7px 64px #090909;
  display: inline-block;
  flex: none;
  height: 70px;
  width: 70px;
  line-height: 0;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--white-color);
  display: flex!important;
  align-items: center!important;
}

.contact-area {
  margin-top: 0;
  background: #f5f5f6;
  padding-bottom: 0;
  margin-bottom: -140px;
}

.contact-card.style2 {
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 17px 38px rgba(0, 0, 0, 0.16);
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.image-facibility {
  border-radius: 15px;
}

.facibility-content {
  border-radius: 7.5px;
}

.line-left {
  display: block;
}

.line-right {
  display: block;
}

.btn-booking {
  padding: 20px 25px;
  font-size: 16px;
  width: auto;
}

.space-booking {
  margin-bottom: 15px;
}

.space-booking-icon {
  margin-bottom: 20px;
  margin-right: 0;
}

.d-flex-booking {
  display: inherit!important;
  display: inherit!important;
  display: inherit!important;
  display: inherit!important;
}

.feature-card {
  border-radius: 15px;
}

.feature-card_bg img {
  border-radius: 15px;
}

.feature-card-active .feature-card_title a {
  font-size: 20px;
}

.feature-card_title a {
  font-size: 20px;
}

#telephone a:hover {
  color: var(--theme-color);
}

#telephone a {
  color: var(--body-color);
}

.timee {
  color: var(--white-color)!important;
}

.time {
  color: var(--white-color)!important;
}

.time:hover {
  color: var(--theme-color)!important;
}

.info-card-center {
  padding: 35px 0!important;
}

.info-card-detail {
  gap: 20px;
  width: auto;
  display: flex!important;
  padding: 0;
}

.info-card-icon {
  margin: auto;
}

.info-card-text {
  text-align: left;
  margin-top: 0;
}

.contact-card .info-card_link {
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  color: var(--white-color);
}

.shape-top-img {
  margin-top: -5px;
}

.shape-bottom-img {
  margin-bottom: -5px;
}

.contact-card.style2 {
  border-radius: 15px;
}

.rule-condition {
  background: var(--smoke-color2);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}

.video-badminton {
  height: 550px; 
  width: auto; 
  max-width: max-content; 
  border-radius: 15px;
}

.ccccondition strong {
  color:rgb(255, 0, 0);
}

.ccccondition {
  height: 225px;
  overflow: auto;
}

.ccccondition ul li {
  list-style-type: decimal;
  padding-right: 10px;
  margin-bottom: 10px;
}

.ccccondition::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.ccccondition::-webkit-scrollbar-track {
  background: rgb(133, 133, 133);
  border-radius: 50px;
}

.ccccondition::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 50px;
}

@media (max-width: 575.98px) { 
  .video-badminton {
      height: auto; 
      width: 100%; 
      max-width: max-content; 
      border-radius: 15px;
  }

  .ccccondition {
    height: auto;
    overflow: hidden;
  }
}

.ccccondition strong {
  color:var(--theme-color);
}

.ccccondition ul li {
  list-style-type: decimal;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1870px) {
  .contact-area {
    margin-top: 0;
    background: #f5f5f6;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1809px) {
  .second-tel {
    display: none;
  }
}

@media (max-width: 1600px) {
  .header-layout1 .header-top {
    margin-left: 182px;
    margin-right: 238px;
  }
  .header-layout1 .sticky-wrapper.sticky {
    top: 0;
  } 
}

@media (max-width: 1399px) {
  .project-card .project-content .project-title {
    color: var(--title-color);
    font-size: 18px;
  }

  .second-tel {
    display: none;
  }

  .header-layout1 .sticky-wrapper {
    padding: 50px 10px 0;
  }

  .header-layout1 .header-top {
    padding: 15px 0;
    margin-left: 144px;
    margin-right: 199px;
  }

  .header-layout1 .sticky-wrapper {
    padding: 50px 10px 0;
  }

  .header-layout1 .header-top {
    padding: 15px 0;
    margin-left: 144px;
    margin-right: 199px;
  }

  .contact-card.style2 {
    padding: 0;
  }

  .info-card-center {
    padding: 35px!important;
  }
}

@media (max-width: 1299px) {
  .logo-header {
    width: 65px;
    border-radius: 5px;
  }

  .header-layout1 .main-menu>ul>li>a {
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  .member-title {
    font-size: 24px;
    color: var(--black-color);
    font-family: var(--title-font);
    font-weight: 600;
  }

  .telephone-header {
    display: none;
  }

  .info-card-detail {
    gap: 20px;
    width: auto;
    display: block!important;
    padding: 0;
  }

  .info-card-text {
    text-align: center;
    margin-top: 10PX;
  }

  .project-card .project-content .project-title {
    color: var(--title-color);
    font-size: 18px;
  }

  .second-tel {
    display: none;
  }

  .feature-card_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .header-layout1 .sticky-wrapper {
    padding: 0;
  }

  .header-layout1 .header-top {
    padding: 10px 0;
    margin-left: 135px;
    margin-right: 226px;
  }

  .feature-card_text {
    font-size: 14px;
    margin-bottom: 15px;
    height: 80px;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .btn {
    padding: 20px 10px;
  }

  .line-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: inherit;
    background: var(--border-color);
    height: 100%;
    width: 1px;
    transform: rotate(10deg);
  }

  .header-layout1 .main-menu {
    margin-left: 0;
  }

  .line-left:after {
    content: "";
    position: absolute;
    left: inherit;
    top: -2px;
    height: calc(100% + 3px);
    width: 1px;
    background: var(--border-color);
    transform: rotate(-10deg);
  }

  .project-card .project-content .project-title {
    color: var(--title-color);
  }
  .feature-card_text {
    font-size: 14px;
    margin-bottom: 15px;
    height: 75px;
  }

  .feature-card_title {
    font-size: 22px;
    margin-bottom: 0;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .telephone-header {
    display: none;
  }

  .header-layout1 .header-top {
    padding: 10px 0;
    margin-left: 104px;
    margin-right: 174px;
  }

  .contact-card .info-card {
    padding: 15px 0;
    display: inline-flex;
    padding-right: 50px;
    text-align: center;
  }

  .info-card-text {
    text-align: center;
    margin-top: 10px;
  }

  .contact-area {
    margin-top: 0;
    background: #f5f5f6;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contact-card .info-card_link {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--white-color);
  }

  .info-card-center {
    padding: 35px!important;
  }

  .contact-card.style2 {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    display: flex!important;
    width: 100%;
  }

  .info-card-detail {
    gap: 20px;
    width: auto;
    display: block!important;
    padding: 0 40px;
  }

  .contact-card .info-card_link {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--white-color);
  }

  .info-card-center {
    padding: 35px!important;
  }
}

@media (max-width: 991px) {
  .about-thumb .about-img-1 {
    border-radius: 20px;
    height: 650px;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
  }

  .service-card.style2 {
    padding: 0;
  }

  .benefit-member-detail {
    margin: 0 auto;
  }

  .appointment {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex;
  } 

  .about-tab-1 .filter-item {
    display: block;
    gap: 30px;
    border-bottom: 1px solid #E6E6E6;
    padding: 25px 0;
    width: 100%;
    height: auto;
    -webkit-box-pack: center!important;
    justify-content: center!important;
    display: flex;
  }

  .items-center{
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex!important;
  }

  .align-appointment {
    text-align: center;
  }

  .table-scroll {
    width: max-content;
  }

  .header-layout1 .sticky-wrapper {
    padding: 0;
  }

  .line-left {
    display: none;
  }

  .line-right {
    display: none;
  }

  .contact-area {
    margin-top: 0;
    background: #f5f5f6;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contact-card.style2 {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    display: flex!important;
    width: 100%;
  }

  .contact-card .info-card {
    padding: 15px 0;
    display: flex;
    padding-right: 50px;
    text-align: left;
  }

  .info-card-detail {
    gap: 20px;
    width: auto;
    display: block!important;
    padding: 0;
    margin: auto;
  }

  .info-card-text {
    text-align: center;
    margin-top: 10px;
  }

  .info-card-icon {
    margin: inherit;
  }
}

@media (max-width: 899px) {
  .telephone-header {
    display: none;
  }
}

@media (max-width: 768px) {
  /* .about-thumb .about-img-1 {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
  } */

  .about-tab-1 .filter-item {
    display: block;
    gap: 30px;
    border-bottom: 1px solid #E6E6E6;
    padding: 25px 0;
    width: 100%;
    height: auto;
    -webkit-box-pack: center!important;
    justify-content: center!important;
    display: flex;
  }

  .appointment {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex;
  } 

  .align-appointment {
    text-align: center;
  }

  .items-center{
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex!important;
  }

  .feature-card_title a {
    font-size: 20px;
  }

  .counter-card {
    position: relative;
    display: inline-flex;
    gap: 25px;
    align-items: center;
    width: 220px;
  }
  
  .info-card-detail {
    gap: 20px;
    width: auto;
    display: block!important;
    margin: auto;
    padding: 0;
  }

  .info-card-text {
    text-align: center;
    margin-top: 10px;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .feature-card_text {
    font-size: 14px;
    margin-bottom: 15px;
    height: 80px;
  } 

  .feature-card_title {
    margin-bottom: 0;
  }

  .feature-card-active .feature-card_title a {
    font-size: 20px;
  }

  .feature-card_title a {
    font-size: 20px;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact-card.style2 {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    display: flex!important;
    width: 100%;
  }

  .project-card .project-content .project-title {
    font-size: 22px;
    color: var(--title-color);
  }

  .contact-area {
    margin-top: 0;
    background: #f5f5f6;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contact-card.style2 {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    display: block!important;
    width: 100%;
  }

  .info-card-text {
    text-align: left;
    margin-top: 0;
  }

  .contact-area {
    margin-top: 0;
    background: #f5f5f6;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .info-card-icon {
    margin: auto 0;
  }

  .info-card-detail {
    gap: 20px;
    width: 250px;
    display: flex!important;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .sec-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .text-member-detail {
    text-align: center;
  }
  .member {
    display: block;
    align-items: center;
    margin-bottom: 25px!important;
  }

  .member-icon {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 0;
    background-color: var(--theme-color);
    text-align: center;
    position: relative;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto 15px;
  }

  .bg-transparent-member {
    background: #00000078;
  }

  .about-thumb .about-img-1 {
    height: 400px;
  }

  .about-thumb .about-img-2 {
    bottom: 35px;
    width: 50%;
  }
  .project-card .image-gallery .project-subtitle {
    font-size: 14px;
    font-family: var(--body-color);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 6px;
    margin-top: -0.3em;
  }

  .project-card .image-gallery .project-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: -0.35em;
    color: var(--white-color);
  } 

  .project-card .image-gallery {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px;
    transition: 0.4s;
    opacity: 0;
    border-radius: 7.5px;
    height: 100%;
    background: #000000c2;
  }

  .promotion-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
  }

  .align-appointment {
    text-align: center;
  }

  .items-center{
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex!important;
  }

  .appointment {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex!important;
  }

  .boooook a {
    color: var(--white-color);
    background-color: var(--theme-color);
  }

  .boooook a:hover {
    color: var(--theme-color);
    background-color: var(--white-color);
  }

  .goal-thumb-2 .wcu-grid {
    margin-top: 20px;
    position: absolute;
    animation: movingX 8s linear infinite;
  }

  .member-title {
    font-size: 22px;
    color: var(--black-color);
    font-family: var(--title-font);
    font-weight: 600;
  }

  p {
    font-size: 16px;
  }

  .about-info-wrap {
    width: 100%;
  }

  .cta-wrap .btn-wrap .about-info-wrap.style3 {
    width: 100%;
  }

  .breadcumb-wrapper {
    padding: 50px 0;
  }

  .space-appointment {
    padding: 50px 0;
  }

  .cta-wrap .btn-wrap .about-info-wrap.style3 {
    text-align: left;
    margin: 0 auto;
    padding-top: 25px;
  }

  .btn-wrap {
    display: block;
  }

  .text-appointment {
    font-size: 24px;
  }

  .contact-card .info-card_link {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--white-color);
  }

  .logo-love-thailand {
    width: 20%;
    margin-bottom: 15px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
  }

  .contact-card.style2 {
    display: block!important;
  }

  .project-card .project-content .project-title {
    font-size: 20px;
    color: var(--theme-color);
  }

  .project-card .project-content {
    margin: 0;
    padding: 15px;
    border-radius: 15px;
  }

  .project-card .project-content {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background: #000000c2;
    margin: 0;
    padding: 15px;
    transition: 0.4s;
    opacity: 0;
    height: 100%;
  }

  .project-card .project-content .project-subtitle {
    font-size: 14px;
    font-family: var(--body-color);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 6px;
    margin-top: -0.3em;
  }

  .project-card .project-content .project-title {
    font-size: 18px;
    color: var(--white-color);
  }

  .info-card-center {
    padding: 35px!important;
  }

  .space-booking {
    margin-bottom: 30px;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 0;
  }

  .d-flex-booking {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .feature-card_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .feature-card_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .space-booking-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .space-booking {
    margin-bottom: 15px;
  }

  .feature-card {
    padding: 40px 35px;
    border-radius: 15px;
  }

  .feature-card_text {
    font-size: 14px;
    margin-bottom: 15px;
    height: auto;
  }
  
  .counter-card {
    position: relative;
    display: inline-flex;
    gap: 25px;
    align-items: center;
    width: 220px;
  }

  .rule-condition {
    background: var(--smoke-color2);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  

  .btn-appointment {
    padding: 20px 60px!important;
    width: 75%!important;
  }

  .btn {
    padding: 20px 30px;
    width: 100%;
  }

  .info-card-detail {
    gap: 20px;
    width: 250px;
    display: flex!important;
    padding: 0;
  }

  .info-card-text {
    text-align: left;
    margin-top: 0;
  }

  .info-card-icon {
    margin: auto 0;
  }

  .contact-card.style2 {
    display: block!important;
  }
}

@media (max-width: 320px) {
  .text-appointment {
    font-size: 36px;
  }
  .info-card-detail {
    gap: 20px;
    width: auto;
    display: block!important;
    padding: 0;
  }

  .info-card-text {
    text-align: center;
    margin-top: 10px;
  }

  .info-card-icon {
    margin: auto;
  }

  .contact-card.style2 {
    display: block!important;
  }
}



