/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Onest";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/onest/Onest-Light.eot");
  src: url("../fonts/onest/Onest-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Light.woff") format("woff"), url("../fonts/onest/Onest-Light.ttf") format("truetype"), url("../fonts/onest/Onest-Light.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/onest/Onest-Regular.eot");
  src: url("../fonts/onest/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Regular.woff") format("woff"), url("../fonts/onest/Onest-Regular.ttf") format("truetype"), url("../fonts/onest/Onest-Regular.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/onest/Onest-Medium.eot");
  src: url("../fonts/onest/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Medium.woff") format("woff"), url("../fonts/onest/Onest-Medium.ttf") format("truetype"), url("../fonts/onest/Onest-Medium.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/onest/Onest-SemiBold.eot");
  src: url("../fonts/onest/Onest-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-SemiBold.woff") format("woff"), url("../fonts/onest/Onest-SemiBold.ttf") format("truetype"), url("../fonts/onest/Onest-SemiBold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/onest/Onest-Bold.eot");
  src: url("../fonts/onest/Onest-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Bold.woff") format("woff"), url("../fonts/onest/Onest-Bold.ttf") format("truetype"), url("../fonts/onest/Onest-Bold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/onest/Onest-ExtraBold.eot");
  src: url("../fonts/onest/Onest-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-ExtraBold.woff") format("woff"), url("../fonts/onest/Onest-ExtraBold.ttf") format("truetype"), url("../fonts/onest/Onest-ExtraBold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/onest/Onest-Black.eot");
  src: url("../fonts/onest/Onest-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Black.woff") format("woff"), url("../fonts/onest/Onest-Black.ttf") format("truetype"), url("../fonts/onest/Onest-Black.svg#Onest") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: normal;
  color: #737373;
  font-family: "Onest", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F2F2FA;
}

