

 @media only screen and (max-width: 600px) {
.title .subtitle { 
display: none;
}
}

@media (max-width: 767px) {
    .reverse_order .section_inner_margin, 
    .reverse_order .full_section_inner {
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
    background-color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #9f9c9c;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    color: #818181;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
    padding: 0 60px;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #818181;
    color: #303030;
}