/*------- Start Css Home Testimonial--------*/
.testimonial {
    padding: 50px 0px;
    background: url(/dms/Images/testimonial-bg1.png) center center / 38% no-repeat rgb(249, 249, 249);
    background-position: center center;
}
.testimonial h2 {
    font-size: 32px;
    margin: 0px 0px 40px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
}

.testimonial.parallax {
    padding: 50px 0px;
    background: #f9f9f9;
}


.testimonial .testimonial-card {
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 0px;
    position: relative;
    z-index: 1;
    padding: 12px;
    text-align: left;
    min-height: 225px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial .testimonial-card p {
    font-size: 20px;
    line-height: 32px;
    color: #4c4d56;
    margin-bottom: 15px;
}

.testimonial .testimonial-card .client-info-area {
    width: calc(100% - 0px);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.testimonial .testimonial-card .client-info-area .client-info-wrap {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.testimonial .product-item {
    border: 1px solid #f1f1f1;
}
.testimonial .no_crop_image.grid-item .inner.product-item {
    border:none;
}
.testimonial .product-item::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
    z-index: 3;
}
.testimonial .product-item::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #f9f9f9;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset;
    z-index: 3;
}
.testimonial .client-info-wrap .client-details {
    margin-top: 0px;
    margin-left: 0%;
    display: inline-block;
}
.testimonial-card .client-info-area .client-info {
    margin-top: 10px;
}
.testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 0;
    text-align: left;
}
.testimonial .testimslide {
    padding: 0px 50px 50px;
}
.testimonial .products-grid .owl-item .grid-item h3 {
    text-transform: capitalize;
    margin: 0px 0px 0px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.testimonial .client-info-wrap .client-info {
    margin-bottom: 15px;
}
.testimonial .products-grid .owl-item .grid-item .client-info span {
    border-color: #7c7c81;
    font-size: 15px;
}

.testimonial .testimonial-card .client-info-area .quote-icon i {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 100%;
    font-size: 40px;
    line-height: 0.8;
    color: #7c7c81;
    opacity: 0.4;
    display: none;
}

.testimonial p.client-quote {
    height: 115px;
    display: -webkit-box;
    text-align: left;
}

.testimonial .products-grid .owl-item .grid-item {
    padding: 0px;
    text-align: center;
}

.testimonial.clientlogo-bg-white .no_crop_image img {
    border: 1px solid #e6e6e6;
    padding: 7px;
}

.testimonial .testimonial-card .client-info-area .client-info-wrap .client-img img {
    border-radius: 10px;
    width: 150px;
    height: 150px;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.client-img {
    position: relative;
    left: -7%;
    top: -20px;
    z-index: 3;
    flex-shrink: 0;
    display: inline-block;
    padding-top: 2px;
}
    .client-img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #41b7fe;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transform: translate(5px, 5px);
        z-index: -1;
    }
.testimonial .quote-icon svg {
    fill: #41b7fe;
}
.testimonial .designation {
    color: #4c4d56;
}
.testimslide .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 5px);
}
.testimslide .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 5px);
}
.testimslide .swiper-button-next, .testimslide .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 62%);
}
/*--------End Css Home Testimonial ----------------*/


@media (min-width: 320px) and (max-width: 480px) {
    .testimonial .client-details {
        margin-left: 0;
    }
    .testimonial .client-img {
        margin-bottom: 10px;
        display: block;
    }
    .testimonial .testimonial-card {
        min-height: auto;
    }
        .testimonial .testimonial-card .client-info-area {
            margin-bottom: 0;
        }

    .testimonial-card .client-info-area .client-info-wrap .client-info {
        width: calc(100% - 0px);
    }
}
