/* landing-page.css — v20260906q: white section surfaces; no pattern PNG backgrounds */
/* top portion*/ 
li.productTags:nth-child(n+4) { 
 display: none; 
} 
.WorldCancerTitle { 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 30px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 35px; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 margin-bottom: 30px; 
} 
/*.dr_name_custom { 
 margin-left: 18px; 
} 
.onExpertCustom { 
 margin-left: 18px; 
}*/ 
 
div#TreatmentDecision { 
 font-size: 16px; 
 text-align: justify; 
 color: #666; 
 line-height: 26px; 
} 
 
.OurServices{ 
 /*background: #FEF0EC;*/ 
 background: #ffffff;
 padding: 48px 0;
} 
.OurCancerCareProgram { 
 margin-top: 0; 
 padding: 48px 0; 
}
.OurCancerCareProgram.OurServices {
 padding: 0;
 margin-top: 0;
 background: #ffffff;
}

/* --- Our Services: treatment department cards (home) --- */
.OurServices .hx-treatment {
 padding: 36px 0;
 background: transparent;
}
.OurServices .hx-treatment-head {
 text-align: center;
 max-width: 640px;
 margin: 0 auto 20px;
}
.OurServices .hx-treatment-head .section-header {
 color: #046461;
 font-family: Poppins, sans-serif;
 font-size: 28px;
 font-weight: 600;
 line-height: 1.25;
 margin: 0;
}
.OurServices .hx-treatment-sub {
 margin: 8px 0 0;
 color: #5c6b67;
 font-family: Poppins, sans-serif;
 font-size: 14px;
 line-height: 1.5;
 text-align: center;
}
.OurServices .hx-treatment-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 16px;
 justify-content: center;
 align-items: stretch;
 max-width: 1040px;
 width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
}
.OurServices .hx-treatment-grid--extra {
 margin-top: 16px;
}
.OurServices .hx-treatment-grid--extra[hidden] {
 display: none !important;
}
.OurServices .hx-treatment-card {
 background: #fff;
 border: 1px solid #dde5e4;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 6px 20px rgba(4, 100, 97, 0.07);
 width: 100%;
 max-width: none;
 height: 100%;
 min-height: 0;
 display: flex;
 flex-direction: column;
 box-sizing: border-box;
}
.OurServices .hx-treatment-media {
 height: 170px;
 flex-shrink: 0;
 background: #e8f0ef;
 overflow: hidden;
}
.OurServices .hx-treatment-media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.OurServices .hx-treatment-body {
 padding: 14px 14px 16px;
 flex: 1;
 min-width: 0;
}
.OurServices .hx-treatment-title {
 margin: 0 0 8px;
 font-family: Poppins, sans-serif;
 font-size: 15px;
 font-weight: 600;
 color: #046461;
}
.OurServices .hx-treatment-list {
 margin: 0;
 padding: 0;
 list-style: none;
 color: #555;
 font-family: Poppins, sans-serif;
 font-size: 12px;
 line-height: 1.45;
}
.OurServices .hx-treatment-list li {
 position: relative;
 padding-left: 20px;
 margin-top: 0;
 word-break: normal;
 overflow-wrap: anywhere;
}
.OurServices .hx-treatment-list li + li {
 margin-top: 4px;
}
.OurServices .hx-treatment-list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0.3em;
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #dff0ea url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M12.4 0C12 0.01 11.62 0.18 11.34 0.47C8.92 2.93 7.06 4.99 4.84 7.28L2.59 5.36C2.43 5.21 2.25 5.11 2.06 5.04C1.86 4.97 1.65 4.94 1.45 4.96C1.24 4.97 1.04 5.03 0.85 5.12C0.67 5.22 0.5 5.35 0.37 5.51C0.23 5.67 0.13 5.85 0.07 6.06C0.01 6.26 -0.01 6.47 0.01 6.68C0.03 6.89 0.09 7.09 0.19 7.27C0.29 7.46 0.42 7.62 0.58 7.75L3.94 10.63C4.24 10.88 4.62 11.02 5.01 11C5.4 10.98 5.77 10.82 6.04 10.54C8.83 7.71 10.81 5.45 13.54 2.69C13.76 2.47 13.91 2.19 13.97 1.88C14.03 1.57 14 1.25 13.88 0.96C13.75 0.66 13.55 0.42 13.29 0.25C13.02 0.08 12.72 -0.01 12.4 0Z' fill='%23046461'/%3E%3C/svg%3E") center / 8px 7px no-repeat;
}
.OurServices .hx-treatment-cta {
 margin-top: 22px;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
}
.OurServices .hx-treatment-view-all {
 appearance: none;
 -webkit-appearance: none;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 46px;
 padding: 12px 28px;
 border: 0;
 border-radius: 999px;
 background: #046461;
 color: #fff;
 font-family: Poppins, sans-serif;
 font-size: 15px;
 font-weight: 600;
 line-height: 1.2;
 cursor: pointer;
 box-shadow: 0 8px 22px rgba(4, 100, 97, 0.28);
}
.OurServices .hx-treatment-view-all:hover,
.OurServices .hx-treatment-view-all:focus {
 background: #035552;
 color: #fff;
 outline: none;
}
.OurServices .hx-treatment-view-all[hidden],
.OurServices .hx-treatment-show-less[hidden] {
 display: none !important;
}
.OurServices .hx-treatment-show-less {
 appearance: none;
 -webkit-appearance: none;
 border: none;
 background: transparent;
 padding: 4px 8px;
 color: #046461;
 font-family: Poppins, sans-serif;
 font-size: 14px;
 font-weight: 600;
 text-decoration: underline;
 text-underline-offset: 3px;
 cursor: pointer;
}
@media (min-width: 992px) {
 /* Desktop: show all service cards; View All is for smaller screens */
 .OurServices .hx-treatment-grid--extra[hidden] {
  display: grid !important;
  margin-top: 16px;
 }
 .OurServices .hx-treatment-cta {
  display: none !important;
 }
}
@media (max-width: 991px) {
 .OurServices .hx-treatment {
  padding: 28px 0;
 }
 .OurServices .hx-treatment-head .section-header {
  font-size: 24px;
 }
 .OurServices .hx-treatment .container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  overflow: hidden;
 }
 .OurServices .hx-treatment-grid,
 .OurServices .hx-treatment-grid--extra {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
 }
 .OurServices .hx-treatment-card {
  width: 100%;
  max-width: none;
  min-height: 0;
  flex: none;
 }
 .OurServices .hx-treatment-view-all {
  width: min(100%, 320px);
 }
}
@media (max-width: 767px) {
 .OurServices .hx-treatment-grid,
 .OurServices .hx-treatment-grid--extra {
  grid-template-columns: 1fr;
  gap: 12px;
 }
 .OurServices .hx-treatment-card {
  min-height: 0;
 }
 .OurServices .hx-treatment-media {
  height: 150px;
 }
 .OurServices .hx-treatment-view-all {
  width: 100%;
 }
}

/* --- Our Services redesign (home) — legacy carousel (kept for other pages) --- */
.OurServices .program-container {
 max-width: 1140px;
}
.OurServices .inner-program {
 background: #fff;
 border-radius: 28px;
 padding: 36px 32px 28px;
 box-shadow: 0 10px 36px rgba(4, 100, 97, 0.07);
 border: 1px solid #e8eeee;
}
.OurServices .svc-header {
 text-align: center;
 margin-bottom: 28px;
}
.OurServices .svc-header .help-title {
 margin-bottom: 10px;
 color: #046461;
 font-family: Poppins;
 font-size: 36px;
 font-weight: 600;
 line-height: 1.25;
}
.OurServices .svc-accent {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 margin: 0 auto 14px;
}
.OurServices .svc-accent::before,
.OurServices .svc-accent::after {
 content: "";
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #046461;
}
.OurServices .svc-accent span {
 display: block;
 width: 36px;
 height: 3px;
 border-radius: 2px;
 background: #046461;
}
.OurServices .svc-header .section-sub-header {
 max-width: 640px;
 margin: 0 auto;
}
.OurServices .svc-carousel {
 position: relative;
 margin-bottom: 24px;
}
.OurServices .svc-carousel > .home-scroll-controls {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 12px;
 margin-top: 18px;
}
.OurServices .svc-nav {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 padding: 0;
 border: 1px solid #d7ebe8;
 border-radius: 50%;
 background: #fff;
 color: #046461;
 box-shadow: 0 2px 10px rgba(4, 100, 97, 0.12);
 cursor: pointer;
 flex-shrink: 0;
 overflow: visible;
 transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.OurServices .svc-nav svg {
 width: 16px;
 height: 16px;
 display: block;
 overflow: visible;
 flex-shrink: 0;
}
.OurServices .svc-nav:hover,
.OurServices .svc-nav:focus {
 background: #046461;
 color: #fff;
 border-color: #046461;
 outline: none;
}
.OurServices .svc-nav:disabled {
 opacity: 0.35;
 cursor: default;
 pointer-events: none;
}
.OurServices .svc-grid {
 display: flex;
 gap: 0;
 margin-bottom: 0;
 overflow-x: auto;
 overflow-y: hidden;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 -ms-overflow-style: none;
}
.OurServices .svc-grid::-webkit-scrollbar {
 display: none;
 height: 0;
}
.OurServices .svc-page {
 flex: 0 0 100%;
 width: 100%;
 min-width: 100%;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 20px;
 scroll-snap-align: start;
 scroll-snap-stop: always;
 box-sizing: border-box;
}
.OurServices .svc-card {
 background: #f7faf8;
 border: 1px solid #e8eeee;
 border-radius: 20px;
 box-shadow: none;
 transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
 min-width: 0;
}
.OurServices .svc-card:hover {
 transform: translateY(-4px);
 background: #fff;
 box-shadow: 0 12px 28px rgba(4, 100, 97, 0.1);
}
.OurServices .svc-card > a,
.OurServices .svc-card-inner {
 display: flex;
 flex-direction: column;
 height: 100%;
 padding: 12px;
 text-decoration: none;
 color: inherit;
}
.OurServices .svc-icon {
 width: 42px;
 height: 42px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 8px;
 flex-shrink: 0;
}
.OurServices .svc-icon svg {
 width: 20px;
 height: 20px;
 display: block;
}
.OurServices .svc-img-wrap {
 position: relative;
 width: 100%;
 aspect-ratio: 4 / 3;
 overflow: hidden;
 border-radius: 14px;
 margin-bottom: 10px;
 background: #f3f6f6;
 flex-shrink: 0;
}
.OurServices .svc-img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center center;
 border-radius: 0;
 display: block;
 margin: 0;
 max-width: none;
 max-height: none;
}
.OurServices .svc-title {
 margin: 0 0 10px;
 font-family: Poppins, sans-serif;
 font-size: 17px;
 font-weight: 600;
 line-height: 1.25;
 text-align: center;
}
.OurServices .svc-desc {
 display: none;
}
.OurServices .svc-cta {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 font-family: Poppins, sans-serif;
 font-size: 14px;
 font-weight: 600;
 line-height: 1.3;
 text-align: center;
 margin-top: auto;
 align-self: stretch;
 width: 100%;
 min-height: 40px;
 padding: 10px 14px;
 border-radius: 10px;
 background: currentColor;
 color: #fff !important;
 box-sizing: border-box;
 transition: opacity 0.2s ease, transform 0.2s ease;
}
.OurServices .svc-card:hover .svc-cta {
 opacity: 0.92;
 transform: translateY(-1px);
}
.OurServices .svc-cta-arrow {
 display: none;
}

