.custom-news-section .owl-carousel .owl-stage {
  align-items: start;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.custom-description-section ul,
.custom-description-section ol,
.custom-description-section li {
  list-style: revert;
  padding: revert;
  margin: revert;
}

.duplicate-headings-container .duplicate-headings:not(:first-child) {
  display: none !important;
}

.custom-medium-icon-theme-color {
  color: var(--theme-color) !important;
  font-size: medium;
}

.custom-section-padding-top {
  padding: 0 !important;
  padding-top: 80px !important;
}

.custom-section-padding {
  padding: 30px 0px 60px 0px !important;
}

.footer-section-padding {
  padding: 20px 0 !important;
}

.custom-section-medium-padding {
  padding: 15px 0 !important;
}

.sticky-sidebar {
  height: fit-content;
  max-height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  overflow-y: scroll;
}

.sidebar-section-container {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

.sidebar-section-container::-webkit-scrollbar,
.sticky-sidebar::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
.sidebar-section-container,
.sticky-sidebar {
  scrollbar-width: none;
}

/* For IE, Edge */
.sidebar-section-container,
.sticky-sidebar {
  -ms-overflow-style: none;
}

.custom-sidebar-widget {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08) !important;
}

.custom-page-title {
  position: relative;
  padding: 80px 0px 0px 0px;
}

.custom-page-title .bg-layer:before {
  background: linear-gradient(102.73deg, #00063c 0.76%, #001443 99.64%);
}

li.custom-laboratory-tab.tab-btn {
  border-bottom: 0.5px solid #b0b0b0;
  border-radius: 0px !important;
}

li.primary-color-tab.tab-btn {
  background-color: var(--theme-color);
  color: #fff !important;
}

.tab-btn-box .tab-btns li.primary-color-tab.active-btn,
.tab-btn-box .tab-btns li.primary-color-tab:hover {
  background: var(--secondary-color) !important;
}

.tab-btn-box .tab-btns li.primary-color-tab.active-btn:before,
.tab-btn-box .tab-btns li.primary-color-tab:hover:before {
  background: var(--secondary-color) !important;
}

.custom-image-breadcrumb {
  display: flex;
}

.custom-image-breadcrumb-title {
  color: white !important;
  padding: 0 50px;
  width: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.custom-image-breadcrumb-image-container {
  width: 50%;
  position: relative;
  padding: 0 50px;
  background: white;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-image-breadcrumb-image-container img {
  width: 100%;
  max-width: 400px;
}

.custom-labs-about-us-container {
  margin-top: -40px;
  display: flex;
  margin-bottom: 30px;
}

.custom-labs-image-container {
  width: 50%;
}

.custom-labs-description-wrapper{
  width: 175%;
}

.custom-labs-description {
  display: flex;
  align-items: center;
  background: #fff1be;
  /* width: 70%; */
  padding: 25px;
}

.custom-doctor-tabs {
  padding: 17px 20px !important;
  border-bottom: none !important;
  border-width: 0px !important;
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .sidebar-section-container .sticky-sidebar {
    position: revert;
    overflow: auto;
    max-height: revert;
  }
}

@media (max-width: 767px) {
  .custom-section-padding {
    padding: 40px 0px 40px 0px !important;
  }

  .custom-section-padding-top {
    padding: 0 !important;
    padding-top: 40px !important;
  }

  .custom-image-breadcrumb {
    flex-direction: column;
  }

  .custom-image-breadcrumb-title {
    width: unset;
  }

  .custom-image-breadcrumb-image-container {
    width: unset;
    clip-path: revert;
  }

  .custom-image-breadcrumb-image-container img {
    padding: revert;
    max-width: 300px;
  }

  .custom-labs-about-us-container {
    flex-direction: column;
  }

  .custom-labs-image-container {
    width: 100%;
  }

  .custom-labs-description {
    width: 100%;
  }
}

@media only screen and (max-width: 499px) {
  .custom-banner-carousel .slide-item {
    padding: 200px 0px 125px 0px !important;
  }
}
