/* ================================================================== need healp ======== */
.needhealp1 {
  position: relative;
  background-repeat: no-repeat;
}
.needhealp1 {
  padding: 90px 0px 190px 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  position: relative;
}
.needhealp1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to left, #5d2e52dc, #902941d5);
  left: 0;
  top: 0;
  display: none;
}
.needhealp1 .imgdivofabout {
 height: 100%;
  width: 100%;
  background-image: url(../image/dg.jpg);
  object-fit: fill;
  background-size: contain;
  /* background-color: #88888863; */
  background-position: center;
  border-radius: 39% 60% 59% 39% / 44% 19% 45% 55%;
}
.needhealp1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 100;
}
.needhealp1 h2 a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #B0B9A4;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .needhealp1 h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 100;
  }
  .needhealp1 h2 a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
  }
  .needhealp1 p {
    margin-top: 12px !important;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
  }
 .achivements p.aboutdr {
    width: 100%;
}
}
.needhealp1 p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}
.needhealp1 h5 {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #B0B9A4;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}
.needhealp1 .titletag a {
  text-decoration: none;
  color: #B0B9A4;
}
.needhealp1 .titletag {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.needhealp1 .aboutdr {
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}
.needhealp1 .button_2 {
  border: none;
  padding: 10px 30px 10px 30px;
  background-color: #B0B9A4;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}


/* ============================================  ourvision  ==================== */
.ourvision {
  padding: 60px 0px;
  background: rgba(205, 165, 176, 0.789);
  background: #F8F4E9;
}
.ourvision .imgdivofabout {
  height: 300px;
  width: 300px;
  background-image: url(../image/vision.jpg);
  object-fit: fill;
  background-size: cover;
  /* background-color: #88888863; */
  background-position: center;
  border-radius: 39% 60% 59% 39% / 44% 19% 45% 55%;
}

.ourvision h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 40px;
  font-weight: 100;
  text-transform: capitalize;
}
.ourvision h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.ourvision .titel_partner {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #B0B9A4;
}
.ourvision h1 {
  position: relative;
}
.ourvision h1::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: #B0B9A4;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.ourvision p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  font-family: "Nunito Sans", sans-serif;
}
.blackWhite img {
    margin-top: 25px;
}
@media (max-width: 767px) {
  .ourvision h1 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 100;
  }
}
/* =============================  ourmission  ============================= */
.ourmission {
  padding: 60px 0px;
}

.ourmission h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 40px;
  font-weight: 100;
  text-transform: capitalize;
}
.ourmission .imgdivofabout {
  height: 300px;
  width: 300px;
  background-image: url(../image/mission.jpg);
  object-fit: fill;
  background-size: cover;
  /* background-color: #88888863; */
  background-position: center;
  border-radius: 39% 60% 59% 39% / 44% 19% 45% 55%;
}
.ourmission h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.ourmission .titel_partner {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #B0B9A4;
}
.ourmission h1 {
  position: relative;
}
.ourmission h1::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: #B0B9A4;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.ourmission p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
  .ourmission h1 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 100;
  }
}
