html {
	height: 100%;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ul {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
input,
textarea,
select,
p {
	color: #4f5051;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-size: 100%;
	line-height: 18px;
	max-height: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	border: 0;
}

a {
	text-decoration: none;
	color: #1b6090;
}

a:hover {
	color: #3f1010;
}

.clear {
	clear: both;
}

ul,
li {
	list-style: none;
}

.gridWrapper {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

/* menu nav*/

.menu {
	list-style: none;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	display: block;
	float: left;
}

.menu:after {
	clear: both;
}

.menu ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}

.menu li {
	font-size: 14px;
	text-align: left;
	float: left;
	margin: 0 10px;
	position: relative;
	text-transform: uppercase;
}

.menu li:first-child {
	margin: 0 0px 0 0px;
	font-size: 14px;
}

.menu li a {
	margin: 0px 0 0px;
	float: left;
	padding: 7px 9px;
	color: #000;
	display: block;
	border-top: 2px solid transparent;
	border-bottom: 5px solid transparent;
}

.menu > li:first-child > a {
	color: #000;
}

.menu li > a:hover,
.menu > li:hover > a,
.menu > li.current-menu-item > a,
.menu > li.current_page_ancestor > a {
	border-top: 2px solid #b2001c;
	border-bottom: 5px solid #b2001c;
	color: #b2001c;
}

.menu li ul {
	position: absolute;
	left: 0%;
	padding: 0 0 0 0;
	top: 47px;
	background: #FFF;
	visibility: hidden;
	width: 226px;
}

.menu li:hover > ul {
	visibility: visible;
	top: 50px;
}

.menu li li:hover > ul {
	left: 100%;
	top: 30px;
	position: absolute;
}

.menu li li {
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-transform: none;
	text-shadow: none;
	width: 100%;
}

.menu li li a {
	color: #fff;
	display: block;
	text-align: left;
	border: none;
	background: #3a76cd url(images/dot.png) no-repeat 11px 16px;
	padding: 12px 0px 12px 25px;
	z-index: 1000;
	position: relative;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #000000;
	font: normal 12px verdana;
}

.menu li li a:hover,
.menu li li:hover > a {
	background: #405ca1 url(images/dot.png) no-repeat 11px 16px;
	color: #ffffff;
	padding: 12px 0px 12px 25px;
	margin: 0px;
	border-radius: 0px;
	font: normal 12px verdana;
	border-bottom: solid 1px #000000;
}

.menu li ul ul {
	top: 0;
	margin: -30px 0 0 0;
}

.menu li li li {
	text-align: left;
	background: #fff;
	z-index: 1000;
	margin: 0 0 0 0px;
}

.menu li li li a {
	padding: 12px 0px 12px 25px;
}

.menu li li li a:hover {
	padding: 12px 0px 12px 25px;
}

/*  menu  */
#mobileMenu {
	display: none;
}





/* header */
header {
	padding-top: 45px;
}

.logo {
	width: 500px;
	float: left;
}

.headerRight {
	width: 250px;
	float: right;
}

.appoint,
.phn {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	margin-left: 41px;
}

.phn {
	background: url(images/phone.png) no-repeat 0px 3px;
	padding: 5px 0 5px 33px;
}

nav {
	float: right;
	width: 640px;
	margin-top: 10px;
}


/* banner */
.bannerWrapper {
	background: url(images/banner.jpg) no-repeat top center;
	width: 100%;
	height: 480px;
}

p.bannerPara {
	font-size: 45px;
	padding: 100px 0 0 500px;
	font-weight: bolder;
	color: #000;
	line-height: 1;
}

p.bannerPara .banner1 {
	font-size: 35px;
	font-weight: bold;
}

p.bannerPara .banner2 {
	font-weight: normal;
}


/* Services */
.serviceWrapper {
	width: 100%;
	height: 200px;
	background: url(images/service-bg.jpg) repeat top center;
	padding-top: 60px;
}

.service {
	display: block;
	margin: 0 auto;
	width: 1010px;
}

.service h2 a {
	margin: 0 auto 30px;
	color: #fff;
	display: table;
	font-size: 35px;
	font-weight: bold;
}

.service1,
.service2,
.service3 {
	width: 335px;
	height: 250px;
	float: left;
	margin: 0;
	padding-top: 30px;
}

.service1 {
	background: url(images/service-shoulder.jpg) no-repeat 0 0;
}

.service2 {
	background: url(images/service-knee.jpg) no-repeat 0 0;
}

.service3 {
	background: url(images/service-foot.jpg) no-repeat 0 0;
}

.service1 h3 a,
.service2 h3 a,
.service3 h3 a {
	color: #fff;
	margin: 20px 0px 10px 60px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}

.service1 p,
.service2 p,
.service3 p {
	color: #fff;
	margin: 30px 1px 50px 10px;
	font-size: 18px;
}

.service1 a.read,
.service2 a.read,
.service3 a.read {
	color: #fff;
	margin: 70px 0 0 95px;
	display: table;
	background: #bc1330;
	padding: 10px;
	text-transform: uppercase;
}

.service1:hover {
	background: url(images/shoulder-hover.jpg) no-repeat 0 0;
}

.service2:hover {
	background: url(images/knee-hover.jpg) no-repeat 0 0;
}

.service3:hover {
	background: url(images/foot-hover.jpg) no-repeat 0 0;
}

.service1:hover h3 a,
.service2:hover h3 a,
.service3:hover h3 a {
	color: #000;
}

.service1:hover p,
.service2:hover p,
.service3:hover p {
	color: #000;
}




/*Doctor Profile */
.doctorWrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.drProfile {
	margin: 0 auto;
	display: block;
}

.profilePic {
	width: 430px;
	height: 350px;
	float: left;
	background: url(images/img-bg.png) no-repeat 10px 30px;
	padding-top: 50px;
	margin: 0;
}

.profilePic a.viewProfile {
	background: #c41232;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 -40px;
	font-weight: bold;
	width: 70px;
	display: inline-block;
	line-height: 1.2;
	font-size: 16px;
}

.profileDesc {
	width: 425px;
	height: auto;
	float: left;
	margin-top: 40px;
}

.profileDesc p.meet {
	color: #d7dee8;
	font-size: 70px;
	font-weight: bold;
	margin: 0;
	line-height: 0.7;
}

.profileDesc p.meet span a {
	color: #000;
	font-size: 35px;
	font-weight: bolder;
}

.profileDesc p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 40px;
}

