@charset "utf-8";

body {
	font-size: 14px;
	background: #fff;
	color: #000;
	font-family: "RobotoRegular";
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
form,
iframe,
button {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style-type: none;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

a {
	outline: none;
	text-decoration: none;
	color: #065399;
}

a:hover,
.header-service-list ul li a:hover {
	color: #000;
	transition: color 0.6s ease 0s;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-regular.eot');
	src: url('fonts/roboto-regular.eot') format('embedded-opentype'),
		url('fonts/roboto-regular.woff') format('woff'),
		url('fonts/roboto-regular.ttf') format('truetype'),
		url('fonts/roboto-regular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'robotobold';
	src: url('fonts/Roboto-Bold-webfont.eot');
	src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Bold-webfont.woff') format('woff'),
		url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSansSemibold.eot');
	src: url('fonts/OpenSansSemibold.eot') format('embedded-opentype'),
		url('fonts/OpenSansSemibold.woff2') format('woff2'),
		url('fonts/OpenSansSemibold.woff') format('woff'),
		url('fonts/OpenSansSemibold.ttf') format('truetype'),
		url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
	font-family: 'robotolight';
	src: url('fonts/roboto-light-webfont.eot');
	src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-light-webfont.woff2') format('woff2'),
		url('fonts/roboto-light-webfont.woff') format('woff'),
		url('fonts/roboto-light-webfont.ttf') format('truetype'),
		url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

header,
nav,
#inner_banner,
#home_banner,
#home-services,
#Matthew-profile,
#patient-testimonials,
.credibility,
footer {
	width: 100%;
	float: left;
}

.header_section,
.menu_section,
.banner-section,
.navigation,
.testimonial-education,
.bullet_container,
.services-section,
.profile-txt,
.c-section,
.container,
.footer-section {
	width: 960px;
	margin: 0 auto;
}

header {
	font-family: 'RobotoRegular';
}

.header_section {
	padding: 31px 0;
}

.logo {
	width: 42%;
	float: left;
}

.mid-logo {
	float: left;
	width: 25%;
	background: #0b5ba4 none repeat scroll 0 0;
	border-radius: 10px;
	margin-bottom: 7px;
}

.mid-logo a.h-location {
	background-image: url("images/h-location.png");
}

.mid-logo a {
	background-position: 20px center;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	font-family: "robotolight";
	font-size: 17px;
	padding: 7px 2px 7px 56px;
}

.mid-logo a:hover {
	background: #2C9DE1 url("images/h-location.png") no-repeat 20px 8px;
	border-radius: 10px;
}

.header-right {
	float: left;
	width: 73%;
	color: #fedb3f;
}

.header-appointment {
	font-size: 17.5px;
	color: #0b5ba4;
	padding: 3px;
}

.header-ph {
	background: url(images/call-for-appointment.jpg) no-repeat 0px 0px;
	color: #0b5ba4;
	display: inline-block;
	font-size: 17px;
	margin-top: 4px;
}

.header-ph {
	color: #0b5ba4;
	font-size: 19px;
	padding-left: 35px;
	line-height: 28px;
	font-weight: 900;
}

.header-rgt {
	width: 21%;
	float: right;
}

nav {
	background: url(images/nav.jpg) repeat-x 0px 0px;
}

.menu_section ul li {
	float: left;
	display: block;
	background: url(images/nav-li.jpg) no-repeat right center;
	position: relative;
}

.menu_section ul li a {
	color: #fff;
	padding: 19px 38px;
	display: block;
	font: 17px 'RobotoRegular';
}

.menu_section ul li a:hover {}

.menu_section ul li:hover {
	background: url(images/nav-hover.jpg) repeat-x 0px 0px;
}

.slicknav_menu {
	display: none;
}

.slicknav_menu {
	display: none;
}

.menu_section ul li ul {
	display: none;
	z-index: 9999999;
}

.menu_section ul li:hover > ul,
.menu_section ul li > ul > li:hover > ul,
.menu_section ul li > ul > li > ul > li:hover > ul {
	display: block;
}

.menu_section ul li ul li {
	float: none !important;
	*background-color: #333;
	border-bottom: 1px solid #b3b3b3;
	background: #5CB3E8;
}

.menu_section ul li ul li a {
	display: block;
	color: #fff !important;
	font-size: 13px !important;
	padding: 7px 8px 8px 19px !important;
}

.menu_section ul li ul li a:hover {
	color: #fff;
}

.menu_section ul li ul li:hover,
.menu_section ul li ul li:hover {
	background: #0D5BA3 !important;
	color: #fff !important;
}

.menu_section ul li:hover > ul,
.menu_section ul li:hover > ul > li > ul,
.menu_section ul li:hover > ul > li > ul > li > ul {
	width: 285px;
	position: absolute;
}

.menu-sub {
	width: 180px !important;
}

.menu_section ul li:hover > ul {
	width: 265px;
	position: absolute;
}

.menu_section ul li:hover > ul > li > ul,
.menu_section #menu-menu-1 li:hover > ul > li > ul > li > ul {
	left: 265px;
}

.menu_section ul li:hover > ul {
	top: 60px;
	left: 0px;
}

.menu_section ul li:hover > ul > li > ul {
	top: 0;
}

.menu_section ul li:hover > ul > li > ul > li > ul {
	top: 0;
}

.menu_section ul li ul li ul li {
	background: #0C5CA5 !important;
}

.menu_section ul li ul li ul li:hover {
	background: #5AB3EB !important;
}

.slicknav_menu {
	display: none;
}

.menu-section ul li > ul li a {
	transform: none !important;
	color: #fff;
	font-size: 13px;
	text-transform: inherit;
}

.menu_section ul li ul li:hover > a {
	color: #fff !important;
}

.mobilesOnly {
	visibility: hidden;
	display: none;
}

#home_banner {
	position: relative;
}

ul#slider1,
ul#slider1 li {
	position: relative;
	width: 100%;
}

.home-banner1 {
	background: url(images/home-banner1.jpg) no-repeat center 0px;
	min-height: 418px;
}

.home-banner2 {
	background: url(images/home-banner2.jpg) no-repeat center 0px;
	min-height: 418px;
}

.home-banner3 {
	background: url(images/home-banner3.jpg) no-repeat center 0px;
	min-height: 418px;
}

.media-banner1 {
	background: url(images/media-banner1.jpg) no-repeat center 0px;
	min-height: 418px;
}

.media-banner2 {
	background: url(images/media-banner2.jpg) no-repeat center 0px;
	min-height: 418px;
}

.media-banner3 {
	background: url(images/media-banner3.jpg) no-repeat center 0px;
	min-height: 418px;
}

.media-banner {
	display: none;
}

#home_banner .media_banner,
#inner_banner .media_banner {
	display: none;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	border: 0;
	padding: 0 0 0 0%;
}