@-ms-viewport {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
  line-height: 1;
  color: #0D6EAB;
  font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #05E3DE;
  font-weight: inherit;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

h1 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: normal;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  margin: 0 0 2rem 0;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 2.4rem;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: rgba(13, 110, 171, 0.5) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(13, 110, 171, 0.5) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(13, 110, 171, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(13, 110, 171, 0.5) !important;
}

input:focus {
  outline: none;
}

.form-group {
  margin-bottom: 3.2rem;
}

.form-control {
  height: 4rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1rem 1.6rem;
  background-color: #ffffff;
  border: 1px solid #0D6EAB;
}

textarea.form-control {
  height: 12.8rem;
  resize: none;
}

label {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #0D6EAB;
}

a {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  text-decoration: none;
  color: #0D6EAB;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.ratio > * {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0 !important;
}

.btn {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, gap 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, gap 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, transform 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, gap 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, transform 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, gap 0.3s ease-out, -webkit-transform 0.3s ease-out;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 1.3rem 1.4rem;
  border-radius: 5rem;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white {
  border: none;
}

.btn-primary {
  background-color: #0D6EAB;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #05E3DE;
  color: #ffffff;
}

.btn.btn-has-circle-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.btn.btn-has-circle-arrow .icon-arrow-right {
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 1;
  color: #0D6EAB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin: -1rem -1rem -1rem 0;
  height: 3.2rem;
  width: 3.2rem;
}

.btn.btn-has-circle-arrow:hover .icon-arrow-right {
  margin-left: 1rem;
}

.btn.btn-has-circle-arrow.btn-white .icon-arrow-right {
  background-color: #0D6EAB;
  color: #ffffff;
}

.btn.btn-has-circle-arrow.btn-white:hover {
  background-color: #0D6EAB;
  color: #ffffff;
}

.btn.btn-has-circle-arrow.btn-white:hover .icon-arrow-right {
  background-color: #ffffff;
  color: #0D6EAB;
}

.btn-white {
  background-color: #ffffff;
  color: #0D6EAB;
}

.bgImg,
.bannerParallaxBgImg,
.parallaxBgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bannerParallaxBgImg,
.parallaxBgImg {
  bottom: -100px;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.mobile-menu {
  background-color: #0D6EAB;
}

.mobile-menu .btn-close {
  --bs-btn-close-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
  margin: 0;
}

.mobile-menu .offcanvas-header {
  border-bottom: 1px solid rgba(5, 227, 222, 0.3);
  padding: 1.7rem 0;
}

.mobile-menu .offcanvas-header .site-logo {
  width: 15rem;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.mobile-menu .offcanvas-header .site-logo img {
  display: block;
}

.mobile-menu .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.mobile-menu .main-nav .nav {
  display: block;
  font-size: 1.8rem;
}

.mobile-menu .main-nav .nav .menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mobile-menu .main-nav .nav .menu-item.active a {
  text-decoration: underline;
  font-weight: 600;
}

.mobile-menu .main-nav .nav .menu-item a {
  color: #ffffff;
}

.mobile-menu .offcanvas-footer {
  margin-top: auto;
  border-top: 1px solid rgba(5, 227, 222, 0.3);
  padding: 1.5rem 0;
}

.mobile-menu .header-contact-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  gap: 0.7rem;
  color: #ffffff;
}

.mobile-menu .header-contact-numb .icon-circle-phone {
  font-size: 2.15em;
}

.mobile-menu .header-contact-numb:hover {
  color: #05E3DE;
}

.site-header {
  padding: 1.7rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
  transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
}

.page-scrolled .site-header {
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.site-header .site-logo {
  width: 15rem;
  display: block;
}

.site-header .main-nav .nav {
  font-size: 1.4rem;
  line-height: 1.1;
  gap: 2.4rem;
  text-transform: capitalize;
}

.site-header .main-nav .nav .menu-item.active > a {
  text-shadow: 0 0 0.5px #0D6EAB;
}

.site-header .main-nav .nav .menu-item.active > a:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a {
  color: #0D6EAB;
  position: relative;
  display: block;
}

.site-header .main-nav .nav .menu-item a:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -5px;
  background: #0D6EAB;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.3s ease;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}

.site-header .main-nav .nav .menu-item a:hover:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a.active:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a:hover {
  text-shadow: 0 0 0.5px #0D6EAB;
}

.site-header .header-contact-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  gap: 0.7rem;
  color: #0D6EAB;
}

.site-header .header-contact-numb .icon-circle-phone {
  font-size: 2.15em;
}

.site-header .header-contact-numb:hover {
  color: #05E3DE;
}

.site-header .burger-btn {
  width: 2.3rem;
}

.site-main.page {
  padding: 11rem 0 7rem;
}

.site-main.page h1 {
  margin-bottom: 4rem;
}

.site-main.page h2 {
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.site-main.page p + h1,
.site-main.page p + h2,
.site-main.page p + h3,
.site-main.page p + h4,
.site-main.page p + h5,
.site-main.page p + h6 {
  margin-top: 3.5rem;
}

.site-main.page ul + h1,
.site-main.page ul + h2,
.site-main.page ul + h3,
.site-main.page ul + h4,
.site-main.page ul + h5,
.site-main.page ul + h6 {
  margin-top: 3.5rem;
}

.site-main.page p:empty:before {
  content: ' ';
  white-space: pre;
}

.site-main.page p a:hover,
.site-main.page ul a:hover {
  text-decoration: underline;
}

.hero-banner {
  position: relative;
  z-index: 2;
  height: 60rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 3rem 3rem;
  min-height: 100svh;
}

.hero-banner .bgImg {
  overflow: hidden;
}

.hero-banner .content-holder h1 {
  margin-bottom: 1.6rem;
}

.hero-banner .content-holder h6 {
  color: #737373;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 3rem;
  font-weight: bold;
}

.hero-banner .content-holder .desc {
  max-width: 43rem;
}

.hero-banner .content-holder .btn {
  margin-top: 2rem;
}

.about-section {
  padding: 15rem 0 0;
  background-color: rgba(5, 227, 222, 0.3);
  color: #0D6EAB;
  margin-top: -8.5rem;
}

.about-section .section-heading {
  margin-bottom: 5rem;
}

.about-section .section-heading h2 {
  font-weight: normal;
  text-transform: uppercase;
}

.about-section .section-heading h2 strong {
  color: #ffffff;
}

.about-section .section-heading__desc {
  max-width: 43rem;
}

.about-section .section-heading__desc .btn {
  gap: 2rem;
}

.about-section .about-features-box__inner {
  background-color: #0D6EAB;
  border-radius: 5rem;
  padding: 5.5rem 4.5rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.about-section .about-features-box__inner h1,
.about-section .about-features-box__inner h2,
.about-section .about-features-box__inner h3,
.about-section .about-features-box__inner h4,
.about-section .about-features-box__inner h5,
.about-section .about-features-box__inner h6 {
  color: inherit;
  margin-bottom: 1.8rem;
}

.about-section .about-features-box__inner .floating-icon {
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: -1;
  width: 35.8rem;
  max-width: 40%;
}

.about-section .about-features-box .column-left h2 {
  line-height: 0.875;
  font-weight: 600;
}

.about-section .about-features-box .column-right .feature-card {
  margin-bottom: 3.2rem;
}

.about-section .about-features-box .column-right .feature-card > *:last-child {
  margin-bottom: 0;
}

.about-section .about-features-box .column-right .feature-card .ico-holder {
  margin-bottom: 2.2rem;
}

.about-section .about-features-box .column-right .feature-card .ico-holder img {
  height: 5.5rem;
}

.about-section .about-features-box .column-right .feature-card h5 {
  color: #05E3DE;
  max-width: 23rem;
}

.how-it-works {
  padding: 7rem 0;
  position: relative;
  z-index: 1;
}

.how-it-works:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -43.5rem;
  background-color: #F2F2FA;
  z-index: -2;
  border-radius: 5rem;
}

.how-it-works .section-heading {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}

.how-it-works .section-heading:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0D6EAB;
}

.how-it-works .section-heading h2 {
  text-transform: uppercase;
}

.how-it-works .section-heading h2 strong {
  display: block;
}

.how-it-works .section-short-info {
  color: #0D6EAB;
  font-size: 1.8rem;
  font-weight: 500;
}

.how-it-works .section-short-info__inner {
  max-width: 90%;
  padding-bottom: 3rem;
}

.how-it-works .line-with-dots {
  position: relative;
  margin-bottom: 3.2rem;
}

.how-it-works .line-with-dots .line {
  background: -webkit-linear-gradient(left, #05E3DE 0%, #09A9C5 50%, #0D6EAB 100%);
  background: linear-gradient(90deg, #05E3DE 0%, #09A9C5 50%, #0D6EAB 100%);
  height: 2px;
  width: 0%;
}

.how-it-works .line-with-dots .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.4);
      -ms-transform: translateY(-50%) scale(0.4);
          transform: translateY(-50%) scale(0.4);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background-color: #05E3DE;
  opacity: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.how-it-works .line-with-dots .dot:nth-of-type(3n+1) {
  left: calc(33.33% - 1.6rem);
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.4);
      -ms-transform: translateY(-50%) translateX(-100%) scale(0.4);
          transform: translateY(-50%) translateX(-100%) scale(0.4);
}

.how-it-works .line-with-dots .dot:nth-of-type(3n+2) {
  left: calc(66.66666667% - 0.8rem);
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.4);
      -ms-transform: translateY(-50%) translateX(-100%) scale(0.4);
          transform: translateY(-50%) translateX(-100%) scale(0.4);
  background-color: #09A9C5;
}

.how-it-works .line-with-dots .dot:nth-of-type(3n+3) {
  right: 0;
  background-color: #0D6EAB;
}

.how-it-works .step-columns .step-item__box {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1.6rem 3.6rem 3rem 3.2rem;
  height: 100%;
  font-size: 1.2rem;
}

.how-it-works .step-columns .step-item:nth-child(3n+2) .step-number,
.how-it-works .step-columns .step-item:nth-child(3n+2) h6 {
  color: #09A9C5;
}

.how-it-works .step-columns .step-item:nth-child(3n+3) .step-number,
.how-it-works .step-columns .step-item:nth-child(3n+3) h6 {
  color: #0D6EAB;
}

.how-it-works .step-columns .step-item .step-number {
  color: #05E3DE;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.how-it-works .step-columns .step-item h6 {
  color: #05E3DE;
  line-height: 1.5;
}

.how-it-works + .image-banner-with-overlay-content {
  margin-top: -11rem;
  z-index: 0;
}

.image-banner-with-overlay-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
  height: 67.5rem;
  border-radius: 3rem;
}

.image-banner-with-overlay-content .content-holder {
  margin-top: 8rem;
}

.image-banner-with-overlay-content .content-holder .desc {
  max-width: 43rem;
  margin-bottom: 2rem;
}

.partners-section {
  padding: 7rem 0 9rem;
  overflow: hidden;
  background-color: #F2F2FA;
}

.partners-section .section-heading {
  margin-bottom: 2rem;
}

.partners-section .section-heading h2 {
  margin-bottom: 1.6rem;
}

.partners-section .section-heading .desc {
  max-width: 40rem;
}

.partners-section .swiper {
  overflow: initial;
}

.partners-section .swiper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -1px;
  bottom: -1px;
  width: 100vw;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #F2F2FA;
  z-index: 2;
}

