.cust-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 360px;
}
.cust-logo img {
  height: 80px;
}
.cust-logo h1 {
  font-size: 32px;
  margin: 0;
  color: var(--vs-theme-color);
}
.cust-logo h1 span {
  display: block;
  font-size: 20px;
  color: var(--vs-theme-color2);
}
.cust-logo h1 span + span {
  font-size: 16px;
  font-weight: 500;
}
.vs-about--right .vs-title__main span {
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.vs-about3--image img.img-right {
  border: 3px solid var(--vs-theme-color1);
}
.vs-client {
  margin: 15px 0;
}
.swiper-slide .vs-client {
  margin: 0;
}
.vs-service--tab__sidebar ul {
  padding: 10px 25px;
}
.vs-service--tab__sidebar li {
  list-style: none;
}
.vs-service--tab__sidebar a {
  background-color: transparent;
  font-weight: 700;
  color: var(--vs-body-color);
  border-bottom: rgba(var(--vs-title-color-rgb), 0.2) 1px solid;
  border-radius: 0;
  padding: 16px 0;
  display: block;
}

.vs-service--tab__sidebar li:last-child a {
  border-bottom: none;
}
.service-detail-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-detail-content ul {
  padding-left: 15px;
}
.service-detail-content ul li {
  margin-bottom: 10px;
}
.service-detail-content ul li::marker {
  color: var(--vs-theme-color2);
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper::after {
  content: "\f107"; /* FontAwesome chevron-down */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--vs-white-color);
}
.form-style2 .select-wrapper::after {
  color: var(--vs-black-color);
}

.select-wrapper .form-control {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px; /* room for the icon */
}
.select-wrapper:focus-within::after {
  color: #000;
}
@media (max-width: 767px) {
  .cust-logo h1 span + span {
    font-size: 12px;
  }
  .cust-logo h1 span {
    font-size: 16px;
  }
  .cust-logo h1 {
    font-size: 28px;
  }
  .vs-hero--style3 .vs-hero__title--sub {
    font-size: 17px;
  }
  .vs-hero--style3 .vs-hero__title--main span {
    font-size: 30px;
  }
  .vs-hero--style3 .vs-hero__desc {
    font-size: 17px;
  }
  .vs-hero__container {
    padding-bottom: 100px;
  }
  .vs-hero--style3 .vs-hero-pagination {
    bottom: 30px !important;
  }
  .vs-about--right .vs-title__main span {
    font-size: 18px;
    line-height: 24px;
  }
  .vs-about3--image .img-top {
    margin-top: 15px;
  }
  .custom-appointment-section {
    padding: 0;
  }
  .feedback-image {
    display: none;
  }
  .feedback-image--right {
    width: 100%;
  }
  .vs-featureh3__image {
    max-width: 35%;
  }
  .cust-logo img {
    height: 60px;
  }
  .cust-logo {
    max-width: 250px;
  }
  .vs-header--style2 .vs-header__box {
    padding: 0 8px;
  }
  .vs-mobile-menu ul li a {
    font-size: 16px;
    font-weight: 500;
  }
  .breadcrumb-wrapper__title {
    font-size: 28px;
  }
  .breadcrumb-wrapper__menu li,
  .breadcrumb-wrapper__menu a,
  .breadcrumb-wrapper__menu span {
    font-size: 14px;
    font-weight: 500;
  }
  .breadcrumb-wrapper__menu--item::after {
    font-size: 11px;
    margin: 0 3px 0 3px;
  }
  .breadcrumb-wrapper__bg > img {
    object-position: center right;
  }
  .breadcrumb-wrapper__title {
    margin: 0 0 5px 0;
  }
  .sidebar-contact__title {
    font-size: 24px;
  }
  .vs-service--tab__title--main {
    font-size: 28px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .accordion .accordion-button {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 500;
  }
  .vs-client__image {
    min-width: auto;
    width: 64px;
    height: 64px;
    border: 4px solid var(--vs-theme-color1);
  }
  .vs-client {
    border: 1px solid var(--vs-theme-color1);
  }
  .vs-client__title {
    font-size: 18px;
  }
  .vs-title__sub {
    font-size: 18px;
  }
}
