
.topbar {
    display: none;
} 

.header {
    background: url('../img/header-bg.svg') no-repeat center;
    background-size: cover;
        
}

.header .container {
        max-width: 1200px;
    }

.header .btn.btn-primary-outline {
        padding: 10px 20px;
}

 .header .navbar-nav .nav-item {
  margin-right: 0px;
}

.header .navbar-nav .nav-item.dropdown {
  margin-right: 15px;
}



.footer {
    background-image: url('../img/new_footer_design.png');
}



@media (max-width: 1200px) {
    .container,.container-fluid {
        max-width: 100%;
    }

    .header .btn.btn-primary-outline,
    .header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
}
   


}

@media (max-width: 1050px) {
    

    .header .btn.btn-primary-outline,
    .header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
}
   


}

@media (max-width: 991px) {

   .header {
    background-position-x: -300px;
   }
    .header .navbar-collapse {
            position: fixed;
            top: 82px;
            left: 0;
            background: #fff;
            width: 100%;
            z-index: 9;
            padding: 15px;
    }

    .header.fixed-header .navbar-collapse {
            top: 82px;
    }

    .header .navbar-collapse>.navbar-nav {
            display: block;
    }

     .header .btn.btn-primary-outline,
    .header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
}
}

@media (max-width: 767px) {
    .header {
    background-position-x: -440px;
   }
}

@media (min-width: 992px) {
    .header .navbar-nav>.nav-item>.nav-link {
        position: relative;
    }
    .header .navbar-nav>.nav-item.active>.nav-link::after,
    .header .navbar-nav>.nav-item:hover>.nav-link::after {
    content: '';
    position: absolute;
    left: 1%;
    bottom: 0;
    width: 98%;
    height: 2px;
    border-radius: 5px;
    background-color: #0077ac;
}

.header .navbar-nav>.nav-item:last-child.active>.nav-link::after,
.header .navbar-nav>.nav-item:last-child:hover>.nav-link::after {
    display: none;
}
}

.header {
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12);
}
.header .navbar-nav li .nav-link:hover {
  color: #0077ac;
}
.header .navbar-nav .nav-item {
  margin-right: 15px;
}
.header .navbar-nav .nav-item span {
  position: absolute;
  right: -7px;
  font-size: 13px;
  top: 14px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item span {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 46px;
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    background: #11779c;
    color: #fff;
    cursor: pointer;
    z-index: 5;
  }
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item {
    margin: 0px;
  }
}
.header .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.header .navbar-nav .nav-item .drop-menu {
  top: 100%;
  left: 0;
  text-align: left;
  border: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  text-align: left;
  transition: 0.3s;
  z-index: 999;
}
.header .navbar-nav .nav-item .dropdown-item {
  padding: 7px 15px;
}
.header .navbar-nav .nav-item .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #11779c;
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item .drop-menu {
    position: relative;
    display: none;
  }
}
.header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #202020;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .header .navbar-nav .nav-item.active span {
    color: #0077AC;
  }
}
.header .navbar-nav .nav-item.active .nav-link {
  color: #0077AC;
  font-weight: 600;
  position: relative;
}

.hi-page h6.short {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.29px;
  text-transform: uppercase;
}
.hi-page img {
  max-width: 100%;
  height: auto;
}
.hi-page .heading-multi {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.hi-page .heading-multi h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  color: #0074AA;
  text-align: right;
  width: 50%;
}
.hi-page .heading-multi .line {
  position: static;
  width: 5px;
  height: 70px;
  background-color: #0074AA;
  z-index: 0;
}
.hi-page .heading-multi p {
  font-size: 18px;
  width: 50%;
}
@media (max-width: 991px) {
  .hi-page .heading-multi {
    flex-direction: column;
  }
  .hi-page .heading-multi h2 {
    text-align: center;
    width: auto;
  }
  .hi-page .heading-multi p {
    text-align: center;
    width: auto;
  }
  .hi-page .heading-multi .line {
    width: 70px;
    height: 5px;
  }
}
@media (max-width: 991px) {
  .hi-page .heading-multi {
    flex-direction: column;
  }
  .hi-page .heading-multi h2 {
    text-align: center;
    width: auto;
    font-size: 28px;
  }
  .hi-page .heading-multi p {
    text-align: center;
    width: auto;
    font-size: 13px;
  }
  .hi-page .heading-multi .line {
    width: 70px;
    height: 5px;
  }
}
.hi-page .form-control {
  font-size: 14px;
  border: 1px solid #D4D4D8;
  color: #000;
}
.hi-page .form-control::-moz-placeholder {
  color: #6A7176;
}
.hi-page .form-control::placeholder {
  color: #6A7176;
}

.hi-page input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.hi-page input[type=date] {
  position: relative;
}
.hi-page input[type=date]::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f073";
  position: absolute;
  right: 15px;
  top: 5px;
  color: #0077ac;
  font-size: 22px;
  background-color: #fff;
  pointer-events: none;
}

