@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
/* CSS Document */

*{
	font-family: 'Lato', sans-serif;
}

.pointer{
	cursor:pointer;
}
.container{
	background-color:#fff;
	
}

@media (min-width: 768px) {
body{
	background:url(../images/bg-repeat.jpg) top left repeat-x fixed #ffffff;
	
}

}

@media (max-width: 768px) {
	.container{
		padding:0px 0px;
	}
}

.reset-margin{
	margin:0px 0px !important;
	}
	
.reset-padding{
	padding-right:0px !important;
	padding-left:0px !important;
	}



.home_contact{
	display:block;
	float:right;
	font-weight:400;
	color:#2b87c8;
	font-size:16px;
	margin-top:5px;
	margin-right: 15px;
	
}

.bx-wrapper .bx-pager{
	display:none;
}

.product_head{
	color:#2181bd;
	font-size:22px;
	font-weight:600;
	
	
}


/*navbar*/

.navbar{
	border:none;
	background:none;
	box-shadow:none;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	margin-bottom:0px !important;
	font-weight:400;
	z-index:3000;
	float:right;
	background:url(../images/nav_back.png) no-repeat;
	width:100%;
	border:1px solid #ced6d9;
	border-radius:12px;
	overflow:hidden;
	
	
	
}

.navbar, .nav, .navbar-nav{
	min-height:20px !important;
	}

.navbar-default .navbar-nav > li > a {
	color:#184f9f;
	padding:5px 30px !important;
	margin-right:0px;
	text-shadow:none;
	margin:10px 0px;
	font-weight:600;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#08295a;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#08295a;
	box-shadow:none;
}

.navbar-toggle{
	/*background-color:#215b84;*/
}
.navbar-default .navbar-toggle .icon-bar {
	color:#FFF !important;
}
@media (max-width: 768px) {
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#036;
	box-shadow:none;
}

}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}

.slide{
	margin-top:30px;
}



}


ul.dropdown-menu{
	margin-top:0px !important;
	border:none;
	
	}
	
ul.dropdown-menu > li > a{
	
	color:#000000;
	background-color:#fff;
	padding:5px 5px !important;
	margin-top:5px;
	
	}
ul.dropdown-menu > li > a:hover{
	background:none;
	background-image:none;
	color:#ffffff;
	background-color:#27c075 !important;
	  transition:background .2s;
	}


/*End of Navbar*/

/* Horizontal Slider back */