/* Accents — titles keep brand color; CTAs use solid brand fill */
.OurServices .svc-teal .svc-icon { background: rgba(4, 100, 97, 0.12); color: #046461; }
.OurServices .svc-teal .svc-title { color: #046461; }
.OurServices .svc-teal .svc-cta { background: #046461; color: #fff !important; }

.OurServices .svc-blue .svc-icon { background: rgba(160, 158, 209, 0.22); color: #6B68B0; }
.OurServices .svc-blue .svc-title { color: #6B68B0; }
.OurServices .svc-blue .svc-cta { background: #6B68B0; color: #fff !important; }

.OurServices .svc-orange .svc-icon { background: rgba(232, 169, 112, 0.22); color: #D4883A; }
.OurServices .svc-orange .svc-title { color: #D4883A; }
.OurServices .svc-orange .svc-cta { background: #D4883A; color: #fff !important; }

.OurServices .svc-green .svc-icon { background: rgba(157, 182, 127, 0.25); color: #6A8F45; }
.OurServices .svc-green .svc-title { color: #6A8F45; }
.OurServices .svc-green .svc-cta { background: #6A8F45; color: #fff !important; }

.OurServices .svc-pink .svc-icon { background: rgba(228, 132, 118, 0.22); color: #D45B4A; }
.OurServices .svc-pink .svc-title { color: #D45B4A; }
.OurServices .svc-pink .svc-cta { background: #D45B4A; color: #fff !important; }

.OurServices .svc-darkpink .svc-icon { background: rgba(79, 122, 148, 0.16); color: #3D6F8C; }
.OurServices .svc-darkpink .svc-title { color: #3D6F8C; }
.OurServices .svc-darkpink .svc-cta { background: #3D6F8C; color: #fff !important; }

/* Free Resources banner — nested inside the shared services panel */
.OurServices .svc-resources {
 display: grid;
 grid-template-columns: 1.05fr 1fr;
 gap: 36px;
 align-items: center;
 background: #e8f4f3;
 border-radius: 20px;
 padding: 28px 32px;
 margin: 0 0 20px;
 border: 1px solid #d7ebe8;
}
.OurServices .svc-resources-media {
 position: relative;
}
.OurServices .svc-resources-badge {
 position: absolute;
 top: -10px;
 left: -10px;
 z-index: 1;
 width: 48px;
 height: 48px;
 border-radius: 50%;
 background: #046461;
 color: #fff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 box-shadow: 0 6px 16px rgba(4, 100, 97, 0.25);
}
.OurServices .svc-resources-badge svg {
 width: 22px;
 height: 22px;
}
.OurServices .svc-resources-img {
 width: 100%;
 max-width: 420px;
 height: auto;
 display: block;
 margin: 0 auto;
 border-radius: 16px;
 object-fit: cover;
 object-position: center;
}
.OurServices .svc-resources-title {
 margin: 0 0 10px;
 color: #046461;
 font-family: Poppins, sans-serif;
 font-size: 28px;
 font-weight: 600;
 line-height: 1.25;
 text-align: left;
}
.OurServices .svc-resources-sub {
 margin: 0 0 20px;
 color: #555;
 font-family: Poppins, sans-serif;
 font-size: 15px;
 line-height: 1.55;
 text-align: left;
}
.OurServices .svc-resources-chips {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 margin-bottom: 22px;
}
.OurServices .svc-chip {
 display: flex;
 align-items: center;
 gap: 10px;
 background: #fff;
 border-radius: 12px;
 padding: 12px 14px;
 font-family: Poppins, sans-serif;
 font-size: 13px;
 font-weight: 500;
 color: #333;
 line-height: 1.3;
 box-shadow: 0 2px 8px rgba(4, 100, 97, 0.06);
}
.OurServices .svc-chip-icon {
 width: 28px;
 height: 28px;
 border-radius: 8px;
 background: rgba(4, 100, 97, 0.1);
 color: #046461;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}
.OurServices .svc-chip-icon svg {
 width: 15px;
 height: 15px;
}
.OurServices .svc-resources-btn {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 width: fit-content;
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
 background: #046461;
 color: #fff !important;
 text-decoration: none;
 font-family: Poppins, sans-serif;
 font-size: 15px;
 font-weight: 600;
 line-height: 1.2;
 padding: 14px 28px;
 border-radius: 12px;
 transition: opacity 0.2s ease, transform 0.2s ease;
}
.OurServices .svc-resources-btn:hover {
 opacity: 0.9;
 color: #fff !important;
 transform: translateY(-1px);
}

/* Keep “Talk to Our Team” inside Free Resources — same panel, not a separate card */
.OurServices .svc-resources .section-micro-cta,
.OurServices .section-micro-cta--services {
 display: flex;
 flex-direction: column;
 align-items: stretch;
 gap: 10px;
 max-width: none;
 width: 100%;
 margin: 16px 0 0;
 padding: 16px 0 0;
 background: transparent;
 border: 0;
 border-top: 1px solid rgba(4, 100, 97, 0.16);
 border-radius: 0;
 box-shadow: none;
 text-align: left;
}
.OurServices .svc-resources .section-micro-cta-prompt,
.OurServices .section-micro-cta--services .section-micro-cta-prompt {
 color: #355957;
 font-size: 14px;
 font-weight: 500;
 text-align: left;
}
.OurServices .svc-resources .section-micro-cta-actions,
.OurServices .section-micro-cta--services .section-micro-cta-actions {
 width: 100%;
}
.OurServices .svc-resources .section-micro-cta-btn,
.OurServices .section-micro-cta--services .section-micro-cta-btn {
 width: 100%;
 min-height: 48px;
 padding: 14px 28px;
 border-radius: 12px;
 font-size: 15px;
 box-shadow: none;
}

@media (max-width: 991px) {
 .OurServices .inner-program {
  padding: 28px 20px 22px;
  border-radius: 22px;
 }
 .OurServices .svc-carousel {
  margin-bottom: 20px;
 }
 .OurServices .svc-page {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
 }
 .OurServices .svc-title {
  font-size: 16px;
 }
 .OurServices .svc-desc {
  display: none;
 }
 .OurServices .svc-resources {
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 24px 20px;
  margin-bottom: 16px;
  text-align: center;
 }
 .OurServices .svc-resources-title,
 .OurServices .svc-resources-sub {
  text-align: center;
 }
 .OurServices .svc-resources-chips {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
 }
 .OurServices .svc-resources-btn {
  margin: 0 auto;
 }
 .OurServices .svc-resources-badge {
  left: 8px;
  top: -8px;
 }
}

@media (max-width: 767px) {
 .OurServices .svc-carousel {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
  padding: 0;
 }
 .OurServices .svc-carousel > .home-scroll-controls {
  display: flex;
  margin-top: 14px;
 }
 .OurServices .svc-nav {
  display: none;
 }
 .OurServices .svc-carousel > .home-scroll-controls .svc-nav {
  display: inline-flex;
  position: static;
  top: auto;
  transform: none;
  width: 34px;
  height: 34px;
  z-index: 1;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: none;
  color: #046461;
  overflow: visible;
  align-items: center;
  justify-content: center;
 }
 .OurServices .svc-carousel > .home-scroll-controls .svc-nav svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #046461;
  stroke: #046461;
 }
 .OurServices .svc-nav--prev,
 .OurServices .svc-nav--next {
  left: auto;
  right: auto;
 }
 .OurServices .svc-grid {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
 }
 .OurServices .svc-grid::-webkit-scrollbar {
  display: none;
  height: 0;
 }
 .OurServices .svc-page {
  display: contents;
 }
 .OurServices .svc-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
 }
 .OurServices .svc-card > a,
 .OurServices .svc-card-inner {
  padding: 12px;
 }
 .OurServices .svc-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
 }
 .OurServices .svc-icon svg {
  width: 18px;
  height: 18px;
 }
 .OurServices .svc-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  margin-bottom: 10px;
 }
 .OurServices .svc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: transparent;
  border-radius: 0;
  margin: 0;
 }
 .OurServices .svc-title {
  font-size: 17px;
  margin-bottom: 10px;
 }
 .OurServices .svc-desc {
  display: none;
 }
 .OurServices .svc-cta {
  font-size: 14px;
  min-height: 40px;
 }
}

@media (max-width: 575px) {
 .OurServices,
 .OurCancerCareProgram.OurServices {
  padding: 28px 0;
 }
 .OurServices .program-container {
  padding-left: 12px;
  padding-right: 12px;
 }
 .OurServices .inner-program {
  padding: 22px 12px 18px;
  border-radius: 18px;
 }
 .OurServices .svc-header {
  margin-bottom: 20px;
 }
 .OurServices .svc-header .help-title {
  font-size: 28px;
 }
 .OurServices .svc-card > a,
 .OurServices .svc-card-inner {
  padding: 12px 10px;
 }
 .OurServices .svc-img-wrap {
  position: relative;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
 }
 .OurServices .svc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  background: transparent;
  margin: 0;
 }
 .OurServices .svc-title {
  font-size: 16px;
 }
 .OurServices .svc-resources {
  padding: 20px 16px;
  border-radius: 16px;
  margin-bottom: 14px;
 }
 .OurServices .svc-resources-title {
  font-size: 22px;
 }
 .OurServices .svc-resources-chips {
  grid-template-columns: 1fr;
 }
 .OurServices .svc-chip {
  font-size: 13px;
 }
 .OurServices .svc-resources-btn {
  width: 100%;
  justify-content: center;
 }
 .OurServices .svc-resources .section-micro-cta,
 .OurServices .section-micro-cta--services {
  margin-top: 14px;
  padding-top: 14px;
  text-align: center;
 }
 .OurServices .svc-resources .section-micro-cta-prompt,
 .OurServices .section-micro-cta--services .section-micro-cta-prompt {
  text-align: center;
 }
}
 
.manage-side-effects-sec { 
 padding: 48px 0; 
 } 
.new-banner-section { 
 padding: 0; 
} 
.owl-nav.disabled { 
 display: none !important; 
} 
.owl-dots.disabled { 
 display: none !important; 
} 
.AndMore { 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 24px; 
 bottom: 10px; 
} 
.sec-title { 
 color: #444; 
 font-family: Poppins, sans-serif; 
 font-size: 40px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 52px; /* 130% */ 
 text-align: left; 
} 
.sec-sub-title { 
 color: #666; 
 font-family: Poppins, sans-serif; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 28px; /* 155.556% */ 
 letter-spacing: 0.36px; 
} 
.sec-sub-title strong {
 color: #444;
 font-weight: 700;
} 
p.LiveFrom5Year { 
 color: #444; 
 text-align: center; 
 font-size: 18px; 
 font-weight: 500; 
 line-height: 22px; 
 letter-spacing: 0.36px; 
} 
.btn.cancer-expert-btn { 
 text-align: center; 
 border-radius: 10px; 
 background: #046461; 
 height: 50px; 
 width: 60%; 
 color: #FFF; 
 text-align: center; 
 font-family: Poppins, sans-serif; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 1; 
 letter-spacing: 0.32px; 
 margin: 50px auto 0; 
 margin-top: 25px; 
} 
 
.btn.cancer-expert-btn:hover{ 
 background: #046461 !important; 
 opacity: 0.8; 
}

/* Homepage Hospitals cards */
.OurHospitalsSection {
 padding: 48px 0;
 background: #fff;
}
.OurHospitalsSection .help-title {
 text-align: center;
 margin-bottom: 8px;
}
.OurHospitalsSection .section-sub-header {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 28px;
 color: #5a6b66;
 font-size: 15px;
 line-height: 1.5;
 font-weight: 400;
}
.OurHospitalsSection .row {
 display: flex;
 flex-wrap: wrap;
 margin-left: -12px;
 margin-right: -12px;
}
.OurHospitalsSection .col-md-6 {
 padding-left: 12px;
 padding-right: 12px;
 display: flex;
}
.home-hospital-card {
 display: flex;
 flex-direction: column;
 width: 100%;
 height: 100%;
 background: #fff;
 border: 1px solid #e4ecea;
 border-radius: 16px;
 overflow: hidden;
 box-shadow: 0 8px 24px rgba(4, 100, 97, 0.06);
}
.home-hospital-card > a {
 display: block;
 overflow: hidden;
 line-height: 0;
}
.home-hospital-card > a img {
 width: 100%;
 height: 220px;
 object-fit: cover;
 object-position: center;
 display: block;
}
.home-hospital-body {
 display: flex;
 flex-direction: column;
 flex: 1 1 auto;
 padding: 18px 20px 20px;
 gap: 8px;
}
.home-hospital-city {
 color: #046461;
 font-family: Poppins, sans-serif;
 font-size: 22px;
 font-weight: 700;
 line-height: 1.2;
}
.home-hospital-rating {
 color: #5a6b66;
 font-size: 13px;
 font-weight: 500;
 line-height: 1.3;
}
.home-hospital-body > p {
 margin: 0 0 8px;
 color: #4a5a56;
 font-size: 14px;
 line-height: 1.55;
 flex: 1 1 auto;
}
.home-hospital-actions {
 display: flex;
 flex-direction: column;
 gap: 10px;
 margin-top: auto;
}
.home-hospital-actions-row {
 display: flex;
 gap: 10px;
}
.OurHospitalsSection .cancer-expert-btn,
.OurHospitalsSection .btn.cancer-expert-btn {
 display: inline-flex !important;
 align-items: center;
 justify-content: center;
 width: 100% !important;
 max-width: none;
 height: auto !important;
 min-height: 44px;
 margin: 0 !important;
 padding: 10px 14px !important;
 border-radius: 10px !important;
 font-family: Poppins, sans-serif;
 font-size: 14px !important;
 font-weight: 600;
 line-height: 1.25 !important;
 letter-spacing: 0.02em;
 box-sizing: border-box;
 text-decoration: none !important;
 white-space: nowrap;
}
.OurHospitalsSection .btn-secondary-action {
 background: #fff !important;
 color: #046461 !important;
 border: 1.5px solid #046461 !important;
 flex: 1 1 0;
}
.OurHospitalsSection .btn-secondary-action:hover,
.OurHospitalsSection .btn-secondary-action:focus {
 background: #eef7f5 !important;
 color: #046461 !important;
 opacity: 1;
}
.OurHospitalsSection .btn-primary-action {
 background: #046461 !important;
 color: #fff !important;
 border: 1.5px solid #046461 !important;
}
.OurHospitalsSection .btn-primary-action:hover,
.OurHospitalsSection .btn-primary-action:focus {
 background: #035451 !important;
 opacity: 1;
}
@media (max-width: 767px) {
 .home-hospital-card > a img {
  height: 190px;
 }
 .OurHospitalsSection .cancer-expert-btn,
 .OurHospitalsSection .btn.cancer-expert-btn {
  font-size: 13px !important;
  white-space: normal;
  text-align: center;
 }
}

.new-banner-section iframe{ 
 border-radius: 24px; 
} 
.bn-right-sec .video-sec iframe{ 
 margin: 0; 
} 
 
.wcd-banner-section{ 
 padding: 30px 0 60px; 
} 
 
.video-sec{position: relative;} 
img.topBannerVideo { 
 width: 100%; 
 border-radius: 28px; 
} 
.num-sec { 
 padding-top: 30px; 
 flex-flow: column; 
 gap: 10px; 
} 
.d-flex.icon-sec {
 align-items: center;
 gap: 12px;
 /* justify-content: space-between; */
}
.d-flex.icon-sec > svg {
 flex: 0 0 28px;
 width: 28px;
 height: 28px;
}

div#OurLeftbanner {
 padding: 0 30px 0;
}
.number-sec {
 padding-left: 0;
 display: flex;
 flex-wrap: nowrap;
 align-items: baseline;
 gap: 5px;
 min-width: 0;
 flex: 1 1 auto;
 white-space: nowrap;
}
.num-title { 
 color: #444; 
 font-family: Poppins, sans-serif; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 1.25; 
 text-transform: none; 
 white-space: nowrap; 
 flex-shrink: 0; 
} 
.nub-sub-title { 
 color: #444; 
 font-family: Poppins, sans-serif; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 1.25; 
 min-width: 0; 
 flex: 0 1 auto; 
 white-space: nowrap; 
} 
 
.bn-right-sec{ 
 padding-left: 30px; 
 border: none; 
 background: none; 
} 
 
.pl-0{ 
 padding-left: 0!important; 
} 
.pr-0{ 
 padding-right: 0!important; 
} 
/* top portion*/ 
 
/* Need Help Section*/ 
 
.need-help-sec { 
 background: #E2F0F0; 
 padding: 40px 0; 
} 
.help-title { 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 40px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 50px; /* 125% */ 
 /*margin-bottom: 15px;*/ 
} 
.inner-help { 
 display: flex; 
 flex-flow: column; 
 align-items: center; 
 justify-content: stretch; 
 -webkit-box-align: stretch; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 20px 0px; 
} 
h2.section-header { 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 30px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 35px; /* 100% */ 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 margin: 0; 
} 
h2.section-header span { 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 2; 
 /* line-height: normal; */ 
 /* text-transform: capitalize; */ 
 /*width: 30px; 
 height: 30px;*/ 
 display: inline-block; 
 background: #fff; 
 border-radius: 50%; 
 vertical-align: middle; 
 margin-right: 10px; 
 /*padding: 0 10px;*/ 
 width: 30px; 
 height: 30px; 
} 
h2.section-header span.active{ 
 background: #046461; 
 color: #fff; 
} 
h3.section-sub-header { 
 color: #666; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 26px; 
 letter-spacing: 0.32px; 
 margin: 0; 
} 
.need-help-sec .icon.sky { 
 padding-top: 15px; 
} 
.need-help-sec iframe{ 
 border-radius: 24px; 
} 
/* Need Help Section*/ 
 
/* side effects section*/ 
.manage-side-effects-sec { 
 padding: 75px 0; 
} 
 
.inner-side-effects { 
 display: flex; 
 flex-flow: column; 
 align-items: center; 
 justify-content: stretch; 
 -webkit-box-align: stretch; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 20px 0px; 
 position: relative; 
} 
.heading{ 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 24px; 
 padding-top: 15px; 
} 
.side-efffects { 
 padding-top: 25px; 
} 
.effects-row { 
 display: flex; 
 flex-flow: row; 
 -webkit-box-align: center; 
 align-items: center; 
 -webkit-box-pack: center; 
 justify-content: center; 
 gap: 20px; 
 margin: 0px 0px 20px; 
 padding: 0px; 
 width: auto; 
 position: relative; 
 cursor: unset; 
 opacity: 1; 
} 
.effect-card { 
 display: flex; 
 flex-flow: row; 
 -webkit-box-align: center; 
 align-items: center; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 0px 20px; 
 margin: 0px; 
 width: auto; 
 position: relative; 
 cursor: unset; 
 opacity: 1; 
 border-radius: 50px; 
 padding: 15px 25px; 
 background: #FFF1ED; 
 height: 60px; 
 color: #666; 
 padding-left: 29.727px; 
} 
.effect-card.active { 
 background: #E76943; 
 color: #fff; 
} 
h4.effect-heading { 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 22px; 
 letter-spacing: 0.36px; 
 margin: 0; 
 white-space: nowrap; 
} 
.any-more a { 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 24px; 
 white-space: nowrap; 
} 
/* side effects section*/ 
 
/* graph section*/ 
 
.integrity-graph-sec { 
 padding: 40px 0; 
 background: #FCECE8; 
} 
 
.integrity-graph-sec h2.section-header { 
 align-items: flex-start; 
 text-align: left; 
} 
/*.integrity-graph-sec h3.section-sub-header { 
 padding-left: 40px; 
 padding-top: 20px; 
}*/ 
.text-left{ 
 text-align: left; 
} 
 
.integrity-graph-sec h2.section-header span{ 
 width: 40px; 
} 
 
.integrity-graph-sec .row{ 
 align-items: center; 
} 
.graph-slogan { 
 text-align: center; 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 22px; 
 letter-spacing: 0.26px; 
 padding-top: 15px; 
} 
 
.graph-sec { 
 display: flex; 
 justify-content: space-around; 
 border-bottom: 1px solid #BCBCBC; 
} 
.graph-sec .bar { 
 justify-content: flex-end; 
 gap: 0; 
} 
 
.graph-content { 
 display: flex; 
 text-align: center; 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 22px; 
 letter-spacing: 0.26px; 
 padding-top: 7px; 
} 
.bar div { 
 width: 50px; 
 height: 96px; 
 border-radius: 4px 4px 0px 0px; 
} 
 
.bar.orange-bar div{ 
 background: #E76943; 
} 
.bar.blue-bar div{ 
 height: 192px; 
 background: #046461; 
} 
 
.graph-sec svg { 
 position: absolute; 
 top: 15px; 
} 
 
.orange-bar span { 
 color: #E76943; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 30px; 
} 
 
.blue-bar span { 
 color: #E76943; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 30px; 
} 
/* graph section*/ 
 
/* schedule form*/ 
 
.schedule-form-sec { 
 background: #fff; 
 padding: 40px 0; 
} 
 
.schedule-form-sec form#schedule_contact_form_home { 
 background: #fff; 
 margin: 0; 
 border-radius: 0 0 20px 20px; 
} 
 
.container.form-container { 
 max-width: 960px; 
} 
 
.form-fields { 
 display: flex; 
 align-items: center; 
 justify-content: space-around; 
} 
.form-box { 
 border-radius: 20px; 
 border: 2px solid #F9DAD0; 
} 
.form-header { 
 background: #F9DAD0; 
 padding: 15px 0; 
 text-align: center; 
 border-radius: 20px 20px 0 0; 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 26px; 
} 
form#schedule_contact_form_home { 
 padding: 30px 12px; 
} 
 
.form-fields .FromControlCutom, .form-fields select.FromControlCutom { 
 border: none !important; 
 border-bottom: 1px solid #666 !important; 
 border-radius: 0; 
 background-color: transparent !important; 
 padding: 8px 0px; 
 width: 25%; 
 font-size: unset; 
 margin-right: 10px 
} 
input#homePageFormEmailNo { 
 margin-left: -10%; 
} 
.form-fields input#homePageFormPhonNo { 
 width: 80%; 
} 
 
.form-fields .FromControlCutom:focus{ 
 outline: 0; 
} 
 
.schedule-form-sec button#HomePageSubmitId { 
 background: #046461; 
 width: 200px; 
} 
 
.schedule-form-sec button#HomePageSubmitId:hover{ 
 background: #046461 !important; 
 opacity: 0.8; 
} 
 
/* schedule form*/ 
 
/* Program */ 
 
.inner-program { 
 display: flex; 
 flex-flow: column; 
 align-items: center; 
 justify-content: stretch; 
 -webkit-box-align: stretch; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 20px 0px; 
 position: relative; 
} 
 
.program-container{ 
 max-width: 960px; 
} 
 
.program-box { 
 position: relative; 
 margin-bottom: 30px; 
 
} 
.pro-image{ 
 width: 100%; 
 border-radius: 4px 4px 0 0; 
} 
.program-title { 
 color: #000; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 22px; 
 padding: 15px 0; 
 margin: 0; 
 border-bottom: 4px solid #E8A970; 
 /*min-height: 93px;*/ 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 border-radius: 0 0 4px 4px; 
} 
 
.program-title.yellow{ 
 border-color: #E8A970; 
} 
.program-title.blue{ 
 border-color: #A09ED1; 
} 
.program-title.green{ 
 border-color: #9DB67F; 
} 
.program-title.pink{ 
 border-color: #E48476; 
} 
.program-title.lightgreen{ 
 border-color: #74B59A; 
} 
.program-title.darkpink{ 
 border-color: #CF8C9D; 
} 
.program-title.neavyblue { 
 border-color: #809FB3; 
} 
 
.program-title.lightpink { 
 border-color: #EA50AC; 
} 
 
.program-title.lavender { 
 border-color: #6F7BB4; 
} 
 
.program-title.morpich { 
 border-color: #018181; 
} 
 
 
.desk-view{display: block;} 
.mobile-view{display: none;} 
 
/*.overlay-detail { 
 position: absolute; 
 top: 0; 
 left: 0; 
 background: #E8A970; 
 height: 100%; 
 padding: 35px 30px; 
 text-align: left; 
 margin: 0 15px; 
 display: none; 
 border-radius: 5px; 
}*/ 
.overlay-detail { 
 position: absolute; 
 top: 0; 
 left: 0; 
 background: #E8A970; 
 height: 100%; 
 padding: 18px; 
 text-align: left; 
 margin: 0 15px; 
 display: none; 
 border-radius: 5px; 
} 
.overlay-detail.yellow{ 
 background: #E8A970; 
} 
.overlay-detail.blue{ 
 background: #A09ED1; 
} 
.overlay-detail.green{ 
 background: #9DB67F; 
} 
.overlay-detail.pink{ 
 background: #E48476; 
} 
.overlay-detail.lightgreen{ 
 background: #74B59A; 
} 
.overlay-detail.darkpink{ 
 background: #CF8C9D; 
} 
.overlay-detail.neavyblue { 
 background: #809FB3; 
} 
.overlay-detail.lightpink { 
 background: #EA50AC; 
} 
 
.overlay-detail.morpich { 
 background: #018181; 
} 
 
.overlay-detail.lavender { 
 background: #6F7BB4; 
} 
 
h4.overlay-title { 
 color: #FFF; 
 font-family: Poppins; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 26px; 
} 
/*h4.overlay-title { 
 color: #FFF; 
 font-family: Poppins; 
 font-size: 24px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 30px; 
}*/ 
p.overlay-desc { 
 color: #FFF; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 20px; 
 margin: 0; 
} 
/*p.overlay-desc { 
 color: #FFF; 
 font-family: Poppins; 
 font-size: 17px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 24px; 
}*/ 
.program-learn-more-btn { 
 display: block; 
 padding: 9px 15px; 
 background: #fff; 
 text-align: center; 
 vertical-align: middle; 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 letter-spacing: 0.42px; 
 border-radius: 6px; 
 position: absolute; 
 bottom: 15px; 
 left: 50%; 
 width: 86%; 
 transform: translateX(-50%); 
 border: none; 
} 
/*.program-learn-more-btn { 
 display: block; 
 padding: 9px 15px; 
 background: #fff; 
 text-align: center; 
 vertical-align: middle; 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 letter-spacing: 0.42px; 
 border-radius: 6px; 
 position: absolute; 
 bottom: 35px; 
 left: 50%; 
 width: 84%; 
 transform: translateX(-50%); 
 border: none; 
}*/ 
/* Program */ 
 
/* buy supplement*/ 
 
.buy-supplements-sec { 
 background: #ffffff; 
 padding: 56px 0; 
} 
 
.buy-supplements-sec .inner-supplemet.flex-colomn {
 gap: 8px;
} 
.buy-supplements-sec .section-header {
 margin-bottom: 0;
} 
.buy-supplements-sec .section-sub-header {
 margin-bottom: 4px;
 padding: 0 12px;
} 
.buy-supplements-sec .all-service-sec {
 padding-top: 4px;
 padding-bottom: 4px;
 width: 100%;
} 
.buy-supplements-sec .all-prodcut-sec {
 margin-top: 4px;
} 
.buy-supplements-sec #productSlider {
 position: relative;
 padding-bottom: 8px;
} 
.buy-supplements-sec #productSlider .owl-nav {
 margin: 8px auto 0;
} 
.buy-supplements-sec #productSlider .pro-content {
 padding: 10px 8px 12px;
} 
.buy-supplements-sec #productSlider .homepage-buy-form .primebtn,
.buy-supplements-sec #productSlider .pro-content .primebtn {
 margin-top: 8px;
} 
 
.flex-colomn { 
 display: flex; 
 flex-flow: column; 
 align-items: center; 
 justify-content: stretch; 
 -webkit-box-align: stretch; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 20px 0px; 
 position: relative; 
} 
 
.service-name { 
 border: 1px solid #E76943; 
 padding: 0 16px; 
 text-align: center; 
 border-radius: 999px; 
 box-sizing: border-box;
 min-height: 40px; 
 height: 40px; 
 min-width: 72px;
 font-family: Poppins, sans-serif; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 letter-spacing: 0.28px; 
 display: inline-flex; 
 align-items: center; 
 justify-content: center; 
 line-height: 1; 
 margin: 0; 
 white-space: nowrap;
 cursor: pointer;
 background: #fff;
 color: #333;
} 
.service-name h3 {
 margin: 0;
 padding: 0;
 font-size: inherit;
 font-weight: inherit;
 line-height: 1.2;
 color: inherit;
 font-family: inherit;
} 
.buy-supplements-sec .all-service-sec .owl-item {
 display: flex;
 align-items: center;
} 
.service-name.active, .service-name:hover{ 
 background:#E76943; 
 color:#fff; 
 border: 1px solid #E76943; 
} 
.all-service-sec { 
 padding-bottom: 25px; 
 width: 100%; 
 position: relative; 
 display: flex;
 justify-content: center;
} 
#serviceSlider.zh-care-cats,
.zh-care-cats {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 gap: 8px;
 width: 100%;
 max-width: 100%;
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
.zh-care-cats .sv-item {
 width: auto;
 display: flex;
 align-items: center;
 float: none;
 margin: 0;
}
.buy-supplements-sec .service-name {
 display: inline-flex !important;
 width: auto;
}
@media (max-width: 575px) {
 #serviceSlider.zh-care-cats,
 .zh-care-cats {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 12px;
  padding: 2px 28px 8px 12px;
  /* Hide native scrollbar — edge fades hint more content */
  scrollbar-width: none;
  -ms-overflow-style: none;
 }
 #serviceSlider.zh-care-cats::-webkit-scrollbar,
 .zh-care-cats::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
 }
 .zh-care-cats .sv-item {
  scroll-snap-align: start;
 }
 .buy-supplements-sec .all-service-sec {
  position: relative;
  overflow: hidden;
 }
 .buy-supplements-sec .all-service-sec::before,
 .buy-supplements-sec .all-service-sec::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 28px;
  z-index: 2;
  pointer-events: none;
 }
 .buy-supplements-sec .all-service-sec::before {
  left: 0;
  background: linear-gradient(90deg, #fff 18%, rgba(255,255,255,0));
 }
 .buy-supplements-sec .all-service-sec::after {
  right: 0;
  width: 36px;
  background: linear-gradient(270deg, #fff 22%, rgba(255,255,255,0));
 }
 /* Soft swipe cue under the pills */
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  pointer-events: none;
 }
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue span {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: #e7ebea;
  transition: width 0.2s ease, background 0.2s ease;
 }
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue span:nth-child(1) {
  width: 18px;
  background: #E76943;
 }
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue span:nth-child(2),
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue span:nth-child(3) {
  width: 6px;
 }
 .buy-supplements-sec .service-name {
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
 }
}
@media (min-width: 576px) {
 .buy-supplements-sec .all-service-sec .zh-care-cats-cue {
  display: none;
 }
}
#serviceSlider .owl-nav .owl-prev { 
 position: absolute; 
 top: 50%; 
 left: -5px; 
 transform: translateY(-50%); 
 margin: 0; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
} 
#serviceSlider .owl-nav .owl-next { 
 position: absolute; 
 top: 50%; 
 right: -5px; 
 transform: translateY(-50%); 
 margin: 0; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
} 
 