.profileDesc img {
	float: left;
	display: table;
}

.profileDesc p.team {
	color: #73918f;
	font-size: 16px;
	line-height: 1;
	width: 170px;
	margin: 10px 0 0 5px;
	font-weight: bold;
	float: left;
}

.awards {
	float: left;
	width: 160px;
	margin-top: 10px;
}

.awards a {
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.publication {
	float: left;
	width: 160px;
	margin-top: 4px;
}

.publication a {
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.video {
	width: 300px;
	height: auto;
	float: right;
}

.video a.view {
	float: right;
	border: 1px solid #000;
	text-align: center;
	padding: 5px 10px;
	color: #000;
	font-size: 14px;
}

/*sports Injury */

.sportsInjury {
	background: url(images/injury-bg.jpg) no-repeat top center;
	width: 100%;
	height: 480px;
	margin-bottom: 20px;
}

.sports {
	height: 440px;
	width: 600px;
	float: right;
	padding: 30px 30px 0;
}

.sports h1 a {
	color: #fff;
	line-height: 1.3;
	display: block;
	margin: 30px 50px 20px;
	background: none;
	font-size: 30px;
}

.sports p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	margin: 0 50px 0;
}

.sports a {
	color: #fff;
	font-size: 18px;
	display: table;
	margin: 30px 50px 0;
	padding: 10px;
	background: #c41232;
	text-transform: uppercase;
}


/* location */

.locationList {
	width: 100%;
	height: 400px;
}

.loc {
	margin-top: 30px;
}

.loc p {
	background: #fff;
	display: block;
	font-size: 14px;
	color: #000;
	padding: 2%;
	float: left;
	margin: 0 0 0 40px;
	height: 200px;
	text-align: left;
	width: 270px;
	 !important;
	padding: 30px 0 0 30px;
	border: 1px solid #666b6f;
	border-radius: 25px;
	line-height: 1.6;
}

.loc p strong {
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
}

.loc p:hover {
	color: #fff;
	background: #c41232;
}

.loc p span {
	color: #000;
}

.loc p:hover span {
	color: #fff;
}

.locationList ul li p .locphn::before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 4px;
}

