@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  font-family: "Nunito Sans", sans-serif !important;
}

.health-features-vertical-swipper-cover-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
}

.hero-section-title-cover-wrapper h2 {
  display: flex;
  flex-direction: column;
  font-size: 45px;
  font-weight: 700;
}

.hero-section-count-details-card h6 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
}

.hero-section-count-details-card p {
  font-size: 16px;
}

.hero-section-main-cover-wrapper {
  padding: 30px 5px;
}

.health-features-main-card-cover-wrapper {
  padding: 55px;
  border-radius: 40px;
  background: white;
  overflow: hidden;
  width: 110%;
  padding-bottom: 0px;
  padding-top: 10px;
  box-shadow: 0px 3px 10px #57FFAE;
}

h1.common-highlight-title {
  display: flex;
  font-size: 30px;
  width: fit-content;
  margin: 10px auto;
  margin-bottom: 50px;
  font-weight: 700;
}

h2.common-highlight-title {
  display: flex;
  font-size: 30px;
  width: fit-content;
  margin: 10px auto;
  margin-bottom: 50px;
  font-weight: 700;
}

.health-features-content-cover h5 {
  font-size: 28px;
  color: #007E4D;
}

.health-features-content-cover p {
  font-size: 17px;
  width: 85%;
  color: #363636;
  font-weight: 400;
  margin-top: 22px;
}

.swiper-slide.swiper-slide-prev .health-features-banner-cover {
  display: none;
}

.health-features-main-card-cover-wrapper .swiper-slide.swiper-slide-active {
  height: auto !important;
}

.hero-section-title-cover-wrapper span {
  color: #007E4D;
}

.health-features-title-box {
  background: white;
  padding: 10px 45px;
  z-index: 9999;
  position: relative;
  margin-bottom: -30px;
}

span.title-img2 img {
  width: 30px;
  margin-top: -25px;
}

span.title-img1 img {
  width: 30px;
  margin-bottom: -12px;
  transform: rotate(-15deg);
}

.health-features-content-cover {
  margin-bottom: 105px;
}

.health-features-section-cover-wrapper {
  position: relative;
}

.healthy-features-section-banner {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 460px;
}

.healthy-features-section-banner img {
  width: 100%;
}


:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

/* --------------------MARQUEEE ------------------------------   */

.infinte-strips-swipper .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.infinte-strips-swipper .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .infinte-strips-swipper .marquee__group {
    animation-play-state: paused;
  }
}

.infinte-strips-swipper .marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Parent wrapper */
.infinte-strips-swipper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 10px;
  margin: 55px auto;
  max-width: 100vw;
  background: transparent linear-gradient(180deg, #40FF86 0%, #FBFF98 100%) 0% 0% no-repeat padding-box;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.strip-title-box h6 {
  font-size: 19px;
  font-weight: 700;
  color: black;
  margin-bottom: 0px;
  padding: 5px;
}

.health-features-section-cover-wrapper {
  margin: 45px 0px;
  margin-bottom: 80px;
}

.mobile-feature-img {
  border: 9px solid black;
  border-radius: 35px;
  overflow: hidden;
}

.mobile-feature-img img {
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.5s ease;
}

.mobile-feature-img img.active {
  left: 0;
  height: 100%;
  opacity: 1;
  width: 100%;
}

.mobile-feature-img {
  position: relative;
  height: 510px;
  width: 260px;
  margin: 0 auto;
  border: 9px solid black;
  border-radius: 35px;
  overflow: hidden;
}

.tabs-section-main-cover-wrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #A6FFD4 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #FFEDCD;
  border: 1px dashed #FFB125;
  border-radius: 30px;
  color: black;
  width: 100%;
  text-align: start;
  font-weight: 700;
}

.tabs-section-main-cover-wrapper li.nav-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #FFEDCD;
  border: none;
  border-radius: 15px;
  opacity: 1;
  margin-bottom: 25px;
  width: 90%;
}

.tabs-section-main-cover-wrapper .nav-pills .nav-link {
  color: black;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 19px;
  width: 100%;
  text-align: start;
  border-radius: 15px !important;
}

.tabs-section-main-cover-wrapper .nav-pills .nav-link span img {
  width: 28px;
  margin-right: 15px;
}