.all-prodcut-sec { 
 width: 100%; 
} 
.pro-content { 
 background: #fff; 
 padding: 15px; 
 border-radius: 0 0 10px 10px; 
} 
.product-box img{ 
 border-radius: 10px 10px 0 0; 
} 
.pro-content ul { 
 padding: 0; 
 list-style: none; 
} 
 
.pro-title { 
 overflow: hidden; 
 text-overflow: ellipsis; 
 display: -webkit-box; 
 -webkit-line-clamp: 2; 
 -webkit-box-orient: vertical; 
 color: #444; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 22px; 
 min-height: 44px; 
} 
.product_list_item{ 
 min-height: 66px; 
} 
.pro-content ul li { 
 line-height: 26px; 
 position: relative; 
 padding-left: 15px; 
 
 color: #444; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 22px; 
 overflow: hidden; 
 text-overflow: ellipsis; 
 display: -webkit-box; 
 -webkit-line-clamp: 1; 
 -webkit-box-orient: vertical; 
} 
 
#productSlider .owl-nav { 
 display: flex; 
 justify-content: space-between; 
 width: 20%; 
 align-items: center; 
 margin: 20px auto 0; 
} 
#productSlider .owl-dots { 
 text-align: center; 
 display: block; 
 position: absolute; 
 left: 50%; 
 transform: translateX(-50%); 
 bottom: 0; 
} 
 
