body {
  background-color: #fff !important;
  /* padding: 10px; */
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* height */
::-webkit-scrollbar {
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #eee;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1b4ea0;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e76943;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0) !important;
  border-color: #eee !important;
}

.space-div {
  width: 100%;
  padding-bottom: 90px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.space-div-block {
  width: 100%;
  padding-bottom: 90px;
  background: rgb(255, 255, 255);
}


@media screen and (max-width: 980px) {
  .space-div {
    width: 100%;
    padding-bottom: 60px;
  }

  .space-div-block {
    width: 100%;
    padding-bottom: 60px;
    background: rgb(255, 255, 255);
  }
}


.GHELanding {
  /* background-color: #ffffff; */
  /* opacity: 1;
  padding: 20px 10px;
  border-radius: 16px; */
}


.GHENavbar {
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  background-color: rgb(255 255 255 / 00%) !important;
  position: fixed !important;
  top: 0;
  z-index: 9999;
  /* Ensure the navbar is on top of other content */
  padding-top: 0;
}

.GHENavbar-inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 14px 14px;
  padding: 10px 20px !important;
  background-color: #fff !important;
}

.GHENavbar .navbar-brand img {
  height: 52px;
  /* Adjust the size of your logo */
}

/* Ensure navbar items are aligned to the right */
.GHENavbar .navbar-nav {
  margin-left: auto;
  /* This pushes the nav items to the right */
}

.GHENavbar .navbar-nav .nav-link-menu {
  font-size: 17px;
  color: rgb(111, 111, 111);
  line-height: 1.2;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  display: block;
  cursor: pointer;
}

.GHENavbar .navbar-nav .nav-link-menu:hover {
  color: #1b4ea0;
  text-decoration-color: #1b4ea0 !important;
}


.GHEBanner {
  position: relative;
  /* z-index: -10; */
  height: 100vh;
  display: flex;
  align-items: center;
  object-fit: contain;
  top: 0;
  width: 100%;
  margin-bottom: 50px;
}

.GHEBanner>.bg-image {
  background: url("https://goqii.com/webApp/healthengagement/assets/images/home-bg.jpg") 100% no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -2;
}

.GHEBanner .title {
  text-align: left;
  font-size: 54px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1;
}

.GHEBanner .title span.Medi {
  font-weight: 800;
  color: #1a76d1;
  font-size: 60px;
}

.GHEBanner .title span.Genie {
  font-weight: 800;
  color: #f47321;
  font-size: 60px;
}

.GHEBanner .subtitle {
  text-align: left;
  font-size: 24px;
  color: #242424;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.GHEBanner .subtitle span {
  color: #592c82;
  font-weight: 700;
}

.GHEBanner .btn-book-demo {
  color: #fff;
  background: #1db04b !important;
  border: 1px solid #1db04b !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.GHEBanner .btn-book-demo:hover {
  color: #fff;
  background: #1b4ea0 !important;
  border: 1px solid #1b4ea0 !important;
}


@media screen and (max-width: 980px) {
  .GHEBanner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    object-fit: contain;
    top: 0em;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .GHEBanner .title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 7rem;
  }

  .GHEBanner .subtitle {
    text-align: center;
    font-size: 18px;
    color: #2c2d3f;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }

  .GHEBanner>.bg-image {
    background: url("https://goqii.com/webApp/healthengagement/assets/images/home-bg-m.jpg") 100% no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -2;
  }


}

.PlatformFeatures {
  background-color: #ffffff;
  height: 100%;

}

.PlatformFeatures .content-bg {
  border-radius: 30px;
  background-color: #f7f7f7;
  padding: 3rem 2rem;
  position: relative;
  top: -50px;
}

.PlatformFeatures .works-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1rem;
}

.PlatformFeatures .content-text {
  text-align: center;
  font-size: 22px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 1rem;
  height: 100px;
}

.PlatformFeatures .btn-book-demo {
  color: #fff;
  background: #1db04b !important;
  border: 1px solid #1db04b !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.PlatformFeatures .btn-book-demo:hover {
  color: #fff;
  background: #1b4ea0 !important;
  border: 1px solid #1b4ea0 !important;
}

