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




.estimate-box {
	background: #fff;
	margin: auto;
	padding: 25px;
	color: #222;
	max-width: 980px;
	position: relative;
	z-index: 2;
	top: 0px;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}


.estimate-box h3 {
    font-weight: 700;
    text-transform: uppercase;
}


.estimate-heading {
    color: var(--accent-color);
    margin: 10px 0;
    font-weight: bold;
}

.estimate-box .form_field_wrapper {
    padding: 3px;
    margin-bottom: 8px;
display: flex;
flex-flow: row;
}

.estimate-box .form_field_wrapper:hover {
    background: none;
}

.estimate-box .form_field_content {
    width: 100% !important;

}
 
.estimate-box .form_field_text,
.form_field_select,
.estimate-box .form_field_textarea {
    width: 100%;
    background: #ffffff;
}



.estimate-box .required_field {
    width: 100% !important;
}


.estimate-box .thank_you_content {
    background: #fff;
    color: #fff;
    padding: 15px;
    font-weight: 600;
}



.estimate-box .btn.btn-primary {
    border: 3px solid #ffffff;
    color: #ffffff;
    background-color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    width: 40%;
    padding: 12px 0;
    transition: all 0.2s ease-in-out;
}

.estimate-box .btn.btn-primary:hover {
    
    background-color: var(--accent-color-alpha);
    border-color: var(--accent-color-alpha);
    color: #ffffff;
}

.radio_checkbox_wrapper {
    width: 100%;
}
.radio_checkbox_value {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 0;
    width: 85%;
}
.radio_checkbox {
    padding: 5px 0;
    width: 10%;
}