.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);
}
.z-index {
	position: relative;
	z-index: 9;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}
.ui-menu-item {
    padding: 5px;
    list-style: none;
    cursor: pointer;
}
.ui-state-focus {
    background-color: #007bff;
    color: #fff;
}
.fl-module-fl-post-content .wp-block-list li {
	padding-bottom: 10px;
}



@media only screen and (min-width: 768px) {
	.fl-module-menu .menu > li:last-child > a,
	.fl-module-menu .menu > li:last-child > .fl-has-submenu-container a {
		background-color: var(--bs-primary) !important;
		border-radius: 10px !important;
		color: #fff !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.fl-module-menu .menu > li:last-child > a:hover,
	.fl-module-menu .menu > li:last-child > .fl-has-submenu-container a:hover {
		background-color: var(--fl-global-secondary) !important;
	}
	.fl-module-menu .menu > li:last-child > .fl-has-submenu-container span::before {
		border-color: #ffffff !important;
	}
}


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