*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Black.woff2') format('woff2'),
    url('../fonts/Urbanist-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Bold.woff2') format('woff2'),
    url('../fonts/Urbanist-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraBold.woff2') format('woff2'),
    url('../fonts/Urbanist-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.woff2') format('woff2'),
    url('../fonts/Urbanist-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraLight.woff2') format('woff2'),
    url('../fonts/Urbanist-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Medium.woff2') format('woff2'),
    url('../fonts/Urbanist-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.woff2') format('woff2'),
    url('../fonts/Urbanist-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
    url('../fonts/Urbanist-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Thin.woff2') format('woff2'),
    url('../fonts/Urbanist-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Power Grotesk';
  src: url('../fonts/PowerGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/PowerGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {
  display: none;
}

:root {
  --blue: #4E95D9;
  --grey-bg: #161616;
  --light-grey-bg: #1D1D1D;
  --border-color: #393939;
  --para-grey: #A2A2A2;
}

.grey-bg {
  background-color: var(--grey-bg);
}

.light-grey-bg {
  background-color: var(--light-grey-bg);
}

.blue-bg {
  background-color: var(--blue);
}

.para-grey {
  color: var(--para-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Urbanist", sans-serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  overflow-x: hidden;
  background-color: #F2F2F2;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.slick-slide {
  display: flex;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap;
}

a {
  text-decoration: none;
  color: inherit
}

html {
  font-size: 0.512vw;
}

.col-1 {
  width: 10%
}

.col-15 {
  width: 15%
}

.col-25 {
  width: 25%
}

.col-2 {
  width: 20%
}

.col-3 {
  width: 30%
}

.col-4 {
  width: 40%
}

.col-5 {
  width: 50%
}

.col-6 {
  width: 60%
}

.col-7 {
  width: 70%
}

.col-8 {
  width: 80%
}

.col-9 {
  width: 90%
}

.col-85 {
  width: 85%
}

.col-45 {
  width: 45%
}

.col-55 {
  width: 55%
}

.col-65 {
  width: 65%
}

.col-35 {
  width: 35%
}

.col-75 {
  width: 75%
}


.col-100,
.full-col {
  width: 100%
}

.up {
  opacity: 0;
}

/* / lenis recommended css  / */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

.flex-up {
  align-items: flex-start;
}

.flex-down {
  align-items: flex-end;
}

.ctn,
.center {
  text-align: center;
}

.center-div,
.box-center {
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.col-center {
  margin-right: auto;
  margin-left: auto;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap;
}

.container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1750px;
  margin: 0 0 0 auto;
}

header {
  background-color: transparent;
  width: 100%;
  z-index: 111;
  padding-bottom: 0;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

header .wrapper {
  max-width: 1730px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #535353;
  position: relative;
  padding: 1.5rem 7rem;
  border-radius: 3rem;
}

header .wrapper::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.8) 0.22%, rgba(22, 22, 22, 0) 177.89%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 3rem;
}

.btn-list a {
  padding: 2rem 5rem;
  border-radius: 3rem;
  border: 1px solid var(--border-color);
  font-weight: 500;
  display: inline-block;
  transition: all linear .2s;
  text-align: center;
  font-family: 'poppins';
  background-color: #fff;
  color: var(--border-color);
  border-color: #fff;
}

header nav ul li.btn-list {
  padding-left: 8rem;
}

.btn-list a::after {
  display: none;
}

.btn-list a:hover {
  background-color: transparent;
  color: #fff;
}

#overlay {
  position: relative;
  z-index: 1;
}

.button_container {
  display: none;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

header .logo-box {
  width: auto;
  position: relative;
  z-index: 1;
}

header .logo-box img {
  width: 13.6rem;
  object-fit: contain;
  height: 5.4rem;
}

header nav {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav ul.flex-box {
  align-items: center;
}

header nav ul li {
  padding: 0 0 0 4.5rem;
  position: relative;
}

header nav ul li a {
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
  transition: ease-in-out 0.3s;
  position: relative;
}

header nav ul li a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  height: 0.2rem;
  bottom: -1rem;
  left: 0;
  transition: ease-in-out 0.3s;
}

header nav ul li a:hover::after {
  width: 100%;
}

h1,
.h1 {
  font-size: 7.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3rem;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 6.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: -.2rem;
}

h2 strong {
  color: #EB6221 !important;
  font-weight: 700;
}

.white-text>*,
.white-text {
  color: #fff;
}

.black-text>*,
.black-text {
  color: #161616;
}

.black-text h2 {
  color: #000;
}

h3 {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 3rem;
}

h5 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.h6,
h6 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.4;

}

p {
  font-size: 2.4rem;
  color: #D9D9D9;
  line-height: 1.5;
  font-weight: 400;
  margin: 2rem 0;
  font-family: 'poppins';
}

p.sub-heading {
  color: #fff;
  font-size: 2.1rem;
  margin-top: 0;
}

.sm {
  font-size: 2.1rem;
}

.sm>* {
  font-size: 2.1rem;
}

/* .sm p {
  font-size: 2.1rem;
  color: #D9D9D9;
  line-height: 1.5;
  font-weight: 400;
  margin: 2rem 0;
  font-family: 'poppins';
} */

.com-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.bottom-padding {
  padding-bottom: 16rem;
}

.top-padding {
  padding-top: 16rem;
}

.show-750 {
  display: none !important;
}

img {
  max-width: 100%;
}

.hp-banner-section {
  height: 103.6rem;
  width: 100%;
  position: relative;
}

.hp-banner-section .inner-banner-box {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  background-color: #161616;
  display: flex;
  align-items: center;
}

.btn {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  padding: 2rem 5rem;
  border-radius: 3rem;
  border: 1px solid var(--border-color);
  font-weight: 500;
  margin-top: 2rem;
  display: inline-block;
  transition: all linear .2s;
  text-align: center;
  font-family: 'poppins';
}

.white-btn {
  background-color: #fff;
  color: var(--border-color);
  border-color: #fff;

}

.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--border-color);
}

.white-btn:hover {
  background-color: var(--border-color);
  color: #fff;
}

.sticky-box {
  position: sticky;
  top: 15rem;
}

.blue-text {
  color: var(--blue) !important;
}

.hp-banner-section .btn-box {
  grid-column-gap: 2.5rem;
  margin-top: 3rem;
}

.hp-banner-section .inner-banner-box .heading-box {
  position: relative;
  z-index: 2;
}

.hp-banner-section::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.hp-commitments-section .commitments-box {
  margin-top: 6.5rem;
}

.hp-commitments-section.grey-bg {
  background-color: #161616;
}

h6.blue-text {
  font-family: 'Power Grotesk';
  letter-spacing: .3rem;
  font-size: 2.2rem;
}

ul.number-list li {
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

ul.number-list li .text-box {
  width: 32rem;
  display: flex;
  align-items: center;
}

ul.number-list li h3 {
  color: var(--border-color);
  margin-right: 3rem;
  font-size: 6rem;
  font-family: 'Power Grotesk';
  width: 9rem;
}

ul.number-list li p {
  width: 50%;
  margin: 0;
  font-size: 1.9rem;
}

ul.number-list {
  border-top: 1px solid var(--border-color);
  margin-top: 3rem;
}

ul.therapies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  margin-top: 10rem;
}

ul.therapies-list .img-box {
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}

ul.therapies-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 49.5rem;
  border-radius: 2rem;
  transform: scale(1);
  transition: ease-in-out .2s;
}

ul.therapies-list li {
  position: relative;
}

