/* 
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
*/

/*
    Add your custom styles here
*/

.form__group{display:flex; justify-content:space-between; margin:0px -10px;}
.elementor-sticky--active{background-color:#2e3c4b;}
.your-name{margin:0px 10px; display:block;}
.your-email{margin:0px 10px; display:block;}
.form__control{height:60px; box-shadow:0px 0px 24px 0 rgba(0,0,0,.09); border:0px !important; border-radius:0px;
margin-bottom:25px; font-size:15px; font-family:'Poppins', sans-serif; background-color:#fff;}
textarea.form__control{height:160px;}
.submit__btn{font-size:16px; color:#fff; background-color:#e36908; padding:0px 22px; height:50px; text-transform:uppercase;
margin-top:5px; border:0px !important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
text-align:center;}
.submit__btn:hover{background-color:#ed2121;}



@media(max-width:991px){
.form__group{display:block;}
}