.rs-testimonial2 .testimonial-top-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.quote-icon {
width: 60px;
height: 43px;
}
.testimonial-left-content {
display: flex;
align-items: center;
}
.testimonial-info {
display: flex;
align-items: center;
}
.rsaddon-unique-slider .testimonial-info .testimonial-name {
margin-left: 20px;
margin-right: 10px;
}
.testimonial-informations h3 {
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #00457A;
margin-bottom: 0px;
}
.rs-addon-slider .slick-dots li button {
width: 10px;
height: 10px;
}
.rs-addon-slider .slick-dots li.slick-active button {
width: 15px;
height: 15px;
}
.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg g {
opacity: 1;
transition: 0.5s;
}
.testimonial-items .testimonial-item .testimonial-contents .quote-icon svg path {
transition: 0.5s;
}
.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg path {
fill: #00457a !important;
}
.testimonial-style3 .testimonial-informations,
.testimonial-style4 .testimonial-informations {
display: flex;
align-items: center;
}
.rs-testimonial .rs-addon-slider.slick-dots2 .slick-dots li button {
width: 20px;
height: 20px;
position: relative;
border: 1px solid transparent;
background: transparent;
transition: all 0.3s ease 0s;
}
.rs-testimonial .rs-addon-slider.slick-dots2 .slick-dots {
line-height: 5px;
}
.rs-testimonial .rs-addon-slider.slick-dots2 .slick-dots li button:after {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: #c11f4a;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease 0s;
}
.rs-testimonial .rs-addon-slider.slick-dots2 .slick-dots li button:hover {
border-color: #c11f4a;
}
.rs-testimonial .rs-addon-slider.slick-dots2 .slick-dots li.slick-active button {
border-color: #c11f4a;
}
.testimonial-style4 .testimonial-item {
background: #00204a;
}
.testimonial-style4 .testimonial-item .testimonial-informations .testimonial-name {
color: #e11631;
}
.testimonial-style4 .testimonial-item .testimonial-quote-rating {
display: flex;
align-items: center;
justify-content: space-between;
}
.testimonial-style4 .testimonial-item .testimonial-quote-rating span img {
width: 42px !important;
height: 37px;
}
.testimonial-style3 .testimonial-informations .testimonial-name-desc,
.testimonial-style4 .testimonial-informations .testimonial-name-desc {
margin-left: 24px;
}
@media only screen and (max-width: 767px) {
.testimonial-home2 .rsaddon-unique-slider .testimonial-items {
margin-right: 0px !important;
}
}
@media only screen and (max-width: 500px) {
.testimonial-home2 .testimonial-left-content {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.testimonial-home2 .testimonial-info .testimonial-name {
margin-left: 0;
margin-right: 10px;
}
.testimonial-home2 .testimonial-info {
margin-top: 15px;
}
}
.rs-testimonial2 .rs-addon-slider .testimonial-items .item-contents img {
opacity: 0.2;
}
.rs-testimonial2 .rs-addon-slider .testimonial-items:hover .item-contents img {
opacity: 1;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider {
position: relative;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .slick-arrow {
visibility: visible;
opacity: 1;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav {
position: absolute;
bottom: -20%;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
border-radius: 10px;
overflow: hidden;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-prev {
margin-right: -1px;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-arrow {
font-size: 15px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
opacity: 1;
visibility: visible;
color: #ffffff;
font-family: "Open Sans", sans-serif;
background: #e11631;
position: unset;
width: unset;
height: unset;
transform: unset;
display: flex;
align-items: center;
transition: all 0.3s ease 0s;
padding: 12px 19px;
text-transform: capitalize;
border-radius: 0;
border: none;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-arrow svg {
margin: 0 10px;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav::after {
position: absolute;
content: "/";
left: 50%;
top: 50%;
color: #ffffff;
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9;
}