.banner-section {
	font: 40px 'OpenSansSemibold';
	margin-top: 11%;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px #000000;
}

.banner-section > span {
	position: absolute;
	top: 0;
	width: 40%;
	font-size: 31px;
}

#home_banner .home-banner1 .banner-section > span {
	right: 0 !important;
}

#inner_banner {
	position: relative;
}

#inner_banner .banner-section {
	margin-top: 4%;
}

.inner-banner1 {
	background: url(images/inner-banner1.jpg) no-repeat scroll center 0px;
	min-height: 279px;
}

.inner-banner2 {
	background: url(images/inner-banner2.jpg) no-repeat scroll center 0px;
	min-height: 279px;
}

.inner-banner3 {
	background: url(images/inner-banner3.jpg) no-repeat scroll center 0px;
	min-height: 279px;
}

#inner_banner .inner-banner1 .banner-section > span {
	right: 0;
}

.bullet_container {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
	position: relative;
}

.bullet_container li {
	float: left;
	margin: 0 1px;
}

.bullet_container li a {
	float: left;
	background: url(images/bullet-n.png) no-repeat scroll 0px 0px;
	width: 16px;
	height: 16px;
}

.bullet_container li.rslides_here a {
	background: url(images/bullet-hover.png) no-repeat scroll 0px 0px;
	width: 16px;
	height: 16px;
}

#bullet1 {
	bottom: 10px;
	position: absolute;
	right: 7%;
}

#home-services {
	background: #ccedff none repeat scroll 0 0;
	border-bottom: 1px solid #9dcfe8;
}

.services-section li {
	float: left;
	width: 137px;
}

.services-section li a {
	color: #000;
	padding: 169px 0 29px 0;
	display: block;
	font-size: 16px;
	font-family: 'RobotoRegular';
	text-align: center;
}

.services-section li a:hover {
	color: #fff;
}

.h-service1 {
	background: url(images/service1-li.png) no-repeat scroll 0px 0px;
}

.h-service2 {
	background: url(images/service2-li.png) no-repeat scroll 0px 0px;
}

.h-service3 {
	background: url(images/service3-li.png) no-repeat scroll 0px 0px;
}

.h-service4 {
	background: url(images/service4-li.png) no-repeat scroll 0px 0px;
}

