.owl-nav button {
  position: absolute;
  top: 50%;
  background-color:#f58634;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;

}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height:8px;
  border-radius:10px;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color:#f0a624;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0) !important;
}
.owl-nav span{
    font-size:0px;    
    position: relative;
    top: -5px;
    color:#074da3;
}


#hospitals .owl-dots{display:none;}
#hospitals .owl-nav span{font-size:19px;background:#fff; border:1.8px solid #f36c22; color:#f36c22; width:32px;height:32px;line-height:27px;display: block;	border-radius:20%;}
#hospitals .owl-nav button.owl-prev:hover span{background:#f36c22; color:#fff;}
#hospitals .owl-nav button.owl-next:hover span{background:#f36c22;color:#fff;}
#hospitals .owl-nav button.owl-prev {right:50px; left: initial;}
#hospitals .owl-nav button.owl-next {right:10px; left: initial;}
#hospitals .owl-nav button{top:-10%;}

#experts .owl-dots{display:none;}
#experts .owl-nav span{font-size:19px;background:#fff; border:1.8px solid #f36c22; color:#f36c22; width:32px;height:32px;line-height:27px;display: block;	border-radius:20%;}
#experts .owl-nav button.owl-prev:hover span{background:#f36c22; color:#fff;}
#experts .owl-nav button.owl-next:hover span{background:#f36c22;color:#fff;}
#experts .owl-nav button.owl-prev {right:50px; left: initial;}
#experts .owl-nav button.owl-next {right:10px; left: initial;}
#experts .owl-nav button{top:-10%;}

#hsopital-img .owl-dots{display:none;}
#hsopital-img .owl-nav span{font-size:19px;background:#fff; border:1.8px solid #f36c22; color:#f36c22; width:32px;height:32px;line-height:27px;display: block;	border-radius:20%;}
#hsopital-img .owl-nav button.owl-prev:hover span{background:#f36c22; color:#fff;}
#hsopital-img .owl-nav button.owl-next:hover span{background:#f36c22;color:#fff;}
#hsopital-img .owl-nav button.owl-prev {right:60px; left: initial; z-index:2;}
#hsopital-img .owl-nav button.owl-next {right:20px; left: initial; z-index:2;}
#hsopital-img .owl-nav button{top:initial; bottom:10px;}


#patient-video .item img{display:block;}
#patient-video .item {padding:0px;opacity: .4;transform: scale3d(0.8, 0.8, 1); margin:20px -8%;}
#patient-video .owl-item.active.center .item {opacity:1;transform: scale3d(1.0, 1.0, 1); display:block; position:relative; z-index:1; box-shadow: 1px 5px 10px rgba(0,0,0,0.1);}
#patient-video .owl-item.active.center img{border-radius:10px; display:none;}
#patient-video .owl-item.active.center video{border-radius:10px; display:block;}
#patient-video .owl-dots{display:none;}
#patient-video .owl-nav.disabled{display:block;}
#patient-video .owl-nav span{font-size:19px;background:#fff; border:1.8px solid #f36c22; color:#f36c22; width:32px;height:32px;line-height:27px;display: block;	border-radius:20%;}
#hospitals .owl-nav button.owl-prev:hover span{background:#f36c22; color:#fff;}
#hospitals .owl-nav button.owl-next:hover span{background:#f36c22;color:#fff;}



@media screen and (max-width:880px) {

#hospitals .owl-nav button{top:6%;}


}