a {
  text-decoration: none;
  color: #26969d;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background: #e1eeff;
}

p {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: noraml;
}

main {
  background: #e1eeff;
}

.header {
  background-color: #e1eeff;
  padding-bottom: 30px;
}

.button {
  border-radius: 30px;
  color: #fff;
  background-color: #26969d;
  padding: 14px 20px 14px 20px;
}

.header-main {
  position: relative;
}

.header-logo img {
  width: 150px;
}

.header-email-icon img {
  width: 40px;
  object-fit: cover;
}

.header-navbar {
  position: absolute;
  width: 100%;
  padding: 15px 30px;
  background: #26969d;
  border-radius: 15px;
  z-index: 999;
}

.header-email-part {
  display: flex;
  gap: 10px;
  align-items: center;
}

.upper-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upper-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.header-email-text p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  color: #26969d;
  margin-top: 6px;
}

.mobile-logos {
  display: none !important;
}

.header-email-text h6 {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: normal;
}

.upper-header .row {
  align-items: center;
}

.upper-header {
  padding: 20px 0px;
}

.nav-link {
  color: #fff;

  padding: 15px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.nav-link:hover {
  color: #26969d;
  background-color: #fff;
}

.logos a img {
  width: 36px;
}
.logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

div#navbarSupportedContent {
  align-items: center;
  justify-content: space-between;
}

ul.navbar-nav {
  gap: 16px;
}

.header-email-icon {
  background: #26969d;
  border-radius: 50%;
}

.card-border {
  position: relative;
}

.card-border::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #ffffff47;
  height: 80%;
  top: 10%;
  right: 0px;
}

.whatsapp-image {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.whatsapp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logos a {
  border: 1px solid #fff;
  border-radius: 50%;
}

.logos a:hover {
  border-color: #0e3d5d;
}

/* header end  */

/* banner start  */

.banner-main {
  position: relative;
}

.banner-section {
  background-color: #0e3d5d;
  padding: 120px 0px 280px;
  border-radius: 0 0 130px 130px;
}

.banner-content-part {
  color: #fff;
  padding: 80px 0px 100px 0px;
}
.banner-content-part h6 {
  display: flex;
  gap: 8px;
  background-color: #ffffff40;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 15px 7px 15px;
}

.banner-content-part h6 svg {
  width: 16px;
}

.banner-content-part h6 svg path {
  fill: #fff;
}

.banner-content-part h1 {
  font-size: 78px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0px 20px 0px;
}

.banner-cards p {
  color: #e1eeff !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
}

.banner-content-part h1 span {
  color: #26969d;
}

.banner-cards .banner-content-part p {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff !important;
}

a.light-button {
  display: flex;
  gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #02010100;
  border-radius: 30px;
  padding: 15px 30px;
}

.banner-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-image-part img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  position: relative;

      padding: 20px 0px 20px 0px;

  z-index: 3;
}

.banner-image-part {
  position: relative;
}
.banner-image-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../images/circle-pattern.png");
  --background-overlay: "";
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.banner-cards .card {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 50px;
}

.banner-cards {
  background-color: #007eff;
  border-radius: 30px;
}

.card-icon img {
  width: 65px;
  margin-bottom: 26px;
}

.banner-cards {
  /* background-color: #26969d; */
  background-image: url("../images/card-bg.png");
  border-radius: 30px;
  position: absolute;
  width: 100%;
  background-size: 100%;

  background-repeat: no-repeat;
}

.card-main-box {
  position: relative;
}

.bg-text {
  position: absolute;
  top: -110px;
  left: 40%;
  font-size: 100px;
  font-weight: 700;
  width: 400px;
  color: #ffffff14;
}

/* white card section  */