ul#healthcareTabs {
  width: 90%;
}

.mobile-tab-content-details-wrapper h3 {
  font-size: 25px;
  font-weight: 800;
}

.mobile-tab-content-details-wrapper {
  margin-left: 15px;
}

.mobile-tab-content-details-wrapper p {
  width: 80%;
  font-size: 15px;
  font-weight: 400;
}

img.mobile-featire-icon {
  width: 50px;
  margin-bottom: 15px;
}

button.mobile-content-btn {
  padding: 9px 15px;
  background: #FFB125;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-shape {
  width: 50%;
  height: 16px;
  background: black;
  margin: 0 auto;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  position: absolute;
  left: 50%;
  /* Position it halfway across the container */
  transform: translateX(-50%);
  /* Move it back by half its width to center it */
  z-index: 999999;
}


.bg-transparent {
  background: transparent;
}

.mobile-features-main-cover-wrapper {
  margin: 45px 0px;
}

.our-services-card-main-cover-wrapper {
  box-shadow: 0px 3px 20px #79797928;
  border-radius: 20px;
  padding: 25px 20px;
}

.service-card-content-cover h2 {
  font-size: 23px;
  font-weight: 800;
}

.service-card-banner.banner-2 img {
  width: 80%;
  display: flex;
}

.service-card-banner img {
  width: 130px;
  /* margin: 0 auto; */
  display: flex;
}

.our-services-card-main-cover-wrapper {
  box-shadow: 0px 3px 20px #79797928;
  border-radius: 19px;
  padding: 25px 30px;
  /* padding-bottom: 0px; */
  height: 100%;
}

.service-card-banner.banner-card-3 img {
  width: 80%;
}

.our-service-bg-1 {
  background-image: url("../img/homepage/our-service-bg1.svg");
  background-size: cover;
  background-position: center;
}

.our-service-bg-2 {
  background-image: url("../img/homepage/our-service-bg2.svg");
  background-size: cover;
  background-position: center;
}

.our-service-bg-3 {
  background-image: url("../img/homepage/our-service-bg3.svg");
  background-size: cover;
  background-position: bottom;
}

.our-service-bg-4 {
  background-image: url("../img/homepage/our-service-bg4.svg");
  background-size: cover;
  background-position: center;
}

.our-service-bg-5 {
  background-image: url("../img/homepage/our-service-bg5.svg");
  background-size: cover;
  background-position: center;
}

.our-service-bg-6 {
  background-image: url("../img/homepage/our-service-bg6.svg");
  background-size: cover;
  background-position: center;
}

.our-service-bg-7 {
  background-image: url("../img/homepage/our-service-bg7.svg");
  background-size: cover;
  background-position: center;
}

.our-services-card-main-cover-wrapper.our-service-bg-4 img {
  width: 95%;
  margin: 0 auto;
  margin-bottom: -57px;
  margin-top: 12px;
}

.our-services-card-main-cover-wrapper.our-service-bg-6 img {
  width: 60%;
  margin-left: auto !important;
  margin-bottom: 0px;
}

.our-services-card-main-cover-wrapper.our-service-bg-5 img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: -40px !important;
  margin-top: 50px;
}

.service-card-banner {
  margin-bottom: -20px;
}

.our-services-card-main-cover-wrapper.our-service-bg-3 {
  padding-bottom: 30px;
}

.service-content-card-details p {
  color: #707070;
  width: 90%;
  font-size: 17px;
}

.service-card-banner.banner-card-3 img {
  width: 80%;
  margin-left: -30px;
  margin-top: 30px;
}

.our-services-card-main-cover-wrapper.our-service-bg-7 {
  height: auto;
}

.our-services-card-main-cover-wrapper.our-service-bg-7 img {
  width: 75%;
  margin-bottom: 22px;
}

.our-services-card-main-cover-wrapper.our-service-bg-4 img {
  width: 87%;
  margin: 0 auto;
  margin-top: -5px;
}

.our-services-card-main-cover-wrapper.our-service-bg-1 img {
  /* margin: 0 auto; */
  margin-bottom: -30px;
  margin-top: 20px;
  width: 70%;
}