#productSlider .owl-dots .owl-dot { 
 display: inline-block; 
 position: relative; 
 padding: 0; 
} 
 
#productSlider .owl-dots .owl-dot span { 
 background: none repeat scroll 0 0 #869791; 
 border-radius: 20px; 
 display: block; 
 height: 6px; 
 margin: 5px 5px; 
 opacity: 0.5; 
 width: 9px; 
} 
 
#productSlider .owl-dots .owl-dot.active span { 
 background: #444; 
 opacity: 1; 
 width: 20px; 
} 
 
/* buy supplement*/ 
 
/* oncologist */

/* Section micro CTAs (counselor / help links under section headers) */
.section-micro-cta {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 8px 12px;
 margin: 12px auto 8px;
 max-width: 720px;
 text-align: center;
}
.section-micro-cta-prompt {
 color: #5a6b66;
 font-family: Poppins, sans-serif;
 font-size: 14px;
 font-weight: 500;
 line-height: 1.4;
}
.section-micro-cta-actions {
 display: inline-flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 8px;
}
.section-micro-cta-btn {
 appearance: none !important;
 -webkit-appearance: none !important;
 display: inline-flex !important;
 align-items: center !important;
 justify-content: center !important;
 min-height: 48px;
 padding: 12px 22px !important;
 margin: 0 !important;
 border: none !important;
 border-radius: 999px !important;
 background: #046461 !important;
 color: #fff !important;
 font-family: Poppins, sans-serif !important;
 font-size: 15px !important;
 font-weight: 600 !important;
 line-height: 1.25 !important;
 letter-spacing: 0.01em;
 cursor: pointer;
 box-shadow: 0 10px 24px rgba(4, 100, 97, 0.32) !important;
 text-decoration: none !important;
 white-space: nowrap;
 text-transform: none !important;
 transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
 box-sizing: border-box;
}
.section-micro-cta-btn:hover,
.section-micro-cta-btn:focus {
 background: #035451 !important;
 color: #fff !important;
 outline: none !important;
 border: none !important;
 box-shadow: 0 12px 28px rgba(4, 100, 97, 0.4) !important;
 transform: translateY(-1px);
}
.new-banner-section .section-micro-cta--hero-primary {
 margin: 22px 0 0;
 justify-content: flex-start;
 max-width: none;
 text-align: left;
}
.new-banner-section .section-micro-cta--hero-primary .section-micro-cta-prompt {
 width: 100%;
 text-align: left;
 color: #1f1f1f;
 font-size: 16px;
 font-weight: 600;
}
.new-banner-section .section-micro-cta--hero-primary .section-micro-cta-btn {
 min-height: 56px !important;
 font-size: 17px !important;
 font-weight: 700 !important;
 padding: 16px 32px !important;
 box-shadow: 0 12px 28px rgba(4, 100, 97, 0.38) !important;
}
.section-micro-cta-secondary {
 display: inline-flex;
 align-items: center;
 color: #046461;
 font-family: Poppins, sans-serif;
 font-size: 13px;
 font-weight: 600;
 text-decoration: underline;
 text-underline-offset: 3px;
}

/* Case Studies carousel */
.HomeCaseStudiesSection {
 padding: 56px 0;
 background: #fff;
}
.HomeCaseStudiesSection .section-header {
 text-align: center;
 margin-bottom: 8px;
}
.HomeCaseStudiesSection .section-sub-header {
 text-align: center;
 max-width: 640px;
 margin: 0 auto 24px;
 color: #5a6b66;
 font-size: 15px;
 font-weight: 400;
 line-height: 1.5;
}
.case-studies-carousel {
 position: relative;
 max-width: 960px;
 margin: 0 auto;
}
.case-studies-viewport {
 position: relative;
 overflow: hidden;
 border-radius: 16px;
 background: #f3f7f6;
 min-height: 280px;
}
.case-studies-track {
 display: flex;
 transition: transform 0.45s ease;
 will-change: transform;
}
.case-studies-slide {
 flex: 0 0 100%;
 width: 100%;
 min-width: 100%;
 line-height: 0;
}
.case-studies-slide img {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 10;
 object-fit: cover;
 display: block;
 opacity: 0;
 transition: opacity 0.35s ease;
 background: #e8f0ee;
}
.case-studies-slide img.is-loaded,
.case-studies-slide img[data-loaded="1"] {
 opacity: 1;
}
.case-studies-nav {
 appearance: none;
 -webkit-appearance: none;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 3;
 width: 40px;
 height: 40px;
 margin: 0;
 padding: 0;
 border: 1.5px solid #c5d4d1;
 border-radius: 50%;
 background: #fff;
 color: #046461;
 font-size: 22px;
 line-height: 1;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 box-shadow: 0 4px 14px rgba(4, 100, 97, 0.12);
}
.case-studies-nav:hover,
.case-studies-nav:focus {
 border-color: #046461;
 background: #eef7f5;
 outline: none;
}
.case-studies-nav.prev {
 left: 12px;
}
.case-studies-nav.next {
 right: 12px;
}
.case-studies-dots {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 margin-top: 16px;
}
.case-studies-dot {
 appearance: none;
 -webkit-appearance: none;
 width: 8px;
 height: 6px;
 margin: 0;
 padding: 0;
 border: none;
 border-radius: 20px;
 background: #869791;
 opacity: 0.45;
 cursor: pointer;
 flex-shrink: 0;
}
.case-studies-dot.is-active {
 width: 18px;
 background: #046461;
 opacity: 1;
}
@media (max-width: 767px) {
 .case-studies-viewport {
  min-height: 200px;
  border-radius: 12px;
 }
 .case-studies-nav {
  width: 34px;
  height: 34px;
  font-size: 18px;
 }
 .case-studies-nav.prev { left: 8px; }
 .case-studies-nav.next { right: 8px; }
}