.hi-banner {
  padding: 80px 0;
  background-color: #ECFAFF;
}
.hi-banner h1 {
  font-size: 32px;
  color: #191F23;
}
.hi-banner h1 sup {
  font-size: 12px;
}
.hi-banner h5 {
  font-size: 18px;
  font-weight: 500;
}
.hi-banner .img-family {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .hi-banner .img-family {
    text-align: center;
  }
}
.hi-banner h6.short {
  color: #97A7B2;
}
.hi-banner .circle-check-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 32px;
}
.hi-banner .circle-check-list li {
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.hi-banner .circle-check-list li small {
  font-size: 12px;
  font-weight: 400;
  color: #51636F;
}
.hi-banner .circle-check-list li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  top: 0px;
  left: -31px;
  font-size: 21px;
  color: #1B99CC;
}

.hi-banner-form {
  padding: 45px 25px;
  border-radius: 12px;
  box-shadow: 0px -6.84px 7.82px 0px rgba(92, 102, 110, 0.0509803922), 0px 5.87px 7.82px 0px rgba(92, 102, 110, 0.0509803922), 0px 41.06px 27.37px 0px rgba(92, 102, 110, 0.0392156863), 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 30px;
}
.hi-banner-form h5 {
  font-weight: 700;
}
.hi-banner-form p {
  font-size: 14px;
  color: #6A7176;
}
.hi-banner-form form {
  padding: 30px 15px 20px;
}
.hi-banner-form form .form-control {
  border-radius: 10px;
}
.hi-banner-form label {
  font-size: 14px;
  color: #000;
}
.hi-banner-form label .imp {
  color: red;
}
.hi-banner-form .form-btn {
  padding: 12px 30px;
  border-radius: 8px;
  box-shadow: 0px 1px 16px 0px rgba(141, 157, 168, 0.1411764706);
  background-color: #0FA457;
  color: #fff;
  margin: 20px 0;
}
.hi-banner-form .badge-form {
  position: static;
  display: inline-block;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 40px;
  background-color: #F4F4F5;
}
.hi-banner-form .dis-text {
  padding: 10px 0 0;
}
.hi-banner-form .dis-text small {
  color: #8E8E8E;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hi-banner-form {
    padding: 30px 15px;
  }
}

.hi-section2 {
  padding: 120px 0;
  background: url("../img/health/hi-section3-bg.png") no-repeat top right;
  background-size: cover;
}
.hi-section2 .card-wrap {
  row-gap: 30px;
}
.hi-section2 .card-wrap .card {
  width: 100%;
  max-width: 251px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #EDEFF2;
  min-height: 100%;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.0705882353);
}
.hi-section2 .card-wrap .card h4 {
  font-size: 18px;
  letter-spacing: -0.72px;
  font-weight: 800;
  color: #0074AA;
  margin-top: 20px;
  text-transform: uppercase;
}
.hi-section2 .card-wrap .card .read-more {
  font-size: 14px;
  letter-spacing: -0.14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0074AA;
  text-decoration: underline;
}

.hi-section3 {
  padding: 100px 0;
  background-color: #F2F8FB;
}
.hi-section3 .feature-card {
  background: #fff;
  padding: 30px 20px;
  min-height: 100%;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #E8E8E8;
}
.hi-section3 .feature-card .feature-icon {
  margin-bottom: 40px;
}
.hi-section3 .feature-card .feature-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.hi-section3 .feature-card .feature-title sup {
  font-weight: normal;
}
.hi-section3 .feature-card .feature-desc {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
}

.hi-section4 {
  padding: 100px 0;
}
.hi-section4 .container {
  max-width: 1520px;
}
.hi-section4 .hi-owl .owl-stage {
  display: flex;
}
.hi-section4 .hi-owl .owl-item {
  min-height: 100%;
}
.hi-section4 .hi-owl .owl-item:first-child {
  margin-left: -30px;
}
.hi-section4 .hi-owl .owl-item > * {
  height: 100%;
}
.hi-section4 .hi-owl .hi-card {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 119, 172, 0.2196078431);
}
.hi-section4 .hi-owl .hi-card .img-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-bottom: 30px;
  background-color: #1CA041;
  color: #fff;
}
.hi-section4 .hi-owl .hi-card h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  flex: 1;
}
.hi-section4 .hi-owl .hi-card p {
  color: #64748B;
  font-size: 14px;
  display: none;
}
.hi-section4 .hi-owl .hi-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 14px;
  display: none;
}
.hi-section4 .hi-owl .hi-card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.hi-section4 .hi-owl .hi-card ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 9px;
  background-color: #E8EDFB;
  color: #0074AA;
}
.hi-section4 .hi-owl .hi-card .btn {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 12px 25px;
  border-radius: 4px;
  border: 1.5px solid #0A79A6;
  color: #0A79A6;
}
.hi-section4 .hi-owl .hi-card:hover {
  border-radius: 12px;
  background: linear-gradient(180deg, #0077AC 0%, #3EB3E7 100%);
  box-shadow: 0px 10px 25px 0px #CCD9FF;
}
.hi-section4 .hi-owl .hi-card:hover .img-circle {
  background-color: #FFFFFF;
}
.hi-section4 .hi-owl .hi-card:hover .img-circle path {
  fill: #0077AC;
}
.hi-section4 .hi-owl .hi-card:hover h4, .hi-section4 .hi-owl .hi-card:hover p, .hi-section4 .hi-owl .hi-card:hover li {
  color: #fff;
}
.hi-section4 .hi-owl .hi-card:hover .btn {
  background-color: #fff;
  border-color: #fff;
}

.hi-section5 {
  position: relative;
  padding: 100px 0 50px;
  background: url("../img/health/hi-section5-bg.png") no-repeat top right;
  background-size: cover;
}
.hi-section5 h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  color: #0074AA;
  margin-bottom: 30px;
}
.hi-section5 ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
.hi-section5 ul li {
  font-weight: 700;
  font-size: 18px;
}
.hi-section5 .btn {
  padding: 13px 25px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  background-color: #09A223;
  color: #fff;
}
.hi-section5 .consult {
  position: absolute;
  bottom: -50px;
  left: 100px;
}
@media (max-width: 1400px) {
  .hi-section5 .consult {
    left: 0;
  }
}
@media (max-width: 991px) {
  .hi-section5 .consult {
    display: none;
  }
}
@media (max-width: 991px) {
  .hi-section5 {
    text-align: center;
  }
}

