iframe {
    padding: 15px;
    width: 520px;
}


.img img {
    max-width: 460px;
    width: 100%;
    height: auto;
}


/*  */


.video_testimonials {
    /* height: 1280px; */
    padding-bottom: 30px;
}
.slider_cnt {
    position: relative;
}

.controls .prev, .next{
    background-color: #333742;
}
/* .controls .prev, .next:hover{
    background-color: #21232a;
} */

.slider {
    position: relative;
    width: 100%;
    max-width: 88%;
    /* max-width: 100%; */
    overflow: hidden;
    margin: 20px auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out !important;
}

.slide {
    flex: 0 0 33.33%; 
    box-sizing: border-box;
    padding: 10px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    pointer-events: none; 

}

.controls {
    position: absolute;
    top: 50%;
    /* left: -20px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.prev:hover{
    background-color: #21232a;
}

.next:hover {
    background-color: #21232a;
}

.next, .prev {
    padding: 15px;
    color: #fff;
    width: 69px;
    height: auto;
    font-size: 34px;
    font-weight: 600;
}

.slider_cnt {
    position: relative;
}

button {
    background-color: rgb(255, 255, 255);
    color: rgb(33, 33, 33);
    border: none;
    cursor: pointer;
    border-radius: 50px;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.indicators {
    text-align: center;
    padding-top: 10px;
}

.indicators div {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicators div.active {
    background-color: #333;
}


/* .swipe-detector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: transparent;
    z-index: -1;
    pointer-events: none; 
} */



.slides {
    /* pointer-events: none;  */
}

.slides {
    user-select: none;
    -webkit-user-drag: none;
}

.swipe-detector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; 

}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.slide {
    min-width: 33.33%; 
    box-sizing: border-box;
}

.controls {
    /* position: relative; */
    /* z-index: 2; */
}

button {
    z-index: 3;
}


.shaolin {
    max-width: 446px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}


.actual-message::after  {
    bottom: 139px !important;

}

.indicators {
    display: none;
}

.video_testimonials .text_header_body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 420px;
}

@media (max-width: 1026px) {
    .video_testimonials .wrapper {
        /* justify-content: center; */
        /* align-items: center; */
        /* flex-direction: column; */
        justify-content: space-between;
    }
    iframe {
        width: 437px;
    }
    #main_headline {
        max-width: 540px;
    }
}


@media (max-width: 991px) {
    .video_testimonials .wrapper {
        align-items: center;
        /* justify-content: center; */
    }
}

@media (max-width: 968px) {
    .next, .prev {
        width: 63px;
        height: 63px;
        padding: 0px;
    }
}

@media (max-width: 960px) {
    .free_occupation {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #main_headline {
        margin-bottom: 30px !important;
    }
    .img img {
        max-width: 400px;
    }
}

@media (max-width: 926px) {
    iframe {
        width: 407px;
    }
}

@media (max-width: 911px) {
    iframe {
        width: 385px;
    }
    .shaolin {
        width: 400px;
    }
}

@media (max-width: 900px) {
    .next, .prev {
        width: 60px;
        height: 60px;
        padding: 0px;
    }
}

@media (max-width: 879px) {
    .next, .prev {
        width: 53px;
        height: 53px;
    }
}

@media (max-width: 856px) {
    iframe {
        width: 360px;
    }
}

@media (max-width: 811px) {
    .video_testimonials .wrapper {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 807px) {
    .next, .prev {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {    
    .text_caption_body h1, h2 {
        margin-top: 24px !important;
        margin-bottom: 38px !important;
    }
    .wrapper {
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .next, .prev {
        padding: 0px;
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}


@media screen and (max-width: 700px) {
    .slide {
        flex: 0 0 50%; /* Show 2 slides per view */
    }
}

@media (max-width: 600px) {
    .next, .prev {
        width: 25px;
        height: 70px;
        /* width: 40px;
        height: 40px; */
        /* width: 50px;
        height: 50px; */
        padding: 0px;
    }
    .controls {
        /* z-index: -1; */
    }
}


@media (max-width: 500px) {
    .slide {
        padding: 7px;
    }

    .block .img {
        max-width: 350px;
    }
}


@media (max-width: 500px) {
    .slide {
        flex: 0 0 100%; /* Show 1 slide per view */
        padding: 7px;
    }
    
}

@media (max-width: 400px) {
    .text_caption_body h1, h2 {
        margin-bottom: 24px !important;
        margin-top: 24px;
    }

    .next, .prev {
        width: 25px;
        height: 70px;
        /* width: 40px;
        height: 40px; */
        /* width: 50px;
        height: 50px; */
        padding: 0px;
    }
    #bl_wrapper_combat_center {
        width: 100%;
    }
}

@media (max-width: 320px) {
    iframe {
        width: 100%;
    }
}