body {
  background-color: #1b222c !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: #3f3f3f;
  border-radius: 10px;
}

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

.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);
  }
}

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

a.navbar-brand.smoothScroll {
  color: #fff;
}

.ECNavbar {
  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;
}

.ECNavbar-inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px !important;
  background-color: rgb(6 28 54 / 95%) !important;
}

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

.ECNavbar .xprize-logo-container {
  width: 38%;
  text-align: center;
}

.ECNavbar-inner .xprize-logo {
  height: 52px; /* Adjust the size of your logo */
}

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

.ECNavbar .navbar-nav .nav-link-menu {
  font-size: 17px;
  color: #95a9c6;
  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;
}

.ECNavbar .navbar-nav .nav-link-menu:hover {
  color: #fff;
  text-decoration-color: #fff !important;
}

@media screen and (max-width: 980px) {
  .navbar-toggler {
    background-color: transparent;
    border: 0;
    border-radius: 20px;
  }

  .navbar-toggler-icon {
    background: url(https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/hamburger-menu.png) !important;
    background-size: cover !important;
    background-position: center !important;;
    height: 1.2em !important;
  }

  .ECNavbar-inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 20px !important;
  }

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

  .ECNavbar-inner .xprize-logo {
    height: 40px; /* Adjust the size of your logo */
  }
}

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

.ECBanner > .bg-image {
  background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/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;
}