.locationList ul li p .locfax::before {
	content: "\f1ac";
	font-family: FontAwesome;
	margin-right: 4px;
}

/* location  hover*/
.alpha {
	width: 100%;
	float: left;
	clear: both;
}

.listed > div {
	display: none;
}

.listed #a1 {
	display: block;
}


.listed {
	margin-top: -400px;
}

.listed #a1 {
	background: url(images/loc_1.png) no-repeat 0px -73px;
	width: 99%;
	height: 400px;
	border: 1px solid #000;
	background-size: cover;
}

.listed #a2 {
	background: url(images/loc_2.png) no-repeat 2px -122px;
	width: 99%;
	height: 400px;
	border: 1px solid #000;
	background-size: cover;
}

.listed #a3 {
	background: url(images/loc_3.png) no-repeat 0px -80px;
	width: 99%;
	height: 400px;
	border: 1px solid #000;
	background-size: cover;
}

.listed #a4 {
	background: url(images/loc_4.png) no-repeat 0px -120px;
	width: 99%;
	height: 400px;
	border: 1px solid #000;
	background-size: cover;
}

.listed #a5 {
	background: url(images/loc_5.png) no-repeat 0px -84px;
	width: 99%;
	height: 400px;
	border: 1px solid #000;
	background-size: cover;
}




/* logo list*/

.logoList {
	margin: 10px auto;
	display: block;
}

.logoList ul {
	visibility: visible;
	padding: 10px;
	width: 100%;
	height: 115px;
	position: relative;
	overflow: hidden;
}

.logoList img {
	padding: 20px;
}

/* footer*/

footer {
	background: #35353f;
	width: 100%;
	float: left;
	padding: 30px 0 20px;
	min-height: 200px;
}

.col1 {
	float: left;
}

.footerName a {
	color: #fff;
}

.footerMenu {
	margin: 10px 0;
	float: left;
}

.footerMenu li {
	float: left;
	margin: 0 3px;
}

.footerMenu li::after {
	content: "|";
	margin-left: 2px;
}

.footerMenu li:last-child::after {
	content: none;
}

.footerMenu li a {
	color: #fff;
	font-size: 16px;
}

.col2 {
	float: left;
	margin-left: 60px;
}

.smo li {
	float: left;
	/*margin: 2px 0px;*/
	margin: 0px 5px;
	width: 25px;
	height: 27px;
}

.smo li a {
	/*padding: 30px 20px;*/
	display: block;
	width: 100%;
	height: 100%;
}

/*.smo li.fb a{background: url(images/smo.png) no-repeat 0px 0px;}
.smo li.twitter a{background: url(images/smo.png) no-repeat -42px 0px;}
.smo li.ytube a{background: url(images/smo.png) no-repeat -85px 0px;}
.smo li.lin a{background: url(images/smo.png) no-repeat -126px 0px;}
.smo li.gplus a{background: url(images/smo.png) no-repeat -168px 0px;}*/
.smo li.fb a {
	background: url(images/smo-upd.png) no-repeat -2px 0px;
}

.smo li.twitter a {
	background: url(images/smo-upd.png) no-repeat -36px 0px;
}

.smo li.ytube a {
	background: url(images/smo-upd.png) no-repeat -112px 0px;
	width: 27px;
}

.smo li.lin a {
	background: url(images/smo-upd.png) no-repeat -74px -1px;
}

.smo li.gplus a {
	background: url(images/smo-upd.png) no-repeat -168px 0px;
}

.smo li a span {
	display: none;
}

.col3 {
	float: right;
}

.footersite {
	margin: 10px 0;
}

.footersite li {
	float: left;
}

.footersite li a {
	color: #fff;
}

.accessible_on .smo li {
	width: auto;
}
.accessible_on .smo li.ytube a{width: auto;}


/* ----- Scroll logoList JS ----- */

/*#flexisel1{display:none;}*/
.logoList .nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.logoList .nbs-flexisel-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 9999px;
}