.white-card-heading {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.white-cards-section .card {
  transition: all 0.4s ease;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #26969d 0%, #e1eeff 100%);
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 35px;
  /* min-height: 340px; */
  border: none;
}

.white-card-heading {
  margin-bottom: 40px;
}
.white-cards-section .card:hover {
  box-shadow: 0px 10px 30px #00000020;
  transform: translateY(-20px);
}

.white-card-heading h6 {
  color: #007eff !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 15px !important;
}

.white-cards-section {
  padding: 320px 0px 70px;
  /* background-color: #f9faff; */
}

.card-heading-with-number {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.card-heading-with-number span {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  background-color: #26969d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-heading-with-number h3 {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.card-content .card-icon {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.card-content .card-icon::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background-color: #e6f1ff;
  top: 10%;
  left: 0%;
  z-index: 1;
}

.card-content .card-icon img {
  margin: 0px;
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: left;
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.card-content p {
  margin: 0px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #5d83af;
  margin-bottom: 20px;
}

.card-content p {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: normal;
  color: #09539e;
}

.white-card-heading h6 {
  display: flex;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 15px 7px 15px;
  color: #fff;
}

.white-card-heading h6 svg {
  width: 16px;
}

.white-card-heading h6 svg path {
  fill: #007eff;
}

.white-card-heading h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
  margin: 10px 0px 20px 0px;
}

.white-card-heading h2 span {
  color: #26969d;
}

/* whtie card section end   */

/* team section   */

.team-section {
  padding: 80px 0px 80px 0px;
  background-color: #0e3d5d;
  position: relative;
  /* overflow: hidden; */
}

/* .team-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 200%;
  z-index: 0;
  background-image: url("../images/medical-staff1.png");
  --background-overlay: "";
  background-size: contain;
  background-repeat: no-repeat;
} */

.team-section p {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: noraml;
}

.team-image-part {
  display: none;
}

/* .team-bg-image img {
  width: 100%;
  height: 140%;
  bottom: 0px;
  object-fit: contain;
} */

.team-bg-image {
  display: block;
  position: absolute;
  width: 50%;
  height: 80%;
  right: 0px;
  bottom: 0;
  object-fit: contain;
}
.footer-logo img {
  width: 150px;
}

.team-image-part img {
  width: 100%;
}

@media (max-width: 991px) {
  .team-bg-image {
    display: none;
  }

  .team-image-part {
    display: block;
  }
}

.team-content-part h4 {
  color: #fff;
}
/* team section end  */

/* testimonial section   */

.testimonial-section {
  padding: 80px 0px;
}

.name-star-part {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.start-part span {
  font-size: 26px;
  color: #26969d;
}

.name-part h4 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  color: #0e3d5d;
  margin-bottom: 0px;
}

.testimonial-card-box {
  background: linear-gradient(180deg, #007eff1f 0%, #ffffff 66%);

  border-radius: 50px;
  padding: 70px 60px 50px 60px;
  position: relative;
}

.testimonial-card-box::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 10%;
  background-image: url("../images/user.png");
  border: 8px solid #e1eeff;
  background-size: cover;
  background-position: top;
  background-color: #fff;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.name-part p {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: normal;
  color: #007eff;
}

.testimonial-botton-btn {
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonial-card-box {
    margin-top: 60px;
  }
}

/* testimonial section end  */

.mg-logo img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

footer {
  padding: 70px 0px 0px;
  background-color: #1b1b1b;
}

/* footer  */
.socail-links a img {
  width: 34px;
}

.footer-bottom-section {
  border-top: #171717 1px solid;
}

.address-box h3 {
  color: #edf2f6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.logo-and-social-links {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  background: #171717;
}

.logo-and-social-links a {
  font-size: 12px;
}

.footer-bottom-part {
  display: flex;
  justify-content: space-between;
  padding: 26px 0px;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-last-section {
  background-color: #000;
}
.footer-bottom-part p {
  font-size: 12px;
  margin-bottom: 0px;
}

.socail-links span {
  margin-left: 4px;
}

.footer-last-section p {
  padding: 30px 0px;
  font-size: 12px;
  margin-bottom: 0px;
}
/* footer end  */

@media (max-width: 991px) {
  .upper-header-main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .banner-content-part h1 {
    font-size: 48px;
  }

  .banner-cards .card {
    padding: 30px;
  }

  .banner-cards {
    position: unset;
  }

  .banner-section {
    padding: 120px 0px 80px;
    
    border-radius: 0 0 100px 100px;
  }

  .white-cards-section {
    padding: 60px 0px;
  }

  .white-card-heading h2 {
    font-size: 34px;
  }

  .mobile-logos {
    display: block !important;
  }

  ul.navbar-nav .logos {
    display: none !important;
  }
  .bg-text {
    left: 0px;
    width: 300px;
    font-size: 50px;
    top: -55px;
  }
  .banner-cards {
    background-color: #26969d;
    background-image: unset;
  }
}

@media (max-width: 768px) {
  .header-email-part {
    display: none;
  }

  .banner-section {
    padding: 80px 0px 80px 0px;
  }

  .banner-image-part img {
    padding: 20px 0px 0px 0px;
  }
  .header-logo-part {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .banner-content-part {
    color: #fff;
    padding: 20px 0px 60px 0px;
}

  .banner-content-part h1 {
    font-size: 38px;
  }
}

@media (max-width: 520px) {


      .banner-section {
        padding:20px 0px 80px;
        border-radius: 0 0 100px 100px;
    }

    .banner-image-part img {
        padding: 60px 0px 0px 0px;
    }

    .banner-image-part img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    position: relative;
    /* padding: 20px 0px 20px 0px; */
    z-index: 3;
}

  .banner-cards .card {
    padding: 20px;
  }

  .logos a img {
    width: 30px;
  }

  .logos {
    margin-top: 0px;
    display: none;
  }

  .banner-button {
    flex-wrap: wrap;
  }

  .testimonial-card-box {
    padding: 70px 30px 40px 30px;
    border-radius: 30px;
  }
}

.navbar-toggler {
  border: none; /* Optional: remove the border on the toggler */
}
