/**====================================
Contents
====================================**/
.ecomm04-testimo-slider{
    margin-top: 50px;
}
.ecomm04-testimo-slider .slick-slide{
    margin-left: 45px;
    margin-right: 45px;
}
.ecomm04-lightbg{
    background: rgba(14,90,167,0.05);
}
.ecomm04-testimonial-card{
    display: flex;
    align-items: flex-start;
}
.ecomm04-testimonial-card figure{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 8px solid rgba(14,90,167,0.1);
    background: #fff;
    overflow: hidden;
}
.ecomm04-testimonial-card figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ecomm04-testimonial-card .textquote{
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #0E5AA7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.ecomm04-testimonial-card .textquote img{
    display: block;
    max-width: 60%;
    max-height: 50%;
}
.ecomm04-testimonial-card .ecomm04-tmbox{
    padding-left: 40px;
}
.ecomm04-testimonial-card .ecomm04-tmbox p{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.ecomm04-testimonial-card .ecomm04-tmbox i{
    display: block;
    margin-bottom: 10px;
}
.ecomm04-testimonial-card .ecomm04-tmbox i img{
    display: block;
    max-width: 100px;
}
.ecomm04-testimonial-card .ecomm04-tmbox h5{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
.ecomm04-testimonial-card .ecomm04-tmbox > span{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1;
}
.ecomm04-testimo-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #0E5AA7;
    rotate: 45deg;
    overflow: hidden;
    font-size: 0;
    text-indent: -999px;
    background-color: transparent;
    padding: 0;
    z-index: 5;
}
.ecomm04-testimo-slider .slick-arrow.slick-prev{
    left: 0;
    border-top: 0;
    border-right: 0;
}
.ecomm04-testimo-slider .slick-arrow.slick-next{
    right: 0;
    border-left: 0;
    border-bottom: 0;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm04-testimonial-card figure{
        width: 90px;
        height: 90px;
    }
    .ecomm04-testimonial-card .textquote{
        width: 30px;
        height: 30px;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox{
        padding-left: 30px;
    }
    .ecomm04-testimo-slider .slick-slide{
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (max-width: 767px){
    .ecomm04-testimo-slider .slick-slide{
        margin-left: 0;
        margin-right: 0;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox{
        padding-left: 40px;
    }
}
@media (max-width: 575px){
    .ecomm04-testimo-slider .slick-slide{
        margin-left: 5px;
        margin-right: 5px;
    }
    .ecomm04-testimonial-card{
        flex-direction: column;
        align-items: center;
    }
    .ecomm04-testimonial-card figure{
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-width: 5px;
    }
    .ecomm04-testimonial-card .textquote{
        width: 26px;
        height: 26px;
        right: 0;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox{
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox i img{
        margin: 0 auto;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox p{
        margin-bottom: 10px;
    }
    .ecomm04-testimonial-card .ecomm04-tmbox h5,
    .ecomm04-testimonial-card .ecomm04-tmbox > span{
        font-size: 12px;
    }
}