.our-services-card-main-cover-wrapper.our-service-bg-2 img {
  width: 95%;
  margin-bottom: -25px !important;
  margin-top: 40px;
}

.our-services-main-cover-wrapper {
  margin: 90px 0px;
}

.employee-benefits-main-cover-wrapper {
  border-radius: 29px;
  background: white;
  padding: 65px 35px;
  box-shadow: 0px 3px 20px #79797928;
  position: relative;
  padding-bottom: 30px;
}

.benefits-small-card-cover.benefits-small-card-cover2 {
  margin-left: 20px;
  margin-right: -40px;
}

.benefits-main-card-details {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  min-height: 200px;
}

.benefits-card-header-title h5 {
  letter-spacing: 0px;
  color: #007E4D;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 14px;
}

.benefits-main-card-details p {
  font-weight: 600;
  font-size: 17px;
  color: #363636;
}

.service-card-content-cover p {
  font-size: 16px;
  line-height: 26px;
}

.benefits-small-card {
  padding: 10px 15px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000029;
  background: white;
  margin-bottom: 25px;
  min-height: 60px;
  display: flex;
  width: fit-content;
}

.benefits-small-card img {
  width: 25px;
}

.benefits-small-card h6 {
  margin-bottom: 0px;
  font-weight: 600;
}

.benefits-main-cover-wrapper {
  width: 90%;
  margin: 0 auto;
}

img.benefits-icon {
  width: 100%;
  margin-bottom: 11px;
}

.benefits-small-card.extra-width-card {
  width: 150px;
}

.emp-ben-3 {
  margin-top: 75px;
  margin-left: -15px;
}

.emp-ben-4 {
  margin-top: 105px;
  margin-left: -20px;
}

.benefits-small-card.ben-small-card2 {
  margin-left: 100px;
  margin-right: -100px;
}

.corporate-employee-banner img {
  width: 100%;
}

.corporate-employee-banner {
  margin-top: -120px;
  margin-bottom: -30px;
}

.benefits-small-card-cover {
  margin-right: -30px;
  margin-left: 40px;
}

.vertical-dash-box {
  height: 280px;
  width: 1px;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed #007e4d47;
}

.our-partner-box {
  margin-bottom: 33px;
}

