.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:rgba(255, 255, 255, 0.3);}
.owl-dots button.owl-dot.active {width:10px; height:10px; background:rgba(255, 255, 255);}
 

#patient-slider .owl-dots button.owl-dot.active { background: none; display:none;}
#patient-slider .owl-dots button.owl-dot{background: none; display:none;}
#patient-slider   .owl-dots button.owl-dot{margin:0px; display:none;}
#patient-slider   .owl-dots .owl-dot {width: 100%;  display:none;}
#patient-slider  .owl-nav span{background:none;width:30px;height:30px;line-height:30px;display: block;	border-radius:10px; position: relative;}
#patient-slider   .owl-nav button.owl-prev {right:40px;left: initial;}
#patient-slider   .owl-nav button.owl-next {right:10px;left: initial;}
#patient-slider   .owl-nav button{top:initial; bottom:-30px;}
#patient-slider  .owl-nav button.owl-prev span::after {background: url(Arrow-right.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#patient-slider  .owl-nav button.owl-next span::after{background: url(Arrow-left.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#patient-slider   .owl-nav button.owl-prev:hover span::after {background: url(Arrow-right.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#patient-slider  .owl-nav button.owl-next:hover span::after{background: url(Arrow-left.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}


#expert-video .owl-dots button.owl-dot.active { background: none; display:none;}
#expert-video .owl-dots button.owl-dot{background: none; display:none;}
#expert-video   .owl-dots button.owl-dot{margin:0px; display:none;}
#expert-video   .owl-dots .owl-dot {width: 100%;  display:none;}
#expert-video  .owl-nav span{background:none;width:30px;height:30px;line-height:30px;display: block;	border-radius:10px; position: relative;}
#expert-video  .owl-nav button.owl-prev {right:40px;left: initial;}
#expert-video  .owl-nav button.owl-next {right:10px;left: initial;}
#expert-video  .owl-nav button{top:initial; bottom:-30px;}
#expert-video  .owl-nav button.owl-prev span::after {background: url(Arrow-right.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#expert-video  .owl-nav button.owl-next span::after{background: url(Arrow-left.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#expert-video  .owl-nav button.owl-prev:hover span::after {background: url(Arrow-right.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}
#expert-video  .owl-nav button.owl-next:hover span::after{background: url(Arrow-left.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:45px; background-size:20px;display: inline-block; position: absolute; left:8px; top:14px;}


#home-slider .owl-nav{display:none;}
#home-slider .owl-dots{display:none;}

#home-slider-1 .owl-nav{display:none;}
#home-slider-1 .owl-dots{display:none;}

#home-slider-2 .owl-nav{display:none;}
#home-slider-2 .owl-dots{display:none;}

#home-slider-3 .owl-nav{display:none;}
#home-slider-3 .owl-dots{display:none;}
 
 
 

@media screen and (max-width:880px) { 
 
#patient-slider  .owl-dots, .owl-carousel .owl-nav {display:flex;align-items: center;flex-wrap: nowrap;margin-top: 0; padding-top:30px; width:58%;margin-left:0%;}
#patient-slider   .owl-nav button.owl-prev {right:60px;left: initial;}
#patient-slider   .owl-nav button.owl-next {right:20px;left: initial;}
#patient-slider   .owl-nav button{top:initial; bottom:0px;}
	
	
}