.testimonial-sec{
    width: 100%;
    display: block;
    padding: 110px 0 90px;
    margin: 0;
}
.testimonial-sec .each-testm{
    display: none;
    /* margin: 0 0 35px; */
    padding: 0 0 35px;
    transition: 0.1s;
    height: auto;
}
.testimonial-sec .cta-wrap .cta{
    padding: 13px 39px;
}
.testimonial-sec .card-columns{
    margin: 30px 0 50px;
    orphans: 1;
    widows: 1;
    column-count: 3;
}
.testimonial-sec .each-testm .content-wrap{
    background: #fff;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 35px 22px 35px;
    position: relative;
    margin: 0 0 30px;  
}
.testimonial-sec .each-testm .content-wrap:after{
    position: absolute;
    content: '';
    top: 35px;
    left: 22px;
    width: 54px;
    height: 43px;
    background-image: url('../images/img-57.png');
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none;
}
.testimonial-sec .each-testm .content-wrap:hover:after{
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes bellshake {
    0% { transform: rotate(0); }
    15% { transform: rotate(5deg); }
    30% { transform: rotate(-5deg); }
    45% { transform: rotate(4deg); }
    60% { transform: rotate(-4deg); }
    75% { transform: rotate(2deg); }
    85% { transform: rotate(-2deg); }
    92% { transform: rotate(1deg); }
    100% { transform: rotate(0); }
}
.testimonial-sec .each-testm .content-wrap:before{
    position: absolute;
    content: '';
    bottom: -18px;
    left: 22px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.02);
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
}
.testimonial-sec .each-testm .content-wrap blockquote{
    margin: 0;
}
.testimonial-sec .each-testm .content-wrap blockquote p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #3C4858;
    margin: 0;
}
.each-testm .img-and-info{
    display: flex;
    align-items: center;
}
.each-testm .img-and-info figure{
    margin: 0 8px 0 0;
}
.each-testm .img-and-info img{
    border-radius: 100%;
}
.each-testm .img-and-info .info h5{
    font-weight: 400;
    font-size: 18px;    
    text-transform: capitalize;    
    color: #000;
    margin: 0 0 4px;    
}
.each-testm .img-and-info .info h6{
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #9EA5BD;
    margin: 0;
}
/*====================================================== Responsive ========================================*/
@media only screen and (max-width:1160px){ 
    .testimonial-sec .card-columns{
        column-count: 2;
        orphans: 1;
    }
}

@media only screen and (max-width:1024px){ 

}

@media only screen and (max-width:991px) {

}
@media only screen and (max-width:840px) {

}
@media only screen and (max-width:767px) {
    .testimonial-sec{
        padding: 50px 0;
    }
    .testimonial-sec .each-testm .content-wrap blockquote p {
        font-size: 15px;
        line-height: 23px;
    }
}
@media only screen and (max-width:640px) {
    .testimonial-sec .card-columns{
        column-count: 1;
    }
}
@media only screen and (max-width: 420px){
    .each-testm .img-and-info .info h5{
        font-size: 16px;
    }
    .each-testm .img-and-info .info h6{
        font-size: 15px;
    }
}
@media screen and (max-width: 375px) {

}

