.testimonials_slider {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    overflow:hidden;
}

.testimonials_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;

    flex-direction: column;
    opacity:.3;
    transition: opacity 0.5s ease;
    height: auto !important;
    padding: 0 20px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    transition: all .2s ease-in-out;
    transform: scale(.9);
    border-radius: 25px;

    align-items: flex-start;
}

.the_swiper_container {
    position: relative;
}

.the_swiper_container .swiper-button-next,
.the_swiper_container .swiper-button-prev {
    color: #053341;
}

.the_swiper_container .swiper-button-next{
    right: -40px;
}

.the_swiper_container .swiper-button-prev{
    left: -40px;
}

.the_swiper_container .swiper-button-next:after,
.the_swiper_container .swiper-button-prev:after {
    font-size: 40px;
}


.testimonials_slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.test_holder {
    background: RGB(0,0,0,0);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.testimonial_inner {
    /*
    background-color: #fff;
    box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    border-radius: 25px;
    */
}

.test_content {
    font-weight:normal;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.3;
    letter-spacing:.5px;
    margin:20px 0 0 0;
    text-align: left;
}

.test_name {
    font-weight:500;
    font-size:16px;
    line-height: 1.5 !important;
    color: #0091c8;
    text-align: left;
    margin: 20px 0 0 0;
}

.test_location {
    font-weight:400;
    font-size: .8em;
    font-style: italic;
}

.testimonials_slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_slider .swiper-pagination {
    bottom: 10px;
}

.testimonials_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
}

.testimonials_slider .swiper-pagination-bullet-active {
    background: #053341;
}