/* 
Theme Name: Ejari Meydan 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
*/

html, body {
	overflow-x: hidden !important;
}
.my-btn .elementor-button-icon {
     background-color: #fff !important;
     width: 40px !important;
     height: 40px !important;
     border-radius: 50px !important;
     padding: 12px !important;
     rotate: 50deg !important;
}
.my-btn .elementor-button .elementor-button-icon svg {
     fill: #0072B6 !important;
}
.my-btn .elementor-button-content-wrapper {
     align-items: center !important;
}
.my-btn .elementor-button:hover .elementor-button-icon svg {
     fill: #1A1A1A !important;
}
.banner-form {
     background: rgba(255, 255, 255, 0.15) !important;
     backdrop-filter: blur(14px) !important;
     -webkit-backdrop-filter: blur(14px) !important;
     border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.banner-form .elementor-column ::placeholder {
     opacity: 1 !important 
}
.banner-form .elementor-button-icon {
     background-color: #fff !important;
     width: 40px !important;
     height: 40px !important;
     border-radius: 50px !important;
     padding: 12px !important;
     rotate: 50deg !important;
}
.banner-form .elementor-button-icon svg {
     fill: #0072B6 !important;
}
.banner-form .elementor-button:hover .elementor-button-icon svg {
	fill: #1A1A1A !important;
}
 .banner-form .elementor-button-content-wrapper {
     align-items: center !important;
}
.banner-form select option {
	color: #000 !important
}
.img-bg {
    background-color: #0072B6 !important;
    border-radius: 100px !important;
    width: 70px !important;
    height: 70px !important;
    padding: 20px !important;
}