/*
Theme Name: hello elementor-child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
label.form-label {
    color: #030303;
    font-family: Inter;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

label.form-label span {
    /* color: black; */
    color: #030303;
    font-family: Inter;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

.form-field.zi-flex {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}
.f-field {
    width: 50%;
    margin-right: 5px;
}

.f-field1 {
    width: 50%;
    margin-left: 5px;
}

.contact-form-btn {
    display: flex;
    width: 100%;
    height: 51.19px;
    padding: 11.6px 20.99px 11.59px 21.19px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.button {
    text-align: center;
    font-family: Inter;
    font-size: 18.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    border-radius: 300px;
    border: 2px solid #000 !important;
    color: #000;
    margin-top: 20px;
    background-color: none !important;
    padding: 11.6px 21.2px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.button:hover {
    color: #fff;
    background-color: #000 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.button:focus
{
    color: #000;
    background-color: transparent !important;
}
/* 
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.button:active {
    color: #fff;
    background-color: #000 !important;
} */
@media (max-width:768px){
    .form-field.zi-flex {
        flex-direction: column;
    }
    .f-field , .f-field1 {
        width: 100%;
        margin: 0 !important;
    } 
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

/* .wpcf7-response-output {
    color: red;
    text-align: center;
} */
/* .wpcf7 form .wpcf7-response-output{
    border: none !important;
} */

label.form-label {
    margin-top: 20px;
}
 
input , textarea{
    border: 1px solid #A9A9A9 !important;
    background: #FAFAFA;
}


.contact-us-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: red;
    text-align: center;
    border: none;
}


.contact-us-form .wpcf7 form.sent .wpcf7-response-output
{
    color: #46b450;
    text-align: center;
    border: none;
}

/* @media(max-width:767px)
{
    .header_menu .hfe-nav-menu{
        position: fixed !important;
        top: 38px;
        left: 0;
        right: 0;
    }
    .header_menu .hfe-nav-menu li a {
        justify-content: center;
    }
} */

/* .contact-us-form .wpcf7-response-output{
color: green;
} */