/**
 * Theme Name: Garden East Child Theme
 * Template:   garden-east
 * Author: Resident360
 */
.testimonials_section_testimonial_item h3, .testimonials_section_testimonial_item h4 {
    color: #9aa4ab;
	color: #fff;
}

@media (min-width: 1024px) {
    .header_modal_menu {
        width: 70%;
    }
	.max-w-screen-xl.mx-auto.w-full.text-white.header_content_inner.lg\:mb-\[26vh\].relative.lg\:px-12.px-16.text-center.lg\:text-left.z-\[2\] {
    margin-bottom: 18vh;
}


}

.footer_credit ul li img.donaldsonFooterLogo {
	width: 120px;
}

@media (min-width: 1024px) {
    .group\/header.is-stuck .group-\[\.is-stuck\]\/header\:lg\:py-6 {
        padding-bottom: 2.2rem;
        padding-top: 2.2rem;
    }
}
.grecaptcha-badge{
	display:none!important;
}
img[alt="Phone"] {
    display: none;
}
.testimonials_section_testimonial_item.px-10.py-10 h2 {
/*     color: #A21A7E; */
}
.testimonials_section .text-white.py-10.lg\:py-20.text-center.bg-secondary.px-4 {
    background: #7f7f7f;
}
.testimonials_section_testimonials_carousel_elSTOP.owl-carouselSTOP {
    display: flex;
    justify-content: space-around;
}
.testimonials_section_testimonial_item {
    flex: 1;
}
.testimonial_item_2{
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}
@media(max-width: 767px){
	.testimonials_section_testimonials_carousel_elSTOP.owl-carouselSTOP {
		flex-direction: column;
	}
	.testimonial_item_2{
	border: none;
}
}
.testimonials_section_testimonial_item.px-10.py-10 h2 {
    color: rgb(210, 211, 9);
}
@media (min-width: 1024px) {
    .simple_text h2 {
		font-size: 2.55rem;}
}
.tour-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.tour-modal-content {
  background-color: var(--dark-color);
  margin: 10% auto;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
}

.tour-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
}