.maincontent {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .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 .btn.btn-primary {
	width: 60%;
	border: 3px solid #706f74;
	text-transform: uppercase;
	background: var(--accent-color);
	margin: 36px auto 12px auto !important;
	padding: 12px !important;
	font-weight: 700;
	color: #fff;
}

.estimate-form .btn.btn-primary:hover {
    background-color: #706f74;
    color: var(--accent-color);
}

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

    .contact-icon {
        color: var(--accent-color);
        margin-right: 12px;
    }

    .contact-item {
        display: flex;
        margin: 32px 0;
    }

    .contact-text h4 {
        margin: 0 0 10px 0;
    }

    .contact-text p {
        margin: 0;
    }

    .contact-text a {
        color: #222222;
    }

    .contact-text a:hover {
        color: var(--accent-blue);
        text-decoration: underline;
    }