/* scroll bar design */
/* width */
.mission_para::-webkit-scrollbar,
.content p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mission_para::-webkit-scrollbar-track,
.content p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg-grey);
  border-radius: 10px;
}

/* Handle */
.mission_para::-webkit-scrollbar-thumb,
.content p::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(145deg, var(--botton_color) 0%, var(--botton_color) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

/* scroll bar design */
.bannr_img::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

/* About Doctor */
.doctor_sections {
  padding: 60px;
  background-color: var(--bg-grey);
}

.doctor_image {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.about_doc_img {
  padding: 10px;
  z-index: 5;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: var(--white);
}

.about_doc_img img {
  width: 100%;
}

.doctor_image::before {
  content: "";
  width: 150px;
  height: 150px;
  left: 0;
  top: 0;
  border: 5px solid var(--botton_transparent);
  position: absolute;
  z-index: -1;
  border-bottom: 0;
  border-right: 0;
}

.doctor_image::after {
  content: "";
  width: 150px;
  height: 150px;
  right: 0;
  bottom: 0;
  border: 5px solid var(--botton_transparent);
  position: absolute;
  z-index: -1;
  border-top: 0;
  border-left: 0;
}

.doctor_content {
  padding: 0 20px;
}

.doc_content {
  display: flex;
  align-items: center;
}

.doc_pointers {
  /* padding: 20px 0; */
}

.doc_pointers ul {
  padding: 0;
}

.doc_pointers .doctor_image {
  float: right;
  width: 50%;
  margin: 0 0 20px 20px;
}

.doc_pointers li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.doc_pointers li::before {
  content: "\F269";
  font-family: "Bootstrap-Icons";
  position: absolute;
  left: 0;
  color: var(--botton_color);
}

.sub_tag {
  font-size: 20px;
  color: var(--botton_color);
  font-weight: 800;
  position: relative;
}

.doctor_sections .sub_tag::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--botton_transparent);
  left: 0;
  bottom: 0;
  border-radius: 25px;
}

.doctor_sections .sub_tag::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--light_blue);
  left: 55px;
  bottom: 0;
  border-radius: 25px;
}


/* About Doctor */

/* common service content */
.doctor_details_content {
  padding: 40px;
}

.doctor_details_content .common_heading,
.doctor_details_content .para {
  text-align: center;
  color: #fff;
}

.doctor_details_content .image_sections {
  position: relative;
  /* margin: 40px auto 0; */
  margin: 0px auto;
}

.doctor_details_content .image_sections .box {
  position: relative;
  background: #000;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}

.doctor_details_content .image_sections .box:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transition: 0.5s;
  transform: scaleX(0);
  opacity: 0;
}

.doctor_details_content .image_sections .box::before {
  transform: scaleX(1);
  opacity: 1;
}

.doctor_details_content .image_sections .box:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transition: 0.5s;
  transform: scaleY(0);
  opacity: 0;
}

.doctor_details_content .image_sections .box::after {
  transform: scaleY(1);
  opacity: 1;
}

.doctor_details_content .image_sections .box .imgBox {
  position: relative;
}

.doctor_details_content .image_sections .box .imgBox img {
  width: 100%;
  transition: 0.5s;
  border-radius: 15px;
}

.doctor_details_content .image_sections .box .imgBox img {
  opacity: 0.6;
  transform: scale(1.2);
}

.doctor_details_content .image_sections .box .content {
  position: absolute;
  width: 100%;
  /* top: 50%;
    transform: translateY(-50%); */
  bottom: 0;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.doctor_details_content .image_sections .box .content h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  transition: 0.5s;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}

.doctor_details_content .image_sections .box .content p {
  margin: 0;
  padding: 0;
  color: #fff;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}

.doctor_details_content .image_sections .box .content .appointment_btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}

.doctor_details_content .appointment_btn {
  padding: 40px 0 0;
}

