.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
}
.wp-block-table td, .wp-block-table th {
    border-color: #ddd;
}
.white-image img {
	filter: brightness(0) invert(1);
}
.design-by, .design-by a {
	opacity: 0;
	cursor: default;
	margin: 0;
	padding: 0;
}
.fl-module-rich-text ul {
	padding: 0;
	margin: 0;
}
.fl-module-rich-text ul label {
	padding-left:0;
	margin-right: 5px;
}
.fl-module-rich-text ul li {
	display: block;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 7px;
}
.fl-module-rich-text ul li::before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top:0px;
	left:2px;
}

.velocity-heading .fl-heading .fl-heading-text {
	position: relative;
	border-bottom: 2px solid #eeeeee;
	display: block;
	padding-bottom: 10px;
}
.velocity-heading .fl-heading .fl-heading-text::after {
	content: '';
	border-bottom: 2px solid var(--primary);
	position: absolute;
	bottom: -2px;
	width: 30%;
	left: 0px;
}


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