#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%;
  height: 500px;
}
#doctorsInfo .boxes .box1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  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: #E8E8E8;
  border-radius: 10px;
  padding: 20px 60px;
}
#doctorsInfo .education h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333267;
}
#doctorsInfo .education ul {
  padding: 20px;
}
#doctorsInfo .education ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}
#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;
  }
}

#aboutDslider {
  margin-top: 20px;
}
#aboutDslider .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
#aboutDslider .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
#aboutDslider .card {
  border-radius: 25px;
  background-color: #FFF;
}
#aboutDslider .image-content,
#aboutDslider .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
#aboutDslider .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
#aboutDslider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
#aboutDslider .overlay::before,
#aboutDslider .overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
#aboutDslider .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
#aboutDslider .card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
#aboutDslider .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
#aboutDslider .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
#aboutDslider .description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
#aboutDslider .button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#aboutDslider .button:hover {
  background: #265DF2;
}
#aboutDslider .swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}
#aboutDslider .swiper-navBtn:hover {
  color: #4070F4;
}
#aboutDslider .swiper-navBtn::before,
#aboutDslider .swiper-navBtn::after {
  font-size: 38px;
}
#aboutDslider .swiper-button-next {
  right: 0;
}
#aboutDslider .swiper-button-prev {
  left: 0;
}
#aboutDslider .swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}
#aboutDslider .swiper-pagination-bullet-active {
  background-color: #4070F4;
}
@media screen and (max-width: 768px) {
  #aboutDslider .slide-content {
    margin: 0 10px;
  }
  #aboutDslider .swiper-navBtn {
    display: none;
  }
}

#award {
  margin-bottom: 2rem;
  position: relative;
}
#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-image: url("../img/list-style.png");
  text-align: justify;
}
#award .main ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
#award .main .boxes {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#award .main .boxes .box {
  width: 24%;
  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: 600px) {
  #award .main .boxes .box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #award .main {
    padding: 20px;
  }
}

#positionHeld {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#positionHeld .boxes {
  display: flex;
  gap: 20px;
}
#positionHeld .boxes .box {
  width: 49%;
  background: #E2E2E0;
  border-radius: 10px;
  padding: 30px;
}
#positionHeld .boxes .box .head h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333267;
}
#positionHeld .boxes .box .positionHeld-img-sec {
  margin-top: 50px;
}
#positionHeld .boxes .box .positionHeld-img-sec .inner {
  width: 100%;
  background: #F5F4FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}
#positionHeld .boxes .box .positionHeld-img-sec .inner .description {
  width: 50%;
}
#positionHeld .boxes .box .positionHeld-img-sec .inner .images {
  width: 50%;
}
#positionHeld .boxes .box .positionHeld-img-sec .inner .images img {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  #positionHeld .boxes .box .positionHeld-img-sec .inner {
    flex-direction: column;
  }
  #positionHeld .boxes .box .positionHeld-img-sec .inner .description,
  #positionHeld .boxes .box .positionHeld-img-sec .inner .images {
    width: 100%;
  }
}
#positionHeld .boxes .box .description ul {
  padding: 0 20px;
}
#positionHeld .boxes .box .description ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}
#positionHeld .boxes .box .description p {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 991px) {
  #positionHeld .boxes {
    flex-direction: column;
  }
  #positionHeld .boxes .box {
    width: 100%;
    padding: 20px;
  }
  #positionHeld .boxes .box .images img {
    width: 100% !important;
  }
  #positionHeld .boxes .box .who-box {
    flex-direction: column;
  }
  #positionHeld .boxes .box .who-box .who-certificate,
  #positionHeld .boxes .box .who-box .who-desc {
    width: 100% !important;
  }
  #positionHeld .boxes .box .who-box .who-certificate img,
  #positionHeld .boxes .box .who-box .who-desc img {
    height: 100% !important;
  }
}

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