.partners-section .swiper .swiper-slide {
  background-color: rgba(13, 110, 171, 0.15);
  border-radius: 1.5rem;
  overflow: hidden;
  height: auto;
}

.partners-section .swiper .swiper-slide .image-holder .ratio {
  --bs-aspect-ratio: 68%;
}

.partners-section .swiper .swiper-slide .content-holder {
  padding: 3.5rem 3.3rem 3.2rem;
  position: relative;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.285;
}

.partners-section .swiper .swiper-slide .content-holder > *:last-child {
  margin-bottom: 0;
}

.partners-section .swiper .swiper-slide .content-holder .floating-icon {
  position: absolute;
  width: 4.6rem;
  left: 3.3rem;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners-section .swiper .swiper-slide .content-holder h6 {
  margin-bottom: 1.5rem;
}

.swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 1px solid #0D6EAB;
  opacity: 1;
  background-color: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0D6EAB;
}

.swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.swiper-controller .swiper-button-next,
.swiper-controller .swiper-button-prev {
  position: static;
  margin: 0;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #0D6EAB;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.swiper-controller .swiper-button-next:after,
.swiper-controller .swiper-button-prev:after {
  font-size: 1.2rem;
  font-weight: bold;
}

.swiper-controller .swiper-pagination {
  position: static;
}

.therapies-section {
  background-color: #0D6EAB;
  color: #ffffff;
  padding: 9rem 0 20rem;
  border-radius: 5rem 5rem 0 0;
}

.therapies-section h1,
.therapies-section h2,
.therapies-section h3,
.therapies-section h4,
.therapies-section h5,
.therapies-section h6 {
  color: #05E3DE;
}

.therapies-section .section-heading {
  margin-bottom: 4rem;
}

.therapies-section .section-heading h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
}

