@charset "UTF-8";

.blog_botm { 
  position: absolute; bottom: 0; width: 100%;
}

p.blog_loc { 
  cursor: pointer;display: inline-flex; 
  font-size: 16px; 
  font-weight: 500; 
  color: #00769C; 
  background: url(/assets/theme/images/location.svg) no-repeat left 4px; 
  padding: 0px 0px 10px 20px; 
  margin-left: 15px;
}

.doctor-tabs {
  display: flex;
  margin-top: 20px;
}

.doctor-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  text-transform: uppercase;
  background: #EFF6F9;
    max-height: 250px;
    position: relative;
}

.doctor-tabs-nav li {
  padding: 12px 15px;
  cursor: pointer;
  color: #4D4D4F;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.doctor-tabs-content .field--name-body, .doctor-tabs-content .field--name-field-experience-details,
.doctor-tabs-content .field--name-field-achievements, .doctor-tabs-content .field--name-field-publications,
.doctor-tabs-content .field--name-field-qualifications-details {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  
}

.doctor-tabs-content .field--name-body ul, .doctor-tabs-content .field--name-field-experience-details ul,
.doctor-tabs-content .field--name-field-achievements ul, .doctor-tabs-content .field--name-field-publications ul,
.doctor-tabs-content .field--name-field-qualifications-details ul{
  padding: 0 0 0 20px;
  list-style: disc;

}

.doctor-tabs-content h4 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Open Sans';
    color: #117C9E;
    padding-bottom: 20px;
}

.doctor-tabs-nav li.active {
    cursor: pointer;
    color: #017BA1;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans';
    text-decoration: underline;
}

.doctor-tabs-content {
  flex: 1;
  padding: 0px 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.consultation_main {
    /*position: absolute;*/
    right: 0;
    bottom: 16px;
    max-width: 300px;
    max-height: 270px;
    /*height: 210px;*/
    /*top: 0px;*/
    /*background: #ffffff;*/
    /*padding: 20px 20px;*/
    /*box-shadow: 0 0 25px #00375F1A;*/
    border-radius: 16px;
}

.doctor-details-page {
    padding: 0px 0 60px 0;
}

a#share-profile {
    margin-top: 20px;
    width: 100%;
    border-radius: 30px;
}

img.btn_icon {
    width: 10%;
    margin-left: 10px;
}

.datepicker-cell.today:not(.selected) {
    background-color: #017BA1 !important;
    border-radius: 20px;
}

.datepicker-controls .button {
  color: #017BA1 !important;
}

.doctor-listing {
  padding: 48px 0; 
}

.doctor-profile {
  margin: -8px;
  display: flex;
  flex-wrap: wrap; 
}

.doctor-profile .doctor-profile-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 16px);
  margin: 8px;
  padding: 30px 25px 30px 30px;
  background: #F8F8F8;
  border-radius: 4px; 
}

.doctor-profile .doctor-profile-box .doctor-pro {
  display: flex;
  flex-wrap: wrap;
  width: 100%; 
}

.doctor-profile .doctor-profile-box .doctor-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 126px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px #00769C1A;
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  margin-right: 23px;
  position: relative; 
}

.doctor-profile .doctor-profile-box .doctor-img .play-btn, 
.doctor-profile .doctor-profile-box .doctor-img .fronty-video-play-btn {
  top: 100%; 
}

.doctor-profile .doctor-profile-box .doctor-img img {
  border-radius: 8px; 
}

.doctor-profile .doctor-profile-box .doctor-info {
  flex: 1; 
}
 