.logoList .nbs-flexisel-inner {
	float: left;
	overflow-x: hidden;
	width: 100%;
}

.logoList .logo_container .nbs-flexisel-inner {
	float: left;
	overflow-x: hidden;
	width: 100%;
	height: auto;
}

.logoList .nbs-flexisel-item {
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.logoList .nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
}

.logoList .nbs-flexisel-nav-left,
.logoList .nbs-flexisel-nav-right {
	cursor: pointer;
	height: 138px;
	opacity: 0.5;
	position: absolute;
	width: 40px;
	z-index: 100;
}

.logoList .nbs-flexisel-nav-left {
	left: -2%;
	margin: 15px 0 0;
	top: 10px !important;
	background: url(images/logo-larrow.png) no-repeat 0 19px;
}

.logoList .nbs-flexisel-nav-right {
	height: 80px;
	margin: 15px 0 0;
	right: -4%;
	top: 10px !important;
	width: 40px;
	background: url(images/logo-rarrow.png) no-repeat 0 19px;
}

/* ----- Scroll location JS ----- */


.locationList .nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.locationList .nbs-flexisel-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 9999px;
}

.locationList .nbs-flexisel-inner {
	overflow-x: hidden;
	width: 90%;
	margin: 0 auto;
}

.locationList .logo_container .nbs-flexisel-inner {
	float: left;
	overflow-x: hidden;
	width: 100%;
	height: auto;
}

.locationList .nbs-flexisel-item {
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.locationList .nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
}

.locationList .nbs-flexisel-nav-left,
.locationList .nbs-flexisel-nav-right {
	cursor: pointer;
	height: 300px;
	opacity: 0.5;
	position: absolute;
	width: 40px;
	z-index: 100;
}

.locationList .nbs-flexisel-nav-left {
	left: 1%;
	margin: 15px 50px 0 0;
	top: 10px !important;
	background: url(images/location-arrow-left.png) no-repeat 0 115px;
}

.locationList .nbs-flexisel-nav-right {
	height: 300px;
	margin: 15px 0 0 50px;
	right: -1%;
	top: 10px !important;
	width: 40px;
	background: url(images/location-right-arrow.png) no-repeat 0 115px;
}



/* ADA  */
.modal {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
}

.modal-content {
	background-color: #fefefe;
	border: 1px solid #888;
	margin: auto;
	padding: 20px;
	position: relative;
	width: 45%;
	line-height: 1.6;
}


.close2 {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 0;
}



/* RWD */

@media screen and (max-width:1169px) {
	header {
		width: 98%;
	}

	.logo {
		margin-left: 10px;
	}

	.bannerWrapper {
		background: url(images/banner.jpg) no-repeat -420px 0px;
	}

	.drProfile {
		margin: 0 auto;
		display: block;
		width: 90%;
	}

	.video {
		float: none;
		margin: 0 auto;
		clear: both;
	}

	.video p {
		font-size: 18px;
	}

	.sportsInjury {
		width: 99%;
	}

	.sports {
		padding: 30px 1% 0;
	}

	.locationList {
		width: 98%;
	}

	.locationList ul {
		margin: 0 20px;
	}

	.locationList .nbs-flexisel-nav-left {
		display: none;
	}

	.locationList .nbs-flexisel-nav-right {
		display: none;
	}

	.logoList .nbs-flexisel-nav-left {
		display: none;
	}

	.logoList .nbs-flexisel-nav-right {
		display: none;
	}

	.footerDr {
		width: 90%;
		margin: 0 auto;
	}

	.col1 {
		float: none;
		margin: 0 auto;
		width: 70%px;
	}

	.col2 {
		clear: both;
		margin: 10px 0 0 30px;
	}

	.col3 {
		float: right;
		margin: 10px 70px 0 0px;
	}

	.logoList {
		width: 90%;
	}

/*	.locationList {
		width: 90%;
	}*/
.locationList .nbs-flexisel-inner {
	width: 98%;
}
	.video p {
	margin: 5px auto;
}
	.loc {
		float: left;
		margin: 2px;
	}

	.logoList ul {
		overflow: visible;
	}


}