.doctor_details_content .image_sections .box .content h2,
.doctor_details_content .image_sections .box .content P,
.doctor_details_content .image_sections .box .content .appointment_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.doctor_details_content .left_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_sections {
  margin: 40px auto 0;
}

.aboutdrtabbutton .nav-link {
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid var(--black);
  height: 166px;
  width: 44%;
  padding: 0px;
  background: var(--white);
  margin-right: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.aboutdrtabbutton .nav-link.active,
.aboutdrtabbutton .show>.nav-link {
  background-color: #fff;
  border: 1px solid var(--botton_color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: var(--bg-green-light);
  font-weight: 600;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 1px solid var(--bg-grey);
  border-radius: var(--black);
  color: #fff;
}

.nav-pills .nav-link img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(0%) hue-rotate(155deg) brightness(117%) contrast(100%);
}

.nav-pills .nav-link.active img {
  filter: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.image_sections {
  display: none;
}

.image_sections.active {
  display: block;
}

/* common service content End*/

/* education_section */
.about_education_experience {
  padding: 60px;
  background-color: var(--bg);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url(../Images/testimonials_25_percent.jpg); */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.doc_edu_heading {
  color: var(--blue);
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.doc_edu_heading span {
  color: var(--botton_color);
}

.education_btn {
  text-align: center;
}

.education_btn button {
  margin: 0 15px;
  position: relative;
}

.education_btn button::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  right: 10px;
  transform: rotate(50deg);
  top: 10px;
}

.education_btn button::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  left: 10px;
  transform: rotate(50deg);
  bottom: 10px;
}

.education_btn button.active {
  padding: 10px 40px;
  background: transparent linear-gradient(270deg, var(--botton_color) 0%, var(--botton_color) 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
}

.education_btn button {
  padding: 10px 40px;
  background: transparent;
  border: unset;
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
  background: var(--white);
  color: var(--botton_color);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.education_content {
  padding: 15px;
  background-color: var(--white);
  margin: 13px 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.duration {
  font-weight: 700;
  color: var(--botton_color);
  margin-bottom: 10px;
}

.education_card {
  padding: 40px;
}

.education_card {
  display: none;
}

.education_card.active {
  display: inline-flex;
}

/* about Education section end */

/* biography content */
.bioggraphy_bg img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.doctor_biography .content {
  padding: 0 0 60px;
}

.bioggraphy_bg {
  position: relative;
  z-index: -1;
}

.biography_contents {
  margin: -100px auto 0;
  padding: 20px;
  background-color: var(--white);
  text-align: justify;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* biography content End */

/* Video Section Start */
.video_section {
  padding: 60px;
  background-image: url(../Images/about-doctor/white_bg.html);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video_haeding {
  text-align: center;
}

.video_section_content {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.v_thumb img {
  width: 100%;
  position: relative;
}

.v_thumb::before {
  width: 100%;
  content: "";
  position: absolute;
  height: 30%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  bottom: 0;
  z-index: 1;
}

.video-details {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 2;
}

.sm_heading {
  font-weight: 600;
  color: var(--white);
  padding-left: 15px;
  font-size: 18px;
}

.play-box {
  width: 35px;
  height: 35px;
  line-height: 50px;
  text-align: center;
  background: transparent linear-gradient(180deg, var(--botton_color) 0%, var(--botton_color) 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
  box-shadow: 0px 0px 20px var(--botton_color);
}

.play-box i {
  font-size: 18px;
  color: var(--white);
}

.video_section .owl-carousel .owl-nav button.owl-next,
.video_section .owl-carousel .owl-nav button.owl-prev,
.video_section .owl-carousel button.owl-dot {
  padding: 0 !important;
  font: inherit;
  background: var(--bg) !important;
  margin: 0 10px !important;
  font-size: 30px !important;
  width: 40px !important;
  height: 36px !important;
  border-radius: 50% !important;
  line-height: 30px !important;
  border: none;
  padding-bottom: 15px !important;
  transition: 0.3s ease-in-out;
}

.video_section .owl-carousel .owl-nav.disabled {
  /* display: block; */
}

.v_heading {
  color: var(--blue);
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.v_heading::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: transparent linear-gradient(270deg, var(--botton_color) 0%, var(--botton_color) 100%) 0% 0% no-repeat padding-box;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 25px;
}

.v_heading span {
  color: var(--botton_color);
}

.video_card .owl-nav {
  padding-top: 40px;
  padding-bottom: unset;
}

/* video model box */
.video-modal-overlay.active {
  display: block;
}

.video-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.445);
  z-index: 9;
  display: none;
}

.video-modal.active {
  display: block;
}

.video-modal {
  max-width: 800px;
  width: 90%;
  background: var(--white);
  position: fixed;
  z-index: 111;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  text-align: left;
  display: none;
}

.video-box {
  position: relative;
}

.video-box .modal-btn {
  position: absolute;
  right: 0px;
  top: -1px;
  width: 50px;
  border: none;
  line-height: 0;
  height: 35px;
  padding: 0px;
  background: var(--white);
}

.testimonial_video .video-box iframe {
  height: 480px;
  width: 100%;
}

.testimonial_video iframe {
  border: 0;
}

.testimonial_video iframe {
  display: block;
}

.stop_scroll {
  overflow: hidden;
}

.video_close i {
  font-size: 20px;
  font-weight: 600;
}

/* Video Section End */
/* contact-form start */
.contact_form {
  background-color: var(--bg-green-light);
}

/* contact-form end  */
/* About Clinic */
.about_clinic {
  padding: 40px 0;
}

.headings {
  text-align: center;
}

.headings .main {
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  color: var(--black);
}

.headings .sub_main {
  font-size: 26px;
  font-family: "lora";
}

.headings .sub_para {
  font-weight: bold;
  margin-bottom: 20px;
}

.headings .sub_para span {
  color: var(--botton_color);
}

.clinic_content p {
  text-align: center;
}

.clinic_para li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.clinic_para li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  content: "\F269";
  font-family: "Bootstrap-Icons";
  color: var(--botton_color);
}

/* About Clinic */

/* mission vission section */
.mission_vission {
  padding: 40px 0;
  background-color: var(--bg-green-light);
}

.mission,
.vision,
.value {
  width: 360px;
  height: 360px;
  margin: auto;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.mission_vission_contents {
  padding: 35px;
  position: relative;
  z-index: 1;
}

.mission_vission_contents .mission_name {
  font-size: 35px;
  font-family: "lora";
  font-weight: 600;
}

.common_mission_vission::before {
  transition: 0.3s;
  position: absolute;
  content: "";
  font-family: "Bootstrap-Icons";
  top: 50%;
  left: 50%;
  font-size: 250px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  color: var(--black);
}

.value::before {
  content: "\F3E6";
}

.vision::before {
  content: "\F341";
}

.mission::before {
  content: "\F1DE";
}

.value:hover::before,
.vision:hover::before,
.mission:hover::before {
  opacity: 0.1;
}

.mission_para {
  height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}

.space-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bgImgDetail {
  padding: 40px 40px 60px;
  background: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 81%)), url(../images/bg-popular-treatment.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.flx_div {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* mission vission section */
/* Service section starts */
.service_section {
  padding: 60px 0;
  background: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 81%)),
    url(../images/SLIDE_02.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_section .common_heading {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
}

.service_section .s_design {
  padding-top: 1rem;
}

.service_section .service_icon i {
  text-align: center;
  color: var(--white);
  font-size: 35px;
}

.service_tab .service_icon {
  width: 60px;
  margin: auto;
  margin-bottom: 10px;
}

.service_section .service_tab {
  padding: 15px 10px;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  cursor: pointer;
}

.service_section .service_name p {
  margin-bottom: 0;
  font-size: 14px;
}

.service_section .service_tab::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #7a7a7a;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.service_section .service_tab.active::before {
  background-color: transparent;
}

.service_section .service_tab.active .service_icon img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(49%) saturate(10%) hue-rotate(129deg) brightness(99%) contrast(98%);
}

.service_section .service_tab .service_name {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}

.service_section .service_tab.active .service_icon i {
  text-align: center;
  color: var(--black);
  font-size: 35px;
}

.service_section .service_tab.active {
  background-color: var(--botton_color);
}

.service_section .service_tab.active .service_name {
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
}

.for_all {
  text-align: center;
  padding: 15px 0;
}

.for_all a {
  color: var(--white);
  font-weight: 500;
  text-align: center;
}

.s_contents {
  padding-left: 0;
}

.s_tabs {
  padding-right: 0;
}

.treatments_contents {
  padding: 40px;
  background-color: var(--white);
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service_contents {
  display: none;
}

.service_contents.active {
  display: block;
}

.service_section .s_images img {
  width: 100%;
  border-radius: 15px;
}

.treatments_contents .common_heading {
  font-size: 35px;
  color: var(--black);
  text-align: left;
}

.treatments_contents .appointment_btn {
  margin-top: 30px;
}

.service_images {
  height: 100%;
}

.service_images img {
  height: 100%;
  object-fit: cover;
}

/* Service section End */
/* our specialisation Start  */
.ourspecialisatin {
  padding: 60px 0;
  background-color: var(--bg-green-light);
}

.specialisation_contentfa {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
}

/* our specialisation End  */




@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .doctor_sections {
    padding: 40px 0;
  }

  .mission,
  .vision,
  .value {
    width: 280px;
    height: 280px;
  }

  .common_mission_vission::before {
    font-size: 150px;
  }

  .treatments_contents {
    padding: 1.5rem;
  }

  .treatments_contents p {
    max-height: 300px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .treatments_contents {
      padding: 1.5rem;
    }
  
    .treatments_contents p {
      max-height: 300px;
      overflow-y: auto;
      text-align: justify;
      padding-right: 10px;
    }
  .flx_div .doc_img {
    padding: 1rem 0;
  }

  .doctor_sections {
    padding: 40px 0;
  }

  .doctor_content {
    padding: 0;
  }

  .aboutdrtabbutton .nav-link {
    height: 130px;
  }

  .doctor_details_content .content p {
    height: 100px;
    overflow-y: scroll;
    padding-right: 15px !important;
  }

  .doctor_details_content .content h2 {
    font-size: 25px;
  }

  .doctor_details_content .appointment_btn {
    padding: 10px 0 0;
  }

  .doctor_details_content .appointment_btn a {
    padding: 5px 25px;
  }

  .aboutdrtabbutton .nav-link {
    margin-left: 15px;
  }

  .mission,
  .vision,
  .value {
    width: 215px;
    height: 215px;
  }

  .mission_vission_contents .mission_name {
    font-size: 25px;
  }

  .common_mission_vission::before {
    font-size: 150px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* service section start  */
    .treatments_contents p {
      max-height: 200px;
      overflow-y: auto;
      text-align: justify;
      padding-right: 10px;
    }
  
    .service_section {
      padding: 30px 15px;
    }
  
    .s_tabs {
      padding-right: 15px;
      display: flex;
      padding-bottom: 1rem;
      white-space: nowrap;
      overflow-x: auto;
      margin-bottom: 15px;
    }
  
    .for_all {
      display: none;
    }
  
    .service_contents {
      background-color: var(--white);
      padding: 1rem;
      border-radius: 15px;
    }
  
    .service_contents .row {
      flex-direction: column-reverse;
    }
  
    .s_contents {
      padding-left: 15px;
    }
  
    .treatments_contents {
      padding: 20px 0;
    }
  
    /* service section End  */
  .doctor_sections {
    padding: 40px 0;
  }

  .doctor_details_content .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow-x: scroll;
  }

  .aboutdrtabbutton .nav-link {
    height: auto;
    padding: 20px 40px;
    width: 100%;
    margin-left: 0px;
  }

  .doctor_details_content {
    padding: 20px 0;
  }

  .doctor_details_content .service_content .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_education_experience {
    padding: 20px 0;
  }

  .education_card,
  .Testimonials,
  .video_section {
    padding: 20px 0;
  }

  .education_btn button {
    margin: 0;
  }

  .doctor_sections .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .doctor_content {
    padding: 0;
  }

  .video-modal {
    width: 90%;
  }

  .clinic_para li {
    width: 100%;
  }

  .headings .main {
    font-size: 35px;
    line-height: 35px;
  }

  .about_clinic {
    padding: 20px 0;
  }

  .headings .sub_main {
    font-size: 22px;
  }

  .mission,
  .vision,
  .value {
    width: 280px;
    height: 280px;
  }

  .common_mission_vission {
    margin-bottom: 15px;
  }

  .common_mission_vission::before {
    font-size: 180px;
  }

  .doc_pointers .doctor_image {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* service section start  */
    .treatments_contents p {
      max-height: 200px;
      overflow-y: auto;
      text-align: justify;
      padding-right: 10px;
    }
  
    .service_section {
      padding: 30px 15px;
    }
  
    .s_tabs {
      padding-right: 15px;
      display: flex;
      padding-bottom: 1rem;
      white-space: nowrap;
      overflow-x: auto;
      margin-bottom: 15px;
    }
  
    .for_all {
      display: none;
    }
  
    .service_contents {
      background-color: var(--white);
      padding: 1rem;
      border-radius: 15px;
    }
  
    .service_contents .row {
      flex-direction: column-reverse;
    }
  
    .s_contents {
      padding-left: 15px;
    }
  
    .treatments_contents {
      padding: 20px 0;
    }
  
    /* service section End  */
  .doc_pointers .doctor_image {
    width: 100%;
  }

  .doctor_sections {
    padding: 40px 0;
  }

  .doctor_details_content .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow-x: scroll;
  }

  .aboutdrtabbutton .nav-link {
    height: auto;
    padding: 20px 40px;
    width: 100%;
    margin-left: 0px;
  }

  .doctor_details_content {
    padding: 20px 0;
  }

  .doctor_details_content .service_content .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .doctor_details_content .appointment_btn {
    padding: 10px 0 0;
  }

  .appointment_btn a {
    padding: 5px 30px;
  }

  .doctor_details_content .image_sections .box .content h2,
  .doctor_details_content .image_sections .box .content P,
  .doctor_details_content .image_sections .box .content .appointment_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }

  .doctor_details_content .image_sections .box .imgBox img {
    opacity: 0.4;
  }

  .doc_pointers li {
    width: 100%;
  }

  .nav-top.Mobile_menu.Sticky {
    background-color: var(--white);
  }

  .about_education_experience {
    padding: 20px 0;
  }

  .education_card,
  .Testimonials,
  .video_section {
    padding: 20px 0;
  }

  .education_btn button {
    margin: 0;
  }

  .doctor_sections .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .doctor_image::before {
    content: "";
    width: 100px;
    height: 100px;
    left: 5px;
    top: 5px;
  }

  .doctor_image::after {
    content: "";
    width: 100px;
    height: 100px;
    right: 5px;
    bottom: 5px;
  }

  .doctor_content {
    padding: 0;
  }

  .video-modal {
    width: 90%;
  }

  .clinic_para li {
    width: 100%;
  }

  .headings .main {
    font-size: 35px;
    line-height: 35px;
  }

  .about_clinic {
    padding: 20px 0;
  }

  .headings .sub_main {
    font-size: 22px;
  }

  .common_mission_vission {
    margin-bottom: 15px;
  }

  .mission,
  .vision,
  .value {
    height: 300px;
    width: 300px;
  }
}