#hero .overlay-img {
  background: url("../img/about-bg22.jpg");
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-position: 120% 0;
  transform: scaleX(1) !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  #hero .overlay-img {
    background-position: right;
  }
}

#aboutDoctors {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#aboutDoctors .doctors-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#aboutDoctors .doctors-main .boxes {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
#aboutDoctors .doctors-main .boxes .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  filter: grayscale(1);
}
#aboutDoctors .doctors-main .boxes .box h6 {
  color: #8B8B8B;
}
#aboutDoctors .doctors-main .boxes .box:nth-child(1) {
  filter: grayscale(0);
}
#aboutDoctors .doctors-main .boxes .box:nth-child(1) h6 {
  color: #000;
}
#aboutDoctors .doctors-main .boxes .box h6 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#aboutDoctors .doctors-main .boxes .box a {
  text-decoration: none;
}
@media (max-width: 991px) {
  #aboutDoctors .boxes {
    flex-direction: column;
  }
}

#doctorsInfo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#doctorsInfo .boxes {
  display: flex;
  gap: 5px;
  width: 100%;
}
#doctorsInfo .boxes .box1 {
  width: 40%;
}
#doctorsInfo .boxes .box1 img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
#doctorsInfo .boxes .box2 {
  width: 59%;
  background: #F5F4FF;
  border-radius: 10px;
  padding: 20px 40px;
}
#doctorsInfo .boxes .box2 h2 {
  margin-bottom: 40px;
}
#doctorsInfo .boxes .box2 p {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
#doctorsInfo .education {
  margin-top: 60px;
  background: var(--primary-color);
  border-radius: 10px;
  padding: 20px 60px;
}
#doctorsInfo .education h2 {
  font-size: 26px;
  font-weight: 500;
  color: #FFF;
}
#doctorsInfo .education ul {
  padding: 20px;
}
#doctorsInfo .education ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  text-align: justify;
}
#doctorsInfo .education ul li b {
  color: var(--secondary-color);
}
#doctorsInfo .specialization {
  margin-top: 20px;
  background: #E8E8E8;
  border-radius: 10px;
  padding: 20px 60px;
}
#doctorsInfo .specialization h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333267;
}
#doctorsInfo .specialization ul {
  padding: 20px;
}
#doctorsInfo .specialization ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 991px) {
  #doctorsInfo .boxes {
    flex-direction: column;
  }
  #doctorsInfo .boxes .box1 {
    width: 100%;
  }
  #doctorsInfo .boxes .box2 {
    width: 100%;
    padding: 20px;
  }
  #doctorsInfo .specialization, #doctorsInfo .education {
    padding: 20px;
  }
}

#award {
  margin-bottom: 2rem;
}
#award .main {
  background: #F5F4FF;
  border-radius: 10px;
  padding: 30px;
}
#award .main h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333267;
}
#award .main p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: justify;
}
#award .main ul {
  padding: 20px;
}
#award .main ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  list-style: none;
  text-align: justify;
}
#award .main ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
#award .main .boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#award .main .boxes .box {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--primary-color);
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0 !important;
  height: 315px;
}
#award .main .boxes .box .logobg {
  height: 200px;
  width: 200px;
  background: url("../img/awards-bg.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#award .main .boxes .box .logobg h6 {
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
#award .main .boxes .box p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
}
@media (max-width: 991px) {
  #award .main {
    padding: 20px;
  }
  #award .main .boxes {
    flex-wrap: wrap;
  }
  #award .main .boxes .box {
    width: 49%;
  }
}
@media (max-width: 600px) {
  #award .main .boxes {
    flex-direction: column;
  }
  #award .main .boxes .box {
    width: 100%;
  }
}

/*# sourceMappingURL=about-deepika-krishna.css.map */