.consult-onco-sec { 
 padding: 56px 0; 
 background: #ffffff; 
} 
.consult-onco-sec .flex-colomn {
 gap: 10px;
} 
.consult-onco-sec .section-sub-header {
 margin-bottom: 0;
} 
.consult-onco-sec .row.onco-team-list {
 margin-top: 8px !important;
} 
.filter-form { 
 width: 100%; 
 padding-top: 20px; 
} 
.in-form.d-flex { 
 justify-content: space-around; 
 align-items: center; 
} 
.onco-search-input-box input, .onco-search-input-box select { 
 border: none; 
 border-bottom: 1px solid #666; 
 padding: 5px 0; 
 font-size: 15px; 
 color:#666; 
} 
 
button.onco-search { 
 background: #046461; 
 color: #FFF; 
 text-align: center; 
 font-family: Poppins, sans-serif; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 1; 
 letter-spacing: 0.28px; 
 padding: 20px; 
 border: none; 
 border-radius: 10px; 
} 
 
.row.onco-team-list { 
 width: 100%; 
} 
 
a.CustomDrName { 
 color: black; 
} 
 
/*#oncoSlider .icon.sky, #oncoSlider .owl-item img { 
 border-radius: 50%; 
}*/ 
/*img.careteam-img.lazy.loaded.CutomCircle { 
 border-radius: 50%; 
}*/ 
.dr-desg.oncoCancerExpertDesc { 
 color: #5c6b67; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 1.4; 
 letter-spacing: 0.26px; 
 min-width: 0;
 overflow: hidden; 
 text-overflow: ellipsis; 
 display: -webkit-box; 
 -webkit-box-orient: vertical; 
 line-clamp:2; 
 -webkit-line-clamp:2; 
 text-align: center;
} 
#expertSlider .dr-desg.oncoCancerExpertDesc {
 line-clamp: 2;
 -webkit-line-clamp: 2;
 white-space: normal;
 max-width: 100%;
} 
#expertSlider .dr-detail {
 width: 100%;
 flex: 1 1 auto;
 min-width: 0;
} 
.onco-team-list .clinic-item { 
 background: transparent; 
 height: 100%;
} 
 
.item-inner { 
 border-radius: 16px; 
 border: 1px solid rgba(4, 100, 97, 0.08); 
 background: #FFF; 
 padding: 8px 16px 16px; 
 gap: 10px; 
 align-items: center;
 height: 100%;
 min-height: 0;
 box-sizing: border-box;
 box-shadow: 0 10px 28px rgba(16, 40, 60, 0.08);
 text-align: center;
} 
#oncoSlider .item-inner,
#expertSlider .item-inner {
 display: flex !important;
 flex-direction: column;
}
.onco-card-main {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 flex: 1 1 auto;
 min-width: 0;
 min-height: 0;
 width: 100%;
}
 
.onco-team-list .dr-detail { 
 text-align: center; 
 display: flex; 
 flex-direction: column; 
 flex: 1 1 auto;
 min-width: 0;
 width: 100%;
 gap: 4px;
 align-items: center;
} 
 
.dr-name { 
 color: #1b2a4e; 
 font-family: Poppins, sans-serif; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 700; 
 line-height: 1.3; 
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 -webkit-box-orient: vertical;
} 
 
.dr-edu span { 
 min-width: 0;
 flex: 1 1 auto;
 overflow: hidden; 
 text-overflow: ellipsis; 
 display: -webkit-box; 
 -webkit-line-clamp: 2; 
 line-clamp: 2; 
 -webkit-box-orient: vertical; 
} 
 
.dr-edu span::-webkit-scrollbar{ 
 display: none; 
} 
 
.dr-edu, .dr-exp { 
 color: #5c6b67; 
 font-family: Poppins, sans-serif; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 1.4; 
 letter-spacing: 0.24px; 
 gap: 6px; 
 align-items: center;
 justify-content: center;
 min-width: 0;
 min-height: 0;
} 
#oncoSlider .dr-edu,
#expertSlider .dr-edu {
 display: none !important;
}
#oncoSlider .dr-exp img,
#expertSlider .dr-exp img {
 display: none !important;
}
.onco-team-list .clinic-item .dr-edu img, .onco-team-list .clinic-item .dr-exp img{ 
 width: 15px !important; 
 height: 15px !important; 
 flex-shrink: 0;
 margin-top: 2px;
} 
button.consult-btn,
.consult-btn,
a.CustomDrName .consult-btn,
#oncoSlider .consult-btn,
#expertSlider .consult-btn,
#oncoSlider.owl-carousel .consult-btn,
#expertSlider.owl-carousel .consult-btn {
 border-radius: 8px !important;
 background: linear-gradient(180deg, #f5a623 0%, #e8912e 100%) !important;
 color: #FFF !important;
 text-align: center;
 font-family: Poppins, sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: 700;
 line-height: 1.2 !important;
 letter-spacing: 0.04em;
 text-transform: uppercase;
 height: 44px !important;
 min-height: 44px !important;
 padding: 0 16px !important;
 border: none !important;
 outline: 0;
 width: calc(100% - 24px);
 min-width: 0;
 max-width: 100%;
 margin: 10px 12px 4px !important;
 flex-shrink: 0;
 cursor: pointer;
 white-space: nowrap;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 align-self: center;
 box-sizing: border-box;
 overflow: visible;
 -webkit-font-smoothing: antialiased;
 box-shadow: 0 6px 14px rgba(232, 145, 46, 0.28);
}
#oncoSlider .owl-item,
#expertSlider .owl-item,
#oncoSlider .dr-detail,
#expertSlider .dr-detail {
 line-height: normal;
} 
 
 
 
.onco-team-list .clinic-item .icon.sky{ 
 width: 100%; 
 min-width: 0;
 height: 240px;
 flex-shrink: 0;
 overflow: hidden;
 border-radius: 12px;
 background: #f3f6f8;
 align-self: stretch;
 display: flex;
 align-items: stretch;
 justify-content: center;
}
.expert-section .onco-team-list .clinic-item .icon.sky,
#expertSlider .clinic-item .icon.sky {
 position: relative;
 width: min(100%, 240px);
 max-width: 240px;
 height: auto;
 aspect-ratio: 1 / 1;
 align-self: center;
 border-radius: 14px;
 background: #eef4f3;
 display: block;
} 
.onco-team-list .clinic-item .icon.sky img,
#oncoSlider .owl-item .icon.sky img,
#expertSlider .owl-item .icon.sky img,
#oncoSlider.owl-carousel .owl-item .icon.sky img,
#expertSlider.owl-carousel .owl-item .icon.sky img,
.owl-carousel-webz#oncoSlider .owl-item img.careteam-img,
.owl-carousel-webz#expertSlider .owl-item img.careteam-img {
 width: 100% !important;
 max-width: 100% !important;
 height: 100% !important;
 max-height: none !important;
 object-fit: cover !important;
 object-position: top center !important;
 display: block;
 border-radius: 12px;
}
#expertSlider .owl-item .icon.sky img,
#expertSlider.owl-carousel .owl-item .icon.sky img,
.owl-carousel-webz#expertSlider .owl-item img.careteam-img {
 position: absolute !important;
 inset: 0 !important;
 max-width: none !important;
 object-position: center 18% !important;
 border-radius: 14px;
}
#oncoSlider.owl-carousel .owl-stage,
#expertSlider.owl-carousel .owl-stage {
 display: flex;
 align-items: stretch;
}
#oncoSlider .owl-item,
#expertSlider .owl-item {
 display: flex;
 height: auto;
}
#oncoSlider .owl-item .item,
#expertSlider .owl-item .item,
#oncoSlider .clinic-item,
#expertSlider .clinic-item,
#oncoSlider .clinic-item > a,
#expertSlider .clinic-item > a {
 height: 100%;
 width: 100%;
 display: flex;
 flex-direction: column;
} 
 
#oncoSlider.owl-carousel,
#expertSlider.owl-carousel {
 padding-bottom: 0;
 position: relative;
}
#oncoSlider .owl-nav,
#expertSlider .owl-nav {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 72px;
 width: max-content;
 max-width: 100%;
 margin: 16px auto 0;
 position: relative;
}
#oncoSlider .owl-nav button,
#expertSlider .owl-nav button {
 width: 36px;
 height: 36px;
 margin: 0;
 padding: 0;
 border: 1.5px solid #c5d4d1 !important;
 border-radius: 50%;
 background: #fff !important;
 color: #046461 !important;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 line-height: 1 !important;
 box-shadow: none;
 outline: 0;
}
#oncoSlider .owl-nav button:hover,
#expertSlider .owl-nav button:hover {
 border-color: #046461 !important;
 background: #eef7f5 !important;
}
#oncoSlider .owl-dots,
#expertSlider .owl-dots {
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 left: 50%;
 top: auto;
 bottom: 16px;
 transform: translateX(-50%);
 overflow: visible;
 margin: 0;
 padding: 0;
 pointer-events: none;
}
#oncoSlider .owl-dots .owl-dot,
#expertSlider .owl-dots .owl-dot {
 display: inline-block;
 position: relative;
 padding: 0;
 pointer-events: auto;
}
#oncoSlider .owl-dots .owl-dot span,
#expertSlider .owl-dots .owl-dot span {
 background: transparent;
 border: 2px solid #1b2a4e;
 border-radius: 50%;
 display: block;
 height: 10px;
 margin: 4px;
 opacity: 1;
 width: 10px;
 box-sizing: border-box;
}
#oncoSlider .owl-dots .owl-dot.active span,
#expertSlider .owl-dots .owl-dot.active span {
 background: #1b2a4e;
 border-color: #1b2a4e;
 opacity: 1;
 width: 10px;
} 
/* oncologist */ 
 
/* expert */ 
.expert-section { 
 padding: 56px 0; 
 background: #ffffff; 
} 
 
.expert-name { 
 border: 1px solid #E76943; 
 padding: 12px 17px; 
 text-align: center; 
 border-radius: 50px; 
 height: 50px; 
 color: #046461; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 /* line-height: 26px; */ 
 letter-spacing: 0.28px; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 background: #E2F0F0; 
 border: none; 
} 
.expert-name.active, .expert-name:hover{ 
 background:#E76943; 
 color:#fff; 
 border: 1px solid #E76943; 
} 
.all-expert-sec { 
 width: 100%; 
} 
#expertTypeSlider .owl-nav .owl-prev { 
 position: absolute; 
 top: 50%; 
 left: -10px; 
 transform: translateY(-50%); 
} 
#expertTypeSlider .owl-nav .owl-next { 
 position: absolute; 
 top: 50%; 
 right: -10px; 
 transform: translateY(-50%); 
} 
 
/* expert */ 
 
/* care item */ 
.cancer-care-item-sec { 
 padding: 48px 0; 
} 
 
.pro-content ul li:before { 
 content: ''; 
 background: url('../images/landing_page/check-mark.svg') no-repeat center / contain; 
 width: 11px; 
 height: 8px; 
 display: block; 
 left: 0; 
 position: absolute; 
 top: 50%; 
 transform: translateY(-50%); 
} 
 