.therapies-section .therapies-card-list .therapies-card {
  border-bottom: 1px solid #ffffff;
}

.therapies-section .therapies-card-list .therapies-card.active .therapies-card__header .floating-toggle-ico:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.therapies-section .therapies-card-list .therapies-card__header {
  position: relative;
  padding: 1.5rem 2.8rem 1.5rem 5rem;
  cursor: pointer;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-ico img {
  width: 100%;
}

.therapies-section .therapies-card-list .therapies-card__header h6 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:before,
.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.therapies-section .therapies-card-list .therapies-card__body {
  padding: 0 2.8rem 1.7rem 5rem;
  margin-top: -1rem;
  display: none;
}

.therapies-section .therapies-card-list .therapies-card__body > *:last-of-type {
  margin-bottom: 0;
}

.therapies-section .therapies-card-list .therapies-card__body p {
  margin-bottom: 1rem;
}

.therapies-section .therapies-card-list .therapies-card__body .mobile-image {
  margin-top: 1rem;
}

.therapies-section .therapies-card-list .therapies-card__body .mobile-image img {
  border-radius: 1rem;
}

.therapies-section .therapies-card-images {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.therapies-section .therapies-card-images img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  display: block;
}

.therapies-section .therapies-card-images img.active {
  opacity: 1;
  visibility: visible;
}

.therapies-section + .contact-section {
  margin-top: -11.7rem;
}

.contact-section {
  padding: 8rem 0;
  background-color: #F2F2FA;
  border-radius: 5rem 5rem 0 0;
}

.contact-section .section-heading {
  text-align: center;
  font-size: 1.6rem;
  max-width: 62rem;
  margin: 0 auto 5rem;
}

.contact-section .section-heading h2 {
  margin-bottom: 2rem;
}

.contact-section .contact-form {
  background-color: rgba(5, 227, 222, 0.3);
  border-radius: 3rem;
  padding: 5.5rem 4rem;
}

.contact-section .contact-form .form-group p {
  margin-bottom: 0;
}

.contact-section .contact-form .form-group.form-group--checkbox .wpcf7-list-item {
  margin: 0;
}

.contact-section .contact-form .form-group.form-group--checkbox label {
  margin: 0;
}

.contact-section .contact-form .form-group.form-group--checkbox a {
  text-decoration: underline;
  color: #0D6EAB;
}

.contact-section .contact-form .form-group.form-group--checkbox a:hover {
  color: #09507c;
}

.contact-section .contact-form h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
}

