.main-menu__logo a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.main-menu__logo img {
  width: 64px;
}
.main-menu__logo h1 {
  font-size: 28px;
  color: var(--Coreclean-base);
  font-weight: 800;
}
.main-menu__logo h1 span {
  display: block;
  font-size: 16px;
  color: var(--Coreclean-black);
}
.cont-hosp-wrap {
  display: flex;
  gap: 15px;
}
.cont-hosp-item {
  flex: 1 1 0;
}
.cont-hosp-item p {
  color: var(--Coreclean-white);
  font-size: 16px;
}
.cont-hosp-item p strong {
  display: block;
}
.cont-hosp-item .cont-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.cont-hosp-item .icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Coreclean-white);
  color: var(--Coreclean-base);
  flex-shrink: 0;
  margin-top: 5px;
}
.cont-hosp-item p a {
  color: inherit;
}
.blog-one__content p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.blog-one__content p i {
  color: var(--Coreclean-base);
  font-weight: bold;
  margin-right: 5px;
}
.owl-carousel .owl-item .services-one__icon img {
  width: 60px;
}
.about-one__right h3 {
  font-weight: bold;
}
.about-one__right h3 span {
  font-size: 18px;
  display: block;
  line-height: 26px;
  font-weight: 500;
}
.swiper-slide-active .main-slider-two__img {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--Coreclean-base);
}
.main-slider-two__img::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-one .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.about-one .gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  border: 5px solid var(--Coreclean-base);
  padding: 5px;
  background: var(--Coreclean-black);
}
.service-details__content-box h4 {
  margin-bottom: 10px;
}
.service-details__content-box h5 {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--Coreclean-base);
  margin-top: 10px;
}
.service-details__content-box ul li {
  list-style: disc;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .main-menu__logo {
    padding: 10px 0;
  }
  .main-menu__logo img {
    width: 48px;
  }
  .main-menu__logo h1 {
    font-size: 21px;
  }
  .main-menu__logo h1 span {
    font-size: 12px;
  }
  .thm-btn {
    padding: 12px 25px 10px;
    font-size: 16px;
  }
  .main-slider-two__bottom {
    margin-top: 28px;
  }
  .about-one__right h3 {
    font-size: 18px;
  }
  .about-one__right h3 span {
    font-size: 14px;
    line-height: 21px;
  }
  .counter-one__content-box h3 {
    font-size: 48px;
  }
  .about-one__right .section-title__title {
    font-size: 28px;
    line-height: 34px;
  }
  .why-choose-one__points-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 29px;
  }
  .blog-one__content p {
    font-size: 15px;
  }
  .blog-one__btn {
    font-size: 15px;
    font-weight: 600;
  }
  .appointment-one__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .appointment-one__input-box {
    margin-bottom: 10px;
  }
  .appointment-one__input-box textarea {
    height: 140px;
    padding: 20px;
    line-height: normal;
  }
  .site-footer__top {
    padding: 20px 0 30px;
  }
  .cont-hosp-wrap {
    flex-direction: column;
  }
  .cont-hosp-item:nth-child(1) {
    border-bottom: 1px solid var(--Coreclean-white);
  }
  .page-header__inner {
    padding: 67px 0 60px;
  }
  .page-header__inner h2 {
    max-width: max-content;
    font-size: 26px;
    line-height: 1;
  }
  .thm-breadcrumb li {
    font-size: 14px;
    line-height: normal;
  }
  .thm-breadcrumb li + li {
    margin-left: 0px;
  }
  .faq-one__right-content .faq-one-accrodion .accrodion-title h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .faq-one {
    padding: 60px 0;
  }
  .about-one .gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about-one .gallery img {
    height: 220px;
  }
  .contact-page__input-box textarea {
    height: 140px;
    padding: 20px;
  }
  .contact-page__input-box {
    margin-bottom: 15px;
  }
  .contact-page__address-list li .text h5 strong {
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }
  .service-details__title-two {
    font-size: 26px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    gap: 10px;
  }
  .scroll-to-top {
    right: 10px;
    border: 1px solid var(--Coreclean-white);
    width: 40px;
    height: 40px;
  }
  .scroll-to-top i {
    font-size: 14px;
    line-height: 40px;
  }
  .service-details__content-box h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .service-details .row {
    flex-direction: column-reverse;
  }
  .page-header-bg::before {
    background: #350fec;
    background: linear-gradient(
      90deg,
      rgba(53, 15, 236, 1) 0%,
      rgba(34, 85, 85, 0.1) 100%
    );
  }
  .logo-box a {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .logo-box img {
    width: 46px;
  }
  .logo-box h1 {
    font-size: 21px;
    color: var(--Coreclean-white);
    font-weight: 800;
  }
  .logo-box h1 span {
    display: block;
    font-size: 12px;
    color: var(--Coreclean-white);
  }
}
