.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:#ed193d;
}
.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:10px;    
    position: relative;
    top: -5px;
    color:#ed193d;
}

#patient-video .item {padding:0px;opacity: .5;transform: scale3d(0.8, 0.8, 1);}
#patient-video .owl-item.active.center .item {opacity:1;transform: scale3d(1.0, 1.0, 1); display:block; position:relative;}
#patient-video .owl-item.active .item {display:none;}
#patient-video .item{margin: -14px;}

patient-video .owl-item.active.center img{border-radius:10px;}

#patient-video .owl-dots{display:none;}
#patient-video .owl-nav.disabled{display:block;}
#patient-video .owl-nav span{font-size:19px;background: rgba(0, 0, 0, 0.5); color:#fff; width:42px;height:42px;line-height:42px;display: block;	border-radius: 0px 10px 10px 0px;}
#patient-video .owl-nav button.owl-prev span{border-radius:10px 0px 0px 10px;}
#patient-video .owl-nav button.owl-prev:hover span{background: rgba(0, 0, 0, 0.7);}
#patient-video .owl-nav button.owl-next:hover span{background: rgba(0, 0, 0, 0.7);}
#patient-video .owl-nav button.owl-prev {right:initial;left:17.8%;}
#patient-video .owl-nav button.owl-next {right:initial;left:24.7%;}
#patient-video .owl-nav button{top:52%;}

#technology .owl-dots{display:none;}
#technology .owl-nav.disabled{display:block;}

#technology .owl-nav span{font-size:19px;background: rgba(0, 0, 0, 0.5); color:#fff; width:42px;height:42px;line-height:42px;display: block;	border-radius: 10px 10px 10px 10px;}
#technology .owl-nav button.owl-prev:hover span{background:#07a89f; color:#fff;}
#technology .owl-nav button.owl-next:hover span{background:#07a89f;color:#fff;}
#technology .owl-nav button.owl-prev {right:100px;left: initial;}
#technology .owl-nav button.owl-next {right:40px;left: initial;}
#technology .owl-nav button{top:-10%;}



.owl-nav button:focus {
    outline: none;
}

@media screen and (max-width:880px) {
#patient-video .owl-nav button.owl-prev {right:initial;left:0%;}
#patient-video .owl-nav button.owl-next {right:0%;left:initial;}
#patient-video .owl-nav span{border-radius: 10px 0px 0px 10px;}
#patient-video .owl-nav button.owl-prev span{border-radius:0px 10px 10px 0px;}

#technology .owl-nav button.owl-prev {right:initial;left:0%;}
#technology .owl-nav button.owl-next {right:0%;left:initial;}
#technology .owl-nav span{border-radius: 10px 0px 0px 10px;}
#technology .owl-nav button.owl-prev span{border-radius:0px 10px 10px 0px;}
#technology .owl-nav button{top:50%;}
}	