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

.estimate-box form {
display: flex;
flex-flow: row wrap;
}

.estimate-box form .form_field_wrapper {
width: 50%!important;
}

    .estimate-box form .form_field_wrapper:nth-of-type(5),
    .estimate-box form .form_field_wrapper:nth-of-type(6),
    .estimate-box form .form_field_wrapper:nth-of-type(7) {
        width: 100%!important;
        }

.header_wrapper {
	position: relative;
	border: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0% 95%, rgba(0, 0, 0, 0.15) 98% 100%);
	z-index: 60;
	padding: 35px 0px 35px;
	height: 150px;
	box-shadow: none;
}

.menu ul li a {
    padding: 10px 18px;
    font-size: .92em;
    letter-spacing: .05em;
    color: #fff;
}

.infobar-contact a {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}