.contact_us_from_inner {
    display: flex;
    margin: 0-15px;
    flex-wrap: wrap
}

.input_b {
    display: block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 18px
}

.input_b.textarea_full {
    width: 100%
}

.fn_input {
    display: block;
    width: 100%;
    font-family: "League Spartan", Sans-serif;
    appearance: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 12px 20px;
    line-height: 1.2;
    color: #000
}

.fn_input:focus {
    border-color: gold
}

.fn_input_textarea {
    resize: none;
    height: 100px
}

select.fn_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arr_drop_form.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 25px) center;
    padding: 18px 44px 18px 18px;
    background-clip: padding-box
}

.submit_btn_b {
    text-align: center;
    padding-top: 15px;
    position: relative
}

.site_btn {
    cursor: pointer;
    font-weight: 700;
    border-radius: 25px;
    font-size: 20px;
    line-height: 24px;
    font-family: "League Spartan", Sans-serif;
    text-transform: capitalize;
    background-color: gold;
    color: #000;
    min-width: 141px;
    position: relative;
    border: 1px solid gold;
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px 12px 15px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: inline-block
}

.site_btn:hover {
    background-color: #000;
    color: gold;
    border-color: #000
}

.blog_sub_sticky_btn .site_btn {
    font-size: 17px;
    min-width: auto;
    padding: 13px 33px 11px
}

.contact_us_from_info+.wpcf7-response-output {
    color: #fff;
    background: #00000085
}

.submit_btn_b .wpcf7-spinner {
    position: absolute
}

.info_contact_ff:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    width: 78%;
    height: 92%;
    border: 10px solid #e7bc204d;
    right: 10%;
    top: 17%;
    z-index: 1
}

.contact_list .elementor-icon-list-item .elementor-icon-list-text {
    word-break: break-word
}

.full_boxel_info>.elementor-element {
    height: 100%
}

.full_boxel_info .elementor-button-icon svg {
    margin-top: 2px;
    transition: all .3s
}

.fn_input_textarea_b {
    width: 100%
}

.input_b_full {
    width: 100%
}

@media screen and (max-width:992px) {
    .input_b {
        width: 100%
    }

    .info_contact_ff:before {
        height: 90%;
        border: 8px solid #e7bc204d;
        top: 17%
    }

    .bg_hours {
        background-image: none !important
    }
}

@media screen and (max-width:767px) {
    .site_btn {
        font-size: 16px;
        padding: 12px 15px;
        line-height: 21px;
        min-width: 125px
    }

    .info_contact_ff:before {
        display: none
    }

    .fn_input_textarea {
        height: 120px
    }

    .fn_input {
        padding: 13px 22px;
        font-size: 16px
    }

    .blog_sub_sticky_btn .site_btn {
        font-size: 16px
    }
}

@media screen and (max-width:487px) {
    .footer_social_links_box {
        flex-direction: column-reverse;
        gap: 20px;
    }
}