.margin_top_class {
  margin-top: 10%;
}

.cat_doctor {
  font-size: 20px;
  font-weight: 400;
  line-height: 29.38px;
  text-align: center;
  color: #5B5B5B;
}

.doctorcontainbg {
  border-radius: 26px;
  /* background: #F4F8FF; */
}

.active_tab {
  border-radius: 50px;
  background-color: #BAC1FF;
  color: #575C8B !important;
  font-weight: 500;
  transition: 200ms;
}

.tab_section {
  border: 1px solid #072E68;
  color: #072E68;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;

}

.doctorcontain h1 {
  color: var(--primary);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  /* 91.176% */
}

.ourdocttopbannerbg {
  background-image: url(https://equitashospital.s3.ap-south-1.amazonaws.com/DoctorBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.doctorTitledesc h1 {
  color: var(--primary);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctorcontain h2 {
  color: var(--primary);
  /* font-family: Outfit; */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctorcontain h4 {
  color: var(--secondary);
  /* font-family: Outfit; */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 188.889% */
}

.doctorcontain p {
  color: #6A6A6A;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 182.353% */
}

.doctorTitledesc h1 {
  color: var(--primary);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctorTitledesc p {
  color: var(--black);
  text-align: center;
  /* font-family: Outfit; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

.doctexpert {
  color: var(--primary);
  /* font-family: Crimson Pro; */
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Ajith css start */

.our-doctor-sec {
  background-color: #F4F9FF;
  ;
}

.our-doctor-h {
  color: var(--primary);
  /* font-family: 'Outfit', sans-serif !important; */
}

.doctor-card {

  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  height: 463px !important;
  display: flex !important;
  align-items: self-end;
}

.doctor-card-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 39.82%, #E2F3FF 100%);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: var(--primary);
}

.doctor-card-body-posi {
  color: var(--lightblack);
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→';

}

.slick-next:before,
.slick-prev:before {
  font-size: 26px !important;
  line-height: 1;

  opacity: .90;
  color: #19438C !important;
}

.carousel {
  width: 90%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 100%;
  border: none;
}

.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.testominol h3 {
  color: var(--primary);
}

@media only screen and (max-width: 600px) {
  .doctorTitledesc h1 {
    margin-bottom: 20px;
  }

  .tab_section{
    font-size: 12px ;
  }

  .doctorTitledesc p {
    font-size: 14px;
    line-height: 20px;
    /* padding: 10px; */
    /* text-align: justify; */
  }

  .doctexpert {
    font-size: 22px;
  }

  .doctorcontain h1 {
    font-size: 24px;
  }

  .cat_doctor{
    font-size: 18px;
  }

  .doctorcontain p {
    text-align: justify !important;
    font-size: 14px;
  }

  .doctorcontain h2 {

    font-size: 18px;

  }

  .doctorcontain h4 {
    font-size: 15px;
  }

 
}

@media screen and (max-width: 600px) {
  .margin_top_class {
    margin-top: 33%!important;
  }
}

/* ajith css end */