/* inquiry-form-view.css
*
*/

div.wp-block-type-form div.form-group {
    margin-bottom: 10px;
}

div.wp-block-type-form div.form-group label.control-label {
    font-weight: bold;
    display: block;
}

p.form_footer {
    margin: -10px 0 20px 0;
}

div.wp-page img.wp-captcha-image {
    margin: 0px auto 10px 0;
}

.budget {
    width: 25%;
    display: inline-block;
    text-align: center;
}

@media (max-width:991px) {
    .budget {
        width: 33.3%;
    }
}

@media (max-width:767px) {
    .budget {
        width: 50%;
    }
}

.btn_container {
    display: flex;
    justify-content: space-between;
}

#back {
    margin-right: 10px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
}

.case_table {
    margin-bottom: 20px;
}

.case_table table {
    width: 100%;
}

.form_header {
    margin-bottom: 20px;
}

#flash {
    display: none;
}

.form-actions {
    text-align: center;
}

#next {
    width: 280px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
}

#send {
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    width: 280px;
}
