@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
:root {
  --global-colors-heading-color-1: #182443;
  --global-colors-heading-color-2: #1B284A;
  --global-colors-text-black: #000000;
  --global-colors-paragraph: #1E1E1E;
  --global-colors-text-white: #ffffff;
  --global-colors-text-gray-10: #454545;
  --global-colors-darkest-blue: #0E52B7;
  --global-colors-purple-100: #845FCC;
  --global-colors-purple-20: #EDE4FF;
  --global-colors-purple-60: #C9ADFF;
  --global-colors-green-100: #11F280;
  --global-colors-blue-10: #E6EDF8;
  --global-colors-green-20:#cffce6;
  --global-colors-text-grey: #515151;
  --global-colors-blue-40: #9FBAE2;
  --global-colors-bg-purple-10:#F6F1FF;
  --global-colors-bg-blue-darker: #0E52B7;
  --global-colors-bg-neutral-grey: #F9FDFF;
  --global-colors-bg-purple-40: #DBC9FF;
  --global-colors-bg-white: #ffffff;
  --global-colors-bg-dark-blue-100: #1b284a;
  --global-colors-border-dark-blue-100: #1b284a;
  --global-colors-bg-light-blue-10: #e6edf8;
  --global-colors-bg-light-blue-20: #cfdcf1;
  --global-colors-bg-dark-blue-40: #A4A9B7;
  --global-colors-bg-dark-blue-80: #49536E;
  --global-colors-bg-dark-blue-10: #E8E9ED;
  --global-colors-text-white-80:#F9FDFF;
  --global-colors-bg-purple-100:#a577ff;
  --global-border-colors-blue-40: #9FBAE2;
  --global-border-colors-purple-100: #845FCC;
  --global-border-colors-1: #182443;
  --global-border-black: #000000;
  --global-colors-bg-blue-darkest:#0B4292;
  --global-colors-bg-hero-block:#956BE6;
  --global-border-dark-blue-80: #49536E;
  --global-links-green: #11F280;
  --global-paragraph-links: #0D4AA5;
  --global-menu-links:#0D4AA5;
  --global-colors-form-error-feild: #c02b0a;
  --global-colors-text-light-grey: #D7D7D7;
  --global-colors-text-chromatic-grey: #1C1A1A;
  --global-colors-text-green-primary: #00E6BA;
}

/*
* Map for breakpoints
*/
@media screen and (max-width: 1440px) {
  .ct-inner-content section .ct-section-inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body, h1, h2, h3, h4, h5, h6, ul li, button {
  font-family: var(--font-variables-font-family-primary);
}

p, .ct-text-block {
  font-family: var(--font-variables-font-family-primary);
  font-optical-sizing: auto;
  font-style: normal;
  font-synthesis: none;
  font-weight: 400;
  color: var(--global-colors-paragraph);
}

.font-weight-645 {
  font-weight: 645;
}

.font-weight-550 {
  font-weight: 550;
}

.font-weight-467 {
  font-weight: 467;
}

p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

.para-no-margin {
  margin-bottom: 0px;
}

.content-align-center {
  text-align: center;
  width: 100%;
}

.z-index {
  z-index: 1;
}

.max-width-heading {
  max-width: 1213px;
}

/*Font size utils*/
.f-size-6xl {
  font-size: clamp(60px, 8vw, 132px);
  line-height: 1.012;
}

.f-size-5xl {
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
}

.f-size-4xl {
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.17;
}

.f-size-xxxl {
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.33;
}

.f-size-xxl {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.35;
}

.f-size-xl {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.37;
}

.f-size-lg {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.42;
}

.f-size-md {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.875rem;
}

.f-size-sm {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.33;
}

.f-size-xs {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.37;
}

.f-size-xxs {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.42;
}

/*Font weight utils*/
.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

/* mobile fonts */
@media (max-width: 767px) {
  .f-size-6xl {
    line-height: 68px;
  }
}

@media (max-width: 767px) {
  .f-size-5xl {
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .f-size-4xl {
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .f-size-xxxl {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .f-size-xxl {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .f-size-xl {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .f-size-lg {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .f-size-md {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .f-size-sm {
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .f-size-xs {
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .f-size-xxs {
    line-height: 16px;
  }
}

/* Breadcrumb Section*/
.breadcrumb-div .ct-shortcode {
  padding: 5px;
}
@media (max-width: 767px) {
  .breadcrumb-div .ct-shortcode {
    padding: 0px;
  }
}
.breadcrumb-div img {
  width: 6.273px;
  height: 11.046px;
  margin: 0px 10px;
  cursor: pointer;
}
.breadcrumb-div img:hover {
  filter: brightness(0) saturate(100%) invert(51%) sepia(18%) saturate(1769%) hue-rotate(218deg) brightness(82%) contrast(95%);
}
.breadcrumb-div span.breadcrumb_last {
  color: var(--global-colors-purple-100);
  font-weight: 645;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .breadcrumb-div span.breadcrumb_last {
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumb-div span a {
  color: var(--global-colors-heading-color-2);
  font-size: 16px;
  line-height: 22px;
  font-weight: 645;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .breadcrumb-div span a {
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumb-div span a:hover {
  color: var(--global-colors-purple-100);
  transition: color 0.3s ease-in-out;
}

:root {
  --font-variables-font-family-primary: "Red Hat Display", Arial, sans-serif;
  --transition: 0.3s ease-in-out;
}

body {
  word-break: break-word;
  white-space: normal;
}

.text-align-left {
  text-align: left;
}

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

.align-center > .ct-section-inner-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .align-center > .ct-section-inner-wrap {
    align-items: flex-start;
  }
}

.oxy-rich-text p:last-child {
  margin-block-end: 0;
}

.image-border-radius {
  border-radius: 28px;
}

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

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

.bg-white {
  background-color: var(--global-colors-bg-white);
}

.bg-purple-40 {
  background-color: var(--global-colors-bg-purple-40);
}

.heading-color-1 {
  color: var(--global-colors-heading-color-1);
}

.heading-color-2 {
  color: var(--global-colors-heading-color-2);
}

.heading-white {
  color: var(--global-colors-text-white);
}

.para-white-color {
  color: var(--global-colors-text-white);
}

.text-color-white-80 {
  color: var(--global-colors-text-white-80);
}

.para-black-color {
  color: var(--global-colors-text-black);
}

/* CTA CSS */
.primary-btn--sm {
  background-color: var(--global-colors-purple-60);
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-text-black);
  border: 1px solid var(--global-colors-purple-60);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 20px;
}
.primary-btn--sm:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

.secondary-btn--sm {
  background-color: transparent;
  color: var(--global-colors-heading-color-2);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 20px;
}
.secondary-btn--sm:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.secondary-btn-dark-bg--sm {
  background-color: transparent;
  color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 20px;
}
.secondary-btn-dark-bg--sm:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.white-button--sm {
  background-color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-bg-white);
  color: var(--global-colors-text-black);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 20px;
}
.white-button--sm:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

.primary-btn--md {
  background-color: var(--global-colors-purple-60);
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-text-black);
  border: 1px solid var(--global-colors-purple-60);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 24px;
}
.primary-btn--md:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

.secondary-btn--md {
  background-color: transparent;
  color: var(--global-colors-heading-color-2);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 24px;
}
.secondary-btn--md:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.secondary-btn-dark-bg--md {
  background-color: transparent;
  color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 24px;
}
.secondary-btn-dark-bg--md:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.white-button--md {
  background-color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-bg-white);
  color: var(--global-colors-text-black);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 24px;
}
.white-button--md:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

.primary-btn--lg {
  background-color: var(--global-colors-purple-60);
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-text-black);
  border: 1px solid var(--global-colors-purple-60);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  padding: 10px 25px;
  line-height: 26px;
}
.primary-btn--lg:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

.secondary-btn--lg {
  background-color: transparent;
  color: var(--global-colors-heading-color-2);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  padding: 10px 25px;
  line-height: 26px;
}
.secondary-btn--lg:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.secondary-btn-dark-bg--lg {
  background-color: transparent;
  color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  padding: 10px 25px;
  line-height: 26px;
}
.secondary-btn-dark-bg--lg:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

.white-button--lg {
  background-color: var(--global-colors-text-white);
  border: 1px solid var(--global-colors-bg-white);
  color: var(--global-colors-text-black);
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  padding: 10px 25px;
  line-height: 26px;
}
.white-button--lg:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .primary-btn--sm,
  .secondary-btn-dark-bg--sm,
  .secondary-btn--sm,
  .white-button--sm {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 16px;
  }
  .primary-btn--md,
  .secondary-btn-dark-bg--md,
  .secondary-btn--md,
  .white-button--md {
    font-size: 16px;
    padding: 8px 15px;
    line-height: 20px;
  }
  .primary-btn--lg,
  .secondary-btn-dark-bg--lg,
  .secondary-btn--lg,
  .white-button--lg {
    font-size: 18px;
    padding: 8px 20px;
    line-height: 24px;
  }
}
.internal-links a {
  color: var(--global-colors-purple-100);
  transition: 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
}
.internal-links a:hover {
  color: var(--global-colors-bg-blue-darker);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s ease-in-out;
}

.unorder-list ul {
  margin-top: 0px;
  padding-left: 25px;
  margin-bottom: 0px;
}

:root {
  --rem-031-rem: 0.313rem;
  --rem-05-rem: 0.5rem;
  --rem-062-rem: 0.625rem;
  --rem-093-rem: 0.93rem;
  --rem-112-rem: 1.12rem; /* 18px */
  --rem-125-rem: 1.25rem; /* 20px */
  --rem-150-rem: 1.50rem;
  --rem-156-rem: 1.56rem; /* 25px */
  --rem-175-rem: 1.75rem; /* 28px */
  --rem-187-rem: 1.87rem;
  --rem-200-rem: 2.00rem; /* 32px */
  --rem-237-rem: 2.37rem; /* 38px */
  --rem-243-rem: 2.43rem; /* 39px */
  --rem-250-rem: 2.50rem; /* 40px */
  --rem-281-rem: 2.81rem; /* 45px */
  --rem-312-rem: 3.12rem; /* 50px */
  --rem-337-rem: 3.4rem; /* 54px */
  --rem-375-rem: 3.75rem; /* 60px */
  --rem-437-rem: 4.4rem; /* 70px */
  --rem-444-rem: 5rem; /* 80px */
  --rem-593-rem: 5.93rem; /* 95px */
  --rem-625-rem: 6.25rem; /* 100px */
  --rem-875-rem: 8.8rem; /* 140px */
}
@media (max-width: 767px) {
  :root {
    --rem-125-rem: 1.25rem;
  }
}

.section-padding-top {
  padding-top: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .section-padding-top {
    padding-top: var(--rem-375-rem);
  }
}

.section-padding-bottom {
  padding-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: var(--rem-375-rem);
  }
}

.section-padding-md-top-bottom {
  margin-top: var(--rem-375-rem);
  margin-bottom: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .section-padding-md-top-bottom {
    margin-top: var(--rem-187-rem);
    margin-bottom: var(--rem-187-rem);
  }
}

.section-padding-sm-top-bottom {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .section-padding-sm-top-bottom {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.spacing-primatives-6xl {
  margin-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-6xl {
    margin-bottom: var(--rem-375-rem);
  }
}

.spacing-primatives-xxl {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xxl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-xl {
  margin-bottom: var(--rem-187-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xl {
    margin-bottom: var(--rem-175-rem);
  }
}

.spacing-primatives-3xl {
  margin-bottom: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-3xl {
    margin-bottom: var(--rem-250-rem);
  }
}

.spacing-primatives-4xl {
  margin-bottom: var(--rem-444-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-4xl {
    margin-bottom: var(--rem-375-rem);
  }
}

.spacing-primatives-5xl {
  margin-bottom: var(--rem-875-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-5xl {
    margin-bottom: var(--rem-593-rem);
  }
}

.spacing-primatives-7xl {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-7xl {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-md {
  margin-bottom: var(--rem-125-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-md {
    margin-bottom: var(--rem-093-rem);
  }
}

.spacing-primatives-xs {
  margin-bottom: var(--rem-062-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xs {
    margin-bottom: var(--rem-05-rem);
  }
}

button.facetwp-load-more {
  background-color: transparent;
  color: var(--global-colors-heading-color-2);
  border: 1px solid var(--global-colors-green-100);
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  button.facetwp-load-more {
    font-size: 16px;
    padding: 8px 15px;
    line-height: 20px;
  }
}
button.facetwp-load-more:hover {
  background-color: var(--global-colors-green-20);
  color: var(--global-colors-heading-color-2);
  border-color: var(--global-colors-green-100);
  transition: 0.3s ease-in-out;
}

body .bg-pos-top-left {
  background-position: top left;
}
body .bg-pos-center {
  background-position: center;
}
body .bg-pos-bottom {
  background-position: bottom;
}
body .bg-pos-center-bottom {
  background-position: center bottom;
}

/* Desktop Menu css */
.header-main-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area:after {
  position: absolute;
  top: 6px;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  content: url(/wp-content/uploads/2024/10/Arrow.svg);
}
.header-main-menu li.menu-item-has-children:hover > a {
  border-radius: 10px 10px 0px 0px;
  background: var(--global-colors-bg-white);
  color: var(--global-colors-text-grey) !important;
}
.header-main-menu .menu-item ul.sub-menu {
  border-radius: 0px 10px 10px 10px;
  background: var(--global-colors-text-white);
  padding-top: 15px;
  padding-bottom: 15px;
  width: 233px;
}
.header-main-menu .menu-item ul.sub-menu > li > a {
  padding-left: 20px !important;
  padding-right: 42px !important;
  white-space: normal;
}
.header-main-menu .menu-item-level-0 > a {
  text-transform: uppercase;
  font-weight: 700;
}
.header-main-menu .menu-item-level-0:last-child > ul {
  right: 0;
  left: auto !important;
  border-radius: 10px 0px 10px 10px;
}

/* Mobile Menu CSS */
@media (max-width: 992px) {
  ul.mm-listview li a > div {
    display: none;
  }
  a.mm-navbar__title.active {
    visibility: hidden;
  }
  a.mm-navbar__title.active[href^="#mm-2"] {
    visibility: visible;
  }
  .wpmm-menu {
    background-color: var(--global-colors-text-white) !important;
    --mm-color-background: var(--global-colors-text-white) ;
    --mm-navbar-size: 36px !important;
  }
  div.mm-menu_navbar_top-4 {
    z-index: 9999;
  }
  div.header_mobile_menu .oxy-pro-menu-mobile-open-icon {
    color: var(global-colors-text-chromatic-grey);
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    position: relative;
  }
  div.header_mobile_menu .oxy-pro-menu-mobile-open-icon svg {
    display: none;
  }
  div.header_mobile_menu .oxy-pro-menu-mobile-open-icon::after {
    width: 100%;
    height: 100%;
    content: url(/wp-content/uploads/2024/10/hamburger-icon.svg);
    background-repeat: no-repeat;
    margin-left: 0px;
    position: relative;
  }
  div.header_mobile_menu.wpmm-button {
    background: var(--global-colors-text-green-primary);
    border-radius: 100px;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 22px;
    word-break: normal;
  }
  .mm-menu_offcanvas.mm-menu_opened {
    width: 100% !important;
    max-width: 100%;
  }
  a.mm-listitem__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 17px 15px;
    color: #473198 !important;
    cursor: pointer;
  }
  a.mm-btn.mm-btn_close.mm-navbar__btn {
    height: 40px;
    width: 30px;
    right: -10px;
  }
  a.mm-btn.mm-btn_close.mm-navbar__btn:after {
    content: url(/wp-content/uploads/2024/10/Close.svg);
    display: block;
    border: none;
    transform: none;
    width: 100%;
    height: 100%;
    top: 45px;
    right: 30px;
  }
  a.mm-navbar__title {
    color: #515151 !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
  }
  a.team-info-box:after {
    bottom: 20px !important;
  }
  .mm-btn.mm-btn_next:before {
    border: 0px;
  }
  .mm-btn:not(.mm-btn_prev):after {
    content: url(/wp-content/uploads/2024/10/nav-arrow-right.svg);
    transform: none;
    border: none;
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .mm-listitem {
    display: flex !important;
  }
  .mm-listitem:after {
    border-color: #d1d1d1 !important;
    margin-left: -20px;
    border: none;
    content: "";
    border-color: inherit;
    display: block;
    position: absolute;
    left: 8px;
    right: 0;
    bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #d1d1d1;
  }
  .wpmm-header-image {
    padding: 0 !important;
    max-width: 183px;
    height: 45px;
    top: 19px !important;
    left: 15px;
    cursor: pointer;
  }
  .mm-navbar.mm-navbar_has-btns {
    background-color: var(--global-colors-text-light-grey);
    height: 38px;
    display: none;
  }
  li.mm-listitem:last-child:after {
    border-bottom: none;
    border-color: transparent !important;
  }
  li.mm-listitem.sign_in_menu a.mm-listitem__text {
    color: #e3295d !important;
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
  }
  .mm-menu_navbar_top-4 .mm-panels {
    top: calc(var(--mm-navbar-size) * 2.2) !important;
  }
  .mm-menu_navbar_top-4 .mm-panels > .mm-panel:nth-child(n+2) {
    top: 40px !important;
  }
  .mm-navbar_size-3 {
    height: calc(var(--mm-navbar-size) * 2.2);
  }
  .mm-listitem__btn {
    padding-right: 46px;
  }
  .mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: inherit;
    border-left-style: none;
  }
  .mm-btn_close:after, .mm-btn_close:before {
    display: none;
  }
  .main-header .oxy-header-container {
    align-items: center;
  }
  .mm-navbar__btn:first-child {
    width: 90px;
  }
  .flex-container .mm-listitem:after {
    border: none;
  }
  .mm-panels .mm-panel:not(:first-child) .mm-listview li:first-child a:first-child {
    font-size: 22px;
    line-height: 28px;
    color: #1C1A1A !important;
    font-weight: 700;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:nth-last-child(2):after {
    border-top: 0;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:last-child a.mm-listitem__text {
    background-color: #00E6BA;
    border-radius: 100px;
    text-align: center;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1C1A19 !important;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
  .desktop-header .oxy-header-left {
    width: 20%;
  }
  .desktop-header .oxy-header-right .primary-cta-lg {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .desktop-header .hp-site-logo {
    padding-right: 25px;
  }
  .desktop-header .header-main-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area:after {
    right: 5px;
    top: 7px;
  }
  .desktop-header .header-main-menu .menu-item-level-0 > a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px !important;
    padding-right: 25px !important;
  }
  .desktop-header .header-main-menu:first-child > a {
    padding-right: 10px !important;
  }
}
.main-header ul#menu-main-menu {
  justify-content: right;
}
.main-header ul#menu-main-menu > li {
  padding: 40px 0px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.main-header ul#menu-main-menu > li > a {
  font-weight: 645;
}
.main-header ul#menu-main-menu ul.sub-menu {
  border-radius: 0px 0px 8px 8px;
  background: var(--global-colors-text-white);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px !important;
  width: 271px;
  top: 100.5%;
  left: 11%;
}
.main-header ul#menu-main-menu ul.sub-menu li a {
  padding: 10px !important;
  font-weight: 400 !important;
  color: var(--global-menu-links) !important;
}
.main-header ul#menu-main-menu ul.sub-menu li a:hover {
  background: var(--global-colors-bg-purple-10);
}
.main-header ul#menu-main-menu ul.sub-menu li.current-menu-item > a {
  background: var(--global-colors-purple-100) !important;
  color: var(--global-colors-text-white) !important;
  font-weight: 645 !important;
}
.main-header ul#menu-main-menu ul.sub-menu li.current-menu-item:last-child a {
  border-radius: 0px 0px 4px 4px;
}
.main-header ul#menu-main-menu ul.sub-menu li:last-child a {
  border-radius: 0px 0px 4px 4px;
}
.main-header ul#menu-main-menu > li.header-contact-btn {
  padding-left: 15px !important;
  padding: 30px 0px 30px 15px !important;
}
.main-header ul#menu-main-menu li.menu-item-has-children > a:after {
  position: absolute;
  top: 9.5px;
  right: 20px;
  display: block;
  width: 13px;
  height: 10px;
  background: url(/wp-content/uploads/2025/03/drop-down-arrow.svg);
  content: "";
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(25%) sepia(97%) saturate(1112%) hue-rotate(196deg) brightness(87%) contrast(109%);
}
@media screen and (min-width: 993px) and (max-width: 1140px) {
  .main-header ul#menu-main-menu li.menu-item-has-children > a:after {
    right: 12px;
  }
}
.main-header ul#menu-main-menu li.menu-item-has-children > a:hover:after {
  filter: brightness(0) saturate(100%) invert(43%) sepia(80%) saturate(2185%) hue-rotate(233deg) brightness(86%) contrast(83%);
}
.main-header ul#menu-main-menu li.menu-item-has-children a {
  padding-right: 45px !important;
}
@media screen and (min-width: 993px) and (max-width: 1140px) {
  .main-header ul#menu-main-menu li.menu-item-has-children a {
    padding-right: 30px !important;
  }
}
.main-header .header-contact-btn a {
  border-radius: 40px;
  background: var(--global-colors-purple-60);
  padding: 8px 20px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  transition: 0.3s ease-in-out;
}

.header-contact-btn a:hover {
  color: var(--global-colors-text-white) !important;
  background: var(--global-colors-purple-100) !important;
  transition: 0.3s ease-in-out;
}

#menu-main-menu > li > a {
  position: relative;
}

.header-builder-section {
  border-bottom: 1px solid var(--global-colors-bg-light-blue-20);
}
.header-builder-section .header-main-div {
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 150px;
  align-items: center;
}
@media (max-width: 1400px) {
  .header-builder-section .header-main-div {
    gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .header-builder-section .header-main-div {
    padding: 0px 10px 8px 10px;
    gap: 10px !important;
  }
}
.header-builder-section .header-main-div .header-logo-div {
  width: 21%;
}
@media (max-width: 992px) {
  .header-builder-section .header-main-div .header-logo-div {
    width: 70% !important;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .header-builder-section .header-main-div .mobile-menu-div {
    width: 30% !important;
    padding: 0px;
    justify-content: space-between;
    gap: 0px;
  }
}
.header-builder-section .header-main-div .header-pro-menu-div {
  width: 79%;
  text-align: left;
}
.header-builder-section .header-main-div .header-pro-menu-div .gtranslate-switcher {
  align-self: flex-end;
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header {
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li {
  color: var(--global-colors-heading-color-2);
  font-size: 16px;
  line-height: 22px;
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li a {
  color: var(--global-menu-links);
  font-size: 18px;
  line-height: 24px;
  padding: 0px 15px;
}
@media screen and (min-width: 993px) and (max-width: 1140px) {
  .header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li a {
    padding: 0px 10px;
  }
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li a:hover {
  color: var(--global-colors-purple-100);
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li.current-menu-parent > a {
  color: var(--global-colors-purple-100);
}
.header-builder-section .header-main-div .header-pro-menu-div .main-header ul#menu-main-menu li.current-menu-parent > a:after {
  filter: brightness(0) saturate(100%) invert(43%) sepia(80%) saturate(2185%) hue-rotate(233deg) brightness(86%) contrast(83%);
}
.header-builder-section .main-header ul#menu-main-menu ul.sub-menu li ul.sub-menu.aos-animate {
  top: -23%;
  left: 100%;
}
.header-builder-section .header-logo {
  width: 219px !important;
}
@media (max-width: 992px) {
  .header-builder-section .header-logo {
    width: 164px !important;
  }
}
.header-builder-section .mobile-menu {
  text-align: right;
  position: relative;
  top: -8px;
}

.main-header ul#menu-main-menu ul.sub-menu li a {
  border-bottom: 2px solid var(--global-colors-bg-light-blue-20);
  line-height: 22px !important;
  font-size: 16px !important;
}
.main-header ul#menu-main-menu ul.sub-menu li:last-child a {
  border-bottom: none;
  line-height: 22px !important;
}

ul#menu-main-menu li ul li.menu-item-has-children a::after {
  background: url("/wp-content/uploads/2025/05/humbleicons_chevron-right.svg") !important;
  width: 24px !important;
  height: 24px !important;
  filter: unset !important;
  right: 3px !important;
}

.main-header ul#menu-main-menu > li.header-contact-btn a {
  color: var(--global-colors-text-black) !important;
}
.main-header ul#menu-main-menu > li.header-contact-btn a:hover {
  color: var(--global-colors-text-white) !important;
}

/*Switcher -Header*/
.gtranslate-switcher .gtranslate_wrapper select {
  padding: 7px 10px;
  color: var(--global-menu-links);
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: 20px;
  border-radius: 0px 0px 4px 4px;
  background: var(--global-colors-text-white);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  border: 0px;
  width: 96px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/wp-content/uploads/2025/04/Chevron-Down.svg) no-repeat 70px 5px;
  background-size: 24px;
  cursor: pointer;
  outline: none !important;
  filter: brightness(0) saturate(100%) invert(25%) sepia(97%) saturate(1112%) hue-rotate(196deg) brightness(87%) contrast(109%);
}
@media (max-width: 992px) {
  .gtranslate-switcher .gtranslate_wrapper select {
    box-shadow: unset;
  }
}

.gtranslate-switcher .gtranslate_wrapper select option:first-child {
  display: none;
}

.footer-text-line p {
  font-weight: 550 !important;
  transition: var(--transition);
}
.footer-text-line:hover p {
  transform: translateY(2px);
}
.footer-text-line:hover img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(39%) saturate(1039%) hue-rotate(91deg) brightness(102%) contrast(90%);
}

.footer-hover-link {
  text-decoration: underline !important;
  text-decoration-color: #ffffff;
  text-underline-offset: 5px;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}

.footer-location-txt {
  font-weight: 467 !important;
}

.footer-social-logo:hover {
  filter: brightness(0) saturate(100%) invert(91%) sepia(3%) saturate(3462%) hue-rotate(193deg) brightness(102%) contrast(118%);
}

.reserved-text {
  color: var(--global-colors-heading-color-2);
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .reserved-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }
}

