.testimonial {
    overflow: hidden;
}
.test_wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.heading_wrap {
    display: flex;
    align-items: center;
    padding: 0 0 50px;
}
.heading_content {
    padding: 0 15px;
}
.heading_profile_img img {
    width: 85px;
    height: auto;
    object-fit: cover !important;
    border-radius: 10px;
}
.test_column {
    padding: 25px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
}
.test_column:hover {
    box-shadow: 3px 3px 20px 0px #1311271a;
}
.test_column:hover .quote_icon {
    opacity: 1;
}
.quote_icon {
    text-align: right;
    padding: 0 0 0px;
    opacity: 0.3;
    transition:all 0.3s ease-in-out;
}
.quote_icon img {
    width: 87px;
    height: 53px;
    object-fit: cover;
    margin: 0 0 15px 0;
}
.quote_icon svg {
    width: 87px;
    height: 53px;
    object-fit: cover;
    margin: 0 0 15px 0;
}
.test_mobile_view{
    display:none
}

.testimonial_m_slider .slick-slide {
    margin: 0px 20px;
}
.testimonial_m_slider .slick-dots li button:before {
    color: #ffffff !important;
    opacity: 0.5;
}
.testimonial_m_slider .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    opacity: 1;
}
.testimonial_m_slider.slick-slide img {
    width: 100%;
}

.testimonial_m_slider .slick-prev:before,
.testimonial_m_slider .slick-next:before {
    color: #0270e0;
    z-index: 9;
}
.testimonial_m_slider .slick-prev:before {
    font-family: fontAwesome !important;
    content: "\f104" !important;
    color: #ffffff !important;
}
.testimonial_m_slider .slick-prev {
    left: 40%;
    background: #fff;
    border-radius: 50%;
}
.testimonial_m_slider .slick-next:before {
    font-family: fontAwesome !important;
    content: "\f105" !important;
    color: #ffffff !important;
}
.testimonial_m_slider .slick-next {
    right: 40% !important;
    background: #fff;
    border-radius: 50%;
    left: auto;
}
.testimonial_m_slider .slick-prev:hover, 
.testimonial_m_slider .slick-prev:focus, 
.testimonial_m_slider .slick-next:hover, 
.testimonial_m_slider .slick-next:focus {
    color: transparent;
    outline: 0;
    background: #8B85CD;
}
.testimonial_m_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial_m_slider .slick-active {
    opacity: 1;
}

.testimonial_m_slider .slick-current {
    opacity: 1;
}
.testimonial_m_slider .slick-slide.slick-active:focus {
    outline: none;
}
.testimonial_m_slider .slick-prev, 
.testimonial_m_slider .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
}
.testimonial_m_slider .slick-prev, .testimonial_m_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top:110%;
    bottom: 0% !important;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(00%,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 9;
    background: #8B85CD;
}


.test_wrap {
    margin: 0 0 70px;
}
.service__cta {
    font-weight: 500 !important; 
}
.testimonial .test_name{
 margin-bottom:5px;
}
@media (max-width:991px) and (min-width:768px){
    .test_wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (max-width:767px){
    .test_wrap {
        -webkit-column-count: 1
            -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .testimonial {
        height: 100% !important;
    }
    
    .heading_wrap {
        display: block;
        align-items: center;
        padding: 0 0 30px;
    }
    .heading_content {
        padding: 15px 15px 0 0;
    }
    .quote_icon {
        opacity: 1;
        position: relative;
    }
    .quote_icon img {
        width: 47px;
        height: 33px;
        position: absolute;
        right: 0;
    }
    .test_name {
        font-size: 16px !important;
        margin: 0;
    }
    .test_designation {
        font-size: 12px;
    }
     
}

@media (max-width:400px){
    .testimonial_m_slider .slick-next {
        right: 36% !important;
    }
    .testimonial_m_slider .slick-prev {
        left: 36%;
    }
    .testimonial_m_slider .slick-slide {
        margin: 0 10px;
    }
}
