.testimonial-five-wrapper svg {
    width: 1em;
    height: 1em;
}
.testimonil-top-ratting {
    font: 600 36px "DM Sans", sans-serif;
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DDDDDD;
}
.testimonil-top-ratting span {
    font-size: 16px;
    display: inline-block;
    margin-left: 7px;
    color: #ffa64d;
}
.testimonial-single-box p {
    font: 500 20px "Space Grotesk", serif;
    color: #121212;
    margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
    .testimonial-single-box p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-single-box p {
        font-size: 32px;
    }
}
.quote-black {
    margin-bottom: 20px;
}
.avatar-wrapper.testimonial-avatar {
    padding-top: 0;
    border: 0;
}
.avatar-wrapper.testimonial-avatar .avatar-thumb {
    border-color: #e5e5e5;
}
.avatar-wrapper.testimonial-avatar .avatar-content h5 {
    font: 500 20px "DM Sans", sans-serif;
    color: #121212;
}
.avatar-wrapper.testimonial-avatar .avatar-content .designation {
    font: 400 16px "DM Sans", sans-serif;
}
.testimonial-five-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    gap: 30px 0;
}
@media only screen and (min-width: 576px) {
    .testimonial-five-wrapper {
        grid-template-columns: 400px 1fr;
        justify-items: end;
    }
}
@media only screen and (min-width: 768px) {
    .testimonial-five-wrapper {
        grid-template-columns: 540px 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-five-wrapper {
        grid-template-columns: 410px 1fr;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-five-wrapper {
        grid-template-columns: 540px 1fr;
    }
}
.testimonial-five-slider {
    width: 100%;
}
.testimonial-five-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.testimonial-five-slider .swiper-slide {
    opacity: 0.2;
    transition: 0.5s;
}
@media only screen and (min-width: 576px) {
    .navigation__wrapper.navigation-style-five {
        margin-top: 70px;
        flex-direction: column;
        gap: 30px;
    }
}
.navigation__wrapper.navigation-style-five button {
    height: 55px;
    width: 55px;
    border: 2px solid #4b4b4b;
    font-size: 16px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .navigation__wrapper.navigation-style-five button {
        height: 80px;
        width: 80px;
        font-size: 20px;
    }
}
.navigation__wrapper.navigation-style-five button:hover {
    background-color: #FD6535;
    border-color: #FD6535;
    color: #FFFFFF;
}
.navigation__wrapper.navigation-style-five i {
    transform: rotate(145deg);
}
.testimonial-five-slider {
    height: 350px;
}
@media only screen and (min-width: 576px) {
    .testimonial-five-slider {
        height: 380px;
    }
}
@media only screen and (min-width: 768px) {
    .testimonial-five-slider {
        height: 630px;
    }
}
.navigation__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.avatar-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 35px;
    border-top: 1px solid #555555;
}

.avatar-wrapper .avatar-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #A8A8A8;
    border: 1px solid #A8A8A8;
    overflow: hidden;
}