.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;

}



   .estimate-form .radio_checkbox {
        width: 12%;
    }

    .estimate-form .radio_checkbox_value {
        width: 35%;
    }

    .estimate-form .radio_checkbox_wrapper {
        width: 100%;
    }

    .estimate-form .required_field {
        width: 90% !important;
    }

    .estimate-form input,
    button,
    select,
    textarea {
        color: rgba(0, 0, 0, 0.4) !important;
        font-size: 14px !important;
    }


    .estimate-form .form_field_wrapper {
        display: flex;
    }