*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Volta-75Bold";
  src: url("../fonts/VoltaModernDisplayWeb-75Bold.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-75Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta-55Roman";
  src: url("../fonts/VoltaModernDisplayWeb-55Roman.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-55Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta-45Light";
  src: url("../fonts/VoltaModernDisplayWeb-45Light.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-45Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/** reset **/
a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

input, select, textarea, button {
  outline: none;
  border: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

p {
  font-size: 20px;
}

.grad-purp {
  background: linear-gradient(270deg, #C46695 0%, #5549E3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-orange {
  background: linear-gradient(48deg, #FF585D 0%, #FFC100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

selector .swiper-pagination-bullet ::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/dot.svg");
  background-size: cover;
  margin-right: 20px;
  vertical-align: middle;
}

selector .swiper-pagination-bullet-active ::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/dot-active.svg");
  background-size: cover;
  margin-right: 20px;
  vertical-align: middle;
}

.ext-btn ::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/external-link.png");
  background-size: cover;
  margin-right: 20px;
  vertical-align: middle;
}

.no-break {
  white-space: nowrap;
}

/** Floating nav styles **/
.float-nav a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/icon-nav-investigate.png");
  background-size: cover;
  margin-right: 20px;
  vertical-align: middle;
}
.float-nav.nav-therapy {
  background-image: url("../images/icon-nav-disease.png");
}

/** header-hero-sec style end **/
.disease-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s ease, padding 1.2s ease;
}

/* When expanded */
.disease-toggle.active .disease-content {
  max-height: 2000px;
}

.disease-toggle {
  position: relative;
  cursor: pointer;
}

/** faq accordions **/
.faq-section {
  border-radius: 20px;
}

.faq-section .faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

.faq-section.active .faq-content {
  max-height: 1000px;
  opacity: 1;
}

.faq-section .faq-icon {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-section.active .faq-icon {
  transform: rotate(180deg);
}

.faq-section .faq-question {
  cursor: pointer;
}

.faq-question.active .faq-question {
  border-radius: 20px 20px 0 0;
}

.hero-icon {
  bottom: 0;
  display: block;
  height: 25px;
  left: calc(50% - 4px);
  opacity: 1;
  pointer-events: none;
  position: fixed;
  transition: opacity 1s;
  width: 3px;
  z-index: 100;
}

.btn-ext {
  background: url("../images/external-link.png");
  background-repeat: no-repeat;
}

.orange {
  color: #FFC100;
}

.blue {
  color: #DEF3FF;
  font-size: 24px;
  font-weight: 400;
}

.half-way-bg {
  background-position: center 50% !important;
}

.elementor-widget-text-editor ul {
  margin: 0 0 20px 20px;
}
.elementor-widget-text-editor ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .elementor-swiper-button {
    display: none !important;
  }
}
.elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-left: -20px;
}

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