/*
Theme Name:   Online Doctor Aesthi Clinic
Template:     pharmacymentor
*/
.taxonomy-wrapper {
  border-radius: var(--card-radius);
  overflow: hidden;
  border: 1px solid var(--theme-border-light-color);
}
.taxonomy-thumb {
  overflow: hidden;
  height: 180px;
}
.taxonomy-thumb img {
  object-fit: cover;
  height: 100%;
}
.taxonomy-content {
  padding: 15px;
}

.taxonomy-list.owl-carousel {
  position: relative;
  padding: 0 60px;
}

.taxonomy-list .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.featured-prod-col .owl-nav button.owl-prev, .featured-prod-col .owl-nav button.owl-next  {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  text-align: center !important;
  font-size: 20px !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.1) !important;
  pointer-events: all !important;
  transition: background 0.2s ease !important;
}
.taxonomy-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 4);
  line-height: 1.5em;
}
.taxonomy-list .owl-prev:hover,
.taxonomy-list .owl-next:hover {
  background: #000;
  color: #fff;
}

.taxonomy-list .owl-prev {
  left: -50px !important;
}
.taxonomy-list .owl-next {
  right: 70px !important;
}
.sidebar-back button#submitBtn {
    color: white !important;
}
.sidebar-button {
    background: var(--theme-bg-gradient) !important;
}
i.fa.fa-question,
a.sidebar-cancle-assesment {
    border-color: var(--theme-text-color) !important;
    color: var(--theme-text-color) !important;
}
a.sidebar-cancle-assesment:hover {
    color: white !important;
}
.order-step-section .order-counter {
	display: none;
}
.order-step-section {
	padding-top: 100px;
}

.single-service-item .service-thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.single-service-item .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.single-service-item .service-excerpt {
  text-align: left;
}

.featured-services-section .owl-nav {
  display: none !important;
}

.single-service-item {
    padding: 0px 50px 0px 50px;
}

h3.service-title {
    text-align: center;
    font-weight: bold;
}

.banner-content.text-white.text-center {
    max-width: unset;
}

@media screen and (max-width: 991px) {
  .site-header #navbar > ul > li .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li, .site-header #navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > li {
    margin-right: 2rem;
  }
}
@media (max-width: 575px) {
  .theme-third-light-btn.theme-primary-color.text-center {
    padding: 10px 15px !important;
    margin-left: 10px;
  }
  .hero-slider {
    height: 450px !important;
  }
}