.footer:after {
  border-radius: 2049px;
  background: linear-gradient(to bottom, #A577FF 58%, #EDE4FF 196%);
  filter: blur(35.75px);
  position: absolute;
  content: "";
  width: 100%;
  height: 31px;
  bottom: -16px;
}

.footer .ct-section-inner-wrap {
  padding-bottom: 90px;
}
@media (max-width: 1400px) {
  .footer .ct-section-inner-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer .ct-section-inner-wrap {
    padding-bottom: 25px;
  }
}

footer .footer-hover-link {
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
footer .footer-main-div {
  background-color: #1b284a;
  padding: 40px 60px;
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  footer .footer-main-div {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer-main-div {
    border-radius: 20px;
    padding: 40px 30px;
  }
}
footer .footer-main-div .footer-first-div {
  text-align: left;
  flex-direction: row;
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: center;
}
footer .footer-main-div .footer-first-div .footer-logo-div {
  width: 70%;
  text-align: left;
  flex-direction: row;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  footer .footer-main-div .footer-first-div .footer-logo-div {
    width: 100%;
  }
}
footer .footer-main-div .footer-logo {
  width: 20%;
}
footer .footer-main-div .footer-logo-heading {
  width: 80%;
}
@media (max-width: 767px) {
  footer .footer-main-div .footer-logo-heading h5 {
    max-width: 287px;
  }
}
footer .footer-contact-div {
  width: 50%;
  text-align: left;
  align-items: flex-end !important;
}
@media (max-width: 767px) {
  footer .footer-contact-div {
    margin-top: 20px;
    align-items: center !important;
    width: 100%;
  }
}
footer .footer-text-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  width: 253px;
  padding: 18px 0 16px;
  border-top: 1px solid #f9fdff;
  border-bottom: 1px solid #f9fdff;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  footer .footer-text-line {
    max-width: 100%;
    width: 100% !important;
  }
}
footer .footer-text-line:before {
  position: absolute;
  background-color: #f9fdff;
  width: 0px;
  height: 1px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  left: 0px;
  top: -1px;
  content: "";
}
footer .footer-text-line:after {
  background-color: #f9fdff;
  width: 0px;
  height: 1px;
  position: absolute;
  left: 0px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  bottom: -1px;
  content: "";
}
footer .footer-text-line p {
  font-weight: 550 !important;
  transition: var(--transition);
  font-size: 20px;
  line-height: 26px;
  color: #f9fdff;
  margin-bottom: 0px;
}
footer .footer-text-line img {
  width: 31px;
  position: relative;
}
footer .footer-sec-div {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: clamp(20px, 16vw, 259px);
  text-align: left;
  width: 100%;
  margin: 60px 0;
}
footer .footer-sec-div .ct-div-block {
  gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-sec-div .ct-div-block {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-sec-div .ct-div-block:last-child {
    margin-bottom: 0px;
  }
}
footer .footer-sec-div .ct-div-block:last-child {
  width: 100%;
}
@media (max-width: 992px) {
  footer .footer-sec-div {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }
}
footer .footer-cookies-div {
  margin-top: 36px;
}
footer .footer-location-txt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22px;
  color: #f9fdff;
}
@media (max-width: 992px) {
  footer .footer-location-txt {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .footer-location-txt ~ .oxy-rich-text {
  font-size: 16px;
  line-height: 24px;
  color: #f9fdff;
}
@media (max-width: 992px) {
  footer .footer-location-txt ~ .oxy-rich-text {
    margin-bottom: 20px;
  }
}
footer .footer-third-div {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer-third-div .footer-phone-number {
  font-size: 16px;
  line-height: 24px;
  color: #f9fdff;
  margin-bottom: 5px;
  line-height: 22px;
}
footer .footer-third-div .footer-address-div {
  width: 33.33%;
  max-width: 180px;
}
@media (max-width: 767px) {
  footer .footer-third-div .footer-address-div {
    width: 100%;
    text-align: left;
    max-width: 225px;
  }
}
footer .footer-third-div .footer-candian-address-div {
  width: 33.33%;
  max-width: 223px;
}
@media (max-width: 767px) {
  footer .footer-third-div .footer-candian-address-div {
    max-width: 240px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
}
footer .footer-third-div .footer-mail-id-div {
  width: 33.33%;
  max-width: 218px;
}
@media (max-width: 767px) {
  footer .footer-third-div .footer-mail-id-div {
    width: 100%;
    max-width: 100%;
    text-align: left;
    align-items: center;
  }
}
footer .footer-third-div .footer-mail-id {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-color: transparent !important;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
footer .footer-third-div .footer-mail-id:hover {
  color: #0FDA73;
  text-decoration: underline !important;
  text-decoration-color: #0FDA73;
  text-underline-offset: 5px;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
footer .footer-social-icon {
  gap: 20px;
  text-align: left;
  flex-direction: row;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
@media (max-width: 767px) {
  footer .footer-social-icon {
    align-items: flex-end;
    justify-content: center;
  }
}
footer .footer-social-icon .footer-social-logo {
  width: 18px;
}
footer .footer-social-logo {
  width: 24px;
}
footer .tiktok-icon .footer-social-logo {
  width: 24px;
  bottom: -2px;
  position: relative;
  height: 24px;
}
footer .footer-logo img {
  width: 138px;
}

#footer .footer-contact-btn {
  padding: 17px 80px;
}
@media (max-width: 767px) {
  #footer .footer-contact-btn {
    font-size: 18px;
    line-height: normal;
    padding: 18px 85px;
  }
}

@media (max-width: 1260px) and (min-width: 994px) {
  .footer-sec-div {
    grid-column-gap: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 993px) {
  .footer-cookies-div {
    margin-top: 0px !important;
    display: flex !important;
    flex-wrap: wrap;
    max-width: 100%;
    text-align: end;
    gap: 10px !important;
  }
  .footer-cookies-div a {
    flex: 0 0 auto;
  }
  .footer-cookies-div a:first-child {
    width: 100%;
  }
  .footer-cookies-div a:nth-child(2),
  .footer-cookies-div a:nth-child(3) {
    width: auto;
    gap: 16px;
  }
}
.footer-pages > .ct-section-inner-wrap {
  width: 100%;
  max-width: 1020px;
}

html {
  scroll-behavior: smooth;
}

body {
  position: unset !important;
}

/* Homepage CSS */
.wpmm-force-bg {
  background-color: unset;
}

.hero-row {
  position: relative;
  width: 100%;
}
.hero-row:before {
  background-image: url(/wp-content/uploads/2025/03/hero-bg-Frame.png);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 250px;
  z-index: 0;
  background-position: 0% 71%;
  content: "";
}
.hero-row p {
  max-width: 674px;
  font-size: 24px;
  line-height: 34px;
}
.hero-row p:first-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-row p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-row .home-hero-section {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .hero-row .home-hero-section {
    padding-top: 0px;
  }
}
.hero-row .hp-hero-section {
  position: relative;
  text-align: left;
  gap: 60px;
  padding-top: 58px;
  padding-bottom: 66px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .hero-row .hp-hero-section {
    gap: 0px;
    padding-top: 42px;
    padding-bottom: 0px;
  }
}
.hero-row .hp-hero-section vime-file video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-row .hp-hero-section vime-player {
  border-radius: 40px;
  padding-bottom: 758px !important;
}
@media (max-width: 1400px) {
  .hero-row .hp-hero-section vime-player {
    padding-bottom: 100% !important;
  }
}
@media (max-width: 767px) {
  .hero-row .hp-hero-section vime-player {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .hero-row .hp-hero-section .home-cotent-block {
    margin-bottom: 60px;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-row .hp-hero-section .home-hero-section {
    padding-bottom: 60px;
  }
}

.latest-news-section .title-heading-div {
  width: 100%;
  margin-bottom: 37px;
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .latest-news-section .title-heading-div {
    margin-bottom: 30px;
  }
}
.latest-news-section .title-heading-div h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .latest-news-section .title-heading-div h2 {
    margin-bottom: 15px;
  }
}
.latest-news-section .title-heading-div p {
  margin-bottom: 0px;
}
.latest-news-section .dynamic-content-div {
  background-color: var(--global-colors-bg-neutral-grey);
  border-radius: 24px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.latest-news-section .dynamic-content-div .latest-news-div p span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .latest-news-section .dynamic-content-div .latest-news-div p span {
    margin-bottom: 30px;
  }
}
.latest-news-section .dynamic-content-div .latest-news-div .home-news-image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.latest-news-section .dynamic-content-div .latest-news-div .latest-content-div {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  width: 100%;
}
.latest-news-section .dynamic-content-div .latest-news-div .latest-content-div .home-news-heading {
  color: var(--global-colors-heading-color-1);
  margin-bottom: 0px;
  text-align: left;
}
.latest-news-section .dynamic-content-div .latest-news-div .latest-content-div .home-news-content {
  color: var(--global-colors-paragraph);
  text-align: left;
}

.latest-news-section .carousel-bottom-arrow {
  margin-top: 46px;
}
.latest-news-section .flickity-page-dots .dot {
  background: var(--global-colors-bg-dark-blue-40);
  opacity: 1;
  margin-left: 12px;
  margin-right: 12px;
}
.latest-news-section .flickity-page-dots .dot.is-selected {
  background-color: var(--global-colors-bg-dark-blue-80);
}
.latest-news-section .oxy-carousel-builder_icon {
  background-color: var(--global-colors-purple-60);
}
.latest-news-section .oxy-carousel-builder_icon:hover {
  background-color: var(--global-colors-purple-100);
}
.latest-news-section .oxy-carousel-builder_icon:hover svg {
  fill: var(--global-colors-text-white);
}
.latest-news-section .oxy-carousel-builder_icon.oxy-carousel-builder_prev:hover, .latest-news-section .oxy-carousel-builder_icon.oxy-carousel-builder_next:hover {
  transform: scale(1.1);
  top: 98% !important;
}
.latest-news-section .oxy-carousel-builder_icon.oxy-carousel-builder_next svg {
  transform: rotate(180deg);
}

/* Counter Section */
.home-counter-section > .ct-section-inner-wrap {
  padding-top: 114px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .home-counter-section > .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .home-counter-section > .ct-section-inner-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.home-counter-section .home-counter-div {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}
.home-counter-section .home-counter-div .oxy-counter {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-counter-section .home-counter-div .oxy-counter {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-counter-section .home-counter-div .oxy-counter {
    font-size: 38px;
    line-height: 48px;
  }
}
.home-counter-section .home-counter-div .ct-text-block {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-counter-section .home-counter-div .ct-text-block {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .home-counter-section .home-counter-div {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 30px 15px;
    display: grid;
  }
}
@media (max-width: 767px) {
  .home-counter-section .home-counter-div {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 0px 9px;
    display: grid;
  }
}

@media (max-width: 992px) {
  .successful-trials-sec .ct-section-inner-wrap {
    padding: 0px !important;
  }
}
.successful-trials-sec .layout-split {
  gap: 75px;
}
@media (max-width: 1400px) {
  .successful-trials-sec .layout-split {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .successful-trials-sec .layout-split {
    gap: 130px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .successful-trials-sec .layout-split {
    gap: 0px;
  }
}
.successful-trials-sec .layout-split .successful-left-col {
  position: relative;
  z-index: 1;
  background-color: var(--global-colors-bg-dark-blue-100);
  width: 50%;
  padding: 58px 25px 55px 0px;
}
.successful-trials-sec .layout-split .successful-left-col .dual-button-div {
  flex-direction: row;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .successful-trials-sec .layout-split .successful-left-col .dual-button-div {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .successful-trials-sec .layout-split .successful-left-col {
    width: 100%;
    padding: 34px 15px 26px 15px;
  }
}
.successful-trials-sec .layout-split .successful-left-col p {
  margin-bottom: 40px;
  max-width: 600px;
}
.successful-trials-sec .layout-split .successful-left-col:before {
  background-color: var(--global-colors-bg-dark-blue-100);
  width: 9999px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
  z-index: -1;
  content: "";
}
.successful-trials-sec .layout-split .successful-left-col:after {
  background-image: url("/wp-content/uploads/2025/04/Dott-Pattern-Background-About-us.png");
  background-size: auto auto;
  position: absolute;
  top: 0;
  right: -58px;
  background-repeat: repeat;
  width: 58px;
  height: 100%;
  content: "";
}

.home-map-section {
  position: relative;
  width: 55%;
}
@media (max-width: 992px) {
  .home-map-section {
    width: 100%;
    align-items: center;
  }
  .home-map-section:before {
    background-image: url(/wp-content/uploads/2025/04/hero-doted-image.png);
    background-size: auto;
    left: 0px;
    width: 100%;
    position: absolute;
    top: -158px;
    background-repeat: repeat;
    max-width: 100%;
    content: "";
    height: 114px;
  }
}
@media (max-width: 767px) {
  .home-map-section {
    padding: 0px 15px;
    margin-top: 80px;
  }
  .home-map-section:before {
    background-image: url("/wp-content/uploads/2025/04/about-dot-mob-img.png");
    background-size: 375px 41px;
    width: 100%;
    max-width: 100%;
    height: 41px;
    top: -78px;
    background-repeat: repeat;
    left: 0px;
    content: "";
    position: absolute;
  }
}
.home-map-section img {
  width: 685px;
  border-radius: 28px;
}

.layout-split {
  flex-direction: row;
  display: flex;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 767px) {
  .layout-split {
    flex-direction: column;
  }
}

.half-width {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .half-width {
    width: 100%;
  }
}

.human-centered-section {
  position: relative;
}
.human-centered-section .ct-section-inner-wrap {
  padding-top: 210px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .human-centered-section .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .human-centered-section .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.human-centered-section .layout-split {
  gap: 85px;
}
@media (max-width: 992px) {
  .human-centered-section .layout-split {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .human-centered-section .layout-split {
    gap: 0px;
  }
}
.human-centered-section .layout-split .ct-div-block {
  width: 50%;
}
@media (max-width: 767px) {
  .human-centered-section .layout-split .ct-div-block {
    width: 100%;
  }
}
.human-centered-section .layout-split .ct-div-block img {
  width: 684px;
  border-radius: 28px;
}
.human-centered-section .layout-split .human-content {
  max-width: 630px;
  display: block;
}
@media (max-width: 767px) {
  .human-centered-section .layout-split .human-content {
    margin-top: 20px;
  }
}

.join-centricity-sec .ct-section-inner-wrap {
  padding: 180px 0px 121px 0px;
}
@media (max-width: 992px) {
  .join-centricity-sec .ct-section-inner-wrap {
    padding: 60px 0px 60px 0px !important;
  }
}
@media (max-width: 767px) {
  .join-centricity-sec .ct-section-inner-wrap {
    padding: 120px 0px 60px 0px !important;
  }
}

@media (max-width: 1140px) and (min-width: 992px) {
  .join-centricity-sec .ct-section-inner-wrap {
    padding: 0px 0px 60px 0px;
  }
}
.join-centricity-div {
  background-color: var(--global-colors-bg-light-blue-10);
  border-radius: 20px;
  padding: 46px 20px 50px 58px;
  display: flex;
  flex-direction: row;
  gap: 67px;
  position: relative;
}
@media (max-width: 992px) {
  .join-centricity-div {
    padding: 40px 20px 40px 30px;
  }
}
@media (max-width: 767px) {
  .join-centricity-div {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 44px;
    flex-direction: column-reverse;
    gap: 0px;
    border-radius: 0px;
    padding-right: 0px;
  }
}
.join-centricity-div .left-col {
  width: 55%;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .join-centricity-div .left-col {
    width: 100%;
    margin-top: 35px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.join-centricity-div .left-col .secondary-btn--lg {
  margin-top: 25px;
}
.join-centricity-div .join-centricity-image {
  background-image: url("/wp-content/uploads/2025/03/bg-frame-scientist.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 17px 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  align-items: center;
}
@media (max-width: 767px) {
  .join-centricity-div .join-centricity-image {
    position: relative;
    background-color: var(--global-colors-bg-light-blue-20);
    align-items: center;
    height: 286px;
    width: 100%;
    background-position: 60% 80%;
    background-size: contain;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .join-centricity-div .join-centricity-image {
    background-size: 90% 227px;
  }
}
.join-centricity-div .join-centricity-image img {
  width: 563px;
}
@media (max-width: 767px) {
  .join-centricity-div .join-centricity-image img {
    position: relative;
    top: 15px;
    margin-bottom: 0;
    width: 340px;
    height: 270px;
  }
}

.home-more-news-button {
  display: none;
}
@media (max-width: 767px) {
  .home-more-news-button {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 62px;
  }
}

.carousel-arrow .flickity-page-dots {
  padding-top: 20px;
  bottom: -30px;
}
@media (min-width: 993px) {
  .carousel-arrow .flickity-page-dots {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .carousel-arrow .flickity-page-dots {
    visibility: hidden;
    padding-top: 10px;
  }
}

.carousel-arrow .oxy-carousel-builder_icon {
  font-size: 11px;
}
@media (min-width: 993px) {
  .carousel-arrow .oxy-carousel-builder_icon {
    visibility: hidden;
  }
}

.oxy-carousel-builder_icon svg {
  fill: var(--global-colors-heading-color-2);
  width: 26px;
  height: 26px;
}

.latest-news-section .dynamic-content-div {
  position: relative;
}
.latest-news-section .dynamic-content-div:after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2025/04/Button-arrow.svg");
  width: 43px;
  height: 27px;
  left: 24px;
  bottom: 24px;
}

.transform-origin-left:before {
  transform-origin: left;
}

.transform-origin-right:after {
  transform-origin: right;
}

.our-customer-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .our-customer-section h2 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.our-customer-section:before {
  background-image: url("/wp-content/uploads/2025/05/world-background-left.png");
  background-size: 552px 947px;
  position: absolute;
  top: 30px;
  left: 0px;
  background-repeat: no-repeat;
  width: 488px;
  height: 947px;
  z-index: -1;
  content: "";
}
.our-customer-section:after {
  background-image: url("/wp-content/uploads/2025/04/Genetic-Illustration-Background-Right.png");
  background-size: 585px 621px;
  background-repeat: no-repeat;
  width: 585px;
  height: 621px;
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: -1;
  content: "";
}
@media (max-width: 767px) {
  .our-customer-section:before {
    left: -200px;
    top: -100px;
  }
  .our-customer-section:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .our-customer-section:before {
    left: -200px;
    top: -56px;
  }
}

.testimonial-section::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/04/Eva.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 100px;
  left: 120px;
  border-radius: 102px;
}
.testimonial-section .testimonial-left-col::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/04/Sam.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
  right: 20px;
  border-radius: 102px;
}
@media (max-width: 992px) {
  .testimonial-section .testimonial-left-col::after {
    top: 50%;
  }
}
.testimonial-section .testimonial-left-col .sec-testimonial {
  padding-left: 120px;
  padding-top: 93px;
}
@media (max-width: 1400px) {
  .testimonial-section .testimonial-left-col .sec-testimonial {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .testimonial-section .testimonial-left-col .sec-testimonial {
    padding-left: 20px;
  }
}
.testimonial-section .testimonial-right-col::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/04/Max.png");
  background-size: 62px 62px;
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: -35px;
  left: 0;
  border-radius: 102px;
}
.testimonial-section .testimonial-right-col .forth-testimonial {
  padding-top: 84px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .testimonial-section .testimonial-right-col .forth-testimonial {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .testimonial-section .testimonial-right-col .forth-testimonial {
    padding-left: 20px;
  }
}
.testimonial-section .testimonial-right-col .third-testimonial {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .testimonial-section {
    padding-top: 95px;
    padding-bottom: 185px;
    width: 100%;
    gap: 20px;
    position: relative;
    flex-direction: row;
  }
  .testimonial-section .oxy-testimonial-content-wrap {
    border-radius: 16px;
    background: var(--global-colors-text-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 14px 20px;
  }
  .testimonial-section .oxy-testimonial-content-wrap .oxy-testimonial-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--global-colors-paragraph);
  }
  .testimonial-section .oxy-testimonial img {
    position: relative;
    top: -55px;
    width: 102px;
    height: 102px;
    margin-right: 17px;
    border-radius: 102px;
  }
  .testimonial-section .oxy-testimonial-author-info {
    font-weight: 467;
  }
  .testimonial-section .oxy-testimonial-author {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    color: var(--global-colors-paragraph);
    font-weight: 645;
  }
  .first-testimonial .oxy-testimonial-content-wrap {
    max-width: 436px;
  }
  .sec-testimonial .oxy-testimonial-content-wrap {
    max-width: 297px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .sec-testimonial .oxy-testimonial-content-wrap {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .third-testimonial .oxy-testimonial-content-wrap {
    max-width: 436px;
  }
  .forth-testimonial .oxy-testimonial-content-wrap {
    max-width: 501px;
  }
}
@media (max-width: 768px) {
  .mob-slider-content-div {
    border-radius: 16px;
    background: var(--global-colors-bg-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    max-width: 347px;
    padding: 14px 20px;
    text-align: left;
    margin-top: 16px;
  }
  .mob-slider-content-div .mob-slider-author-text {
    color: var(--global-colors-paragraph);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .mob-slider-content-div .mob-slider-author-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .mob-slider-content-div .mob-slider-author-info {
    color: var(--global-colors-paragraph);
    font-size: 14px;
    font-weight: 645 !important;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .mob-slider-content-div .mob-slider-author-position {
    color: var(--global-colors-paragraph);
    font-size: 14px;
    font-weight: 467 !important;
    line-height: 18px;
    margin: 0px;
  }
  .mob-slider-div {
    align-items: center;
  }
  .mobile-slider nav.unslider-nav li {
    width: 11px;
    height: 11px;
    border: 0px;
    box-shadow: none;
    background-color: var(--global-colors-bg-dark-blue-40);
  }
  .mobile-slider nav.unslider-nav li.unslider-active {
    background-color: var(--global-colors-bg-dark-blue-80) !important;
  }
  .mobile-slider .unslider {
    position: relative;
    overflow: visible;
    padding: 0px;
  }
  .mobile-slider .unslider .unslider-carousel li {
    padding: 13px;
  }
}
.latest-news-section .dynamic-content-div {
  transition: 0.3s ease-in-out;
}
.latest-news-section .dynamic-content-div:hover {
  background-color: var(--global-colors-bg-purple-10);
  border-radius: 24px;
  transition: 0.3s ease-in-out;
}

.global-hero-section {
  position: relative;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.global-hero-section .ct-section-inner-wrap {
  padding-top: 346px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .global-hero-section .ct-section-inner-wrap {
    padding-bottom: 30px;
    padding-top: 246px;
  }
}
.global-hero-section .ct-section-inner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: 0vh;
  width: 100vw;
  height: 100%;
  background: var(--global-colors-text-black);
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
  transform: translateX(-50%);
}
.global-hero-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: var(--global-colors-purple-100);
  mix-blend-mode: overlay;
}
.global-hero-section:after {
  background-image: url(/wp-content/uploads/2025/05/bottom-pattern.svg), linear-gradient(180deg, rgba(27, 40, 74, 0) 19.43%, var(--global-colors-purple-100) 53.03%);
  position: absolute;
  width: 100%;
  height: 204px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-size: initial;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .global-hero-section:after {
    height: 150px;
    background-image: url(/wp-content/uploads/2025/05/bottom-pattern.svg), linear-gradient(180deg, rgba(27, 40, 74, 0) 9.43%, var(--global-colors-purple-100) 55.03%);
  }
}
.global-hero-section p {
  color: var(--global-colors-text-white);
  max-width: 804px;
}
.global-hero-section h1 {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .global-hero-section {
    background-size: cover;
  }
}

.hero-study-detail {
  background-position: top left;
}
@media (max-width: 767px) {
  .hero-study-detail {
    background-size: cover;
    background-position: center;
  }
}

.hero-section-spacing .ct-section-inner-wrap {
  padding-top: 211px;
}
@media (max-width: 767px) {
  .hero-section-spacing .ct-section-inner-wrap {
    padding-top: 180px;
  }
}
.hero-section-spacing .ct-section-inner-wrap .ct-text-block {
  max-width: 804px;
}

.our-mission-section .ct-section-inner-wrap {
  padding-top: var(--rem-625-rem);
  padding-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .our-mission-section .ct-section-inner-wrap {
    padding-top: var(--rem-375-rem);
    padding-bottom: var(--rem-375-rem);
  }
}
.our-mission-section .divider-line {
  width: 100%;
  border-bottom: 1px solid #d1d4db;
  margin-bottom: 10px;
}
.our-mission-section .image-content-wrapper {
  width: 100%;
}
.our-mission-section .image-content-wrapper:not(.ct-section) {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1400px) {
  .our-mission-section .image-content-wrapper:not(.ct-section) {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .our-mission-section .image-content-wrapper:not(.ct-section) {
    display: flex;
    flex-direction: column;
  }
}
.our-mission-section .image-content-wrapper_image-div {
  width: 50%;
  max-width: 685px;
}
.our-mission-section .image-content-wrapper_image-div > img {
  width: 685px;
}
@media (max-width: 1400px) {
  .our-mission-section .image-content-wrapper_image-div {
    width: 45%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .our-mission-section .image-content-wrapper_image-div {
    width: 100%;
    margin-top: 0px;
  }
}
.our-mission-section .image-content-wrapper_content-div {
  width: 50%;
  max-width: 683px;
}
@media (max-width: 1400px) {
  .our-mission-section .image-content-wrapper_content-div {
    width: 55%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .our-mission-section .image-content-wrapper_content-div {
    width: 100%;
  }
}

.Join-team-div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 79px;
  width: 100%;
  background-color: var(--global-colors-bg-light-blue-10);
  border-radius: 28px;
  padding: 48px 44px 0px 39px;
  position: relative;
  margin-top: 158px;
}
@media (max-width: 992px) {
  .Join-team-div {
    padding: 30px 30px 0px 30px;
  }
}
@media (max-width: 1400px) {
  .Join-team-div {
    align-items: flex-start;
    margin-top: 80px;
    gap: 45px;
  }
}
@media only screen and (max-width: 1240px) {
  .Join-team-div {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .Join-team-div {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 20px 20px 0px 20px;
  }
}
.Join-team-div .content-area-div {
  position: relative;
  width: 60%;
  max-width: 757px;
  padding-bottom: 163px;
}
.Join-team-div .content-area-div:after {
  background-image: url(/wp-content/uploads/2025/05/join-team-effect.svg);
  background-size: contain;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  width: 446px;
  height: 146px;
  right: -44px;
  background-position: 0% 100%;
  content: "";
}
@media (max-width: 992px) {
  .Join-team-div .content-area-div:after {
    bottom: -15px;
    right: -60px;
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .Join-team-div .content-area-div:after {
    transform: scale(0.5);
    bottom: -36px;
  }
}
@media (max-width: 1400px) {
  .Join-team-div .content-area-div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Join-team-div .content-area-div {
    width: 100%;
    padding-bottom: 90px;
  }
}
.Join-team-div .image-div {
  width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  .Join-team-div .image-div {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
}
.Join-team-div .image-div img {
  width: 482px;
  border-radius: 28px;
}

@media (min-width: 993px) {
  .leadership-section .ct-section-inner-wrap {
    align-items: center;
  }
}
.therapeutic-content-area {
  gap: 40px;
}
@media (max-width: 767px) {
  .therapeutic-content-area {
    gap: 0px;
  }
}
.therapeutic-content-area > .ct-div-block {
  width: 100%;
}
@media (max-width: 767px) {
  .therapeutic-content-area > .ct-div-block {
    width: 100%;
    max-width: 100%;
  }
}
.therapeutic-content-area p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .therapeutic-content-area > .ct-div-block:not(:last-child) {
    margin-bottom: 15px;
  }
}

.three-col-div h3 {
  color: var(--global-colors-purple-100);
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: left;
}
@media (max-width: 767px) {
  .three-col-div h3 {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.three-col-div h3:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/04/diabetes-arrow.svg);
  width: 31px;
  height: 18px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-size: 36px 20px;
  transition: 0.3s ease-in-out;
  margin-left: 25px;
  bottom: 0;
}
@media (max-width: 767px) {
  .three-col-div h3:after {
    bottom: -2px;
  }
}
.three-col-div h3:hover:after {
  background-size: 46px 20px;
  transition: 0.3s ease-in-out;
}

.bullet-list-section ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
@media (max-width: 767px) {
  .bullet-list-section ul {
    padding-inline-start: 20px;
  }
}

.bullet-point-div {
  gap: 157px;
}
@media (max-width: 992px) {
  .bullet-point-div {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .bullet-point-div {
    gap: 0px;
  }
}

.bullet-list-section li {
  color: var(--global-colors-paragraph);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .bullet-list-section li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.bullet-list-section li::marker {
  font-size: 0 !important;
}
.bullet-list-section li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .bullet-list-section li:before {
    top: -5px;
  }
}
.bullet-list-section li a {
  color: var(--global-paragraph-links);
  transition: all 0.3s ease-in-out;
}
.bullet-list-section li a:hover {
  color: var(--global-colors-bg-blue-darkest);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.therapeutic-sec .ct-section-inner-wrap {
  padding-bottom: 188px;
}
@media (max-width: 767px) {
  .therapeutic-sec .ct-section-inner-wrap {
    padding-bottom: 60px;
  }
}

.therapeutic-area-inner-area h2 {
  text-transform: capitalize;
}

.therapeutic-area-form-section {
  padding: 43px 40px 60px 40px;
  border-radius: 28px;
  background: var(--global-colors-bg-light-blue-10);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .therapeutic-area-form-section {
    padding: 43px 30px 60px 30px;
  }
}
@media (max-width: 992px) {
  .therapeutic-area-form-section {
    padding: 25px 17px 45px 17px;
  }
}
@media (max-width: 767px) {
  .therapeutic-area-form-section {
    padding: 25px 15px 45px 15px;
  }
}
.therapeutic-area-form-section input[type=submit] {
  padding: 11px 72.5px !important;
}
.therapeutic-area-form-section .gform-footer.top_label {
  justify-content: end;
}
@media (max-width: 480px) {
  .therapeutic-area-form-section .gform-footer.top_label {
    justify-content: center;
  }
}
.therapeutic-area-form-section:before, .therapeutic-area-form-section:after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(/wp-content/uploads/2025/04/dot-image-contact.png);
  top: 0;
  height: 60px;
  left: 0;
}
.therapeutic-area-form-section:after {
  bottom: -25px;
  top: auto;
}

.three-col-div {
  grid-template-columns: repeat(3, minmax(231px, auto));
  grid-column-gap: 232px;
  grid-row-gap: 40px;
  display: grid;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .three-col-div {
    grid-column-gap: 175px;
  }
}
@media (max-width: 1400px) {
  .three-col-div {
    grid-column-gap: 55px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .three-col-div {
    grid-template-columns: repeat(2, minmax(auto, auto));
  }
}
@media (max-width: 767px) {
  .three-col-div {
    display: block;
  }
}
.three-col-div .heading-with-arrow {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .three-col-div .heading-with-arrow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .three-col-div .heading-with-arrow:last-child {
    margin-bottom: 0;
  }
}

.heading-with-arrow .word-length {
  width: 400px;
}
@media (max-width: 992px) {
  .heading-with-arrow .word-length {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .heading-with-arrow .word-length {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .heading-with-arrow .word-length {
    width: 320px;
  }
}

@media (max-width: 1280px) {
  .cardiology {
    grid-template-columns: repeat(2, minmax(auto, auto)) !important;
  }
}
.two-col-div {
  grid-template-columns: repeat(2, minmax(auto, auto));
}

.one-col-div {
  grid-template-columns: repeat(1, minmax(auto, auto));
}
@media (max-width: 767px) {
  .one-col-div .heading-with-arrow {
    width: 90%;
  }
}

/*Find Study Page*/
.benefit-div {
  background: var(--global-colors-bg-light-blue-10);
  gap: 60px;
  border-radius: 12px;
  align-self: stretch;
  align-items: stretch;
  overflow: hidden;
}
.benefit-div:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .benefit-div {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .benefit-div {
    gap: 0px;
  }
}
.benefit-div p {
  max-width: 470px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .benefit-div p {
    max-width: 100%;
  }
}

.benifit-image-div {
  width: 27%;
  max-width: 358px;
  background: no-repeat center/cover;
  border-radius: 12px 247px 247px 12px;
}
@media (max-width: 1400px) {
  .benifit-image-div {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .benifit-image-div {
    width: 100%;
    height: 200px;
    max-width: 100%;
    border-radius: 12px 12px 0px 0px;
    background-size: cover;
  }
}

.benefit-content-block {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 40px;
  width: 73%;
  padding: 65px 84px 65px 0;
}
@media (max-width: 1400px) {
  .benefit-content-block {
    padding: 40px 40px 30px 0px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .benefit-content-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 767px) {
  .benefit-content-block {
    gap: 10px;
    padding: 15px;
    width: 100%;
  }
}
.benefit-content-block .benefit-heading-block {
  width: 46%;
}
@media (max-width: 992px) {
  .benefit-content-block .benefit-heading-block {
    width: 100%;
  }
}
.benefit-content-block .benefit-text-block {
  width: 54%;
}
@media (max-width: 992px) {
  .benefit-content-block .benefit-text-block {
    width: 100%;
  }
}

.health-volunteers {
  cursor: pointer;
  width: 100%;
  background-color: var(--global-colors-bg-purple-10);
  border-radius: 12px;
  padding: 18px 70px 18px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  gap: 30px;
}
.health-volunteers:hover {
  background-color: var(--global-colors-bg-purple-40);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.health-volunteers p {
  color: var(--global-colors-darkest-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 48px;
  position: relative;
  margin-bottom: 0px;
}
.health-volunteers p:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/04/health-volunteers-aarow.svg);
  width: 34px;
  height: 16px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .health-volunteers {
    padding: 15px;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.ready-to-match-sec {
  width: 100%;
  text-align: left;
  flex-direction: row;
  display: flex;
  gap: 80px;
}
@media (max-width: 1400px) {
  .ready-to-match-sec {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .ready-to-match-sec {
    flex-direction: column-reverse;
  }
}
.ready-to-match-sec .ready-match-content {
  width: 64%;
  max-width: 838px;
}
@media (max-width: 1400px) {
  .ready-to-match-sec .ready-match-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .ready-to-match-sec .ready-match-content {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .ready-to-match-sec .ready-match-content {
    width: 100%;
  }
}
.ready-to-match-sec .ready-match-img {
  width: 36%;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .ready-to-match-sec .ready-match-img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .ready-to-match-sec .ready-match-img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .ready-to-match-sec .ready-match-img {
    width: 100%;
    align-items: flex-start;
  }
}
.ready-to-match-sec .ready-match-img img {
  width: 483px;
  border-radius: 28px;
}

.health-screening-sec > .ct-section-inner-wrap {
  position: relative;
  border-radius: 28px;
}
.health-screening-sec > .ct-section-inner-wrap > .ct-div-block {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  border-radius: 28px;
}
@media (max-width: 992px) {
  .health-screening-sec > .ct-section-inner-wrap > .ct-div-block {
    padding: 40px 15px;
  }
}
.health-screening-sec > .ct-section-inner-wrap > .ct-div-block:after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  content: "";
  background-image: url(/wp-content/uploads/2025/05/bottom-pattern.svg), linear-gradient(175deg, rgba(27, 40, 74, 0) -25.57%, #5404f1 176.03%), linear-gradient(178deg, rgba(27, 40, 74, 0) 1.43%, #1B284A 98.7%);
  background-position: bottom;
  background-repeat: repeat-x;
  border-radius: 28px;
}
.health-screening-sec > .ct-section-inner-wrap > .ct-div-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(var(--global-colors-bg-purple-100), var(--global-colors-bg-purple-100));
  mix-blend-mode: overlay;
  border-radius: 28px;
}
.health-screening-sec h2,
.health-screening-sec a,
.health-screening-sec p {
  z-index: 1;
  max-width: 911px;
  text-align: center;
}
.health-screening-sec p {
  max-width: 605px;
}

.commitment-banner {
  position: relative;
}
.commitment-banner:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/04/committed-circle-pattern.svg);
  width: 420px;
  height: 409px;
  top: 14px;
  left: 0;
}
@media (max-width: 767px) {
  .commitment-banner:after {
    width: 100%;
  }
}

.committed-div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 113px;
  width: 100%;
  background-color: var(--global-colors-bg-light-blue-10);
  border-radius: 28px;
  padding: 75px 39px 0 49px;
  position: relative;
  margin-top: 158px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .committed-div {
    padding: 45px 25px 0px 25px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .committed-div {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
    padding: 20px;
    margin-top: 0px;
  }
}
.committed-div .content-area-div {
  max-width: 718px;
  width: 60%;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  .committed-div .content-area-div {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .committed-div .content-area-div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .committed-div .content-area-div {
    width: 100%;
    margin-bottom: 0px;
  }
}
.committed-div .content-area-div p {
  max-width: 633px;
}
.committed-div .image-div {
  width: 40%;
  position: relative;
}
@media (max-width: 992px) {
  .committed-div .image-div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .committed-div .image-div {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
    position: relative;
  }
}
.committed-div .image-div img {
  position: absolute;
  bottom: 0;
  width: 482px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
@media (max-width: 767px) {
  .committed-div .image-div img {
    position: relative;
  }
}

/*Step Section*/
.steps-section .ct-section-inner-wrap {
  padding-top: var(--rem-444-rem);
}
@media (max-width: 767px) {
  .steps-section .ct-section-inner-wrap {
    padding-top: var(--rem-375-rem);
  }
}
.steps-section .ct-div-block {
  width: 100%;
}
.steps-section .step-item {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--global-colors-bg-dark-blue-80);
}
@media (max-width: 992px) {
  .steps-section .step-item {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .steps-section .step-item {
    gap: 15px;
    padding-bottom: 5px;
  }
}
.steps-section .step-item h2 {
  width: 40%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 1200px) {
  .steps-section .step-item h2 {
    max-width: 123px;
  }
}
@media (max-width: 992px) {
  .steps-section .step-item h2 {
    max-width: 100px;
  }
}
.steps-section .step-item h3 {
  width: 60%;
  max-width: 370px;
}
.steps-section .step-description {
  display: flex;
  align-items: end;
}
.steps-section .step-description p {
  max-width: 679px;
  margin-bottom: 0px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .steps-section .step-description p {
    max-width: 100%;
  }
}

.testimonial-study-sec {
  background: var(--global-colors-darkest-blue);
}

.therapeutic-dynamic-section .searching-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 29px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .therapeutic-dynamic-section .searching-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.therapeutic-dynamic-section .searching-div .ct-text-block {
  color: var(--global-colors-heading-color-2);
}
.therapeutic-dynamic-section .searching-div input.facetwp-search {
  min-width: 327px;
}
.therapeutic-dynamic-section .facetwp-type-search {
  margin-bottom: 0px;
}
.therapeutic-dynamic-section .facetwp-type-search .facetwp-icon {
  left: 0;
  right: unset;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.therapeutic-dynamic-section .facetwp-type-search .facetwp-icon.is-loading {
  opacity: 0;
}
.therapeutic-dynamic-section .facetwp-type-search .facetwp-icon:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2025/05/search-icon.svg) no-repeat;
  top: 0;
  left: 10px;
  background-size: 24px 24px;
}
.therapeutic-dynamic-section .facetwp-type-search .facetwp-icon.f-loading:before {
  animation: none;
}
.therapeutic-dynamic-section .facetwp-type-search input.facetwp-search {
  padding: 10px;
  padding-left: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--global-border-colors-1);
  font-family: var(--font-variables-font-family-primary);
}
.therapeutic-dynamic-section .facetwp-facet.is-loading {
  opacity: 1;
  pointer-events: visible;
}
.therapeutic-dynamic-section .therapeutic_areas {
  width: 100%;
  display: flex;
}
.therapeutic-dynamic-section .therapeutic_areas .facetwp-template {
  width: 100%;
}
.therapeutic-dynamic-section .therapeutic_areas .learn-more-cta {
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 645;
  color: var(--global-colors-darkest-blue);
  position: relative;
}
.therapeutic-dynamic-section .therapeutic_areas .learn-more-cta:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 34px;
  height: 16px;
  background: url(/wp-content/uploads/2025/05/Arrow-blue.svg) no-repeat;
  top: 4px;
  right: -40px;
  background-size: cover;
  mix-blend-mode: darken;
}
.therapeutic-dynamic-section .counting-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .therapeutic-dynamic-section .counting-div {
    align-items: center;
    margin-top: 13.1px;
  }
}
.therapeutic-dynamic-section .counting-div .facetwp-counts {
  font-size: 24px;
  line-height: normal;
  color: var(--global-colors-heading-color-1);
}
@media (max-width: 767px) {
  .therapeutic-dynamic-section .counting-div .facetwp-counts {
    font-size: 20px;
  }
}
.therapeutic-dynamic-section .counting-div .facetwp-facet {
  margin-bottom: 0px;
}

/*Find Study Page End*/
/*Industry  Page Start*/
.industry-counter {
  width: 100%;
  gap: 0px;
  display: grid;
  align-items: stretch;
  padding-top: 18px;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.industry-counter p {
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.industry-counter .ct-div-block {
  align-items: center;
  position: relative;
  transition: 0.5s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
}
.industry-counter .coutner-heading {
  z-index: 2;
  transition: 0.5s ease-in-out;
  text-align: center;
}
.industry-counter .first-counter,
.industry-counter .sec-counter,
.industry-counter .third-counter,
.industry-counter .fourth-counter {
  position: relative;
}
.industry-counter .first-counter:hover .coutner-heading,
.industry-counter .sec-counter:hover .coutner-heading,
.industry-counter .third-counter:hover .coutner-heading,
.industry-counter .fourth-counter:hover .coutner-heading {
  position: relative;
  top: 5px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .industry-counter .first-counter:hover .coutner-heading,
  .industry-counter .sec-counter:hover .coutner-heading,
  .industry-counter .third-counter:hover .coutner-heading,
  .industry-counter .fourth-counter:hover .coutner-heading {
    top: 0px;
  }
}
.industry-counter .first-counter:hover p,
.industry-counter .sec-counter:hover p,
.industry-counter .third-counter:hover p,
.industry-counter .fourth-counter:hover p {
  position: relative;
  top: -5px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .industry-counter .first-counter:hover p,
  .industry-counter .sec-counter:hover p,
  .industry-counter .third-counter:hover p,
  .industry-counter .fourth-counter:hover p {
    top: 0px;
  }
}
.industry-counter .first-counter:hover:before,
.industry-counter .sec-counter:hover:before,
.industry-counter .third-counter:hover:before,
.industry-counter .fourth-counter:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .industry-counter .first-counter:hover:before,
  .industry-counter .sec-counter:hover:before,
  .industry-counter .third-counter:hover:before,
  .industry-counter .fourth-counter:hover:before {
    opacity: 0;
  }
}
.industry-counter .first-counter:before,
.industry-counter .sec-counter:before,
.industry-counter .third-counter:before,
.industry-counter .fourth-counter:before {
  position: absolute;
  content: "";
  width: 216px;
  height: 236px;
  z-index: 1;
  transition: 0.5s ease-in-out;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.industry-counter .first-counter:before {
  background-image: url("/wp-content/uploads/2025/04/counter-worldwide-img.png");
  left: -30px;
  top: -50px;
  transform: rotate(353deg);
}
@media screen and (max-width: 1440px) {
  .industry-counter .first-counter:before {
    transform: scale(0.6) rotate(353deg);
    top: -110px;
  }
}
@media (max-width: 992px) {
  .industry-counter .first-counter:before {
    top: -140px;
  }
}
.industry-counter .sec-counter:before {
  background-image: url("/wp-content/uploads/2025/04/counter-sites-across.png");
  right: -100px;
  top: -72px;
  transform: rotate(7deg);
}
@media screen and (max-width: 1440px) {
  .industry-counter .sec-counter:before {
    transform: scale(0.5) rotate(7deg);
    right: -60px;
    top: -100px;
  }
}
@media (max-width: 992px) {
  .industry-counter .sec-counter:before {
    top: -130px;
  }
}
.industry-counter .third-counter:before {
  background-image: url("/wp-content/uploads/2025/04/counter-minority-groups.png");
  left: -40px;
  top: -41px;
  transform: rotate(354deg);
}
@media screen and (max-width: 1440px) {
  .industry-counter .third-counter:before {
    transform: scale(0.5) rotate(354deg);
    left: -36px;
    top: 175px;
  }
}
@media screen and (max-width: 992px) {
  .industry-counter .third-counter:before {
    top: 145px;
  }
}
.industry-counter .fourth-counter:before {
  background-image: url("/wp-content/uploads/2025/04/counter-participants.png");
  right: -140px;
  top: -35px;
  transform: rotate(5deg);
}
@media screen and (max-width: 1440px) {
  .industry-counter .fourth-counter:before {
    transform: scale(0.5) rotate(5deg);
    right: -45px;
    top: 130px;
  }
}
.industry-counter .sec-counter::after,
.industry-counter .third-counter::after {
  position: absolute;
  content: "";
  height: 100%;
  background: #6E97D4;
  width: 2px;
  top: 0;
  right: 0px;
}
.industry-counter .first-counter::after,
.industry-counter .fourth-counter::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  right: 0px;
  background: #6E97D4;
  top: 0;
}
.industry-counter .sec-counter::after {
  left: 0px;
  height: 96%;
}
@media (max-width: 767px) {
  .industry-counter .sec-counter::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.industry-counter .first-counter::after {
  top: auto;
  bottom: 0;
  width: 98%;
  right: 12px;
}
.industry-counter .third-counter::after {
  right: -2px;
  height: 97%;
  top: 10px;
}
@media (max-width: 767px) {
  .industry-counter .third-counter::after {
    width: 0%;
  }
}
.industry-counter .fourth-counter::after {
  width: 98%;
  top: -2px;
  left: 12px;
}
@media (max-width: 767px) {
  .industry-counter .fourth-counter::after {
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .industry-counter {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    padding-top: 0px;
  }
}

.therapeutic-areas-sec h2 ~ p {
  max-width: 1046px;
  text-align: center;
}
@media (max-width: 767px) {
  .therapeutic-areas-sec h2 ~ p {
    text-align: left;
  }
}

.featured-therapeutic-sec {
  position: relative;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 30px;
  grid-auto-rows: minmax(min-content, 1fr);
}
@media (max-width: 1400px) {
  .featured-therapeutic-sec {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .featured-therapeutic-sec {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .featured-therapeutic-sec {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.featured-therapeutic-sec .ct-div-block {
  border-radius: 70.5px 12px 12px 70.5px;
  background: var(--global-colors-purple-60);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 13px 10px 13px 65px;
  justify-content: center;
  text-align: center;
  max-width: 398px;
  margin-left: 50px;
}
@media (max-width: 1400px) {
  .featured-therapeutic-sec .ct-div-block {
    padding: 13px 10px 13px 40px;
  }
}
@media (max-width: 992px) {
  .featured-therapeutic-sec .ct-div-block {
    height: 114px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .featured-therapeutic-sec .ct-div-block {
    height: 85px;
    max-width: 100%;
  }
}
.featured-therapeutic-sec img {
  width: 82px;
  height: 78px;
  position: absolute;
  left: -50px;
}
@media (max-width: 767px) {
  .featured-therapeutic-sec p {
    text-align: center;
  }
}

.objective-section .layout-split {
  gap: 40px;
}
@media (max-width: 992px) {
  .objective-section .layout-split {
    gap: 30px;
  }
}
.objective-section p {
  max-width: 680px;
}

.accreditations-section .ct-section-inner-wrap {
  max-width: 1233px;
}
.accreditations-section .accreditations-div {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-column-gap: 133px;
  width: 100%;
}
@media (max-width: 1400px) {
  .accreditations-section .accreditations-div {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .accreditations-section .accreditations-div {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .accreditations-section .accreditations-div {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 30px;
  }
}
.accreditations-section .accreditations-div img {
  width: 213px;
}
.accreditations-section .accreditations-div .ct-div-block {
  align-items: center;
}

.success-stories-sec .ct-div-block {
  padding: 418px 43px 47px 43px;
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .success-stories-sec .ct-div-block {
    padding: 300px 35px 35px 35px;
  }
}
@media (max-width: 767px) {
  .success-stories-sec .ct-div-block {
    padding: 250px 20px 30px 20px;
  }
}
.success-stories-sec .global-hero-section:after {
  border-radius: 40px;
}

/*Industry Page End*/
/*Location Page Start*/
.location-medical-section .layout-split .successful-left-col {
  justify-content: center;
  padding: 58px 72px 58px 0px;
}
@media (max-width: 992px) {
  .location-medical-section .layout-split .successful-left-col {
    padding: 50px 15px 50px 15px;
  }
}

.serving-medical-sec {
  position: relative;
}
.serving-medical-sec:before {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2025/04/SliceArc.png");
  width: 198px;
  height: 210px;
  bottom: 100px;
  left: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .serving-medical-sec:before {
    background: unset;
  }
}
.serving-medical-sec .successful-left-col {
  z-index: unset !important;
}
.serving-medical-sec .successful-left-col:before {
  z-index: 0 !important;
}
.serving-medical-sec .successful-left-col h2 {
  z-index: 9;
  position: relative;
}

.location-hero-sec {
  background-position: unset !important;
}

.accordion-location .ct-section-inner-wrap {
  flex-direction: row;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .accordion-location .ct-section-inner-wrap {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .accordion-location .ct-section-inner-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .accordion-location .ct-section-inner-wrap {
    flex-direction: column;
    gap: 0px;
  }
}
.accordion-location .ct-section-inner-wrap .usa-section {
  width: 50%;
  max-width: 688px;
}
@media (max-width: 1400px) {
  .accordion-location .ct-section-inner-wrap .usa-section {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .accordion-location .ct-section-inner-wrap .usa-section {
    width: 100%;
  }
}
.accordion-location .ct-section-inner-wrap .width-50 {
  width: 100%;
}
@media (max-width: 1400px) {
  .accordion-location .ct-section-inner-wrap .width-50 {
    padding-right: 12px;
  }
}
.accordion-location .ct-section-inner-wrap .acc-outer-div {
  padding: 0px;
  border-top: 0px !important;
  width: 100%;
}
.accordion-location .ct-section-inner-wrap .acc-outer-div button {
  padding: 20px;
  cursor: pointer;
  border-top: 1px solid var(--global-colors-border-dark-blue-100);
}
@media (max-width: 1280px) {
  .accordion-location .ct-section-inner-wrap .acc-outer-div button {
    padding: 10px;
  }
}
.accordion-location .ct-section-inner-wrap .acc-outer-div button .oxel_accordion__row_left {
  justify-content: space-between;
}
.accordion-location .ct-section-inner-wrap .acc-outer-div button .oxel_accordion__row_left img {
  width: 20px;
  height: 38px;
  cursor: pointer;
}
.accordion-location .ct-section-inner-wrap .canada-sec {
  width: 50%;
  max-width: 593px;
}
.accordion-location .ct-section-inner-wrap .canada-sec .ct-div-block {
  width: 100%;
}
.accordion-location .ct-section-inner-wrap .canada-sec .ct-div-block .pin-effect {
  margin-top: 140px;
  width: 510px;
}
@media (max-width: 1280px) {
  .accordion-location .ct-section-inner-wrap .canada-sec .ct-div-block .pin-effect {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .accordion-location .ct-section-inner-wrap .canada-sec .ct-div-block .pin-effect {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .accordion-location .ct-section-inner-wrap .canada-sec {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .accordion-location .ct-section-inner-wrap .canada-sec {
    width: 100%;
  }
  .accordion-location .ct-section-inner-wrap .canada-sec .f-size-5xl {
    padding-top: 28px;
  }
}
.accordion-location .ct-section-inner-wrap .layout-split {
  gap: 20px;
  margin-left: 20px;
}
.accordion-location .ct-section-inner-wrap .layout-split > .ct-div-block {
  width: 100%;
  max-width: 328px;
}
@media (max-width: 1400px) {
  .accordion-location .ct-section-inner-wrap .layout-split {
    margin-left: 15px;
  }
}
@media (max-width: 1280px) {
  .accordion-location .ct-section-inner-wrap .layout-split {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .accordion-location .ct-section-inner-wrap .layout-split {
    flex-direction: column;
    gap: 0px;
  }
}
.accordion-location .ct-section-inner-wrap .coll-side {
  width: 100%;
}
@media (max-width: 767px) {
  .accordion-location .ct-section-inner-wrap .coll-side .ct-div-block {
    max-width: 100%;
  }
}
.accordion-location .ct-section-inner-wrap .acc-outer-div .oxel_accordion__content .coll-side:last-child {
  padding-bottom: 10px;
}
.accordion-location .ct-section-inner-wrap .acc-outer-div .oxel_accordion__content .coll-side:last-child .accordion-area {
  margin-top: 10px;
}
.accordion-location .ct-section-inner-wrap .accordion-area {
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
  background: var(--global-colors-blue-10);
  padding: 3px 19px;
}
@media (max-width: 1280px) {
  .accordion-location .ct-section-inner-wrap .accordion-area {
    padding: 10px;
  }
}
.accordion-location .ct-section-inner-wrap .inner-location {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  max-width: 272px;
}
.accordion-location .ct-section-inner-wrap .inner-location a {
  color: var(--global-colors-paragraph);
}
.accordion-location .ct-section-inner-wrap .inner-location img {
  cursor: pointer;
}
.accordion-location .ct-section-inner-wrap .inner-location p {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .accordion-location .ct-section-inner-wrap .inner-location p {
    max-width: 217px;
  }
}
.accordion-location .ct-section-inner-wrap .inner-location p:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/04/accordian-icon.svg);
  width: 0px;
  height: 24px;
  top: 0;
  right: -30px;
}
.accordion-location .ct-section-inner-wrap .inner-location p:before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/04/location-icon.svg);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0px;
}
.accordion-location .ct-section-inner-wrap .inner-location p.phone-num-text:before {
  background: url(/wp-content/uploads/2025/04/phone-icon.svg);
}

/*Location Page End*/
/* career page start */
.career-hero-row .ct-section-inner-wrap {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .career-hero-row .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.career-hero-row .white-button--lg {
  padding-right: 64px;
  position: relative;
}
.career-hero-row .white-button--lg:after {
  background-image: url(/wp-content/uploads/2025/04/cta-icon.svg);
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  right: 22px;
  background-position: right center;
  transition: 0.3s ease-in-out;
}
.career-hero-row .white-button--lg:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(103%) contrast(103%);
  transition: 0.3s ease-in-out;
}

.career-call-to-action-box {
  background-color: var(--global-colors-bg-purple-10);
  border-radius: 28px;
  padding: 44px 119px 30px 23px;
  position: relative;
  gap: 26px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .career-call-to-action-box {
    padding-right: 23px;
  }
}
@media (max-width: 767px) {
  .career-call-to-action-box {
    padding: 20px;
    gap: 0px;
    flex-direction: column;
    margin-top: 60px;
  }
}
.career-call-to-action-box .career-image-div {
  width: 45%;
  position: relative;
}
@media (max-width: 767px) {
  .career-call-to-action-box .career-image-div {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
}
.career-call-to-action-box .career-image-div img {
  width: 551px;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .career-call-to-action-box .career-image-div img {
    position: relative;
  }
}
.career-call-to-action-box .career-content-div {
  width: 55%;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .career-call-to-action-box .career-content-div {
    width: 100%;
    margin-bottom: 0px;
  }
}
.career-call-to-action-box .career-content-div .ct-text-block:first-child {
  margin-bottom: 69px;
}
@media (max-width: 1400px) {
  .career-call-to-action-box .career-content-div .ct-text-block:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .career-call-to-action-box .career-content-div .ct-text-block:first-child {
    margin-bottom: 20px;
  }
}
.career-call-to-action-box:after {
  background-image: url(/wp-content/uploads/2025/04/career-bg-vector.svg);
  background-size: contain;
  width: 446px;
  height: 447px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  content: "";
  background-position: right bottom;
}
@media (max-width: 767px) {
  .career-call-to-action-box:after {
    width: 360px;
    height: 330px;
    bottom: -48px;
    right: -55px;
    transform: scale(0.7);
  }
}

.core-values-div {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .core-values-div {
    display: block;
  }
}
.core-values-div ul {
  margin: 0px;
}
.core-values-div ul li {
  margin-bottom: var(--rem-093-rem);
}
.core-values-div ul li::marker {
  font-size: 32px;
}

.join-us-row {
  position: relative;
  overflow: hidden;
  padding-top: var(--rem-375-rem);
}
.join-us-row .ct-section-inner-wrap {
  padding-top: 90px;
}
@media (max-width: 992px) {
  .join-us-row .ct-section-inner-wrap {
    padding-top: 30px;
  }
}
.join-us-row::before {
  background-image: url(/wp-content/uploads/2025/04/ring-pattern.png);
  width: 496px;
  height: 605px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  background-position: right;
  background-size: 495px 100%;
}
@media (max-width: 992px) {
  .join-us-row::before {
    width: 300px;
    height: 300px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .join-us-row::before {
    top: 40px;
  }
}

.career-join-us-wrapper {
  border-radius: 28px;
  background: linear-gradient(90deg, #fff 8.01%, var(--global-colors-bg-blue-darkest) 0.04%, var(--global-colors-bg-dark-blue-10) 60.54%);
  padding: 68px 91px 0px 0px;
  position: relative;
  gap: 86px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .career-join-us-wrapper {
    padding: 50px 30px 0px 0px;
    gap: 40px;
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  .career-join-us-wrapper {
    padding: 0px 30px 0px 0px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper {
    padding: 0px;
    gap: 0px;
    flex-direction: column-reverse;
    background: linear-gradient(0deg, #fff 8.01%, var(--global-colors-bg-blue-darkest) 0.04%, var(--global-colors-bg-dark-blue-10) 52.4%);
  }
}
.career-join-us-wrapper_image-div {
  width: 61.7%;
  position: relative;
}
@media (max-width: 1400px) {
  .career-join-us-wrapper_image-div {
    width: 55%;
  }
}
@media (max-width: 1280px) {
  .career-join-us-wrapper_image-div {
    height: 35vw;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper_image-div {
    width: 100%;
    margin-top: 0px;
    align-items: center;
    height: unset;
  }
}
.career-join-us-wrapper_image-div img {
  width: 750px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .career-join-us-wrapper_image-div img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 30px;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper_image-div img {
    position: relative;
    border-bottom-right-radius: 30px;
    margin-top: 30px;
    height: auto;
    border-top-left-radius: 0px;
  }
}
.career-join-us-wrapper_content-div {
  width: 39%;
  margin-bottom: 97px;
  position: relative;
}
.career-join-us-wrapper_content-div:after {
  background-image: url(/wp-content/uploads/2025/04/ready-join-us-dots.png);
  background-size: contain;
  width: 745px;
  height: 55px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -97px;
  right: -90px;
  content: "";
  background-position: right bottom;
}
@media (max-width: 1400px) {
  .career-join-us-wrapper_content-div:after {
    bottom: -65px;
    right: -60px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper_content-div:after {
    width: 0px;
  }
}
@media (max-width: 1400px) {
  .career-join-us-wrapper_content-div {
    width: 45%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper_content-div {
    width: 100%;
    margin-bottom: 0px;
    padding: 28px 30px 0px 32px;
  }
}
.career-join-us-wrapper_content-div .ct-text-block:first-child {
  margin-bottom: 69px;
}
@media (max-width: 1400px) {
  .career-join-us-wrapper_content-div .ct-text-block:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .career-join-us-wrapper_content-div .ct-text-block:first-child {
    margin-bottom: 20px;
  }
}
.career-join-us-wrapper_content-div > .dual-button-div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 992px) {
  .career-join-us-wrapper_content-div > .dual-button-div {
    flex-direction: column;
  }
}

/* Testimonial Section */
.find_us_slider {
  background-color: var(--global-colors-darkest-blue);
  position: relative;
  padding-top: 180px;
}
.find_us_slider:after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/05/slider-bg-pattern@2x.svg);
  background-size: 76px 177px;
  background-repeat: repeat;
  width: 100%;
  height: 177px;
  top: 0;
}
.find_us_slider .oxy-carousel-builder_prev:hover {
  background: url("/wp-content/uploads/2025/04/slider-arrow-btn.svg");
  transform: rotate(180deg) !important;
}
.find_us_slider .oxy-carousel-builder_next:hover {
  background: url("/wp-content/uploads/2025/04/slider-arrow-btn.svg");
  transform: rotate(0deg) !important;
}
@media (max-width: 767px) {
  .find_us_slider {
    background-size: 100% 20%;
  }
}
.find_us_slider .company-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 467;
  color: var(--global-colors-heading-color-2);
}
@media (max-width: 767px) {
  .find_us_slider .company-name {
    font-size: 14px;
    line-height: 18px;
  }
}
.find_us_slider .Testimonials_description {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .find_us_slider .Testimonials_description {
    font-size: 18px;
    line-height: 24px;
  }
}
.find_us_slider .ct-section-inner-wrap {
  padding-bottom: 104px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .find_us_slider .ct-section-inner-wrap {
    padding-bottom: 85px;
    max-width: 490px;
  }
}
.find_us_slider .testimonial_wrapper {
  justify-content: space-between;
}
.find_us_slider .testimonial_wrapper .Testimonials_description p {
  margin: 0;
}
.find_us_slider .testimonial_wrapper .testmonials_name_desig {
  width: 100%;
}
.find_us_slider .testimonial_wrapper .content-box {
  width: 78%;
}
@media (max-width: 992px) {
  .find_us_slider .testimonial_wrapper .content-box {
    width: 80%;
  }
}
.find_us_slider .testimonial_wrapper .content-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 645;
}
@media (max-width: 767px) {
  .find_us_slider .testimonial_wrapper .content-box h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
}
.find_us_slider .testimonial_wrapper .image-box {
  width: 22%;
  max-width: 56px;
}
@media (max-width: 992px) {
  .find_us_slider .testimonial_wrapper .image-box {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .find_us_slider .testimonial_wrapper .image-box {
    width: 10%;
  }
}
.find_us_slider .oxy-carousel-builder_icon {
  top: 100% !important;
  border-radius: unset;
  display: block;
  height: 42px;
  margin-top: 2px;
  opacity: 1;
  overflow: hidden;
  text-indent: -999em;
  transition: opacity 0.2s ease 0s;
  width: 42px;
  background: url(/wp-content/uploads/2025/04/Arrow-button.svg);
}
.find_us_slider .oxy-carousel-builder_prev {
  transform: rotate(0deg) !important;
}
.find_us_slider .oxy-carousel-builder_next {
  transform: rotate(180deg) !important;
}
.find_us_slider .flickity-page-dots {
  bottom: -34px;
}
.find_us_slider .flickity-page-dots .dot {
  background-color: var(--global-colors-bg-dark-blue-40);
  border-color: var(--global-colors-bg-dark-blue-40);
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.find_us_slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--global-colors-text-white);
  border-color: var(--global-colors-text-white);
}

@media screen and (min-width: 1680px) {
  .work-us-hero {
    background-position: top;
  }
}
/*Provider Page*/
.provider-hero-sec .ct-section-inner-wrap .ct-text-block {
  max-width: 837px;
}

.footer-pages ul {
  margin: 0px;
  margin-top: 15px;
}
.footer-pages ul li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .footer-pages ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer-pages .ct-div-block {
  display: block;
}

.news_hero_section_wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.news_hero_section_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--global-colors-bg-hero-block);
  mix-blend-mode: overlay;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.news_hero_section_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 204px;
  background-image: linear-gradient(to top, #1B284A 0%, rgba(27, 40, 74, 0) 100%), url(/wp-content/uploads/2025/04/BACKGROUND_1-scaled.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom;
  z-index: 0;
  pointer-events: none;
}
.news_hero_section_wrapper .news_heading_wrapper h1 {
  font-weight: 645;
}
.news_hero_section_wrapper .ct-section-inner-wrap {
  z-index: 2;
  padding-top: 326px;
}
@media (max-width: 767px) {
  .news_hero_section_wrapper .ct-section-inner-wrap {
    padding-top: 246px;
  }
}

.news_wrapper {
  background-color: var(--global-colors-bg-neutral-grey);
}
.news_wrapper .vertical-tab-section {
  width: 100%;
  display: block;
}
.news_wrapper .oxy-tabs {
  padding: unset;
}
.news_wrapper .tab_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 30px 32px !important;
}
@media (max-width: 767px) {
  .news_wrapper .tab_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px !important;
  }
}
.news_wrapper .tab_content_wrapper > .ct-div-block {
  flex: 0 0 calc(33.333% - 22px);
  max-width: calc(33.333% - 22px);
  box-sizing: border-box;
}
.news_wrapper .tab_content_wrapper > .ct-div-block:nth-child(1), .news_wrapper .tab_content_wrapper > .ct-div-block:nth-child(2) {
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .news_wrapper .tab_content_wrapper > .ct-div-block:nth-child(1), .news_wrapper .tab_content_wrapper > .ct-div-block:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .news_wrapper .tab_content_wrapper > .ct-div-block {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .news_wrapper .tab_content_wrapper > .ct-div-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper {
  width: 100%;
  border-radius: 24px;
  background: var(--global-colors-text-white-80);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper h5 {
  margin-bottom: 12px;
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper h5 span {
  color: var(--global-colors-heading-color-1);
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper .ct-text-block span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 992px) {
  .news_wrapper .tab_content_wrapper .tab_gride_wrapper {
    width: 100%;
  }
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper .ct-text-block {
  line-height: 26px;
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper h5 {
  line-height: normal;
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper .news_featured_img {
  border-radius: 24px 24px 0px 0px;
  transition: border-radius 0.3s ease;
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper:hover {
  background-color: var(--global-colors-bg-purple-10);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
.news_wrapper .tab_content_wrapper .tab_gride_wrapper:hover .news_arrow_btn {
  content: url(/wp-content/uploads/2025/04/Arrow-Hover.svg);
}
.news_wrapper .tab_content_wrapper .news_arrow_btn {
  margin-top: 27px;
}
.news_wrapper .tab_content_wrapper .new_content_wrapper {
  text-align: left;
}
.news_wrapper .show-result-count {
  align-self: center;
}
@media (max-width: 992px) {
  .news_wrapper .show-result-count {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .news_wrapper .show-result-count {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    clear: left;
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .news_wrapper .show-result-count {
    align-self: flex-end !important;
  }
}

.news_tabs_btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 767px) {
  .news_tabs_btn {
    margin-bottom: 20px;
  }
}
.news_tabs_btn .oxy-tab {
  margin-right: 40px;
}
.news_tabs_btn .oxy-tab p {
  color: var(--global-colors-heading-color-2);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media (max-width: 992px) {
  .news_tabs_btn .oxy-tab p {
    font-size: 24px;
    line-height: normal;
  }
}
.news_tabs_btn .tabs-1650-tab-active .tab-link-text {
  color: var(--global-colors-bg-blue-darkest);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 992px) {
  .news_tabs_btn .tabs-1650-tab-active .tab-link-text {
    font-size: 26px;
    line-height: normal;
  }
}

.news_tab_content {
  margin-top: 60px;
  width: 100%;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .news_tab_content {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  /* Tabs for mobile */
  /* Tabs for mobile ends */
}
.load-more-wrapper {
  margin-top: 30px;
}
.load-more-wrapper .load-more-btn {
  border-radius: 40px;
  border: 1px solid var(--global-colors-green-100);
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.load-more-wrapper .load-more-btn:hover {
  background-color: var(--global-colors-green-20);
}
.load-more-wrapper .load-more-btn .load-more-btn-text {
  color: var(--global-colors-bg-dark-blue-100);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.load-more-wrapper .load-more-btn .x-load-more-button-icon {
  color: var(--global-colors-green-10);
  margin-left: 10px;
}

.news-post-count-display {
  color: var(--global-colors-paragraph);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .news-post-count-display {
    font-size: 18px;
  }
}

.tabs_result_count_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tabs_result_count_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tabs_result_count_wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .news_tabs_btn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.news-post-count-display {
  display: none;
}

.news-post-count-display.active {
  display: block;
}

.single-page-hero-section .ct-section-inner-wrap {
  padding: 60px 15px;
}
.single-page-hero-section .dynamic-news-deatails {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
.single-page-hero-section .dynamic-news-deatails .ct-text-block, .single-page-hero-section .dynamic-news-deatails a {
  color: #fff;
}

.single-page-content-area {
  max-width: 100%;
  width: 820px;
  margin: auto;
}
.single-page-content-area p {
  margin-bottom: unset;
}
.single-page-content-area .space-bet-div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-page-content-area .space-bet-div {
    margin-bottom: 28px;
  }
}
.single-page-content-area .space-bet-heading-para {
  padding-bottom: 15px;
}

@media (max-width: 1400px) {
  .related-news-single-page .ct-section-inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.related-news-single-page .title-heading-div h2 {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .related-news-single-page .title-heading-div h2 {
    margin-bottom: 28px;
  }
}
.related-news-single-page .oxy-repeater-pages-wrap {
  display: none;
}
.related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px !important;
  justify-content: flex-start;
}
.related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper > .ct-div-block {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
}
.related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper > .ct-div-block .news_arrow_btn {
  margin-top: 60px;
}
.related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper > .ct-div-block .news_featured_img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 992px) {
  .related-news-single-page .news_wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper {
    flex-wrap: nowrap;
    display: flex;
  }
  .related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper .tab_gride_wrapper {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  }
  .related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper > .ct-div-block {
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
    scroll-snap-align: start;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .related-news-single-page .news_wrapper .oxy-dynamic-list.tab_content_wrapper > .ct-div-block {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

fieldset label.gform-field-label a {
  color: var(--global-colors-purple-100);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
  transition: 0.3s ease-in-out;
}
fieldset label.gform-field-label a:hover {
  color: var(--global-colors-bg-blue-darker);
  text-underline-offset: auto;
  transition: 0.3s ease-in-out;
}

.therapeutic-sec {
  position: relative;
}
.therapeutic-sec::before {
  background-image: url(/wp-content/uploads/2025/04/pattern-effect.png);
  background-size: 405px 416px;
  position: absolute;
  width: 405px;
  height: 416px;
  background-repeat: no-repeat;
  bottom: 25px;
  left: 0;
  z-index: 1;
  content: "";
}
@media screen and (max-width: 1080px) {
  .therapeutic-sec::before {
    transform: scale(0.7, 0.7);
    left: -80px;
  }
}
@media (max-width: 992px) {
  .therapeutic-sec::before {
    transform: scale(0.5, 0.5);
    left: -102px;
  }
}
@media (max-width: 767px) {
  .therapeutic-sec::before {
    transform: scale(0.4, 0.4);
    left: -122px;
    bottom: -108px;
  }
}
@media (max-width: 480px) {
  .therapeutic-sec::before {
    width: 0px;
  }
}
.therapeutic-sec .global-form {
  z-index: 2;
}
.therapeutic-sec .half-width-feild {
  width: 49%;
}
@media (max-width: 992px) {
  .therapeutic-sec .half-width-feild {
    width: 100%;
  }
}

/*Contact Page*/
.contact-form {
  position: relative;
}
.contact-form .global-form .gravity-theme::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/04/contacts-bg-effects.png);
  width: 495px;
  height: 700px;
  right: 0px;
  bottom: 0;
}
@media (max-width: 1400px) {
  .contact-form .global-form .gravity-theme::after {
    right: -70px;
    transform: scale(0.7, 0.7);
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .contact-form .global-form .gravity-theme::after {
    width: 0px;
  }
}
.contact-form .gform_confirmation_wrapper::after {
  width: 0px !important;
}
.contact-form .contact-div {
  gap: 80px;
}
@media (max-width: 1400px) {
  .contact-form .contact-div {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-div {
    gap: 40px;
  }
}
.contact-form .form-div {
  width: 55%;
  max-width: 658px;
}
@media (max-width: 767px) {
  .contact-form .form-div {
    width: 100%;
    max-width: 100%;
  }
}
.contact-form .location-div {
  width: 45%;
}
@media (max-width: 767px) {
  .contact-form .location-div {
    width: 100%;
  }
}
.contact-form .location-div p {
  max-width: 626px;
}
.contact-form .location-div h2 {
  width: 100%;
  border-bottom: 2px solid var(--global-border-colors-blue-40);
  padding-bottom: 20px;
}
.contact-form .location-div .all-location-div {
  width: 100%;
  flex-direction: row;
  align-items: baseline;
  gap: 40px;
}
@media (max-width: 992px) {
  .contact-form .location-div .all-location-div {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .contact-form .location-div .all-location-div {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-form .location-div .all-location-div {
    margin-top: 20px;
  }
}
.contact-form .location-div .all-location-div .follow-us {
  color: var(--global-colors-heading-color-2);
  font-size: 20px;
  font-weight: 550;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 767px) {
  .contact-form .location-div .all-location-div .follow-us {
    font-size: 16px;
    line-height: 24px;
  }
}

.follow-us-links .footer-social-logo:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(10%) saturate(4803%) hue-rotate(223deg) brightness(86%) contrast(84%);
}

/* Global Form */
.global-form .gform_title, .global-form .gform_description {
  display: none;
}
.global-form .gform_wrapper.gravity-theme .gfield_label {
  color: var(--global-colors-heading-color-1);
  font-size: 20px;
  line-height: 26px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .global-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    line-height: 24px;
  }
}
.global-form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.global-form .gform_wrapper.gravity-theme .gfield input.large,
.global-form .gform_wrapper.gravity-theme .gfield select.large,
.global-form .gform_wrapper.gravity-theme .gfield input.medium,
.global-form .gform_wrapper.gravity-theme .gfield input.gform-datepicker {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--global-colors-heading-color-1);
  background: transparent;
  height: 48px;
  z-index: 2;
  position: relative;
  padding: 12px 12px 8px;
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-paragraph);
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .global-form .gform_wrapper.gravity-theme .gfield input.large,
  .global-form .gform_wrapper.gravity-theme .gfield select.large,
  .global-form .gform_wrapper.gravity-theme .gfield input.medium,
  .global-form .gform_wrapper.gravity-theme .gfield input.gform-datepicker {
    font-size: 16px;
    line-height: 22px;
  }
}
.global-form .gform_wrapper.gravity-theme .gfield input.medium {
  width: 50%;
}
.global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label,
.global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label.gfield_consent_label,
.global-form .gform_wrapper.gravity-theme .gfield .gchoice label,
.global-form .gform_wrapper.gravity-theme .gfield .gchoice label.gfield_consent_label {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  top: -3px;
  color: var(--global-colors-paragraph) !important;
}
@media (max-width: 1400px) {
  .global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label,
  .global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label.gfield_consent_label,
  .global-form .gform_wrapper.gravity-theme .gfield .gchoice label,
  .global-form .gform_wrapper.gravity-theme .gfield .gchoice label.gfield_consent_label {
    max-width: calc(100% - 30px);
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label,
  .global-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label.gfield_consent_label,
  .global-form .gform_wrapper.gravity-theme .gfield .gchoice label,
  .global-form .gform_wrapper.gravity-theme .gfield .gchoice label.gfield_consent_label {
    font-size: 18px;
    line-height: 24px;
  }
}
.global-form .gform_wrapper.gravity-theme .gfield .ginput_container_select {
  position: relative;
}
.global-form .gform_wrapper.gravity-theme .gfield .ginput_container_select:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/04/down-arrow-icon.svg);
  background-repeat: no-repeat;
  right: 12px;
  top: 13px;
  background-position: center;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.global-form .gform_wrapper.gravity-theme .gfield .ginput_container_select select {
  font-size: 20px;
  line-height: 26px;
  -webkit-appearance: none;
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-paragraph);
}
@media (max-width: 767px) {
  .global-form .gform_wrapper.gravity-theme .gfield .ginput_container_select select {
    font-size: 16px;
    line-height: 22px;
  }
}
.global-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
  margin-bottom: 40px;
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}
@media (max-width: 767px) {
  .global-form .gform_wrapper.gravity-theme .gform_fields {
    margin-bottom: 30px;
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
}
.global-form .gfield select.large {
  color: var(--global-colors-paragraph);
  font-family: var(--font-variables-font-family-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .global-form .gfield select.large {
    font-size: 18px;
    line-height: 24px;
  }
}
.global-form textarea {
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-paragraph);
  font-size: 20px !important;
  border-radius: 4px;
  border: 1px solid var(--global-border-black);
  height: 180px !important;
  background: transparent;
}
@media (max-width: 767px) {
  .global-form textarea {
    font-size: 18px !important;
    line-height: 22px;
  }
}
.global-form textarea::-moz-placeholder {
  color: var(--global-colors-paragraph);
  font-family: var(--font-variables-font-family-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.global-form textarea::placeholder {
  color: var(--global-colors-paragraph);
  font-family: var(--font-variables-font-family-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .global-form textarea::-moz-placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .global-form textarea::placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.global-form .gform_footer.top_label {
  padding: 0px !important;
}
.global-form .gform_footer input[type=submit] {
  border-radius: 40px;
  background-color: var(--global-colors-purple-60);
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-text-black);
  border: 1px solid var(--global-colors-purple-60);
  font-size: 20px;
  font-weight: 700;
  padding: 11px 25px;
  margin: 0px !important;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  line-height: normal !important;
}
.global-form .gform_footer input[type=submit]:hover {
  background-color: var(--global-colors-purple-100);
  border-color: var(--global-colors-purple-100);
  color: var(--global-colors-text-white);
}
@media (max-width: 767px) {
  .global-form .gform_footer input[type=submit] {
    font-size: 18px;
  }
}
.global-form .gchoice {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .global-form .gchoice {
    margin-bottom: 15px;
  }
}
.global-form .ginput_container_consent,
.global-form .gchoice {
  display: flex;
}
.global-form .ginput_container_consent input,
.global-form .gchoice input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100%;
  max-width: 20px !important;
  height: 20px;
  border: 1px solid var(--global-border-colors-1);
  background-color: transparent;
  position: relative;
  top: -2px !important;
  cursor: pointer;
  margin-right: 12px;
}
.global-form .ginput_container_consent input:checked,
.global-form .gchoice input:checked {
  background-color: var(--global-colors-bg-white);
  border: 1px solid var(--global-border-colors-1);
}
.global-form .ginput_container_consent input:checked::after,
.global-form .gchoice input:checked::after {
  content: "";
  background: url(/wp-content/uploads/2025/05/check-icon.svg);
  width: 11px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.global-form .gform_wrapper.gravity-theme .gfield_required {
  color: var(--global-colors-heading-color-1);
  display: inline-block;
  font-size: 15px;
  padding-inline-start: 0;
  position: relative;
  top: -2px;
}
.global-form .gform_wrapper.gravity-theme.gform_validation_error .gfield_required {
  color: var(--global-colors-form-error-feild);
}
.global-form .gform_required_legend {
  display: none;
}

@media (max-width: 992px) {
  .global-form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .global-form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 12;
  }
}
@media (max-width: 992px) {
  .global-form .full-width-field {
    grid-column: span 12 !important;
  }
}
.gform_confirmation_message {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--font-variables-font-family-primary);
  text-align: center;
  font-weight: 700;
  color: var(--global-border-colors-purple-100);
}
@media (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    line-height: 30px;
  }
}

.global-form .ginput_container_consent input:checked {
  background-color: var(--global-colors-bg-white);
  border: 1px solid var(--global-border-colors-1);
}
.global-form .ginput_container_consent input:checked::after {
  content: "";
  background: url(/wp-content/uploads/2025/05/check-icon.svg);
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
}

.conformation-msg div {
  margin-bottom: 15px;
}

.gravity-theme .ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  padding: 15px 10px;
}

.gform-datepicker::-moz-placeholder {
  color: transparent;
}

.gform-datepicker::placeholder {
  color: transparent;
}

.get-in-touch-form .gform_description {
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.33;
  margin-bottom: var(--rem-125-rem);
  color: var(--global-colors-heading-color-1);
  font-weight: 645;
  display: block;
}

.leadership-div {
  width: 100%;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  margin-top: var(--rem-375-rem);
}
.leadership-div .team-wrapper .ct-headline {
  margin-bottom: var(--rem-031-rem);
}
.leadership-div .team-wrapper .ct-text-block {
  margin-bottom: var(--rem-062-rem);
}
.leadership-div .team-wrapper .team-plus-icon {
  background-color: var(--global-colors-bg-purple-100);
  transition: var(--transition);
  border-radius: 100px;
  padding: 10px;
  width: 42px;
}
.leadership-div .team-wrapper .team-plus-icon:hover {
  background-color: var(--global-colors-purple-100);
  transition: var(--transition);
}
.leadership-div .team-wrapper .team-plus-icon:hover img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(3%) saturate(3462%) hue-rotate(193deg) brightness(102%) contrast(118%);
  transition: var(--transition);
}
@media (max-width: 1400px) {
  .leadership-div {
    grid-template-columns: repeat(3, minmax(auto, auto));
    grid-column-gap: 90px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .leadership-div {
    grid-template-columns: repeat(2, minmax(auto, auto));
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-top: var(--rem-250-rem);
  }
}
@media (max-width: 480px) {
  .leadership-div {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 0px;
  }
}

.modal-section {
  background-color: var(--global-colors-bg-white);
  position: relative;
  border-radius: 28px;
  padding: 41.5px 83px;
  width: 923px;
}
@media (max-width: 1400px) {
  .modal-section {
    width: 75%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .modal-section {
    width: 80%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal-section {
    padding: 40px 20px 20px;
    width: 90%;
    border-radius: 15px;
  }
}
.modal-section p.oxy-rich-text {
  padding-right: 128px;
}
@media (max-width: 1400px) {
  .modal-section p.oxy-rich-text {
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .modal-section p.oxy-rich-text {
    padding-right: 0px;
  }
}
.modal-section .close-cta {
  cursor: pointer;
  background-color: var(--global-colors-bg-white);
  position: absolute;
  right: 83px;
  top: 41.5px;
  border-radius: 100px;
  border: 1px solid var(--global-colors-green-100);
  transition: var(--transition);
  padding: 4px;
}
.modal-section .close-cta:hover {
  background-color: var(--global-colors-green-20);
  transition: var(--transition);
}
@media (max-width: 1400px) {
  .modal-section .close-cta {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .modal-section .close-cta {
    right: 15px;
    transform: scale(0.6);
    top: 15px;
  }
}
.modal-section .social-icons-div:not(.ct-section) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .modal-section .social-icons-div:not(.ct-section) {
    justify-content: center;
  }
}
.modal-section .social-icons-div:not(.ct-section) img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(87%) saturate(345%) hue-rotate(218deg) brightness(86%) contrast(100%);
}

/* FAQ accordian */
.faq-accordian .acc-outer-div {
  border-bottom: 1px solid var(--global-border-dark-blue-80);
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .faq-accordian .acc-outer-div {
    padding-right: 15px;
  }
}
.faq-accordian .acc-outer-div .oxel_accordion__content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0px;
  padding-right: 20px;
}
.faq-accordian .oxel_accordion__row_left {
  padding-left: 0px;
  width: 100%;
  text-align: left;
}
.faq-accordian .faq-content-txt {
  font-size: 20px;
  line-height: 26px;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 904px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .faq-accordian .faq-content-txt {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.faq-accordian .faq-content-txt ul {
  margin-bottom: 0px;
}
.faq-accordian .oxel_accordion__row__label {
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  padding: 20px;
}
@media (max-width: 767px) {
  .faq-accordian .oxel_accordion__row__label {
    font-size: 18px;
    line-height: 24px;
    margin-right: 15px;
    padding: 15px;
  }
}
.faq-accordian .acc-outer-div:nth-child(2) {
  border-top: 1px solid var(--global-border-dark-blue-80);
}
.faq-accordian .faq-arrow-img {
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.faq-accordian .oxel_accordion__row--active .faq-arrow-img {
  transform: rotate(0deg);
}

.oxel_accordion__row--active + .oxel_accordion__content {
  max-height: 10000px;
}

/*Tab Section*/
.hp-tab-section .hp-tabs-div .tab-active,
.hp-tab-section .hp-tabs-div .tab-active:hover {
  background-color: var(--global-colors-purple-100);
  transition: var(--transition);
}

.hp-tabs-div {
  border-radius: 100px;
  width: 100%;
  background-color: var(--global-colors-purple-20);
}

.hp-tab-content-sec .tab-image-div {
  width: 44.6%;
}
@media (max-width: 767px) {
  .hp-tab-content-sec .tab-image-div {
    width: 100%;
  }
}
.hp-tab-content-sec .tab-image-div img {
  border-radius: 20px;
  width: 575px;
}
@media (max-width: 767px) {
  .hp-tab-content-sec .tab-image-div img {
    margin-bottom: 20px;
  }
}
.hp-tab-content-sec .tab-content-div {
  width: 57.4%;
  max-width: 745px;
}
@media (max-width: 767px) {
  .hp-tab-content-sec .tab-content-div {
    width: 100%;
  }
}

.hp-tab-section .oxy-tab {
  width: 33.33%;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  background-color: var(--global-colors-purple-20);
  transition: var(--transition);
  padding: 8.5px 20px;
}
@media (max-width: 1399px) {
  .hp-tab-section .oxy-tab {
    padding: 8.5px 10px;
  }
}
.hp-tab-section .oxy-tab:hover {
  background-color: var(--global-colors-bg-purple-40);
  transition: var(--transition);
}
.hp-tab-section .oxy-tab .ct-text-block {
  color: var(--global-colors-heading-color-2);
}
@media (max-width: 767px) {
  .hp-tab-section .oxy-tab .ct-text-block {
    font-size: 14px;
    text-align: center;
    line-height: normal;
  }
}
.hp-tab-section .oxy-tab:first-child {
  border-radius: 100px 0px 0px 100px;
}
.hp-tab-section .oxy-tab:last-child {
  border-radius: 0px 100px 100px 0px;
}
.hp-tab-section .oxy-tab.tab-active .ct-text-block {
  color: var(--global-colors-text-white);
  font-weight: 700;
}

@media (max-width: 767px) {
  .hp-tab-section .oxy-tab {
    padding: 5px 20px;
  }
}

.hp-tab-content-sec {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hp-tab-content-sec {
    margin: 30px 0 60px;
  }
}
.hp-tab-content-sec .oxy-tab-content {
  padding: 0px;
  gap: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start !important;
}

.hp-mid-tab {
  border-left: 2px solid var(--global-colors-darkest-blue);
  border-right: 2px solid var(--global-colors-darkest-blue);
}

.tab-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 992px) {
  .tab-div {
    flex-direction: column;
    gap: 0px;
    border-bottom: 1px solid var(--global-colors-blue-40);
  }
}
.tab-div .main-tabs {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .tab-div .main-tabs {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tabs {
    width: 100%;
  }
}
.tab-div .main-tabs .disabled-tab {
  display: none;
}
.tab-div .main-tabs .tab {
  padding: 62px 0 61px 30px;
  transition: all 0.5s ease;
  background-color: var(--global-colors-text-white);
  border-top: 1px solid var(--global-border-colors-blue-40);
}
@media (max-width: 1400px) {
  .tab-div .main-tabs .tab {
    padding: 45px 0 45px 30px;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tabs .tab {
    width: 100%;
    padding: 15px 0 15px 20px;
  }
}
.tab-div .main-tabs .tab:last-child {
  border-bottom: 1px solid var(--global-colors-blue-40);
}
@media (max-width: 992px) {
  .tab-div .main-tabs .tab:last-child {
    border-bottom: unset;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tabs .tab.tabs-5273-tab-active:last-child {
    border-bottom: none;
  }
}
.tab-div .tab.first-tab:hover, .tab-div .tab.first-tab:active .oxy-rich-text, .tab-div .main-tab-content .tab-text-output.first-tab .oxy-rich-text {
  background-color: var(--global-colors-bg-purple-10);
  transition: var(--transition);
}
.tab-div .tab.second-tab:hover, .tab-div .tab.second-tab:active .oxy-rich-text, .tab-div .main-tab-content .tab-text-output.second-tab .oxy-rich-text {
  background-color: var(--global-colors-bg-light-blue-10);
  transition: var(--transition);
}
.tab-div .tab.third-tab:hover, .tab-div .main-tab-content .tab-text-output.third-tab .oxy-rich-text {
  background-color: var(--global-colors-bg-dark-blue-10);
  transition: var(--transition);
}
.tab-div .main-tab-content {
  height: 100%;
  display: flex;
  width: 50%;
  max-width: 685px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .tab-div .main-tab-content {
    width: 45%;
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tab-content {
    width: 100%;
  }
}
.tab-div .main-tab-content .tab-text-output .oxy-rich-text {
  color: var(--global-colors-heading-color-1);
  border-radius: 28px;
  background: var(--global-colors-bg-purple-10);
  padding: 65px 98px 125px 75px;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 645;
  line-height: 44px;
  transition: var(--transition);
}
@media (max-width: 1400px) {
  .tab-div .main-tab-content .tab-text-output .oxy-rich-text {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tab-content .tab-text-output .oxy-rich-text {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .tab-div .main-tab-content .tab-text-output .oxy-rich-text {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 25px 30px 25px;
  }
}
@media (min-width: 993px) {
  .tab-div .main-tab-content .oxy-tab-content {
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 0px;
  }
}
.tab-div .tab-image-output {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-align: center;
}
.tab-div .tab-image-output img {
  width: 685px;
  height: auto;
}
@media (max-width: 1400px) {
  .tab-div .tab-image-output img {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .tab-div .tab-image-output img {
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tab-div .tab-image-output img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tab-content.oxy-tabs-contents-wrapper, .tab-div .main-tabs.oxy-tabs-wrapper {
    display: contents !important;
  }
  .tab-div .main-tabs .oxy-tab {
    width: 100%;
  }
  .tab-div .main-tab-content .oxy-tab-content {
    width: 100%;
    max-height: 1000px;
    transition: max-height 0.4s;
    overflow: hidden;
  }
  .tab-div .main-tab-content .oxy-tab-content > * {
    transition: opacity 2s;
  }
  .tab-div .main-tab-content .oxy-tabs-contents-content-hidden {
    display: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 20px;
  }
  .tab-div .main-tab-content .oxy-tabs-contents-content-hidden > * {
    opacity: 0 !important;
    transition: opacity 0.4s;
  }
  .tab-div .main-tab-content .disabled-tab-content {
    display: none !important; /* Always visible by default on desktop */
  }
}

/*Industry Tab section*/
.industry-tab-sec {
  position: relative;
}
@media (max-width: 767px) {
  .industry-tab-sec {
    padding-bottom: 28px;
  }
  .industry-tab-sec .ct-section-inner-wrap {
    align-items: flex-start;
  }
}

.industry-tab-sec:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/05/industry-bg-pattern.svg);
  width: 100%;
  height: 250px;
  top: 65%;
}
@media (max-width: 767px) {
  .industry-tab-sec:after {
    width: 0;
  }
}
@media (max-width: 1400px) {
  .industry-tab-sec:after {
    top: 70%;
  }
}

.industry-tab-div {
  display: flex;
  flex-direction: row;
  gap: 106px;
  width: 100%;
  margin-bottom: 68px;
}
.industry-tab-div .oxy-tab {
  transition: 0.3s ease-in-out;
  border-radius: 0px 14px 14px 0px;
  border-left: 2px solid var(--global-border-colors-blue-40);
  padding: 35px 30px 35px 50px;
}
.industry-tab-div .oxy-tab:hover {
  background-color: var(--global-colors-bg-purple-10);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .industry-tab-div .oxy-tab {
    padding: 35px;
  }
}
@media (max-width: 992px) {
  .industry-tab-div .oxy-tab {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .industry-tab-div .oxy-tab {
    border: 2px solid var(--global-border-colors-blue-40) !important;
    margin-bottom: 20px;
    border-radius: 14px;
  }
}
.industry-tab-div .tabs-6971-tab-active {
  border-radius: 0px 14px 14px 0px;
  border-left: 2px solid var(--global-border-colors-1);
  background: var(--global-border-colors-purple-100) !important;
}
.industry-tab-div .tabs-6971-tab-active p {
  color: var(--global-colors-text-white);
  font-weight: 600;
}
@media (max-width: 767px) {
  .industry-tab-div .tabs-6971-tab-active {
    border-left: 0px;
    border-radius: 14px;
  }
}
.industry-tab-div .oxy-tab-content {
  padding: 0px;
  z-index: 1;
}
@media (max-width: 767px) {
  .industry-tab-div .oxy-tab-content {
    margin-bottom: 15px;
  }
}
.industry-tab-div .oxy-tabs-contents {
  width: 55.2%;
  max-width: 729px;
}
@media (max-width: 767px) {
  .industry-tab-div .oxy-tabs-contents {
    width: 100%;
  }
}
.industry-tab-div .oxy-tabs {
  width: 45%;
  max-width: 565px;
  z-index: 1;
}
@media (max-width: 767px) {
  .industry-tab-div .oxy-tabs {
    width: 100%;
  }
}
.industry-tab-div img {
  width: 729px;
  border-radius: 24px;
}
@media (max-width: 1400px) {
  .industry-tab-div {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .industry-tab-div {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .industry-tab-div {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .testmonials_name_desig {
    gap: 15px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
  .testimonial_wrapper {
    max-width: 100%;
  }
  .find_us_slider .unslider-nav ol {
    visibility: hidden;
  }
}
/*# sourceMappingURL=style.css.map */