#location img {
	left: -9px;
}

#location .title {
	font-size: 30px;
	line-height: 1em;
	margin: 22px auto 25px auto;
	left: 10px;
}

#location .title span {
	font-size: 40px;
}

#location select {
	font-size: 15px;
	font-family: "Nunito Sans", serif;
	font-weight: 400;
	background-image: url('../../../images/home/redesign/selectric.png');
	background-position: 98% center;
}

#location select,
#location option {
	color: #000;
}

#location .select {
	border: 1px solid #CCCCCC;
	width: auto;
}

#location .select::after {
	display: none;
}

#location form {
	max-width: 325px;
	left: -13px;
}

#location p {
	max-width: 750px;
}

@media screen and (max-width: 567px) {
	#location {
		margin-top: 10px;
		padding-bottom: 41px;
	}

	#location img {
		left: 0;
	}

	#location .title {
		font-size: 20px;
		line-height: 33px;
		left: 0;
		margin: 17px auto 19px auto;
	}

	#location .title span {
		font-size: 30px;
		margin-top: -4px;
	}

	#location form {
		left: 0;
		max-width: 360px;
	}
}