ul.therapies-list li .text-box {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

ul.therapies-list li .text-box h4 {
  font-weight: 600;
  margin-bottom: 0rem;
  transform: translateY(12rem);
  transition: all linear .2s;
}

ul.therapies-list li:hover .text-box h4 {
  transform: none;
}

ul.therapies-list li .text-box p {
  line-height: 1.4;
  margin-top: 1rem;
  color: #fff;
  font-size: 2.1rem;
  transition: all linear .1s;
  min-height: 10rem;
  visibility: hidden;
  transform: translateY(2rem);
}

ul.therapies-list li:hover .img-box img {
  transform: scale(1.1);
}

ul.therapies-list li:hover .text-box p {
  visibility: visible;
  transform: none;
}

ul.therapies-list li .text-box a {
  font-size: 2.1rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

ul.therapies-list li .text-box a.more-btn::after {
  content: '';
  position: absolute;
  background: url(../img/white-arrow.png) no-repeat center;
  background-size: contain;
  width: 1rem;
  height: 1.6rem;
  right: -3rem;
  top: 50%;
  transition: cubic-bezier(1, -0.33, .17, 1.02) .3s;
  transform: translateY(-50%);
  opacity: 1;
}

ul.therapies-list li .text-box a.more-btn:hover::after {
  right: -4rem;
  opacity: 0;
}

ul.line-list {
  margin-top: 15rem;
}

.purpose-section .img-box img {
  width: 100%;
  max-width: 71.1rem;
  border-radius: 6rem;
}

.purpose-section .img-box {
  text-align: right;
}

ul.line-list li h4 {
  font-size: 6.4rem;
  font-weight: 400;
  margin-bottom: 0rem;
  line-height: 1;
}

ul.line-list li p.sm {
  margin-bottom: 0;
}

ul.line-list li {
  width: 50%;
  position: relative;
  padding-top: 11rem;
  padding-left: 3.5rem;
  padding-right: 2rem;
}

ul.line-list li::after {
  content: '';
  position: absolute;
  background: url(../img/line.png) no-repeat center;
  background-size: contain;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}

.bottom-banner-section {
  background: no-repeat center;
  background-size: auto;
  height: 108rem;
  display: flex;
  align-items: center;
  position: relative;
}

.slick-arrow {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.innovators-list .slick-arrow {
  position: absolute;
  top: -18rem;
}

.innovators-list .slick-prev.slick-arrow {
  right: 28rem;
}

.innovators-list .slick-next.slick-arrow {
  right: 19rem;
}

.innovators-list .slick-arrow img {
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
  opacity: .5;
  transition: all linear .2s;
}

.innovators-list .slick-arrow:hover img {
  opacity: 1;
}

.innovators-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 3rem;
}

.innovators-list .innovator-box {
  padding-right: 4rem;
}

.innovators-list .innovator-box .img-box {
  margin-bottom: 3rem;
}

.innovators-section .innovators-list {
  margin-top: 10rem;
}

footer {
  background: #161616;
  padding-top: 10rem;
}

footer .top-footer {
  justify-content: space-between;
}

footer .top-footer .social-list-box {
  width: 45%;
  border-right: 2px solid var(--grey-bg);
}

footer .top-footer .social-list-box p {
  max-width: 50rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

footer .top-footer .footer-nav {
  width: 55%;
}

footer .top-footer .footer-nav .nav-list {
  width: 50%;
  border-right: 2px solid var(--grey-bg);
  padding: 0 5rem;
}

footer ul li {
  font-size: 2.1rem;
}

footer .top-footer .footer-nav .nav-list ul li {
  margin-bottom: 2.5rem;
  transition: all linear .2s;
}

footer .top-footer .footer-nav .nav-list h5 {
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}

footer .top-footer .footer-nav .nav-list ul li a {
  display: inline-block;
  width: 87%;
}

footer .top-footer .footer-nav .nav-list ul li img {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  width: 1.9rem;
  object-fit: scale-down;
  height: 2.9rem;
}

footer .top-footer .footer-nav .nav-list ul li:last-child {
  margin-bottom: 0;
}

.footer-logo-box h3 {
  font-size: 15.6rem;
  text-align: center;
  font-family: 'Power Grotesk';
}

.footer-logo-box {
  padding: 15rem 0 8rem 0;
  border-bottom: 2px solid var(--border-color);
}

footer .bottom-footer {
  padding: 3rem 0 5rem;
}

footer .bottom-footer p {
  margin: 0;
}

footer .bottom-footer ul {
  grid-column-gap: 3rem;
}

footer .top-footer .footer-nav .nav-list ul li:hover {
  color: var(--blue);
}
.treatment-banner-section{
  height: 115rem;
}
.treatment-banner-section .inner-banner-box {
  background-size: cover;
}

.form-box {
  padding: 5rem 3.5rem;
  border-radius: 3rem;
}

.form-box h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 3rem;
}

.form-box form input {
  font-size: 2.1rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  font-family: 'poppins';
  width: 100%;
}

.form-box .btn {
  width: 100%;
  padding: 1.5rem 3rem;
}

.about-treatment-box .content-box h2 {
  margin-top: 5rem;
}

.about-treatment-box .content-box h2:first-child {
  margin-top: 0;
}
ul.about-treatment-number-list li{align-items: flex-start;}
ul.about-treatment-number-list li .text-box {
  width: 100%;
}

ul.about-treatment-number-list li p {
  font-size: 2.2rem;
  width: 100%;
}

ul.about-treatment-number-list li .text-box h3 {
  width: 7rem;
}

ul.about-treatment-number-list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0;
  grid-column-gap: 3rem;
}

ul.point-list li {
  font-size: 2.2rem;
  font-family: 'poppins';
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
}

ul.point-list li strong {
  font-weight: 500;
  font-size: 2.6rem;
  display: block;
  margin-bottom: 1rem;
}
ul.point-list li:last-child {
  margin-bottom: 0;
}

ul.point-list li::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 1.2rem;
  left: 0;
}

.symptoms-box .img-box {
  text-align: right;
  position: relative;
}

.symptoms-box .img-box::after {
  content: '';
  position: absolute;
  background: url(../img/logo.png) no-repeat;
  width: 15.3rem;
  height: 5.4rem;
  background-size: contain;
  bottom: 0;
  left: 0;
}

.symptoms-box .para-box p {
  font-size: 2.2rem;
  color: #fff;
}
.symptoms-box .img-box img {
  max-width: 51.9rem;
  width: 100%;
  object-fit: contain;
  animation: slideDown 2s linear infinite alternate;
  position: relative;
}

@keyframes slideDown {
  0% {
    top: 0;
  }

  100% {
    top: 5rem;
  }
}

.semi-bold {
  font-weight: 600;
}

.treatment-benefits-section .img-box img {
  max-width: 100%;
  object-fit: contain;
}

.treatment-benefits-box .img-box {
  text-align: right;
}

.treatment-benefits-section p {
  margin: 3rem 0 5rem;
  max-width: 80rem;
}

ul.benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2.4rem;
  grid-column-gap: 2.4rem;
}

ul.benefits-list li {
  background-color: #fff;
  border-radius: 2rem;
  padding: 5.5rem;
}

ul.benefits-list li img {
  width: 6rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  margin-bottom: 2.5rem;
}

ul.benefits-list li h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.get-in-touch-box ul li {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-family: 'poppins';
  display: flex;
}

.get-in-touch-box ul li img {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  width: 1.9rem;
  object-fit: scale-down;
  height: 2.9rem;
}