@media screen and (max-width: 980px) {
  .PlatformFeatures {
    background-color: #ffffff;
    height: 100%;
    /* padding: 3rem 1rem; */
  }

  .PlatformFeatures .content-bg {
    border-radius: 30px;
    background-color: #f7f7f7;
    padding: 2rem 1rem;
    position: relative;
    top: -30px;
  }

  .PlatformFeatures .works-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
  }

  .PlatformFeatures .works-subtitle {
    text-align: center;
    font-size: 25px;
    color: #4e4e4e;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }

  .PlatformFeatures .content-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    height: auto;
  }
}

.GHESolutions {
  background-color: #ffffff;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.GHESolutions .healthcare-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

.GHESolutions .healthcare-subtitle {
  text-align: left;
  font-size: 30px;
  color: #4e4e4e;
  margin-bottom: 1rem;
  font-weight: 500;
}

.GHESolutions .content-text {
  text-align: left;
  font-size: 26px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.GHESolutions .content-text span {
  font-weight: 500;
}

.GHESolutions .grey-box {
  border-radius: 0px;
  /* background-color: rgb(246, 246, 246); */
  overflow: hidden;
}

.GHESolutions .grey-box img {
  border-radius: 0px;
}

.custom-prev-solutions,
.custom-next-solutions {
  position: absolute;
  right: 70px;
  /* Place navigation on the left */
  bottom: 30px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  color: #000;
  /* Arrow color */
}

.custom-next-solutions {
  right: 30px;
  /* Offset the next arrow */
}

.custom-swiper-solutions .swiper-slide {
  opacity: 0;
  /* Start invisible */
  transition: opacity 1s ease-in-out;
  /* Smooth fade-in/out */
}

.custom-swiper-solutions .swiper-slide-active {
  opacity: 1;
  /* Visible slide */
}

@media screen and (max-width: 980px) {
  .GHESolutions .healthcare-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .GHESolutions .healthcare-subtitle {
    text-align: center;
    font-size: 25px;
    margin-bottom: 1rem;
  }

  .GHESolutions .grey-box {
    border-radius: 20px;
    background-color: rgb(246, 246, 246);
    overflow: hidden;
  }

  .GHESolutions .grey-box img {
    border-radius: 20px;
  }

  .GHESolutions .grey-box .px-5 {
    padding: 2rem !important;
  }

  .GHESolutions .content-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .custom-prev-solutions,
  .custom-next-solutions {
    position: absolute;
    left: 10px;
    right: auto;
    /* Place navigation on the left */
    bottom: 100px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    color: #000;
    /* Arrow color */
  }

  .custom-next-solutions {
    right: 10px;
    left: auto;
    /* Offset the next arrow */
  }

}


.GHEDeviceIntegration {
  background-color: #ffffff;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.GHEDeviceIntegration .deviceIntegration-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

.GHEDeviceIntegration .deviceIntegration-subtitle {
  text-align: left;
  font-size: 30px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}

.GHEDeviceIntegration .content-text {
  text-align: left;
  font-size: 26px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.GHEDeviceIntegration .content-text span {
  font-weight: 500;
}

.GHEDeviceIntegration .grey-box {
  border-radius: 0px;
  background-color: #3c3c3c;
  overflow: hidden;
}

.GHEDeviceIntegration .grey-box img {
  border-radius: 0px;
}

.custom-prev-deviceIntegration,
.custom-next-deviceIntegration {
  position: absolute;
  right: 70px;
  /* Place navigation on the left */
  bottom: 30px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  color: #000;
  /* Arrow color */
}

.custom-next-deviceIntegration {
  right: 30px;
  /* Offset the next arrow */
}

.custom-swiper-deviceIntegration .swiper-slide {
  opacity: 0;
  /* Start invisible */
  transition: opacity 1s ease-in-out;
  /* Smooth fade-in/out */
}

.custom-swiper-deviceIntegration .swiper-slide-active {
  opacity: 1;
  /* Visible slide */
}

@media screen and (max-width: 980px) {
  .GHEDeviceIntegration .deviceIntegration-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .GHEDeviceIntegration .deviceIntegration-subtitle {
    text-align: center;
    font-size: 25px;
    margin-bottom: 1rem;
  }

  .GHEDeviceIntegration .grey-box {
    border-radius: 0px;
    background-color: #3c3c3c;
    overflow: hidden;
  }

  .GHEDeviceIntegration .grey-box img {
    border-radius: 20px;
  }

  .GHEDeviceIntegration .grey-box .px-5 {
    padding: 2rem !important;
  }

  .GHEDeviceIntegration .content-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .custom-prev-deviceIntegration,
  .custom-next-deviceIntegration {
    position: absolute;
    right: 90%;
    /* Place navigation on the left */
    bottom: auto;
    top: 67%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    color: #000;
    /* Arrow color */
  }

  .custom-next-deviceIntegration {
    right: 5%;
    /* Offset the next arrow */
  }

}

.UHTHealthcareProviders {
  background-color: #ffffff;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.UHTHealthcareProviders .healthcareProviders-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

.UHTHealthcareProviders .healthcareProviders-maintitle {
  text-align: center;
  font-size: 22px;
  color: #2c2d3f;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.UHTHealthcareProviders .healthcareProviders-subtitle {
  text-align: left;
  font-size: 20px;
  color: #4e4e4e;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.UHTHealthcareProviders .content-text {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.UHTHealthcareProviders .content-text span {
  color: #592c82;
  font-weight: 700;
}

.custom-prev,
.custom-next {
  position: absolute;
  left: 0px;
  /* Place navigation on the left */
  bottom: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  color: #000;
  /* Arrow color */
}

.custom-next {
  left: 40px;
  /* Offset the next arrow */
}

.UHTHealthcareProviders .swiper-container {
  padding-bottom: 4rem;
}

.UHTHealthcareProviders .custom-swiper .swiper-slide {
  opacity: 1;
  /* Start invisible */
  transition: opacity 1s ease-in-out;
  /* Smooth fade-in/out */

}

.UHTHealthcareProviders .custom-swiper .swiper-slide:first-child {
  /* margin-left: 11.5vw; */
}

.UHTHealthcareProviders .custom-swiper .swiper-slide:last-child {
  /* margin-right:0%; */
}

.UHTHealthcareProviders .custom-swiper .swiper-slide-active {
  opacity: 1;
  /* Visible slide */
}

@media screen and (max-width: 980px) {
  .UHTHealthcareProviders .healthcareProviders-title {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  .UHTHealthcareProviders .healthcareProviders-maintitle {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
  }

  .UHTHealthcareProviders .healthcareProviders-subtitle {
    text-align: center;
    font-size: 25px;
    margin-bottom: 1rem;
  }

  .UHTHealthcareProviders .content-text {
    text-align: center;
    font-size: 18px;
  }

  .custom-prev,
  .custom-next {
    position: absolute;
    left: 42%;
    right: auto;
    bottom: 0px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    color: #000;
  }

  .custom-next {
    right: 42%;
    left: auto;
  }
}


.GHEForDoctors {
  background: url("https://goqii.com/webApp/healthengagement/assets/images/doctor-bg.jpg") 100% no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
  /* This fixes the background */
}

.GHEForDoctors .box-height {
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 100vh;
  display: flex;
  object-fit: contain;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.GHEForDoctors .forDoctors-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

.GHEForDoctors .forDoctors-subtitle {
  text-align: left;
  font-size: 35px;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.GHEForDoctors .img-doctor {
  height: 78vh;
  margin: 0 auto;
}

.GHEForDoctors .content-text {
  text-align: left;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.GHEForDoctors .content-text span {
  color: #fff;
  font-weight: 700;
}

.GHEForDoctors .btn-get-started {
  color: #fff;
  background: #0970b8 !important;
  border: 1px solid #0970b8 !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.GHEForDoctors .btn-get-started:hover {
  color: #fff;
  background: #7c58f2 !important;
  border: 1px solid #7c58f2 !important;
}

@media screen and (max-width: 980px) {
  .GHEForDoctors {
    background: url("https://goqii.com/webApp/healthengagement/assets/images/doctor-bg.jpg") 100% no-repeat;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;
    height: 100vh;
  }

  .GHEForDoctors .box-height {
    padding-top: 7rem;
    padding-bottom: 7rem;
    height: 100vh;
    display: flex;
    object-fit: contain;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }

  .GHEForDoctors .forDoctors-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .GHEForDoctors .forDoctors-subtitle {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }

  .GHEForDoctors .content-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .GHEForDoctors .btn-get-started {
    color: #fff;
    background: #0970b8 !important;
    border: 1px solid #0970b8 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .GHEForDoctors .btn-get-started:hover {
    color: #fff;
    background: #7c58f2 !important;
    border: 1px solid #7c58f2 !important;
  }
}


.GHEForPatients {
  background: url("https://goqii.com/webApp/healthengagement/assets/images/patients-bg.jpg") 100% no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
}

.GHEForPatients .box-height {
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 100vh;
  display: flex;
  object-fit: contain;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.GHEForPatients .forDoctors-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0rem;
}

.GHEForPatients .forDoctors-subtitle {
  text-align: left;
  font-size: 35px;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.GHEForPatients .img-patients {
  height: 75vh;
}

.GHEForPatients .content-text {
  text-align: left;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.GHEForPatients .content-text span {
  color: #fff;
  font-weight: 700;
}

.GHEForPatients .btn-get-started {
  color: #fff;
  background: #0970b8 !important;
  border: 1px solid #0970b8 !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.GHEForPatients .btn-get-started:hover {
  color: #fff;
  background: #7c58f2 !important;
  border: 1px solid #7c58f2 !important;
}

@media screen and (max-width: 980px) {
  .GHEForPatients {
    background: url("https://goqii.com/webApp/healthengagement/assets/images/patients-bg-m.jpg") 100% no-repeat;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;
    height: 100vh;
  }

  .GHEForPatients .box-height {
    padding-top: 6rem;
    padding-bottom: 9rem;
    height: 100vh;
    display: flex;
    object-fit: contain;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }

  .GHEForPatients .img-patients {
    height: auto;
    margin-top: -30px;
  }

  .GHEForPatients .forDoctors-title {
    font-size: 30px;
    margin-bottom: 0rem;
  }

  .GHEForPatients .forDoctors-subtitle {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }

  .GHEForPatients .content-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .GHEForPatients .btn-get-started {
    color: #fff;
    background: #0970b8 !important;
    border: 1px solid #0970b8 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .GHEForPatients .btn-get-started:hover {
    color: #fff;
    background: #7c58f2 !important;
    border: 1px solid #7c58f2 !important;
  }
}

.footer-light {
  z-index: 2;
  background-position: 0 0;
  background-size: auto;
  /* position: relative; */
  background-color: #f2f7fd;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  border-radius: 40px;
  background-color: rgb(186, 232, 255);
  padding: 20px 20px;
}

.footer-title h2 {
  font-weight: 400;
  font-size: 26px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}

.footer-title .btn-book-demo {
  color: #fff;
  background: #1db04b !important;
  border: 1px solid #1db04b !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.footer-title .btn-book-demo:hover {
  color: #fff;
  background: #1b4ea0 !important;
  border: 1px solid #1b4ea0 !important;
}

.footer-link-two {
  color: #646464;
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  color: #071c3c;
  background-color: #fff0;
  border: 2px solid #e4e5e5;
  border-radius: 9999px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 30px 16px 30px 24px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #071c3c;

  font-size: 16px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #004a88;
  background-image: url("https://goqii.com/webApp/healthengagement/assets/images/telegram.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 99px;
  width: 50px;
  height: 48px;
  transition: all .2s;
  position: relative;
  right: 55px;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #646464;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer-social-block-two {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.paragraph.footer-small {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}



@media screen and (max-width: 980px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-title h2 {
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer-wrapper-two {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-block-two {
    margin-top: 30px;
  }

  .footer-title {
    color: #646464;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }

  .footer-link-two {
    color: #646464;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }

  .footer-copyright {
    color: #646464;
    font-size: 15px;
    line-height: 24px;
  }
}


#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #333;
  padding: 0;
  line-height: 0px;
  border-radius: 35px;
  transition: 0.3s ease-in-out;
}

:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}

.modal-content {
  border-radius: 30px;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-content .modal-title {
  font-weight: 500;
  font-size: 26px;
  color: #707070;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}

.modal-content h2 {
  font-weight: 500;
  font-size: 18px;
  color: #707070;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}

.modal-content .btn-book-demo {
  color: #fff;
  background: #1db04b !important;
  border: 1px solid #1db04b !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.modal-content .btn-book-demo:hover {
  color: #fff;
  background: #1b4ea0 !important;
  border: 1px solid #1b4ea0 !important;
}


.modal-content .btn-Close {
  color: #fff;
  background: #707070 !important;
  border: 1px solid #707070 !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.modal-content .btn-Close:hover {
  color: #fff;
  background: #1b4ea0 !important;
  border: 1px solid #1b4ea0 !important;
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  font-size: 17px;
  color: #383838;
  padding: 0.575rem .75rem;
}

.form-control::placeholder {
  color: #BCBCBC;
}