/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
.whatapp-img .number{
	display:none;
}
.whatapp-img {
	text-align: center;
}
.whatapp-img .what-img img{
	width: 25px;
}
.phone_number .what-img{
	display: none;
}
.phone_number .number{
	font-size: 10px;
	color: #f60;
	text-decoration: underline;
	transition: 0.4s;
}
.phone_number .number:hover{
	color: #960;
	text-decoration: none;
}
.phone_number .elementor-shortcode{
	text-align: center;
}
.complain a{
	font-size: 10px;
	color: #f60;
	text-transform: uppercase;
	text-decoration: underline;
	transition: 0.4s;
}
.complain a:hover{
	color: #960;
	text-decoration: none;
}
.complain .elementor-shortcode{
	text-align: center;
}
.table-header .e-con-inner{
 background: #516AA2;
}
.elementor-loop-container.elementor-grid{
	grid-row-gap: inherit !important;
}



/*==================================
 	header css code here
===================================*/

.main-header .e-search-form .e-search{
	display: flex;
  	justify-content: end;
}

.main-header .e-search-form #results-c72ead8{
	position: absolute;
  	left: 0px;
}
.main-header .elementor-widget-search .e-search-form {
	width: 300px !important;
}
.main-header .elementor-element.elementor-element-c72ead8.elementor-widget.elementor-widget-search {
	width: 100% !important;
}
.main-header .e-search {
	display: flex !important;
	justify-content: end !important;
}
.e-search-form .e-search-results-container{
	background: transparent;
}
.e-search-form .e-search-results-container .e-search-results{
	height: 50vh;
	padding: 0;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.2); /* semi-transparent */
	border-radius: 10px;
}
/*========== Responsive style code ============*/

@media only screen and (max-width: 767px){
	.phone_number .number{
		font-size: 10px;
	}
	.main-header .elementor-widget-search .e-search-form {
		width: 150px !important;
	}
	.main-header .elementor-element.elementor-element-c72ead8.elementor-widget.elementor-widget-search{
		margin-top: -35px;
	}
}