/* Client page css start */

/* @media (max-width: 767px) {
  .image-widget.sidebar-div {
    text-align: center;
    margin: 30px;
  }

  .masonry-wrap .gallery-item {
    width: 100% !important;
    position: relative !important;
    height: auto !important;
    padding-top: 64% !important;
    top: auto !important;
  }

  .gallery-item .video-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }

  .gallery-item .video-holder iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
  }

  .gallery-item video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .wide-40 {
    padding-top: 30px !important;
  }

  .wide-100 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .blog-post-txt div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
} */

/* @media (max-width: 991.99px) and (min-width: 768px) {
  .wide-100 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
/* Client page css end */

/* @media (max-width: 768px) {
  #breadcrumb {
    height: 300px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
  }
}  */

/* CME page css end */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .profile-wrapper {
    padding-left: 60px;
  }
  .doctor__title h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .profile-wrapper {
    padding-left: 30px;
  }
  .doctor__title h2 {
    font-size: 24px;
  }
  .doctor__vidoe-bottom-item img {
    height: 100px;
  }
  .publications-details h2,
  .doctor-info-details h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile-wrapper {
    padding-left: 20px;
  }
  .doctor__title h2 {
    font-size: 24px;
  }
  .publications-details h2,
  .doctor-info-details h2 {
    font-size: 24px;
  }
  .service-tabs-area .extra-border-2 {
    font-size: 24px !important;
  }
  .doctor__vidoe-bottom-item img {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-wrapper {
    padding-left: 0px;
  }
  .doctor__title h2 {
    font-size: 24px;
  }
  .publications-details h2,
  .doctor-info-details h2 {
    font-size: 24px;
  }
  .service-tabs-area .extra-border-2 {
    font-size: 24px !important;
  }
  .service-tabs-area .txt-block {
    margin-top: 30px;
    padding-left: 0;
  }
  .doctor-gallery-inner {
    margin-top: 0;
  }
  .doctor-gallery-inner .doctor__title {
    margin-bottom: 30px;
  }
  .doctor__vidoe-bottom-item img {
    height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3.h3-md {
    font-size: 32px !important;
  }
  .section-title {
    margin-bottom: 0;
  }
  .profile-wrapper {
    padding-left: 0px;
  }
  .doctor__details-img {
    margin-bottom: 30px;
  }
  .doctor__title h2 {
    font-size: 24px;
  }
  .publications-details h2,
  .doctor-info-details h2 {
    font-size: 24px;
  }
  .service-tabs-area .extra-border-2 {
    font-size: 24px !important;
  }
  .service-tabs-area .txt-block {
    margin-top: 30px;
    padding-left: 0;
  }
  .doctor-gallery-inner {
    margin-top: 0;
  }
  .doctor-gallery-inner .doctor__title {
    margin-bottom: 30px;
  }
  .doctor__vidoe-bottom-item img {
    height: 80px;
  }
  .doctor__video-area {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .box-shadow {
    padding: 0;
  }
  .tab-spc {
    padding-left: 0;
    padding-right: 0;
  }
  .doctor__video-bottom.owl-carousel .owl-nav button.owl-prev,
  .doctor__video-bottom.owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