.contact-section .contact-form .btn {
  background-size: 3.2rem;
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 6rem;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

.contact-section .contact-form .btn:hover {
  padding-right: 7rem;
  background-color: #05E3DE;
}

.above-footer-image {
  background-color: #F2F2FA;
}

.site-footer {
  background-color: #0D6EAB;
  color: #ffffff;
  border-radius: 3rem 3rem 0 0;
  line-height: 1.4;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: inherit;
}

.site-footer__top {
  padding: 7.5rem 0 3.5rem;
  border-bottom: 1px solid #ffffff;
}

.site-footer__top .column-left {
  margin-bottom: 5rem;
}

.site-footer__top .column-left__inner {
  max-width: 32.4rem;
}

.site-footer__top .column-left__inner .site-logo {
  max-width: 24rem;
  display: block;
  margin-bottom: 5rem;
}

.site-footer__top .column-left__inner .disclaimer {
  font-size: 1rem;
}

.site-footer__top .column-left__inner .disclaimer .label {
  font-weight: bold;
}

.site-footer__top .column-right .title {
  font-size: 1.2rem;
  font-weight: normal;
  color: #05E3DE;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.site-footer__top .column-right .column-quick-links {
  margin-bottom: 5rem;
}

.site-footer__top .column-right .column-quick-links ul {
  margin-bottom: 0;
}

.site-footer__top .column-right .column-quick-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer__top .column-right .column-quick-links ul li a {
  color: #ffffff;
}

.site-footer__top .column-right .column-quick-links ul li a:hover {
  color: #05E3DE;
  text-decoration: underline;
}

.site-footer__top .column-right .column-contact-info {
  margin-bottom: 5rem;
}

.site-footer__top .column-right .column-contact-info .contact-info-item:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .title {
  margin-bottom: 0;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .value a {
  color: #ffffff;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .value a:hover {
  color: #05E3DE;
  text-decoration: underline;
}

.site-footer__btm {
  font-size: 1rem;
  padding: 1.8rem 0 2.6rem;
}

.site-footer__btm a {
  color: #05E3DE;
}

.site-footer__btm a:hover {
  color: #3afbf6;
  text-decoration: underline;
}

.site-footer__btm .siteby a {
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 768px) {
  html {
    font-size: 45.2%;
  }

  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 6.4rem;
    margin-bottom: 2.2rem;
  }

  h2 {
    font-size: 4.8rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3.2rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 2rem;
  }

  p {
    margin: 0 0 2.2rem 0;
  }

  .gutters-md-65 {
    --bs-gutter-x: 6.5rem;
  }

  .gutters-end-md-0 > *:last-child {
    margin-bottom: 0 !important;
  }

  .btn {
    font-size: 1.6rem;
    padding: 1.6rem 1.7rem;
  }

  .btn.btn-has-circle-arrow .icon-arrow-right {
    margin: -1.1rem -1.2rem -1.1rem 0;
    height: 4rem;
    width: 4rem;
  }

  .page-scrolled .mobile-menu .offcanvas-header {
    padding: 1.4rem 0;
  }

  .mobile-menu .offcanvas-header {
    padding: 2.8rem 0;
  }

  .mobile-menu .offcanvas-header .site-logo {
    width: 18.2rem;
  }

  .site-header {
    padding: 2.8rem 0;
  }

  .page-scrolled .site-header {
    background: #ffffff;
    padding: 1.4rem 0;
  }

  .site-header .site-logo {
    width: 21.6rem;
  }

  .site-main.page {
    padding: 15rem 0 7rem;
  }

  .hero-banner {
    height: 74rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14rem 0 5rem;
  }

  .hero-banner .bgImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background: -webkit-linear-gradient(left, #FFFFFF 13.94%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #FFFFFF 13.94%, rgba(255, 255, 255, 0) 100%);
  }

  .hero-banner .content-holder .btn {
    margin-top: 3rem;
  }

  .about-section .section-heading {
    margin-bottom: 6.5rem;
  }

  .about-section .about-features-box__inner {
    margin: 0 -1.6rem;
    padding: 8rem 8rem 5.5rem;
  }

  .about-section .about-features-box__inner .floating-icon {
    max-width: 32%;
  }

  .about-section .about-features-box .column-left {
    width: 38.5%;
  }

  .how-it-works {
    padding: 10rem 0;
  }

  .how-it-works .section-heading {
    padding-bottom: 6rem;
  }

  .how-it-works .section-heading__title {
    width: 60%;
  }

  .how-it-works .section-short-info {
    font-size: 2rem;
  }

  .how-it-works .section-short-info__inner {
    max-width: 50%;
  }

  .how-it-works .line-with-dots .dot {
    height: 2.5rem;
    width: 2.5rem;
  }

  .how-it-works .step-columns .step-item__box {
    font-size: 1.4rem;
  }

  .image-banner-with-overlay-content {
    min-height: 75rem;
  }

  .image-banner-with-overlay-content .content-holder .desc {
    margin-bottom: 3.2rem;
  }

  .partners-section {
    padding: 8.2rem 0 14rem;
  }

  .partners-section .section-heading {
    margin-bottom: 6.4rem;
    font-size: 1.8rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8rem;
  }

  .swiper-controller {
    gap: 2.6rem;
  }

  .swiper-controller .swiper-button-next,
  .swiper-controller .swiper-button-prev {
    height: 4rem;
    width: 4rem;
  }

  .therapies-section {
    padding: 13rem 0 26rem;
  }

  .therapies-section .therapies-card-list .therapies-card__header {
    padding: 1.5rem 2.8rem 1.5rem 7.5rem;
  }

  .therapies-section .therapies-card-list .therapies-card__body {
    padding: 0 4rem 1.7rem 7.5rem;
  }

  .therapies-section .therapies-card-list .therapies-card__body .mobile-image {
    display: none;
  }

  .contact-section {
    padding: 8rem 0 12.5rem;
  }

  .contact-section .section-heading {
    margin: 0 auto 10.5rem;
    font-size: 1.8rem;
  }

  .contact-section .section-heading h2 {
    margin-bottom: 3rem;
  }

  .contact-section .contact-form {
    padding: 4rem 10.8rem;
  }

  .contact-section .contact-form .row {
    --bs-gutter-x: 10rem;
  }

  .contact-section .contact-form h2 {
    margin-bottom: 9rem;
  }

  .contact-section .contact-form .btn {
    background-size: 4rem;
  }

  .site-footer__top {
    padding: 10.5rem 0 3.5rem;
  }

  .site-footer__top .column-left__inner .site-logo {
    max-width: 32.4rem;
    margin-bottom: 8rem;
  }

  .site-footer__top .column-right .title {
    margin-bottom: 2.2rem;
  }

  .site-footer__top .column-right .column-quick-links ul li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .site-footer__top .column-right .column-contact-info .contact-info-item:not(:last-child) {
    margin-bottom: 2.3rem;
  }

  .site-footer__btm {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }

  .about-section .about-features-box__inner {
    padding: 8rem 10.8rem 5.5rem;
  }

  .site-footer__top .column-right .column-quick-links {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 136.4rem;
  }

  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1792px) {
  html {
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  .site-header {
    background: -webkit-linear-gradient(top, #ECEEF0 60.1%, rgba(236, 238, 240, 0) 100%);
    background: linear-gradient(180deg, #ECEEF0 60.1%, rgba(236, 238, 240, 0) 100%);
  }

  .page-scrolled .site-header {
    background-color: #ffffff;
  }

  .hero-banner .bgImg {
    background-size: cover;
    background-position: right center;
    height: 61%;
    bottom: auto;
  }

  .hero-banner .content-holder {
    background-color: #ECEEF0;
    background: -webkit-linear-gradient(bottom, #ECEEF0 75%, rgba(236, 238, 240, 0) 100%);
    background: linear-gradient(0deg, #ECEEF0 75%, rgba(236, 238, 240, 0) 100%);
    border-radius: 0 0 3rem 3rem;
  }

  .hero-banner .content-holder {
    padding: 17rem 0 3.5rem;
  }

  .about-section .about-features-box .column-left h2 {
    margin-bottom: 4rem;
  }

  .how-it-works .step-columns .step-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .image-banner-with-overlay-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10rem 0 3rem;
  }

  .image-banner-with-overlay-content .bgImg {
    background-size: 140% auto;
    background-position: top 42% center;
    background-repeat: no-repeat;
  }

  .image-banner-with-overlay-content .bgImg:before {
    content: "";
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(236, 237, 239, 0) 0%, rgba(236, 237, 239, 0.44) 33%, #ecedef 44%, #ecedef 99%);
    background: linear-gradient(to bottom, rgba(236, 237, 239, 0) 0%, rgba(236, 237, 239, 0.44) 33%, #ecedef 44%, #ecedef 99%);
    background-repeat: no-repeat;
    z-index: 1;
  }

  .image-banner-with-overlay-content .content-holder h1 {
    font-size: 3.2rem;
  }

  .partners-section .section-heading .swiper-controller {
    margin-top: 2rem;
    padding-right: 14%;
  }

  .partners-section .section-heading .swiper-controller .swiper-pagination {
    text-align: initial;
  }

  .site-footer__btm .copyright {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .hero-banner .content-holder {
    padding: 14rem 0 3.5rem;
  }
}

@media (max-width: 379px) {
  .hero-banner .bgImg {
    height: 54%;
  }
}