.comp-title-span {
	color: black;
	font-weight: 700;
}

.cleaning_process_includes {
	margin-bottom: 30px;
}

.about-blockquote::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: var(--theme-color);
}

@media (max-width: 1499px) {
  .header-layout1 .header-top {
    padding: 15px 0 50px 0;
  }
}

/* body {
  background-color: #00151D;
} */


@media (min-width: 768px) {
  .feature-item_text {
    min-height: 78px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-item_text {
    min-height: 104px;
  }
}

.testi-card_name {
  font-size: 17px;
  color: #8CC63F;
  font-weight: 700;
}



.testi-card .testimonial-author {
  justify-content: end;
}

.testi-card_text {
  margin: -0.5em 0 10px 0;
}

#testi-sec {
  margin-bottom: 5px;
}

.hero-style1 .hero-title {
  font-size: 36px;
}

.btn-close {
	background-image: url('../img/icon/close-circle-svgrepo-com.svg');
	width: 13px;
	height: 33px;
	background-size: 40px;
}
.alert-dismissible .btn-close {
  padding: 10px 1rem;
}

.echo-friendly .sec-title {
	color: #8CC63F;
	font-size: 32px;
	margin-bottom: 22px;
}



@media (min-width: 571px) {
  #heroSlide1 .swiper-wrapper .swiper-slide .hero-inner .container {
    height: 506px;
  }
}

@media (min-width: 504px) {
  #heroSlide1 .swiper-wrapper .swiper-slide .hero-inner .container {
    height: 489px;
  }
}

@media (min-width: 576px) {
  #heroSlide1 .swiper-wrapper .swiper-slide .hero-inner .container {
    height: 485px;
  }
}

@media (min-width: 992px) {
  #heroSlide1 .swiper-wrapper .swiper-slide .hero-inner .container {
    height: 609px;
  }
}
@media (min-width: 1300px) {
  #heroSlide1 .swiper-wrapper .swiper-slide .hero-inner .container {
    height: 644px;
  }
}

.service-active-link {
  color: black !important;
}

