.ec-main-slider .slide-1,
.swiper-container {
  border-radius: 10px;
}

.ec-header-btn.ec-sidebar-toggle i {
  font-size: 14px;
}

.section-marquee {
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  align-items: center;
}

.marquee-box {
  background-color: #1c8855;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee-box i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-slide-content {
  background-color: #ffffffc4;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 25px;
}

.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-desc {
  max-width: 100%;
}

.scrollbar {
  max-height: 46vh;
  width: 100%;
  overflow-y: scroll;
}

.table-xs td,
.table-xs th {
  padding: 0.1rem 0rem;
  /* font-size: 0.75rem; */
}

.ec_ser_inner .ec-service-image i {
  font-size: 40px;
  line-height: 0;
}

.employee-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 270px !important;
  object-fit: cover;
  border-radius: 5px;
}

.ec-test-name {
  margin-bottom: 3px !important;
}

.ec-spe-section .ec-spe-products {
  min-height: auto !important;
}

.agenda-item {
  margin-bottom: 1rem;
  border-left: 4px solid #0d6efd;
  padding-left: 0.75rem;
}

.agenda-date {
  font-size: 0.875rem;
  color: #6c757d;
}

.list-item {
  padding: 0.75rem 1rem;
  border-top: 1px solid #dee2e6;
}
.list-item:hover {
  background-color: #f8f9fa;
}
.item-title {
  font-size: 1rem;
  font-weight: 600;
}
.item-meta {
  font-size: 0.875rem;
  color: #6c757d;
}

.gap-y-20 {
  gap: 20px 0;
}

.ec-sidebar-block-item.no-child::after {
  content: "" !important;
}

.section-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#scrollUp {
  right: 15px;
}

.header-logo img {
  height: 100% !important;
  width: 32px !important;
  object-fit: contain;
  margin-right: 10px;
}

.header-logo a {
  font-size: 32px;
  font-family: "Righteous", sans-serif;
  font-weight: 1000;
  font-style: normal;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: start;
  /* gap: 8px; */
  padding: 5px 0;
}

.header-logo a:hover {
  color: #1c8855;
}

@media (min-width: 992px) {
  .header-logo a::before {
    content: "WEBSITE DESA";
    display: inline-block;
    position: absolute;
    font-size: 0.7rem;
    top: 0;
    left: 58px;
  }
}

.ec-insta-inner a:before {
  content: "👁" !important;
}

.border-boxs {
  border-color: rgb(216, 216, 216);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ec-grid .header-search {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ec-grid .header-search {
    width: 100%;
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ec-grid .header-search {
    min-width: 100% !important;
  }
}