.doctor-profile .doctor-profile-box .doctor-info .doctor-info-top {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding-bottom: 12px;
  margin-bottom: 11px; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-top h4 {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-top h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4D4D4F;
  margin-bottom: 5px; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-top p {
  font-size: 14px;
  color: #4D4D4F;
  margin-top: 5px; 
}
          
.doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom {
  margin-bottom: 14px; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom p {
  font-size: 15px;
  color: #4D4D4F;
  margin: 0 0 5px 0; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom p strong {
  color: #2C2C2C;
  font-weight: 600; 
}

.doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom .hospital-location {
  font-size: 14px;
  color: #4D4D4F;
  background: url("/assets/theme/images/location.svg") no-repeat left 4px;
  background-size: 12px;
  padding: 0 0 0 20px;
  min-height: 20px; 
}

.doctor-profile .doctor-profile-box .book-appointment {
  width: 100%;
  margin-left: 125px;
  align-items: end; 
}

.doctor-detail-page {
  padding: 60px;
  margin-bottom: 60px;
  background: #F8F8F8; 
}

.doctor-detail-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99vw;
  height: 44vw;
  background: #f8f8f8;
  z-index: -1;
}

.doctor-detail-page .doctor-profile-top {
  display: flex;
  padding-bottom: 20px;
  position: relative; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptl {
  margin-right: 30px; 
}

.doctor-d-t-img>img {
  width: 215px;
  height: auto;
  object-fit: cover;
  border: 1px solid #017BA1;
  border-radius: 16px;
}

.doctor-detail-page .doctor-profile-top .doctor-d-t-img .play-btn, 
.doctor-detail-page .doctor-profile-top .doctor-d-t-img .fronty-video-play-btn {
  top: 100%; 
}

.doctor-detail-page .doctor-profile-top .doctor-d-t-img iframe {
  display: none; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr {
  flex: 1;
  /*padding-right: 300px; */
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-salutation {
  font-size: 32px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #117C9E;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-designation {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px; 
  line-height: 28px;
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 15px; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__label, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__label {
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
  min-width: 110px;
  width: 180px;
  position: relative;
  margin-right: 10px; 
}


.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__label::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__label::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__label::after, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__label::after, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__label::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__label::after, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__label::after {
  content: ' :';
  float: right; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__item {
  flex: 1; 
  font-size: 16px;
  color: #4D4D4F;
  font-weight: 400;
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items {
  display: flex;
  position: relative;
  flex-wrap: wrap; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items .field__item, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items .field__item {
  margin-right: 10px; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items .field__item::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items .field__item::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items .field__item::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items .field__item::after, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items .field__item::after, .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items .field__item::after, .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items .field__item::after {
  content: ', '; 
}
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items .field__item:last-child,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items .field__item:last-child {
  margin-right: 0; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items .field__item:last-child::after,
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items .field__item:last-child::after {
  display: none; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges {
  position: absolute;
  right: 0;
  bottom: -6px;
  max-width: 250px; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges > div {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%; 
}      

.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field--name-field-consultation-charges::before {
  content: '₹';
  margin: 0 0 0 2px; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .qualifications {
  display: flex;
  flex-wrap: wrap; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .qualifications li {
  font-size: 15px;
  color: #4D4D4F;
  margin: 0 15px 0 0;
  padding-left: 15px;
  background: url("/assets/theme/images/qualification-icon.svg") no-repeat left 7px;
  background-size: 11px; 
}

/*.doctor-detail-page .doctor-profile-top .doctor-ptr .button.doctor-book {
  width: 100%;
  font: 600 14px / 22px "Open Sans", sans-serif;
  margin-top: 18px;
  padding: 12px 0;
  border-radius: 28px;
  padding-left: 20px;
  padding-right: 20px; 
}*/  

.doctor-detail-page .doctor-profile-top .doctor-ptl .button.doctor-book {
  width: 100%;
  font: 600 14px / 22px "Open Sans", sans-serif;
  margin-top: 20px;
  padding: 12px 0;
  border-radius: 28px;
  padding-left: 20px;
  padding-right: 20px; 
}
.doctor-detail-page .doctor-profile-top .doctor-ptr .hospital-location {
  color: #4D4D4F;
  background: url("/assets/theme/images/location.svg") no-repeat left 4px;
  background-size: 12px;
  padding: 0 0 0 20px;
  min-height: 20px;
  margin-left: 5px; 
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .hospital-location:first-child {
  margin-left: 0; 
}

.doctor-detail-page .about-doctor, .doctor-detail-page .experience,
.doctor-detail-page .speciality, .doctor-detail-page .achievement,
.doctor-detail-page .qualification, .doctor-detail-page .publication {
  margin-top: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 25px #00375F1A; 
}

.doctor-detail-page .about-doctor h4, .doctor-detail-page .experience h4,
.doctor-detail-page .speciality h4, .doctor-detail-page .achievement h4,
.doctor-detail-page .qualification h4, .doctor-detail-page .publication h4 {
  color: #2C2C2C;
  font: 600 18px/23px "Open Sans", sans-serif;
  margin-bottom: 15px; 
}

.doctor-detail-page .about-doctor .field--name-field-experience, .doctor-detail-page .experience .field--name-field-experience,
.doctor-detail-page .speciality .field--name-field-experience, .doctor-detail-page .achievement .field--name-field-experience,
.doctor-detail-page .qualification .field--name-field-experience, .doctor-detail-page .publication .field--name-field-experience {
  color: #4D4D4F;
  font: 600 15px/23px "Open Sans", sans-serif;
  margin-bottom: 15px; 
}

.doctor-detail-page .about-doctor ul, .doctor-detail-page .experience ul,
.doctor-detail-page .speciality ul, .doctor-detail-page .achievement ul,
.doctor-detail-page .qualification ul, .doctor-detail-page .publication ul {
  margin-left: 18px;
  list-style-type: disc; 
}

.doctor-detail-page .about-doctor ul li, .doctor-detail-page .experience ul li,
.doctor-detail-page .speciality ul li, .doctor-detail-page .achievement ul li,
.doctor-detail-page .qualification ul li, .doctor-detail-page .publication ul li {
  color: #4D4D4F;
  font: 15px/23px "Open Sans", sans-serif;
  padding-bottom: 15px; 
}

.doctor-detail-page .about-doctor ul li strong, .doctor-detail-page .experience ul li strong,
.doctor-detail-page .speciality ul li strong, .doctor-detail-page .achievement ul li strong,
.doctor-detail-page .qualification ul li strong, .doctor-detail-page .publication ul li strong {
  font-weight: 600; 
}
        
.doctor-detail-page .about-doctor ul li p, .doctor-detail-page .experience ul li p,
.doctor-detail-page .speciality ul li p, .doctor-detail-page .achievement ul li p,
.doctor-detail-page .qualification ul li p, .doctor-detail-page .publication ul li p {
  color: #4D4D4F;
  font: 15px/24px "Open Sans", sans-serif; 
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.popup-box {
    background: #fff;
    border-radius: 12px;
    padding: 36px 44px;
    width: 500px;
    max-width: 100%;
    min-height: 200px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.popup-box button {
  border-radius: 28px;
}

#select-location-form {
  width: 75%;
  margin: auto;
}

select#location-select-901764 {
    margin-top: 20px;
}

h4.popup_title {
    color: #117C9E;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 35px;
    font-family: 'Open Sans';
    text-align: center;
}

#bookappointment .popup-box #location-select {
  margin-bottom: 20px;
 }         
.popup-box, .phone-input-wrapper, .phone-input-wrapper * {
    box-sizing: border-box;
}
.popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 22px;
    cursor: pointer;
    color: #3b3b3b;
}
.datepicker span {
    pointer-events: none !important;
}
.related-blog-section {
  padding: 0px 0px 60px 0px;
}
.related-blog-section .view-doctor-related-blog {
  margin-top: 0px;
}

.related-blog-section h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #117C9E;
}
.related-procedures .section-header h2 {
    font-family: 'Open Sans';
    font-size: 32px;
    color: #117D9E;

}

.related-procedures .section-header .view-all {
    color: #117D9E;
    border-bottom: 1px solid #117D9E;
}

.doctors-faq-section {
  margin-bottom: 60px; 
}

.doctors-faq-section h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #117D9E;
    text-align: center;
}

.doctors-faq-section .paragraph--type--faq {
    margin: 20px 0px;
    box-shadow: 0px 4px 24px 0px #00000024;
    border-radius: 8px;
}

.doctors-faq-section .field--name-field-heading {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #000000;
    padding: 18px 15px;
    display: block;
    position: relative;
    margin: 0;
    line-height: 100%;
    cursor: pointer;
}

.doctors-faq-section .field--name-field-heading::after {
    content: '+';
    font-size: 32px;
    position: absolute;
    top: 30%;
    right: 10px;
    float: right;
    transition: transform 0.3s ease;
}

.doctors-faq-section .paragraph--type--faq .field--name-field-description {
    display: none;
    background: #E7F1F4;
    box-shadow: 0px 4px 9px 0px #0000000A;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding: 18px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.doctors-faq-section .field--name-field-heading.active {
    background-color: #007B9F;
    color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.doctors-faq-section .field--name-field-heading.active::after {
    content: '-';
}
 
.related-blog-section .slick-initialized .slick-slide {
    padding: 20px 12px;
  }

.related-blog-section .blog-box .blog-img img {
    height: 217px;
  }
@media only screen and (max-width: 1199px) {
  .doctor-profile .doctor-profile-box {
    padding: 20px 15px; 
  } 

  .doctor-profile .doctor-profile-box .book-appointment {
    margin: 0;
    align-items: end; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr {
    padding-right: 0; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges {
    position: static;
    transform: none; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges > div {
    justify-content: flex-start; 
  }

}

@media only screen and (max-width: 1024px) {
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__label,
  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__label {
    width: 180px;
  }
}

@media only screen and (max-width: 1023px) {
  .doctor-listing {
    padding: 30px 0;
  } 
  .doctor-profile {
    margin: -5px; 
  } 
  .doctor-profile .doctor-profile-box {
    width: calc(100% - 10px);
    margin: 5px; 
  } 
}

@media (max-width: 1199px) and (min-width: 992px) {
  .doctor-detail-page .doctor-profile-top .doctor-ptr .ptr-text {
    width: 50%;
  }
}

@media only screen and (max-width: 768px){
  .doctor-detail-page .doctor-profile-top {
    flex-direction: column;
    align-items: center;
  }
  .doctor-detail-page .doctor-profile-top .doctor-ptl { 
    margin: 0px 0px 20px 0px; 
  } 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-salutation {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-designation {
    text-align: center;
  }
  .consultation_main {
    position: relative;
    max-width: 300px;
    margin: 30px auto 10px;
  }
   .doctor-detail-page .doctor-profile-top a#share-profile {
    width: ;
  }
  .consultation_main .datepicker, .consultation_main .datepicker .datepicker-view {
    width: 100% !important;
  }
  .doctor-profile .doctor-profile-box:nth-last-child(-n+1) {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  nav.pager .pager__items {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .doctor-profile .doctor-profile-box .doctor-img {
    width: 70px;
    max-height: 90px;
    margin-right: 18px; 
  } 

  .doctor-profile .doctor-profile-box .doctor-info {
    width: calc(100% - 88px); 
  }
  
  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-top {
    padding-bottom: 8px;
    margin-bottom: 7px; 
  } 

  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-top h4 {
    font-size: 15px;
  }

  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-top h5 {
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
  }

  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-top p {
    font-size: 12px;
    line-height: 1.4; 
  }

  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom p {
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
  }

  .doctor-profile .doctor-profile-box .doctor-info .doctor-info-bottom .hospital-location {
    font-size: 13px;
    line-height: 1.4; 
  }  

  .doctor-detail-page {
    padding: 25px 0 0 0;
    margin-bottom: 24px;
    position: relative;
    z-index: 1; 
  }
  
  .doctor-detail-page::before, .doctor-detail-page::after {
    content: '';
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    z-index: -1; 
  }
  .doctor-detail-page::after {
    left: auto;
    right: -15px; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-d-t-img {
    height: auto; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-designation {
    margin-bottom: 10px; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender {
    margin-top: 8px;
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__label, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__label {
    min-width: 10px;
    width: 165px;
    font-size: 14px;
    margin: 0 10px 5px 0;
    padding-left: 10px; 
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__item, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__item {
    font-size: 14px;
    width: 115px;
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges .field__items, 
  .doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender .field__items {
    display: unset; 
  }

.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-experience, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-language-spoken, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-location, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-specialities, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .consultation-charges, 
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-doctor-gender {
  flex-wrap: wrap;
}
.doctor-detail-page .doctor-profile-top .doctor-ptr .field--name-field-qualification {
  flex-wrap: nowrap;
}

.doctor-detail-page .doctor-profile-top .doctor-ptr .qualifications li {
  font-size: 14px;
  width: 115px;
}
  .doctor-detail-page .doctor-profile-top .doctor-ptr .button.doctor-book {
    font-size: 14px;
    padding: 12px 0;
    margin-top: 18px;
  }

  .doctor-detail-page .doctor-profile-top .doctor-ptr .hospital-location {
    margin-left: 0; 
  }

  .doctor-detail-page .about-doctor,
  .doctor-detail-page .experience,
  .doctor-detail-page .speciality,
  .doctor-detail-page .achievement,
  .doctor-detail-page .qualification,
  .doctor-detail-page .publication {
    margin-top: 10px;
    padding: 16px; 
  } 

  .doctor-detail-page .about-doctor h4, .doctor-detail-page .experience h4,
  .doctor-detail-page .speciality h4, .doctor-detail-page .achievement h4,
  .doctor-detail-page .qualification h4, .doctor-detail-page .publication h4 {
    font-size: 15px;
    margin-bottom: 10px; 
  } 

  .related-blog-section h2 {
    font-size: 20px;
}

.doctors-faq-section .field--name-field-heading {
    font-size: 14px;
    padding: 18px 25px 18px 10px;
    line-height: 20px;
}
.doctors-faq-section .paragraph--type--faq .field--name-field-description {
  font-size: 12px;
}

.doctors-faq-section h3 { 
  font-size: 20px;
}

.related-procedures .section-header h2 {
    font-size: 20px;
}

#bookappointment .popup-box {
  padding: 24px;
}

#bookappointment .popup-box .popup_title {
  font-size: 14px;
}

#bookappointment .popup-box p.subheading {
  font-size: 12px;
}

#bookappointment .popup-box #select-location-form{
  width: 100%;
}

#bookappointment .popup-box button {
  font-size: 14px;
}

}

@media only screen and (max-width: 600px){ 
  .doctor-tabs {
    flex-direction: column;
  }
  .doctor-tabs-content h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .doctor-tabs .doctor-tabs-nav {
    width: unset !important;
  }
  .doctor-tabs .doctor-tabs-content {
    padding: 20px 0px !important;
  }
}

@media only screen and (max-width: 350px){
  .doctor-profile .doctor-profile-box .book-appointment{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .book-appointment a, .book-appointment .button.small {
    width: 100% !important;
    margin: 5px;
  }
}

@media only screen and (max-width: 1450px){
.doctor-detail-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 43vw;
    background: #f8f8f8;
    z-index: -1;
}
}