.cust-logo h1 {
  font-size: 24px;
  color: var(--color-dark);
}
.cust-logo h1 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.service-area2 .service-icon i {
  color: var(--color-white);
  font-size: 40px;
}
.about-area .site-heading .site-title {
  font-size: 48px;
  line-height: normal;
}
.about-text {
  margin-bottom: 20px;
}
.about-area .site-heading .site-title span {
  font-size: 24px;
  line-height: normal;
  display: block;
}
.about-area .img-2 {
  margin-top: 100px;
}
.testimonial-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.service-details h2 {
  margin-bottom: 30px;
}
.service-details p {
  margin-bottom: 15px;
}
.service-details .content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.service-details ul li {
  list-style: disc;
  margin-left: 15px;
}
.service-details ul li::marker {
  color: var(--theme-color);
}
.service-sidebar {
  position: sticky;
  top: 115px;
}
@media all and (max-width: 767px) {
  .header-top-list ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .header-top-list ul {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .header-top-wrap {
    justify-content: center;
  }
  .home-2 .header-top .shape-1,
  .home-2 .header-top .shape-2 {
    display: none;
  }
  .cust-logo h1 span {
    font-size: 13px;
    line-height: 16px;
  }
  .cust-logo h1 {
    font-size: 21px;
  }
  .hero-section .hero-single .hero-content .hero-sub-title {
    letter-spacing: 3px;
  }
  .home-2 .hero-section .hero-single .hero-sub-title {
    font-size: 16px;
  }
  .hs-1 .hero-single .hero-content .hero-sub-title {
    border-bottom: 2px solid var(--color-white);
  }
  .hs-1 .hero-single .hero-content .hero-title {
    font-size: 42px;
  }
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    bottom: 0px;
  }
  .hero-slider .owl-nav button i {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 21px;
  }
  .hero-slider .owl-nav .owl-prev {
    right: 100px;
  }
  .about-area .site-heading .site-title {
    font-size: 28px;
  }
  .about-area .site-heading .site-title span {
    font-size: 15px;
    font-weight: 500;
  }
  .about-text {
    text-align: justify;
  }
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .site-heading .site-title {
    font-size: 32px;
  }
  .choose-item .icon {
    width: 60px;
    height: 60px;
    line-height: 57px;
  }
  .choose-item .icon img {
    width: 42px;
  }
  .choose-item {
    gap: 10px;
    padding: 15px;
  }
  .footer-widget-box.about-us {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-widget-box {
    margin-bottom: 10px;
  }
  .copyright .copyright-text {
    font-size: 14px;
  }
  .site-breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-breadcrumb .breadcrumb-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .shop-single-details .nav-tabs .nav-link {
    padding: 5px 10px;
  }
  .shop-single-desc {
    padding: 20px;
  }
  .shop-single .service-details ul li {
    list-style: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .service-details h2 {
    font-size: 28px;
  }
  .testimonial-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .dropdown-item {
    white-space: wrap;
    font-size: 14px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: var(--theme-color);
    color: var(--color-white);
  }
  .navbar .nav-item .nav-link {
    font-weight: 500;
  }
  .offcanvas {
    background: var(--color-dark);
  }
  .offcanvas .cust-logo h1 span {
    color: var(--color-white);
  }
  .offcanvas .cust-logo h1 {
    color: var(--color-white);
  }
  .navbar .nav-item .nav-link {
    color: var(--color-white);
    border-bottom: 1px dotted var(--color-white);
  }
}
