body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.header {
width: 100%;
	max-width: 982px;
	margin: auto;

}
.contBody {
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
}

.banner {
	width: 70%;
	float: left;

}
.res_img {
	width: 100%;
    height: auto;
}
.welcome {
	width: 30%;
	float: right;
	color: #ffffff;
	background-color: #714775;

}
.welcomeContent {
	color: #fff;
	height: auto;
	padding: 10px;

}
.welcomeHeader {
	font-size: 18px; 
	padding-bottom: 10px;
	font-weight: bold;
	color: #fff;
	
}

.contHeader {
	font-size: 16px;
	padding-bottom: 5px;
}
.phone{
	font-size: 22px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	line-height: 25px;

}
.phone_holder{
	background-color: #A680A9;
	padding:10px;

}
.tour {
	max-width: 620px;
	width: 100%;
	float: left;
}
.complete {
	float: left;
	background-color: #000;
	background-image: url('images/complete.png');
	background-repeat: no-repeat;
	min-width: 362px;
	height: 358px;
background-color: #8dacae;
}
.complete_content {
	width: 350px;
	padding: 25px;
	text-align: justify;
	padding-top: 150px;

}
.contact {
	float: left;
	background-color: #A7D9CD;
	width: 300px;
	padding-top: 11px;
}
.contact_content {
	padding:10.6px;
	margin-left: 10PX;
	color: #555;
}
.adv {
	background-color: #7C587F;
	float: right;
	width: 682px;
}
.adv_content {
	padding:21.5px;
	color: #fff;
	float: left;
	width: 500px;
}

.sm {
	float: left;
	width: 320px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 12px;
}
.sm2 {
	padding-right: 20px;
}

.pr {
	float: right;
	width: 130px;
	margin-right: 10px;
	padding-top: 20px
}
.pr2 {
		width: 130px;


}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* style for NEW TREATMENTS PAGE */

.newTreatments {
    width: 100%;
}
.newTreatments #left {
    float: left;
    width: 48%;
}
.clearspace {
    clear: both;
    height: 12px;
}
.newTreatments #right {
    float: right;
    width: 48%;
}

.trt-img {
    float: left;
    height: 67px;
    width: 77px;
}
.newTreatments h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #09428a;
    display: inline;
}
.newTreatments h2 a {
    color: #09428a;
    text-decoration: none;
}
.newTreatments h2 a:hover{
    text-decoration: underline;
}
.trt-txt {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 15px;
    padding-top: 6px;
    float: left;
    width: 19em;
}

@media (max-width: 768px) {
	.banner {
	width: 100%;
	}
	.welcome {
    display: none;
    }
    .tour {
	max-width: 768px;
	width: 100%;
	padding-bottom: 15px;
}
.complete {
	float: left;
	background-color: #000;
	background-image: url('images/complete.png');
	background-repeat: no-repeat;
	height: 275px;
background-color: #8dacae;
}
.complete_content {
	padding: 25px;
	text-align: justify;
	padding-top: 150px;
	width: 100%

}
.faces {
	float: left;
	width: 100%;

}
.contact {
	float: left;
	width: 100%;
}
.contact_content {
	float: left;
}
.adv {
	background-color: #7C587F;
	float: left;
	width: 100%;
}
.sm {
	float: right;
	margin-left: 80px;
}
}

@media (max-width: 480px) {
       .welcome {
    	display: none;
    }
    .complete {
    	width: 100%;
    	min-width: 200px;
    	height: 380px;
    }
    .complete_content {
		padding-top: 140px;
	}
	.contact_content {
	padding:10.6px;
	margin-left: 10PX;
	color: #555;
}
	.contact {
	float: left;
	width: 100%;
}
.sm {
	display: none;
}
.ad1 {
display: none;}
.adv {
		float: left;
		color: #fff;
		width: 100%;
		height: 370px;
	}
	.adv_content {
		width: 100%;
		float: left;
		width: 100%;
	}
	.phone{
		padding-top: 200px;

}