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;
}
.mainlogo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	/*width: 50%;*/
}
.name {
	font-size: 19px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50%;}
.banner {
	width: 70%;
	float: left;

}
.logo5 {
	background-image: url('images/back6.jpg');
	width: 100%;
	height: 219px;
}
.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: 22px;
	padding-bottom: 5px;
}
.phone{
	font-size: 22px;
	padding-top: 10px;
	text-align: center;
	color: #37360b;
	line-height: 25px;

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

}
.tour {
	max-width: 620px;
	width: 100%;
	float: left;
}
.complete {
	float: left;

	/*background-image: url('images/complete.png');
	background-repeat: no-repeat;
	min-width: 362px;
	height: 358px;*/
background-color: #e8e6db;
}
.complete_content {
	width: 350px;
	padding: 20px;
	padding-top: 7px;
	text-align: justify;
}
.fatd-badge-outer { 
width: 180px;
padding-left: 60px;
}
.fatd-badge-outer img { 
width: 180px;
}
.fatd-doctor-name {
text-align:center;
font-size:18px;
font-family:Cambria, Times, serif;
width: 200px;
}
.contact {
	float: left;
	background-color: #c3b98b;
	width: 300px;
	height: 175px;
}
.contact_content {
	padding:10.6px;
	margin-left: 10PX;
	color: #555;
}
.adv {
	background-color: #676848;
	float: right;
	width: 682px;
	height: 175px;
}
.adv_content {
	padding:21.5px;
	color: #fff;
	float: left;
	width: 460px;
}

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

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

}
.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;
}
/******  button  *****/
.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #989876;
	-webkit-box-shadow: 0px 10px 14px -7px #989876;
	box-shadow: 0px 10px 14px -7px #989876;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #abab8c), color-stop(1, #989876));
	background:-moz-linear-gradient(top, #abab8c 5%, #989876 100%);
	background:-webkit-linear-gradient(top, #abab8c 5%, #989876 100%);
	background:-o-linear-gradient(top, #abab8c 5%, #989876 100%);
	background:-ms-linear-gradient(top, #abab8c 5%, #989876 100%);
	background:linear-gradient(to bottom, #abab8c 5%, #989876 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abab8c', endColorstr='#989876',GradientType=0);
	background-color:#abab8c;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #989876;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #989876), color-stop(1, #abab8c));
	background:-moz-linear-gradient(top, #989876 5%, #abab8c 100%);
	background:-webkit-linear-gradient(top, #989876 5%, #abab8c 100%);
	background:-o-linear-gradient(top, #989876 5%, #abab8c 100%);
	background:-ms-linear-gradient(top, #989876 5%, #abab8c 100%);
	background:linear-gradient(to bottom, #989876 5%, #abab8c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#989876', endColorstr='#abab8c',GradientType=0);
	background-color:#989876;
}
.myButton:active {
	position:relative;
	top:1px;
}





@media (max-width: 768px) {
	.banner {
	width: 100%;
	}
	.welcome {
    display: none;
    }
    .tour {
	max-width: 768px;
	width: 100%;
	padding-bottom: 15px;
}
.complete {
	float: left;
	/*background-image: url('images/complete.png');
	background-repeat: no-repeat;
	height: 275px;*/
background-color: #E8E6DB;
}
.complete_content {
	padding: 25px;
	text-align: justify;
	width: 100%;
}
.fatd-badge-outer { 
width: 220px;
}
.fatd-badge-outer img { 
width: 220px;
padding-left: 80px;
}
.fatd-doctor-name {
text-align:center;
font-size:18px;
font-family:Cambria, Times, serif;
width: 200px;
}
.logo5 {
	width: 100%;
	height: 220px;
}
.mainlogo {
	width: 60%;
}
.name {
	width: 500px;
}
.faces {
	float: left;
	width: 100%;

}
.contact {
	float: left;
	width: 100%;
}
.contact_content {
	float: left;
}
.adv {
	background-color: #676848;
	float: left;
	width: 100%;
}
.sm {
	float: left;
	/*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%;
	}
.logo5 {
	width: 100%;
	height: 180px;
}
.mainlogo {
	width: 85%;
	padding-top: 10px;
}
.name {
	width: 320px;
	font-size: 12px;
}


	.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;

	}
}