@media (min-width:1201px) and (max-width:1400px) {
    .testimonial-wrapper .col-md-12: nth-child(even) .client-content {
        padding: 24px 10px 24px 207px !important;

    }

    .client-content {
        position: relative;
        background: #e8e8e8;
        padding: 24px 10px 24px 207px !important;
    }

    .client-image {
        border-radius: 50%;
        overflow: hidden;
        border: 6px solid #f8f8f8;
        position: absolute;
        top: 10%;
        margin-left: 34px;
        left: 0;
        background: #fff;
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .testimonial-wrapper .col-md-12: nth-child(even) .client-content {
        padding: 24px 10px 24px 207px !important;

    }

    .client-content {
        position: relative;
        background: #e8e8e8;
        padding: 24px 10px 24px 207px !important;
    }

    .client-image {
        border-radius: 50%;
        overflow: hidden;
        border: 6px solid #f8f8f8;
        position: absolute;
        top: 10%;
        margin-left: 34px;
        left: 0;
        background: #fff;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .testimonial-wrapper .col-md-12:nth-child(even) .client-image,
    .testimonial-wrapper .col-md-12:nth-child(odd) .client-image {
        position: absolute;
        left: 46%;
        top: -65px;
    }

    .testimonial-wrapper .col-md-12:nth-child(even) .client-content,
    .testimonial-wrapper .col-md-12:nth-child(odd) .client-content {
        margin-right: 0;
        text-align: left;
        padding: 79px 10px;
        text-align: justify;
    }

    .testiBox {
        margin-top: 49px;
    }
}

@media(max-width:767px) {

    .testimonial-wrapper .col-md-12:nth-child(even) .client-image,
    .testimonial-wrapper .col-md-12:nth-child(odd) .client-image {
        position: absolute;
        left: 46%;
        top: -65px;
    }

    .testimonial-wrapper .col-md-12:nth-child(even) .client-content,
    .testimonial-wrapper .col-md-12:nth-child(odd) .client-content {
        margin-right: 0;
        text-align: left;
        padding: 79px 10px;
        text-align: justify;
    }

    .testiBox {
        margin-top: 49px;
    }


}

@media(max-width:480px) {}

@media(max-width:360px) {}