.h-service5 {
	background: url(images/service5-li.png) no-repeat scroll 0px 0px;
}

.h-service6 {
	background: url(images/service6-li.png) no-repeat scroll 0px 0px;
}

.h-service7 {
	background: url(images/service7-li.png) no-repeat scroll 0px 0px;
}

.h-service1:hover {
	background: url(images/service1-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service2:hover {
	background: url(images/service2-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service3:hover {
	background: url(images/service3-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service4:hover {
	background: url(images/service4-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service5:hover {
	background: url(images/service5-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service6:hover {
	background: url(images/service6-li-hover.png) no-repeat scroll 0px 0px;
}

.h-service7:hover {
	background: url(images/service7-li-hover.png) no-repeat scroll 0px 0px;
}

.patinet-testimonial {
	float: left;
	width: 56%;
}

.profile-txt {
	padding: 38px 0;
	font-family: "RobotoRegular";
}

.profile h1 span {
	font-weight: lighter;
	color: #06539a;
	font-size: 22px !important;
}

.profile-txt p {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0;
}

.viewprofile {
	background: #072744;
	color: #fff;
	padding: 7px 2px;
	display: block;
	width: 98px;
	text-align: center;
}

.viewprofile:hover {
	background: #2C9DE1;
}

.fellowship-pr > h3,
.testimonial-education h3,
footer h3,
aside .patient-education h3 {
	color: #06539a;
	font-size: 21px;
	font-weight: lighter;
	font-family: "Robotolight";
	margin-bottom: 18px;
	text-transform: uppercase;
}

.testimonial-education h3,
aside .patient-education h3,
.testimonial-education h3 a {
	color: #000;
}

.test-content {
	background: rgba(221, 239, 253, 0.65);
	padding: 20px 12px 20px 0;
}

.test-content > img {
	float: left;
	margin: 0 8px 0 -7%;
}

.test-readmore {
	color: #000080;
	text-decoration: underline;
}

.test-content > p {
	color: #000000;
	font-size: 15px;
	margin-left: 21%;
}

.matthew-txt > img {
	float: left;
	margin-left: -59px;
}

.matthew-txt h1 {
	color: #06539a;
	font: bold 29px "RobotoRegular";
}

.matthew-txt span {
	font-size: 20px;
	color: #000;
}

.profile {
	float: left;
	margin-top: 4%;
	width: 67%;
  margin-left: 10px;
}

.fellowship-section {
	margin: 0 6% 0 1%;
}

.fellowship-pr {
	/*float: left;*/
	display: inline-block;
    vertical-align: top;
	width: 52%;
	margin-left: 2%;
    text-align: center;
}

.fellowship-pr ul{
    text-align: center;
    margin: 0px auto;
}
.fellowship-pr li {
	background: #0b5ba4;
	/*margin-bottom: 7px;*/
	border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 227px;
    text-align: left;
    margin: 10px;
}

.fellowship-pr li:hover {
	background: #2C9DE1;
}

.fellowship-pr li a {
	background-position: 20px center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'robotolight';
	display: block;
	font-size: 17px;
	padding: 7px 2px 7px 56px;
}

.fellowship-pr li a.h-pf {
	background-image: url("images/patient-forms.png");
}

.fellowship-pr li a.h-fv {
	background-image: url("images/first-visit.png");
}

.fellowship-pr li a.h-location {
	background-image: url("images/h-location.png");
}

.fellowship-pr li a.h-insurance {
	background-image: url("images/insurance.png");
}

.fellowship-pr li a.h-appointment {
	background-image: url("images/appointment.png");
}

.testimonial-education {
	padding: 40px 0;
}

#patient-testimonials {
	background: url(images/patient-education-bg.jpg) no-repeat center 0px;
}

.patient-education {
	/*float: left;*/
    display: inline-block;
    vertical-align: top;
    text-align: center;
	margin-left: 5%;
	width: 39%;
}

.c-section {
	padding: 20px 0;
}

.c-section li {
	float: left;
}

#flexiselDemo {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 98%;
	*width: 960px;
	*overflow: hidden;
	*height: 70px;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 96%;
	margin: 0 auto;
	margin-left: 2%;
}

.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
	padding: 10px 0;
}

.nbs-flexisel-item img {
	position: relative;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 23px;
	height: 41px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: #ccc;
	*top: -10px !important;
	top: 95px;
}

.nbs-flexisel-nav-left {
	left: 0px;
	background: url(images/c-left.png) no-repeat 0 0px;
	*background: url(images/c-left.png) no-repeat 6px 3px;
}

.nbs-flexisel-nav-right {
	right: 0px;
	background: url(images/c-rgt.png) no-repeat 0px 0px;
	*background: url(images/c-rgt.png) no-repeat 0px;
}

footer {
	background: #065399;
	color: #fff;
}

.practice-location span {
	font-size: 17px;
}

.practice-location {
	width: 33%;
	float: left;
}

.practice-location > img {
	margin: 10px 0;
}

.footer-section {
	padding: 30px 0;
}

.footer-section li a,
.footer-section a {
	color: #fff;
}

footer h3,
footer h3 a {
	color: #fff;
	font-weight: lighter;
}

.footer-menu li {
	padding: 1px 6px;
}

.footer-menu {
	font-size: 14px;
	padding: 15px 0 67px;
}

.footer-menu {
	float: left;
	font-size: 14px;
	padding: 0 3% 0 11%;
	width: 12%;
}

.footer-menu li a {
	color: #afd9ff;
}

.footer-contact {
	margin-top: 5%;
	width: 23%;
}

.footer-rgt img {
	float: left;
}

.footer-rgt {
	width: 30%;
	float: right;
}

.footer-rgt > p {
	margin: 20px 0;
}

.footer-rgt ul li {
	width: 45px;
	height: 35px;
	float: left;
	margin-right: 5px;
}

.footer-rgt ul li a {
	padding: 17px;
	display: block;
}

.f-fb {
	/*background: url(images/fb.jpg) no-repeat 0px 0px;*/
	background: url(images/smo-icons-upd.png) no-repeat 0px 0px;
}

.f-twitter {
	background: url(images/twitter.jpg) no-repeat 0px 0px;
}

.f-in {
	background: url(images/in.jpg) no-repeat 0px 0px;
}

.f-gplus {
	background: url(images/gplus.jpg) no-repeat 0px 0px;
}

.f-ytube {
/*	background: url(images/youtube.jpg) no-repeat 0px 0px;*/
	background: url(images/smo-icons-upd.png) no-repeat -96px 0px;
}

section {
	float: left;
	border-bottom: 1px solid #d5d9e8;
	font-family: 'RobotoRegular';
	width: 100%;
	padding: 10px 0;
}

.container {
	margin: 0 auto;
	padding: 25px 0;
	color: #403d3b;
	font-family: 'RobotoRegular';
}

.navigation_section {
	border-bottom: 1px solid #96c6ee;
	padding-bottom: 10px;
}

.navigation {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #2e8dde;
}

.navigation a {
	color: #000;
}

article {
	float: left;
	color: #000;
	margin-right: 2%;
	width: 70%;
}

.textmain {
	color: #35c3e2;
	font: bold 15px/21px 'GOTHIC';
}

article p {
	margin-bottom: 4px;
	padding-top: 7px;
	line-height: 23px;
}

aside {
	float: left;
	font-family: 'RobotoRegular';
	width: 251px;
}

article h1 {
	padding: 0 0 10px;
	color: #1b6b98;
	font-size: 31px;
	font-weight: normal;
}

article h2 {
	color: #5AB6E9;
	margin: 6px 0;
	font-size: 18px;
	font-weight: normal;
}

.text-main {
	border-bottom: 1px solid #ba6c29;
}

.textMainBold {
	font-weight: bold;
}

article h3 {
	color: #381d0e;
	font-size: bold 15px/22px "GOTHIC";
	padding: 10px 0;
}

article ul li {
	padding: 4px 0 4px 10px;
	list-style: none;
	background: url(images/list-nav.jpg) no-repeat 0px 9px;
}

.book-an-appointment {
	margin-bottom: 10px;
	background: #439bd1;
	color: #fff;
	font: 18px 'RobotoRegular';
	padding: 10px 0;
	border-radius: 0 0 16px 16px;
}

aside .book-an-appointment a {
	color: #fff;
}

.book-an-appointment p {
	background: url(images/aside-call-for-appointment.jpg) no-repeat 12px 8px;
	padding-left: 55px;
}

.services-we-offer h2,
aside .patient-education h2,
aside .patient_resources h2 {
	text-align: center;
	padding-bottom: 23px;
	margin-bottom: 10px;
}

.services-we-offer h2 a,
aside .patient-education h2 a,
aside .patient_resources h2 {
	color: #405473;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
}

.profile-info {
	font-weight: bold;
	background: #dddddd;
	padding: 34px 14px 32px;
	text-align: center;
}

.profile-info h2,
.profile-info span a {
	font-family: "RobotoLight";
}

.profile-info span a {
	color: #000;
	font-size: 19px;
	text-transform: uppercase;
}

.profile-info h2 a {
	color: #0079c4;
}

.profile-info img {
	border: 3px solid #ffffff;
	display: block;
	margin: 0 auto 11px;
	border-radius: 7px;
}

.profile-info > span {
	padding: 4px 0;
	display: inline-block;
}

.profile-info h3 {
	font-family: 'RobotoCondensedLight';
	font-weight: lighter;
	padding: 6px 0;
}

.view-profile {
	background: #188fb9 none repeat scroll 0 0;
	color: #ffffff;
	font-weight: lighter;
	padding: 5px 6px;
	margin-top: 12px;
	display: inline-block;
}

aside .patient-education,
aside .patient_resources,
aside .fellowship-pr {
	color: #000;
	width: auto;
	float: none;
	margin: 10px 0;
}

aside .patient-education {
	text-align: center;
}

aside .patient-education > h3,
aside .patient_resources h3,
aside .fellowship-pr h3 {
	font-size: 18px;
	margin-bottom: 6px;
}

aside .fellowship-pr > h3 {
	text-align: center;
}

aside .fellowship-pr > ul {
	width: 249px;
}

aside .fellowship-pr li {
	margin-bottom: 11px;
}

aside .services-we-offer {
	margin-top: 18px;
}

.services-we-offer {
	margin-bottom: 10px;
}

article .services-we-offer {
	margin-top: 21px;
}

.services-we-offer a,
.s-service1 li a {
	color: #184c6c;
	display: block;
	font-size: 16px;
}

.services-we-offer span {
	display: block;
	line-height: 20px;
	padding: 11px 25px 20px 86px;
}

article .services-we-offer li {
	margin-bottom: 0;
	width: 256px;
	z-index: 999;
	position: relative;
}

.services-we-offer img {
	float: left;
	margin: -12px 0 0 11px;
}

.services-we-offer a:hover {
	color: #fff;
}

article .services-we-offer p a:hover {
	color: #000;
}

.services-we-offer li {
	margin-bottom: 15px;
}

.services-we-offer li a {
	background: #82D0FF;
	border-radius: 0 0 13px 13px;
}

.services-we-offer li a:hover {
	background: #3285b8;
}

.services a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	padding: 5px 15px;
	text-align: center;
}

.services li {
	height: 65px;
	list-style: outside none none;
	padding: 0;
	margin: 10px 5% 0 0;
	float: left;
	width: 273px;
}

.s-service1 li {
	list-style: none;
	padding: 0;
}

.s-service1 {
	margin-bottom: 20px;
}

.s-service1 p {
	border: 1px solid #82d0ff;
	margin: -27px 0 0;
	font-size: 14px;
	padding: 34px 10px 27px 10px;
	z-index: 99;
	color: #184c6c;
}

.s-readmore {
	color: #007639;
	margin-left: 7px;
	display: inline !important;
	font-weight: bold;
	font-size: 14px !important;
}

.prfile-section img {
	float: left;
	margin-right: 10px;
}

.prfile-section h1 {
	color: #1b6b98;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 20px;
}

.prfile-section span {
	font-size: 20px;
	color: #000;
}

.higgins-txt {
	margin-top: 10px;
	float: left;
}

.Joint li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0 68px 15px 0 !important;
	padding: 0 !important;
	width: 250px;
}

.minimally a {
	background: url(images/revision-knee-replacement.gif) no-repeat scroll 5px 3px !important;
	padding: 35px 0 4px 125px !important;
}

.revision-hip a {
	background: url(images/hip-arthroplasty.gif) no-repeat scroll 5px 3px !important;
	padding: 35px 0 4px 125px !important;
}

.robotic-joint a {
	background: url(images/robotic-joint.gif) no-repeat scroll 5px 3px !important;
	padding: 35px 0 4px 125px !important;
}

.Joint li a {
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	color: #707070;
	display: block;
	height: 70px;
	line-height: 17px;
	padding: 4px 0 4px 10px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

.services-list > li {
	background: none;
	width: 41%;
	float: left;
}

.services-list a {
	background: #a4a4a4 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	padding: 6px 11px;
}

.services-list a:hover {
	background: #3285B8;
}

.testimonial-post > span {
	text-align: right;
	display: block;
	color: #3051A9;
}

.testimonial-post {
	border-bottom: 1px dashed #333;
	padding: 10px 0;
}

ul.rev {
	list-style: outside none none;
	padding: 0;
}

ul.tabs,
ul.rev {
	float: left;
	width: 100%;
}
.contact-map {
    border:1px solid #ccc;
    margin-right: 4px;
}
@media screen and (max-width:1200px) {

	.header_section,
	.menu_section,
	.banner-section,
	.navigation,
	.testimonial-education,
	.bullet_container,
	.services-section,
	.profile-txt,
	.c-section,
	.container,
	.footer-section {
		width: 100%;
	}

	.head-contact li {
		margin-right: 6px;
		padding-left: 25px;
	}

	.header-right {
		width: 72%;
	}

	.menu_section ul li a {
		padding: 19px 34px;
	}

	.profile-content {
		width: 69%;
	}

	article {
		margin: 0 1%;
		width: 73%;
	}
    #Matthew-profile{
        margin-left: 75px;
    }
    .testimonial-education{
        margin-left: 45px;
    }
    .practice-location {
	margin-left: 10px;
}
    body{
        overflow-x: hidden;
    }

}
@media screen and (max-width:1025px) {
     .profile {
	width: 63%;
}   
}
@media screen and (max-width:1023px) {
	.navigation {
		margin-left: 10px;
		width: 96%;
	}

	.practice-location {
		margin-left: 10px;
	}

	.header-rgt {
		width: 32%;
	}

	.logo {
		width: 36%;
		margin: 0px 3% 0px 0px;
	}

	.mid-logo {
		width: 32%;
	}

	.header-rgt {
		width: 24%;
	}

	.services-section li a {
		font-size: 14px;
	}

	.menu_section ul li a {
		padding: 19px 22px;
		font-size: 17px;
	}

	.home-banner1,
	.home-banner2,
	.home-banner3,
	.home-banner4 {
		background-size: 184% auto;
		min-height: 281px;
	}

	.banner-section > span {
		width: 48%;
		font-size: 27px;
		color: #000;
	}

	.services-section li {
		background-size: 108% auto;
		width: 16%;
	}

	.matthew-txt > img {
		width: 36%;
	}

	.profile {
		margin-top: 0;
	}

	.matthew-txt h1 {
		font-size: 23px;
	}

	.services-section li:hover {
		background-size: 100% auto;
	}

	.fellowship-pr > h3,
	.testimonial-education h3,
	footer h3,
	aside .patient-education h3 {
		font-size: 19px;
	}

	.footer-menu {
		width: 21%;
	}

	.banner-txt {
		margin: 7% 6% 0 0;
	}

	.profile-content {
		margin-left: 3%;
		width: 63%;
	}

	.view-profile {
		line-height: 42px;
	}

	#patient-education h3 {
		font-size: 24px;
	}

	.patient_resources ul li a {
		font-weight: normal;
		font-size: 11px;
	}

	.patient_resources {
		margin: 0 3%;
	}

	.services-list > li {
		width: 53%;
	}

	.footer-rgt {
		width: 30%;
	}

	article {
		margin: 0 1%;
		width: 64%;
	}

	.services-section li a:hover {
		color: #072744;
	}

	.h-service1:hover {
		background: url(images/service1-li.png) no-repeat scroll 0px 0px;
	}

	.h-service2:hover {
		background: url(images/service2-li.png) no-repeat scroll 0px 0px;
	}

	.h-service3:hover {
		background: url(images/service3-li.png) no-repeat scroll 0px 0px;
	}

	.h-service4:hover {
		background: url(images/service4-li.png) no-repeat scroll 0px 0px;
	}

	.h-service5:hover {
		background: url(images/service5-li.png) no-repeat scroll 0px 0px;
	}

	.h-service6:hover {
		background: url(images/service6-li.png) no-repeat scroll 0px 0px;
	}

	.h-service7:hover {
		background: url(images/service6-li.png) no-repeat scroll 0px 0px;
	}
    .services-section ul{
        text-align: center;
    }
    .services-section li{
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 13%;
    }
/*    .fellowship-pr {
	width: 186px;
	margin-left: 2%;
}*/
    .profile {
	width: 59%;
}
    .fellowship-pr li {
	width: 177px;
}
    .fellowship-pr {
	width: 46%;
	 margin-left: 0%; 
}
}
@media only screen and (max-width:810px) {
   .patient-education {
	width: 32%;
} 
    .fellowship-pr {
	width: 54%;
}
}
@media only screen and (max-width:777px) {
    .services-section li {
	width: 19%;
}
}
@media only screen and (max-width:767px) {
	.banner-txt {
		font-size: 52px;
		margin: 4% 6% 0 0;
		line-height: 40px;
	}

	.mid-logo {
		float: none;
		margin: 15px auto;
		width: 265px;
	}

	.header-rgt {
		margin: 0 auto;
		padding: 10px 0;
		float: none;
		width: 200px;
	}

	.logo {
		width: 333px;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}

	.header-rgt {
		width: 264px;
		float: none;
	}

	.menu_section ul li a {
		font-size: 14px;
		padding: 21px 24px;
	}

	.services-section li {
		width: 16.6%;
	}

	.matthew-txt h1 {
		font-size: 22px;
	}

	article {
		width: 97%;
		float: none;
	}

	.home-banner1,
	.home-banner2,
	.home-banner3 {
		min-height: 219px;
	}

	.inner-banner1,
	.inner-banner2,
	.inner-banner3 {
		background-size: 127% auto;
		min-height: 109px;
	}

	.banner-section > span {
		font-size: 17px;
		width: 48%;
	}

	.profile-content {
		width: 55%;
	}

	.profile-content p {
		display: none;
	}

	.nbs-flexisel-nav-right {
		right: 0;
	}

	.patient-resource {
		padding: 25px 0 25px;
	}

	.patient-testimonial {
		background-size: 179% auto;
	}

	#patient-education {
		background: #F3DEA9;
	}

	.patient_resources ul li a {
		font-size: 13px;
	}

	.footer-menu {
		padding: 0 3% 0 4%;
	}

	.footer-rgt {
		width: 36%;
	}

	.services-list > li {
		width: 265px;
	}

	aside {
		float: none;
		margin: 0 auto;
	}

	article {
		width: 97%;
	}

	.mobilesOnly {
		display: block;
		visibility: visible;
	}

	.desktopOnly {
		display: none;
		visibility: hidden;
	}

    .profile {
	float: none;
	margin-top: 4%;
	width: 98%;
        text-align: center;
}
    .viewprofile {
	margin: 0px auto;
}
    .matthew-txt > img {
	float: none;
	display: block;
	margin: 0px auto;
}
    #Matthew-profile {
	 margin-left: 5px; 
}
    #patient-testimonials{
        background: #b2d9f5;
    }
    .patinet-testimonial {
	float: none;
	width: 93%;
	display: block;
	/* text-align: center; */
	margin: 0px auto;
}

.fellowship-pr li {
	width: 168px;
}
}
@media only screen and (max-width:650px) {
    .menu_section ul li a {
	padding: 21px 18px;
}
    .services-section li {
	width: 21.6%;
}
    .profile-txt p {
	margin: 10px 11px;
}
    .fellowship-pr li {
	margin: 3px;
}
    .fellowship-pr {
	width: 44%;
}
}
@media only screen and (max-width:639px) {
	.banner-section > span {
		font-size: 17px;
	}

	.services-section li {
		width: 25%;
	}

	.home-banner1,
	.home-banner2,
	.home-banner3 {
		min-height: 201px;
	}

	nav .menu_section {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.slicknav_btn {
		position: relative;
		display: block;
		vertical-align: middle;
		float: right;
		padding: 0.438em 2% 0.438em;
		line-height: 1.125em;
		cursor: pointer;
	}

	.slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		font-family: Verdana, Geneva, sans-serif;
	}

	.slicknav_menu .slicknav_icon {
		float: left;
		margin: 0.188em 0 0 0.438em;
	}

	.slicknav_menu .slicknav_no-text {
		margin: 0
	}

	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}

	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 0.188em
	}

	.slicknav_nav {
		clear: both
	}

	.slicknav_nav ul,
	.slicknav_nav li {
		display: block
	}

	.slicknav_nav .slicknav_arrow {
		font-size: 1em;
		float: right;
		padding: 7px 0 7px 13px;
		border-left: 1px solid #222;
	}

	.slicknav_nav .slicknav_item {
		display: block;
		cursor: pointer;
	}

	.slicknav_nav a {
		display: block;
		font-family: Verdana, Geneva, sans-serif;
	}

	.slicknav_nav .slicknav_item a {
		display: inline-block;
		padding: 7px 0;
		border: none;
	}

	.slicknav_menu:before,
	.slicknav_menu:after {
		content: " ";
		display: table;
	}

	.slicknav_menu:after {
		clear: both
	}

	.slicknav_menu {
		*zoom: 1
	}

	.slicknav_menu {
		font-size: 16px;
	}

	.slicknav_btn {
		text-decoration: none;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		background-color: #5AB4EB;
		width: 96%;
	}

	.slicknav_menu .slicknav_menutxt {
		color: #fff;
		display: inline-block;
		font-weight: bold;
		left: 10px;
		position: relative;
		text-shadow: 0 1px 3px #000;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #0959A2;
	}

	.slicknav_menu {
		background: #0C5CA5;
	}

	.slicknav_nav {
		color: #fff;
		margin: 0;
		padding: 0;
		font-size: 0.875em;
	}

	.slicknav_nav,
	.slicknav_nav ul {
		list-style: none;
		overflow: hidden;
	}

	.slicknav_nav ul {
		padding: 0;
		margin: 0;
	}

	.slicknav_nav ul li a,
	.slicknav_nav ul li .slicknav_item {
		padding-left: 35px !important;
	}

	.slicknav_nav ul li .slicknav_item a {
		padding-left: 0 !important;
	}

	.slicknav_nav ul li ul li a {
		padding-left: 60px !important;
	}

	.slicknav_nav .slicknav_item {
		padding: 0px 15px;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
	}

	.slicknav_nav a {
		padding: 7px 15px;
		margin: 0;
		text-decoration: none;
		color: #fff;
		border-top: 1px solid #fff;
		text-align: left;
	}

	.slicknav_nav .slicknav_item:hover {
		background: #3E5574;
		color: #fff;
	}

	.slicknav_nav a:hover {
		background: #3E5574;
		color: #fff;
	}

	.slicknav_nav .slicknav_txtnode {
		margin-left: 15px;
	}

	.menu-sub {
		width: auto !important;
	}

	.banner-txt,
	#home_banner,
	#inner_banner {
		display: none;
	}

	.media-banner {
		display: block;
	}

	.home-banner1,
	.home-banner2,
	.home-banner3 {
		min-height: 165px;
	}

	.inner-banner1,
	.inner-banner2,
	.inner-banner3 {
		min-height: 82px;
	}

	.banner-section > span {
		font-size: 17px;
		width: 62%;
	}

	.test-content > img {
		margin: 0 8px 0 0%;
	}