@media screen and (max-width:1024px) {
	.loc p {
		width: 240px;
	}

	.listed #a1 {
		background: url(images/loc_1.png) no-repeat 0px -14px;
		background-size: cover;
	}

	.listed #a4 {
		background: url(images/loc_4.png) no-repeat 0px -61px;
		background-size: cover;
	}


}

@media screen and (max-width:975px) {
	.logo {
		width: 400px;
	}

	nav {
		float: none;
		margin: 0 auto;
	}

	.bannerWrapper {
		background: url(images/banner.jpg) no-repeat -440px 0px;
	}

	p.bannerPara,
	p.bannerPara .banner1 {
		font-size: 25px;
	}

	.service {
		width: 96%;
		float: left;
	}

	.service h2 a {
		font-size: 25px;
	}

	.service1 {
		margin: 0 0 0 10px;
	}

	.service2 {
		float: right;
	}

	.service3 {
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.drProfile {
		width: 90%;
	}

	.profilePic {
		float: none;
		margin: 0 auto;
	}

	.profileDesc {
		float: left;
		margin: 40px 4% 0;
		width: 95%;
	}

	.sports {
		background: #62676a;
		float: left;
		width: 98%;
	}

	.sportsInjury {
		background: #62676a;
		height: auto;
	}

	.awards {
		margin: 4px 10px 0 0;
	}

/*	.loc p {
		margin: 0 2%;
	}*/

	.locationList .nbs-flexisel-inner {
		float: left;
		overflow-x: hidden;
		width: 100%;
	}

	.footerDr {
		width: 80%;
		margin: 0 auto;
	}

	.listed #a1 {
		background: url(images/loc_1.png) no-repeat 0px 0px;
		width: 99%;
		height: 400px;
		border: 1px solid #000;
		background-size: cover;
	}

	.listed #a2 {
		background: url(images/loc_2.png) no-repeat 0px 0px;
		width: 99%;
		height: 400px;
		border: 1px solid #000;
		background-size: cover;
	}

	.listed #a3 {
		background: url(images/loc_3.png) no-repeat 0px 0px;
		width: 99%;
		height: 400px;
		border: 1px solid #000;
		background-size: cover;
	}

	.listed #a4 {
		background: url(images/loc_4.png) no-repeat 0px 0px;
		width: 99%;
		height: 400px;
		border: 1px solid #000;
		background-size: cover;
	}

	.listed #a5 {
		background: url(images/loc_5.png) no-repeat 0px 0px;
		width: 99%;
		height: 400px;
		border: 1px solid #000;
		background-size: cover;
	}

	footer {
		min-height: 300px;
	}
	.serviceWrapper {
	height: 485px;
}

}



