.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

/* #customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
#customers-testimonials .item {
    text-align: left;
    padding: 55px 20px 50px 25px;
    margin-bottom: 0;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

div#customers-testimonials .item {
    background: #fff;
    opacity: 1;
    border-radius: 24px;
}

.testimonial-names {
    font-size: 24px;
    font-weight: bold !important;
    color: #053378;
    margin-top: 40px;
}

.testimonial-des {
    font-size: 16px !important;
    font-style: italic !important;
    color: #053378;
}

#customers-testimonials .item::before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hub/384045/hubfs/%E2%80%9D.png?width=78&height=51&name=%E2%80%9D.png);
    width: 89px;
    height: 55px !important;
    position: absolute !important;
    background-repeat: no-repeat;
    bottom: -15px;
    right: 0;
    z-index: 1;
}

#customers-testimonials .item::after {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hub/384045/hubfs/%E2%80%9C.png?width=78&height=51&name=%E2%80%9C.png);
    width: 89px;
    height: 55px !important;
    position: absolute !important;
    background-repeat: no-repeat;
    top: -8px;
    z-index: 1;
}

#customers-testimonials.owl-carousel .owl-dots {
    display: none;
}


.hs-content-name-mobile-stroke-unit div#hs_cos_wrapper_widget_1690930409359 .panel-content-text {
    margin-top: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
    #customers-testimonials .item{margin:10px;}
}
@media screen and (min-width: 360px) and (max-width: 500px) {
    .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    }

    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }

    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    }

    /* #customers-testimonials .item {
        text-align: center;
        padding: 50px;
            margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    } */
    #customers-testimonials .item {
        text-align: left;
        padding: 55px 20px 50px 25px;
        margin-bottom: 0;
        opacity: .2;
        margin: 10px;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }

    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }

    #customers-testimonials.owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }

    div#customers-testimonials .item {
        background: #fff;
        opacity: 1;
        border-radius: 24px;
    }

    .testimonial-names {
        font-size: 24px;
        font-weight: bold !important;
        color: #053378;
        margin-top: 40px;
    }

    .testimonial-des {
        font-size: 16px !important;
        font-style: italic !important;
        color: #053378;
    }

    #customers-testimonials .item::before {
        content: '';
        background-image: url(https://cdn2.hubspot.net/hub/384045/hubfs/%E2%80%9D.png?width=78&height=51&name=%E2%80%9D.png);
        width: 89px;
        height: 55px !important;
        position: absolute !important;
        background-repeat: no-repeat;
        bottom: -15px;
        right: 0;
        z-index: 1;
    }

    #customers-testimonials .item::after {
        content: '';
        background-image: url(https://cdn2.hubspot.net/hub/384045/hubfs/%E2%80%9C.png?width=78&height=51&name=%E2%80%9C.png);
        width: 89px;
        height: 55px !important;
        position: absolute !important;
        background-repeat: no-repeat;
        top: -8px;
        z-index: 1;
    }

    #customers-testimonials.owl-carousel .owl-dots {
        display: none;
    }

}
