/* scroll bar design */
/* width */
.doctor_details_content .image_sections .box .content p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.doctor_details_content
  .image_sections
  .box
  .content
  p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg-grey);
  border-radius: 10px;
}

/* Handle */
.doctor_details_content
  .image_sections
  .box
  .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 */

/* About Doctor */
.doctor_sections {
  padding: 40px 0;
}

.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 li {
  width: 50%;
  float: left;
  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;
}

.doctor_sections .para h1 {
  font-size: 22px;
}

/* About Doctor */
.ourspecialisatin {
  padding: 40px 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;
}

/* common service content */
.doctor_details_content {
  padding: 40px;
}

.doctor_details_content .common_heading,
.doctor_details_content .para {
  text-align: center;
}

.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: var(--botton_color);
  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);
}

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: 40px 0;
  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;
  line-height: 1;
  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(--botton_transparent);
  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);
  height: 100%;
  border-left: 3px solid transparent;
  transition: all ease-in-out 0.4s;
  box-shadow: none;
}

.education_content:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 16px #2222220a;
  border-left: 3px solid var(--botton_color);
}

.duration {
  font-weight: 700;
  color: var(--botton_color);
  margin-bottom: 0.5rem;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

.duration::before {
  content: "\F2EA";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: 700;
  font-family: "bootstrap-icons";
  color: var(--botton_color);
}

.education_card {
  padding: 40px 0;
}

.education_card {
  display: none;
}

.education_card.active {
  display: inline-flex;
}

/* about Education section end */
/* publication Card Start */
.Our_publications {
  padding: 40px 0;
}

.publication_card {
  padding: 15px;
  background-color: var(--white);
  height: 100%;
  border: 1px solid var(--botton_color);
  transition: all ease-in-out 0.4s;
  background-color: var(--bg-green-light);
  border-left: 5px solid transparent;
}

.publication_card:hover {
  border-left: 5px solid var(--botton_color);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transform: translateY(-8px);
}

.publication_card a {
  color: var(--botton_color);
  font-weight: 600;
}

.publication_card .duration {
  font-weight: 400;
  font-size: 16px;
}

/* publication Card  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: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* biography content End */

/* Video Section Start */
.video_section {
  padding: 40px 0;
  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;
}

.video_name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

/* .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;
} */
.v_model .video-box iframe {
  height: 480px;
  width: 100%;
  display: block;
  border: 0;
}

.video-details {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  /* bottom: 20px; */
  /* left: 15px; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
}

.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-green-light) !important;
  margin: 0 10px !important;
  font-size: 30px !important;
  width: 40px !important;
  height: 36px !important;
  border-radius: 50% !important;
  line-height: 30px !important;
  padding-bottom: 15px !important;
  transition: 0.3s ease-in-out;
  color: #000;
}

.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: 1rem;
  padding-bottom: unset;
}

.video_card {
  padding-top: 1rem 0;
}

/* 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: 100%;
  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);
  padding: 40px 0;
}

/* contact-form end  */

/* Service section starts */
.service_section {
  padding: 40px 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 */

/* <!-- faq section css--> */

.seventhservicesection {
  background-color: var(--bg);
  padding: 4rem 5% 4rem 5%;
}

.inner_full_section .seventhservicecenter {
  display: inline-block;
  width: 100%;
}

.seventhservicecenter {
  background-color: #fff;
  /* display: inline-block;
  width: 100%; */
  padding: 2rem;
  box-shadow: 0px 6px 40px #d3e5ff80;
}

.seventhservicecenter div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 0px;
  /* text-align: center; */
  padding-bottom: 0px;
  text-transform: uppercase;
}

.seventhservicecenter h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.seventhservicecenter h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.seventhservicecenter h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  /* text-transform: uppercase; */
}

.seventhservicecenter p {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 24px;
  padding-top: 1rem;
}

.seventhservicecenter h3 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 26px;
  padding-top: 1rem;
}

/* <!-- faq section end css--> */
/* Table Sections start  */
.table_sections {
  padding: 60px 0;
}

.table_sections .serviceinnerfirst {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.table_design td li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.table_design td li::before {
  position: absolute;
  content: "\F135";
  left: 0px;
  font-family: "bootstrap-icons";
}
.infographics_img {
  padding: 1rem 0;
}
/* Table Sections End  */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .doctor_sections {
    padding: 40px 0;
  }

  .treatments_contents {
    padding: 1.5rem;
  }

  .treatments_contents p {
    max-height: 300px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
  }

  /* service inner seventh section faq */

  .seventhservicesection {
    padding: 3rem 3% 3rem 3%;
  }

  .seventhservicecenter {
    padding: 1.5rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 30px;
  }
}

@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;
  }

  .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;
  }

  /* Start of seventhservicesection  faq */

  .seventhservicesection {
    padding: 2rem 2.5% 2rem 2.5%;
  }

  .seventhservicecenter {
    padding: 1rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 28px;
    line-height: 34px;
  }

  .seventhservicecenter p {
    font-size: 16px;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col_reverse {
    flex-direction: column-reverse;
  }
  .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;
  }

  .ourspecialisatin {
    padding: 20px 0;
  }

  .specialisation_contentfa {
    padding: 20px;
  }

  .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%;
  }

  /* 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  */

  /* Start of seventhservicesection */

  .seventhservicesection {
    padding: 1rem 1%;
  }

  .seventhservicecenter {
    padding: 1rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 24px;
    line-height: 32px;
  }

  .seventhservicecenter p {
    font-size: 16px;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .col_reverse {
    flex-direction: column-reverse;
  }

  /* 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;
  }

  .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;
  }

  .ourspecialisatin {
    padding: 20px 10px;
  }

  .specialisation_contentfa {
    padding: 20px;
  }

  .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%;
  }

  /* Start of seventhservicesection */

  .seventhservicesection {
    padding: 1rem 1%;
  }

  .seventhservicecenter {
    padding: 1rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 24px;
    line-height: 32px;
  }

  .seventhservicecenter p {
    font-size: 16px;
    padding-top: 12px;
  }
}

/* faqs css start */
h2.elevenheading.faq_heading {
  text-transform: capitalize;
}
.faq_heading h3.faq_subheading {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 26px;
  padding-top: 1rem;
}

/* faqs css end */
