.cust-logo {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.cust-logo img {
  width: 54px;
}
.cust-logo h1 {
  margin: 0;
  font-family: var(--mediplace-font-two);
  font-weight: 700;
  font-size: 36px;
}
.cust-logo h1 span {
  display: block;
  font-size: 18px;
  color: var(--mediplace-base);
}
.stricky-fixed .cust-logo img {
  width: 48px;
}
.stricky-fixed .cust-logo h1 {
  font-size: 28px;
}
.stricky-fixed .cust-logo h1 span {
  font-size: 18px;
}
.site-footer-three__working-hours-list li {
  position: relative;
  display: flex;
  gap: 5px;
}
.site-footer-three__working-hours-list li i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  font-size: 15px;
  color: var(--mediplace-white);
  background-color: var(--mediplace-base);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
  flex-shrink: 0;
}
.site-footer-three__working-hours-list li p strong {
  display: block;
}
.site-footer-three__working-hours-list li p,
.site-footer-three__working-hours-list li a {
  color: rgba(var(--mediplace-white-rgb), 0.8);
}
.about-two__right .section-title__title span {
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: normal;
}
.main-slider__content {
  /* max-width: 50%; */
  height: 560px;
}
.main-slider__content-info {
  max-width: 50%;
}
.testimonial-grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 80px;
}
.service-details__left h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.service-details__left ul li {
  list-style: disc;
  margin-left: 15px;
}
.service-details__left p {
  margin-bottom: 10px;
}
.team-two__img img {
  height: 270px;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 767px) {
  .cust-logo h1 {
    font-size: 26px;
  }
  .cust-logo img {
    width: 42px;
  }
  .cust-logo h1 span {
    font-size: 12px;
  }
  .main-slider__content-info {
    max-width: 100%;
  }
  .main-slider__bg-box::before {
    background-color: rgba(var(--mediplace-black-rgb), 0.8);
  }
  .about-two__left-img1 {
    display: none;
  }
  .about-two__left-img2 {
    position: relative;
  }
  .about-two__right .section-title__title span {
    font-size: 21px;
  }
  .about-two__text {
    font-size: 15px;
  }
  .team-two__name {
    font-size: 18px;
    line-height: 24px;
  }
  .team-two__content {
    padding: 25px 15px;
    margin-left: 10px;
    max-width: 94%;
  }
  .service-three__nav {
    margin: 0px auto 0px;
  }
  .why-choose-one__points li {
    flex-direction: row-reverse;
  }
  .why-choose-one__points-content {
    text-align: left;
  }
  .why-choose-one__points-content h3 {
    font-size: 20px;
  }
  .appointment-three__content-list ul li .text h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-grid-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .google-map__one-box {
    height: 320px;
  }
  .quick-contact-one__location-single {
    height: auto;
    margin-bottom: 30px;
  }
  .service-details__services-list li a {
    font-size: 16px;
  }
  .mobile-nav__content .main-menu__list > li > ul > li > a {
    line-height: normal;
  }
  .mobile-nav__content .cust-logo {
    background: var(--mediplace-white);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .mobile-nav__content .cust-logo h1 {
    font-size: 20px;
  }
  .mobile-nav__content .cust-logo h1 span {
    font-size: 10px;
  }
  .mobile-nav__content .cust-logo img {
    width: 36px;
  }
}
