.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    padding: 15px 20px;
    border-radius: 0;
    outline: 1px !important;
    border: 1px solid #80808052;
    margin-bottom: 20px;
}

/*mobil butonlar*/

.mob-fixed-btns {
    display: none;
}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 45px;
    }
    .mob-fixed-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-align: center;
        font-size: 14px;
        z-index: 9;
    }
    .mob-fixed-btns a {
        flex: 1;
        display: block;
        height: 45px;
        line-height: 45px;
        color: #fff;
        text-decoration: none;
    }
    .mob-fixed-btns .mfb-wp {
        background: #3FAF6C;
    }
    .mob-fixed-btns .mfb-call {
        background: #fc5a0a;
    }
}

/*mobil butonlar*/	