.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:#FF6800;
}

.owl-dots button.owl-dot{width:10px; height:10px; background:#fff; border:2px solid #084D8F;}
.owl-dots button.owl-dot.active {width:10px; height:10px; background:#084D8F; border:2px solid #084D8F;}



#testimonials .owl-dots {text-align: center;position: absolute;justify-content: center;display: flex;left: 0px;right: 0px;bottom:-40px; padding-top:0px; }

#treatments .owl-dots {display:none; }


#patient-video .item {padding:0px; margin:0px 0; opacity:.7;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; border-radius:10px;}
#patient-video .item{margin:20px 0;}
#patient-video .owl-item {opacity: 0;}
#patient-video .owl-item.active {opacity: 1;}
#patient-video .video-box  img{border-radius:10px; height:100%;}

#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: 10px 0px 0px 10px;}
#patient-video .owl-nav button.owl-prev span{border-radius:0px 10px 10px 0px;}
#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 {left:initial;right:22%;}
#patient-video .owl-nav button.owl-next {left:initial;right:32.1%;}
#patient-video .owl-nav button{top:52%;}

 
 
 

@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;}
	
}