.get-in-touch-box ul li a {
  line-height: 1.1;
}

.get-in-touch-box ul {
  margin-top: 2rem;
}

.explore-solutions-section .heading-box p {
  margin-bottom: 0;
}

.explore-solutions-section {
  background: no-repeat center;
  background-size: cover;
}

ul.explore-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3.5rem;
  grid-column-gap: 3.5rem;
}

ul.explore-list li {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
ul.explore-list li:hover{
  background-color: var(--blue);
}
ul.explore-list li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5.5rem;
}

ul.explore-list li img {
  width: 6rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  margin-right: 3rem;
  transition: all 0.2s ease-in-out;
}
ul.explore-list li:hover img{
  filter: brightness(5);
}
ul.explore-list li h6 {
  margin-bottom: 0;
  font-weight: 600;
  max-width: 35rem;
  transition: all 0.2s ease-in-out;
}
ul.explore-list li:hover h6{
  color: #fff;
}
.explore-solutions-section .explore-box {
  margin-top: 0 !important;
}

.explore-solutions-section .explore-box ul.explore-list {
  margin-top: 5rem;
}

ul.explore-list li::after {
  content: '';
  position: absolute;
  background: url(../img/blue-arrow.png) no-repeat center;
  width: 3.1rem;
  height: 3.1rem;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
ul.explore-list li:hover::after{
  filter: brightness(5);
  right: 3rem;
  top: 30%;
  opacity: 0;
}
.explore-solutions-section .form-box {
  margin-top: 4.5rem;
  padding: 6.5rem 5.5rem;
}

.explore-solutions-section .form-box form {
  margin-top: 6rem;
}

.explore-solutions-section .form-box .grid-box p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5.5rem;
}

.explore-solutions-section .form-box form input {
  margin-bottom: 0;
}

.explore-solutions-section .form-box form select {
  font-size: 2.1rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
  margin-bottom: 1rem;
  font-family: 'poppins';
  width: 100%;
}

.explore-solutions-section .form-box form select {
  margin-top: 5rem;
}

.explore-solutions-section .form-box form button {
  display: inline-block;
  width: 30rem;
  margin-top: 5rem;
}

.hp-banner-section.treatment-banner-section::after {
  display: none;
}

.social-icon-box {
  grid-column-gap: 1rem;
  margin-top: 4rem;
}

.social-icon-box img {
  width: 3rem;
  aspect-ratio: 3/3;
  object-fit: contain;
}

.innner-banner-section {
  background: no-repeat center;
  background-size: cover;
  height: 75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.reach-out-box {
  margin-top: 10rem;
}

.reach-out-box .get-in-touch-box ul li {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.reach-out-box .get-in-touch-box ul {
  margin-top: 5rem;
}

.form-box form textarea {
  font-size: 2.1rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
  margin-bottom: 1rem;
  font-family: 'poppins';
  width: 100%;
  margin-top: 0;
  height: 10rem;
}
.wpcf7-submit {cursor: pointer;}
span[data-name="page-url"] {
  display: none;
}
.hide-box {
  position: absolute;
  top: -100%;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0;
}
.form-box .btn-box p {
  margin: 0;
}
.form-box .btn-box p input.btn.white-btn {
  font-size: 2.1rem;
  color: #4e95d9;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 5rem;
  border-radius: 3rem;
  border: 1px solid var(--border-color);
  font-weight: 500;
  margin-top: 2rem;
  display: inline-block;
  transition: all linear .2s;
  text-align: center;
  font-family: 'poppins';
  margin: 0;
  text-transform: uppercase;
}
.form-box .btn-box p input.btn.white-btn:hover{
  color: #fff;
  background-color: var(--blue);
  border-color: #fff;
}
.reach-out-box .form-box form textarea.message-box {
  height: 15rem;

}

.wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 2rem;
  padding: 2rem 1.5rem;
  text-align: center;
  margin: 0;
  margin-top: 2rem;
  line-height: 1.3;
}
.form-box br {
  display: none;
}

.locate-box ul.benefits-list {
  grid-template-columns: repeat(2, 1fr);
}

.map-box {
  background: no-repeat top center;
  background-size: cover;
  padding: 15rem 0;
  margin-top: 10rem;
}

.map-box .hospital-box {
  font-size: 0;
}

.map-box .hospital-box .img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 50rem;
}

.map-box .hospital-box .text-box {
  padding: 5rem;
  background-color: #fff;
}

.map-box .hospital-box .text-box .btn {
  background-color: #4E95D9;
  color: #fff;
  border-color: #4E95D9;
}

.hp-banner-section .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hp-banner-section .video-box video.hp-video-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-banner-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-banner-section .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom-banner-section .heading-box {
  position: relative;
  z-index: 2;
}

.purpose-section video {
  border-radius: 6rem;
}

header nav ul li.current_page_item a::after {
  width: 100%;
}


header nav ul li.current_page_item.btn-list a {
  background-color: transparent;
  color: #fff;
}

.sub-menu-toggle {
  display: none;
}

/* Basic styles for the dropdown */

ul#menu-header-menu li {
  position: relative;
  padding-bottom: .5rem;
}

/* Hide sub-menus by default */
ul#menu-header-menu ul.sub-menu {
  display: none;
  position: absolute;
  left: -19rem;
  top: 2rem;
  background-color: var(--blue);
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  min-width: max-content;
  height: auto;
  padding: 2rem 0;
  border-radius: 1rem;
  margin-top: 3rem;
}

ul#menu-header-menu ul.sub-menu:hover {
  display: block;
}

header nav ul#menu-header-menu>li>a {
  display: block;
}

ul#menu-header-menu li#menu-item-33 ul.sub-menu {
  padding: 2rem 0;
}

ul#menu-header-menu ul.sub-menu>li {
  padding: 1.2rem 5.5rem 1.2rem 3rem;
}

ul#menu-header-menu ul.sub-menu>li>ul.sub-menu>li {
  padding: .8rem 0;
}

ul#menu-header-menu ul.sub-menu>li.menu-item-has-children:last-child::before {
  display: none;
}

ul#menu-header-menu ul.sub-menu li {
  position: relative;
}

ul#menu-header-menu ul.sub-menu li a {
  display: block;
  transition: all linear .2s;
}

ul#menu-header-menu ul.sub-menu li a {
  color: #fff;
}

ul#menu-header-menu ul.sub-menu li>ul.sub-menu {
  top: 0;
  z-index: 1;
  left: 100%;
}

ul#menu-header-menu ul.sub-menu li a:after {
  display: none;
}

ul#menu-header-menu ul.sub-menu li a:hover {
  transform: translateX(1rem);
  color: #96E1FF;
}

ul#menu-header-menu li.menu-item-has-children:hover>ul.sub-menu {
  display: block;
}

ul#menu-header-menu ul.sub-menu>li>ul.sub-menu {
  padding: 1.3rem 5rem 1.3rem 3rem;
  left: 100%;
}

header nav ul#menu-header-menu>li.menu-item-has-children>a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5rem;
  bottom: -5rem;
  left: 0;
  background-color: transparent;
}

.hp-banner-section ul.line-list {
  bottom: 7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 175rem;
  width: 100%;
  margin-top: 0;
}

.hp-banner-section ul.line-list li {
  width: 25%;
  padding-top: 0;
  border-left: 1px solid #D9D9D9;
}

.hp-banner-section ul.line-list p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
  font-size: 2rem;
}

.treatment-banner-section .inner-banner-box .heading-box {
  margin-top: -7rem;
}