.care-item-name { 
 border: 1px solid #9AE0E0; 
 padding: 0 16px; 
 text-align: center; 
 border-radius: 999px; 
 min-height: 40px; 
 height: 40px; 
 min-width: 72px;
 color: #046461; 
 font-family: Poppins, sans-serif; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 1; 
 letter-spacing: 0.28px; 
 display: inline-flex; 
 align-items: center; 
 justify-content: center; 
 background: #E2F0F0; 
 white-space: nowrap;
 box-sizing: border-box;
} 
.all-expert-sec {
 width: 100%;
 display: flex;
 justify-content: center;
 max-width: 100%;
 box-sizing: border-box;
 overflow: visible;
} 
#expertTypeSlider.zh-expert-cats,
.zh-expert-cats {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 gap: 8px;
 width: 100%;
 max-width: 100%;
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: visible;
} 
.zh-expert-cats .sv-item {
 width: auto;
 display: flex;
 align-items: center;
 float: none;
 margin: 0;
 flex: 0 0 auto;
} 
.zh-expert-cats .sv-item a {
 display: flex;
 align-items: center;
 text-decoration: none;
 width: auto;
 height: auto;
} 
#expertTypeSlider .owl-item {
 display: flex;
 align-items: stretch;
} 
#expertTypeSlider .sv-item,
#expertTypeSlider .sv-item a {
 display: flex;
 align-items: stretch;
 width: 100%;
 height: 100%;
 text-decoration: none;
} 
#expertTypeSlider.zh-expert-cats .sv-item,
#expertTypeSlider.zh-expert-cats .sv-item a {
 width: auto;
 height: auto;
 align-items: center;
} 
#expertTypeSlider .care-item-name {
 width: 100%;
 box-sizing: border-box;
} 
#expertTypeSlider.zh-expert-cats .care-item-name {
 width: auto;
} 
.care-item-name.active, .care-item-name:hover{ 
 background:#046462; 
 color:#fff; 
 border: 1px solid #046462; 
} 
@media (max-width: 575px) {
 #expertTypeSlider.zh-expert-cats,
 .zh-expert-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  flex-wrap: unset;
  justify-content: stretch;
  overflow: visible;
  padding: 0;
  width: 100%;
  scrollbar-width: none;
 }
 #expertTypeSlider.zh-expert-cats::-webkit-scrollbar,
 .zh-expert-cats::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
 }
 .zh-expert-cats .sv-item,
 #expertTypeSlider.zh-expert-cats .sv-item {
  width: 100%;
  min-width: 0;
  flex: none;
 }
 .zh-expert-cats .sv-item a,
 #expertTypeSlider.zh-expert-cats .sv-item a {
  width: 100%;
 }
 .zh-expert-cats .care-item-name,
 #expertTypeSlider.zh-expert-cats .care-item-name {
  width: 100%;
  height: 36px;
  min-height: 36px;
  min-width: 0;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
} 
.all-item-sec { 
 width: 100%; 
 margin-bottom: 15px; 
} 
#careItemSlider .owl-nav .owl-prev { 
 position: absolute; 
 top: 50%; 
 left: -5px; 
 transform: translateY(-50%); 
} 
#careItemSlider .owl-nav .owl-next { 
 position: absolute; 
 top: 50%; 
 right: -5px; 
 transform: translateY(-50%); 
} 
.item-sec { 
 width: 100%; 
} 
 
 
 
 
#patientbenefit .owl-nav { 
 display: flex; 
 justify-content: space-between; 
 width: 20%; 
 align-items: center; 
 margin: 0 auto; 
 position: initial; 
} 
#patientbenefit .owl-dots { 
 text-align: center; 
 display: block; 
 position: absolute; 
 left: 50%; 
 transform: translateX(-50%); 
 bottom: 0; 
 width: max-content; 
} 
 
#patientbenefit .owl-dots .owl-dot { 
 display: inline-block; 
 position: relative; 
 padding: 0; 
} 
 
#patientbenefit .owl-dots .owl-dot span { 
 background: none repeat scroll 0 0 #869791; 
 border-radius: 20px; 
 display: block; 
 height: 6px; 
 margin: 5px 5px; 
 opacity: 0.5; 
 width: 9px; 
} 
 
#patientbenefit .owl-dots .owl-dot.active span { 
 background: #444; 
 opacity: 1; 
 width: 20px; 
} 
/*.care-item-list { 
 display: flex; 
 gap: 0; 
}*/ 
.care-item-list { 
 display: flex; 
 gap: 0; 
 /*padding-top: 25px;*/ 
 padding-top: 0; 
 overflow: auto; 
 width: 100%; 
 /*overflow-x: scroll;*/ 
 flex-flow: row; 
 /* -webkit-box-pack: start; */ 
 /* justify-content: flex-start; */ 
 margin: 0; 
} 
.care-item-box.flex-colomn { 
 /*width: 25%;*/ 
 border-radius: 10px; 
 /*border: 1px solid #EFEFEF;*/ 
 background: #FFF; 
 margin-right: 15px; 
} 
.care-item-box img { 
 width: 100%; 
 border-radius: 8px 8px 0 0; 
} 
 
.care-item-box .item-desc { 
 padding: 0 15px; 
} 
/* care item */ 
 
/* nursing care */ 
.nursing-care-sec { 
 background: #ffffff; 
 padding: 56px 0; 
} 
 
.item-title{ 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 18px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 36px; /* 163.636% */ 
} 
 
.care-item-list .care-item-box.flex-colomn{ 
 gap:0; 
} 
 
.care-item-list .item-content { 
 padding: 15px 0; 
 text-align: center; 
} 
 
.nursing-care-sec .care-item-list { 
 /*display: flex;*/ 
 gap: 0; 
 margin-top: 0; 
 justify-content: center; 
} 
/* nursing care */ 
 
/* download app*/ 
.download-app-sec { 
 padding: 56px 0; 
} 
.inner-app-sec{ 
 width: 100%; 
} 
 
.download-app-sec ul{ 
 padding-left: 25px; 
} 
 
.download-app-sec li{ 
 color: #444; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 35px; /* 250% */ 
 list-style-type: none; 
} 
.CustomTickMarkWCC { 
 margin-right: 10px; 
 } 
.justify-content-between{ 
 justify-content: space-between; 
} 
.downloadIcon { 
 margin-top: 25px; 
} 
 
.explore-free-resource { 
 margin-top: 0; 
 background: #F9DAD0; 
 padding: 48px 0; 
 border-radius: 27px; 
} 
.inner-resource { 
 width: 70%; 
 margin: 0 auto; 
} 
.resource-item.flex-colomn { 
 background: #fff; 
 border-radius: 8px; 
 padding: 8px; 
} 
.SelftCareLeftSection .DownloadYoutubeUrl { 
 width: 100%; 
 height: 100%; 
 border-radius: 24px; 
} 
/* download app*/ 
 
#patientbenefit { 
 padding: 48px 0; 
 background: #F7F7F7; 
} 

/* Survivors marquee replaces Owl carousel — neutralize legacy chrome */
#patientbenefit.survivors-speak {
 background: #ffffff;
}
#patientbenefit.survivors-speak .owl-nav,
#patientbenefit.survivors-speak .owl-dots {
 display: none !important;
}
 
#patientbenefit .pb-item { 
 background: transparent; 
 margin: 0; 
 margin-bottom: 20px; 
} 
 
#patientbenefit .content { 
 background: transparent; 
 padding: 15px 0; 
 text-align: center; 
} 
 
.w-100{width: 100%;} 
 
section#patientcaseStudy { 
 padding: 48px 0; 
} 
 
