* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.testimonial {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.testimonial-slide {
    padding: 20px;
}
.testimonial_box {
    /*background-color: #e0fbfc;*/
    /*padding: 30px;*/
    /*border-radius: 15px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /*box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);*/
}
.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
    padding: 10px 0;
}
.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    padding: 20px 0 10px;
}
.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
    padding-top: 10px;
}
.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial [type=button]:hover, .testimonial [type=submit]:hover, .testimonial button:hover {
    background-color: red;
    height: min-content;
    color: black;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    background-color: #ff000000;
    border: none;
}
.testimonial [type=button]:focus, .testimonial [type=submit]:focus, .testimonial button:focus {
    background-color: red;
    height: min-content;
    color: black;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    background-color: #ff000000;
    border: none;
}
.testimonial [type=button], .testimonial [type=submit], .testimonial button {
    background-color: red;
    height: min-content;
    color: black;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    background-color: #ff000000;
    border: none;
}
.testimonial .slick-arrow {
    border: none;
}