header {
  background: linear-gradient(180deg, #000000ed 0%, #00000000 100%);
  position: fixed;
}

header .nav_links > ul > li > a {
  color: #fff;
}

.hamburger span {
  background-color: #fff;
}

.about_doc_img img {
  width: 100%;
}

.about_banner {
  position: relative;
}

.banner_content {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.about_breadcum {
  margin-bottom: 5px;
}

.about_breadcum li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.about_breadcum li a {
  color: #eda068;
  padding-right: 16px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.about_breadcum li a::before {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../images/right.webp);
  width: 8px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.doctor_name {
  font-weight: 600;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.designation {
  color: var(--first-color);
  font-size: 20px;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.banner_content p {
  color: #fff;
}

.common_form {
  display: block;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: none;
}

.common_form .about_doc_form {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid var(--first-color);
  margin-top: -50px;
  box-shadow: 0px 15px 25px 0px #72593d1a;
  position: relative;
}

.about_doc_content {
  padding: 50px 0;
}

.doctor_content {
  text-align: center;
}
.doctor_content .heading,
.dr_phylospy .heading,
.service_hd_box .heading {
  margin-bottom: 10px;
}
.about_doc_content .heading {
  font-size: 50px;
}

.doctor_list {
  text-align: left;
  column-count: 2;
  gap: 1rem;
}

.doctor_list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.doctor_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
  background-image: url(../images/check.webp);
}
.doctor_education {
  padding: 50px 0;
  background: #f5f5f5;
}
.eduction_content {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
}

/* .doc_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.eduction_content {
  background: #f5f5f5;
}

.eduction_content .tab_sec {
  padding: 50px;
}

.tab_btn {
  margin-bottom: 1.5rem;
}

.tab_btn li {
  display: inline-block;
  font-family: var(--heading-font);
  padding: 0.5rem;
  font-size: 20px;
  border-bottom: 1px solid #eda068;
  cursor: pointer;
}

.tab_btn li.active {
  background-color: #eda068;
  color: #fff;
}

.content_list {
  position: relative;
  padding-left: 1rem;
}

.content_list .duration {
  margin-bottom: 8px;
  font-size: 17px;
}

.content_list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
  background-color: #eda068;
}

.education_list {
  display: none;
}

.education_list.active {
  display: block;
}

.dr_phylospy {
  padding: 50px 0;
  background: #fff6ec;
}

.bdr_left {
  border-right: 1px solid #eda068;
}

.dr_shilpa_content .heading {
  font-size: 35px;
  margin-bottom: 0.5rem;
}

.dr_shilpa_content .designation {
  font-size: 25px;
  line-height: 1;
  color: #eda068;
}

.dr_shilpa_content .sub_name {
  font-size: 18px;
  letter-spacing: 1.25px;
}

.btn_fill {
  background-color: #eda068;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #eda068;
}

.btn_bordr {
  color: #000;
  padding: 10px 20px;
  border: 1px solid #eda068;
  background: transparent;
}

.dr_shilpa_content {
  padding-left: 1rem;
}

.btn_group {
  padding-top: 1rem;
}

/* service section start  */
.services_what_we_do {
  padding: 50px 0px;
}

.services_what_we_do .service_hd_box {
  text-align: center;
  padding-bottom: 25px;
}

.services_what_we_do .desc {
  width: 80%;
  margin: auto;
}

.services_what_we_do .wrapper {
  padding-left: 1rem;

  max-width: 100%;

  width: 100%;

  position: relative;
}

.services_what_we_do .wrapper .carousel {
  display: grid;

  grid-auto-flow: column;

  grid-auto-columns: calc((100% / 4) - -70px);

  overflow-x: auto;

  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;

  scrollbar-width: none;

  padding: 0rem 0em 1.5rem;

  gap: 1.5rem;
}

.services_what_we_do .desc {
  width: 80%;
  margin: auto;
}

.services_what_we_do .service-body {
  padding: 0px 0px 35px;

  text-align: center;

  position: relative;

  transition: all 300ms linear 0ms;

  box-shadow: 0 8px 18px #eee;

  background-color: var(--white);

  scroll-snap-align: start;

  cursor: pointer;

  display: flex;

  align-items: center;

  flex-direction: column;
}

.services_what_we_do .wrapper .carousel .card {
  border-radius: 0px;

  border: none;
}

.wrapper .carousel::-webkit-scrollbar {
  display: none;
}

.wrapper .carousel.no-transition {
  scroll-behavior: auto;
}

.wrapper .carousel.dragging {
  scroll-snap-type: none;

  scroll-behavior: auto;
}

.wrapper .carousel.dragging .card {
  cursor: grab;

  user-select: none;
}

.services_what_we_do .service-body .service-icon {
  transition: all 300ms linear 0ms;

  width: 110px;

  height: 110px;

  background-color: var(--white);

  border-radius: 50%;

  margin: auto;

  margin-bottom: 25px;

  margin-top: -50px;

  position: relative;

  box-shadow: 0 12px 20px #00000014;

  display: flex;

  align-items: center;

  justify-content: center;
}

.services_what_we_do .service-body .service-icon img {
  width: 55px;
}

.services_what_we_do .service-body:hover .service-icon {
  transform: translateY(-10px);
}

.services_what_we_do .service-body .service-title {
  font-size: 30px;

  text-transform: uppercase;

  margin-bottom: 6px;

  font-weight: 500;

  font-family: var(--heading-font);

  color: var(--heading-color);

  padding: 0 15px;

  line-height: 1.2;
}

.services_what_we_do .service-body .service-except {
  line-height: 1.714;
  flex-grow: 1;
  margin-bottom: 12px;
  padding: 0 15px;
}

.services_what_we_do .service-body a.read_more_btn {
  display: inline-block;

  padding: 10px 20px;

  background-color: var(--first-color);

  color: var(--white);

  text-transform: uppercase;

  font-weight: 500;

  margin-top: 10px;

  border: 1px solid var(--first-color);

  transition: all 300ms linear 0ms;
}

.services_what_we_do .service-body a.read_more_btn:hover {
  color: var(--first-color);

  background-color: var(--second-color);
}

/* service section end  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduction_content .tab_sec {
    padding: 30px 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_what_we_do .desc {
    width: 100%;
  }

  .bdr_left {
    border-right: transparent;
  }

  .eduction_content .tab_sec {
    padding: 50px 16px;
  }

  .eduction_content {
    grid-template-columns: 1fr;
  }

  .dr_shilpa {
    text-align: center;
  }

  .dr_shilpa_content {
    padding-left: 0;
    text-align: center;
  }

  .dr_phylospy .row {
    flex-direction: column-reverse;
  }

  .services_what_we_do .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - -70px);
  }

  .about_doc_content,
  .dr_phylospy,
  .services_what_we_do,
  .doctor_education {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .common_form .about_doc_form {
    margin-top: 0;
  }

  .doctor_name {
    font-size: 32px;
  }

  .banner_content p {
    font-size: 13px;
  }

  .about_doc_content .heading {
    font-size: 35px;
  }

  .doctor_list {
    column-count: 1;
  }

  .eduction_content {
    grid-template-columns: 1fr;
  }

  .eduction_content .tab_sec {
    padding: 1rem;
  }

  .tab_btn li {
    font-size: 16px;
  }

  .dr_shilpa_content {
    padding-left: 0;
  }

  .services_what_we_do .desc {
    width: 100%;
  }

  .services_what_we_do .wrapper .carousel {
    grid-auto-columns: calc((100% / 1) - 78px);
  }
  .bdr_left {
    border-right: transparent;
  }

  .dr_phylospy .row {
    flex-direction: column-reverse;
  }

  .mob_header_sec.fixed .hamburger span {
    background-color: #000;
  }

  .about_doc_content,
  .dr_phylospy,
  .services_what_we_do,
  .doctor_education {
    padding: 30px 0;
  }
}