.hp-banner-section ul.line-list li::after,
.hp-banner-section ul.line-list li::before {
  display: none;
}

.treatment-benefits-section .btn-box {
  justify-content: center;
  margin-top: 10rem;
  align-items: center;
  grid-column-gap: 3rem;
}

.treatment-benefits-section .btn-box .btn {
  margin-top: 0;
}

.treatment-benefits-section .btn-box p {
  margin: 0;
}

.treatment-benefits-section .btn-box img {
  width: 5rem;
}

ul.about-benefits-list li {
  background-color: #242424;
}

.about-info-box .heading-box h2 {
  margin-bottom: 6rem;
}

.about-info-section ul.about-benefits-list {
  margin-top: 10rem;
}

.progress-list .progress-item {
  width: 50%;
  background-color: #333333;
  border-radius: 3rem;
}

.progress-item.blue-bg .guaranteed-box {
  background-color: #2D81D2;
  text-align: center;
  padding: 2rem 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.progress-list .progress-item .inner-box {
  padding: 5rem 8rem;
}

.progress-list .progress-item.blue-bg .inner-box {
  background-color: #4E95D9;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.expowering-progress-section .progress-list {
  margin-top: 10rem;
}

.progress-item.blue-bg .guaranteed-box h6 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.progress-list .progress-item .inner-box h4 {
  font-weight: 600;
  margin-top: 5rem;
}

.progress-list .progress-item .inner-box ul li {
  border-bottom: 1px solid #515151;
  padding: 3.5rem 0;
  padding-left: 4.5rem;
  position: relative;
}

.progress-list .progress-item.blue-bg ul li {
  border-color: #91C9FF;
}

.progress-list .progress-item .inner-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.progress-list .progress-item .inner-box ul li p {
  font-size: 1.8rem;
  margin: 0;
}

.progress-list .progress-item .inner-box ul li h5 {
  margin-bottom: 1rem;
}

.progress-list .progress-item .inner-box ul {
  border-top: 1px solid #515151;
}

.progress-list .progress-item.blue-bg ul {
  border-color: #91C9FF;
}

.progress-list .progress-item .inner-box ul li::after {
  content: '';
  position: absolute;
  background: url(../img/icon-list.png) no-repeat center;
  width: 2.8rem;
  height: 2.8rem;
  top: 3.8rem;
  left: 0;
  background-size: contain;
}

.read-more-box .video-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;

}

.read-more-box .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

.read-more-box a.btn {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.read-more-box h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.read-more-box {
  margin-top: 10rem;
  padding: 5rem 8rem;
  position: relative;
}

.quotes-box h4 {
  font-weight: 400;
  margin-top: 3rem;
}

.quotes-box img.quotes-img {
  width: 10.2rem;
  object-fit: contain;
}

.quotes-box img {
  width: 13rem;
  object-fit: contain;
}

.quotes-box h6 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 2rem;
}

ul.potential-number-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.potential-number-list li p {
  margin: 0;
  font-size: 2rem;
}

ul.potential-number-list li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}

ul.potential-number-list li h3 {
  font-size: 6.4rem;
  font-weight: 400;
  font-family: 'Power Grotesk';
  margin-bottom: 1rem;
}

.about-innovators-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  margin-top: 10rem;
}

.not-found-banner-section {
  padding: 20rem 0;
}

.not-found-banner-section .flex-box {
  justify-content: space-around;
}

.not-found-banner-section h1 {
  font-size: 17rem;
}

.generic-banner-section {
  padding: 25rem 0;
  background: no-repeat center;
  background-size: cover;
}

.generic-content-box p {
  margin: 2rem 0;
  font-size: 2.2rem;
}

.blog-content-section .service-form-box {
  position: sticky;
  top: 10rem;
}

.generic-content-box ul li {
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  font-size: 2rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.generic-content-box ul li::after {
  content: '';
  position: absolute;
  background-color: var(--border-color);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 1.1rem;
  left: 0;
}

.generic-content-box h2 {
  font-size: 5rem;
  margin-top: 4rem;
}

.generic-content-box ul {
  margin-bottom: 4rem;
}

.generic-content-box h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.generic-content-box h4 {
  font-size: 2.6rem;
}

.generic-content-box h5 {
  font-size: 2.3rem;
}

.generic-content-box h6 {
  font-size: 2rem;
}

ul.breadcrumb-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

ul.breadcrumb-grp li {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding-right: 3rem;
  margin-right: 2rem;
}

ul.breadcrumb-grp li:last-child {
  margin-right: 0;
  padding-right: 0;
}

ul.breadcrumb-grp li:last-child::after {
  display: none;
}

ul.breadcrumb-grp li::after {
  content: '';
  position: absolute;
  background: url(../img/white-arrow.png) no-repeat;
  width: .9rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

ul.breadcrumb-grp li a {
  color: #012152;
}

footer .bottom-footer ul li a:hover {
  color: var(--blue);
}

footer .bottom-footer ul li a {
  transition: all 0.3s ease-in-out;
}

.faq-list-box .faq-listing h2 {
  color: #000;
  font-size: 5.5rem;
  margin-bottom: 6rem;
}

.faq-list-box .faq-listing h4 {
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  color: #012152;
  margin-bottom: 0;
}

.faq-list-box .faq-listing h4 .faq-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  transition: all linear .2s;
  filter: invert(1);
}

.faq-list-box .faq-listing h4 .faq-icon.intro {
  transform: rotate(180deg);
}

.faq-list-box .faq-listing .answer-box {
  padding-top: 3rem;
  color: #0B0B0B;
  display: none;
}

.faq-list-box .faq-listing .answer-box p {
  color: #0B0B0B;
  margin: 0;
}

.faq-list-box .faq-listing {
  margin-bottom: 10rem;
}

.faq-list-box .faq-listing:last-child {
  margin-bottom: 0;
}

.faq-section ul.faq-list {
  background-color: var(--blue);
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-right: 8rem;
  position: sticky;
  top: 10rem;
}

.faq-section ul.faq-list li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--grey-font);
}

.faq-section ul.faq-list li:last-child {
  margin-bottom: 0;
}

.faq-section ul.faq-list li a {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.faq-listing .faq-box {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #D9D9D9;
}

.faq-listing .faq-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.case-study-listing-box ul.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2.4rem;
  grid-column-gap: 2.4rem;
  margin-top: 8rem;
}

.case-study-listing-box ul.post-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.case-study-listing-box ul.post-list .text-box {
  margin-top: 2rem;
}

.case-study-listing-box ul.post-list .text-box h4 {
  font-weight: 500;
  font-size: 3rem;
}

.case-study-listing-box ul.post-list .text-box a.more-btn {
  color: #000;
  font-size: 2.1rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.case-study-listing-box ul.post-list .text-box a.more-btn::after {
  content: '';
  position: absolute;
  background: url(../img/white-arrow.png) no-repeat center;
  background-size: contain;
  width: 1rem;
  height: 1.6rem;
  right: -3rem;
  top: 50%;
  transition: cubic-bezier(1, -0.33, .17, 1.02) .3s;
  transform: translateY(-50%);
  opacity: 1;
  filter: invert(1);
}

.case-study-listing-box ul.post-list .text-box a.more-btn:hover::after {
  right: -4rem;
  opacity: 0;
}

.custom-post-section {
  padding: 20rem 0 15rem 0;
}

.custom-post-section .heading-box {
  text-align: center;
  margin-bottom: 5rem;
}

.custom-post-section .heading-box h1 {
  color: #000;
}

.custom-post-section .featured-img-box img {
  max-height: 70rem;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 2rem;
}

.custom-post-section .featured-img-box {
  text-align: center;
}

.custom-post-section .content-box {
  margin-top: 10rem;
}

.service-phase-list.table-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  background-color: #fff;
  padding: 3rem 4rem;
}