.our-partner-box img {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.partners-main-cover-wrapper {
  margin: 100px 0px;
  margin-bottom: 10px;
}

.partners-main-content-cover-wrapper {
  margin-top: 40px;
}

.m-mega-footer-main-wrap {
  background-image: url("../img/homepage/footer.svg") !important;
  background-position: center;
  padding: 80px;
  background-repeat: no-repeat !important;
  padding-top: 200px;
  background-color: transparent;
  padding-bottom: 10px;
}

a.footer-logo img {
  width: 180px;
  margin-left: -10px;
  margin-bottom: 15px;
}

.footer-social-link-cover-wrapper {
  display: flex;
}

.footer-social-link-cover-wrapper a img {
  width: 24px;
  margin-right: 10px;
}

.m-mega-footer-contact-title a {
  color: black;
  font-weight: 700;
  font-size: 21px;
}

p.m-mega-footer-cop-content {
  font-size: 17px;
}

.m-mega-footer-contact-title a {
  font-size: 15px;
  color: #363636 !important;
}

.m-mega-footer-contact-wrap p {
  color: #363636;
  font-size: 16px;
}

p.m-mega-footer-address {
  font-size: 16px;
  font-weight: 600;
}

.m-mega-footer-link-title {
  color: #363636;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}

.m-mega-footer-facility-list-cover img {
  width: 90%;
  margin-bottom: 10px;
}

.m-mega-footer-contact-title.main-footer-title {
  margin-bottom: 30px;
}

.m-mega-footer-contact-wrap.mega-footer-wrap-details {
  width: 90%;
}

h2.common-highlight-title.common-doubleline-title {
  width: 60%;
  text-align: center;
}

a.header-logo img {
  width: 100%;
}

ul.navbar-nav {
  display: flex;
  align-items: center;
}

a.header-logo {
  width: 100px !important;
  display: flex;
  margin: 7px 0px;
}

ul.navbar-nav {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-left: 200px;
}

nav.app-header-box {
  background: white !important;
  padding: 0px 45px !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.navbar-nav .nav-link {
  color: black;
  background: transparent;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700;
}

.m-mega-footer-contact-title.main-footer-title a {
  font-size: 18px;
}

.section-count-details-card-icon img {
  width: 50px;
}

.hero-section-count-details-card {
  display: flex;
  align-items: center;
}

.hero-section-count-details-card {
  margin-bottom: 25px;
}

.section-card-count-details p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.section-count-details-card-icon img {
  width: 50px;
  margin-right: 10px;
}

.swiper-pagination {
  display: block !important;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

span.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: flex;
  margin: 7px 0px;
  border-radius: 50%;
  border: 1px solid #007E4D;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 25px;
  border-radius: 5px;
  background: #007E4D;
}

.hero-video-banner-cover video {
  width: 100%;
}

.hero-video-banner-cover {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 3px 20px #57FFAE;
  position: relative;
}

.play-icon-box button img {
  border: 9px solid #007E4D;
  border-radius: 50%;
  width: 40px;
}

.play-icon-box button {
  padding: 10px;
  border-radius: 50%;
  border: none;
  background: white;
  position: absolute;
  bottom: 12px;
  left: 10px;
}

.bg-gif img {
  width: 95%;
  opacity: 0.5;
  margin: 0 auto;
  display: flex;
}

.bg-gif {
  position: absolute;
  top: 60px;
  left: -10px;
}

.mobile-shadow-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  width: 265px;
}


.mobile-shadow-box img {
  width: 100%;
}


/* contact New style  */

.contact-hero-banner-box img {
  mix-blend-mode: darken;
}

.contact-hero-txt {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #3F327A !important;
  border-radius: 20px 20px 20px 0px !important;
  font-size: 16px;
  text-align: start;
  padding: 18px 20px !important;
  font-weight: 600;
}

.contact-info-box {
  background: white;
  padding: 19px 10px;
  text-align: start;
  border-radius: 15px;
  padding-right: 30px;
  box-shadow: 0px 3px 10px #57ffaeb0;
  height: 100%;
}

.contact-cta-content-box h5 {
  color: #007E4D;
  font-size: 25px;
}

.contact-cta-content-box button {
  background: #0CB875;
  color: white;
  border: none;
  font-weight: 700;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #57ffae54;
}

.contact-info-text h5 {
  color: #007E4D;
  font-size: 17px;
}

.contact-info-text p {
  color: #363636;
  font-size: 15px;
  font-weight: 600;
}

img.contact-cta-banner-icons {
  width: 30%;
}

.contact-cta-content-box {
  background: white;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #57ffae54;
  padding: 25px;
  padding-top: 35px;

}

.contact-form-inner-cover {
  background: white;
  padding: 35px;
  border-radius: 0px 25px 25px 0px;
  box-shadow: 0px 3px 6px #57ffae54;
}

.contact-form-main-cover-wrapper {
  margin-top: 40px;
}

/* BUSINESS PARTNERS ----------------------- */
img.business_partner-feature-icons {
  width: 80%;
}

.business-partners-types-main-cover-wrapper {
  width: 90%;
  margin: 0 auto;
}

.business_partner-section h3 {
  font-weight: 800;
  font-size: 25px;
  color: #007E4D;
  margin-bottom: 20px;
}

.business_partner-section p {
  font-size: 15px;
  font-weight: 600;
}

img.business_partner-feature-icons {
  margin-bottom: 15px;
}

.business_partner-feature h5 {
  font-size: 14px;
}

.business_partner-feature {
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px #57ffae54;
  background: white;
  padding-top: 20px;
  width: 80%;
  margin: 0 auto;
}

.business_partner-title h1 {
  font-weight: 700;
  color: #007E4D;
  font-size: 29px;
}

.business_partner-feature.extra-top-margin {
  margin-top: 60px;
}

.business_partner-feature img {
  width: 22%;
}

/* ABOUT US ----------------------- */

.about-us-hero-section-wrapper {
  margin-top: 50px;
}

.about-us-content-cover-wrapper h1 {
  font-size: 25px;
  font-weight: 800;
  color: #007E4D;
}

.about-us-content-cover-wrapper p {
  font-size: 15px;
  font-weight: 600;
}

img.about-us-banner-gif {
  mix-blend-mode: darken;
  width: 85%;
  margin: 0 auto;
  display: flex;
}

/* WHat We offer ---------------------- */

.what-we-offer-swiper-cover-wrapper {
  margin-left: 50px;
}

.what-we-offer-card-wrapper {
  padding: 20px 25px;
  background: white;
  border-radius: 30px;
  box-shadow: 0px 3px 6px #57ffae54;
  /* margin-bottom: 20px; */
  min-height: 310px;
}

.what-we-offer-card-wrapper p {
  font-size: 14px;
  width: 85%;
}

.what-we-offer-card-wrapper h5 {
  margin-bottom: 20px;
  line-height: 25px;
}

img.what-we-offer-icon {
  width: 20%;
  margin-bottom: 22px;
}

.about-us-what-we-offer-main-cover-wrapper {
  position: relative;
  margin-top: 25px;
}

.what-we-offer-bg {
  position: absolute;
  bottom: -36px;
  height: 70%;
  overflow: hidden;
}

.what-we-offer-title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}

/* ABOUT WHY CHOOSE -------------------------- */

.why-choose-us-box {
  width: 85%;
  box-shadow: 0px 3px 6px #57ffae54;
  padding: 22px 25px;
  background: white;
  margin-bottom: 20px;
  border-radius: 15px;
}

.about-why-choose-main-cover-wrapper {
  margin: 150px 0px 0px;
}

.why-choose-us-box p {
  font-size: 14px;
  width: 90%;
  font-weight: 600;
  margin-bottom: 0px;
}

.why-choose-us-box-title h6 {
  font-size: 19px;
  font-weight: 700;
  color: #007E4D;
}

.why-choose-us-box-cover-wrapper {
  margin-top: -30px;
  margin-left: -40px;
}

.why-choose-us-box.extra-left-margin {
  margin-left: -90px;
}

img.why-choose-banner-img {
  margin-top: 80px;
}

/* ABOUT TESTIMONIAL WRAPPER----------------- */
.testimonial-title-icon {
  width: 50px;
  position: absolute;
}

.ratings-box img {
  width: 30%;
}

.testimonail-title-box {
  padding-bottom: 10px;
  border-bottom: 1px dashed #00000036;
  margin-bottom: 15px;
}

.testimonial-details-box p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-details-box h6 {
  font-weight: 700;
}

.about-testimonial-cover-wrapper {
  box-shadow: 0px 3px 6px #57ffae54;
  /* padding: 30px; */
  background: white;
  margin-bottom: 20px;
  border-radius: 30px;
  padding-right: 0px;
}

.about-testimonial-header h6 {
  font-size: 24px;
  font-weight: 800;
  color: #4F4F4F;
  margin-left: 32px;
}

.testimonail-title-box {
  padding-bottom: 10px;
  border-bottom: 1px dashed #00000036;
  margin-bottom: 15px;
}

.testimonial-card-wrapper {
  padding: 22px 25px;
  background: white;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0px 3px 20px #57FFAE4F;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -10px;
}

img.testimonial-btn-img {
  width: 30px;
  margin: 0px 10px;
}

.about-testimonial-header {
  margin-right: 25px;
  margin-bottom: 15px;
  padding: 25px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.testimonial-swiper-cover-wrapper {
  margin-left: 20px;
}

.testimonail-title-box h4 {
  font-size: 21px;
  color: #007E4D;
  font-weight: 600;
}

.about-us-customers-main-cover-wrapper {
  margin: 100px 0px;
}

/* CORPORATE SOLUTIONS --------------------------- */

h1.common-corporate-title {
  width: fit-content;
  margin: 34px auto;
  padding: 13px 30px;
  background: transparent linear-gradient(180deg, #40FF86 0%, #FBFF98 100%) 0% 0% no-repeat padding-box;
  font-weight: 700;
  border-radius: 25px;
  font-size: 20px;
  box-shadow: 0px 3px 6px #79797928;
}

h2.common-corporate-title {
  width: fit-content;
  margin: 34px auto;
  padding: 13px 30px;
  background: transparent linear-gradient(180deg, #40FF86 0%, #FBFF98 100%) 0% 0% no-repeat padding-box;
  font-weight: 700;
  border-radius: 25px;
  font-size: 20px;
  box-shadow: 0px 3px 6px #79797928;
}

.corporate-main-cover-wrapper {
  padding: 30px 0px;
}

.corporate-opd-benefits-main-cover-wrapper {
  padding: 35px;
  padding-top: 0px;
  background: white;
  box-shadow: 0px 3px 6px #79797928;
  border-radius: 35px;
}

img.corporate-hr-banner {
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.corporate-banner-box {
  height: 270px;
  display: flex;
  align-items: center;
}

.corporate-hr-card-box-cover {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}

.corporate-hr-card-title {
  width: 55%;
  margin: 0 auto;
}

.corporate-hr-card-title h5 {
  color: #007E4D;
  font-size: 19px;
  font-weight: 700;
}

.corporate-hr-card-box-cover p {
  font-size: 15px;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
}

.corporate-hr-section-cover-wrapper {
  margin-bottom: 50px;
}

.corporate-opd-description p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

h6.common-footer-title {
  color: #007E4D;
  font-weight: 700;
  font-size: 20px;
}

.m-mega-footer-contact-address p {
  font-size: 15px;
}

p.comp-title.comp-name-title a {
  font-size: 18px;
}

.download-footer-box {
  margin-top: 20px;
}

.download-footer-box h5 {
  font-size: 17px;
}

.m-mega-footer-facility-list-cover {
  border-left: 1px dashed #007e4d7a;
  padding-left: 25px;
  height: 100%;
}

img.download-btns {
  width: 90%;
}

.business-partners-header-section {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.contact-info-icon img {
  width: 45px;
  height: 40px;
  margin: 0 auto;
  display: flex;
}

.hero-main-title-cover h1 {
  text-align: start;
  display: flex;
  justify-content: start;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
}

.hero-main-title-cover span.title-img1 img {
  width: 30px;
  margin-bottom: -122px;
  transform: rotate(-15deg);
  margin-left: -5px;
  margin-right: 5px;
}

span.highlight-hero-title {
  margin-left: 10px;
  color: #007E4D;
}

.hero-animate-tabs-cover .nav-pills .nav-link {
  padding: 9px 31px;
  font-size: 20px;
  border-radius: 38px !important;
  margin-bottom: 20px;
  border: 1px dashed dimgray;
  background: white;
  color: #818181;
  box-shadow: 0px 3px 6px #00000029;
}



.hero-main-title-cover {
  margin-bottom: 50px;
}

.hero-animate-tabs-cover .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #A6FFD4;
  color: black;
  font-weight: 700;
}

.tabs-section-main-cover-wrapper {
  margin-top: 120px;
}

.hero-main-title-cover span.title-img2 img {
  width: 30px;
  margin-top: -25px;
  margin-left: -85px;
}

.not-found-banner-cover img {
  width: 55%;
  margin: 0 auto;
  display: flex;
}

.not-found-page-main-cover-wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.not-found-page-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.back-to-home-btn-cover button {
  background: #0caa6a;
  padding: 7px 24px;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .our-services-card-main-cover-wrapper.our-service-bg-5 img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 25px;
  }

  .our-services-card-main-cover-wrapper.our-service-bg-4 img {
    margin-top: 50px;
  }

  .healthy-features-section-banner {
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 40%;
  }

  .health-features-main-card-cover-wrapper {
    width: 100%;
  }

  .healthy-features-section-banner {
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 33%;
  }

  .mobile-feature-img {
    height: 480px;
    width: 230px;

  }

  .tabs-section-main-cover-wrapper .nav-pills .nav-link .nav-pills .show>.nav-link {
    font-size: 18px;
  }

  .mobile-shadow-box img {
    width: 90%;
  }

  .our-services-card-main-cover-wrapper.our-service-bg-7 img {
    width: 70%;
  }

  .what-we-offer-card-wrapper p {
    font-size: 14px;
    width: 100%;
  }

  .what-we-offer-bg {
    position: absolute;
    bottom: -40px;
    height: 57%;
    overflow: hidden;
  }


}


@media (min-width: 320px) and (max-width: 498px) {
  .health-features-vertical-swipper-cover-wrapper {
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin-top: 40px;
  }

  .healthy-features-section-banner {
    position: relative;
    width: 100%;
    margin-left: -45px;
    margin-bottom: 25px;
  }

  .health-features-main-card-cover-wrapper {
    padding: 25px;
    width: 100%;
    padding-bottom: 0px;
  }

  .swiper-slide.swiper-slide-prev {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .health-features-banner-cover img {
    width: 90%;
    margin: 0 auto;
    display: flex;
  }

  .health-features-content-cover h5 {
    font-size: 21px;
    color: #007E4D;
  }

  .tabs-section-main-cover-wrapper li.nav-item {
    width: 100%;
  }

  .our-services-card-main-cover-wrapper.our-service-bg-2 img {
    margin-bottom: 0px !important;
  }

  .service-card-banner.banner-card-3 img {
    width: 80%;
    margin-left: 0px;
    margin: 0 auto;
    display: flex;
    margin-top: 15px;
  }

  .our-services-card-main-cover-wrapper.our-service-bg-4 img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .our-services-card-main-cover-wrapper.our-service-bg-5 img {
    margin-left: auto;
    margin-bottom: 0px !important;
  }

  .benefits-small-card.ben-small-card2 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .service-card-content-cover h2 {
    font-size: 20px;
    font-weight: 800;
  }

  .benefits-main-card-details {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: auto !important;
  }

  .benefits-small-card-cover {
    margin-right: 0px;
    margin-left: 0px;
  }

  .emp-ben-3 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .emp-ben-4 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .benefits-small-card-cover.benefits-small-card-cover2 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .health-features-content-cover {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .swiper-slide.swiper-slide-next {
    margin-top: 50px;
  }

  .m-mega-footer-main-wrap {
    padding: 25px;
  }

  .m-mega-footer-contact-wrap.mega-footer-wrap-details {
    width: 100%;
    margin-bottom: 30px;
  }

  .health-features-title-box {
    padding: 0px;
  }

  h5.common-highlight-title {
    display: flex;
    font-size: 24px;
    width: fit-content;
    text-align: center;
  }

  h2.common-highlight-title.common-doubleline-title {
    width: 100%;
  }

  .mobile-feature-img {
    height: 480px;
    width: 240px;
    border: 7px solid black;
  }

  .mobile-shadow-box {
    width: 240px;
  }

  .bg-gif img {
    width: 90%;

  }

  ul#healthcareTabs {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .tabs-section-main-cover-wrapper .nav-pills .nav-link {
    font-size: 18px;
  }

  .mobile-tab-content-details-wrapper {
    padding: 25px;
  }

  .hero-section-main-cover-wrapper {
    padding: 25px;
  }

  .hero-section-title-cover-wrapper h2 {
    font-size: 25px;
  }

  .section-count-details-card-icon img {
    width: 40px;
    margin-right: 10px;
  }

  .hero-section-count-details-card h6 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .swiper-pagination {
    right: 30px;
  }

  .m-mega-footer-main-wrap {
    padding: 25px 20px;
    padding-top: 100px;
  }

  li.nav-item.main-header-link {
    margin-left: 50px;
    width: 100%;
  }

  ul.navbar-nav {
    width: 100%;
    margin-left: 0px;
  }

  .login-btn-link {
    border: none;
    border-radius: 4px;
    padding: 8px 17px !important;
    font-size: 13px;
    color: white !important;
    width: fit-content;
    font-weight: 600;
    margin-right: auto;
  }

  .login-btn {
    border: none;
    background: none;
    padding: 0px 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .m-mega-footer-contact-wrap p {
    text-align: start;
  }

  .m-mega-footer-facility-list-cover img {
    width: 50%;
    margin-bottom: 10px;
  }

  .employee-benefits-main-cover-wrapper {
    border-radius: 15px;
    padding: 15px 15px;
    padding-bottom: 30px;
  }

  .benefits-small-card h6 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 13px;
  }

  .benefits-small-card {
    border-radius: 5px;
    width: 93% !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .benefits-small-card.ben-small-card2 {
    margin: 0 auto;
    width: 90% !important;
  }

  .benefits-main-card-details p {
    font-size: 15px;
  }

  .benefits-card-header-title h5 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .corporate-employee-banner {
    margin-top: 0px;
    margin-bottom: -10px;
  }

  .benefits-main-cover-wrapper {
    margin-top: 40px;
  }

  .emp-ban2 {
    margin-top: 30px;
  }

  .emp-benefit-top-line {
    border-top: 2px dashed #6969693b;
    margin-top: 20px;
  }

  .contact-hero-txt {
    border-radius: 15px !important;
    margin-top: 20px;
  }

  .contact-info-text {
    padding-left: 25px;
    padding-top: 20px;
  }

  .contact-info-box {
    padding-bottom: 10px;
  }

  .m-mega-footer-facility-list-cover {
    height: auto;
    margin-bottom: 30px;
    border-left: 0px;
    padding-left: 0px;
  }

  p.m-mega-footer-cop-content {
    font-size: 14px;
  }

  .contact-form-inner-cover {
    padding: 25px;
  }

  nav.app-header-box {
    padding: 0px 15px !important;
  }

  img.about-us-banner-gif {
    width: 85%;
    margin: 0 auto;
    display: flex;
  }

  .why-choose-us-box-cover-wrapper {
    margin-top: 30px;
    margin-left: 0px;
  }

  .why-choose-us-box {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .why-choose-us-box p {
    width: 100%;
  }

  .swiper-slide.our-partner-cover.swiper-slide-next {
    margin-top: 0px;
  }

  .swiper-slide.our-partner-cover.swiper-slide-prev {
    margin-top: 0px;
  }

  .what-we-offer-swiper-cover-wrapper {
    margin-left: 20px;
  }

  .what-we-offer-bg {
    position: absolute;
    bottom: -10px;
    overflow: hidden;
    height: 120px;
    background: #8fffc9;
  }

  .about-why-choose-main-cover-wrapper {
    margin: 0px;
  }

  .about-us-customers-main-cover-wrapper {
    margin: 100px 0px;
    margin-bottom: 50px;
  }

  .business_partner-feature.extra-top-margin {
    margin-top: 0px;
  }

  .business_partner-feature {
    height: 100%;
    width: 95%;
    margin: 0 auto;
  }

  section.business_partner-container {
    padding-bottom: 0px !important;
  }

  .healthy-features-section-banner {
    position: relative;
    width: 76%;
    margin-bottom: 5px;
    margin-left: 3px;
  }

  .mobile-tab-content-details-wrapper p {
    width: 90%;
    font-size: 15px;
    font-weight: 400;
  }

  .service-card-content-cover p {
    font-size: 15px;
    line-height: 22px;
  }

  .what-we-offer-card-wrapper {
    min-height: 280px;
  }

  .testimonial-card-wrapper {
    padding: 20px 20px;
    background: white;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 20px #57FFAE4F;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
  }

  h1.common-corporate-title {
    font-size: 18px;
    text-align: center;
    width: 80%;
  }

  .corporate-opd-description p {
    width: 80%;
  }

  img.corporate-hr-banner {
    width: 75%;
  }

  .corporate-hr-card-box-cover {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .business_partner-title h2 {
    font-size: 20px;
  }

  .business-partners-header-section {
    width: 100%;
  }

  .business_partner-section h3 {
    font-size: 22px;
  }

  .hero-animate-tabs-cover .nav-pills .nav-link {
    padding: 9px 15px;
    font-size: 16px;
  }

  .hero-main-title-cover span.title-img1 img {
    margin-bottom: -52px;

  }

  .hero-main-title-cover h1.common-highlight-title span {
    font-size: 25px;
  }

  .hero-main-title-cover h2.common-highlight-title span {
    font-size: 25px;
  }

  .health-features-banner-cover.feature-img-2 {
    margin-top: -30px;
  }

  .health-features-main-card-cover-wrapper .swiper-slide.swiper-slide-active {
    height: 450px !important;
  }

  .health-features-content-cover p {
    font-size: 15px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 30px;
  }

  img.corporate-hr-banner.custom-mobile-banner {
    width: 100%;
  }

  .corporate-opd-benefits-main-cover-wrapper {
    padding: 0px;
  }

}