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

/* Contact Form CSS */
div#gform_fields_1 {
    gap: 20px;
}

.gform-footer.gform_footer.top_label {
	margin-top: 0 !important;
}

.contact-form-home .ginput_container input:not([type="submit"]),
.contact-form-home .ginput_container textarea#input_1_5 {
    border: 1px solid #758573;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2%;
    color: #333333;
    box-shadow: none;
    outline: none;
    height: 52px;
    border-radius: 12px;
	background: rgb(250, 251, 251);
}

.contact-form-home select#input_1_5 {
    padding-top: 12px;
}

.contact-form-home .ginput_container input:not([type="submit"]):focus,
.contact-form-home textarea#input_1_5:focus,
input#gform_submit_button_1:focus {
    outline: none;
    box-shadow: none;
}

.contact-form-home #gform_submit_button_1 {
    background: #1B6A9F;
    padding: 14px 40px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2%;
    text-transform: capitalize;
	border-radius: 12px;
}

.contact-form-home input#gform_submit_button_1:hover {
    background: #2C3E50;
}

.gform-footer.gform_footer.top_label {
    margin-top: 20px !important;
}

.gform_validation_errors,
span.gfield_required.gfield_required_text {
	display: none !important;
}









/* Responsive CSS start here */
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
    html {
        zoom: 0.85;
        zoom: 85% !important;
    }


}



