/*!
Theme Name: localag
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: localag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

localag is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.homecatagory__slider--icon img {
	width: 100%;
	height: auto;
}
body strong{
	font-size: 16px;
	font-weight: 700;
	line-height: 20.8px;
	letter-spacing: -0.03em;
}

.faq_search {
	position: relative
}

.filter-close,.loader {
	display:none;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 50%
}
.loader {
	border: 2px solid rgba(102, 102, 102, .0901960784);
	animation: spin 1s linear infinite;
	border-top: 2px solid #57c1e5;
	width: 30px;
	height: 30px;
}
