/*==============Address Section=================*/
/*Form1*/
div.primary-fast-internet {
	height: auto;
	background: #28c2fe
		url(/resources/images/home-services/home_landing/house-hdr.png) no-repeat;
	background-size: 10%;
	background-position: 95% 100%;
	padding: 60px 50px;
}

.header-banner-flex-container {
    display: inline-block;
    margin-right: 4.560vw;
    vertical-align: middle;
}

.header-banner-flex-container.no-form {
    width: 100%;
}


.header-banner-flex-container .fastest > img {
    max-width: none;
}

#addressWrapper-view-primary > .headeraddressform-container.inline-block {
    vertical-align: middle !important;
}

.primary-fast-internet .header-banner-flex {
	display: flex;
	width: 100%;
}

.fastest {
	color: #fff;
	font-size: 1.954vw;
	font-weight: 100;
	margin-right: 10px;
	width: 20%;
}

.banner-home-text {
	padding-top: 5px;
}
.fastest img {
	width: 175px;
	margin: 0 auto;
}

.redesigned-address-form {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.redesigned-address-form.hidden {
    display: none !important;
}

.redesigned-address-form .fast-address-availability {
	padding: 10px;
}

.redesigned-address-form  .fast-address-availability .street-address {
	width: 300px;
}

#homeSearchContainer .internet-check-avail {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 17px;
	padding: 6px 30px;
	text-transform: uppercase;
	font-size: 13px;
	background-color: transparent;
	transition: background-color .75s, color .75s, border-color .75s;
	margin-left: 10px;
}

#homeSearchContainer .internet-check-avail:hover,
#homeSearchContainer .internet-check-avail:focus {
	color: #28c2fe;
	background: #fff;
}

div.redesigned-address-form .fast-address-availability input {
	padding: 5px;
}

div.fastest-fiber {
	font-size: 4rem;
	color: #fff;
}

/*form 2*/
.form-hidden {
	display: none;
}

#redesigned-addressWrapper {
	max-width: 490px;
	width: 100%;
	padding-left: 10px;
	display: block;
}

.address-not-present-form .cityZipWrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.address-not-present-form .cityZipWrapper .cityWrapper,
	.address-not-present-form .cityZipWrapper .zipWrapper {
	flex-grow: 1;
}

.address-not-present-form .cityZipWrapper .zipWrapper {
	padding-left: 1%;
}

.address-not-present-form input {
	width: 100%;
	margin: 1% auto 1%;
	padding: 5px;
}

#redesigned-addressWrapper .available-check-button {
	border: 1px solid #fff;
	border-radius: 17px;
	padding: 6px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	transition: background-color .75s, color .75s, border-color .75s;
	width: 100%;
}

#redesigned-addressWrapper .available-check-button:hover {
	background: #fff;
	color: #28c2fe;
}

#redesigned-addressWrapper .available-check-button a {
	color: #fff;
	text-align: center;
}

div.primary-fast-internet2 {
	height: auto;
	background: #28c2fe
		url(/resources/images/home-services/home_landing/house-hdr-new.png) no-repeat;
	background-size: 150px 150px;
	background-position: 95% 100%;
	margin-bottom : 10px;
	padding: 50px 30px;
}

/*======= save address piece============*/
.address-qualifies-text {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 25px;
	width: 90%;
	display: table-cell;
}

.display-search-address {
	display: none;
}

/*address display css*/
.non-desktop-address {
	display: none;
	text-align: center;
}

.addressbanner-container {
	justify-content: center;
}

/*small screen*/
/*form1*/
@media screen and (min-width: 1535px) {
	div.fastest {
		font-size: 3rem;
	}
	
	.header-banner-flex-container {
        margin-right: 70px;
    }
}

@media screen and (max-width: 1300px) {
	div.primary-fast-internet {
		padding: 60px;
	}
}

@media screen and (max-width: 1050px) {
	div.primary-fast-internet {
		background-position: 99% 100%;
	}
}

@media screen and (max-width: 1000px) {
	div.primary-fast-internet {
		background-position: 102% 100%;
		background-size: 90px 90px;
	}
}

@media screen and (max-width: 1200px) {
	.fastest {
		text-align: left;
	}
	.redesigned-address-form {
		justify-content: normal;
	}
	.redesigned-address-form  .fast-address-availability .street-address {
		width: 100%;
	}
}

@media screen and (max-width: 940px) {
	.redesigned-address-form {
		padding-left: 5px;
	}
	div.primary-fast-internet {
		background-size: 75px 75px;
		padding-left: 10px;
	}
}

@media screen and (max-width:950px) {
	div.primary-fast-internet2 {
		padding: 30px;
	}
	div.fastest-fiber {
		font-size: 60px;
		text-align: left;
	}
}

/*form1*/
@media screen and (max-width: 850px) {
	.fastest {
		display: none;
	}
	#homeSearchContainer .internet-check-avail {
		width: 50%;
		margin: 7px auto 0 auto;
		display: block;
	}
	.redesigned-address-form {
		width: 80%;
		margin: auto;
		display: block;
	}
	div.redesigned-address-form .fast-address-availability input {
		width: 100%;
	}
	/*address qualifies text*/
	.address-qualifies-text {
		margin: -20px auto 0;
	}
}
/*end*/

@media screen and (max-width: 820px) {
	div.primary-fast-internet2 {
		padding: 20px 30px;
		background-size: 90px 90px;
		background-position: 102% 100%;
	}
	#redesigned-addressWrapper {
		max-width: 600px;
	}
	#redesigned-addressWrapper .available-check-button {
		width: 50%;
		margin: auto;
		margin-top: 15px;
		display: block;
	}
	div.fastest-fiber {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	#redesigned-addressWrapper {
		max-width: 100%;
	}
	div.primary-fast-internet2 {
		background-size: 70px 70px;
	}
	div.primary-fast-internet {
		padding: 20px 10px;
	}
	/*address display css*/
	.non-desktop-address {
		display: block;
	}
	.desktop-address {
		display: none;
	}
	.address-qualifies-text {
		font-size: 27px;
		margin: auto;
		padding: 0 0 10px;
	}
	.qualifying-address-msg-display {
		width: 100%;
	}
}

/*form1 */
@media screen and (max-width: 650px) {
	.redesigned-address-form {
		width: 90%;
	}
	div.primary-fast-internet {
		background-size: 65px 65px;
		background-position: 103% 100%;
		
	}
}
/*end*/

@media screen and (max-width: 500px) {
	.address-not-present-form .cityZipWrapper .zipWrapper {
		padding-left: 0px;
	}
	.address-not-present-form .cityZipWrapper .cityWrapper,
		.address-not-present-form .cityZipWrapper .zipWrapper {
		flex-basis: 100%;
	}
	#redesigned-addressWrapper .available-check-button {
		font-size: 15px;
	}
	div.primary-fast-internet2 {
		background-size: 60px 60px;
		background-position: 104% 100%;
	}
	div.primary-fast-internet {
		padding: 20px 20px 60px 20px;
		background-size: 65px 65px;
	}
}

@media screen and (max-width: 400px) {
	#redesigned-addressWrapper .available-check-button {
		font-size: 11px;
	}
	/*form1*/
	div.primary-fast-internet {
		/* padding: 10px; */
		background-position: 103% 100%;
	}
}

@media screen and (max-width: 350px) {
.address-qualifies-text {
	font-size: 24px;
	}
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

/*error class for address form*/
.address-error-input-class {
	outline: none;
	border-color: #ff0018;
	box-shadow: 0 0 10px #ffa0a0;
}

input {
	border: 1px solid #707070;
}
