.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);}
 
#our-faculty .owl-dots{display:none;}#our-faculty .owl-nav span{background:none;width:42px;height:42px;line-height:38px;display: block;	border-radius:10px; position: relative;}#our-faculty .owl-nav button.owl-prev {right:60px;left: initial;}#our-faculty .owl-nav button.owl-next {right:20px;left: initial;}#our-faculty .owl-nav button{top:initial; bottom:-80px;}#our-faculty .owl-nav button.owl-prev span::after {background: url(next-arrow-h.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:34px;display: inline-block; position: absolute; left:8px; top:14px;}#our-faculty .owl-nav button.owl-next span::after{background: url(prev-arrow-h.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:34px;display: inline-block; position: absolute; left:8px; top:14px;}
#testimonials .owl-dots{display:none;}
#testimonials .owl-nav span{background:none;width:42px;height:42px;line-height:38px;display: block;	border-radius:10px; position: relative;}
#testimonials .owl-nav button.owl-prev {right:60px;left: initial;}
#testimonials .owl-nav button.owl-next {right:20px;left: initial;}
#testimonials .owl-nav button{top:initial; bottom:-80px;}
#testimonials .owl-nav button.owl-prev span::after {background: url(next-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:34px;display: inline-block; position: absolute; left:8px; top:14px;}
#testimonials .owl-nav button.owl-next span::after{background: url(prev-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:34px;display: inline-block; position: absolute; left:8px; top:14px;}

#your-score-improving .owl-dot{display:none;}#your-score-improving .item {opacity:0.96;  transform: scale(0.9); transition: all 1s ease-in-out; z-index:2;}#your-score-improving .item:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;height: 100%;background:rgb(255,255,255,.44);z-index: 1;}#your-score-improving .owl-item.active.center .item {opacity:1; transform: scale(1); display:block; position:relative; transform: scale(1);}#your-score-improving .owl-item.active.center .item:after{background:rgb(255,255,255,.0);}#your-score-improving .owl-nav span{background:#ffffff; width:42px;height:42px;line-height:38px;display: block;	border-radius:100%; position: relative;}#your-score-improving  .owl-nav button.owl-prev {right:initial;left:14%;}#your-score-improving .owl-nav button.owl-next {right:14%;left: initial;}#your-score-improving .owl-nav button.owl-prev span::after {background-color:#1fbdb6; background: url(next-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:10px; top:16px;}#your-score-improving .owl-nav button.owl-next span::after{background: url(prev-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:10px; top:16px;}#your-score-improving .owl-nav button.owl-prev:hover span::after {background: url(next-arrow-h.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:10px; top:16px;}#your-score-improving .owl-nav button.owl-next:hover span::after{background: url(prev-arrow-h.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:10px; top:16px;}
 

@media screen and (max-width:880px) {
#risks-health .owl-nav button{top:initial; bottom:-70px;}
	
}