.customer-feedback .owl-item img{width:85px;height:85px;border-radius:50%;margin:auto;}
.feedback-slider-item{position:relative;padding:60px;margin-top:-40px;}
.customer-name{margin-top:15px;margin-bottom:25px;font-size:15px;font-weight:400;color:#767779;}
.customer-name strong{margin-top:15px;margin-bottom:25px;font-size:14px;font-weight:700;color:#000;}
.feedback-slider-item p{line-height:1.875;font-size:14px;font-style:italic;color:#757678;line-height:30px;}
.customer-rating{background-color:#eee;border:3px solid #fff;color:rgba(1, 1, 1, 0.702);font-weight:700;border-radius:50%;position:absolute;width:47px;height:47px;line-height:44px;font-size:15px;right:0;top:77px;text-indent:-3px;}
.thumb-prev .customer-rating{top:-20px;left:0;right:auto;}
.thumb-next .customer-rating{top:-20px;right:0;}
.customer-rating i{color:rgb(251, 90, 13);position:absolute;top:10px;right:5px;font-weight:600;font-size:12px;}
.feedback-slider-item:after{content:'';position:absolute;left:20px;right:20px;bottom:0;top:103px;background-color:#f7f7f7;border-radius:10px;z-index:-1;}
.thumb-prev,
.thumb-next{position:absolute;z-index:99;top:45%;width:98px;height:98px;left:-90px;cursor:pointer;transition:all .3s;}
.thumb-next{left:auto;right:-90px;}
.feedback-slider-thumb img{width:100%;height:100%;border-radius:50%;overflow:hidden;}
.feedback-slider-thumb:hover{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
.customer-feedback .owl-nav [class*="owl-"]{position:relative;display:inline-block;bottom:45px;transition:all .2s ease-in;}
.customer-feedback .owl-nav i{background-color:transparent;color:#ad8d37;font-size:25px;}
.customer-feedback .owl-prev{left:-15px;}
.customer-feedback .owl-prev:hover{left:-20px;}
.customer-feedback .owl-next{right:-15px;}
.customer-feedback .owl-next:hover{right:-20px;}
.customer-feedback .owl-dots{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:35px;}
.customer-feedback .owl-dot{display:inline-block;}
.customer-feedback .owl-dots .owl-dot span{width:11px;height:11px;margin:0 5px;background:#fff;border:1px solid rgb(251, 90, 13);display:block;-webkit-backface-visibility:visible;transition:all 200ms ease;border-radius:50%;}
.customer-feedback .owl-dots .owl-dot.active span{background-color:rgb(251, 90, 13);}
@media screen and (max-width:767px){.feedback-slider-item:after{left:30px;right:30px;}
.customer-feedback .owl-nav [class*="owl-"]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:45px;bottom:auto;}
.customer-feedback .owl-prev{left:0;}
.customer-feedback .owl-next{right:0;}
}