body {
	background: #002d62 url(../images/header-bg.jpg) no-repeat top center;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h5, p, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}
.page {
}
.wraper {
	width: 990px;
	margin: 0 auto;
}
.header {
	margin: 0px 0px 0px 0px;
}
.header_top {
	border-top: #42b3e5 3px solid;
	border-bottom: #0d50a0 1px solid;
}
.time {
	float: left;
	background-color: #001a3b;
	color: #0384ce;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	margin: 5px 0px 0px 0px;
}
ul.top_nav {
	float: left;
	margin: 0px 0 0 20px;
}
ul.top_nav li {
	float: left;
	display: inline;
	margin: 0 0 0 0px;
	position: relative;
}
ul.top_nav li a {
	float: left;
	display: inline;
	color: #42b3e5;
	text-decoration: none;
	padding: 10px 10px;
	border-right: #0d50a1 1px solid;
}
ul.top_nav li:hover a, ul.top_nav li.top_nav_selected a {
	background: url(../images/nav-hover.png) no-repeat 50% 0;
	color: #fff;
	-webkit-transition: all 0.8s ease-in-out 0.1s;
	-moz-transition: all 0.8s ease-in-out 0.1s;
}
.contact_information {
	/*background-color: #42b3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;*/
	font-size: 24px;
	font-weight:bold;
	margin: 17px 10px 15px 0;
	float:right;
	display: block;
	padding: 8px 15px;
	color: #fff; 
}
.logo {
	float:left;
	margin: 20px 0px 18px 10px;
}
.book_appointment {
	background-color: #0a901a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	margin: 22px 0 15px 0;
	float:right;
}
.book_appointment a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
}
/******************************************************** Main Nav  *********************************************************/

