* {
box-sizing: border-box;
}
.fea-testimonialv1 {
max-width: 1170px;
width: 100%;
margin: 0 auto;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-caption {
background: #db532b;
padding: 35px;
box-shadow: 0 4px 5px rgb(0 0 0 / 13%);
position: relative;
z-index: 2;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-caption p {
margin: 0;
color: #ffffff;
font-family: arial;
font-size: 16px;
line-height: 1.9;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-info {
display: flex;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-info .fea-testimonial-item-view {
max-width: 200px;
width: 100%;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-info .fea-testimonial-item-head {
flex: 1;
padding: 20px;
font-family: arial;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-info .fea-testimonial-item-head h2 {
margin: 0;
font-family: arial;
}
.fea-testimonialv1 .owl-controls .owl-nav {
display: none;
}
.fea-testimonialv1 .owl-controls .owl-dots {
display: flex;
margin: 10px -5px;
align-items: flex-end;
}
.fea-testimonialv1 .owl-controls .owl-dots .owl-dot {
width: 100%;
height: 8px;
background: #f7f7f7;
margin: 0 5px;
transition: background-color 0.5s ease 0s;
}
.fea-testimonialv1 .owl-controls .owl-dots .owl-dot.active {
background: #db532b;
height: 12px;
transition: background-color 0.5s ease 0s;
}
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-caption:after {
content: "";
bottom: -25px;
border-right: 25px solid transparent;
border-top: 25px solid #db532b;
display: block;
position: absolute;
left: 50px;
}
@media all and (max-width:550px) {
.fea-testimonialv1 .fea-testimonial-item .fea-testimonial-item-info .fea-testimonial-item-view {
max-width: 140px;
}
.fea-testimonialv1 .owl-controls .owl-dots .owl-dot {
height: 5px;
}
.fea-testimonialv1 .owl-controls .owl-dots .owl-dot.active {
height: 8px;
}
}