.row.d-flex.ex-program { 
 display: flex; 
 flex-flow: row; 
 -webkit-box-align: center; 
 align-items: center; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 /* gap: 1rem 1rem; */ 
 margin: 0; 
 /* width: 100%; */ 
 position: relative; 
 cursor: unset; 
 opacity: 1; 
 box-sizing: border-box; 
 padding: 25px; 
 border-radius: 10px; 
 /* max-width: 75rem; */ 
 background-color: #FAFAFA; 
} 
.ex-program-icon { 
 display: flex; 
 flex-flow: row; 
 /* -webkit-box-align: stretch; */ 
 align-items: stretch; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 0px; 
 margin: 0px; 
 padding: 0px; 
 width: auto; 
 position: relative; 
 cursor: unset; 
 opacity: 1; 
 border-radius: 50%; 
 height: fit-content; 
 width: fit-content; 
} 
.ex-pro-left{ 
 display: flex; 
 flex-flow: row; 
 -webkit-box-align: center; 
 align-items: center; 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 gap: 0px 1rem; 
 margin: 0px; 
 padding: 0px; 
 width: auto; 
 position: relative; 
 cursor: unset; 
 opacity: 1; 
} 
.btn-ex-program { 
 display: inline; 
 padding: 12px 45px; 
 height: 49px; 
 border-radius: 6px; 
 border: 1px solid #046462; 
 overflow: hidden; 
 cursor: pointer; 
 background: #046462; 
 color: #FFF; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 600; 
 letter-spacing: 0.16px; 
} 
.btn-ex-program:hover{ 
 background: #046462 !important; 
 color: #fff; 
 opacity:0.8; 
} 
.ex-pro-right.text-right { 
 padding-right: 7px; 
} 
h4.ex-program-title { 
 color: #444; 
 font-family: Poppins; 
 font-size: 20px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 20px; /* 100% */ 
 letter-spacing: 0.4px; 
 margin-bottom: 8px; 
} 
.ex-program-text span{ 
 color: #666; 
 font-family: Poppins; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 20px; /* 142.857% */ 
 letter-spacing: 0.28px; 
} 
 
 
.OurTreatmentBenefits { 
 padding: 56px 0; 
 background: #fff; 
} 
.OurTreatmentBenefits .title-con.mt-4 {
 margin-top: 0 !important;
 margin-bottom: 22px;
} 
.OurTreatmentBenefits .PatientImprovement {
 font-family: Poppins, sans-serif;
 font-size: 34px;
 font-weight: 700;
 line-height: 1.25;
 color: #1e3a5f;
 padding-top: 0 !important;
 margin: 0;
 text-align: center;
} 
.OurTreatmentBenefits .patient-outcomes-scroll {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto 8px;
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 scrollbar-width: none;
 -ms-overflow-style: none;
 padding: 4px 4px 8px;
 outline: none;
}
.OurTreatmentBenefits .patient-outcomes-scroll::-webkit-scrollbar {
 display: none;
 height: 0;
}
.OurTreatmentBenefits .patient-outcomes-grid {
 display: flex;
 flex-wrap: nowrap;
 gap: 18px;
 width: max-content;
 min-width: 100%;
 margin: 0;
 padding: 2px 2px 4px;
 box-sizing: border-box;
 justify-content: center;
} 
.OurTreatmentBenefits .patient-outcome-card {
 position: relative;
 overflow: hidden;
 flex: 0 0 min(260px, 78vw);
 width: min(260px, 78vw);
 max-width: 260px;
 background: #fff;
 border: 1.5px solid rgba(4, 100, 97, 0.08);
 border-radius: 18px;
 padding: 22px 20px 20px;
 box-shadow: 0 8px 24px rgba(30, 58, 95, 0.06);
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 min-height: 220px;
 scroll-snap-align: start;
 transition: border-color .2s, box-shadow .2s, transform .15s;
} 
.OurTreatmentBenefits .patient-outcome-card:hover {
 box-shadow: 0 12px 28px rgba(4, 100, 97, 0.12);
 transform: translateY(-2px);
}
.OurTreatmentBenefits .patient-outcome-card__wash {
 position: absolute;
 right: -24px;
 bottom: -36px;
 width: 120px;
 height: 120px;
 border-radius: 50%;
 background: rgba(4, 100, 97, 0.06);
 pointer-events: none;
}
.OurTreatmentBenefits .patient-outcome-card__top {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 12px;
 width: 100%;
 margin-bottom: 14px;
}
.OurTreatmentBenefits .patient-outcome-card__icon {
 flex: 0 0 72px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 72px;
 height: 72px;
 border-radius: 50%;
 background: #eef5f4;
 overflow: visible;
}
.OurTreatmentBenefits .patient-outcome-card__icon img {
 display: block;
 width: 48px;
 height: 48px;
 object-fit: contain;
}
.OurTreatmentBenefits .patient-outcome-card__stat {
 position: relative;
 z-index: 1;
 font-family: Poppins, sans-serif;
 font-size: 32px;
 font-weight: 700;
 color: #046461;
 margin: 0 0 8px;
 line-height: 1.15;
}
.OurTreatmentBenefits .patient-outcome-card__text {
 position: relative;
 z-index: 1;
 font-family: Poppins, sans-serif;
 font-size: 14px;
 font-weight: 500;
 color: #5a6b7d;
 margin: 0;
 line-height: 1.45;
 flex: 1;
}
.OurTreatmentBenefits .patient-outcome-card--teal:hover { border-color: #046461; }
.OurTreatmentBenefits .patient-outcome-card--teal .patient-outcome-card__icon { background: #e4f4f1; }
.OurTreatmentBenefits .patient-outcome-card--teal .patient-outcome-card__stat { color: #046461; }
.OurTreatmentBenefits .patient-outcome-card--teal .patient-outcome-card__wash { background: rgba(4, 100, 97, 0.07); }
.OurTreatmentBenefits .patient-outcome-card--green:hover { border-color: #3d9b63; }
.OurTreatmentBenefits .patient-outcome-card--green .patient-outcome-card__icon { background: #e8f5ec; }
.OurTreatmentBenefits .patient-outcome-card--green .patient-outcome-card__stat { color: #2e7d4f; }
.OurTreatmentBenefits .patient-outcome-card--green .patient-outcome-card__wash { background: rgba(46, 125, 79, 0.08); }
.OurTreatmentBenefits .patient-outcome-card--lavender:hover { border-color: #9b4f8a; }
.OurTreatmentBenefits .patient-outcome-card--lavender .patient-outcome-card__icon { background: #f6eaf4; }
.OurTreatmentBenefits .patient-outcome-card--lavender .patient-outcome-card__stat { color: #9b4f8a; }
.OurTreatmentBenefits .patient-outcome-card--lavender .patient-outcome-card__wash { background: rgba(155, 79, 138, 0.1); }
.OurTreatmentBenefits .patient-outcome-card--peach:hover { border-color: #e08a5a; }
.OurTreatmentBenefits .patient-outcome-card--peach .patient-outcome-card__icon { background: #fceee6; }
.OurTreatmentBenefits .patient-outcome-card--peach .patient-outcome-card__stat { color: #c56a3a; }
.OurTreatmentBenefits .patient-outcome-card--peach .patient-outcome-card__wash { background: rgba(197, 106, 58, 0.08); }
.OurTreatmentBenefits .CustomOurImprovementSection {
 margin-top: 16px !important;
} 
@media (max-width: 900px) {
 .OurTreatmentBenefits .PatientImprovement {
  font-size: 28px;
 }
 .OurTreatmentBenefits .patient-outcomes-grid {
  justify-content: flex-start;
 }
 .OurTreatmentBenefits .patient-outcome-card {
  flex-basis: min(240px, 82vw);
  width: min(240px, 82vw);
  max-width: 240px;
 }
}
@media (max-width: 560px) {
 .OurTreatmentBenefits {
  padding: 28px 0 24px;
 } 
 .OurTreatmentBenefits .PatientImprovement {
  font-size: 24px;
 } 
 .OurTreatmentBenefits .patient-outcome-card {
  padding: 18px 16px;
  min-height: 200px;
 }
 .OurTreatmentBenefits .patient-outcome-card__icon {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
 }
 .OurTreatmentBenefits .patient-outcome-card__icon img {
  width: 42px;
  height: 42px;
 }
 .OurTreatmentBenefits .patient-outcome-card__stat {
  font-size: 28px;
 }
 .OurTreatmentBenefits .patient-outcome-card__text {
  font-size: 13px;
 }
} 
section.analysisSection { 
 padding: 48px 0; 
} 
img.ShowSharkTankVideo { 
 height: 300px; 
 width: 550px; 
 border-radius: 25px; 
} 
 
section.trustedCareSection { 
 padding: 48px 0; 
 background: #E2F3F3; 
} 
 
div#SelfCareSection { 
 background: #FAFAFA; 
 padding: 48px 0; 
} 
 
.p-0 { 
 padding: 0 !important; 
} 
 
#sharkTankSection { 
 background: #fff; 
} 
section.joineventSection { 
 padding: 48px 0; 
} 
div#FaQSection { 
 padding: 48px 0; 
} 
button.MyAccordion { 
 border: none; 
 background: transparent; 
 color: #F47322; 
 box-shadow: none; 
} 
.HealingJourney { 
 padding: 48px 0; 
} 
section.leadersSection {
 padding: 48px 0;
} 
.primebtn { 
 border-radius: 6px; 
 background: #046461; 
 color: #FFF; 
 text-align: center; 
 font-family: Poppins, sans-serif; 
 font-size: 12px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 1; 
 letter-spacing: 0.36px; 
 height: 30px; 
 border: none; 
 outline: 0; 
 cursor: pointer; 
 display: flex; 
 align-items: center; 
 white-space: nowrap; 
} 
.primebtn:hover{ 
 background: #046461 !important; 
 opacity: 0.8; 
} 
.pro-content .primebtn { 
 margin: 15px auto 0; 
 width: auto; 
 min-width: 50%; 
 max-width: 100%; 
 padding: 0 18px; 
 justify-content: center; 
 display: flex; 
 align-items: center; 
} 
 
.primebtn.see-all { 
 width: 300px; 
 justify-content: center; 
 height: 50px; 
 color: #FFF; 
 text-align: center; 
 font-family: Poppins, sans-serif; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 1; 
 margin: 16px auto 0; 
} 
 
.read-more-sec{display: none;} 
 
.joineventSection .col-md-4 { 
 display: flex; 
 flex-flow: column; 
 gap: 15px; 
} 
.OurRationImage { 
 width: auto; 
} 
.OurRationImage img { 
 width: auto; 
} 
.OurRationImage svg {
 width: 48px;
 height: 48px;
 display: block;
 margin: 0 auto;
} 
.OurUnderLine { 
 width: 100px; 
 margin-left: 80px; 
} 
.item.headerTopSliderContent { 
 padding: 12px 0px; 
} 
@media(max-width: 360px) { 
 .btn-ex-program { 
 font-size: 14px; 
 } 
} 
 
 
@media(max-width: 767px) { 
 .OurUnderLine { 
 margin-left: 30px; 
 } 
 .MobileVideoIcon { 
 position: absolute; 
 width: 60px !important; 
 height: 60px !important; 
 top: 35%; 
 } 
 .program-title.mobile-view { 
 min-height: 63px; 
 } 
 input#homePageFormPhonNo { 
 width: 100% !important; 
 } 
 input#homePageFormEmailNo { 
 width: 100% !important; 
 margin-left: 0px; 
 } 
 select#countryCode { 
 width: 100px; 
 } 
 .primebtn.see-all{ 
 width: 100%; 
 } 
 .form-fields .FromControlCutom, .form-fields select.FromControlCutom { 
 margin-right: 0px; 
 } 
 .onco-search-input-box input, .onco-search-input-box select { 
 width: 90%; 
 background: none; 
 } 
 #oncoSlider .owl-dots{ 
 width: 100%; 
 position: static;
 transform: none;
 left: auto;
 bottom: auto;
 } 
 .onco-team-list .clinic-item .icon.sky {
 width: 100%;
 min-width: 0;
 height: 220px;
 }
 .expert-section .onco-team-list .clinic-item .icon.sky,
 #expertSlider .clinic-item .icon.sky {
 width: min(100%, 220px);
 max-width: 220px;
 height: auto;
 aspect-ratio: 1 / 1;
 } 
 iframe.DownloadYoutubeUrlHelp { 
 width: 100%; 
 height: 100%; 
 } 
 .graph-sec svg { 
 position: absolute; 
 top: 6px; 
 width: 100%; 
 margin-top: 12px; 
 margin-left: -24px; 
 } 
 /*#NumTitleJustify{ 
 padding-left: 33px; 
 }*/ 
 div#TreatmentDecision { 
 font-size: 13px; 
 text-align: justify; 
 color: #666; 
 line-height: 22px; 
 } 
 .wcd-banner-section { 
 padding: 30px 0 40px; 
 } 
 .OurCancerCareProgram { 
 margin-top: 0px; 
 } 
 section.joineventSection { 
 /*padding-top: 0px;*/ 
 padding-bottom: 40px; 
 } 
 /*.flex-colomn { 
 gap: 0px; 
 }*/ 
 .service-name { 
 min-height: 36px; 
 height: 36px; 
 } 
 .all-service-sec{ 
 padding-top: 30px; 
 width: 96%; 
 } 
 .buy-supplements-sec {
 padding: 20px 0 16px;
 } 
 .buy-supplements-sec .inner-supplemet.flex-colomn {
 gap: 6px;
 } 
 .buy-supplements-sec .all-service-sec {
 padding-top: 2px;
 padding-bottom: 2px;
 width: 96%;
 } 
 .buy-supplements-sec #productSlider .owl-nav {
 margin: 6px auto 0;
 } 
 .buy-supplements-sec #productSlider .owl-dots {
 bottom: 0;
 } 
 .schedule-form-sec button#HomePageSubmitId { 
 width: 293px; 
 height: 56px; 
 } 
 .form-header { 
 font-size: 16px; 
 } 
 select#countryCode, #HomebannerPatientName { 
 font-size: 14px; 
 } 
 #serviceSlider .owl-nav .owl-prev{ 
 left: -8px; 
 top: 50%; 
 transform: translateY(-50%); 
 } 
 #serviceSlider .owl-nav .owl-next{ 
 right: -8px; 
 top: 50%; 
 transform: translateY(-50%); 
 } 
 .form-fields .FromControlCutom, .form-fields select.FromControlCutom { 
 font-size: 14px; 
 } 
 .WorldCancerTitle { 
 font-size: 20px; 
 margin: -20px 8px 30px 2px; 
 padding: 0px !important; 
 } 
 .new-banner-section{ 
 padding-bottom: 0px !important; 
 } 
 .AndMore { 
 font-size: 13px; 
 white-space: nowrap; 
 } 
 span#CancerCarProgramNo { 
 top:0; 
 } 
 #CancerCareImproveNo{ 
 /*margin-top: 46px;*/ 
 } 
 .SuccessRatioText { 
 font-size: 16px; 
 } 
 .col-md-3.col-sm-6.rationCancerCare { 
 margin-top: -40px; 
 } 
 .ytp-cued-thumbnail-overlay-image { 
 -webkit-background-size: contain; 
 } 
 #divdationGapRemove{ 
 margin-top: -15px; 
 } 
 .new-banner-section { 
 margin-top: 0; 
 padding-bottom: 45px; 
 } 
 
 div#OurLeftbanner { 
 padding-right: 0; 
 padding-left: 0; 
 padding-top: 0; 
 } 
 
 .bn-right-sec { 
 padding-left: 0; 
 padding-top: 25px; 
 } 
 
 .pl-0.ICTSection{ 
 padding-left: 0 !important; 
 } 
 .sec-title{ 
 text-align: center; 
 background: none; 
 color: #444; 
 font-family: Poppins; 
 font-size: 26px; 
 font-style: normal; 
 font-weight: 600; 
 line-height: 1.28; 
 } 

 .sec-sub-title{ 
 text-align: center; 
 font-size: 14px; 
 line-height: 1.5; 
 }
 
 .btn.cancer-expert-btn{ 
 width: 100%; 
 margin-top: 30px; 
 height: 55px; 
 } 
 
 .help-title { 
 font-size: 28px; 
 margin: 0; 
 line-height: 40px; 
 width: 95%; 
 } 
 
 .inner-help{ 
 position: relative; 
 gap:10px 0; 
 } 
 h2.section-header span { 
 position: absolute; 
 top: 0; 
 left: -30px; 
 width: 30px; 
 border-radius: 0px 50px 50px 0px; 
 } 
 h3.section-sub-header{ 
 font-size: 13px; 
 line-height: 22px; 
 } 
 .need-help-sec h2.section-header{ 
 font-size: 20px; 
 line-height: 30px; 
 align-items: baseline; 
 } 
 
 .consult-onco-sec h2.section-header, .cancer-care-item-sec h2.section-header{ 
 align-items: baseline; 
 } 
 
 .need-help-sec h2.section-header span, .manage-side-effects-sec h2.section-header span{ 
 top:0px; 
 } 
 
 .OurCancerCareProgram h2.section-header span{ 
 top:0px; 
 } 
 
 .need-help-sec .icon.sky { 
 padding-top: 15px; 
 width: 100%; 
  height: 100%; 
 } 
 
 h2.section-header { 
 font-size: 20px; 
 line-height: 30px; 
 width: 93%; 
 position: relative; 
 margin: 0 auto; 
 } 
 h2.section-header.previous-section-header { 
 width: 100%; 
 } 
 #MobileViewLibrary{ 
 padding-top: 30px 
 } 
 .need-help-sec p{ 
 text-align: center; 
 color: #444; 
 font-family: Poppins; 
 font-size: 12px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 22px; /* 169.231% */ 
 letter-spacing: 0.26px; 
 white-space: nowrap; 
 } 
 /*.ICTSection{ 
 margin-bottom: 25px; 
 }*/ 
 .num-sec { 
 gap: 14px; 
 } 
 .number-sec{
 display: flex;
 flex-wrap: nowrap;
 align-items: baseline;
 gap: 4px 8px;
 padding-left: 0;
 min-width: 0;
 white-space: nowrap;
 } 
 .num-title, .nub-sub-title { 
 font-size: 15px; 
 padding-right: 0; 
 line-height: 1.2;
 white-space: nowrap;
 } 

 .num-title{ 
 font-weight: 700; 
 white-space: nowrap;
 flex-shrink: 0;
 } 
 .nub-sub-title {
 min-width: 0;
 flex: 0 1 auto;
 white-space: nowrap;
 }

 .d-flex.icon-sec{ 
 flex-flow: row; 
 align-items: center;
 gap: 12px;
 width: 100%;
 } 
 .d-flex.icon-sec > svg {
 flex: 0 0 28px;
 width: 28px;
 height: 28px;
 }
 
 .helpVideo{width: 100%;} 
 
 .manage-side-effects-sec { 
 padding: 35px 0; 
 border-top: 1px solid #ccc; 
 border-bottom: 1px solid #ccc; 
 } 
 
 .side-efffects { 
 padding-top: 25px; 
 overflow: auto; 
 width: 100%; 
 } 
 
 .effects-row { 
 -webkit-box-pack: start; 
 justify-content: flex-start; 
 } 
 
 h4.effect-heading { 
 white-space: nowrap; 
 color: #666; 
 font-family: Poppins; 
 font-size: 13px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 22px; /* 169.231% */ 
 letter-spacing: 0.26px; 
 } 
 
 .integrity-graph-sec { 
 padding: 35px 0; 
 background: #FCECE8; 
 } 
 
 .integrity-graph-sec h2.section-header, .manage-side-effects-sec h2.section-header { 
 align-items: center; 
 text-align: center !important; 
 font-size: 20px; 
 line-height: 30px; 
 width: 93%; 
 margin: 0 auto; 
 } 
 
 .manage-side-effects-sec h2.section-header span { 
 position: absolute; 
 /*top: 0;*/ 
 left: -30px; 
 width: 30px; 
 border-radius: 0px 50px 50px 0px; 
 } 
 .heading{ 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 14px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 24px; /* 171.429% */ 
 } 
 
 .cancer-care-item-sec { 
 padding: 36px 0; 
 } 
 
 .nursing-care-sec .care-item-list { 
 display: flex; 
 gap: 0; 
 padding-top: 0; 
 overflow: auto; 
 width: 100%; 
 overflow-x: initial; 
 flex-flow: wrap; 
 /* -webkit-box-pack: start; */ 
 /* justify-content: flex-start; */ 
 margin: 0; 
 } 
 
 .integrity-graph-sec h3.section-sub-header { 
 padding: 0; 
 text-align: center !important; 
 } 
 
 .integrity-graph-sec h2.section-header span { 
 position: absolute; 
 top: 0; 
 left: -30px; 
 width: 30px; 
 border-radius: 0px 50px 50px 0px; 
 } 
 
 .graph-left { 
 position: relative; 
 } 
 
 .graph-right{ 
 width: 85%; 
 margin: 0 auto; 
 } 
 
 .care-item-name { 
 font-size: 13px; 
 min-height: 36px; 
 height: 36px; 
 line-height: 1; 
 padding: 0 14px; 
 } 
 #expertTypeSlider .owl-stage {
 display: flex;
 align-items: stretch;
 } 
 
 .form-fields { 
 justify-content: space-around; 
 flex-flow: column; 
 } 
 .form-fields div{width: 100%;} 
 
 .form-fields .FromControlCutom{ 
 width: 100%; 
 margin-bottom: 20px; 
 } 
 
 .form-fields select.FromControlCutom{ 
 width: 25%; 
 } 
 
 #productSlider .owl-nav, #oncoSlider .owl-nav, #expertSlider .owl-nav{
 width: 100% !important;
 gap: 14px;
 } 

 #oncoSlider .owl-dots,
 #expertSlider .owl-dots{
 position: static !important;
 transform: none !important;
 left: auto !important;
 bottom: auto !important;
 width: 100% !important;
 max-width: none !important;
 margin-top: 10px !important;
 } 

 #oncoSlider .owl-dots{
 width: 100% !important;
 } 
 
 #patientbenefit .owl-nav{ 
 width: 80% !important; 
 } 
 
 .pro-title{ 
 -webkit-line-clamp: 2; 
 min-height: 44px; 
 font-size: 14px; 
 } 
 
 /*.care-item-list { 
 flex-flow: column; 
 }*/ 
 
 /*.care-item-list .care-item-box.flex-colomn { 
 gap: 0; 
 width: 100%; 
 }*/ 
 
 .download-app-sec { 
 padding: 40px 0; 
 } 
 
 .item-title{ 
 color: #444; 
 text-align: center; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 18px; 
 } 
 
 .care-item-list .item-content { 
 padding: 15px 0; 
 } 
 
 .care-item-box.flex-colomn{ 
 margin-bottom: 10px; 
 } 
 
 .care-item-list .item-content { 
 padding: 15px 0; 
 /*min-height: 65px; 
 display: flex;*/ 
 align-items: center; 
 } 
 .SelftCareLeftSection{ 
 height: auto; 
 /*margin-bottom: 25px !important;*/ 
 } 
 
 #productSlider .owl-dots{ 
 display: flex; 
 overflow-x: hidden; 
 max-width: 58%; 
 bottom: 8px; 
 } 
 
 .all-expert-sec { 
 width: 100%;
 max-width: 100%;
 padding: 0 4px;
 box-sizing: border-box;
 } 
 
 #expertTypeSlider .owl-nav .owl-prev{ 
 left:-8px; 
 } 
 #expertTypeSlider .owl-nav .owl-next{ 
 right:-8px; 
 } 
 
 .inner-app-sec div{ 
 flex-flow: column; 
 } 
 
 .download-app-sec li { 
 color: #666; 
 font-family: Poppins; 
 font-size: 16px; 
 font-style: normal; 
 font-weight: 400; 
 line-height: 30px; 
 list-style-type: none; 
 } 
 .CustomTickMarkWCC { 
 margin-right: 10px; 
 } 
 .nursing-care-sec { 
 background: #ffffff; 
 padding: 40px 0; 
 } 
 
 .cancer-care-item-sec h2.section-header{width: 80%;} 
 
 .nursing-care-sec .care-item-list { 
 /* display: flex; */ 
 gap: 0; 
 margin: 0; 
 } 
 
 .cancer-care-item-sec .care-item-list .item-content { 
 padding: 15px 0; 
 } 
 
 .SelftCareLeftSection { 
 margin: 0 auto; 
 border-radius: 24px 24px 0px 0px; 
 background: none; 
 width: auto; 
 order:2; 
 } 
 
 #PlayStoreIcon{ 
 padding: 0 !important; 
 margin: 0 !important; 
 } 
 
 .inner-app-sec { 
 width: 100%; 
 flex-flow: column; 
 } 
 
 .cancer-care-item-sec .care-item-list { 
 padding-top: 25px; 
 overflow: auto; 
 width: 100%; 
 overflow-x: scroll; 
 flex-flow: row; 
 /* -webkit-box-pack: start; */ 
 /* justify-content: flex-start; */ 
 margin: 0; 
 } 
 
 .care-item-box .item-desc { 
 padding: 0 15px 15px; 
 text-align: center; 
 } 
 
 
 
 .onco-search-input-box input, .onco-search-input-box select{ 
 width: 90%; 
 } 
 
 .in-form.d-flex { 
 align-items: center; 
 width: 100%; 
 flex-wrap: wrap; 
 } 
 .onco-search, button.onco-search{width:100%;} 
 
 .onco-search-input-box { 
 width: 50%; 
 margin-bottom: 20px; 
 } 
 
 .row.onco-team-list{ 
 margin-top: 12px !important; 
 } 
 
 .consult-onco-sec { 
 border-bottom: 1px solid #ccc; 
 } 
 .consult-onco-sec .flex-colomn {
 gap: 8px;
 } 
 
 .row.d-flex.ex-program { 
 flex-flow: column; 
 gap: 20px; 
 padding: 25px 20px; 
 margin: 0; 
 } 
 
 .btn-ex-program { 
 width: 85%; 
 height: 42px; 
 display: block; 
 padding: 0; 
 margin: 0 auto; 
 } 
 
 .ex-program-text span { 
 font-size: 12px; 
 } 
 
 .ex-pro-left { 
 gap: 0px 10px; 
 } 
 
 .ex-pro-right { 
 text-align: center !important; 
 padding: 0; 
 } 
 
 h4.ex-program-title { 
 font-size: 16px; 
 line-height: 24px; 
 font-weight: 600; 
 } 
 
 .ex-program-icon svg { 
 width: 70px; 
 } 
 
 .ex-program-icon { 
 margin: 0; 
 } 
 
 .program-box { 
 padding: 0 8px 0 0; 
 margin-bottom: 25px; 
 } 
 .program-title{ 
 padding: 5px 0; 
 font-size: 16px; 
 background: #fff; 
 border-radius: 0 0 4px 4px; 
 border-width: 5px; 
 line-height: 24px; 
 
 } 
 /*.pro-image { 
 width: 100%; 
 border-radius: 4px 4px 0 0; 
 }*/ 
 .pro-image { 
 width: 100%; 
 border-radius: 4px 4px 0 0; 
 height: 110px; 
 aspect-ratio: 1 / 1; 
 object-fit: cover; 
 transition: transform 200ms linear 0s; 
 } 
 img.ShowSharkTankVideo{ 
 width: 100%; 
 height: 100%; 
 } 
 #sharkTankSection .pb-item { 
 width: 100%; 
 padding: 0; 
 } 
 iframe { 
 width: 100%; 
 height: auto; 
 display: block; 
 } 
 
 iframe[src*="youtube.com"] { 
 aspect-ratio: 16 / 9; 
 } 
 
 .pro-content .btn{ 
 width: auto; 
 } 
 
 .read-more-sec{ 
 align-items: center; 
 display: flex; 
 gap:2px; 
 } 
 
 .devider-line { 
 height: 1px; 
 border-bottom: 1px solid rgb(224, 224, 224); 
 flex: 1 1 0%; 
 } 
 
 .read-more{ 
 color: #046461; 
 font-family: Poppins; 
 font-size: 12px; 
 font-style: normal; 
 font-weight: 500; 
 line-height: 22px; /* 171.429% */ 
 letter-spacing: 0.28px; 
 text-decoration-line: underline; 
 } 
 
 .case-desc.show-full{ 
 display: block; 
 overflow: initial; 
 } 
} 
 
