.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.fl-module-adv-testimonials .bx-wrapper {
    margin: 0 auto;
}
a {
	text-decoration: none !important
}

.white-image img {
	filter: brightness(0) invert(1);
}
.color-primary {
	color: var(--bs-primary);
}
.fl-module-fl-post-content h1 {
    font-size: 30px;
}
.fl-module-fl-post-content h2 {
    font-size: 28px;
}
.fl-module-fl-post-content h3 {
    font-size: 26px;
}
.fl-module-fl-post-content h4 {
    font-size: 24px;
}
.fl-module-fl-post-content h5 {
    font-size: 22px;
}
.fl-module-fl-post-content h6 {
    font-size: 20px;
}


@media only screen and (max-width: 768px) {
  html, body {
      overflow-x: hidden;
  }
	.fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
}