@media screen and (max-width:640px) {

	#Accessibility {
		display: none;
	}

	/* Menu CSS */
	nav {
		display: none;
	}

	/* Mobile Menu */
	#mobileMenu {
		display: block;
	}

	.wrapper {
		display: block;
		position: absolute;
		z-index: 9999;
		left: 0px;
		width: 100%;
		display: none;
		background: #525252;
		line-height: 5px;
	}

	.menuText {
		text-align: center;
		padding: 0px;
		color: #fff;
		font: normal 18px Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.8;
		background: #042254;
	}

	.menuText a {
		color: #fff;
		display: block;
	}

	.parentMenu {
		font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
	}

	.parentMenu li {
		position: relative;
	}

	.parentMenu li a {
		padding: 5px 10px 5px 20px;
		color: #fff;
		display: block;
		border-bottom: 1px solid #747474;
	}

	.parentMenu li a:hover {
		background: #042254;
	}

	.parentMenu li ul {
		display: none;
	}

	.parentMenu li li a {
		padding: 10px 10px 10px 40px;
		background: #525252;
	}

	.parentMenu li li li a {
		padding: 10px 10px 10px 60px;
		background: #525252;
	}

	.parentMenu li a:before {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 14px;
		display: inline-block;
		margin-left: -12px;
		width: 1.3em;
		color: #fff;
		position: absolute;
		top: 9px;
	}

	.parentMenu li a:before {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 14px;
		display: inline-block;
		margin-left: -12px;
		width: 1.3em;
		color: #fff;
		position: absolute;
		top: 9px;
	}

	a.level1Menu:after {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 14px;
		display: inline-block;
		margin-left: -12px;
		width: 1.3em;
		color: #fff;
		position: absolute;
		top: 9px;
		right: 0;
	}

	a.level1Menu:hover:after {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 14px;
		display: inline-block;
		margin-left: -12px;
		width: 1.3em;
		color: #fff;
		position: absolute;
		top: 9px;
		right: 0;
	}

	.bannerWrapper {
		margin-top: 0px;
	}

	header {
		width: 100%;
	}

	.logo {
		width: 95%;
		float: none;
		margin: 0 2%;
	}

	.headerRight {
		width: 95%;
		float: none;
		margin: 20px 2%;
	}

	.bannerWrapper {
		background: url(images/banner.jpg) no-repeat -480px 0px;
	}

	p.bannerPara {
		padding: 40px 0 0 0;
		float: right;
		width: 250px;
	}

	p.bannerPara,
	p.bannerPara .banner1 {
		font-size: 20px;
	}

	.service {
		width: 96%;
		float: left;
	}

	.service1,
	.service2,
	.service3 {
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.service h2 a {
		font-size: 18px;
		margin: 5px auto 20px;
	}

	.loc p {
		height: 200px;
		text-align: center;
		/*width: 80%;*/
	}

	.profileDesc {
	margin: 40px 4% 30px;
}
	.listed {
		margin: 0;
		display: none;
	}

	.locationList {
		height: auto;
	}

	.loc {
		float: none;
		margin: 2px;
	}

	footer {
		min-height: auto;
	}
}


@media screen and (max-width:480px) {
	.bannerWrapper {
		padding-top: 40%;
		background-size: 200%;
		background-position: 20% 0;
		height: auto;
	}

	p.bannerPara,
	p.bannerPara .banner1 {
		margin: 0 auto 10px;
		float: none;
	}

	.profilePic {
		width: 300px;
		background: none;
		padding-top: 50px;
		margin: 0 auto;
	}

	.profilePic a.viewProfile {
		background: #c41232;
		padding: 10px 20px;
		color: #fff;
		text-transform: uppercase;
		margin: 0 auto;
		font-weight: bold;
		width: 70px;
		display: inline-block;
		line-height: 1.2;
		font-size: 16px;
	}

	.awards,
	.publication {
		float: none;
		margin: 10px auto;
		clear: both;
	}

	.awards {
		margin-top: 60px;
	}

	.locationList {
		float: left;
		height: auto;
		margin: 15px 0 15px;
	}

	.loc {
		margin-top: 0px;
		float: none;
	}

	.loc p {
		background: #fff;
		display: block;
		font-size: 14px;
		color: #000;
		padding: 15px 2% 5px;
		width: 90%;
		height: 180px;
		margin: 5px 5%;
	}

	.footerDr {
		width: 96%;
		margin: 0 auto;
	}

	.col1 {
		float: none;
		margin: 0 auto;
		width: 70%;
	}

	.col2 {
		clear: both;
		margin: 0 auto;
		float: none;
		width: 70%;
	}

	.col3 {
		float: none;
		margin: 0 auto;
		clear: both;
		width: 30%;
	}

	.sports {
		height: auto;
	}

	.sports h1 a {
		color: #fff;
		line-height: 1.3;
		display: block;
		margin: 5px auto 20px;
		font-size: 18px;
	}

	.sports p {
		color: #fff;
		font-size: 16px;
		line-height: 1.7;
		display: block;
		margin: 0 auto;
		padding: 0 2%;
	}

	.sports a {
		color: #fff;
		font-size: 14px;
		display: table;
		margin: 20px auto 5px;
		padding: 10px;
		background: #c41232;
		text-transform: uppercase;
	}

	.logoList {
		width: 270px;
		margin: 10px auto;
	}

	.logoList img {
		padding: 10px 2px;
	}

	.profileDesc {
		width: 98%;
	}

	.service1,
	.service2,
	.service3 {
		width: 300px;
		margin: 0 auto;
	}

}
@media screen and (max-width:420px) {
	
		.appoint, .phn {
	margin-left: 111px;
}
}
	
	