.testimonial-slider {
    padding: 0 10px;
    display: flex !important;
    justify-content: center;
}

.testimonial-slider-box {
    background-color: #fff;
    border-top: 10px solid;
    display: flex;
    padding: 10px 0;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.testimonial-slider-logo {
    width: 125px;
    height: auto;
}

.testimonial-silder-box-content {
    display: flex;
    height: 190px;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 15px;
}

.testimonial-quote,
.testimonial-quote p,
.testimonial-quote b,
.testimonial-quote li {
    font-style: italic;
}

.testimonial-name {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.testimonial-paggination li.slick-active a.testimonial-pagination-btns {
    background-image: url('https://www.beaconfunding.com/Portals/0/BeaconSkin/Shared/icons/slider-paggination-bullet-active.png');
}

a.testimonial-pagination-btns {
    background-image: url('https://www.beaconfunding.com/Portals/0/BeaconSkin/Shared/icons/slider-paggination-bullet.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 1px;
    line-height: 22px;
    padding: 8px;
    text-decoration: none;
}

#testimonial-nav-section {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

#testimonial-btn-section {
    width: 100%;
}

#testimonial-left-arrow,
#testimonial-right-arrow {
    margin-bottom: 0;
}

#testimonial-paggination-section {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.testimonial-paggination {
    height: 30px;
    list-style: none outside none;
    margin: 0 10px;
    padding: 0;
    text-align: left;
}

    .testimonial-paggination li {
        display: inline-block;
        height: inherit;
    }

#testimonial-slick-section {
    margin-bottom: 20px;
}

.xmp-admin-section-t-slider {
    position: absolute;
    z-index: 20;
    bottom: 10px;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    .testimonial-silder-box {
        flex-direction: column;
    }

    .testimonial-silder-box-logo {
        padding-left: 15px;
        padding-right: 15px;
    }

    #testimonial-left-arrow,
    #testimonial-right-arrow {
        padding: 8px 12px;
    }

        #testimonial-left-arrow > img,
        #testimonial-right-arrow > img {
            height: 30px;
            width: 30px;
        }

    .testimonial-slider-box {
        height: auto;
        width: 100%;
        max-width: 670px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .testimonial-silder-box {
        flex-direction: row;
    }

    .testimonial-silder-box-logo {
        padding-left: 15px;
        padding-right: 0;
    }

    #testimonial-left-arrow,
    #testimonial-right-arrow {
        padding: 5px 0;
    }

        #testimonial-left-arrow > img,
        #testimonial-right-arrow > img {
            height: 23px;
            width: 23px;
        }

    .testimonial-slider-box {
        height: 220px;
        width: 495px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    .testimonial-slider-box {
        height: 220px;
        width: 560px;
    }
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    .testimonial-slider-box {
        height: 270px;
        width: 455px;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    .testimonial-slider-box {
        height: 220px;
        width: 555px;
    }
}

