/** Testimonial CSS Styles **/
.testimonial-section-developers .tab-links a {
    padding: 15px 20px;
}

.testimonial-section-developers .tab-links a img {
    width: 100px;
    vertical-align: middle;
}

.two-layer-entity {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.testimonial-section-developers .content-wrap {
    text-align: center;
}

.testimonial-img-pnl {
    margin-top: 50px;
}

.layer-inner-text {
    padding-right: 30px;
}

.testimonial-section-developers .content-wrap .col-6 img {
    width: 100%;
}

.testimonial-section-developers .content-wrap .col-6:last-child {
    width: calc(100% + 70px);
    margin: 0 -35px;
}

    .cmn-cta a.btn-dark-red{
        height: auto;
    }

    .testimonial-section-developers .content-wrap p a {
        text-decoration: underline;
    }

@media all and (min-width: 768px) {
    .two-layer-entity {
        display: flex;
        flex-wrap: nowrap;
    }

    .testimonial-section-developers .tab-links a {
        padding: 10px 12px;
    }

    .testimonial-section-developers .tab-links a img {
        width: 80px;
        vertical-align: sub;
    }

    .testimonial-section-developers  .col-6{
        width: 100%;
    }
    .testimonial-section-developers .content-wrap .col-6:last-child {
        width: calc(100% + 110px);
        margin: 0 -55px;
    }

}

@media all and (min-width: 992px) {
    .testimonial-section-developers .tab-links a img {
        width: 130px;
        vertical-align: middle;
        object-fit: cover;
    }
}

@media all and (min-width: 1200px) {
    .testimonial-section-developers .dev-wrap {
        padding: 30px 60px 0px;
    }

    .testimonial-section-developers .tab-links a {
        padding: 10px 30px;
    }

    .testimonial-section-developers .tab-links a img {
        width: 135px;
    }

    .testimonial-section-developers .content-wrap {
        text-align: left;
        margin-bottom: 40px;
    }

    .testimonial-section-developers.tabs-block {
        padding: 90px 0 35px;
    }


    .testimonial-section-developers  .col-6{
        width: 50%;
    }

    .testimonial-section-developers .content-wrap .col-6:last-child {
        width: 50%;
        margin: 0;
    }
}



@media all and (max-width: 1200px) {
    .testimonial-img-pnl {
        margin-top: 0px;
        width: 100%;
    }

    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1):before,
    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1):after {
        position: absolute;
        content: "";
        width: calc(100% - 160px);
        left: 0;
        right: 0;
        margin: auto;
        height: 17px;
        background: var(--light-gray);
    }

    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1):after,
    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1):before {
        height: 25px;
    }

    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1)::before {
        top: -20px;
    }

    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1)::after {
        bottom: -20px;
    }

    .testimonial-section-developers .content-wrap .col-6:nth-of-type(1) {
        padding: 40px 40px;
        border-width: 25px;
        border: 17px solid var(--orange);
        margin: 0 0 45px;
        position: relative;
    }


    .testimonial-section-developers .content-wrap .col-6:nth-of-type(2) img {
        width: 100%;
    } 

    .testimonial-section-developers .content-wrap::before,
    .testimonial-section-developers .content-wrap::after {
        display: none !important;
    }

    .testimonial-section-developers .content-wrap {
        padding: 0;
        border: none;
        margin-bottom: 0;
    }

    .testimonial-section-developers .two-layer-entity {
        justify-content: center;
    }

    .testimonial-section-developers .layer-inner-text {
        padding: 0 15px;
    }

    .testimonial-section-developers .tab-content.active{
        padding-bottom:0px; 
    }

}