body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
#main {
	width: 78%;
	margin: auto;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	background-size: 95% auto;
	overflow: hidden;
}
#header {
	display: block;
	overflow: hidden;
	padding: 1% 2%;
}
.apollo-live {
	float: left;
}
.apollo-live img {
	width: 100%;
}
.apollo-cosmetic {
	float: right;
	text-align: right;
}
.apollo-cosmetic img {
	width: 100%;
}
.banner-right {
	width: 60%;
	float: right;
	margin: -64px 2% 0 0;
}
.heading1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.3em;
	font-weight: 700;
	color: #008fae;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.sub-heading1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #494949;
	text-align: center;
	letter-spacing: -1px;
}
#form-box {
	margin: 2% auto 0 auto;
	width: 45%;
	background-size: 100% 100%;
}
.form-bg {
	color: #008fae;
	border-radius: 10px;
	background-color: #008fae;
}
.form-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5% 0;
	color: #fff;
	padding-top: 10px;
}
.form-bg label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	margin: 4% 0 1% 1%;
}
.form-bg input {
	width: 65%;
	border-radius: 8px;
	padding: 0 2%;
	border: 0px;
	height: 30px;
	line-height: 30px;
}
.submit-btn {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}
#benefits-box {
	background: #f7f7f7;
	padding: 2% 0 1% 0;
	overflow: hidden;
}
.benefits {
	float: left;
	width: 19.8%;
}
.benefits-image {
	text-align: center;
	margin: 1% 0;
}
.benefits-image img {
	width: 71%;
}
.benefits-copy {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-align: center;
	width: 80%;
	margin: auto;
	color: #2f2f2f;
}
.benefits-sep {
	float: left;
	width: 2px;
	display: block;
	height: 291px;
	background: url(../images/sep.jpg) no-repeat;
}
.disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin: 19% 0 0 0;
}
#trasplant-box {
	padding: 2.5%;
}
.trasplant-heading {
	font-size: 1.8em;
	text-align: left;
	background: url(../images/blue-big.jpg) no-repeat left bottom;
	height: 50px;
	color: #111;
	font-weight: 700;
}
.trasplant-copy {
	padding: 2% 0 3% 0;
	border-bottom: 1px solid #f2f2f2;
}
#location-box {
	padding: 0.8% 2.5% 0 2.5%;
	overflow: hidden;
}
.location-heading {
	font-size: 1.8em;
	text-align: left;
	background: url(../images/blue-small.jpg) no-repeat left bottom;
	height: 50px;
	color: #111;
	font-weight: 700;
	width: 30%;
	margin: 0 0 5% 0;
}
.location-left {
	width: 40%;
	padding: 0% 0 4% 0;
	font-size: 1em;
	float: left;
}
#map {
	width: 60%;
	height: 235px;
	float: right;
	overflow: hidden;
}
#footer {
	background: #008fae;
	text-align: center;
	color: #fff;
	padding: 1.2% 0;
	font-size: 0.8em;
	overflow: hidden;
	margin: 4% 0 0 0;
}
.validationError {
	clear: both;
	height: 22px;
	color: #a70808;
}
textarea {
	border-radius: 7px;
	width: 67%;
	resize: none;
}
#leadForm {
	text-align: center;
}
#btnsubmitQuery {
	width: 143px;
	height: 45px;
	background: url('../images/submit.png') no-repeat scroll 0 0 transparent;
	border: none;
	cursor: pointer;
}/* responsive design */
@media screen and (min-width : 1281px) and (max-width : 1367px) {
#main {
	width: 100%;
	margin: none;
}
}
@media screen and (min-width : 1025px) and (max-width : 1280px) {
#main {
	width: 100%;
	margin: none;
}
}
@media screen and (min-width : 769px) and (max-width : 1024px) {
#main {
	width: 100%;
	margin: none;
}
.apollo-live {
	float: left;
}
.apollo-live img {
	width: 85%;
}
.apollo-cosmetic {
	float: right;
	text-align: right;
}
.apollo-cosmetic img {
	width: 85%;
}
.heading1 {
	font-size: 1.9em;
	font-weight: 700;
	color: #008fae;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.sub-heading1 {
	font-size: 1.3em;
	color: #494949;
	text-align: center;
	letter-spacing: -1px;
}
#form-box {
	margin: 2% auto 0 auto;
	width: 50%;
	background-size: 100% auto;
}
.form-bg {
	padding: 5% 4%;
	background-size: contain;
}
.form-heading {
	font-size: 16px;
	font-weight: 700;
	margin: 1% 0 7% 0;
}
.form-bg label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.7em;
	margin: 3% 0 1% 1%;
}
.form-bg input {
	width: 50%;
	border-radius: 8px;
	padding: 0 2%;
	border: 0px;
	height: 26px;
	line-height: 26px;
}
.submit-btn {
	margin: 7% 0 0% 29%;
}
.submit-btn img {
	width: 55%;
}
#benefits-box {
	background: #f7f7f7;
	padding: 2% 0 1% 0;
	overflow: hidden;
}
.benefits-sep {
	float: left;
	width: 2px;
	display: block;
	height: 250px;
}
.benefits-copy {
	font-size: 0.9em;
	text-align: center;
	width: 80%;
	margin: auto;
	color: #2f2f2f;
}
#trasplant-box {
	padding: 2.5%;
}
.trasplant-heading {
	font-size: 1.5em;
	text-align: left;
	background: url(../images/blue-big.jpg) no-repeat left bottom;
	height: 50px;
	color: #111;
	font-weight: 700;
}
.trasplant-copy {
	padding: 2% 0 3% 0;
	font-size: 0.9em;
	border-bottom: 1px solid #f2f2f2;
}
.disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin: 15% 0 0 0;
}
#location-box {
	padding: 0.8% 2.5% 0 2.5%;
	overflow: hidden;
}
.location-heading {
	font-size: 1.5em;
	text-align: left;
	background: url(../images/blue-small.jpg) no-repeat left bottom;
	height: 50px;
	color: #111;
	font-weight: 700;
	width: 30%;
	margin: 0 0 5% 0;
}
.location-left {
	width: 40%;
	padding: 0% 0 4% 0;
	font-size: 0.9em;
	float: left;
}
#map {
	width: 60%;
	height: 235px;
	float: right;
	overflow: hidden;
}
}
@media screen and (min-width : 480px) and (max-width : 768px) {
#main {
	width: 100%;
	margin: none;
}
#header {
	display: block;
	overflow: hidden;
	padding: 1% 2% 0 2%;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	background-size: 128% auto;
	overflow: hidden;
}
.banner-right {
	width: 96%;
	float: right;
	margin: 50% 0 0 0;
}
.apollo-live {
	float: left;
}
.apollo-live img {
	width: 60%;
}
.apollo-cosmetic {
	float: right;
	text-align: right;
}
.apollo-cosmetic img {
	width: 60%;
}
.heading1 {
	font-size: 1em;
	font-weight: 700;
	color: #008fae;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.sub-heading1 {
	font-size: 0.8em;
	color: #494949;
	text-align: center;
	letter-spacing: -1px;
	height: 20px;
	line-height: 20px;
}
#form-box {
	margin: 0% 0 0 10%;
	width: 75%;
	background-size: 100% auto;
}
.form-bg {
	padding: 5% 4%;
	background-size: contain;
}
.form-heading {
	font-size: 16px;
	font-weight: 700;
	margin: 2% 0 7% 0;
}
.form-bg label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.6em;
	margin: 3% 0 1% 1%;
}
.form-bg input {
	width: 65%;
	border-radius: 8px;
	padding: 0 2%;
	border: 0px;
	height: 23px;
	line-height: 23px;
}
.submit-btn {
	margin: 4% 0 0% 3%;
}
.submit-btn img {
	width: 60%;
}
#benefits-box {
	background: #f7f7f7;
	padding: 2% 0 1% 0;
	overflow: hidden;
}
.benefits {
	float: left;
	width: 19.5%;
}
.benefits-sep {
	float: left;
	width: 2px;
	display: block;
	height: 200px;
}
.benefits-copy {
	font-size: 0.8em;
	text-align: center;
	width: 80%;
	margin: auto;
	color: #2f2f2f;
}
#trasplant-box {
	padding: 2.5%;
}
.trasplant-heading {
	font-size: 1em;
	text-align: left;
	background: url(../images/blue-big.jpg) no-repeat left bottom;
	height: 30px;
	color: #111111;
	font-weight: 700;
}
.trasplant-copy {
	padding: 2% 0 3% 0;
	font-size: 0.9em !important;
	border-bottom: 1px solid #f2f2f2;
}
.disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin: 15% 0 0 0;
}
#location-box {
	padding: 0.8% 2.5% 0 2.5%;
	overflow: hidden;
}
.location-heading {
	font-size: 1.5em;
	text-align: left;
	background: url(../images/blue-small.jpg) no-repeat left bottom;
	height: 30px;
	color: #111;
	font-weight: 700;
	width: 30%;
	margin: 0 0 5% 0;
}
.location-left {
	width: 42%;
	padding: 0% 0 4% 0;
	font-size: 0.9em;
	float: left;
}
#map {
	width: 56%;
	height: 180px;
	float: right;
	overflow: hidden;
}
#footer {
	background: #008fae;
	text-align: center;
	color: #fff;
	padding: 1.2% 0;
	font-size: 0.5em;
	overflow: hidden;
	margin: 4% 0 0 0;
}
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
#main {
	width: 100%;
	margin: none;
}
#header {
	display: block;
	overflow: hidden;
	padding: 1% 2% 0 2%;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	background-size: 195% auto;
	overflow: hidden;
}
.banner-right {
	width: 95%;
	float: none;
	margin: 0 auto 0 auto;
}
.apollo-live {
	float: left;
}
.apollo-live img {
	width: 60%;
}
.apollo-cosmetic {
	float: right;
	text-align: right;
}
.apollo-cosmetic img {
	width: 60%;
}
.heading1 {
	font-size: 1.1em;
	font-weight: 700;
	color: #008fae;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 80% 0 0 0;
}
.sub-heading1 {
	font-size: 0.9em;
	letter-spacing: -1px;
	height: 25px;
	line-height: 25px;
}
#form-box {
	width: 99%;
	background-size: 100% auto;
}
.form-bg {
	padding: 5% 4%;
	background-size: contain;
}
.form-heading {
	font-size: 15px;
	margin: 2% 0 7% 0;
}
.form-bg label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	margin: 3% 0 1% 1%;
}
.form-bg input {
	width: 55%;
	border-radius: 8px;
	padding: 0 2%;
	border: 0px;
	height: 23px;
	line-height: 23px;
}
.submit-btn {
	margin: 4% 0 0% 0%;
}
.submit-btn img {
	width: 60%;
}
#benefits-box {
	background: #f7f7f7;
	padding: 2% 0 1% 0;
	overflow: hidden;
}
.benefits {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f0f1f1;
}
.benefits-image {
	text-align: center;
	margin: 1% 0;
	float: left;
	width: 30%;
}
.benefits-image img {
	width: 95%;
}
.benefits-sep {
	float: none;
	width: 100%;
	display: block;
	background: url(../images/sep.jpg);
	float: left;
	border-bottom: 1px solid #f0f1f1;
	height: 0px;
}
.benefits-copy {
	font-size: 0.9em;
	text-align: left;
	color: #2f2f2f;
	float: none;
	margin: auto;
	padding: 11.5% 0 0 0;
}
.trasplant-heading {
	font-size: 1em;
	text-align: left;
	background: url(../images/blue-big.jpg) no-repeat left bottom;
	height: 30px;
	color: #111;
	font-weight: 700;
}
.trasplant-copy {
	padding: 2% 0 3% 0;
	font-size: 0.9em;
	border-bottom: 1px solid #f2f2f2;
}
.disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin: 15% 0 0 0;
}
#location-box {
	padding: 0.8% 2.5% 0 2.5%;
	overflow: hidden;
}
.location-heading {
	font-size: 1.5em;
	text-align: left;
	background: url(../images/blue-small.jpg) no-repeat left bottom;
	height: 30px;
	color: #111;
	font-weight: 700;
	width: 30%;
	margin: 0 0 5% 0;
}
.location-left {
	width: 100%;
	padding: 0% 0 4% 0;
	font-size: 0.9em;
	float: left;
}
#map {
	width: 100%;
	height: 300px;
	float: left;
	overflow: hidden;
}
#footer {
	background: #008fae;
	text-align: center;
	color: #fff;
	padding: 1.2% 0;
	font-size: 0.8em;
	overflow: hidden;
	margin: 4% 0 0 0;
}
.line_gap {
	height: 60px;
}
.dualLine {
	height: 47px;
}
textarea {
	width: 58%;
	height: 50px;
}
}
@media screen and (max-width : 320px) {
#main {
	width: 100%;
	margin: none;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	background-size: 195% auto;
	overflow: hidden;
}
.banner-right {
	width: 95%;
	float: none;
	margin: 0 auto 0 auto;
}
.apollo-live {
	float: left;
}
.apollo-live img {
	width: 60%;
}
.apollo-cosmetic {
	float: right;
	text-align: right;
}
.apollo-cosmetic img {
	width: 60%;
}
.heading1 {
	font-size: 1em;
	font-weight: 700;
	color: #008fae;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 80% 0 0 0;
}
.sub-heading1 {
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 25px;
	line-height: 25px;
}
#form-box {
	margin: 0% 0 0 8%;
	width: 99%;
	background-size: 100% auto;
}
.form-bg {
	padding: 5% 4%;
	background-size: contain;
}
.form-heading {
	font-size: 15px;
	margin: 2% 0 7% 0;
}
.form-bg label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	margin: 3% 0 1% 1%;
}
.form-bg input {
	width: 55%;
	border-radius: 8px;
	padding: 0 2%;
	border: 0px;
	height: 23px;
	line-height: 23px;
}
.submit-btn {
	margin: 7% 0 0% 29%;
}
.submit-btn img {
	width: 60%;
}
#benefits-box {
	background: #f7f7f7;
	padding: 2% 0 1% 0;
	overflow: hidden;
}
.benefits {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f0f1f1;
}
.benefits-image {
	text-align: center;
	margin: 1% 0;
	float: left;
	width: 30%;
}
.benefits-image img {
	width: 95%;
}
.benefits-sep {
	float: none;
	width: 100%;
	display: block;
	background: url(../images/sep.jpg);
	float: left;
	border-bottom: 1px solid #f0f1f1;
	height: 0px;
}
.benefits-copy {
	font-size: 0.8em;
	text-align: left;
	color: #2f2f2f;
	float: none;
	margin: auto;
	padding: 11% 0 0 0;
}
.trasplant-heading {
	font-size: 1em;
	text-align: left;
	background: url(../images/blue-big.jpg) no-repeat left bottom;
	height: 30px;
	color: #111;
	font-weight: 700;
}
.trasplant-copy {
	padding: 2% 0 3% 0;
	font-size: 0.8em;
	border-bottom: 1px solid #f2f2f2;
}
.disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin: 15% 0 0 0;
}
#location-box {
	padding: 0.8% 2.5% 0 2.5%;
	overflow: hidden;
}
.location-heading {
	font-size: 1.5em;
	text-align: left;
	background: url(../images/blue-small.jpg) no-repeat left bottom;
	height: 30px;
	color: #111;
	font-weight: 700;
	width: 30%;
	margin: 0 0 5% 0;
}
.location-left {
	width: 42%;
	padding: 0% 0 4% 0;
	font-size: 0.8em;
	float: left;
}
#map {
	width: 55%;
	height: 140px;
	float: right;
	overflow: hidden;
}
#footer {
	background: #008fae;
	text-align: center;
	color: #fff;
	padding: 1.2% 0;
	font-size: 0.6em;
	overflow: hidden;
	margin: 4% 0 0 0;
}
}
