#owl-carousel-wrap {
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: #FFF;
  position: relative;
}

.owl-carousel {
    height: 100% !important;
    overflow: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%!important;
}

.owl-buttons {
	position:absolute;
	width:100%;
	top:44%;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
	background-color:#333;
}
.owl-buttons .owl-prev img, .owl-buttons .owl-next img {
	width:20px;
}
.owl-buttons .owl-prev {
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	padding:7px 8px 7px 15px;
	float:left;
}
.owl-buttons .owl-next {
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	padding:7px 15px 7px 8px;
	float:right;
}
.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.owl-buttons .owl-prev:hover {padding-left:25px;}
.owl-buttons .owl-next:hover {padding-right:25px;}

ol li {
	font-size: 16px;
    font-weight: 400;
    
    color: #636363;
    word-wrap: break-word;
}

.fancy-box {
	padding:20px;
	width: 100%;
	color:#fff;
	background-color:#9fb6c5;
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 8px;
    box-shadow: 0 0px 5px #e7e7e7;
	-moz-box-shadow: 0 0px 5px #e7e7e7;
	-ms-box-shadow: 0 0px 5px #e7e7e7;
	-o-box-shadow: 0 0px 5px #e7e7e7;
	-webkit-box-shadow: 0 0px 5px #e7e7e7;
	display:block;
}
.fancy-box p {color:#fff;}
.fancy-box .surgery-icon {
	width:200px;
	height:82px;
	background:url(../images/surgeryicon.png) no-repeat center center;
	margin:auto;
	margin-bottom:20px;
	display:block;
}
.fancy-box .disease-icon {
	width:200px;
	height:82px;
	background:url(../images/deseaseicon.png) no-repeat center center;
	margin:auto;
	margin-bottom:20px;
	display:block;
}
.b-image img{
	max-width:100%;
}
.product-box {
	padding:20px;
	width: 100%;
	color:#333;
	background-color:#fff;
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 3px 1px;
    border-radius: 8px;
    box-shadow: 0 0px 5px #e7e7e7;
	-moz-box-shadow: 0 0px 5px #e7e7e7;
	-ms-box-shadow: 0 0px 5px #e7e7e7;
	-o-box-shadow: 0 0px 5px #e7e7e7;
	-webkit-box-shadow: 0 0px 5px #e7e7e7;
	display:block;
}
.product-box .image-wrap {
	display:block;
	width:100%;
	max-height:145px;
	overflow:hidden;
	margin:auto auto 8px auto;
	float:left;
}
.product-box img,.product-box .img {
	display:block;
	width:100%;
	max-width:100%;
	margin:auto;
	float:none;
	clear:both;
}
.product-box p, .product-box .title {color:#333;}
.product-box p {text-align:justify;}
.product-box .title {text-align:center;}

.bright-light {background-color:#f8f9fa !important;}
.blue-one {background-color:#355a86 !important;}
.blow-line:after {
	display:block;
	background-image:url(../images/oneline.png);
	height:1px;
}

.s-icon {
	display:inline-block;
	width:38px;
	height:38px;
	background-size:38px 38px!important;
	-moz-background-size:38px 38px!important;
	-ms-background-size:38px 38px!important;
	-o-background-size:38px 38px!important;
	-webkit-background-size:38px 38px!important;
}

.s-icon.fb {
	background:url(../images/fb-gray.png) no-repeat center center;
}
.s-icon.fb:hover {
	background:url(../images/fb-white.png) no-repeat center center;
}
.s-icon.linkedin {
	background:url(../images/linkedin-gray.png) no-repeat center center;
}
.s-icon.linkedin:hover {
	background:url(../images/linkedin-white.png) no-repeat center center;
}
.s-icon.insta {
	background:url(../images/insta-gray.png) no-repeat center center;
}
.s-icon.insta:hover {
	background:url(../images/insta-white.png) no-repeat center center;
}
.s-icon.twitter {
	background:url(../images/twitter-gray.png) no-repeat center center;
}
.s-icon.twitter:hover {
	background:url(../images/twitter-white.png) no-repeat center center;
}

@media only screen and (min-width:768px){
	#owl-carousel-wrap {
		max-height: 450px;
	}
}