.section-thankyou {
  height: 80dvh;
  background-color: #ECFAFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-thankyou h1 {
  font-size: 32px;
  color: #191F23;
}/*# sourceMappingURL=style.css.map */


.font-weight-semibold {
  font-weight: 600;
}
 
.font-weight-medium {
  font-weight: 500;
}
 
.pcs-section3 {
  position: relative;
  padding: 80px 0 0;
  background-color: #F2F8FB;
  margin-bottom: 80px;
}
.pcs-section3 .content {
  max-width: 540px;
}
@media (max-width: 991px) {
  .pcs-section3 .content {
    max-width: 100%;
  }
}
.pcs-section3 h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -1.08px;
  color: #0074AA;
}
.pcs-section3 p {
  color: #193656;
}
.pcs-section3 .card-feature-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pcs-section3 .card-feature-wrap > .card-feature {
  width: 250px;
  border-radius: 17px;
  padding: 15px;
  border: none;
  box-shadow: none;
  background-color: #D8F2F8;
}
.pcs-section3 .card-feature-wrap > .card-feature:last-child {
  background-color: #FFF2E6;
}
.pcs-section3 .card-feature-wrap > .card-feature h4 {
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
}
.pcs-section3 .card-feature-wrap > .card-feature p {
  font-size: 14px;
  color: #3E3E3E;
}
@media (max-width: 991px) {
  .pcs-section3 {
    padding: 50px 0;
    margin-bottom: 0px;
  }
  .pcs-section3 h2 {
    font-size: 28px;
  }
}
 
.pcs-section4 {
  position: relative;
  padding: 100px 0;
  background: url("../img/pcs-section4.png") no-repeat center;
  background-color: #Fff;
  background-size: cover;
}
@media (max-width: 991px) {
  .pcs-section4 {
    padding: 50px 0;
  }
}
.pcs-section4 .shape1 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.pcs-section4 .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.pcs-section4 .feature-card {
  background: #fff;
  padding: 30px 20px;
  min-height: 100%;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #E8E8E8;
}
.pcs-section4 .feature-card .feature-icon {
  margin-bottom: 40px;
  text-align: center;
}
.pcs-section4 .feature-card .feature-icon img {
  width: 65px;
}
.pcs-section4 .feature-card .feature-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.pcs-section4 .feature-card .feature-title sup {
  font-weight: normal;
}
.pcs-section4 .feature-card .feature-desc {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
}
 
.pcs-section5 {
  padding: 80px 0;
  background: url("../img/pcs-section5.png") no-repeat center bottom;
  background-size: cover;
}
.pcs-section5 .table-responsive {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 20px 0;
}
.pcs-section5 table thead {
  background-color: #0074AA;
  color: #fff;
}
.pcs-section5 table thead th {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}
.pcs-section5 table thead th:last-child {
  text-align: center;
}
.pcs-section5 table tbody td {
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
}
.pcs-section5 table tbody td:first-child {
  background-color: #D8F2F8;
}
.pcs-section5 table tbody td:last-child {
  background-color: #FFF2E6;
  text-align: center;
}
.pcs-section5 .disclaimer {
  font-size: 12px;
  color: #193656;
  text-align: left;
  padding: 30px 0 0;
}
.pcs-section5 .disclaimer a {
  color: #078ECD;
}/*# sourceMappingURL=style.css.map */

.investors_blks h3, .investors_blks_full h3, .director_popup h3 {
    margin: 0;
    padding: 0;
    color: #0077ac;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: Montserrat;
    text-align: center;
    border-bottom: 1px solid #e5e8e5;
    margin-bottom: 15px;
}

.pdf-file {
    margin-bottom: 5px;
    display: inline-block;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    gap: 10px;
    background-color: rgba(238, 242, 247, 1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.pdf-file h6 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}