.main-menu {
	background-color: #42b3e5;
	height: 45px;
	border-bottom: 5px solid #0e54a6;
}
.main-menu ul li {
	position: relative;
	display: inline-block;
	float: left;
	border-right: 1px solid #2e9fd1 !important;
	margin-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
.main-menu ul li:last-child {
	border-right: none !important;
}
.main-menu ul li a {
	display: block;
	color: #fff;
	padding: 14px 21px 13px 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.main-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0a901a;
	-webkit-transition: all 0.8s ease-in-out 0.1s;
	-moz-transition: all 0.8s ease-in-out 0.1s;
}
.main-menu ul ul {
	display: none;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 180px;
	z-index: 99999;
	float: right;
	background: #42b3e5 !important;
}
.main-menu ul ul li {
	background: none !important;
	z-index: 99999;
	min-width: 180px;
	border: 0 none;
	border-bottom: 1px solid #2e9fd1;
	font-size: 12px;
	height: auto;
	margin: 0;
}
.main-menu ul.sub-menu a {
	line-height: 1em;
	padding: 10px 10px;
	display: block !important;
	margin-right: 0 !important;
	z-index: 99999;
	color: #fff !important;
}
.main-menu ul ul li:hover > a, .main-menu ul ul :hover > a {
	color: #fff !important;
	padding-left: 15px !important;
	padding-right: 5px !important;
}
.nav_selected a {
	background-color: #0a901a;
}
.main-menu ul li:hover > ul {
	display: block;
}
/******************************************************************** slider *************************************************************/

.caroufredsel_wrapper {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.caroufredsel_wrapper_slider {
/*top: 65px !important;*/
}
.slider {
	/*position: absolute;*/
	padding: 0;
}
.slider li {
	float: left;
	height: 550px;
	background-position: top center;
	background-repeat: no-repeat;
}
.slider li .slider_img {
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
}
/* --- slider content --- */
.slider_content_box {
	margin-top: -577px;
	min-height: 367px;
	position: relative;
}
.slider_content {
	display: none;
	padding-top: 50px;
	padding-bottom: 17px;
	margin: 0px 0px 0px 20px;
}
.slider_content:after {
	content: "";
}
.slider_content h1 {
	font-size: 30px;
	color: #0a901a;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
/* --- slider navigation --- */
.slider_navigation {
	position: absolute;
	clear: both;
	width: 100%;
	bottom: 0;
}
.slider_navigation .slider_control {
	float: left;
}
.slider_navigation .slider_control a {
	display: block;
	height: 41px;
	font-size: 11px;
	padding: 0;
	color: #FFF;
	line-height: 160%;
	text-decoration: none;
}
.slider_navigation .slider_control a:hover {
	text-decoration: none;
}
.slider_navigation .top_border {
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
.slider_navigation .slider_control .slider_control_bar {
	display: none;
	background-color: #FFFFFF;
	height: 4px;
	margin-top: -4px;
}
.slider_navigation .slider_bar {
	position: relative;
	height: 4px;
	margin-left: 0;
	margin-bottom: -1px;
	background: #FFF;
}
/****************************************************************** home box ***************************************************/

.relative {
	position: relative;
}
.home_box {
	float: left;
	width: 280px;
	height: 140px;
	padding: 15px 25px 25px;
	margin: 20px 0px 0px 0px;
}
.home_box h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}
.home_box p {
	color: #fff;
	margin: 10px 0px 25px 0px;
	line-height: 21px;
}
.read_more a {
	color: #fff;
	border: #fff 1px solid;
	text-decoration: none;
	padding: 5px 22px 5px 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 74px 12px;
}
.read_more a:hover {
	background-color: #0a901a;
	color: #fff;
	border: #fff 1px solid;
	text-decoration: none;
}
.home_box.light_blue {
	background-color: #42B3E5;
}
.home_box.blue {
	background-color: #0384CE;
}
.home_box.dark_blue {
	background-color: #3156A3;
}
/****************************************************************** Body Contents ***************************************************/

.body_container {
	background-color: #fff;
	padding: 10px;
}
.body_left {
	float: left;
	width: 650px;
}
.body_left h2 {
	font-weight: normal;
	border-bottom: #d5d5d5 1px solid;
	padding: 0px 0px 5px 0px;
	margin-bottom:20px;
}
.body_left h2 span {
	font-weight: normal;
	border-bottom: #42b3e5 1px solid;
	padding: 0px 0px 5px 0px;
}
.body_left img{
	float:left;
	margin:0px 20px 0px 0px;
	border:#42b3e5 1px solid;
}
.body_left p{
	margin:0px 0px 8px 0px !important;
	text-align:justify;
	line-height:19px;
}
.right_margin_0px {
	margin-right: 0 !important;
}
.page_right {
	float: right;
	width: 300px;
	margin-bottom:10px;
}
/****************************************************************** Body Contents ***************************************************/

.make_appointment {
}
.make_appointment h2 {
	font-weight: normal;
	border-bottom: #d5d5d5 1px solid;
	padding: 0px 0px 5px 0px;
}
.make_appointment h2 span {
	font-weight: normal;
	border-bottom: #42b3e5 1px solid;
	padding: 0px 0px 5px 0px;
}
.make_appointment p {
	color: #666;
	margin: 10px 0px 10px 0px;
}
.contact_phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 6px 0px 6px 38px;
	color: #666666;
	height:15px;
	/*border-bottom:#e0e0e0 1px solid;*/
	margin-bottom: 10px;
	font-weight:bold;
	font-size:17px;
}
.contact_phone:hover {
	background-position: 0 -29px;
}
.contact_mail {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 6px 0px 6px 38px;
	color: #666666;
	/*border-bottom:#e0e0e0 1px solid;*/
	margin-bottom: 10px;
	font-weight:bold;
	font-size:15px;
	height:15px;
}
.contact_mail a {
	color: #0a901a;
	text-decoration: none;
	border-bottom: #0a901a 1px dotted;
}
.contact_mail:hover {
	background-position: 0 -29px;
}
.contact_form {
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 6px 0px 6px 38px;
	color: #666666;/*border-bottom:#e0e0e0 1px solid;*/
}
.contact_form a {
	color: #0a901a;
	text-decoration: none;
	border-bottom: #0a901a 1px dotted;
}
.contact_form:hover {
	background-position: 0 -29px;
}
/****************************************************************** Body Contents ***************************************************/

.footer {
	background-color: #000;
}
.footer_sky_blue {
	float: left;
	width: 290px;
	padding: 20px;
	background-color: #42b3e5;
}
.footer_sky_blue h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	
}
.footer_sky_blue p a {
	color: #fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
}
.footer_sky_blue p a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_dark_blue {
	float: left;
	width: 290px;
	padding: 20px;
	background-color: #0384ce;
}
.footer_dark_blue h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}
.footer_dark_blue p a {
	color: #fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
}
.footer_dark_blue p a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_naviblue {
	float: left;
	width: 290px;
	padding: 20px;
	background-color: #3156a3;
}
.footer_naviblue h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}
.footer_naviblue p a {
	color: #fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
}
.footer_naviblue p a:hover {
	color: #fff;
	text-decoration: underline;
}
.margin_top {
	margin-top: 20px !important;
}
.footer_bottom {
	border-top: #353535 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.cqc{padding: 0px 10px 20px 0px;
	float: right;
	color: #fff;}
.copyright {
	padding: 0px 10px 20px 0px;
	text-align:center; 
	color: #fff;
}
ul.footer_links {
	float:left;
	margin:2px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#fff;
}
ul.footer_links li{
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	float:left;
	display:inline-block;
}
ul.footer_links li a{
	color:#fff;
	text-decoration:none;
	padding:0px 5px 0px 0px;
}
/****************************************************************** About Us ***************************************************/

.body_container {
}
.body_container h1 {
	border-bottom: #d5d5d5 1px solid;
	padding: 0px 0px 6px 0px;
	color: #666;
}
.body_container h1 span {
	border-bottom: #42b3e5 1px solid;
	padding: 0px 0px 6px 0px;
	color: #666;
}
.about_img {
	float: left;
	margin: 20px 0px 0px 0px;
}
.about_text {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 550px;
	line-height: 18px;
	color: rgba(102,102,102,1);
}
.about_text a{
	text-decoration:none;
	color:#0000ee
}

.body_container p {
	margin: 20px 0px 20px 0px;
	color: rgba(102,102,102,1);
}
/****************************************************************** Services ***************************************************/


.services {
	margin: 40px 0 10px;
	overflow: hidden;
	padding: 0 0 0px;
}
.services .service {
	float: left;
	margin: 0 8px;
	text-align: center;
	width: 178px;
}
ul.services li.service h4 a {
	color: #4c595c;
	text-decoration: none !important;
}
.services .service h4 {
	margin: 0 0 10px;
	color: #4c595c;
}
.services .service:hover h4 a {
	color: #0a901a;
	text-decoration: none !important;
}
.services .service .service-thumb {
	height: 112px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 112px;
}
.services .service .service-thumb img {
	left: 0;
	position: absolute;
	top: 0;
}
.services .service:hover .service-thumb img {
	bottom: 0;
	top: auto;
}
.other_services {
	margin: 20px 0px 10px 0px;
}
.first_service {
	float: left;
	background-color: #6acefa;
	width: 202px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 40px;
}
.second_service {
	float: left;
	background-color: #42b3e5;
	width: 202px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 40px;
}
.third_service {
	float: left;
	background-color: #0384ce;
	width: 203px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 40px;
}
.forth_service {
	float: left;
	background-color: #3156a3;
	width: 203px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 40px;
}
/****************************************************************** Visiting Doctors ***************************************************/

.visiting_doc_width {
	width: 530px !important;
	margin-left: 20px;
}
.advantages {
	margin-bottom: 10px;
}
.advantages h3 {
	font-weight: normal;
	color: #666666;
}
.advantages ul {
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}
.advantages ul li {
	list-style-type: square;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
/****************************************************************** pharmacy ***************************************************/
.visit {
	margin-top: 20px !important;
}
.visit a {
	font-size: 18px;
	text-decoration: none;
	color: #42b3e5;
}
/****************************************************************** underconstruction ***************************************************/

.underconstruction {
	text-align: center;
	font-size: 24px;
	margin: 145px 0px 145px 0px;
}
/****************************************************************** Work With US ***************************************************/

.contact_form1 {
	margin-top: 20px;
	float: left;
}
.contact_form1 p {
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	color: rgba(102,102,102,1);
	margin-bottom: 20px;
}
.contact_form1 form {
}
.contact_form1 form fieldset {
	border: 0;
	display: block;
}
.contact_form1 form label {
	color: #8f8f8f;
	font: 12px 'PT Sans', sans-serif;
	line-height: 18px;
	margin-bottom: 5px;
	display: block;
}
.contact_form1 .text {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	color: #999;
	font: 13px 'PT Sans', sans-serif;
	height: 25px;
	margin-right: 15px;
	padding-left: 10px;
	width: 330px;
	display: block;
}
.contact_form1 .select_dropdown {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	color: #999;
	font: 13px 'PT Sans', sans-serif;
	margin-right: 15px;
	padding: 4px 5px;
	width: 343px;
	display: block;
}
.contact_form1 .textarea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	color: #999;
	font: 12px 'PT Sans', sans-serif;
	padding: 10px;
	width: 450px;
}
.send_bttn {
	background-color: #0a901a;
	border:#056611 1px solid;
	padding: 5px 10px;
	color: rgba(255,255,255,1);
	 
	margin: 10px 0px 10px 10px;
	cursor: pointer;
	font-size: 14px;
}
.text_red {
	color: #d74142;
}
/****************************************************************** Contact Us ***************************************************/

.contact_detail {
	float: right;
	width: 420px;
	margin-top:20px;
}
.contact_detail h2 {
	color: #666;
	border-bottom: #d5d5d5 1px solid;
	padding: 0px 0px 6px 0px;
	margin:0px 0px 20px 0px;
}
.contact_detail h2 span {
	color: #666;
	border-bottom: #42b3e5 1px solid;
	padding: 0px 0px 6px 0px;
}
.contact_detail ul {
}
.contact_detail ul li {
	margin:10px 0px 10px 0px;
	font-size:20px;
	font-weight:bold;
}
.contact_detail ul li span{
	color:#0a901a;
}
.contact_detail ul li a{
	 color:#42b3e5;
	 text-decoration:none;
}

/*=================================================================*/

.msg_done{
	padding:10px 10px 10px 10px; font-size:12px; border:#86FA69 solid 1px; background:#D8FED6; margin:10px 0px 10px 0px ;
}

ul.bullet_li{
	
	margin:0px 0px 0px 15px;
}

ul.bullet_li li{
	
	list-style-type:square;
}


/*======================================= Desclaimer ==========================*/

.disclaimer{font-size:13px; color:#666666;margin:20px 0px 15px 0px; }
ul.disclaimer{ margin:0px 0px 0px 17px; float:right;}
ul.disclaimer li{ list-style-type:square; font-size:13px; color:#666666; margin:0px 0px 10px 0px;}

.body_container h3{ color:#333333; border-bottom:#CCC 1px dashed; padding-bottom:5px; margin-bottom:10px;}
