/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2022 | 14:58:34 */
.testomonial-quote {
        flex: 10%;
    }

    .testomonial-image {
        flex: %;
    }
    .testomonial-text {
        flex: 100%;
    }

    .tesimonial_all {
        display: flex;
        background: #f7f7f7;
        border-radius: 10px;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 20px;
    }
    .testomonial-image img {
        width: 109px !important;
        vertical-align: middle !important;
        margin-top: 16% !important;
        border-radius: 25px;
    }

    .testomonial-text h3 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #343434;
        font-family: "Helvetica Neu";
        margin-top: 10px;
    }

    .testomonial-quote img {
        width: 26px !important;
    }

    .testomonial-text {
        margin-left: 13px;
        margin-top: 15px;
        margin-right: 12px;
    }

    .testomonial-text p {
        font-size: 20px;
        font-weight: 300 !important;
        font-family: "Helvetica Neu";
        line-height: 26px;
        margin-bottom: 15px;
    }
    .owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 28%;
    }
    .owl-prev {
        position: absolute;
        left: -90px;
    }
    .owl-next {
        position: absolute;
        right: -90px;
    }
    .owl-prev,
    .owl-next {
        font-size: 40px !important;
        background: none !important;
        color: #000 !important;
        padding: 10px !important;
        height: 60px;
        width: 60px;
        box-sizing: border-box;
        line-height: 40px;
    }
    @media (max-width: 600px) {
        .testomonial-image img {
            width: 90px !important;
            vertical-align: middle !important;
            margin-top: 20px !important;
            border-radius: 25px;
            text-align: center !important;
            margin: auto;
        }

        .item {
            display: inline-block !important;
        }
        .testomonial-text {
            text-align: center;
        }
    }