html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Work Sans", sans-serif !important;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* button */

.btn {
  font-size: 24px;
  border-radius: 30px;
  padding: 4px 30px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-success {
  border: 1px solid #dae02f;
  background: #dae02f;
}

.btn-success:hover,
.btn-success:focus {
  border: 1px solid #4d6b7e;
  background: #4d6b7e;
}

.btn-primary {
  border-radius: 15px;
  border: 1px solid #b780b2;
  background: #b780b2;
  box-shadow: 0px 4px 6px 0px #d9d9d9;
  min-height: 55px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border: 1px solid #d9df2f;
  background: #d9df2f;
}

.btn-secondary {
  border-radius: 15px;
  border: 1px solid #4d6b7e;
  background: #4d6b7e;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
  min-height: 55px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border: 1px solid #d9df2f;
  background: #d9df2f;
}

.btn-success-shadow {
  color: #4d6b7e;
  font-weight: 700;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
}

.rounded {
  border-radius: 30px !important;
}

.bg-grad-blue {
  background: linear-gradient(180deg, #78a7c5 23.56%, #4d6b7e 100%) !important;
}

.max-w-lg {
  max-width: 320px;
}

.w-lg {
  width: 320px;
}

section {
  padding: 80px 0;
}

.main-heading {
  color: #131719;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 50px;
}

.sub-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.text-success {
  color: #4d6b7e !important;
}

.text-warning {
  color: #dae02f !important;
}

.text-primary {
  color: #b780b2 !important;
}

.bg-gray {
  background: #f6f6f9;
}

.curve-bottom {
  position: relative;
}

.curve-bottom:after {
  content: "";
  background-image: url("../../assets/images/curve.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
  width: 100%;
  height: 15px;
  left: 0;
}

.curve-bottom.curve-two:after {
  background-image: url("../../assets/images/curve-two.png");
}

.curve-bottom.curve-three:after {
  background-image: url("../../assets/images/curve-three.png");
}

.curve-bottom.curve-four:after {
  background-image: url("../../assets/images/curve-four.png");
}

.curve-bottom.curve-five:after {
  background-image: url("../../assets/images/curve-five.png");
  height: 26px;
}

/* Header */

header .navbar {
  background: #f6f6f9;
}

header .navbar-brand img {
  width: 120px;
}

header .nav-item {
  padding: 0 15px;
}

header .nav-link {
  color: #4d6b7e;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 !important;
}

header .nav-link:hover {
  color: #b780b2 !important;
}

header .nav-link.active {
  color: #4d6b7e;
  font-weight: 600;
}

header .navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

header .my-account {
  color: #4d6b7e;
  font-weight: 400;
  font-size: 14px;
}

/* Hero */

.hero-section {
  background-image: url("../../assets/images/hero-bg.png");
  background-size: cover;
  background-position: bottom;
  padding: 60px 0 180px;
  position: relative;
}

.hero-section h1 {
  font-size: 56px;
  line-height: 75px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.hero-section p {
  max-width: 780px;
}

.hero-section video {
  clip-path: ellipse(11% 49% at 61% 50%);
  position: absolute;
  right: 0;
  width: 1182px;
  height: 676px;
  transform: rotate(36deg);
  position: absolute;
  top: -260px;
  right: -289px;
  z-index: 0;
}

.home-hero-section {
  background: #fff;
  padding: 60px 0;
}

.home-hero-section h1 {
  color: #4d6b7e;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home-hero-section h2 {
  color: #b5ab71;
  margin-bottom: 30px;
}

.home-hero-section h4 {
  color: #131719;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}

.home-hero-section h6 {
  color: #131719;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.home-hero-section p {
  color: #4d6b7e;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin-top: 80px;
}

.home-hero-section .btn {
  min-width: 320px;
}

.home-hero-section .hero-union {
  position: absolute;
  bottom: -160px;
  left: 0;
}

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

.home-hero-section.healthcare-hero {
  padding: 60px 0 10px;
}

/* Our Future */

.our-future {
  position: relative;
  margin-top: -100px;
}

.our-future:after {
  content: "";
  width: 760px;
  height: 760px;
  background-image: url("../../assets/images/future.png");
  position: absolute;
  right: -80px;
  bottom: -100px;
  z-index: -1;
}

.quality-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.quality-section video {
  max-width: 400px;
  height: 430px;
  object-fit: cover;
  border-radius: 0 60px 0 0;
}

/* Our Lab */

.our-lab {
  position: relative;
  padding-bottom: 150px;
}

.our-lab:before {
  content: "";
  width: 800px;
  height: 900px;
  background-image: url("../../assets/images/shape-2.svg");
  position: absolute;
  left: -100px;
  top: -230px;
  z-index: -1;
}

.our-lab:after {
  content: "";
  width: 650px;
  height: 700px;
  background-image: url("../../assets/images/shape-3.svg");
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: -1;
}

.our-lab .card {
  border: 0;
  color: #fff;
  background: #4d6b7e;
  border-radius: 30px;
  overflow: hidden;
  height: 450px;
}

.our-lab .card-body {
  padding: 50px;
}

.our-lab .card h2 {
  color: #fff;
  font-size: 56px;
  line-height: 78px;
  font-weight: 600;
  margin-bottom: 30px;
}

.digital-gallery {
  transform: rotate(25deg);
  top: -125px;
  position: relative;
  right: -40px;
}

.digital-gallery img {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  object-fit: cover;
}

.digital-gallery .first-img,
.digital-gallery .third-img {
  height: 400px;
}

.digital-gallery .last-img {
  height: 500px;
  width: 150px;
}

.quote-icon {
  position: relative;
  top: -25px;
}

.testimonial-text {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.our-story {
  position: relative;
}

.our-story:before {
  content: "";
  width: 480px;
  height: 520px;
  background-image: url("../../assets/images/our-story/shape.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: -1;
}

.our-story:after {
  content: "";
  width: 700px;
  height: 650px;
  background-image: url("../../assets/images/our-story/shape-two.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: -80px;
  z-index: -1;
}

.shape-three {
  position: relative;
}

.shape-three:after {
  content: "";
  width: 350px;
  height: 400px;
  background-image: url("../../assets/images/our-story/shape-three.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: -80px;
  z-index: -1;
}

.care-experience {
  padding-bottom: 140px;
}

.care-experience .card {
  border-radius: 35px;
  border: 0;
  background: rgba(127, 158, 176, 0.2);
}

.care-experience .card .card-body {
  padding: 30px 50px;
}

.care-experience .card .card-body h4 {
  color: #f3f2ef;
  font-size: 24px;
  margin-bottom: 25px;
}

.care-experience .card .card-body p {
  color: #f3f2ef;
  font-size: 18px;
  line-height: 26px;
  max-width: 552px;
}

.care-experience .card .card-body img {
  position: absolute;
  right: -80px;
  bottom: -70px;
  z-index: 9;
  max-width: 372px;
}

.care-experience-img {
  max-width: 450px;
  position: relative;
  top: 20px;
  left: -120px;
}

/* Join Us */

.join-section {
  margin-top: -160px;
  position: relative;
  padding-bottom: 150px;
}

.join-section .btn {
  min-width: 200px;
  margin-top: 30px;
}

.join-section:before {
  content: "";
  width: 600px;
  height: 700px;
  background-image: url("../../assets/images/join-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -60px;
  top: -50px;
  z-index: -1;
}

.our-story-hero {
  background-image: url("../../assets/images/story-bg.png");
}

.profile-left-img {
  position: relative;
  right: -58px;
  height: 313px;
  object-fit: contain;
  z-index: 1;
}

.profile-right-img {
  position: relative;
  left: -38px;
  height: 312px;
  object-fit: contain;
}

.join-hero {
  background-image: url("../../assets/images/join-bg.png");
}

/* Our Vision */

.our-vision {
  background-image: url("../../assets/images/our-vision/our-vision-bg.png");
  background-size: cover;
  background-position: top;
  padding: 150px 0 120px;
  position: relative;
  overflow: hidden;
}

.our-vision .vision-union {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.our-vision h2 {
  margin-bottom: 60px;
}

.our-vision h2 span {
  color: #d9d9d9;
}

.our-vision-content .accordion .accordion-item:first-child {
  border-top: 1px solid #8797a1;
}

.our-vision-content .accordion .accordion-header button {
  background-color: transparent;
  color: #f3f2ef;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  font-family: "Victor Mono", monospace;
}

.our-vision-content .accordion .accordion-item {
  background-color: transparent;
  border-color: #8797a1;
}

.our-vision-content .accordion .accordion-button::after {
  display: none;
}

.our-vision-content .accordion .accordion-body {
  color: #000;
  font-size: 18px;
  border-top: 0;
  padding-top: 0;
  padding-right: 120px;
}

.our-vision-content .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.our-vision-content p {
  font-size: 18px;
  color: #131719;
}

.our-vision-content h5 {
  margin-top: 50px;
  font-size: 24px;
  color: #f3f2ef;
  font-weight: 400;
  line-height: 30px;
}

.our-vision-content .rounded {
  border-radius: 30px !important;
}

/* Our Care */

.our-care {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.our-care .main-heading {
  margin-bottom: 60px;
}

.our-care .card {
  border: 0;
  border-radius: 35px;
  background: #f8fbfd;
}

.our-care .card-body {
  padding: 36px 50px;
}

.our-care .card-body p {
  color: #131719;
  font-size: 18px;
  line-height: 26px;
}

.our-care .card-body h4 {
  color: #131719;
  font-size: 24px;
  line-height: 30px;
  margin-top: 40px;
}

.our-care .collaboration-img {
  position: relative;
  top: 25px;
  left: -140px;
  max-width: 500px;
}

.our-care .research-img {
  position: relative;
  top: -30px;
}

.our-care .care-union {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: -1;
}

.our-care .circle-two {
  margin-top: 70px;
}

.our-care .circle-three {
  margin-top: 120px;
}

.our-care .circle-four {
  margin-top: 90px;
}

.circle-content {
  background: #dbe13c;
  border-radius: 20px;
  padding: 15px 10px;
  margin-top: 12px;
  opacity: 0;
}

.our-care .circle-four .circle-content {
  margin-top: 0;
  margin-bottom: 12px;
}

.circle-one:hover .circle-content,
.circle-two:hover .circle-content,
.circle-three:hover .circle-content,
.circle-four:hover .circle-content {
  opacity: 1;
  transition: all 0.2s;
}

.circle-content p {
  margin-bottom: 0;
  font-size: 15px;
}

.circle .circle-content {
  position: relative;
}

.circle .circle-content::after {
  content: "";
  background-image: url("../../assets/images/our-care/polygon.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -14px;
}

.our-care .circle-four .circle-content::after {
  top: inherit;
  bottom: -25px;
}

.circle .circle-content.active {
  opacity: 1;
}

/* Care Journey */

.care-journey {
  padding: 100px 0;
}

.care-journey p {
  font-size: 18px;
}

.our-team {
  padding: 120px 0 100px;
}

.our-team h3 {
  color: #b780b2;
  font-size: 24px;
  margin-top: 15px;
}

.our-team p {
  color: #131719;
  font-size: 16;
  margin-top: 20px;
  line-height: 20px;
}

.our-team h4 {
  color: #4d6b7e;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 1021px;
  margin: 0 auto;
}

.our-team h6 {
  color: #131719;
  font-size: 18px;
  line-height: 26px;
}

.our-stats {
  padding: 100px 0;
  position: relative;
}

.our-stats ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.our-stats ul li {
  border-radius: 120px;
  background: rgba(179, 210, 226, 0.2);
  padding: 30px 20px;
}

.our-stats ul li h6 {
  font-size: 20px;
  color: #4d6b7e;
}

.our-stats ul li h4 {
  font-size: 40px;
  color: #4d6b7e;
  font-weight: 800;
  font-family: "Victor Mono", monospace;
}

.our-stats ul li p {
  font-size: 15px;
  line-height: 20px;
  color: #131719;
}

.our-stats a {
  color: #000;
  text-decoration: underline;
}

.our-stats small {
  font-size: 12px;
}

.our-stats .stats-union {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.deliver-care {
  background: linear-gradient(180deg, #78a7c5 23.56%, #4d6b7e 100%);
  padding: 80px 0;
}

.deliver-care .btn {
  width: 320px;
  box-shadow: 0px 4px 6px 0px rgba(126, 126, 126, 0.7);
}

.deliver-care .our-vision-content .accordion .accordion-item {
  background-color: transparent;
  border-color: #4d6b7e;
}

.deliver-care .our-vision-content .accordion .accordion-body {
  padding-right: 0;
}

.servies-section {
  padding: 60px 0;
}

.servies-section .tab-content h4 {
  color: #b780b2;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}

.servies-section p {
  font-size: 18px;
  color: #131719;
  line-height: 26px;
}

.servies-section .nav.nav-tabs {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  display: grid;
}

.servies-section .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 30px;
  text-align: left;
}

.servies-section .nav-tabs .nav-link:first-child {
  padding-left: 0;
}

.servies-section .nav-tabs .nav-link.active {
  color: #b780b2;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #b780b2;
}

.servies-section .nav-tabs .nav-link:hover,
.servies-section .nav-tabs .nav-link:focus,
.servies-section .nav-tabs .nav-link:active {
  border: 0;
  border-bottom: 1px solid #b780b2;
  box-shadow: none;
}

.servies-section h4 {
  color: #b3d2e2;
  font-size: 35px;
  font-weight: 700;
}

.servies-section .rounded {
  border-radius: 30px !important;
}

/* Request a demo */

.request-a-demo {
  padding: 100px 0;
  text-align: center;
  background-image: url("../../assets/images/request-a-demo.png");
  background-size: cover;
}

.request-a-demo h2 {
  color: #b5ab71;
  margin-bottom: 30px;
}

.request-a-demo p {
  font-size: 24px;
  color: #131719;
  line-height: 30px;
  margin-bottom: 40px;
}

.request-a-demo .btn {
  width: 396px;
}

.care-deeply {
  background-image: url("../../assets/images/care-deeply-bg.png");
  background-size: cover;
  background-position: top;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.care-deeply.care-deeply-patient {
  background-image: url("../../assets/images/patient/bg.png");
}

.care-deeply {
  color: #131719;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.health-care-demo h3 {
  font-size: 50px;
}

.healthcare-hero h4 {
  color: #b5ab71;
  font-weight: 500;
  line-height: 45px;
  font-size: 32px;
}

.home-hero-section.healthcare-hero h6 {
  color: #131719;
  font-size: 24px;
  line-height: 30px;
}

.home-hero-section.healthcare-hero p {
  margin-top: 60px;
}

.home-hero-section.healthcare-hero .hero-img {
  max-width: 100%;
  top: 97px;
  left: 0;
}

.nhs-clinics {
  padding: 0;
  background: linear-gradient(
    90deg,
    rgba(183, 128, 178, 0.8) 0%,
    rgba(183, 128, 178, 0.4) 100%
  );
}

.nhs-clinics h2 {
  font-size: 36px;
}

.nhs-clinics h4 {
  font-size: 34px;
  font-weight: 700;
}

.list-icon p {
  color: #4d6b7e;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}

.list-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.owl-theme .owl-dots .owl-dot span {
  width: 180px;
  height: 2px;
  background: rgba(183, 128, 178, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #b780b2;
}

.meeting-section {
  background: rgba(179, 210, 226, 0.2);
  padding: 80px 0;
}

.owl-theme .owl-nav {
  position: relative;
}

.owl-theme .owl-dots .owl-dot {
  margin-top: 25px;
}

button.owl-next {
  position: absolute;
  right: 300px;
  top: 15px;
}

button.owl-prev {
  position: absolute;
  left: 300px;
  top: 15px;
}

button.owl-prev:hover,
button.owl-next:hover {
  background: transparent !important;
}

.meeting-section .carousel-card {
  color: #fff;
  background: #b780b2;
  padding: 40px;
  max-width: 521px;
  position: absolute;
  z-index: 9;
  top: 150px;
  left: -60px;
}

.owl-carousel .owl-item img {
  height: 646px;
  object-fit: cover;
}

/* Footer */

footer {
  background-image: url("../../assets/images/footer-bg.png");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

footer h5 {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}

footer h5:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #dfdbb9;
}

footer p {
  font-size: 16px;
  color: #14427d;
  font-weight: 500;
}

footer p a {
  color: #14427d;
}

footer ul li {
  padding: 8px 0;
}

footer ul li a {
  color: #14427d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

footer a:hover {
  color: #b780b2;
}

footer .border-bottom {
  border-bottom: 1px solid #4d6b7e !important;
}

.footer-bottom {
  background: #4d6b7e;
  padding: 20px 0;
}

.footer-bottom p {
  color: #fff;
  font-size: 12px;
}

.footer-gdpr li {
  color: #14427d;
  font-size: 12px;
  font-weight: 400;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.social-link li {
  padding: 0;
}

.carousel-card.active {
  transform: scale(1.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nfh-img img {
  object-fit: cover;
}

.hero-img-outside {
  position: absolute;
  right: 0;
  bottom: -140px;
  max-width: 750px;
  z-index: 0;
}

.support-options {
  padding: 100px 0;
}

.support-options h2 {
  color: #b780b2;
}

.support-options .card {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #f6f6f9;
  border: 0;
  border-radius: 50px;
  text-align: center;
  min-height: 340px;
  border: 4px solid #f6f6f9;
}

.support-options .card:hover {
  transition: all 0.2s;
  border: 4px solid #4d6b7e;
}

.support-options .card-body {
  padding: 35px 30px;
}

.support-options .card h4 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 36px;
}

.support-options .card p {
  font-size: 14px;
  margin-bottom: 0;
  list-style: 26px;
  min-height: 150px;
}

.support-options .card img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.support-options .card a {
  color: #b780b2;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.explore-section {
  padding: 100px 0;
  background: linear-gradient(
    90deg,
    rgba(183, 128, 178, 0.8) 0%,
    rgba(183, 128, 178, 0.4) 100%
  );
}

.explore-section ul li {
  background: #f8fbfdcc;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

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

.explore-section .right-list li {
  background: #f8fbfd80;
}

.explore-section .object-cover {
  object-fit: cover;
  object-position: top;
  border-radius: 35px;
  height: 630px;
  width: 100%;
}

.explore-section .btn {
  color: #131719;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
  border-radius: 15px;
  min-width: 320px;
}

.explore-section .btn:hover {
  color: #fff;
}

.faq-section {
  background: #f0f6f9;
}

.faq-section .accordion .accordion-header button {
  background-color: transparent;
  font-size: 24px;
  color: #131719;
  padding: 15px 15px 20px;
  border-top: 1px solid #4d6b7e;
}

.faq-section .accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-section .collapse.show {
  background: #fff;
}

.faq-section .accordion-item {
  padding: 0 40px;
}

.faq-section .accordion-item.active {
  background-color: #fff;
  padding: 30px 40px 5px;
  margin-bottom: 25px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 4px 7px 0px #4d6b7e4d;
}

.faq-section .accordion-item.active .accordion-header button {
  border-top: 1px solid #b780b2;
}

.faq-section .accordion-body {
  padding-top: 0;
}

.faq-section .btn-primary {
  background: #4d6b7e;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
  width: 320px;
}

.faq-section .accordion-button::after {
  display: none;
}

.meet-companion {
  background: #b3d2e233;
}

.meet-companion h4 {
  line-height: 30px;
  font-weight: 400;
}

.meet-companion a {
  color: #b780b2;
}

.meet-companion a:hover {
  color: #d9df2f;
}

.our-vision.can-expect {
  background: #fff !important;
}

.our-vision.can-expect .accordion .accordion-header button {
  color: #b780b2;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 13px 20px;
}

.font-lg {
  font-size: 18px;
  line-height: 26px;
}

.servies-section.patient-service .nav.nav-tabs {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  display: grid;
}

.patient-hero .hero-img-outside {
  bottom: -140px;
  max-width: 900px;
}

.patient-hero .hero-img {
  position: relative;
  max-width: 650px !important;
  left: -150px !important;
}

.how-its-works .btn {
  color: #131719;
  border-radius: 15px;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
  line-height: 28px;
  padding: 18px 40px;
}

.how-its-works .btn:hover,
.how-its-works .btn:focus {
  color: #fff;
}

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

.join-list {
  padding: 30px 0;
}

.join-list .our-vision-content {
  box-shadow: 4px 4px 4px 0px #d9d9d980;
  background: #f6f6f9;
  padding: 60px;
  border-radius: 35px;
}

.join-list .our-vision-content p {
  font-size: 14px;
}

.join-list .object-cover {
  object-fit: cover;
}

.our-vision.join-list .accordion .accordion-header button {
  color: #4d6b7e;
}

.join-list .our-vision-content .accordion .accordion-body {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 60px;
}

.join-list .our-vision-content .btn {
  border-radius: 15px;
  color: #4d6b7e;
  width: auto;
  padding: 4px 20px;
}

.join-list .our-vision-content .btn:hover {
  color: #fff;
}

.explore-plans {
  background-image: url("../../assets/images/our-plan/explore-bg.png");
}

.explore-plans .card .btn {
  width: 100%;
  color: #4d6b7e;
  padding: 6px 10px;
  font-size: 15px;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
  font-weight: 700;
  text-decoration: none;
}

.explore-plans .card .btn:hover,
.explore-plans .card .btn:focus,
.explore-plans .card .btn:active {
  color: #fff;
}

.explore-plans .card .link {
  color: #b780b2;
  margin: 25px 0;
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}

.explore-plans .card {
  border: 4px solid #f6f6f9;
}

.explore-plans .card:hover {
  color: #131719;
  background: #f6f6f9;
  border: 4px solid #4d6b7e;
  transform: 0.3s all;
}

.explore-plans .card-body {
  padding: 30px 40px;
}

.explore-plans .card p {
  min-height: 180px;
}

.explore-plans h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.explore-plans .btn-secondary {
  min-width: 320px;
}

.compare-plan {
  background: #b780b21a;
  padding: 80px 0;
}

.compare-plan .table thead th {
  background-color: transparent;
  border: 0;
  padding: 0 10px;
}

.compare-plan .table thead tr th div {
  border: 1px solid #4d6b7e;
  border-radius: 20px 20px 0 0;
  padding: 10px 0 10px;
  background-color: #4d6b7e;
  color: #fff;
  min-height: 72px;
}

.compare-plan .table thead tr th:last-child {
  padding-right: 0;
}

.compare-plan .table thead th h4 {
  color: #131719;
  font-size: 24px;
  margin-bottom: 3px;
  font-weight: 400;
}

.compare-plan .table thead th small {
  font-size: 10px;
  font-weight: 300;
}

.compare-plan .table thead tr {
  border: 0;
}

.compare-plan .table tbody tr td div {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 15px 0;
  font-size: 14px;
}

.compare-plan .table tbody tr td {
  position: relative;
}

.compare-plan .table tbody tr td:nth-child(2) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
}

.compare-plan .table tbody tr td:nth-child(3) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
}

.compare-plan .table tbody tr td:nth-child(4) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
}

.compare-plan .table tbody tr {
  border-style: none;
  border: 0;
}

.compare-plan .table tbody tr td {
  padding: 0 10px;
  border: 0;
}

.compare-plan .table tbody tr td small {
  font-size: 10px;
}

.compare-plan .table tbody tr td:first-child div {
  border-left: 0;
  text-align: left;
  padding-left: 10px;
  color: #525658;
  padding-right: 6px;
  border-right: 0;
}

.compare-plan .table tbody tr:nth-child(1) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(3) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(4) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(5) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(7) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(8) td:nth-child(2) div,
.compare-plan .table tbody tr:nth-child(1) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(3) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(4) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(5) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(7) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(8) td:nth-child(3) div,
.compare-plan .table tbody tr:nth-child(1) td:nth-child(4) div,
.compare-plan .table tbody tr:nth-child(3) td:nth-child(4) div,
.compare-plan .table tbody tr:nth-child(4) td:nth-child(4) div,
.compare-plan .table tbody tr:nth-child(5) td:nth-child(4) div,
.compare-plan .table tbody tr:nth-child(7) td:nth-child(4) div,
.compare-plan .table tbody tr:nth-child(8) td:nth-child(4) div {
  padding: 26px 0;
}

.compare-plan .table .text-success {
  color: #5fcb89 !important;
  font-weight: 600;
  margin: -4px 0;
  font-size: 18px;
}

.compare-plan .table tbody tr td:last-child {
  padding-right: 0;
}

.compare-plan .table tbody tr:nth-child(even) td {
  background: #f8f3f8;
}

.compare-plan .table tbody tr:nth-child(odd) td {
  background: #fff;
}

.compare-plan .table tfoot tr {
  border: 0;
}

.compare-plan .table tfoot tr td {
  border-style: none;
  border: 0;
  background: transparent;
  vertical-align: top;
  padding: 0 10px;
}

.compare-plan .table tfoot tr td div {
  box-shadow: 0px 4px 4px 0px #a5a5a540;
  border-radius: 0 0 20px 20px;
  padding: 15px 5px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
  background: #fff;
}

.compare-plan .table tfoot tr .price h4 {
  font-size: 20px;
  color: #b780b2;
  font-weight: 600;
  margin-bottom: 3px;
}

.compare-plan .table tfoot tr .price p {
  font-size: 14px;
  color: #131719;
  font-weight: 400;
}

.compare-plan .table tfoot tr td:last-child {
  padding-right: 0;
}

.compare-plan .table tfoot tr td:nth-child(2) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
  border-bottom: 1px solid #4d6b7e;
}

.compare-plan .table tfoot tr td:nth-child(3) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
  border-bottom: 1px solid #4d6b7e;
}

.compare-plan .table tfoot tr td:nth-child(4) div {
  border-left: 1px solid #4d6b7e;
  border-right: 1px solid #4d6b7e;
  border-bottom: 1px solid #4d6b7e;
}

.compare-plan .btn {
  min-width: 320px;
  border-radius: 15px;
  color: #4d6b7e;
}

.compare-plan .btn:hover,
.compare-plan .btn:focus,
.compare-plan .btn:active {
  color: #fff;
}

.compare-plan h5 {
  font-size: 24px;
  font-weight: 400;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-22 {
  font-size: 22px !important;
}

.fw-300 {
  font-weight: 350 !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.action-area h2 .curve-bottom {
  color: #b780b2;
}

.action-area h2 .fw-normal {
  font-size: 24px;
}

.action-area .font-12 {
  font-size: 12px;
  line-height: 20px;
}

.action-area .font-14 {
  line-height: 24px;
}

.expert-therapy img.rounded {
  width: 100%;
  height: 554px;
  object-fit: cover;
}

.comfort-plan img.rounded {
  width: 100%;
  height: 396px;
  object-fit: cover;
}

.essentials-plan img.rounded {
  width: 100%;
  height: 506px;
  object-fit: cover;
}

.our-plan-hero h6 {
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.our-plan-hero {
  padding-top: 20px;
}

.our-plan-hero h4 {
  font-size: 24px;
  color: #b780b2;
  font-weight: 500;
  margin-bottom: 40px;
}

.our-plan-hero p {
  margin-top: 60px;
}

.our-plan-hero h1 {
  text-transform: unset;
}

.home-hero-section.our-plan-hero .hero-img {
  max-width: 670px;
  position: relative;
  top: 117px;
  right: -60px;
  transform: rotate(5deg);
}

.our-plan-hero {
  padding-bottom: 30px;
}

.therpay-action .text-success {
  color: #5fcb89 !important;
}

.univa-experience-modal .modal-dialog {
  max-width: 1176px;
}

.univa-experience-modal .modal-content {
  border: 0;
  border-radius: 40px;
  background: linear-gradient(90deg, #c59ac1 -10.03%, #e2cce0 113.27%);
}

.univa-experience-modal .modal-body {
  padding: 50px 30px 70px;
}

.univa-experience-modal .btn-close {
  color: #79747e;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 14px;
}

.univa-experience-modal .btn-close:focus {
  box-shadow: none;
}

.modal-backdrop.show {
  background: #f7f7fae5;
  --bs-backdrop-opacity: none;
}

.univa-experience-modal .btn-group {
  gap: 60px;
}

.univa-experience-modal a {
  flex-direction: column;
  max-width: 402px;
  border-radius: 40px !important;
  padding: 30px 20px 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 3px solid #f6f6f9;
  background: #f6f6f9 !important;
}

.univa-experience-modal a h6 {
  font-size: 20px;
  color: #4d6b7e;
  line-height: 26px;
  font-weight: 600;
}

.univa-experience-modal a p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  margin-bottom: 0;
}

.univa-experience-modal a img {
  height: 180px;
  border-radius: 20px;
  object-fit: cover;
  margin: 20px 0;
}

.univa-experience-modal a:hover {
  border: 3px solid #4d6b7e;
}

.univa-experience-modal .main-heading {
  margin-bottom: 70px;
}

.univa-experience-modal a {
  cursor: pointer;
}

.account-list .list-group-item {
  border: 0;
  color: #718998;
  padding: 12px 8px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
}

.account-list .list-group-item:hover {
  color: #dae032;
}

.account-list .list-group-item img {
  margin-right: 8px;
}

.account-list .list-group-item.active,
.account-list .list-group-item.active:hover {
  color: #718998;
  background: #e1e55999;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 8px;
}

section.my-account {
  position: relative;
}

.my-account .card {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fdfaf0;
}

.my-account .card-body {
  padding: 30px 50px;
}

.my-account .btn {
  width: 152px;
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  box-shadow: none;
}

.my-account .btn-outline-secondary {
  color: #4d6b7e;
  border: 2px solid #4d6b7e;
}

.my-account .btn-outline-secondary:hover {
  color: #fff;
  background: #4d6b7e;
}

nav .breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb-item {
  font-weight: 600;
  color: #424547;
}

.breadcrumb-item a {
  color: #a1a2a3;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #a1a2a3;
}

.account-info {
  background: #fefefd;
  border-radius: 20px;
  padding: 40px;
}

.account-info p {
  margin-bottom: 25px;
  color: #131719;
}

.account-info h6 {
  font-weight: 600;
  color: #424547;
  font-size: 18px;
}

.account-edit {
  background: #fefefd;
  border-radius: 20px;
  padding: 40px;
}

.my-account .form-control,
.my-account .form-select {
  border: 1px solid #a1a2a3;
  border-radius: 8px;
  height: 46px;
  padding: 5px 20px;
}

.my-account .form-control:focus,
.my-account .form-select:focus {
  border: 1px solid #dae032;
  box-shadow: none;
}

.my-account .form-control::placeholder {
  color: #a1a2a3;
  font-weight: 600;
}

.account-edit .form-label {
  color: #131719;
  margin-bottom: 10px;
}

.rounded-xl {
  border-radius: 20px !important;
}

.account-edit .text-danger {
  color: #df2f2f !important;
  font-size: 9px;
}

.account-union {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: -1;
}

.account-section .card {
  box-shadow: 0px 4px 4px 0px #d9d9d9b2;
  border: 1px solid #b780b2;
}

.account-section .account-union {
  top: 120px;
  bottom: 0;
}

.box-shadow-none {
  box-shadow: none !important;
}

.plan-union {
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.univa-plan {
  background: linear-gradient(
    90deg,
    rgba(197, 154, 193, 0.2) -15.41%,
    rgba(226, 204, 224, 0.2) 140.64%
  ) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dashboard-content {
  padding: 110px 50px 40px 150px;
  background: #fdfaf0;
  min-height: 100vh;
}

.sidebar {
  position: fixed;
  width: 100px;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  border-right: 1px solid #dbe1e5;
  background: #fdfcfc;
  text-align: center;
  padding: 20px 15px;
}

.sidebar ul {
  margin-top: 20px;
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  border-radius: 8px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar ul li a.active {
  background: #e1e55999;
}

.dashboard-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-left: 110px;
  padding-right: 10px;
  background: #fdfcfc !important;
  z-index: 99;
  height: 80px;
  border-bottom: 1px solid #dbe1e5;
}

.dashboard-content .card {
  border: 0;
  background: #fff;
}

.dashboard-content .card-body {
  padding: 30px;
}

.dashboard-header span {
  color: #718998;
}

.dashboard-content textarea {
  height: 80px !important;
  resize: none;
}

.dashboard-content .form-control::placeholder {
  font-weight: 400 !important;
}

/* Login */

.login-section {
  padding: 40px 0 80px;
}

.login-section .card h2 {
  line-height: 45px;
  margin-bottom: 45px;
  font-size: 35px;
}

.login-section .card {
  background: linear-gradient(90deg, #c59ac1 -15.41%, #e2cce0 140.64%);
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 50px;
  max-width: 623px;
  margin: 0 auto;
  border: 0;
  text-align: center;
}

.login-section .card-body {
  padding: 40px 120px;
}

.login-section .form-control {
  border: 1px solid #4d6b7e;
  height: 46px;
  border-radius: 10px;
  background: transparent;
}

.login-section .form-control:focus {
  box-shadow: none;
  border: 1px solid #d9df2f;
}

.login-section .form-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.login-section .btn {
  margin-top: 10px;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 700;
  width: 164px;
  height: 34px;
  color: #4d6b7e;
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px 0px #7e7e7eb2;
}

.login-section .btn:hover {
  color: #fff;
}

.login-section p a {
  color: #fff;
  font-weight: 500;
}

.login-section p a:hover {
  color: #4d6b7e;
}

.login-section .form-group {
  margin-bottom: 25px;
}

.login-shape {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
}

.team-card {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
  display: none;
}

.team-card.show {
  opacity: 1;
  transform: scale(1);
  display: block;
}

.our-team-section {
  padding-bottom: 150px;
  position: relative;
}

.our-team-section .team-union-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.our-team-section .team-union-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.our-team-section .main-heading {
  font-size: 60px;
  margin-bottom: 60px;
  font-weight: 600;
}

.our-team-section .sub-heading {
  font-size: 20px;
  color: #131719;
  line-height: 26px;
}

.our-team-section .card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 50px;
}

.our-team-section .card-body {
  padding: 0;
  position: relative;
}

.our-team-section .card-body img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 50px;
}

.our-team-section .card-body:hover img {
  transform: scale(1.05);
  border-radius: 50px;
}

.our-team-section .card-body .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(77, 107, 126, 0.24) 0%,
    rgba(77, 107, 126, 0.8) 82.29%,
    rgba(77, 107, 126, 0.8) 100%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 50px;
  height: 160px;
  padding: 15px 35px;
}

.our-team-section .card-body:hover .content {
  opacity: 1;
}

.our-team-section .card .content h5 {
  font-size: 24px;
  font-weight: 700;
}

.our-team-section .card .content p {
  font-size: 20px;
  font-weight: 700;
}

.our-team-section .card .content a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.our-team-section .card .content a:hover {
  color: #d9df2f;
}

.our-team-section .nav-pills {
  margin: 70px 0;
}

.our-team-section .nav-pills .nav-link {
  font-size: 20px;
  color: #131719;
  font-weight: 400;
  padding: 5px 20px;
}

.our-team-section .nav-pills .nav-link.active {
  color: #131719;
  font-weight: 700;
  background: transparent;
  position: relative;
}

.our-team-section .nav-pills .nav-link.active::after {
  content: "";
  background-image: url(../../assets/images/curve.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
  width: 100%;
  height: 12px;
  left: 0;
}

.team-tab-content {
  min-height: 680px;
}

.team-request-demo h3 {
  font-size: 50px;
  margin-top: 50px;
}

.our-team-modal .modal-content {
  background: linear-gradient(180deg, #4d6b7e 10.42%, #8bc2e4 100%);
  color: #fff;
}

.our-team-modal h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.our-team-modal h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-team-modal h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.our-team-modal p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

.our-team-modal .modal-dialog {
  max-width: 959px;
  border-radius: 50px;
}

.our-team-modal .modal-content {
  border-radius: 50px;
}

.our-team-modal .modal-body {
  padding: 50px;
}

.our-team-modal .close-btn {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  background: transparent;
  border: none;
}

.advisor-block {
  padding: 0 30px;
  text-align: center;
}

.advisor-block .advisor-profile {
  position: relative;
  z-index: 1;
}

.advisor-profile img {
  width: 256px;
  height: 256px;
  border-radius: 50%;
  object-fit: cover;
}

.advisor-block .advisor-profile::before {
  content: "";
  backdrop-filter: blur(3px);
  background: linear-gradient(90deg, #c59ac1 -10.03%, #e2cce0 113.27%);
  border-radius: 50%;
  position: absolute;
  margin-left: -12px;
  top: -15px;
  width: 280px;
  height: 265px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.advisor-block .advisor-profile::after {
  content: "";
  background: #fff;
  position: absolute;
  left: -12px;
  width: 113%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: 10px;
}

.advisor-block h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
  color: #4d6b7e;
}

.advisor-block p {
  font-size: 20px;
  font-weight: 400;
  color: #4d6b7e;
}

.advisor-block a {
  font-size: 18px;
  font-weight: 600;
  color: #4d6b7e;
  text-decoration: underline;
}

.our-team-modal.advisor-modal .modal-content {
  background: linear-gradient(90deg, #a1a2a3 -10.03%, #6a6a6a 113.27%);
}

.advisor-board-section .team-union-2 {
  top: 200px;
  bottom: unset;
}

.career-section .card {
  background: #dee4e7;
  border: 0;
  border-radius: 20px 20px 0 0;
  max-height: 270px;
  overflow: hidden;
  margin-bottom: 40px;
}

.career-section .card-body {
  padding: 40px;
}

.career-section .card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-section .card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #4d6b7e;
}

.career-section .card p {
  font-size: 16px;
  font-weight: 300;
  color: #4d6b7e;
  margin-bottom: 25px;
}

.career-section .card a {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.career-section .card a:hover {
  color: #24b7a6;
}

.career-section .sub-heading {
  color: #4d6b7e;
}

.career-section .card .curve {
  width: 100%;
  height: 600px;
  transform: translateX(50px) translateY(-26px);
  background: #24b7a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  transform: rotate(25deg);
  top: -125px;
  position: relative;
  right: -50px;
}

.career-section .card .curve span {
  transform: rotate(-25deg);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: -60px;
  left: -40px;
}

/* Home V2 */

.univa-real-life {
  background: #b780b21a;
  padding: 80px 0;
  position: relative;
}

.univa-real-life .card {
  border: 0;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 5px #00000024;
  margin: 10px 5px;
}

.univa-real-life .card-body {
  padding: 40px;
}

.univa-real-life .card p {
  color: #131719;
  font-size: 14px;
  line-height: 26px;
}

.univa-real-life .card img {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
}

.univa-real-life .owl-stage {
  display: flex;
  align-items: center;
}

.bg-image-none {
  background-image: none;
}

.univa-real-life .owl-theme .owl-nav {
  position: unset;
}

.univa-real-life .owl-nav button {
  top: 45%;
}

.univa-real-life button.owl-next {
  right: -65px;
}

.univa-real-life button.owl-prev {
  left: -65px;
}

.univa-real-life .union-left {
  position: absolute;
  top: 50px;
  right: 0;
}

.univa-real-life .union-right {
  position: absolute;
  top: 50px;
  left: 0;
}

.univa-offer-union {
  position: absolute;
  bottom: 70px;
  left: 0;
}

.bg-light-blue {
  background: #b3d2e233;
}

.home-v2-hero-section h4 {
  color: #4d6b7e;
  font-size: 50px;
  line-height: 50px;
}

.univa-offers .card {
  min-height: 580px;
}

.univa-offers .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.univa-offers .card h4 {
  margin-bottom: 40px;
}

.univa-offers .card p {
  min-height: auto;
  margin-bottom: 20px;
}

.who-its-for {
  padding: 60px 0;
}

.who-its-for .card {
  text-align: center;
  border: 1px solid #4d6b7e;
  border-radius: 28px;
  min-height: 330px;
}

.who-its-for .card-body {
  padding: 40px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.who-its-for .card h4 {
  color: #b780b2;
  font-weight: 500;
  margin-bottom: 20px;
}

.who-its-for .card p {
  font-size: 14px;
  line-height: 26px;
  color: #4d6b7e;
  margin-bottom: 20px;
}

.who-its-for .card img {
  width: 40px;
}

.support-patients .nav .nav-link {
  color: #4d6b7e;
  font-size: 24px;
  font-weight: 400;
  width: 50%;
  line-height: 26px;
}

.support-patients .nav .nav-link.active {
  color: #4d6b7e;
  background: transparent;
  font-weight: 700;
  border: 0;
  border-bottom: 2px solid #4d6b7e;
}

.support-patients.family-heal .nav .nav-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}

.support-patients.family-heal .nav .nav-link.active {
  color: #b780b2;
  border-bottom: 2px solid #b780b2;
  font-weight: 700;
}

.getting-started {
  padding: 80px 0;
  background: #b780b21a;
}

.getting-start-block {
  text-align: center;
  border: 4px solid #b780b2;
  border-radius: 45px;
  padding: 40px;
  background: #fff;
}

.getting-start-block .card {
  min-height: auto;
  box-shadow: none;
}

.what-you-get {
  padding: 60px 0;
}

.what-you-get .card {
  border: 0;
  background: #f6f6f9;
  box-shadow: 4px 4px 4px 0px #d9d9d980;
  border-radius: 35px;
  margin-bottom: 40px;
}

.what-you-get .card-body {
  padding: 50px 80px;
}

.what-you-get .list-group li {
  color: #4d6b7e;
  background: transparent;
  font-size: 14px;
  border-top: 1px solid #4d6b7e;
  padding: 12px 15px;
}

.support-options-pricing {
  padding: 80px 0;
  background: linear-gradient(
    90deg,
    rgba(183, 128, 178, 0.8) 0%,
    rgba(183, 128, 178, 0.4) 100%
  );
}

.support-options-pricing .card {
  min-height: 650px;
}

.support-options-pricing .card p {
  min-height: auto;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.support-options-pricing .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
}

.support-options-pricing .card-body small {
  color: #666;
}

.font-50 {
  font-size: 48px !important;
}

.app-your-best {
  position: absolute;
  bottom: -50px;
  right: -60px;
}

.meet-member {
  background: #f0f6f9;
}

.meet-member .card img {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 24px;
}

.meet-member .card a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.meet-member .card-body {
  padding: 30px;
}

.meet-member .card-body h3 {
  font-size: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.meet-member .card-body h4 {
  font-size: 26px;
}

.meet-member .card-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.our-team-modal.meet-member-modal .modal-content {
  color: #131719;
  background: #fff;
}

.support-options-pricing.support-patients .nav .nav-link {
  border: 1px solid #4d6b7e;
  border-radius: 0 16px 0 0;
}

.support-options-pricing.support-patients .nav .nav-link.active {
  background: #4d6b7e;
  color: #fff;
  border-radius: 16px 0 0 0;
}

.support-options-pricing.support-patients .nav .nav-link.active#profile-tab {
  border-radius: 0 16px 0 0;
}

.support-options-pricing.support-patients .nav .nav-link#home-tab {
  border-radius: 16px 0 0 0;
}

.custom-tooltip {
  color: #4d6b7e;
  border: 2.5px solid #4d6b7e;
  padding: 20px 20px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-tooltip p {
  margin-bottom: 0;
}

.custom-tooltip .arrow-down {
  position: absolute;
  bottom: -37px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}

.life-union-left {
  position: absolute;
  bottom: 0;
  left: -100px;
}

.union-two-right {
  position: absolute;
  top: 150px;
  left: 0;
}

.univa-help .vision-union {
  right: -150px;
  left: unset;
  width: 600px;
  top: 100px;
}

.starting-point .card {
  min-height: 275px;
}

.starting-point .card-body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.getting-started .getting-start-block .card {
  background: #d9d9d91a;
  border: 0;
}

.getting-started .union-three-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.union-four-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.parents-carer-hero p {
  font-size: 22px;
}

.vision-section-v2 {
  background: #4d6b7e;
  background-image: none;
  padding: 80px 0 120px;
}

.list-style-disc {
  list-style: disc;
}

.explore-section .owl-carousel .owl-item img {
  height: auto;
  padding: 0 40px;
}

.explore-section .owl-theme .owl-nav {
  position: unset;
}

.explore-section button {
  top: 50%;
  font-size: 24px;
}

.explore-section button i {
  font-size: 24px;
  color: #1d1b20;
  font-weight: 700;
}

.explore-section .owl-dots {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 18px 15px;
  background: #ffffff29;
  border-radius: 30px;
  margin-top: 15px;
}

.explore-section .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  background: #8e8a8a;
  border: none;
  cursor: pointer;
}

.explore-section .owl-dots button.owl-dot span {
  display: none;
}

.explore-section .owl-dots button.owl-dot.active,
.explore-section .owl-dots button.owl-dot:hover {
  background-color: #000;
}

.explore-section .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #000 !important;
}

/* Media Query */

@media (min-width: 1600px) {
  .home-hero-section .hero-img {
    max-width: 820px;
    position: relative;
    top: 50px;
  }

  .nfh-img {
    margin-left: -150px;
  }

  .hero-img-outside {
    bottom: -140px;
    max-width: 820px;
  }
}

@media (min-width: 1400px) {
  .healthcare-hero .hero-img {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }

  .meet-member .container {
    max-width: 1600px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}

@media (max-width: 1400px) {
  .care-experience-img {
    max-width: 380px;
    position: relative;
    top: 10px;
    left: -120px;
  }

  .care-experience .card .card-body img {
    max-width: 280px;
  }

  .hero-img-outside {
    display: none;
  }

  .explore-plans .card-body {
    padding: 30px 20px;
  }

  .explore-plans .card-body p {
    font-size: 13px;
    line-height: 24px;
    min-height: 140px;
  }
}

@media (max-width: 1200px) {
  header .nav-item {
    padding: 0 5px;
  }

  header .nav-link {
    font-size: 13px;
  }

  .our-lab .card h2 {
    font-size: 46px;
  }

  .hero-section h1 {
    font-size: 46px;
    line-height: 65px;
  }

  .hero-section video {
    width: 1000px;
    height: 564px;

    top: -240px;
    right: -295px;
    z-index: 0;
  }

  .our-care .collaboration-img {
    max-width: 300px;
    left: -100px;
  }

  .our-care .research-img {
    top: 0px;
    margin: 30px 0;
  }

  .care-experience .card .card-body p {
    max-width: 420px;
  }

  .our-vision-content .accordion .accordion-body {
    padding-right: 15px;
  }

  .compare-plan .table {
    width: 1350px;
  }
}

@media (max-width: 991px) {
  header .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 999;
  }

  main {
    padding-top: 42px;
  }

  section {
    padding: 50px 0;
  }

  header .nav-item {
    padding: 0;
  }

  header .nav-link {
    padding: 3px 0 !important;
  }

  .our-lab .card h2 {
    font-size: 36px;
    line-height: 57px;
  }

  .our-lab .card-body {
    padding: 30px;
  }

  .quality-section video {
    margin-bottom: 25px;
  }

  .our-future {
    margin-top: -50px;
  }

  header .navbar-brand img {
    width: 80px;
  }

  .hero-section video {
    width: 850px;
    height: 400px;
    top: unset;
    bottom: 0;
    right: -285px;
    z-index: 0;
    clip-path: ellipse(9% 49% at 61% 50%);
  }

  .sub-heading {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-section h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-section p {
    max-width: 560px;
  }

  .our-story-hero p,
  .join-hero p {
    max-width: 100% !important;
  }

  .profile-right-img {
    left: -80px;
  }

  .profile-left-img {
    right: 30px;
  }

  .our-vision-content h5 {
    margin-top: 20px;
  }

  .care-experience-img {
    max-width: 250px;
    top: 110px;
  }

  .care-experience .card .card-body img {
    max-width: 200px;
  }

  .care-experience .card .card-body p {
    max-width: 320px;
  }

  .home-hero-section h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .meeting-section .carousel-card {
    margin-left: 0;
    left: 0;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 75px;
  }

  button.owl-next {
    right: 0;
  }

  button.owl-prev {
    left: 0;
  }

  .our-care .circle-four {
    margin-top: 8px;
  }

  .login-section {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .login-shape {
    max-width: 500px;
  }

  .dashboard-content {
    padding-top: 80px;
  }

  .getting-start-block {
    margin-bottom: 20px;
  }

  .getting-started .getting-start-block .card {
    margin-bottom: 20px;
  }

  .who-its-for .card {
    margin-bottom: 25px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .quality-section video {
    width: 328px;
    height: 182px;
    border-radius: 0 30px 0 0;
  }

  .main-heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }

  .hero-section h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .curve-bottom:after {
    background-size: contain;
  }

  .hero-section p {
    max-width: 450px;
  }

  .our-lab .card h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .digital-gallery .last-img {
    height: 312px;
    width: 40px;
  }

  .digital-gallery img {
    height: 200px;
    margin-bottom: 10px;
  }

  .digital-gallery .first-img,
  .digital-gallery .third-img {
    height: 140px;
  }

  .digital-gallery .first-img {
    visibility: hidden;
  }

  .digital-gallery {
    transform: rotate(30deg);
    top: -161px;
    position: relative;
    right: -387px;
    width: 103px;
  }

  .our-lab .card {
    height: 350px;
  }

  .our-story-hero video,
  .join-hero video {
    display: none;
  }

  .testimonial-text {
    margin-top: 0;
  }

  .our-story:after {
    display: none;
  }

  .profile-right-img {
    left: 0;
    width: 100%;
    height: auto;
  }

  .join-hero {
    padding-bottom: 60px !important;
  }

  .join-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .join-section .btn {
    margin-top: 15px;
  }

  .request-a-demo {
    padding: 50px 0;
    background: #b3d2e233;
  }

  .social-link {
    justify-content: center;
  }

  .our-care .collaboration-img {
    max-width: 100%;
    left: 0;
    top: 0;
  }

  .our-care .care-union {
    max-width: 400px;
  }

  .our-care .card-body {
    padding: 25px;
  }

  .our-care .card-body h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
  }

  .our-care {
    padding: 50px 0;
  }

  .care-experience-img {
    max-width: 100%;
    left: 0;
    top: 0;
    margin-top: 30px;
  }

  .care-experience .card .card-body img {
    right: 22px;
    bottom: -96px;
  }

  .care-experience .card .card-body p {
    max-width: 100%;
  }

  .our-vision {
    padding: 50px 0;
  }

  .care-experience {
    padding-bottom: 80px;
  }

  .care-experience .card .card-body {
    padding: 30px 30px 50px;
  }

  .our-vision h2 {
    margin-bottom: 30px;
  }

  .our-vision-content h5 {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  footer ul li {
    padding: 6px 0;
  }

  .health-care-demo h3 {
    font-size: 28px;
  }

  .servies-section .nav.nav-tabs {
    gap: 5px;
  }

  .servies-section .nav-tabs .nav-link {
    padding-left: 0;
  }

  .servies-section,
  .care-journey {
    padding: 50px 0;
  }

  .our-team {
    padding: 50px 0;
  }

  .our-team h6 {
    font-size: 16px;
  }

  .our-team .main-heading {
    margin-bottom: 25px;
  }

  .our-team h3 {
    font-size: 16px;
  }

  .our-team p {
    font-size: 14px;
    margin-top: 5px;
  }

  .our-team h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }

  .home-hero-section.healthcare-hero .hero-img {
    top: 20px;
    right: -20px;
    left: unset;
    position: relative;
  }

  .care-deeply {
    padding: 60px 0;
  }

  .our-stats {
    padding: 50px 0;
  }

  .our-stats h2 {
    margin-bottom: 20px;
  }

  .servies-section h4 {
    color: #b3d2e2;
    font-size: 30px;
  }

  .our-care .circle-two,
  .our-care .circle-four {
    margin-top: 0;
  }

  .circle-content {
    padding: 8px 8px;
    border-radius: 12px;
  }

  .circle-content p {
    font-size: 13px;
    line-height: 16px;
  }

  .our-care .circle-three {
    margin-top: 0;
  }

  .our-care .circle img {
    width: 120px;
  }

  .support-options {
    padding: 60px 0;
  }

  .login-section .card-body {
    padding: 60px 40px;
  }

  .faq-section .accordion .accordion-header button {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .faq-section .accordion-body {
    padding: 0 0 15px;
  }

  .faq-section {
    padding: 50px 20px;
  }

  .faq-section .accordion-item {
    padding: 0 20px;
  }

  .request-a-demo p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .request-a-demo h2 {
    margin-bottom: 25px;
  }

  .univa-real-life {
    padding: 50px 0;
  }

  .univa-real-life .union-left {
    top: 30%;
    width: 180px;
  }

  .univa-real-life .union-right {
    top: 30%;
    width: 180px;
  }

  .univa-real-life .item {
    padding: 0 22px;
  }

  .univa-real-life button.owl-prev {
    left: 0;
  }

  .univa-real-life button.owl-next {
    right: 0;
  }

  .univa-real-life .main-heading {
    margin-bottom: 20px;
  }

  .univa-real-life .card-body {
    padding: 30px 20px;
  }

  .univa-offers {
    padding: 50px 10px;
  }

  .univa-offers .main-heading {
    margin-bottom: 20px;
  }

  .univa-offers h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .univa-offers p {
    font-size: 16px !important;
  }

  .univa-offers .card {
    min-height: auto;
    margin-bottom: 20px;
  }

  .univa-offers .card h4 {
    margin-bottom: 30px;
  }

  .support-options.univa-offers .card-body {
    padding: 30px 20px;
  }

  .home-v2-hero-section h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .home-v2-hero-section h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }

  .home-v2-hero-section p {
    margin-top: 30px;
  }

  .our-vision.can-expect .accordion .accordion-header button {
    background: transparent;
    font-size: 20px;
    padding: 12px 0;
    color: #131719;
  }

  .our-vision.can-expect .accordion .active .accordion-header button {
    color: #b780b2;
  }

  .our-vision.can-expect .accordion .accordion-header button:after {
    display: none;
  }

  .our-vision.can-expect .accordion .accordion-body {
    padding: 15px 0;
  }

  .our-vision.can-expect .accordion .accordion-body p {
    font-size: 16px;
    line-height: 22px;
  }

  .request-a-demo .btn {
    border-radius: 30px;
    width: 200px;
    height: 35px;
    min-height: 35px;
  }

  .deliver-care .btn {
    width: 100%;
    border-radius: 30px;
  }

  .our-vision .vision-union {
    left: unset;
    bottom: 280px;
    right: 0;
    width: 189px;
  }

  .our-vision-content .accordion .accordion-header button {
    padding: 16px 0;
  }

  .deliver-care .our-vision-content .accordion .accordion-body {
    padding-left: 0;
  }

  .our-stats ul {
    display: block;
  }

  .our-stats ul li {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 210px;
    margin-bottom: 20px;
  }

  .our-stats ul li:nth-child(even) {
    margin-left: 110px;
  }

  .our-stats ul li h4 {
    font-size: 28px;
  }

  .our-stats ul li p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .nhs-clinics h4 {
    font-size: 25px;
    font-weight: 600;
  }

  .list-icon p {
    font-size: 14px;
  }

  .list-icon img {
    width: 30px;
    height: 30px;
  }

  .nhs-clinics h2 {
    font-size: 28px;
  }

  .nhs-clinics .btn {
    width: 100%;
  }

  .healthcare-hero h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .home-hero-section.healthcare-hero h6 {
    font-size: 20px;
  }

  .home-hero-section .btn {
    min-width: 185px;
    border-radius: 30px;
  }

  .home-hero-section.healthcare-hero p {
    margin-top: 40px;
  }

  .home-hero-section .hero-union {
    position: absolute;
    top: 150px;
    left: unset;
    bottom: unset;
    right: 0;
  }

  .meeting-section .carousel-card {
    position: relative;
    top: 0;
  }

  .meeting-section .owl-carousel .owl-item img {
    height: 200px;
  }

  .meeting-section {
    padding: 50px 0;
  }

  .meeting-section .carousel-card {
    padding: 20px 30px 30px;
  }

  .meeting-section .carousel-card .main-heading {
    font-size: 25px;
    font-weight: 600;
  }

  .meeting-section .carousel-card p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
  }

  .meeting-section .owl-carousel {
    padding: 0 10px;
  }

  .meeting-section .owl-theme .owl-dots .owl-dot span {
    width: 60px;
  }

  .meeting-section .owl-theme .owl-nav [class*="owl-"] {
    margin: 2px;
  }

  .getting-started .union-three-right {
    bottom: unset;
    width: 180px;
  }

  .meet-member .card-body h3 {
    font-size: 24px;
  }

  .meet-member .card-body h4 {
    font-size: 20px;
  }

  .w-lg {
    width: 184px;
  }

  .custom-tooltip {
    width: auto;
    min-height: 100px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 45px;
  }

  .explore-section {
    padding: 50px 0;
  }

  .union-two-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }

  .join-list .our-vision-content {
    padding: 40px 25px;
  }

  .what-you-get .list-group li {
    padding: 12px 0;
  }

  .join-list .our-vision-content .btn {
    width: 100%;
  }

  .what-you-get .card-body {
    padding: 50px 30px;
  }

  .what-you-get .card .btn {
    width: 100%;
  }

  .max-w-lg {
    max-width: 182px;
  }

  .care-deeply-patient h4 {
    font-size: 16px;
  }

  .app-your-best {
    position: absolute;
    bottom: -30px;
    right: 13px;
    width: 118px;
  }

  .explore-plans .card-body p {
    min-height: auto;
  }
  .support-options-pricing .card {
    min-height: 540px;
  }

  .home-hero-section.healthcare-hero h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  .home-hero-section.healthcare-hero .hero-img {
    top: 45px;
    left: unset !important;
    right: 10px !important;
    transform: rotate(-6deg);
  }

  .btn {
    font-size: 15px;
    height: 35px;
    min-height: 35px;
  }

  .meet-companion h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .our-vision-content h4 {
    font-size: 16px;
  }

  .our-story h2,
  .testimonial-text h2 {
    font-size: 28px !important;
    margin-bottom: 25px;
    line-height: 32px;
  }

  .vision-section-v2 {
    background: linear-gradient(180deg, #78a7c5 23.56%, #4d6b7e 100%);
  }

  .our-vision-content .accordion .accordion-body {
    padding-left: 0;
  }

  .our-team-section .main-heading {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .our-team-section .nav-pills .nav-link.active::after {
    bottom: -6px;
  }

  .our-team-section .nav-pills {
    margin: 30px 0;
  }

  .our-team-section .card-body img {
    height: 380px;
    object-fit: cover;
    object-position: top;
  }

  .our-team-section {
    padding-bottom: 20px;
  }

  .team-request-demo h3 {
    font-size: 28px;
    margin: 30px 0;
  }

  .our-team-modal .modal-body {
    padding: 40px 30px;
  }

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

  .our-team-modal h4 {
    font-size: 20px;
    font-weight: 600;
  }

  .our-team-modal .col-md-5 img {
    width: 100%;
  }

  .advisor-block h5 {
    margin-top: 20px;
  }

  .advisor-block {
    margin-top: 52px;
  }

  .advisor-block .advisor-profile::after {
    left: 0;
  }

  .advisor-block p {
    margin-bottom: 10px;
  }

  .our-team-section .sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .support-options .card {
    border-radius: 30px;
    min-height: 280px;
    border: 0;
  }

  .support-options .card .card-body {
    padding: 20px 10px;
  }

  .getting-start-block .card {
    height: auto;
  }
}

@media (max-width: 576px) {
  .sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .quality-section p {
    font-size: 14px;
  }

  .hero-section {
    padding: 50px 0 150px;
  }

  .hero-section h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .our-future {
    margin-top: 0px;
  }

  .our-lab {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .our-future .map-img {
    width: 150px;
  }

  footer {
    text-align: center;
  }

  footer h5 {
    text-align: center;
    width: fit-content;
    margin: 20px auto 20px;
  }

  footer ul li {
    text-align: center;
  }

  footer h5:after {
    right: 24px;
  }

  .footer-bottom {
    padding: 12px 0;
  }

  .hero-section video {
    width: 700px;
    height: 325px;
    bottom: -20px;
    right: -248px;
    z-index: 0;
    clip-path: ellipse(8% 49% at 61% 50%);
  }

  .hero-section p {
    max-width: 100%;
  }

  .our-future:after {
    width: 500px;
    height: 500px;
    background-size: contain;
    right: unset;
    left: 78px;
    bottom: 16px;
  }

  .our-lab:before {
    content: "";
    width: 500px;
    height: 600px;
    background-size: contain;
    left: -166px;
    top: -706px;
  }

  .our-lab:after {
    right: 20px;
    bottom: 0px;
    background-size: contain;
  }

  .digital-gallery {
    top: -136px;
    right: -325px;
  }

  .profile-left-img {
    right: 0;
    width: 100%;
    height: 100%;
  }

  .our-story {
    margin-top: -120px;
  }

  .testimonial-text h2 {
    font-size: 20px !important;
  }

  .testimonial-text h5 {
    font-size: 16px !important;
  }

  .join-section .btn {
    min-width: 140px;
  }

  .home-hero-section {
    padding: 50px 0;
  }

  .home-hero-section h2 {
    font-size: 30px !important;
  }

  .home-hero-section h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .home-hero-section p {
    margin-top: 40px;
  }

  .my-account .card-body {
    padding: 30px;
  }

  .account-info,
  .account-edit {
    padding: 30px;
  }

  .dashboard-content {
    padding: 60px 10px 40px 110px;
  }

  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .meet-companion .nav-tabs,
  .support-options-pricing .nav-tabs {
    flex-direction: column;
  }

  .meet-companion .nav-tabs .nav-link,
  .support-options-pricing .nav-tabs .nav-link {
    width: 100%;
  }

  .meet-companion .nav .nav-link {
    padding: 15px 8px;
  }

  .support-options-pricing.support-patients .nav .nav-link#home-tab {
    border-radius: 16px 16px 0 0;
  }

  .support-options-pricing.support-patients .nav .nav-link.active#profile-tab,
  .support-options-pricing.support-patients .nav .nav-link {
    border-radius: 0;
  }

  .support-options-pricing.support-patients .nav .nav-link {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 16px 10px;
  }
}

@media (max-width: 450px) {
  .digital-gallery {
    top: -161px;
    right: -215px;
    width: 103px;
  }

  .our-story-hero {
    background-image: url("../../assets/images/story-mobile-bg.png");
    padding-bottom: 120px;
  }

  .join-hero {
    background-image: url("../../assets/images/join-mobile-bg.png");
  }
}
