@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400);
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.no-margin {
	margin: 0 !important;
}
p {
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 10px;
	line-height: 1.8em;
	text-align:justify;
}
a {
	color: #047db5;
	text-decoration: none;
	line-height: 24px;
}
a:hover, a:focus {
	color: #047db5;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: none -webkit-focus-ring-color;
	outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}
h2 span {
	color: #047db5;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
	text-transform:uppercase;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.topbar {
	background: #f9f9f9;
	color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.social {
	display: inline-block;
	list-style: none;
	padding: 9px 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	margin: 0 auto;
}
.social li {
	float: left;
	margin-right: 10px;
}
.social li:last-child a {
	padding-right: 0;
}
.social li a, .social li a:visited {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
	line-height: 20px;
	padding: 10px 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.social li .fa-facebook:hover {
	color: #0083C9;
	background: none;
}
.social li .fa-twitter:hover {
	color: #5BBCEC;
	background: none;
}
.social li .fa-linkedin:hover {
	color: #90C9DC;
	background: none;
}
.social li .fa-pinterest:hover {
	color: #FF4518;
	background: none;
}
.social li .fa-google-plus:hover {
	color: #CE3C2D;
	background: none;
}
.social li .fa-youtube:hover {
	color: #CE3C2D;
	background: none;
}
.social li .fa-rss:hover {
	color: #FF6600;
	background: none;
}
.top-nav {
	font-size: 14px;
}
.top-nav .nav {
	margin-top: 0px;
}
.top-nav .nav > li:first-child {
	padding-left: 15px;
}
.top-nav .navbar-nav > li {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	padding: 12px 20px;
}
.top-nav .navbar-nav > li:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.top-nav .navbar-nav > li > a {
	position: relative;
	color: rgba(0, 0, 0, 0.3);
	padding: 2px 0px;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.top-nav .navbar-nav > li > a:hover {
	background: none;
	color: #008ed6;
}
/*  Main Navigation */
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px;
	margin: 10px;
	font-size: 18px;
	line-height: 20px;
}
.logo {
	padding: 0px 0;
}
.logo img {
	max-height: 80px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-default {
	background: #FEFEFE;
	min-height: 50px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 0px solid #F1373A;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	margin: 0px 0px 6px 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li {
	display: block;
	border-right: 1px solid #ccc;
}
.navbar-default .navbar-nav > li:last-child {
	border-right: 0px solid #ccc;
}
.navbar-default .navbar-nav > li > a {
	line-height: 20px;
	color: #1e7b48;
	letter-spacing: 1px;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.nav > li > a {
	padding: 3px 15px;
}
.nav {
	margin-top: 40px;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #047db5;
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #047db5;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f9cd22;
	background: none;
}
.dropdown-menu {
	padding: 0px;
	background: rgba(51,51,51,0.9);
	border: 0px;
}
.dropdown-menu li {
	border-bottom: 1px solid #75776a;
	padding: 5px;
	display: block;
}
.dropdown-menu li a {
	color: #FFFFFF;
}
.dropdown-menu li:last-child {
	border-bottom: 3px solid #047db5;
}
.dropdown-menu li a:hover {
	background: none;
	color: #047db5;
}
 @media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
}

.clears{margin:350px 0;}

===========================================

BANNER START

===========================================

*/

.banner {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}
.banner ul {
	margin: 0px;
	padding: 0px;
}
.banner .bxslider > li {
	height: auto;
	overflow: hidden;
}
.banner .bxslider > li:before {
	content: "";
	background-image: url(../images/pattern.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.banner .bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .newsletters .subscribe button {
	background-color: #047db5;
}
.features {
	padding: 40px 0 10px;
}
.feature-block{
	background-color:#047db5;
	padding: 20px 10px;
	cursor: pointer;
	margin-bottom:20px;
	min-height:150px;
	text-align:center;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.feature-block:hover{background-color: #1e7b48;}

.feature-block h3 {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.content {
	padding: 40px 0;
	background: #FAFAFA;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.doctors-wrapper {
	padding: 30px 0 10px;
}

/*	PERSONS
/*=============*/
	
.person {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border:1px solid #F1F1F1;
}
.person-inner {
	padding-bottom: 20px;
	background-color: #FAFAFA;
}
.person .img {
	margin: 0 auto 15px auto;
	position: relative;
}
.person img {
	margin: 0 auto;
}
.person .names {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	font-weight: 400;
}
.person .title {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.person .phone {
	font-size:18px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
}

/*	BREAD CRUB STARTS*/
.breadcrumb-section { width:100%; margin:0px 0px 20px; padding:10px 0px 10px; float:left; clear:both; background:#047DB5 url(../images/bread-crub.png) ; font-family: 'Open Sans', sans-serif;}
.breadcrumb-section h3{color:#fff;}
ul.breadcrumb{margin:0px 0 0;background:transparent;}
ul.breadcrumb>li{text-shadow:none}
ul.breadcrumb>li>a,ul.breadcrumb>li .divider{color:#fff; font-size:14px; font-weight:400;}
ul.breadcrumb>li.active{color:#CCC}

/*	LEFT SIDE BAR STARTS*/
.ul li{list-style-type:none; margin-left:0px;}	
.ul li:before {
	content: "\f101";
    font-size: 12px;
    color:#1E7B48;
    position:relative;
	margin-right:10px;
    font-family: FontAwesome;
}	
.ul li:before a{ text-decoration:none; color:#743349; line-height:6px; }
.ul li:before a:hover{ text-decoration:none; color:#ee29d6; }

.left_body{ width: 33.33333333%; padding:0 0px 20px 0; height:auto; float:left; }
.left_body ul{ margin:20px 0 0 0; }
.left_body ul li{ padding:5px 0 5px 5px; height:auto; border-bottom:1px dotted #743349; font-family: 'Open Sans', sans-serif;  font-size:13px;  font-weight:300; left 11px no-repeat;}
.left_body ul li a{ text-decoration:none; color:#333; line-height:6px; }
.left_body ul li a:hover{ text-decoration:none; color:#047DB5; }
.left_body ul ul{ margin:0; padding:0; }
.left_body ul li ul li{ padding:5px 0 5px 10px; height:auto; border-bottom:0px dotted #743349; left 8px no-repeat; line-height:10px; font-size:13px; }
.left_body ul li ul li a{ line-height:15px; }
.right_body{height:auto; float:right;  border-left:1px solid #b9b9b9; padding:0 0 0 30px; }

.left_body1{ width: 25%; padding:0 0px 20px 0; height:auto; float:left; }
.left_body1 ul{ margin:20px 0 0 0; }
.left_body1 ul li{ padding:5px 0 5px 5px; height:auto; border-bottom:1px dotted #743349; font-family: 'Open Sans', sans-serif;  font-size:13px;  font-weight:300; left 11px no-repeat;}
.left_body1 ul li a{ text-decoration:none; color:#333; line-height:6px; }
.left_body1 ul li a:hover{ text-decoration:none; color:#047DB5; }
.left_body1 ul ul{ margin:0; padding:0; }
.left_body1 ul li ul li{ padding:5px 0 5px 10px; height:auto; border-bottom:0px dotted #743349; left 8px no-repeat; line-height:10px; font-size:13px; }
.left_body1 ul li ul li a{ line-height:15px; }


/*	FANCY LIST STARTS*/
ul.fancy-list { list-style-type:none; list-style-position:outside; padding:0; font-family:}
ul.fancy-list li { display:block; position:relative; padding-left:20px; line-height: 21px;	font-family: 'Open Sans', sans-serif; padding-bottom:20px; font-size:13px;  font-weight:300;}
ul.fancy-list li p{line-height:21px !important; color:#333;} 
ul.fancy-list li ul { padding-left:0px; }
	
ul.fancy-list.arrow li { padding-left:15px; }
ul.fancy-list.double-arrow li { padding-left:15px; }

ul.fancy-list li:before { font-family: 'FontAwesome'; font-style:normal; color:#047DB5; font-weight:300; text-decoration:inherit; position:absolute; top:-2px; left:0px; }

ul.fancy-list.arrow li:before { content:"\f105";}
ul.fancy-list.double-arrow li:before { content:"\f101";}

ul.fancy-list.arrow-right li:before { content:"\f061"; color: #30F}


.nested li{margin-bottom:5px;}
.nested-ul{margin:0 0 5px 15px;}
ul.fancy-list { list-style-type:none; list-style-position:outside; }
ul.fancy-list li { display:block; position:relative; padding-left:15px; line-height:20px; font-weight:500}
ul.fancy-list li P{ display:block; position:relative; padding-left:15px; line-height:20px; }
ul.fancy-list li ul { padding-left:0px; }

ul.fancy-list.arrow-right li:before { content:"\f061"; color: #666}

.title{color:#047DB5}

/*	FOOTER STARTS
/*=============*/
	
footer {
	background: #36393D;
	padding: 20px 0 10px;
	margin-top: 0px;
}
footer p {
	color: #ffffff;
}
footer p span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #4eccb9;
	font-weight: 400;
}
.designed {
	text-align: right;
}
.designed a {
	color: #999999;
}
.designed a:hover {
	color: #4eccb9;
}
/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #4eccb9;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	text-decoration: none;
}
 @media (min-width: 1024px) and (max-width: 1199px) {
.top-nav {
	font-size: 14px;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
.top-nav {
	font-size: 12px;
}
.top-nav .navbar-nav > li {
	border-right: 1px solid #8ab28a;
	padding: 11px 10px;
}
}
 @media (min-width: 320px) and (max-width: 767px) {
.topbar {
	text-align: center;
	margin: 0 auto;
}
.social {
	padding: 5px 15px;
}
.designed {
	text-align: center;
}
footer p {
	text-align: center;
}
}
 @media (min-width: 320px) and (max-width: 479px) {
.logo img {
	max-width: 200px;
}
.left_body{ width:330px; padding:0 0px 20px 0; height:auto; float:left; }
.right_body{ width:330px; height:auto; padding-right:15px}
.left_body1{ width:300px; padding:0 0px 20px 0; height:auto; float:left; }
}
