.fsize--2 {
  font-size: var(--step--2);
}

.fsize--1 {
  font-size: var(--step--1);
}

.fsize-0 {
  font-size: var(--step-0);
}

.fsize-1 {
  font-size: var(--step-1);
}

.fsize-2 {
  font-size: var(--step-2);
}

.fsize-3 {
  font-size: var(--step-3);
}

.fsize-4 {
  font-size: var(--step-4);
}

.fsize-5 {
  font-size: var(--step-5);
}

.gp-content {
  font-size: var(--step-0);
  background-color: #fffbf4;
}

.banner-top {
  height: clamp(275px, 30vw, 350px);
  position: relative;
  color: white;
  overflow: hidden;
}
@media screen and (width < 768px) {
  .banner-top .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
}

.banner-title {
  line-height: 1;
  margin-bottom: 0.5rem;
  color: rgb(67, 127, 215);
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (width < 768px) {
  .col-12:has(.banner-desc) {
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.61) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.banner-img {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  height: 100%;
  width: 1920px;
  object-position: 50% 35%;
}
@media screen and (width < 768px) {
  .banner-img {
    object-position: center;
  }
}

.banner-desc {
  width: min(500px, 80%);
  color: rgb(67, 127, 215);
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media screen and (width < 768px) {
  .banner-desc {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .banner-desc .fsize-0 {
    max-width: 80%;
    text-wrap: balance;
  }
}
.header-title {
  font-size: var(--step-2);
  font-weight: 700;
  color: rgb(67, 127, 215);
}

.gp-navi-wrapper {
  position: sticky !important;
  top: 0px;
  z-index: 20;
  transition-property: z-index;
  transition-delay: 500ms;
}
@media screen and (min-width: 992px) {
  .gp-navi-wrapper {
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .gp-navi-wrapper {
    z-index: 101;
  }
}

.has-sidemenu-opened .gp-navi-wrapper {
  z-index: 2 !important;
  transition-delay: 0ms;
}

@media screen and (max-width: 991px) {
  .pantai-revamp-ui-ux-content .header-wrapper .header-bottom {
    height: 50px !important;
  }
}
.gp-navi {
  position: sticky;
  top: 0px;
}
@media screen and (min-width: 991px) {
  .gp-navi {
    top: 45px;
  }
}
.gp-navi .gp-navi-mobile {
  display: flex;
  flex-direction: column;
  height: 3.5rem;
}
.gp-navi .gp-navi-mobile-arrow {
  display: none;
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  position: absolute;
  z-index: 62;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  margin-right: 1.5rem;
  transition: all 0.25s ease-in-out;
}
.gp-navi .gp-navi-mobile-item {
  display: grid;
  grid-template-rows: 0fr;
  text-decoration: none;
  cursor: pointer;
}
.gp-navi .gp-navi-mobile-item .navi-item-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-weight: 600;
  overflow: hidden;
  padding: 0 1rem;
  font-size: var(--step--1);
}
.gp-navi .gp-navi-mobile-item .navi-item-inner .nav-item-inner-icon {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .gp-navi .gp-navi-mobile-item {
    --bg-color: #6699a9;
    background-color: var(--bg-color);
    box-shadow: 0 0 0 100vmax var(--bg-color);
    clip-path: inset(0 -100vmax);
    transform: rotate(180deg);
  }
}
.gp-navi .gp-navi-mobile-item.green {
  --bg-color: var(--pantai-light-green);
}
.gp-navi .gp-navi-mobile-item.green .nav-item-inner-icon {
  filter: brightness(0) saturate(100%) invert(59%) sepia(21%) saturate(1271%) hue-rotate(70deg) brightness(91%) contrast(87%);
}
.gp-navi .gp-navi-mobile-item.yellow {
  --bg-color: var(--pantai-yellow);
}
.gp-navi .gp-navi-mobile-item.yellow .nav-item-inner-icon {
  filter: brightness(0) saturate(100%) invert(60%) sepia(46%) saturate(483%) hue-rotate(70deg) brightness(88%) contrast(90%);
}
.gp-navi .gp-navi-mobile-item.blue {
  --bg-color: var(--pantai-light-blue);
}
.gp-navi .gp-navi-mobile-item.blue .nav-item-inner-icon {
  filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(527%) hue-rotate(70deg) brightness(95%) contrast(87%);
}
.gp-navi .gp-navi-mobile-item.pink {
  --bg-color: var(--pantai-pink);
}
.gp-navi .gp-navi-mobile-item.pink .nav-item-inner-icon {
  filter: brightness(0) saturate(100%) invert(65%) sepia(29%) saturate(484%) hue-rotate(70deg) brightness(90%) contrast(88%);
}
.gp-navi .gp-navi-mobile-item.red {
  --bg-color: #e84a0f;
}
.gp-navi .gp-navi-mobile-item.red .nav-item-inner-icon {
  filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(1885%) hue-rotate(10deg) brightness(104%) contrast(101%);
}
.gp-navi .gp-navi-mobile-item[order="0"] {
  order: -1;
  grid-template-rows: 1fr;
}
.gp-navi .gp-navi-mobile-item[order="0"] .navi-item-inner {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .gp-navi .gp-navi-mobile .gp-navi-mobile-arrow {
    display: none;
  }
}
.gp-navi .gp-navi-mobile.expand .gp-navi-mobile-item {
  grid-template-rows: 1fr;
}
.gp-navi .gp-navi-mobile.expand .gp-navi-mobile-item:not([order="0"]) {
  transition: grid-template-rows 0.25s ease-in-out;
}
.gp-navi .gp-navi-mobile.expand .gp-navi-mobile-item .navi-item-inner {
  transition: all 0.25s ease-in-out;
  padding: 0.5rem 1rem;
}
.gp-navi .gp-navi-mobile.expand .gp-navi-mobile-arrow {
  transform: translateY(-15%) rotate(45deg) rotate(180deg);
}
@media screen and (min-width: 992px) {
  .gp-navi .gp-navi-mobile {
    padding-top: 2.5rem;
    gap: 0.5rem;
    height: auto;
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item {
    grid-template-rows: 1fr;
    border: 2px solid var(--bg-color);
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0.25rem 0.25rem;
    margin-right: 1rem;
    transition: all 0.15s ease-in-out;
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item .navi-item-inner {
    transition: all 0.15s ease-in-out;
    padding: 0.5rem 1rem;
    color: var(--bg-color);
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item:hover {
    transition: all 0.1s ease-in-out;
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item:hover .navi-item-inner {
    transition: all 0.1s ease-in-out;
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item[highlight=yes], .gp-navi .gp-navi-mobile .gp-navi-mobile-item:hover, .gp-navi .gp-navi-mobile .gp-navi-mobile-item:nth-child(5) {
    background-color: var(--bg-color);
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item[highlight=yes] .navi-item-inner, .gp-navi .gp-navi-mobile .gp-navi-mobile-item:hover .navi-item-inner, .gp-navi .gp-navi-mobile .gp-navi-mobile-item:nth-child(5) .navi-item-inner {
    color: white;
  }
  .gp-navi .gp-navi-mobile .gp-navi-mobile-item[highlight=yes] .nav-item-inner-icon, .gp-navi .gp-navi-mobile .gp-navi-mobile-item:hover .nav-item-inner-icon, .gp-navi .gp-navi-mobile .gp-navi-mobile-item:nth-child(5) .nav-item-inner-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(229deg) brightness(100%) contrast(102%);
  }
}
@media screen and (max-width: 991px) {
  .gp-navi .gp-navi-mobile .nav-item-inner-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(229deg) brightness(100%) contrast(102%) !important;
  }
}

section.introduction {
  padding-top: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
}
section.benefits {
  padding-top: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 0 0 100vmax #32a8e4;
  background-color: #32a8e4;
  clip-path: inset(0 -100vmax);
  color: white;
}
section.benefits .header-title {
  color: white;
}
section.benefits em {
  color: white;
}
section.benefits .benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
section.benefits .benefits-item {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  section.benefits .benefits-item {
    flex: 1 1 calc(33.3333333333% - 0.5rem);
  }
}
section.benefits .benefits-item .benefits-item-icon {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.benefits .benefits-item .benefits-item-icon-inner {
  width: 100%;
  text-align: center;
  max-width: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #32a8e3;
  background: #32a8e3;
  color: white;
}
section.benefits .benefits-item .benefits-item-text {
  line-height: 1.6;
  max-width: 200px;
  margin-left: 0.5rem;
}
section.benefits .benefits-item .benefits-item-text .text-main {
  font-weight: 600;
  font-size: 14px;
}
section.benefits .benefits-item .benefits-item-text .text-sub {
  margin-top: 0.25rem;
  font-size: var(--step--1);
}

#body.menu--active .gp-navi-wrapper {
  z-index: 1;
  transition-delay: 0ms;
}

section.signup-form {
  box-shadow: 0 0 0 100vmax #f2fbfe;
  clip-path: inset(0 -100vmax);
  background-color: #f2fbfe;
  padding-top: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
  color: #6b6f71;
  position: relative;
}
section.signup-form .referral-download-sticky {
  position: sticky;
  top: 2rem;
  padding: 1rem 1.5rem;
  color: white;
  background-color: #f0906d;
  text-align: center;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  section.signup-form .referral-download-sticky {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.signup-form .referral-download-sticky {
    margin-top: 1rem;
  }
}
section.signup-form .referral-download-sticky-header {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section.signup-form .referral-download-sticky-header {
    margin-bottom: 0rem;
    font-size: 1rem;
  }
}
section.signup-form .referral-download-sticky-img {
  width: 75%;
}
section.signup-form .referral-download-sticky-button {
  background-color: white;
  color: #f0906d;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.signup-form .referral-download-sticky-button {
    margin-top: 0rem;
  }
}
section.signup-form .referral-download-sticky-button:hover {
  background-color: #fcf2f2;
}
section.signup-form textarea {
  height: 100%;
  padding: 0.5rem 1rem !important;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  section.signup-form textarea {
    height: 34.25px;
  }
}
section.signup-form input,
section.signup-form textarea {
  width: 100%;
  height: 40px;
}
section.signup-form select {
  height: 40px !important;
}
section.signup-form select {
  border-radius: 0.5rem;
  border: 1px solid rgb(191, 191, 191);
  margin-bottom: 0;
  height: 34.25px;
}
section.signup-form .custom-error {
  color: red;
  display: none;
  font-size: 0.95rem;
  font-weight: bold;
  margin-left: 1.25rem;
  z-index: 31;
  white-space: nowrap;
}
section.signup-form .custom-error.show {
  display: block;
}
section.signup-form .input-section {
  margin-bottom: 0.25rem;
}
section.signup-form .input-section .input-label {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: rgb(67, 127, 215);
  margin-left: 1rem;
}
section.signup-form .input-section input,
section.signup-form .input-section textarea {
  padding: 0rem 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0;
}
section.signup-form .input-section input::placeholder,
section.signup-form .input-section textarea::placeholder {
  color: rgb(192, 192, 192);
}
section.signup-form .checkbox-section {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  align-items: center;
}
section.signup-form .checkbox-section input {
  height: 1.25rem;
  margin: auto;
}
section.signup-form .gp-submit {
  background-color: #ee7447;
  border: 1px solid #ee7447;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  color: white;
  font-weight: 600;
  font-size: var(--step-0);
  padding: 1rem 1.25rem;
  transition: all 0.15s ease-in-out;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.signup-form .gp-submit {
    max-width: 225px;
  }
}
section.signup-form .gp-submit:not(.btn-disabled):hover {
  background-color: white;
  color: #a72b2a;
  border-color: #a72b2a;
}
section.signup-form .gp-submit.btn-disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

section.upcoming-events {
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 0 0 100vmax #fffbf4;
  clip-path: inset(0 -100vmax);
  background-color: #fffbf4;
}

.referral-download {
  background-color: #ed8b00;
  border: 2px solid #ed8b00;
  color: white !important;
  text-align: center;
  padding: var(--space-xs) var(--space-m);
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  transition: 0.15s all ease-in-out;
}
.referral-download:hover {
  background-color: white;
  color: #ed8b00 !important;
}

.pap-item {
  /* for general use */
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0.5rem;
  font-size: 1rem;
}

.pap-item .img-wrapper {
  width: 100%;
}

.pap-item .img-wrapper img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  object-position: top;
}

.pap-item .item-header {
  color: var(--ge-light-green);
  font-size: 1rem;
  line-height: 1.625rem;
  /* min-height: 3.25rem; */
  font-weight: bold;
  display: flex;
  /* align-items: center; */
  margin-bottom: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

.pap-item .item-desc {
  color: #333333;
  line-height: 1.375rem;
  /* min-height: 4.125rem; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}

.pap-item .img-wrapper {
  transform: translate(0px, 0px);
  box-shadow: 0px 0px 0px 0px transparent;
  /* border: 1px solid transparent; */
  transition: all 0.25s ease-in-out;
}

.pap-item .img-wrapper:hover {
  transform: translate(-5px, -5px);
  /* border: 1px solid rgba(211, 211, 211, 0.25); */
  box-shadow: 5px 5px 3px 0px #ebc083;
}

.pap-item .item-hospital {
  color: var(--ge-light-green);
  display: flex;
}

.pap-item .item-hospital .g-ic-hospital {
  margin-right: 10px;
}

.pap-item .item-period .post-meta span,
.pap-item .item-period .post-meta .post-label-date {
  color: var(--ge-red) !important;
}

.upcoming-events-list-gp .slick-arrow {
  z-index: 22;
  color: white !important;
  font-size: 16px;
  transform: translateY(-100%);
}

.glen-ui-ux-revamp #desktop-header .upper-header .upper-header-content {
  padding-bottom: 0px;
}

@media screen and (width >= 768px) {
  .sideMenu {
    display: none;
  }
}
.GP-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media screen and (width < 992px) {
  .GP-sidebar {
    display: none;
  }
}
.GP-sidebar .GP-sidebar-item {
  --bg-color: white;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-color);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  gap: 0.25rem;
  font-size: 0.85rem;
  max-width: 5.5rem;
  color: inherit;
  text-decoration: none;
}
.GP-sidebar .GP-sidebar-item .GP-sidebar-item-icon-wrapper {
  height: 2rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.GP-sidebar .GP-sidebar-item .GP-sidebar-item-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.GP-sidebar .GP-sidebar-item .GP-sidebar-item-text {
  text-align: center;
  text-wrap: balance;
  line-height: 1.1;
  color: white;
}
@media screen and (width >= 1400px) {
  .GP-sidebar .GP-sidebar-item {
    max-width: 7.5rem;
    font-size: 1rem;
    gap: 0.75rem;
  }
  .GP-sidebar .GP-sidebar-item .GP-sidebar-item-icon-wrapper {
    height: 2.5rem;
  }
  .GP-sidebar .GP-sidebar-item .GP-sidebar-item-text {
    line-height: 1.3;
  }
}
.GP-sidebar .GP-sidebar-item:nth-child(1) {
  --bg-color: #49a946;
}
.GP-sidebar .GP-sidebar-item:nth-child(2) {
  --bg-color: #57a954;
}
.GP-sidebar .GP-sidebar-item:nth-child(3) {
  --bg-color: #63a961;
}
.GP-sidebar .GP-sidebar-item:nth-child(4) {
  --bg-color: #73a971;
}
.GP-sidebar .GP-sidebar-item:nth-child(5) {
  --bg-color: #e84a0f;
}

.container:has(.breadcrumb) {
  display: none;
}

.gp-content {
  background-image: url("/images/pantaihospitalmalaysialibraries/gp-connect-program/intro-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.gp-navi-wrapper-sticky {
  position: fixed;
  z-index: 10;
  bottom: 0;
  top: auto !important;
  transform: rotate(180deg);
  width: 100%;
  padding: 0 calc(0.5 * var(--bs-gutter-x));
  left: 0;
}

.gp-desktop-nav {
  position: relative;
  z-index: 0;
  top: 0 !important;
}
@media screen and (width < 992px) {
  .gp-desktop-nav {
    display: none;
  }
}
.gp-desktop-nav .gp-desktop-nav-inner {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 3.5rem;
  margin-top: -1.75rem;
  box-shadow: 0 0.15rem 0.5rem 2px rgba(0, 0, 0, 0.15);
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item {
  --bg-color: #32a8e3;
  flex: 1 0;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: var(--space-xs);
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(104%) contrast(102%) !important;
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:nth-child(1) {
  --bg-color: var(--pantai-light-green);
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:nth-child(2) {
  --bg-color: var(--pantai-yellow);
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:nth-child(3) {
  --bg-color: var(--pantai-light-blue);
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:nth-child(4) {
  --bg-color: var(--pantai-pink);
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:nth-child(5) {
  --bg-color: #e84a0f;
}
.gp-desktop-nav .gp-desktop-nav-inner .gp-desktop-nav-item:hover {
  filter: brightness(1.05);
}

.patient-journey .main-wcu-slider {
  position: relative;
}

.patient-journey .main-wcu-slider .wcu-slider {
  padding: 5px;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item {
  position: relative;
  cursor: pointer;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .video-container {
  position: relative;
  display: grid;
  place-items: center;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .video-container > * {
  grid-area: 1/1;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .video-container .video-thumbnail {
  width: 100%;
  border-radius: 0.5rem;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .video-container .yt-play {
  width: 70px;
  height: auto;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .quotation {
  --size: 60px;
  font-size: calc(var(--size));
  height: calc(var(--size) / 2);
  line-height: 1em;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .message {
  margin: 1rem 0rem 2rem;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item .signature {
  font-family: "jennasue";
  font-size: 3rem;
  line-height: 1em;
}

.patient-journey .main-wcu-slider .wcu-slider .message-item:nth-child(3n+1) .quotation {
  color: var(--green);
}

.patient-journey .main-wcu-slider .wcu-slider .message-item:nth-child(3n+2) .quotation {
  color: var(--orange);
}

.patient-journey .main-wcu-slider .wcu-slider .message-item:nth-child(3n+3) .quotation {
  color: var(--blue);
}

.patient-journey .main-wcu-slider .wcu-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
}

.patient-journey .main-wcu-slider .wcu-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
}

@media (max-width: 767.98px) {
  .patient-journey .wcu-slider {
    margin: 0px 0.5rem;
  }
}
.patient-journey .st, .patient-journey .pantai-white {
  color: white;
  margin-bottom: 3px;
}

section.masterclass {
  padding-top: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 0 0 100vmax #32a8e4;
  background-color: #32a8e4;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  color: white;
}

.modal-body {
  padding: 0;
}

#floating-image {
  display: none !important;
}

@media (max-width: 992px) {
  .modal.show .modal-dialog {
    top: 30% !important;
  }
}
a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=PantaiGP.css.map */
