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

.header_wrapper {
	margin-top: 150px;
}

.home-hero {
	position: relative;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 100%), url(/imageserver/UserMedia/theroofwizards/landing-hero001.jpg);
padding: 7%;
}
.home-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.14) 100%);
}

.gaf-content {
	color: #000;
	padding: 10px 0 70px;
}

.h1-hero-heading {
	text-align: start;
}

.home-hero .h2-heading {
	text-align: start;
}

.h2-heading span {
color: var(--accent-color);
}

.gaf-content .h2-heading span {
color: var(--secondary-color);
}

.home-hero-text {
	max-width: 982px;
	width: 65%;
	margin-inline: 0;
}

.home-hero .site-button {
	margin: 40px 0 20px;
}

/**** Estimate Box Styling ****/

.estimate-box-global {
position: fixed;
top: 0;
width: 100%;
background: var(--primary-color);
color: #fff;
z-index: 99999;
height: 90px;
}

.estimate-box {
display: flex;
justify-content: space-between;
gap: 15px;
padding: 10px 3%;
}

.estimate-box-text {
text-align: center;
}

.form-title a {
color: #fff;
font-weight: 600;
}

.estimate-box-form-wrapper form {
display: flex;
}

.estimate-box-form-wrapper .form_field_textarea {
	min-height: 45px;
	max-height: 45px;
}

form .btn.btn-primary:hover {
background: var(--secondary-color);
}

.intro-list li {
margin-block: 6px;
}

.gaf-cert-global {
background: #fbfbfb;
}

/**** Landing Page Services ****/
.svc-item-list {
	display: flex;
flex-flow: row wrap;
	gap: 25px;
	justify-content: space-around;
	align-items: stretch;
}

.svc-item {
	flex: 1 510px;
	max-width: 535px;
	margin-inline: auto;
	background: #fff0;
	box-shadow: 2px 2px 6px #00000021;
	padding: 5px;
	border-radius: 6px;
}

.svc-item-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.svc-item-title {
	font-weight: 600;
	font-size: 22px;
	color: var(--primary-color);
}

.svc-item-icon span {
	font-size: 72px;
	color: var(--primary-color);
}


/***** Media Queries *****/
@media (max-width: 1400px) {
.estimate-box-global {
	height: 135px;
}

.estimate-box {
	flex-wrap: wrap;
gap: 0px;
}

.estimate-box-text {
	text-align: center;
	margin-inline: auto;
}

.header_wrapper {
	margin-top: 190px;
}

.h1-hero-heading {
	font-size: 2.5em!important;
}

.mobile_menu_icon {
	background: #ec2023 !important;
	padding: 8px;
	position: absolute !important;
	left: 100% !important;
	background: #ff4949 !important;
	width: 53px;
	height: 55px;
	margin-left: 0 !important;
	top: 0 !important;
	border-radius: 0 0 4px 0 !important;
}

}
@media (max-width: 820px) {
.header_wrapper {
	margin-top: 30px;
}

.home-hero-text {
margin-inline: auto;
	width: 98.5%;
}

.home-hero .site-button {
	margin: 40px auto 20px;
}

.estimate-box-global {
	position: relative;
	z-index: 1;
	height: unset;
}

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

.estimate-box-form-wrapper .form_field_wrapper {
	width: 25%;
}

}

@media (max-width: 560px) {

.estimate-box-form-wrapper .form_field_wrapper {
	width: 98.5%;
}
.estimate-box-form-wrapper .form_field_textarea {
	min-height: 90px;
	max-height: unset;
}
}