/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	background:#f2f2f2;
}

.home .MainMenu ul li a.elementor-item-active,
.home .MainMenu ul li a:hover{
	background:#FFF;
	font-weight:700!important;
}

.error404 .MainMenu ul li a{
	color:#FFF!important;
}

.error404 .MainMenu ul li a:hover{
	background:#FFF;
	font-weight:700!important;
	color:#692089!important;
}

.faqC span.e-n-accordion-item-title-icon {
    position: absolute!important;
    left: 12%;
}

/* .faqC br {
	display:none;
} */

@media (max-width:768px){
	.MobileBanner{
		display:block!important;
	}
	.faqC span.e-n-accordion-item-title-icon {
    left: 8%;
}
	
	.faqC p{
		padding:0;
		margin:0!important;
	}
}
@media (max-width:480px){
	.Cobt p{
		font-size:18px;
	}
	
	.faqC p{
		font-size:14px!important;

	}
	.MobileBanner{
		margin-top:-10px;
	}
}