.scroll_back{
	background: #07caef; /* Old browsers */
	background: -moz-linear-gradient(top,  #07caef 0%, #0d4d9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07caef), color-stop(100%,#0d4d9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #07caef 0%,#0d4d9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #07caef 0%,#0d4d9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #07caef 0%,#0d4d9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #07caef 0%,#0d4d9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07caef', endColorstr='#0d4d9b',GradientType=0 ); /* IE6-9 */
	border-radius:15px;
		
}

.bx-wrapper .bx-viewport{
	background:none;
	border:none;
	box-shadow:none;
	
}

.bx-wrapper{
	margin-bottom:0px !important;
	
}

ul.bxslider > li{
	margin-left:15px;
}

@media (min-width: 768px) {

.bx-wrapper .bx-controls-direction a{
	width:36px;
	height:40px;
	}
		
.bx-wrapper .bx-prev{
	left: -63px;
	background:url(../images/bx-left.png) no-repeat;
}
	
.bx-wrapper .bx-next{
	right: -63px;
	background:url(../images/bx-right.png);
}
	
}
/* End Horizontal Slider back */

span.list_back > p{
	background: #03b8e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03b8e3 0%, #1d6aae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03b8e3), color-stop(100%,#1d6aae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03b8e3 0%,#1d6aae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b8e3', endColorstr='#1d6aae',GradientType=0 ); /* IE6-9 */

	list-style-type:none;
	color:#ffffff;
	border-top:1px solid #05cced;
	border-bottom:1px solid #195da4;
	font-size:14px;
	padding:6px 20px;
	font-style:italic;
	width:100%;
	margin-bottom:0px !important;
	cursor:pointer;
	

}
span.list_back > p:hover{
	
	color:rgba(3,12,46,1.00);
	}

.color_hover{
	color:rgba(3,12,46,1.00) !important;
	}
span.list_back > p img{
	float:right;
}

.part_head{
	color:#2181bd;
	font-size:30px;
	font-weight:600;
	padding-left:40px;
	font-family: 'PT Serif', serif;
	
}

.part_text{
	color:#515151;
	font-size:16px;
	text-align:justify;
	padding:12px 20px;
	padding-left:40px;
}

.horizontal_ribbon{	
	min-height:55px;
	background:url(../images/horizontal_mid_back.jpg) repeat;
	
	}

.band_link a{
	color:#ffffff;
	padding:0px 25px;
	text-decoration:none;
	margin-top:18px;
	display:inline-block;
	font-size:14px;
	
}

.band_link a:hover{
	color:#006;
	transition:color .3s;
}

.footer{
	background:url(../images/footer_back.jpg) repeat;
}

.footer p, .footer p >a{
	color:#acacac;
	font-size:14px;
	margin:10px 10px;
	
	
}

.footer p img{
	margin-left:30px;
	cursor:pointer;
}
.footer p img:hover{
	transform: scale(1.25);
	transition: transform .25s ease;
	
}


@media (min-width: 768px) {
.footer p{
	margin:0px 100px;
	padding-bottom:10px;
	border-bottom:1px solid #acacac;
}

.no_border{
	border:none !important;
}

}
/*Contact us page */
.contact_part_head{
	color:#238FBE;
	font-size:20px;
	font-weight:600;
	padding-left:40px;
	text-align:center;
	
	}
	
.contact_part_text{
	color:#515151;
	font-size:12px;
	text-align:justify;
	padding:2px 20px;
	padding-left:40px;
	font-weight:600;
	}
	
p.contact_part_text > span{
	width:100px;
	display:inline-block;
	height:auto;
	border:0px solid black;
}

hr{
	margin:3px 0px;
	border-top:1px solid #06b7e0;
	opacity:.4;
}


.contact_sec .col-md-4:nth-child(3){
	border:none !important;
}
	


/* Product page */
#loading{
	background:url(../images/ajax-loader.gif) no-repeat center center transparent;
	width:100%;
	height:100px;
	display:block;
	z-index:500;
	display:none;	
	}
	
	
.product_part_head{
	background: #03b8e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03b8e3 0%, #1d6aae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03b8e3), color-stop(100%,#1d6aae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03b8e3 0%,#1d6aae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03b8e3 0%,#1d6aae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b8e3', endColorstr='#1d6aae',GradientType=0 ); /* IE6-9 */

	list-style-type:none;
	color:#ffffff;
	border-top:1px solid #05cced;
	border-bottom:1px solid #195da4;
	font-size:18px;
	padding:6px 20px;
	font-style:italic;
	width:100%;
	margin-bottom:0px !important;
	
	}


.product_part_text{
	padding:10px 15px;
	text-align:justify;
	
}

.product_part_text_head{
	padding:0px 15px;
	color:#042e58;
	font-weight:600;
	font-size:18px;
	padding-top:10px;
	
}

.img_mod{
	padding:5px 5px;
	margin:15px 15px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	
}

.img_modx{
	padding:5px 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	
}

.table > tbody td{
	min-width:200px;
	text-align:justify;
}

.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(11, 128, 147, .2);
	text-align:justify;
}

.table-bordered > tbody > tr > th{
	background-color:#cceeff;
	color:#0a3869;
	border: 1px solid rgba(11, 128, 147, .2);
}

.service_text{
	margin:5px 20px;
	margin-bottom:10px;
	font-weight: 600;
	color: rgb(1, 35, 50);
	text-align:justify;
}

.tabx > tbody > tr > th{
	font-size:16px;
	padding:10px 10px;
}

.tabx > tbody > tr > th, .tabx > tbody > tr > td{
	text-align:justify;
	padding:10px 10px;
}

.table_renal > tbody > tr > th, .table_renal > tbody > tr > td{
	max-width: 90px;
}


/* End Product page */


.scrollToTop{
	width:50px; 
	height:45px;
	position:fixed;
	bottom:50px;
	right:50px;
	cursor:pointer;
	/*display:none;*/
	background:url(../images/Back-to-top-icon1.png) no-repeat;
}