@media only screen and (max-width: 560px){ 
 .program-title { 
 /*min-height: auto;*/ 
 min-height: 63px; 
 } 
 
} 
@media only screen and (max-width: 480px){ 
 /*.program-title { 
 font-size: 15px; 
 }*/ 
} 
@media only screen and (max-width: 440px) { 
 /*.program-title.mobile-view { 
 min-height: 97px; 
 }*/ 
} 
@media only screen and (max-width: 400px) { 
 .graph-sec svg { 
 position: absolute; 
 top: 6px; 
 width: 100%; 
 margin-top: 12px; 
 margin-left: -24px; 
 } 
 .ytp-cued-thumbnail-overlay-image { 
 -webkit-background-size: contain !important; 
 } 
} 
 
@media only screen and (max-width: 360px){ 
 .program-title { 
 font-size: 13px; 
 } 
 .ytp-cued-thumbnail-overlay-image { 
 -webkit-background-size: contain !important; 
 } 
 .item-title{ 
 font-size: 13px; 
 } 
} 

/* home-scroll controls (from e19195d) */
@media (max-width: 767px) {
/* Our Services + Case Studies + Survivor: bottom control bar */
 .home-scroll-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78%;
  max-width: 260px;
  margin: 14px auto 0;
  position: relative;
 }
.home-scroll-controls .home-scroll-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 52%;
  overflow: hidden;
  pointer-events: auto;
 }
.home-scroll-controls .home-scroll-dot {
  width: 8px;
  height: 6px;
  margin: 0 4px;
  padding: 0;
  border: none;
  border-radius: 20px;
  background: #869791;
  opacity: 0.45;
  cursor: pointer;
  flex-shrink: 0;
 }
.home-scroll-controls .home-scroll-dot.is-active {
  width: 18px;
  background: #444;
  opacity: 1;
 }
.home-scroll-controls .svc-nav,
 .home-scroll-controls .case-studies-nav,
 .home-scroll-controls .survivor-stories-nav {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  color: #046461;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
 }
.home-scroll-controls .case-studies-nav {
  font-size: 20px;
  line-height: 1;
 }
}
