#popup-form form {
    max-height: 80vh;
    overflow-y: auto;
}
.form-group-wrap select {
    border-radius: 0;
    padding: 3px 7px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
}
.form-group-wrap label {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 9px 10px 1px 10px;
}
#popup-form textarea {
    height: 60px;
}
@media all and (min-width: 768px) {
    .form-group-wrap {
        margin: 0 -15px 15px -15px;
        overflow: hidden;
    }
    .form-group-wrap .form-group {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
}
@media all and (max-width: 767px) {
    .footer-contact-forms .form-group input,
    .footer-contact-forms .form-group textarea,
    #bottom-contact-form .form-group input,
    #bottom-contact-form .form-group textarea,
    .bottom-contact-form .form-group input,
    .bottom-contact-form .form-group textarea {
        width: 100%!important;
        max-width: 100%!important;
    }
    #bottom-contact-form form {
        overflow-y: hidden!important;
    }
    #popup-form form {
        overflow: hidden!important;
    }
    .form-group-wrap .form-group {
        margin-bottom: 15px;
    }
    #with-popup-form .wpcf7 form {
        padding-bottom: 50px;
    }
}