body{
 overflow-x: hidden;
}

.top{
    background-color: #08a54c;
    padding: 20px;
}

.form-control{
    font-weight:600!important;
}
.top h6{
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.banner{
    padding: 20px 0px;
}
.about-img img{
    width: 90%;
    border-radius: 50%;
}
.about-img{
    display: flex;
    justify-content: center;
}
.name-box{
    background-color: #08a54c;
    padding: 10px;
    width: 70%;
    text-align: center;
}
.name{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.Message-text h1{
    font-size: 55px;
    font-weight: 700;
    color: #1800ad;
}
.Message-text p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
#main-Message-text{
    display: flex;
    align-items: center;
}
.about-Message-sec{
    background-color: #d3fcff;
    padding: 80px 0px;
}
.name-box h1{
    font-size: 40px;
    color: #fff;
}
#Partner{
    margin-top: 100px;
}
.Partner-text h1{
     font-size: 60px;
    font-weight: 600;
    color: #000;
}
.Partner-text p{
     font-size: 18px;
    font-weight: 400;
    color: #000;
}
.Partner-img img{
    width: 90%;
}
.Benefits h3{
    font-size: 20px;
    font-weight: 600;
    color: #1800ad;
}
.Benefits-box p{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.HealthBox{
    margin-top: 30px;
    margin-left: 20px;
}
.HealthBox h6{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
}
/*  */
.healthcare-partners {
  background: #dffcff;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title span {
  background: #1f2f5c;
  color: #ffeb99;
  padding: 12px 28px;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 4px solid #ffeb99;
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* LEFT CONTENT */
.left-content {
  flex: 1;
}

.item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.number {
  font-size: 48px;
  font-weight: 700;
  min-width: 70px;
}

.item h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* COLORS */
.red .number,
.red h3 {
  color: #c40000;
}

.blue .number,
.blue h3 {
  color: #1f2f5c;
}

.green .number,
.green h3 {
  color: #3a7c2f;
}

/* RIGHT IMAGES */
.right-images {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.tablet-img {
  width: 380px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.mobile-img {
  width: 200px;
  position: absolute;
 
}
.tablet-img-2 {
    width: 580px;
    height: 500px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
/* 555 */
.opd-partner-section {
  background: #fff8dc;
  padding: 70px 0;
  font-family: "Georgia", serif;
}

.opd-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.opd-content {
  flex: 1.2;
}

.opd-content h2 {
  font-size: 42px;
  color: #1a1acb;
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight-text {
  border: 1px solid #8f8f8f;
  display: inline-block;
  background: #c8f2f1;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  margin-bottom: 25px;
}

.opd-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #111;
}

.bold-text {
  font-weight: 700;
  font-size: 20px;
}

/* BUTTON */
.opd-btn {
  margin: 20px 0px;
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid #1a1acb;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  transition: 0.3s;
}

.opd-btn:hover {
  background: #1a1acb;
  color: #fff;
}

/* RIGHT IMAGES */
.opd-images {
  flex: 1;
  position: relative;
}

.opd-images img {
  width: 100%;
  border: 1px solid #000;
  object-fit: cover;
}

.img-top {
  margin-bottom: 25px;
}

.img-bottom {
  border: 2px dotted #343a40a3;
  padding: 6px;
  position: absolute;
  bottom: -392px;
  left: -208px;
  width: 150% !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .opd-container {
    flex-direction: column;
  }

  .opd-content h2 {
    font-size: 34px;
  }
}


.opd-content .explore-text{
      font-size: 27px;
    font-weight: 600;
    line-height: 31px;
    margin-right: 162px;
}
.opd-content .explore-text-1{
      font-size: 37px;
    font-weight: 500;
    line-height: 31px;
   margin-top: 30px;
}
/* form */
.contact-section {
  padding: 60px 20px;
  background: #fff8dc;
}

.container {
  max-width: 1200px;
  margin: auto;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  gap: 40px;
}

/* LEFT SIDE */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-card {
  background: #ececec;
  border-radius: 60px;
  padding: 30px 35px;
}

.info-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.info-card a {
  color: #000;
  word-break: break-all;
}

.info-card em {
  font-size: 13px;
  color: #555;
}

.bold {
  font-weight: bold;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}

.icon.download {
  background: #b23a48;
}

.icon.phone {
  background: #2b6cb0;
}

.icon.email {
  background: #d53f8c;
}

/* RIGHT SIDE FORM */
.contact-form {
  background: #fff;
  padding: 40px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px dotted #999;
  margin-bottom: 22px;
  background: transparent;
}

.contact-form button {
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #003d20;
  background: #003d20;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fac123;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .container {
    grid-template-columns: 1fr;
  }

  .info-card {
    border-radius: 30px;
  }
}
.Download{
  display: flex;
  gap: 20px;
  align-items: center;
}
.icon-download{
  width: 10%;
}
.icon-download img{
  width: 100%;
}
.info-card .Phone{
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
#HealthBox-img{
    margin-top: 25px;
}
@media (max-width: 600px){
  .Partner-text h1{
    font-size: 47px;
  }
  .content-wrapper{
    display: block;
  }
  .img-bottom{
    width: 100% !important;
    position: static;
  }
  .tablet-img-2{
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .top h6 {
    font-size: 22px;
    line-height: 30px;
  }
  .Message-text h1{
    font-size: 47px;
    text-align: center;
  }
  .Message-text {
    text-align: center;
}
.Partner-text {
    text-align: center;
}
#Partner {
    margin-top: 20px;
}
.HealthBox-img-box {
    display: flex;
    justify-content: center;
}
.HealthBox h6{
  text-align: center;
}
.section-title span{
  font-size: 46px;
  line-height: 90px;
}
.left-content {
  margin-top: 40px;
}
.opd-content h2 {
  font-size: 47px;
  text-align: center;
}
.highlight-text{
  text-align: center;
}
.opd-content p{
  text-align: center;
}
.opd-content .explore-text{
  margin-right: 0px;
}
.opd-content {
  text-align: center;
}
.opd-images{
  margin-top: 30px;
}
.contact-section{
  padding: 10px;
}

.info-card h3{
  font-size: 26px;
}
.contact-form{
  margin-top: 30px;
}
.Partner-img img {
    width: 100%;
    margin: 30px 0px;
}
}

.contact-form form textarea {
    min-height: 0px!important;
    resize: none;
    padding: 6px 15px;
}

.contact-form form input, .contact-form form textarea {
    background: #FFFFFF!important;
    border: 2px solid #c2d6f3!important;
    border-radius: 8px;
    
}
