.service01-testimobox{
    display: flex;
    align-items: flex-start;
    max-width: 520px;
    padding-right: 30px;
}
.service01-testimobox .service01-testimoimg{
    position: relative;
}
.service01-testimobox .service01-testimoimg::after{
    content: '“';
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 60px;
    background: #82BE04;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    display: block;
}
.service01-testimobox .service01-testimoimg figure{
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
}
.service01-testimobox .service01-testimoimg figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service01-testimobox .service01-testimobody{
    padding-left: 30px;
}
.service01-testimobox .service01-testimobody p{
    font-size: 15px;
    font-weight: 300;
}
.service01-testimobox .service01-testimobody hr{
    border-top-color: #D9D9D9;
    margin: 35px 0 15px;
    opacity: 1;
}
.service01-testimobox .service01-testimobody h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.service01-testimobox .service01-testimobody > span{
    font-size: 13px;
    font-weight: 300;
    display: block;
    line-height: 1;
    color: #232323;
}
.service01-testimoslider{
    padding-right: 45px;
}
.service01-testimoslider .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F47104;
}
.service01-testimoslider .prev-arrow img{
    display: block;
    max-width: 14px;
    max-height: 14px;
}
.service01-testimoslider .prev-arrow{
    top: 52px;
}
.service01-testimoslider .next-arrow{
    bottom: 52px;
    background: #F47104;
}

@media (max-width: 991px){
    .service01-testimobox{
        flex-direction: column;
        padding: 0;
        max-width: 100%;
    }
    .service01-testimobox .service01-testimoimg{        
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .service01-testimobox .service01-testimobody{
        padding: 0;
        text-align: center;
    }
    .service01-testimoslider {
        padding-right: 0;
        padding-bottom: 50px;
    }
    .service01-testimoslider .slick-arrow{
        width: 30px;
        height: 30px;
        top: auto;
        left: 0;
        margin: 0 auto;
    }
    .service01-testimoslider .slick-arrow img{
        display: block;
        max-width: 40%;
        max-height: 40%;
    }
    .service01-testimoslider .next-arrow{
        bottom: 0;
        right: -45px;
    }
    .service01-testimoslider .prev-arrow{
        left: -45px;
    }
    .text-lg-center{
        text-align: center;
    }
}

@media (max-width: 767px){
    .service01-testimobox .service01-testimoimg figure{
        width: 80px;
        height: 80px;
    }
    .service01-testimobox .service01-testimoimg::after{
        width: 30px;
        height: 30px;
        line-height: 46px;
        font-size: 40px;
    }
    .service01-testimobox .service01-testimobody > span,
    .service01-testimobox .service01-testimobody h5,
    .service01-testimobox .service01-testimobody p{
        font-size: 12px;
    }
    .service01-testimobox .service01-testimobody hr{
        margin: 20px 0;
    }
}
