/* Created by Content Blocks */
.testimonialslider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
}
.testimonialslider .col-md-6 {
    flex: 1; 
    min-width: 300px;
}
.testimonialslider .btn {
    color: var(--bs-body-color);
    border: 0;
    padding: 0;
    transition: 0.4s;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 1rem;
    border-radius: 30px;
    border: 1px solid var(--bs-body-color);
    padding: 8px 30px;
}
.testimonialsliderbg-1 {
    background-color: var(--bs-primary);
    color: var(--primary-text-color);
}
.testimonialsliderbg-1 h3, .testimonialsliderbg-2 h3, .testimonialsliderbg-3 h3, .testimonialsliderbg-4 h3, .testimonialsliderbg-5 h3, .testimonialsliderbg-6 h3 {
    font-size: var(--h2-size);
}
.testimonialsliderbg-1 p, .testimonialsliderbg-1 h2, .testimonialsliderbg-1 span, .testimonialsliderbg-1 h3 {
    color: var(--primary-text-color);
}
.testimonialsliderbg-1  .btn {
    border-color: var(--primary-text-color);
}
.testimonialsliderbg-2 {
    background-color: var(--bs-secondary);
    color: var(--secondary-text-color)
}
.testimonialsliderbg-2 p, .testimonialsliderbg-2 h2, .testimonialsliderbg-2 span, .testimonialsliderbg-2 h3 {
    color: var(--secondary-text-color)
}

.testimonialsliderbg-2  .btn {
    border-color: var(--secondary-text-color);
}
.testimonialsliderbg-3 {
    background-color: var(--bs-tertiary);
    color: var(--tertiary-text-color);
}
.testimonialsliderbg-3 p, .testimonialsliderbg-3 h2, .testimonialsliderbg-3 span, .testimonialsliderbg-3 h3 {
    color: var(--tertiary-text-color);
}
.testimonialsliderbg-3  .btn {
    border-color: var(--secondary-color-color);
}
.testimonialsliderbg-4 {
    background-color: var(--bs-quaternary);
    color: var(--quaternary-text-color);
}
.testimonialsliderbg-4 p, .testimonialsliderbg-4 h2, .testimonialsliderbg-4 span, .testimonialsliderbg-4 h3 {
    color: var(--quaternary-text-color);
}
.testimonialsliderbg-4 .btn {
    border-color: var(--quaternary-text-color);
}
.testimonialsliderbg-5 {
    background-color: var(--bs-dark);
    color: var(--dark-text-color);
}
.testimonialsliderbg-5 p, .testimonialsliderbg-5 h2, .testimonialsliderbg-5 span, .testimonialsliderbg-5 h3 {
    color: var(--dark-text-color);
}
.testimonialsliderbg-5 .btn {
    border-color: var(--dark-text-color);
}
.testimonialsliderbg-6 {
    background-color: var(--bs-light);
    color: var(--bs-body-color);
}
.testimonialsliderbg-6 p, .testimonialsliderbg-6 h2, .testimonialsliderbg-6 span, .testimonialsliderbg-6 h3 {
    color: var(--bs-body-color);
}
.testimonialsliderbg-6 .btn {
    border-color: var(--bs-body-color);
}
.testimonialslider .col-md-6:last-child img {
    float: right;
}
.frame-type-compuart_testimonialslider .swiper-button-next, .frame-type-compuart_testimonialslider .swiper-button-prev {
    color: #000;
    background-color: transparent;
    border: 0;
}
.frame-type-compuart_testimonialslider .swiper-button-prev {
    margin-left: -60px;
}
.frame-type-compuart_testimonialslider .swiper-button-next {
    margin-right: -50px;
}

.frame-type-compuart_testimonialslider .item {
    width: 100%;
}
.frame-type-compuart_testimonialslider .swiper-button-next {
    right: 0;
}
.frame-type-compuart_testimonialslider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    background-color: #fff;
}
.frame-type-compuart_testimonialslider .swiper-pagination-bullet-active {
    background: #666;
}
.frame-type-compuart_testimonialslider .swiper-pagination {
    margin-bottom: 0px;
}
.frame-type-compuart_testimonialslider .swiper-horizontal {
    padding-bottom: 60px;
}
.frame-type-compuart_testimonialslider header {
    margin-bottom: 40px;
}

@media screen and (max-width: 1500px) {
    .frame-type-compuart_testimonialslider .swiper-button-next {
        margin-right: -20px;
    }
    .frame-type-compuart_testimonialslider .swiper-button-prev {
        margin-left: -30px;
    }
}
@media screen and (max-width: 992px) {
    .frame-type-compuart_testimonialslider .swiper-horizontal {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .frame-type-compuart_testimonialslider .swiper-button-next {
        margin-right: 10px;
    }
    .frame-type-compuart_testimonialslider .swiper-button-prev {
        margin-left: 0px;
    }
    .testimonialslider {
        padding: 40px 20px;
    }
    .testimonialslider .col-md-6 {
        min-width: unset;
    }
    .testimonialslider .col-md-6:last-child img {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .testimonialslider .col-md-6 {
        flex: unset;
    }
}
@media screen and (max-width: 576px) {
    .frame-type-compuart_testimonialslider .swiper-button-prev {
        display: none;
    }
    .frame-type-compuart_testimonialslider .swiper-button-next {
        display: none;
    }
    .frame-type-compuart_testimonialslider .swiper-horizontal {
        margin: 0;
        width: 100%;
    }
}
