﻿.swiper1-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.btop {
    border-top: 1px solid #dec2e6;
}

.btn-light {
    background: none;
    border: none;
}

.btn-light {
    background: none;
    border: none;
}

.testimonial-wrap1 {
    padding-left: 0px;
}

.testimonial-item1 {
    box-sizing: content-box;
    padding: 10px;
    margin: 8px 3px;
    min-height: 100px;
    box-shadow: 0px 2px 10px rgba(44, 73, 100, 0.25);
    position: relative;
    background: #fff;
}

    .testimonial-item1 .testimonial-img1 {
        width: 50px;
        border: 1px solid #dec2e6;
        position: absolute;
        left: 15px;
        border-radius: 50%;
        margin-bottom: 5px
    }

    .testimonial-item1 h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 5px 0px 4px 70px;
        color: #111;
    }

    .testimonial-item1 h4 {
        font-size: 13px;
        color: #999;
        margin: 0px 0px 10px 70px;
        font-family: "Open Sans", sans-serif;
    }

.h4like {
    margin: 4px 0px 10px 0px !important;
}

.topdiv {
    padding: 5px;
    background: white;
    border: 1px solid #dec2e6;
    border-radius: 11px;
}

.postheadding {
    padding-left: 8px;
    font-weight: bold;
    margin: 2px 0px;
    color: #481d55;
}

.plineheight {
    line-height: 1.3;
}

.ml0 {
    margin-left: 0px;
    padding: 2px 25px;
    height: 27px;
}
.activelike {
    color: #e5097f;
}