.testi-listing .testimonial-box {
    border: 2px solid #F0F2F4;
    padding: 40px;
    background: #F0F2F4 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
}

.testi-listing .testimonial-box {
    & .testimonial-content {
        .testi-text {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #707070;
            -webkit-line-clamp: unset;
            line-clamp: unset;
            overflow: unset;
            height: unset;
        }
    }
}

.testi-listing .testimonial-wrapper li {
    margin-bottom: 40px;
    padding-left: 0;
}

.test-right {
    width: 400px;
    position: relative;
}

.test-left {
    width: calc(100% - 400px);
    padding-right: 95px;
}

.testi-listing .testimonial-wrapper li:after {
    display: none;
}

/*---------------||Innovative Section||-------------- */
.our_innovative_sec {
    margin-bottom: 0px;
    overflow: hidden;
}

.innovative_cta_wrapper {
    padding: 60px 55px;
}

.innovative_cta_wrapper .bgimg {
    max-height: 100%;
    height: 100%;
}

.our_innovative_sec .innovative_cta_wrapper .half-section {
    flex-direction: column;
}

.testi-listing .innovative_content .half-section .left-side {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
}

.innovative_content .half-section .left-side .cta-icon {
    margin-right: 0;
}

.innovative_content .half-section .left-side .cta_desc {
    text-align: center;
}


.innovative_content .half-section .left-side .cta_desc p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
}

.innovative_cta_wrapper .bgimg {
    max-height: unset;
    height: 100%;
}

.innovative_cta_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 1;
}

.innovative_content {
    position: relative;
    z-index: 1;
}

.innovative_content .half-section .left-side .cta_desc .heading-24 {
    margin: 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 16px;
}


.innovative_content .btnlist {
    justify-content: center;
    gap: 14px;
}

.over-years {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0;
    background: #fff;
    padding: 5px 19px 5px 17px;
    margin-bottom: 10px;
    width: fit-content;
    margin-inline: auto;
}


/* ******** || RESPONSIVENESS START || ******** */

@media (max-width: 1439.99px) {
    .test-left {
        padding-right: 40px;
    }

    .testi-listing .testimonial-wrapper li {
        margin-bottom: 25px;
    }

}

@media (max-width: 1199.99px) {
    .test-right {
        width: 350px;
    }

    .test-left {
        width: calc(100% - 350px);
    }

    .innovative_cta_wrapper {
        padding: 30px;
    }

    .innovative_content .btnlist .btn-border-grey {
        margin-bottom: 5px;
    }
}

@media (max-width: 991.99px) {
    .test-right {
        width: 100%;
    }

    .test-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.99px) {}

@media (max-width: 575.99px) {
    .testi-listing .testimonial-box {
        padding: 25px;
    }
}

@media (max-width: 480px) {}