.service-phase-list .table-header,
.service-phase-list .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-phase-list .table-header {
  font-weight: 600;
  border-bottom: 1px solid #DADADA;
}

.service-phase-list .table-row {
  border-bottom: 1px solid #DADADA;
  background-color: #fff;
}

.service-phase-list .cell {
  flex: 1;
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  border-right: 1px solid #DADADA;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-phase-list .cell:last-child{
  border-right: 0;
}
.service-phase-list .table-row:last-child{
  border-bottom: 0;
}
.service-phase-list .cell.bold{
  font-weight: 700;
  justify-content: flex-start;
  text-align: left;
}
.service-phase-list .cell.arrow img{
  width: 11.8rem;
  object-fit: contain;
}

ul.service-details-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
  grid-column-gap: .2rem;
  grid-row-gap: 3rem;
}
ul.service-details-list li {
  background-color: var(--blue);
  padding: 6.5rem 3.5rem;
  border-radius: 2rem;
}
ul.service-details-list li .top-box {
  min-height: 24rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #91C9FF;
}
ul.service-details-list li p {
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 0;
}
ul.service-details-list li h3 {
  font-size: 6rem;
}
ul.service-details-list li h4 {
  font-size: 3.6rem;
  min-height: 9rem;
}

.traget-strategy-section .icon-box {
  margin-top: 5rem;
}
.traget-strategy-section .icon-box img {
  width: 12.6rem;
  object-fit: contain;
}
.traget-strategy-img {
  max-width: 71rem;
  object-fit: contain;
  width: 100%;
}

ul.service-tab {
  justify-content: center;
  grid-column-gap: 1rem;
  margin-top: 8rem;
}
ul.service-tab a {
  background-color: #414141;
  font-size: 2.2rem;
  padding: 1.8rem 4rem;
  border-radius: 3rem;
  text-transform: uppercase;
  transition: all linear .2s;
}
ul.service-tab a:hover{
  background-color: var(--blue);
}


ul.key-list > li > ul{
  list-style-type: none;
  margin-top: 1rem;
}
ul.key-list > li {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 5rem;
  margin-bottom: 2rem;
  position: relative;
}
ul.key-list > li::after{
  content: '';
  position: absolute;
  background: url(../img/icon-list.png) no-repeat center;
  width: 2.8rem;
  height: 2.8rem;
  top: .5rem;
  left: 0;
  background-size: contain;
}
ul.key-list > li > ul li{
  font-family: 'poppins';
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--para-grey);
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
ul.key-list > li > ul > li::after{
  content: '';
  position: absolute;
  background: var(--para-grey);
  width: .4rem;
  height: .4rem;
  top: 1rem;
  left: 0;
  border-radius: 50%;
}

.solution-details-box-1 .list-box {
  margin-top: 5rem;
}
.solution-details-box-1 img {
  max-width: 85.3rem;
  width: 100%;
  object-fit: contain;
}
.border-bottom{
  border-bottom: 1px solid #DADADA;
}
.solution-details-box-2 .list-box {
  margin-top: 5rem;
}
.solution-details-box-3 .heading-box{
  margin-bottom: 10rem;
}
ul.title-list li{
  margin-bottom: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #DADADA;
  position: relative;
  padding-left: 5rem;
}
ul.title-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
ul.title-list li::after{
  content: '';
  position: absolute;
  background: url(../img/icon-list.png) no-repeat center;
  width: 2.8rem;
  height: 2.8rem;
  top: 1.4rem;
  left: 0;
  background-size: contain;
}
ul.title-list li p.sm {
  margin-bottom: 0;
  font-size: 1.8rem;
  margin-top: 1rem;
}
ul.title-list li h3{
  font-size: 6.4rem;
  line-height: 1;
}
ul.title-list.white-text li p {
  color: #fff;
}

.solution-details-box-1 .list-box .sub-heading {
  text-transform: uppercase;
}


.devlopment-plan-section .img-box {
  margin: 7rem 0;
}
.devlopment-plan-section .img-box img {
  width: 100%;
}
.devlopment-plan-section ul.key-list li {
  color: #000;
}
.devlopment-plan-section ul.key-list > li > ul > li::after {
  background-color: #000;
}
.devlopment-plan-section ul.key-list > li::after{
  background-image: url(../img/blue-icon-list.png);
}
.contact-form-section .form-box{
  margin-top: 4.5rem;
  padding: 6.5rem 5.5rem;
}
.contact-form-section .form-box form{
  margin-top: 6rem;
}
.contact-form-section .form-box .grid-box p{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5.5rem;
}

.contact-form-section .form-box p input.btn.white-btn {
  max-width: 45rem;
}

.explore-solutions-section .form-box .btn-box p input.btn.white-btn {
  max-width: 45rem;
}
.contact-form-section .form-box form input{
  margin-bottom: 0;
}
.contact-form-section .form-box form select{
    font-size: 2.1rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
  margin-bottom: 1rem;
  font-family: 'poppins';
  width: 100%;
}
.contact-form-section .form-box form select{
  margin-top: 5rem;
}
.contact-form-section .form-box form button{
  display: inline-block;
  width: 30rem;
  margin-top: 5rem;
}
.contact-form-section .form-box h3{margin-bottom: 0;}

.solution-details-box-2 img {
  max-width: 61.8rem;
  width: 100%;
  object-fit: contain;
}
.solution-details-box-3 img {
  max-width: 71.9rem;
  width: 100%;
  object-fit: contain;
  border-radius: 1.5rem;
}
.traget-strategy-section h2 {
  margin-bottom: 3rem;
}
.contact-form-section .form-box a.mail-icon {
  font-size: 2.2rem;
  font-family: 'poppins';
}
.contact-form-section .form-box a.mail-icon img {
  vertical-align: middle;
  width: 5.8rem;
  object-fit: contain;
  margin-right: 1rem;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 125rem;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  display: none;
  z-index: 1000;
}

