.footer_contact_sec {
    margin-top: 1.5rem;
    font-family: "Asap", Sans-serif;
}

.footer_contact_sec>.row {
    display: flex;
    column-gap: 1rem;
}

.footer_contact_sec>.row label {
    margin-bottom: 8px;
    color:#083041;
}

.footer_contact_sec>.row>*:not(.footer_frm_btn) {
    flex: 1;
    min-width: 200px;
}

.footer_contact_sec .footer_frm_btn {
    margin-top: 25px;
    margin-bottom: 0px;
}

.footer_frm_btn button {
    background-color: #083041;
    border-color: #083041;
    color: #fff;
    transition: 250ms ease-in-out;
}
.footer_frm_btn button:hover  {
    background-color: #EDCB50;
     border-color: #EDCB50;
    color: #083041;
}

.footer_contact_sec+.wpcf7-response-output {
    margin: 1rem 0;
}

@media (max-width: 991px) {
    .footer_contact_sec>.row {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .footer_contact_sec>.row {
        flex-direction: column;
        max-width: 500px;
        margin-inline: auto;
    }

    .footer_contact_sec .footer_frm_btn,
    .footer_frm_btn button {
        width: 100%;
        margin-top: 5px;
    }

    .footer_contact_sec {
        margin-top: 1rem;
    }
}
/* Header Menu */

@media (max-width:767px) {
    .hedaer_wrapper_menu_new>.elementor-container {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .hedaer_wrapper_menu_new>.elementor-container .elementor-column:first-child .elementor-widget-wrap{
        justify-content: flex-start;
    }
    .hedaer_wrapper_menu_new>.elementor-container .elementor-column:first-child .elementor-element{
        width: fit-content;
    }
}
@media (min-width:767px) and (max-width:1200px) {
    .hedaer_wrapper_menu_new .elementor-nav-menu__container .elementor-item{
        padding: 13px;
    }
}
/* conatct Page */
    .contact-us_form .conatct_form label {
        margin-bottom: 0.5rem;
    }
    .contact-us_form{
        font-family: "Asap", Sans-serif;
    }
    @media (min-width:576px) {
        .contact-us_form .flex-box{
            display: flex;
            column-gap: 1rem;
        }
        .contact-us_form .flex-box > *{
            flex: 1;
        }
        .contact-us_form .footer_frm_btn {
            width: fit-content;
        }
    }
.contact-us_form  textarea {
        max-height: 150px;
    }

    .hedaer_wrapper_menu_new .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    border-color: #ffffff;
}