.ECBanner .content-xprize-logo {
  /* position: absolute;
  top: 10%;
  left: 19.5%; */
  width: 20rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.ECBanner .title {
  text-align: left;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

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

.ECBanner .title span.Genie {
  font-weight: 800;
  color: #49b2f2;
  font-size: 60px;
}

.ECBanner .subtitle {
  text-align: left;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

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

.ECBanner .btn-ExplorePlans {
  color: #4b4b4b;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}

.ECBanner .btn-ExplorePlans:hover {
  color: #fff;
  background: #95a9c6 !important;
  border: 1px solid #95a9c6 !important;
}

.ECBanner .btn-ContactUs {
  color: #fff;
  background: transparent !important;
  border: 1px solid #fff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}

.ECBanner .btn-ContactUs:hover {
  color: #fff;
  background: #95a9c6 !important;
  border: 1px solid #95a9c6 !important;
}

@media screen and (max-width: 980px) {
  .ECBanner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    object-fit: contain;
    top: 0em;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .ECBanner .content-xprize-logo {
    width: 20rem;
    text-align: center;
    margin-bottom: 2rem !important;
    margin: 0 auto;
    margin-top: 70vh;
  }
  .ECBanner .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .ECBanner .subtitle {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .ECBanner > .bg-image {
    background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/home-bg-m.jpg") 100% no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
  }
}

@media screen and (max-width: 768px) {
  .ECBanner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    object-fit: contain;
    top: 0em;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .ECBanner .content-xprize-logo {
    width: 20rem;
    text-align: center;
    margin-bottom: 2rem !important;
    margin: 0 auto;
    margin-top: 50vh;
  }
  .ECBanner .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .ECBanner .subtitle {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .ECBanner > .bg-image {
    background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/home-bg-m.jpg") 100% no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
  }
}

.section2-logo {
  width: 20rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.HealthyFeatures {
  background: #1b222c;
  background: -webkit-linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1B222C",
  endColorstr="#1B222C",
  GradientType=0
);
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.HealthyFeatures .content-bg {
  border-radius: 30px;
  /* background-color: #d7d0c8; */
  padding: 0rem 0rem;
  /* position: relative;
  top: -50px;
  overflow: hidden; */
}

.HealthyFeatures .works-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  /* text-align: center; */
  font-weight: 500;
  margin-bottom: 1rem;
}

.HealthyFeatures .content-text {
  /* text-align: center; */
  font-size: 20px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.HealthyFeatures .btn-book-demo {
  color: #4b4b4b;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}

.HealthyFeatures .platform-image1 {
  border-radius: 30px;
}

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

@media screen and (max-width: 980px) {
  .HealthyFeatures {
    /* background-color: #ffffff; */
    height: 100%;
    /* padding: 3rem 1rem; */
    text-align: left;
  }
  .HealthyFeatures .content-bg {
    border-radius: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .HealthyFeatures .works-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .HealthyFeatures .works-subtitle {
    text-align: left;
    font-size: 25px;
    color: #4e4e4e;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }
  .HealthyFeatures .content-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
  .section2-logo {
    width: 20rem;
    text-align: left;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
}


@media screen and (max-width: 768px) {
  .HealthyFeatures {
    /* background-color: #ffffff; */
    height: 100%;
    /* padding: 3rem 1rem; */
    text-align: center;
  }
  .HealthyFeatures .content-bg {
    border-radius: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .HealthyFeatures .works-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .HealthyFeatures .works-subtitle {
    text-align: center;
    font-size: 25px;
    color: #4e4e4e;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }
  .HealthyFeatures .content-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
  .section2-logo {
    width: 20rem;
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
}

.PlatformFeatures {
  background: #1b222c;
  background: -webkit-linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(27, 34, 44, 0) 0%,
    rgba(27, 34, 44, 1) 20%,
    rgba(27, 34, 44, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1B222C",
  endColorstr="#1B222C",
  GradientType=0
);
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.PlatformFeatures .content-bg {
  border-radius: 30px;
  background-color: #d7d0c8;
  padding: 0rem 0rem;
  position: relative;
  /* top: -50px; */
  overflow: hidden;
}

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

.PlatformFeatures .content-text {
  /* text-align: center; */
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.PlatformFeatures .btn-book-demo {
  color: #fff;
  background: #13cc00 !important;
  border: 1px solid #13cc00 !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: #49b2f2 !important;
  border: 1px solid #49b2f2 !important;
}

@media screen and (max-width: 980px) {
  .PlatformFeatures {
    /* background-color: #ffffff; */
    height: 100%;
    padding: 3rem 1rem;
  }
  .PlatformFeatures .content-bg {
    border-radius: 20px;
    background-color: #d7d0c8;
    padding: 0rem 2rem;
  }
  .PlatformFeatures .works-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .PlatformFeatures .works-subtitle {
    text-align: left;
    font-size: 25px;
    color: #4e4e4e;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }
  .PlatformFeatures .content-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}


@media screen and (max-width:768px) {
  .PlatformFeatures {
    /* background-color: #ffffff; */
    height: 100%;
    padding: 3rem 1rem;
  }
  .PlatformFeatures .content-bg {
    border-radius: 20px;
    background-color: #d7d0c8;
    padding: 0rem 2rem;
  }
  .PlatformFeatures .works-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .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: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}

.ECSolutions {
  background-color: #d7d0c8;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ECSolutions .healthcare-title {
  font-size: 30px;
  color: #1f1f1f;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.ECSolutions .custom-swiper-solutions {
  background-color: #eeeeee;
  padding: 2rem;
  border-radius: 30px;
}

.ECSolutions .healthcare-maintitle {
  text-align: left;
  font-size: 22px;
  color: #4e4e4e;
  margin-bottom: 0rem;
  font-weight: 400;
}

.ECSolutions .healthcare-subtitle {
  text-align: left;
  font-size: 22px;
  color: #4e4e4e;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.swiper-slide {
  width: 60%;
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 20%;
}

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

.ECSolutions .content-text span {
  font-weight: 600;
}

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

.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) {
  .ECSolutions {
    background-color: #d7d0c8;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .ECSolutions .custom-swiper-solutions {
    background-color: #eeeeee;
    padding: 1rem;
    border-radius: 20px;
  }
  .ECSolutions .healthcare-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .ECSolutions .healthcare-maintitle {
    text-align: left;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .ECSolutions .swiper-container {
    /* overflow: visible !important; */
    padding-bottom: 4rem !important;
  }
  .ECSolutions .healthcare-subtitle {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  .ECSolutions .grey-box {
    border-radius: 20px;
    /* background-color: rgb(246, 246, 246); */
    /* overflow: hidden; */
  }
  .ECSolutions .grey-box img {
    border-radius: 16px;
  }
  .ECSolutions .grey-box .px-5 {
    padding: 2rem !important;
  }
  .ECSolutions .content-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .custom-prev-solutions,
  .custom-next-solutions {
    position: absolute;
    left: 10px;
    right: auto; /* Place navigation on the left */
    top: 56%;
    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 */
    top: 56%;
  }
}


@media screen and (max-width: 768px) {
  .ECSolutions {
    background-color: #d7d0c8;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .ECSolutions .custom-swiper-solutions {
    background-color: #eeeeee;
    padding: 1rem;
    border-radius: 20px;
  }
  .ECSolutions .healthcare-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .ECSolutions .healthcare-maintitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .ECSolutions .swiper-container {
    /* overflow: visible !important; */
    padding-bottom: 4rem !important;
  }
  .ECSolutions .healthcare-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  .ECSolutions .grey-box {
    border-radius: 20px;
    /* background-color: rgb(246, 246, 246); */
    /* overflow: hidden; */
  }
  .ECSolutions .grey-box img {
    border-radius: 16px;
  }
  .ECSolutions .grey-box .px-5 {
    padding: 2rem !important;
  }
  .ECSolutions .content-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .custom-prev-solutions,
  .custom-next-solutions {
    position: absolute;
    left: 10px;
    right: auto; /* Place navigation on the left */
    top: 56%;
    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 */
    top: 56%;
  }
}

.TeamSanjeevini {
  /* background-color: #1b222b; */
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.TeamSanjeevini .Team-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.TeamSanjeevini .Team-maintitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
}
.TeamSanjeevini .Team-subtitle {
  text-align: left;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
  font-weight: 500;
}

.TeamSanjeevini .content-text {
  text-align: left;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0rem;
  font-weight: 300;
}

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

.TeamSanjeevini .team-image-box {
  border-radius: 20px;
  height: auto;
  width: 300px;
}
.TeamSanjeevini .grey-box img {
  border-radius: 30px;
}

@media screen and (max-width: 980px) {
  .TeamSanjeevini {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .TeamSanjeevini .Team-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .TeamSanjeevini .Team-maintitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .TeamSanjeevini .Team-subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
  }
  .TeamSanjeevini .team-image-box {
    border-radius: 20px;
    height: auto;
    width: 100%;
  }

  element.style {
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .TeamSanjeevini .swiper-container {
    /* overflow: visible !important; */
    padding-bottom: 4rem !important;
  }
  .TeamSanjeevini .custom-prev,
  .TeamSanjeevini .custom-next {
    color: #727171 !important;
  }
  .TeamSanjeevini .grey-box {
    border-radius: 0px;
    overflow: hidden;
  }
  .TeamSanjeevini .grey-box img {
    border-radius: 20px;
  }
  .TeamSanjeevini .grey-box .px-5 {
    padding: 2rem !important;
  }
  .TeamSanjeevini .content-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1rem !important;
  }
}

.drivingMeaningfulHealth {
  /* background-color: #ffffff; */
  /* background: transparent radial-gradient(closest-side at 50% 50%, #3F4650 0%, #1B222C 100%) 0% 0% no-repeat padding-box; */
  /* height: 800px; */
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-title {
  font-size: 34px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0rem;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
  /* width: 96%; */
  margin: 0 auto;
  /* margin-left: 3%; */
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle span {
  color: #ff9e1a;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle {
  text-align: left;
  font-size: 18px;
  /* color: #fff; */
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.drivingMeaningfulHealth .content-text {
  text-align: left;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0rem;
  font-weight: 300;
  line-height: 1.4;
  /* display: none; */
}
.drivingMeaningfulHealth .is-nav-selected .drivingMeaningfulHealth-subtitle {
  font-weight: 600;
  /* margin-bottom: .3rem; */
}

.drivingMeaningfulHealth .is-nav-selected .content-text {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

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

.drivingMeaningfulHealth .img-pic {
  border-radius: 30px;
  height: 468px;
  object-fit: contain;
  width: 100%;
  margin-top: 2rem;
}

.drivingMeaningfulHealth .img-pic-bg {
  /* position: relative; */
  /* top: 20px; */
  z-index: 999;
  opacity: 0.99;
  margin-top: 2rem;
}

.drivingMeaningfulHealth .img-pic-bg {
  /* position: relative; */
  /* top: 20px; */
  z-index: 999;
  opacity: 0.99;
  margin-top: 2rem;
}

.drivingMeaningfulHealth .img-pic-pos {
  position: relative;
}

.drivingMeaningfulHealth .img-pic-bottom {
  /* position: relative;  */
  /* top: 20px; */
  z-index: 999;
  opacity: 0.99;
  margin-top: 2rem;
  background-color: #fff;
  margin-left: 2rem;
  width: 99%;
  border-radius: 10px;
  padding: 10px 20px;
}

.drivingMeaningfulHealth .trustedBy-title {
  text-align: left;
  font-size: 20px;
  color: #4e4e4e;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 600;
}

.drivingMeaningfulHealth .trustedBy-content-text {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  .drivingMeaningfulHealth {
    padding: 3rem 0rem 1rem 0rem;
  }

  .drivingMeaningfulHealth .img-pic-pos {
    padding: 0;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-title {
    font-size: 24px;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .carousel-nav {
    width: 94% !important;
    margin-right: 3% !important;
    margin-left: 3% !important;
    position: absolute;
    border-radius: 20px !important;
    /* background-color: rgb(255, 255, 255); */
    padding: 1rem !important;
    top: 30rem;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle {
    text-align: left;
    font-size: 16px;
    justify-content: start;
  }
  .drivingMeaningfulHealth .content-text {
    text-align: left;
    font-size: 16px;
    margin-top: 1rem;
  }
  .drivingMeaningfulHealth .is-nav-selected .content-text {
    text-align: center;
    font-size: 14px;
  }
  .drivingMeaningfulHealth .img-pic-bottom {
    opacity: 0.99;
    margin-top: 2rem;
    background-color: #fff;
    margin-left: 3%;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .drivingMeaningfulHealth {
    /* height: 872px; */
  }
  .drivingMeaningfulHealth .trustedBy-title {
    text-align: left;
    font-size: 17px;
    color: #4e4e4e;
    color: #2c2d3f;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  .drivingMeaningfulHealth .trustedBy-content-text {
    text-align: left;
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 0rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
  .drivingMeaningfulHealth .img-pic {
    border-radius: 30px;
    height: 300px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    margin-top: 1rem;
  }
}


@media screen and (max-width: 768px) {
  .drivingMeaningfulHealth {
    padding: 3rem 0rem 1rem 0rem;
  }

  .drivingMeaningfulHealth .img-pic-pos {
    padding: 0;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-title {
    font-size: 24px;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .carousel-nav {
    width: 94% !important;
    margin-right: 3% !important;
    margin-left: 3% !important;
    position: absolute;
    border-radius: 20px !important;
    /* background-color: rgb(255, 255, 255); */
    padding: 1rem !important;
    top: 30rem;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle {
    text-align: center;
    font-size: 16px;
    justify-content: center;
  }
  .drivingMeaningfulHealth .content-text {
    text-align: center;
    font-size: 16px;
    margin-top: 1rem;
  }
  .drivingMeaningfulHealth .is-nav-selected .content-text {
    text-align: center;
    font-size: 14px;
  }
  .drivingMeaningfulHealth .img-pic-bottom {
    opacity: 0.99;
    margin-top: 2rem;
    background-color: #fff;
    margin-left: 3%;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .drivingMeaningfulHealth {
    /* height: 872px; */
  }
  .drivingMeaningfulHealth .trustedBy-title {
    text-align: left;
    font-size: 17px;
    color: #4e4e4e;
    color: #2c2d3f;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  .drivingMeaningfulHealth .trustedBy-content-text {
    text-align: left;
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 0rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
  .drivingMeaningfulHealth .img-pic {
    border-radius: 30px;
    height: 340px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

section.gradient-bg-box {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #3f4650 0%, #1b222c 100%) 0% 0%
    no-repeat padding-box;
}

.ECDeviceIntegration {
  /* background-color: #1b222b; */
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ECDeviceIntegration .deviceIntegration-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ECDeviceIntegration .deviceIntegration-maintitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
}
.ECDeviceIntegration .deviceIntegration-subtitle {
  text-align: left;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.ECDeviceIntegration .content-text {
  text-align: left;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0rem;
  font-weight: 300;
}

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

.ECDeviceIntegration .grey-box {
  border-radius: 20px;
  background-color: #1e1f21;
  padding: 1rem;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ECDeviceIntegration .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) {
  .ECDeviceIntegration {
    /* background-color: #f4f4f4; */
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ECDeviceIntegration .deviceIntegration-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .ECDeviceIntegration .deviceIntegration-maintitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .ECDeviceIntegration .deviceIntegration-subtitle {
    text-align: center;
    font-size: 28px;
    margin-top: 1rem;
  }

  .ECDeviceIntegration .grey-box {
    overflow: hidden;
  }
  .ECDeviceIntegration .grey-box img {
    border-radius: 20px;
  }
  .ECDeviceIntegration .grey-box .px-5 {
    padding: 2rem !important;
  }
  .ECDeviceIntegration .content-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2rem !important;
  }
  .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 */
  }
}

.HealthIntelligence {
  /* background-color: #1b222b; */
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.HealthIntelligence .HealthIntelligence-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.HealthIntelligence .HealthIntelligence-maintitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
}
.HealthIntelligence .HealthIntelligence-subtitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.HealthIntelligence .content-text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0rem;
  font-weight: 300;
}

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

.HealthIntelligence .HealthIntelligence-image-box {
  border-radius: 20px;
}
.HealthIntelligence .HealthIntelligence-image-box img {
  border-radius: 20px;
}

@media screen and (max-width: 980px) {
  .HealthIntelligence {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .HealthIntelligence .HealthIntelligence-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .HealthIntelligence .HealthIntelligence-maintitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .HealthIntelligence .HealthIntelligence-subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
  }

  .HealthIntelligence .HealthIntelligence-image-box {
    border-radius: 0px;
    width: 80%;
    margin: 0 auto;
  }

  .HealthIntelligence .swiper-container {
    /* overflow: visible !important; */
    padding-bottom: 2.5rem !important;
  }

  .HealthIntelligence .custom-prev,
  .HealthIntelligence .custom-next {
    color: #727171 !important;
  }
  .HealthIntelligence .HealthIntelligence-image-box img {
    border-radius: 20px;
  }
  .HealthIntelligence .HealthIntelligence-image-box.px-5 {
    padding: 2rem !important;
  }
  .HealthIntelligence .content-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0rem !important;
  }
}

.AI-native-PlatformFeatures {
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.AI-native-PlatformFeatures .content-bg {
  border-radius: 30px;
  background: url(https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/img-Scalable.jpg) 100% no-repeat;
  background-position: top;
  background-size: cover;
  padding: 4rem 2rem;
  overflow: hidden;
  height:480px;
  display: flex;
  align-items: center;
}

.AI-native-PlatformFeatures .AI-native-title {
  font-size: 30px;
  color: #d7d0c8;
  line-height: 1.2;
  /* text-align: center; */
  font-weight: 600;
  margin-bottom: 1rem;
}
.AI-native-PlatformFeatures .AI-native-subtitle {
  text-align: left;
  font-size: 20px;
  color: #d7d0c8;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.AI-native-PlatformFeatures .content-text {
  /* text-align: center; */
  font-size: 18px;
  color: #d7d0c8;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media screen and (max-width: 980px) {
  .AI-native-PlatformFeatures {
    height: 100%;
    padding: 1rem 1rem;
  }
  .AI-native-PlatformFeatures .content-bg {
    border-radius: 20px;
    background: url(https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/img-Scalable.jpg) 100% no-repeat;
    background-position: top;
    background-size: cover;
    padding: 1rem;
    height: 400px;
    display: flex;
    align-items: flex-end;
  }
  .AI-native-PlatformFeatures .AI-native-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .AI-native-PlatformFeatures .AI-native-subtitle {
    text-align: left;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 500;
  }
  .AI-native-PlatformFeatures .content-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}


@media screen and (max-width: 768px) {
  .AI-native-PlatformFeatures {
    height: 100%;
    padding: 1rem 1rem;
  }
  .AI-native-PlatformFeatures .content-bg {
    border-radius: 20px;
    background: url(https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/img-Scalable-m.jpg) 100% no-repeat;
    background-position: top;
    background-size: cover;
    padding: 1rem;
    height: 620px;
    display: flex;
    align-items: flex-end;
  }
  .AI-native-PlatformFeatures .AI-native-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .AI-native-PlatformFeatures .AI-native-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 500;
  }
  .AI-native-PlatformFeatures .content-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}

.Activate {
  /* background-color: #1b222b; */
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.Activate .Activate-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.Activate .Activate-maintitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
}
.Activate .Activate-subtitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.Activate .content-text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0rem;
  font-weight: 300;
}
.Activate .btn-video {
  color: #fff;
  background: transparent !important;
  border: 1px solid #fff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}
.Activate .btn-video:hover {
  color: #fff;
  background: #b8bfc9 !important;
  border: 1px solid #95a9c6 !important;
}
.Activate .form-filds {
  width: 60%;
  margin: 0 auto;
}
.Activate .inputbox {
  border: 0px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0) !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent !important;
  border-radius: var(--bs-border-radius);
}

@media screen and (max-width: 980px) {
  .Activate {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .Activate .Activate-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .Activate .form-filds {
    width: 94%;
    margin: 0 auto;
  }
  .Activate .Activate-maintitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .Activate .Activate-subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
  }
}

.UHTHealthcareProviders {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #3f4650 0%, #1b222c 100%) 0% 0%
    no-repeat padding-box;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 5rem;
}

.UHTHealthcareProviders .healthcareProviders-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.UHTHealthcareProviders .healthcareProviders-maintitle {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 2rem;
  font-weight: 500;
}

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

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

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

.btn-book-demo {
  color: #4b4b4b;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  font-size: 18px !important;
  padding: 12px 30px !important;
  border-radius: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}

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

.UHTHealthcareProviders .healthcare-icontitle {
  font-size: 18px;
  color: #4e4e4e;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 500;
}
.UHTHealthcareProviders .txt-right {
  text-align: right;
}
.UHTHealthcareProviders .tracker-img {
  height: 400px;
}

.UHTHealthcareProviders .tracker-icon {
  height: 72px;
}

.UHTHealthcareProviders .value-icon {
  height: 120px;
}

.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 {
    padding-bottom: 2rem;
  }
  .UHTHealthcareProviders .healthcareProviders-title {
    font-size: 22px;
  }
  .UHTHealthcareProviders .tracker-img {
    height: 240px;
    margin: 20px;
  }
  .UHTHealthcareProviders .healthcareProviders-maintitle {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }
  .UHTHealthcareProviders .healthcareProviders-subtitle {
    text-align: left;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  .UHTHealthcareProviders .content-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1.5rem !important;
  }

  .UHTHealthcareProviders .txt-right {
    text-align: left;
  }
  .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;
  }
}

.ECForPlan {
  background-color: #fff;
  /* background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/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 */
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ECForPlan .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;
}

.ECForPlan .forDoctors-title {
  font-size: 30px;
  color: #1f1f1f;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.ECForPlan .forDoctors-subtitle {
  text-align: left;
  font-size: 35px;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.ECForPlan .img-doctor {
  height: 78vh;
}
.ECForPlan .content-text {
  text-align: left;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

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

.ECForPlan .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;
}

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

.ECForPlan .icon-plan {
  height: 46px;
}

@media screen and (max-width: 980px) {
  .ECForPlan {
    background-color: #fff;
    /* background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/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 */
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .ECForPlan .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;
  }
  .ECForPlan .forDoctors-title {
    font-size: 22px;
    text-align: center;
  }
  .ECForPlan .forDoctors-subtitle {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }
  .ECForPlan .content-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .ECForPlan .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;
  }

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

.ECForPatients {
  background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/patients-bg.jpg") 100% no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
}

.ECForPatients .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;
}

.ECForPatients .forDoctors-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}
.ECForPatients .forDoctors-subtitle {
  text-align: left;
  font-size: 35px;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.ECForPatients .img-patients {
  /* height: 78vh; */
}
.ECForPatients .content-text {
  text-align: left;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

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

.ECForPatients .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;
}

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

@media screen and (max-width: 980px) {
  .ECForPatients {
    background: url("https://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/patients-bg-m.jpg") 100% no-repeat;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;
    height: 100vh;
  }
  .ECForPatients .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;
  }
  .ECForPatients .img-patients {
    /* height: 78vh; */
    margin-top: -30px;
  }
  .ECForPatients .forDoctors-title {
    font-size: 30px;
    margin-bottom: 0rem;
  }
  .ECForPatients .forDoctors-subtitle {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 800;
  }
  .ECForPatients .content-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .ECForPatients .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;
  }

  .ECForPatients .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: #13cc00 !important;
  border: 1px solid #13cc00 !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: #49b2f2 !important;
  border: 1px solid #49b2f2 !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 0.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://goqiimum.s3.ap-south-1.amazonaws.com/sanjivani/assets/images/telegram.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 99px;
  width: 50px;
  height: 48px;
  transition: all 0.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;
}

.digital-humanity-section {
  /* background-color: #f9f9f9; */
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* margin-top: -40px; */
  /* height: 100vh; */
}

.digital-humanity-section h1 {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.digital-humanity-section h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  /* margin-bottom: .6rem; */
}

.digital-humanity-section h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  /* margin-bottom: .6rem; */
}
.digital-humanity-section p {
  font-size: 18px;
  color: #383838;
  font-weight: 300;
  line-height: 1.4;
}

.digital-humanity-section li {
  font-size: 18px;
  color: #383838;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .digital-humanity-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .digital-humanity-section h1 {
    font-size: 22px;
    color: #1f1f1f;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0rem;
  }
  .digital-humanity-section button.accordion-button {
    border-width: 1px;
    border-color: #cfcfcf;
    border-style: solid;
    border-radius: 10px !important;
    background-color: rgb(249 249 249);
    font-size: 16px;
    color: #202020;
    font-weight: 400;
  }

  .digital-humanity-section p {
    font-size: 14px;
    color: #383838;
    font-weight: 300;
    line-height: 1.4;
  }

  .digital-humanity-section li {
    font-size: 14px;
    color: #383838;
    font-weight: 300;
    line-height: 1.4;
  }
}

.nav-w {
  /* text-align: left; */
  padding: 1.5rem;
  background: #d7d0c8;
  /* border-top: 6px solid #ed5627; */
  border-radius: 30px;
  margin-bottom: 1rem;
}
footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.bg-footer {
  background: #fff;
  border-radius: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}

footer .bigicon,
footer p {
  color: #6f6f6f;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0;
}

.footerlinks {
  margin: 0;
}

.footerlinks ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
  text-align: center;
}

.footerlinks li {
  display: inline;
  /* padding: 10px 10px 10px 10px; */
  /* text-transform: uppercase; */
  letter-spacing: 0;
  color: #fff;
}

.footersocial li {
  display: inline;
  padding: 0 15px;
  font-size: 2em;
}

.footersocial li a {
  color: #7e7e7e;
}

.footerlinks a {
  color: #6f6f6f;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 15px;
}

.footerlinks a:hover {
  color: #49b2f2;
}

.footersocial li a:hover {
  color: #49b2f2;
}

.footeractive {
  color: #34a853 !important;
}

.socials {
  text-align: center;
  margin-bottom: 0px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0 5px;
  background-color: #292929;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.socials a:hover {
  background-color: #49b2f2;
  color: #fff !important;
}

.copyright {
  text-align: right;
}

.btn-proceedToBuy {
  background-color: #13cc00;
  border: 0;
  padding: 12px 30px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-size: 18px;
}
.btn-proceedToBuy:hover {
  background-color: #49b2f2;
  border: 0;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
}

@media screen and (max-width: 980px) {
  .nav-w {
    padding: 1rem;
    background: #d7d0c8;
    border-radius: 30px;
    margin-bottom: 1rem;
  }

  footer {
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 1rem;
  }

  .bg-footer {
    border-radius: 20px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
  }

  .footerlinks li {
    display: inline-block;
    text-align: center;
    padding: 0px 10px 10px 10px;
  }

  .footerlinks ul {
    padding-left: 0px;
    text-align: center !important;
  }
  .footerlinks a {
    color: #6f6f6f;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
  }
  footer .col-md-4,
  footer .col-md-8,
  footer .footerlinks {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .socials {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .copyright.text-left {
    text-align: center;
  }
  footer .bigicon,
  footer p {
    color: #7e7e7e;
    font-size: 14px;
    text-align: center;
  }
  footer .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.pricing__table {
  display: flex;
  /* margin: 30px 30px 90px 30px; */
}
@media (max-width: 640px) {
  .pricing__table {
    /* margin: 60px 15px; */
  }
}
.pricing__table .pt__title {
  max-width: 25%;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    max-width: 50%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  min-height: 78px;
  padding-left: 16px;
  padding-right: 16px;
  border: 4px solid #fff;
  text-align: left;
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 14px;
  line-height: 1.2;
}
.pricing__table .pt__title .pt__title__wrap .pt__row h6 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
  /* border-bottom: 0; */
  font-size: 20px;
  font-weight: 600;
  background-color: #b9bbbf;
  text-align: center;
  color: #fff;
  align-items: center;
  border-radius: 14px;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
  min-height: 90px;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
  .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    /* border-bottom: 0; */
    font-size: 16px;
    min-height: 60px;
  }
  .pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
    min-height: 180px;
  }
}
.pricing__table .pt__option {
  position: relative;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    max-width: 50%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 16px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #13cc00;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #49b2f2;
}
.pricing__table
  .pt__option
  .pt__option__mobile__nav
  .mobile__nav__btn.swiper-button-disabled {
  background-color: #696969;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__item {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item {
    border: 0px solid #ddd;
    /* background-color: #fafafa; */
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend {
  background-color: rgba(0, 97, 255, 0.15);
  border: 1px solid #0061ff;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 0px 0 0 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  border: 4px solid #fff;
  background-color: #f2f2f2;
  border-radius: 14px;
  line-height: 1.2;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  /* border-bottom: 0; */
  font-size: 20px;
  font-weight: 600;
  background-color: #b9bbbf;
  text-align: center;
  color: #fff;
  border-radius: 14px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
  /* display: inline-flex; */
  padding: 20px 10px;
  align-items: center;
  /* border-bottom: 0; */
  background-color: #b9bbbf;
  border-radius: 14px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row i {
  color: #49b2f2;
  font-size: 30px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row h1 {
  font-size: 30px;
  font-weight: 500;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-radius: 14px;
  background-color: #fbfbfb;
  transition: 0.25s;
}
.pricing__table
  .pt__option
  .pt__option__item
  .pt__item
  .pt__row:last-child
  a:hover {
  background-color: #49b2f2;
  color: #fff;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3) {
  min-height: 90px;
}
@media (max-width: 576px) {
  .pricing__table
    .pt__option
    .pt__option__item
    .pt__item
    .pt__row:last-child
    a {
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 14px;
    font-weight: 400;
  }
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    /* border-bottom: 0; */
    font-size: 16px;
    min-height: 60px;
  }
  .pricing__table
    .pt__option
    .pt__option__item
    .pt__item
    .pt__row:nth-child(3) {
    min-height: 180px;
  }
}

#callNow .modal-content {
  background-color: #3f3f3f;
  border-radius: 30px;
}

.modal-content .btn-submit {
  background-color: #13cc00;
  border: 0;
  padding: 7px 20px;
  font-size: 20px;
  border-radius: 14px;
}
.modal-content .btn-submit:hover {
  background-color: #49b2f2;
}

#callNow .modal-header {
  border-bottom: 0px;
  padding: 20px 30px 10px 30px;
}
#callNow .modal-body {
  padding: 20px 30px 10px 30px;
}

#callNow .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 0px;
}

h1#callNowModalLabel {
  color: #fff;
  font-size: 30px !important;
}

button.btn-close {
  color: #fff !important;
  filter: invert(1);
}

#callNow .modal-sm {
  --bs-modal-width: 420px;
}
.inputbox {
  border: 0px;
  border-radius: 10px;
}

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

.btn-submit:hover {
  color: #fff;
  background: #49b2f2 !important;
  border: 1px solid #49b2f2 !important;
}

.btn-addMore {
  color: #333;
  background: #eee !important;
  border: 1px solid #eee !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 18px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.btn-addMore:hover {
  color: #fff;
  background: #49b2f2 !important;
  border: 1px solid #49b2f2 !important;
}

.inputbox-enquire {
  border: 0px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dadada;
}

.form-check-input:checked {
  background-color: #13cc00;
  border-color: #13cc00;
}

.border-bottom-custom {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.border-bottom-custom:last-child {
  border-bottom: 0px solid #eee !important;
  padding-bottom: 0rem !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}