.popup-box iframe {
  width: 100%;
  height: 80rem;
  border-radius: 5px;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.popup-content {
  position: relative;
}
/* Close Button */
.close-btn {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  top: -5rem;
  right: -2rem;
  z-index: 1;
}

.close-btn button {
  cursor: pointer;
  border-radius: 50%;
  transition: all linear .1s;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.close-btn button img{
  width: 6.5rem;
  object-fit: contain;
}

.popup-box .innovators-info-box {
  align-items: center;
  padding: 5rem;
}
.popup-box .innovators-info-box p{
  font-size: 2.1rem;
}

.popup-box .innovators-info-box h5 {
  font-size: 5rem;
}
#slide-tab{
  display: none;
}
#slide-tab.service-tab{
  position: fixed;
  bottom: 6rem;
  left: 0%;
  z-index: 999;
  width: 100%;
}
#slide-tab.visible {
  display: flex;
  animation: myAnim 1s ease 0s .5 normal forwards;
}
@keyframes myAnim {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}
#header.blue-header {
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 111;
  animation: headanima 1s ease .5 ;
}
@keyframes headanima {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

ul.service-tab li.current a {
  background-color: var(--blue);
  color: #414141;
  border: 1px solid #414141;
}


.progress-list .progress-item .inner-box .logo-img img {
  width: 20rem;
  aspect-ratio: 4/2;
  object-fit: scale-down;
  object-position: left center;
}
.table-section .mb{margin-bottom: 8rem;}
.table-section .heading-box{margin-bottom: 7rem;}
.table-section .para-box{margin-top: 7rem;}
.service-phase-list .cell p.sm {
  font-size: 1.9rem;
  max-width: 38rem;
}
.innner-banner-section{
  position: relative;
}
.innner-banner-section .heading-box {
  position: relative;
  z-index: 2;
}
.innner-banner-section .heading-box p{color: #fff;}
.innner-banner-section::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.reach-out-section .form-box {
  background-color: #fff;
}
.reach-out-section .form-box form input, .reach-out-section .form-box form textarea {
  border-color: #757575;
  color: #000;
}
.reach-out-section .form-box form p input.btn.white-btn{
   border-color: var(--blue);
}
.reach-out-section .form-box form p input.btn.white-btn:hover {
  border-color: var(--blue);
}
ul.therapies-list .img-box a::after{
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
ul.therapies-list li .text-box{
  z-index: 2;
}
ul.therapies-list .img-box{font-size: 0;}
ul.therapies-list .img-box a{
  display: block;
  position: relative;
  z-index: 2;
}
.targeting-table .service-phase-list .cell.bold{flex: 1;}
.targeting-table .service-phase-list .cell{flex: 2;padding: 0 1.5rem;font-size: 2.2rem;}
.service-phase-list .table-header .cell.em{flex: 1;}
.hp-banner-section .inner-banner-box .heading-box ul li {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.3;
  padding-left: 0 !important;
  position: relative;
}
/* .hp-banner-section .inner-banner-box .heading-box ul li::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  top: .9rem;
  left: 0;
} */

.about-treatment-box .content-box h2 {
  margin-bottom: 5rem;
}
.targeted-therapies-section ul.therapies-list .img-box img {
    width: 100%;
    max-width: none;
}


@media (min-width: 1921px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1660px) {
  .container {
    padding: 0 5rem;
    width: 90%;
  }

  .wrapper {
    width: 92.5%;
  }

  header {
    width: 87%;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 90%;
  }

  .wrapper {
    width: 89%;
  }

  #header.blue-header .wrapper {
    max-width: 1160px;
  }
}

@media (max-width: 1370px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {
  html {
    font-size: 0.59vw;
  }


  header {
    width: 100%;

  }

  .container {
    width: 95%;
  }

  .hp-who-we-are-section .text-box ul li {
    width: 28%;
  }

  .button_container {
    display: inline-block;
    position: absolute;
    top: 28%;
    right: 4%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .button_container:hover {
    opacity: 0.7;
  }

  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  header nav ul li {
    padding-left: 0;
  }

  header nav {
    float: none;
    min-width: auto;
  }

  .overlay {
    position: fixed;
    background: var(--blue);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0.8;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    overflow: hidden;
    z-index: 11;
  }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .overlay.open ul.flex-box>li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .overlay nav {
    position: relative;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    padding-left: 5rem;
    width: 85%;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
  }

  header {
    width: 100%;
    left: 0;
    transform: none;
  }

  header .wrapper {
    width: 97%;
    padding: 2.2rem 6.5rem;
  }

  header nav ul li {
    opacity: 1;
  }

  .overlay nav {
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    padding: 0 5rem;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  header nav ul li a {
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
  }

  header nav ul li {
    opacity: 0;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }

  header.blue-header nav ul li {
    padding-left: 0;
  }

  header .wrapper::after {
    display: none;
  }

  #overlay {
    position: fixed;
  }

  ul.line-list li h4 {
    font-size: 5rem;
  }

  header nav ul li.btn-list {
    padding-left: 0;
    border-bottom: 0;
    text-align: center;
    margin-top: 10rem;
  }
  #header.blue-header{left: 0;transform: none;}
  header nav ul li.current_page_item a::after{display: none;}
  ul#menu-header-menu li{padding-bottom: 1.5rem;}
  .wrapper{width: 95%;}
  
  ul#menu-header-menu ul.sub-menu li {
    opacity: 1;
    padding: 1rem 1rem 1rem 1.5rem;
    margin-bottom: 2rem;
  }

  ul#menu-header-menu ul.sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  ul#menu-header-menu ul.sub-menu {
    min-width: auto;
    position: static;
    box-shadow: none;
    padding-bottom: 0;
    margin-top: 0;
  }
.read-more-box h2{
  font-size: 5rem;
}

.menu-header-menu-container {
  width: 100%;
}
.overlay nav {
  width: 100%;
}
  header nav ul#menu-header-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    background: url(../img/arrow-down.png) no-repeat;
    width: 2rem;
    height: .9rem;
    right: 0;
    top: 1.5rem;
    transition: all linear .2s;
    top: .6rem;
    left: auto;
    background-size: contain;
  }

  header nav ul#menu-header-menu>li.menu-item-has-children.active>a::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 850px){
    html {
    font-size: 0.65vw;
  }
}
@media (max-width: 750px) {
  .full-750 {
    width: 100%;
  }

  .com-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .bottom-padding {
    padding-bottom: 8rem;
  }

  .top-padding {
    padding-top: 8rem;
  }

  h1,
  .h1 {
    line-height: 1.2;
    font-size: 3.4rem;
  }

  .container {
    padding: 0;
    width: 90%;
  }

  .text-box.full-767,
  .heading-box {
    text-align: center;
  }

  .h6,
  h6 {
    font-size: 1.7rem;
  }

  .hp-banner-section .inner-banner-box .heading-box br {
    display: none;
  }

  .hp-banner-section .inner-banner-box {
    background-size: 90rem;
    background-position: bottom;
  }

  .show-767 {
    display: inline-block !important;
    margin: 3rem 0;
  }

  .hide-767 {
    display: none !important;
  }

  html {
    font-size: 2.5vw;
  }

  header .wrapper {
    padding: .5rem 2rem;
  }

  header .logo-box img {
    width: 8rem;
    height: 4.4rem;
  }

  .hp-banner-section .btn-box {
    grid-column-gap: 1rem;
    justify-content: center;
  }

  .btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.5rem;
  }

  .hp-banner-section {
    height: 110vh;
  }
.hp-banner-section .inner-banner-box .heading-box ul {
  text-align: left;
}
.hp-banner-section .inner-banner-box .heading-box ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.hp-banner-section .inner-banner-box .heading-box ul li::after {
  top: .6rem;
}
  h2 {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.1;
  }

  p {
    font-size: 1.6rem;
  }

  .hp-commitments-section .commitments-box {
    margin-top: 4rem;
  }

  .hp-commitments-section .img-box {
    margin-bottom: 4rem;
  }

  h6.blue-text {
    font-size: 2rem;
    text-align: center;
  }

  h5 {
    font-size: 2rem;
  }

  ul.number-list li .text-box {
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
  }

  ul.number-list li p {
    width: 100%;
    font-size: 1.6rem;
  }
  ul.about-treatment-number-list li{
    padding: 2rem 0;
  }
ul.about-treatment-number-list li .text-box{margin-bottom: 1rem;}
  ul.number-list li {
    padding: 2.5rem 0;
  }

  ul.number-list li h3 {
    font-size: 4.5rem;
    margin-right: 2rem;
  }

  ul.therapies-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
    grid-row-gap: 1.5rem;
  }

  ul.therapies-list li .text-box {
    text-align: center;
    bottom: 4rem;
    width: 90%;
  }

  h4 {
    font-size: 2rem;
  }

  ul.therapies-list li .text-box a {
    font-size: 1.7rem;
  }

  ul.therapies-list li .text-box p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    min-height: 6rem;
  }

  ul.therapies-list .img-box {
    border-radius: 1rem;
  }

  ul.therapies-list .img-box img {
    height: 45rem;
    object-fit: cover;
    border-radius: 1rem;
  }

  .text-box {
    text-align: center;
  }

  ul.line-list li {
    padding-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  ul.line-list li::before {
    content: '';
    position: absolute;
    background: url(../img/line.png) no-repeat center;
    background-size: contain;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
  }

  footer .bottom-footer {
    justify-content: center;
  }

  ul.line-list li h4 {
    font-size: 3rem;
  }

  ul.line-list li p.sm {
    margin-top: 1rem;
  }

  .sm,
  .sm>* {
    font-size: 1.5rem;
  }

  .show-750 {
    display: block !important;
  }

  .purpose-section img.show-750 {
    border-radius: 1.5rem;
  }

  .hide-750 {
    display: none;
  }

  .bottom-banner-section {
    height: 100vh;
    min-height: 75rem;
  }

  .wrapper {
    margin: 0 auto;
  }

  .innovators-section .innovators-list {
    margin-top: 6rem;
    padding-bottom: 0;
  }

  footer .top-footer .social-list-box {
    width: 100%;
    border-right: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--grey-bg);
  }

  footer .top-footer .footer-nav {
    width: 100%;
    margin-top: 3rem;
  }

  footer .top-footer .footer-nav .nav-list {
    padding: 0;
    border-bottom: 2px solid var(--grey-bg);
    border-right: 0;
    width: 40%;
  }
  footer .top-footer .footer-nav .nav-list:last-child{
    width: 60%;
  }
  footer .top-footer .footer-nav .nav-list ul li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
