.form_section h6.submit img {
	cursor: pointer;
	width: 228px;
}
.upper_main_menu2 {
	display: none;
}
.ipad_bg {
	background-position: right top;
	background-size: 100% 100%;
	font-family: 'Open Sans';
}
.callus {
	text-align: right;
}
.callus a{
	text-decoration: none;
    cursor: pointer;
    font-family: 'Open Sans';
}
.new_logo {
	text-align: center;
}
.new_logo img {
	width: 200px;
}
.form_section {
	text-align: center;
}
.form_section h6 {
	font-size: 18px;
	margin-bottom: 30px;
	font-family: 'Open Sans';
	color: #7e7e7c;
	margin-top: 6px;
}
.form_section h4 {
	margin-top: 81px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.home_owner_sec select {
	border: 0;
	border-bottom: 2px solid #dee1e5;
	font-size: 24px;
	color: #e37c00;
	outline: none;
	padding-left: 10px;
}
.form_section select {
	outline: none;
}
select:active, select:focus, input:active, input:focus {
	border-bottom: 1px solid #dee1e5;
}

.form_section span {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	color: #92938d;
	font-weight: 300;
}

@media screen and (min-width: 1200px) {
	.fname_sec {
		text-align: right;
	}
	.lname_sec {
		text-align: -webkit-left;
	}

	.zip_sec input {
		width: 9% !important;
		padding-left: 3px;
	}

	.fname_sec input {
		width: 27% !important;
		padding-left: 5px;
	}
	.lname_sec input {
		width: 27% !important;
		padding-left: 5px;
	}
	.phoneno_sec input {
		width: 20% !important;
		padding-left: 5px;
	}
	.email_sec input {
		width: 50% !important;
		padding-left: 5px;
	}
}
.fname_sec input {
	width: 81%;
	padding-left: 5px;
}
.lname_sec input {
	width: 81%;
	padding-left: 5px;
}
.formdata input {
	border: 0;
	border-bottom: 2px solid #dee1e5;
	font-size: 24px;
	color: #e37c00;
	outline: none;
	font-weight: 400;
}

.zip_sec, .home_owner_sec, .first_last_name, .phoneno_sec, .email_sec {
	margin-bottom: 16px;
}

.submit {
	margin-top: 7px;
}
.ipad_bg {
	padding: 42px 110px;
	padding-bottom: 0px;
}
.form_error {
	color: #8a8b85;
	font-weight: 600;
    /*margin-top: 20px;*/
}
.form_error p {
	margin-bottom: 2px;
	color: #A24C4C;
}

.form_error {
	border-bottom: 2px #FF0000 solid !important;
}
.footer_social_icons, .footer_bg {
	display: none;
}

.footer_social_icons, .footer_bg {
	display: none;
}
@media screen and (max-width: 480px) {

	.zip_sec input {
		width: 19%;
	}
	.fname_sec input {
		width: 28%;
	}
	.fname_sec input {
		width: 28%;
	}
	.lname_sec input {
		width: 28%;
	}
	.phoneno_sec input {
		width: 48%;
	}
	.phoneno_sec input {
		width: 48%;
	}
	.email_sec input {
		width: 62%;
	}
	.fname_sec {
		margin-bottom: 16px;
	}
	.form_error p {
		font-size: 12px;
	}

	.home_owner_sec select {
		font-size: 15px !important;
	}
	.ipad_bg {
		padding: 25px 0px 7px 0px;
	}

	div#submit_form img {
		width: 83%;
	}
	.form_section input {
		font-size: 15px;
	}

	.for_mobile {
		display: block !important;
	}
	.for_web {
		display: none;
	}
	.new_logo img {
		width: 100%;
	}
	.callus {
		text-align: initial !important;
		margin: 6px 0px !important;
	}
	.form_section h6 {
	   margin-top: 0px !important;
	    padding: 0px 37px;
	    font-size: 18px;
	    line-height: 25px;
	}
	.form_section span {
		font-size: 14px !important;
	}
	.form_section h4{
		margin-top: 44px;
       font-size: 11px;
	}

}

@media screen and (max-width: 768px) {
	.callus {
		text-align: center !important;
		margin: 26px 0px;
	}

}

.for_mobile {
	display: none;
}