/*	.patinet-testimonial,
	.patient-education {
		width: 95%;
	}*/
.patient-education {
	width: 37%;
}
	#patient-testimonials {
		background: #c6eaff none repeat scroll 0 0;
	}

	.profile-info {
		background: none;
	}

	aside .profile-info {
		background: #dddddd;
	}

	.profile-info img {
		float: none;
		margin: 0 auto;
	}

	/*.profile-content {
		width: auto;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.footer-rgt {
		width: 35%;
	}

	.matthew-txt > img {
		margin-left: 0;
	}

	.profile {
		width: 61%;
	}

	.fellowship-pr {
		margin: 0 auto;
		float: none;
	}
*/
	.practice-location,
	.footer-menu,
	.footer-rgt {
		float: none;
		width: 250px;
		margin: 0 auto 20px;
	}

	#inner_banner .banner-section {
		display: none;
	}

	.footer-menu {
		padding: 0 3% 0 11%;
	}

	.prfile-section img {
		margin: 0 auto;
		text-align: center;
		display: block;
		float: none;
	}

	aside {
		padding-top: 20px;
	}
}

@media only screen and (max-width:479px) {

	.home-banner1,
	.home-banner2,
	.home-banner3 {
		min-height: 132px;
	}

	.services-section li {
		width: 32%;
	}

	.matthew-txt > img {
		float: none;
		margin: 0 auto;
		width: 80%;
		text-align: center;
		display: block;
	}

	.profile {
		float: none;
		width: auto;
		text-align: center;
	}

	.viewprofile {
		margin: 0 auto;
	}

	.test-content {
		background: none;
	}

	.footer-menu {
		float: none;
		width: 276px;
		margin: 0 auto;
	}

	.footer-section {
		padding: 20px 0;
	}

	.banner-section {
		margin-top: 6%;
	}

	.banner-section > span {
		width: 72%;
	}

	.inner-banner1,
	.inner-banner2,
	.inner-banner3 {
		min-height: 63px;
	}

	.services-section li {
		width: 44%;
	}

	.logo,
	.header-rgt {
		width: 319px;
	}

	.header-rgt {
		width: 200px;
	}

	.textMain {
		padding: 0;
	}
    .test-content {
	width: 78%;
}

    .services-section li{
	width: 34%;
}
    .fellowship-pr, .patient-education {
        display: block;
        width: 80%;
    }
    .fellowship-pr li {
	width: 80%;
}
    .patient-education {
        margin-top: 20px;
        margin-left: 0%;
    }
}

	@media only screen and (max-width:359px) {

		.home-banner1,
		.home-banner2,
		.home-banner3,
		.home-banner4 {
			min-height: 109px;
		}
	}