footer .top-footer .footer-nav .nav-list ul li a{width: 100%;
  word-wrap: anywhere;}
  footer ul li {
    font-size: 1.5rem;
  }

  footer .top-footer .footer-nav .nav-list h5 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1;
  }

  .footer-logo-box {
    padding: 3rem 0;
  }

  .footer-logo-box h3 {
    font-size: 4.5rem;
  }

  footer .bottom-footer ul {
    margin-top: 2rem;
    grid-column-gap: 1rem;
  }

  footer .bottom-footer ul li {
    font-size: 1.4rem;
  }

  footer {
    padding-top: 6rem;
  }

  ul.line-list {
    margin-top: 3rem;
  }

  .innovators-list .innovator-box {
    padding-right: 1rem;
  }

  header nav ul li a {
    font-size: 2rem;
  }

  header nav ul li.btn-list {
    margin-top: 5rem;
  }

  .overlay nav {
    width: 100%;
    padding: 0 2rem;
  }

  footer .top-footer .footer-nav .nav-list ul li img {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .6rem;
  }

  .btn-list a {
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .treatment-banner-section .inner-banner-box {
    background-size: cover;
    background-position: center center;
  }

  ul.about-treatment-number-list li p {
    font-size: 1.5rem;
  }

  ul.about-treatment-number-list li .text-box h3 {
    width: 5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  .form-box {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
  }

  .form-box form input {
    font-size: 1.6rem;
  }

  .form-box h3 {
    margin-bottom: 1.5rem;
  }

  .about-treatment-section .form-box {
    margin-top: 5rem;
  }

  .symptoms-box .img-box::after {
    left: auto;
    right: 0;
    width: 8.3rem;
    height: 3.4rem;
  }

  .symptoms-box p {
    text-align: center;
  }

  ul.point-list li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }

  .symptoms-box p {
    text-align: center;
  }

  ul.point-list li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }

  ul.benefits-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
  }

  ul.benefits-list li {
    border-radius: .5rem;
    padding: 2.5rem 1rem;
    text-align: center;
  }

  ul.benefits-list li img {
    width: 4rem;
    margin-bottom: 1.5rem;
  }

  ul.benefits-list li h6 {
    font-size: 1.4rem;
  }

  .get-in-touch-box ul li {
    font-size: 1.7rem;
  }

  .get-in-touch-box ul li img {
    font-size: ;
    height: 2rem;
  }

  .get-in-touch-box {
    margin-top: 3rem;
  }

  .explore-solutions-section .explore-box {
    margin-top: 3rem;
  }

  ul.explore-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.5rem;
  }

  ul.explore-list li a {
    padding: 2rem;
  }

  ul.explore-list li img {
    width: 4rem;
    margin-right: 1rem;
  }

  ul.explore-list li::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
  }

  .explore-solutions-section .form-box {
    padding: 3.5rem 2rem;
  }

  .explore-solutions-section .form-box form {
    margin-top: 3rem;
  }

  .explore-solutions-section .form-box .grid-box p {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.5rem;
  }

  .explore-solutions-section .form-box form select {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .explore-solutions-section .form-box form button {
    margin-top: 2rem;
    width: 100%;
  }

  .menu-header-menu-container {
    width: 100%;
  }

  .reach-out-box .get-in-touch-box ul li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  ul.number-list li h3 {
    width: 5rem;
  }

  .get-in-touch-box ul li a {
    text-align: left;
  }

  .reach-out-box {
    margin-top: 5rem;
  }

  .reach-out-box .text-box {
    margin-bottom: 3rem;
  }

  .map-box .hospital-box .img-box img {
    max-height: 25rem;
  }

  .map-box {
    padding: 7rem 0;
    margin-top: 5rem;
  }

  .form-box form textarea {
    font-size: 1.6rem;
  }

  .social-icon-box {
    margin-top: 3rem;
  }

  .purpose-section video {
    border-radius: 1.5rem;
  }

  ul#menu-header-menu li {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }


  ul#menu-header-menu ul.sub-menu li a {
    font-size: 1.7rem;
  }

  header nav ul li.current_page_item a::after {
    width: 0;
    display: none;
  }



  ul.therapies-list li .text-box h4 {
    transform: translateY(8rem);
  }

  .hp-banner-section ul.line-list {
    bottom: 6rem;
    width: 95%;
    grid-row-gap: 1.5rem;
  }

  .hp-banner-section ul.line-list li {
    width: 50%;
    padding-left: 1rem;
  }

  .hp-banner-section ul.line-list li h5 {
    font-size: 1.8rem;
  }

  .hp-banner-section ul.line-list li p {
    font-size: 1.3rem;
  }

  .treatment-banner-section .inner-banner-box .heading-box {
    margin-top: 0;
  }

  ul.about-benefits-list li h5 {
    font-size: 1.7rem;
  }

  .progress-list .progress-item {
    width: 100%;
  }

  .progress-list .progress-item .inner-box {
    padding: 5rem 2rem;
    text-align: center;
  }

  .progress-list .progress-item .inner-box h4 {
    margin-top: 2.5rem;
    font-size: 2.2rem;
  }

  .progress-list .progress-item .inner-box ul li {
    padding: 1rem 0;
    text-align: left;
    padding-left: 3rem;
  }

  .progress-list .progress-item .inner-box ul li::after {
    width: 2rem;
    height: 2rem;
    top: 1.5rem;
  }

  .progress-list .progress-item {
    border-radius: 1rem;
  }

  .progress-item.blue-bg .guaranteed-box {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .read-more-box h2 {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .read-more-box {
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
    padding: 4rem 3rem;
  }

  .potential-section .para-box {
    text-align: center;
  }

  .progress-list .progress-item.blue-bg .inner-box {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  }

  .potential-section .bottom-text-box .quotes-box {
    order: 1;
    text-align: center;
    margin-top: 4rem;
  }

  ul.potential-number-list li {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 2.5rem;
  }

  ul.potential-number-list {
    border-top: 1px solid #fff;
    padding-top: 3rem;
    margin-top: 3rem;
  }

  ul.potential-number-list li h3 {
    font-size: 4rem;
  }

  ul.potential-number-list li p {
    font-size: 1.5rem;
  }

  .quotes-box h4 {
    font-size: 2rem;
  }

  .quotes-box h6 {
    font-size: 1.9rem;
  }

  .quotes-box img.quotes-img {
    width: 8.2rem;
  }

  .quotes-box img {
    width: 10rem;
  }

  .about-innovators-box {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
  }

  .about-innovators-box .innovator-box {
    padding-right: 0;
  }

  .potential-section .bottom-text-box .potential-number-box {
    order: 0;
  }

  .faq-list-box .faq-listing h4 {
    font-size: 2rem;
    padding-right: 2rem;
  }

  .faq-list-box .faq-listing h2 {
    font-size: 3.2rem;
  }

  .faq-listing .faq-box {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .case-study-listing-box ul.post-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }

  .case-study-listing-box ul.post-list .text-box {
    margin-top: 1rem;
  }

  .case-study-listing-box ul.post-list .text-box h4 {
    font-size: 1.8rem;
  }

  .case-study-listing-box ul.post-list .text-box a.more-btn {
    font-size: 1.5rem;
  }

  .case-study-listing-box ul.post-list .img-box img {
    border-radius: .5rem;
  }

  .generic-content-box p {
    font-size: 1.6rem;
    margin: 1.2rem 0;
  }

  .custom-post-section .content-box {
    margin-top: 3rem;
  }

  .generic-content-box h2 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .generic-content-box ul li {
    font-size: 1.5rem;
  }

  .custom-post-section .content-box .generic-content-box {
    text-align: center;
    margin-bottom: 3rem;
  }

  .generic-content-box h3 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }

  .generic-content-box h4 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .generic-content-box h5 {
    font-size: 2rem;
  }

  .custom-post-section {
    padding-bottom: 8rem;
  }

  .custom-post-section .heading-box h1 {
    margin-bottom: 0;
  }

  .custom-post-section .heading-box {
    margin-bottom: 2.5rem;
  }
.hp-banner-section.treatment-banner-section {
  height: 90rem;
}

ul.service-details-list {
  grid-template-columns: repeat(1, 1fr);
  margin-top: 4rem;
  grid-row-gap: 1rem;
}
ul.service-details-list li {
  padding: 3.5rem 2rem;
  border-radius: 2rem;
  text-align: center;
}
ul.service-details-list li .top-box {
  min-height: auto;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
ul.service-details-list li h3 {
  font-size: 4rem;
}
ul.service-details-list li p {
  font-size: 1.6rem;
  margin-top: 1rem;
}
ul.service-details-list li h4 {
  font-size: 2rem;
  min-height: auto;
  margin-bottom: 1.5rem;
}

ul.key-list {
  text-align: left;
}
ul.key-list > li {
  padding-left: 3.5rem;
  font-size: 1.8rem;
}
ul.key-list > li::after {
  width: 2rem;
  height: 2rem;
  top: .3rem;
  z-index: 1;
}
ul.key-list > li > ul > li::after {top: .7rem;}
ul.key-list > li > ul li {
  font-size: 1.4rem;
}
ul.point-list li {
  text-align: left;
}
ul.point-list li::after {
  top: .7rem;
}
ul.title-list li {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3rem;
}
ul.title-list li h3 {
  font-size: 3.5rem;
}
ul.title-list li::after {
  width: 2rem;
  height: 2rem;
  top: 0.6rem;
}
ul.title-list li p.sm br {
  display: none;
}
ul.title-list li p.sm {
  font-size: 1.5rem;
}
.solution-details-box-3 .heading-box {
  margin-bottom: 5rem;
}
.traget-strategy-section .icon-box img {
  width: 6.6rem;
}
.traget-strategy-img {
  margin: 3rem 0;
}
.heading-box br {
  display: none;
}
.traget-strategy-section  h5 {
  font-size: 1.7rem;
}
ul.service-tab a {
  font-size: 1.7rem;
  padding: 1.2rem 2rem;
}
ul.service-tab {
  margin-top: 4rem;
}

.contact-form-section .form-box {
  padding: 4.5rem 2.5rem;
}
.contact-form-section .form-box .flex-box {
  text-align: center;
}
.contact-form-section .form-box a.mail-icon {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.contact-form-section .form-box a.mail-icon img {
  width: 3rem;
}
.contact-form-section .form-box form {
  margin-top: 3rem;
}
.contact-form-section .form-box .grid-box p {
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 1.5rem;
}
.contact-form-section .form-box form select {
  margin-top: 1.5rem;
}
.devlopment-plan-section .img-box {
  margin: 3rem 0;
}
.solution-details-box-1 .list-box .sub-heading {
  text-align: left;
}
.service-phase-list.table-wrapper {
  width: 700px;
  padding: 3rem 2rem;
}
.table-box {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.service-phase-list .cell {
  font-size: 1.7rem;
  height: 8rem;
}
.service-phase-list .cell.arrow img {
  width: 7rem;
}

.popup-box .innovators-info-box {
  padding: 3rem 1.5rem;
}
.popup-box {
  padding: .5rem;
  width: 95%;
}
.popup-box .innovators-info-box h5 {
  font-size: 3rem;
  margin-top: 1.5rem;
}
.popup-box .innovators-info-box p {
  font-size: 1.4rem;
}
.popup-box .innovators-info-box .text-box img {
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.close-btn button img {
  width: 3rem;
}
.close-btn {
  top: -2rem;
  right: -1rem;
}
.treatment-banner-section .inner-banner-box {
  align-items: flex-start;
}
.treatment-banner-section .inner-banner-box .heading-box {
  margin-top: 17rem;
}

.treatment-benefits-section .btn-box p {
  width: 76%;
}
.treatment-benefits-section .btn-box .btn {
  margin-top: 3rem;
}

.form-box .btn-box p input.btn.white-btn {
  padding: 1rem;
  font-size: 1.8rem;
}
ul.about-treatment-number-list{grid-template-columns: repeat(1, 1fr);margin-top: 4rem;}
.table-section .mb{margin-bottom: 4rem;}
.service-phase-list .cell p.sm {
  font-size: 1.1rem;
  max-width: none;
  line-height: 1.2;
}
.targeting-table .service-phase-list .cell,.service-phase-list .cell{font-size: 1.4rem;}

.read-more-box h2{font-size: 2.2rem;}
.progress-list .progress-item .inner-box .logo-img {
  text-align: center;
}
.progress-list .progress-item .inner-box .logo-img img{object-position: center;}
.aboutus-banner-section::after {
  background: linear-gradient(180deg, rgba(38, 38, 38, 0.07) 75.84%, #262626 109.47%);
}
.progress-list .progress-item .inner-box .logo-img img{width: 14rem;}
.progress-list .progress-item .inner-box ul li p{font-size: 1.4rem;}

.progress-list .progress-item .inner-box ul li h5 {
  font-size: 1.7rem;
}
#slide-tab.service-tab{bottom: 4rem;}
.symptoms-box .para-box p{font-size: 1.5rem;
}
ul.point-list li strong{
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
ul.point-list li{
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
.logo-img.empty{display: none;}
}