.container-xl {
  max-width: 1140px;
  margin: 0 auto;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .container-xl {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container-xl {
    padding: 0 12px;
  }
}

.icw .banner-h2 {
  font-size: 36px !important;
}

.icw .banner-p {
  font-size: 16px !important;
  display: block;
  font-weight: 300;
  line-height: 1.5 !important;
  font-family: "cmprasanmitregular2", "cmprasanmitregular";
}

.section-wisdom-heading {
  position: relative;
  color: #fff;
  text-align: center;
}

.section-wisdom-heading .container {
  position: relative;
}

.wisdom-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wisdom-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wisdom-bg-image img {
  width: 100%;
  height: 100%;
}

.tile-grid .grid-meta.color-pink {
  color: #641d2e;
}
.no-touch .tile-grid:hover .grid-meta.color-pink {
  color: #fff;
}

@media (max-width: 568px) {
  .icw .banner-h2 {
    font-size: 24px !important;
  }
  .icw .banner-p {
    font-size: 20px !important;
    margin-top: 10px;
  }
}

/* //// */
.section-wisdom-heading .tile-grids {
  margin: 0;
}

.section-wisdom-heading .tile-grids .tile-grid {
  width: 100%;
  padding: 0;
}

.section-wisdom-heading .tile-grid .grid-image .desktop-show img,
.section-wisdom-heading .tile-grid .grid-image .mobile-show img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.section-wisdom-heading .sc-inner.less-p {
  padding: 0;
}

.section-wisdom-heading .tile-grid .grid-wrap {
  border: 1px solid #707070;
}

.no-touch .section-wisdom-heading .more {
  transform: translateY(20px);
}

@media (max-width: 450px) {
  .no-touch .section-wisdom-heading .more {
    transform: translateY(38px);
  }
}
/* table highlight priviledge */
.section-table-highlight-privilege {
  background-color: #e4dee0;
  padding: 85px 0;
}

.icw .privilege-h3 {
  text-align: center;
  font-size: 36px;
  color: #641d2e;
  font-weight: 700;
  margin-bottom: 30px;
}

.highlight-privilege-table-wrap {
  overflow-x: scroll;
  position: relative;
}

.highlight-privilege-relative {
  /* position: relative; */
  width: fit-content;
}

.highlight-privilege-table-wrap::-webkit-scrollbar {
  display: none;
}

.highlight-privilege-table-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.icw table.highlight-privilege-table {
  width: 1300px;
  max-width: none;
  background-color: #fff;
  table-layout: fixed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.icw .unlist-dot {
  list-style: disc;
  margin-left: 15px;
}

.highlight-privilege-table tbody {
  font-size: 18px;
}

.highlight-privilege-table th {
  text-align: center;
  font-family: "itc_giovannibook", "cmprasanmitbold2", "cmprasanmitbold";
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #641d2e;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 28px;
}

.highlight-privilege-table th:first-of-type {
  border-top-left-radius: 10px;
}

.highlight-privilege-table th:last-of-type {
  border-top-right-radius: 10px;
  border-right: 0px;
}

.highlight-privilege-table tr {
  color: #333;
}

.highlight-privilege-table tr td {
  border-bottom: 1px solid #e4dee0;
}

.highlight-privilege-table tr th:nth-of-type(2) {
  width: 458px;
}

.highlight-privilege-table tr:last-of-type {
  border-bottom: 1px solid #e4dee0;
}

.highlight-privilege-table td {
  padding: 20px;
  border-right: 1px solid #e4dee0;
}

.highlight-privilege-table td:last-of-type {
  border-right: 0px;
}

.highlight-privilege-fix {
  position: absolute;
  top: 158px;
  right: 0;
  background-color: #2e151b;
  opacity: 0.8;
  height: 125px;
  width: 140px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  display: none;
  cursor: auto;
}

.highlight-privilege-fix-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icw .highlight-privilege-fix p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.highlight-privilege-reserve {
  background-color: transparent;
}

.icw .highlight-privilege-reserve p {
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  color: #333;
}

.heading-gradient .c-gradient {
  background: transparent
    linear-gradient(
      108deg,
      #7b4734 0%,
      #c6714d 17%,
      #d07e5a 18%,
      #e49673 23%,
      #efa481 26%,
      #f4aa87 29%,
      #c97652 45%,
      #e68e68 57%,
      #f09670 59%,
      #f09872 65%,
      #f19f7b 70%,
      #f4ab8a 73%,
      #f0a684 77%,
      #e59776 81%,
      #d3815e 86%,
      #ce7e5b 100%
    )
    0% 0% no-repeat padding-box;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -text-fill-color: transparent;
  -webkit-text-fill-color: transparent;

  font-size: 42px !important;
}

/* visionary page */
.position-relative {
  position: relative;
}

.banner-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visionary-barcode {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 35px;
}

.visionary-barcode img {
  margin-right: 10px;
}

.visionary-barcode p {
  font-size: 14px;
}

.tile-grid .grid-meta .title {
  text-transform: uppercase;
  text-shadow: none;
}

/* welness page */
.section .vip-padding .sc-headline {
  margin-bottom: 49px;
}
.section .sc-inner.vip-padding {
  padding: 64px 0 80px !important;
}

/* journey page */
.border-white-bottom {
  display: block;
  background-color: #fff;
  width: 144px;
  height: 1px;
  margin: 0 auto;
}

.k-procedure {
  padding-top: 30px;
  padding-bottom: 90px;
}

.k-procedure-content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-procedure-content-img img {
  padding: 60px 16px 16px;
}

.k-procedure-content-text {
  text-align: center;
}

.k-procedure-content-text a {
  color: #641d2e;
  text-decoration: underline;
}

.k-procedure-content-text p {
  margin-top: 20px;
}

.h-announce-banner {
  height: 280px;
}

.no-touch .tile-grid:hover .grid-meta .title .more-action {
  opacity: 0;
  transform: translateY(10px);
}

.no-touch .section-wisdom-heading .more-action {
  transform: translateY(10px);
}

.lh-custom-heading {
  line-height: 1.4 !important;
}

.block-1200 {
  display: none;
}

@media (min-width: 1200px) {
  .hospital-list {
    width: 19%;
  }

  .box-color.matchHeight {
    height: 298px;
  }

  .box-color {
    padding: 50px 15px;
  }

  .icw .more.custom-font {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 1198px) {
  .highlight-privilege-fix {
    display: block;
    cursor: pointer;
  }

  .icw table.highlight-privilege-table {
    width: 1200px;
  }

  .none-1200 {
    display: none;
  }

  .block-1200 {
    display: block;
  }
}

@media (max-width: 1139.98px) {
  .highlight-privilege-table-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .hospital-lists.row-edit {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hospital-lists.row-edit .hospital-list {
    padding: 0;
  }

  .h-announce-banner {
    height: 250px;
  }
}

@media (max-width: 450px) {
  .highlight-privilege-table-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icw .highlight-privilege-reserve p {
    font-size: 16px;
  }

  .icw .h-jumbo.fs-mobile-36 {
    font-size: 36px;
    line-height: 1.2;
  }

  .fs-mobile-20 {
    font-size: 20px !important;
  }

  .heading-gradient .c-gradient.fs-mobile-34,
  .fs-mobile-34 {
    font-size: 34px !important;
  }

  .heading-gradient .c-gradient.fs-mobile-32,
  .fs-mobile-3 {
    font-size: 32px !important;
  }

  .fs-mobile-30 {
    font-size: 25px !important;
  }

  .mt-mobile-30 {
    display: inline-block;
    margin-top: 35px;
    font-size: 23px;
  }

  #sc-intro {
    height: 250px;
  }
}
/* //// */

@media (max-width: 450px) {
  .br-mobile {
    display: block;
    line-height: 0 !important;
  }

  .br-tablet {
    display: none;
  }

  .br-desktop {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .desktop-show {
    display: none;
  }
}

@media (min-width: 450px) {
  .br-mobile {
    display: none;
  }

  .br-tablet {
    display: block;
  }

  .br-desktop {
    display: none;
  }
  .mobile-show {
    display: none;
  }
  .desktop-show {
    display: block;
  }
}

@media (min-width: 992px) {
  .br-mobile {
    display: none;
  }

  .br-tablet {
    display: none;
  }

  .br-desktop {
    display: block;
  }

  .top-brands-lists {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1100px) {
  .d-mobile-inline {
    display: inline-block !important;
  }
}

.flex-howto{
  display: flex;
  gap: 5px;

}

@media (max-width: 767px) {
  .flex-howto{
    flex-direction: column;
  }
}