.complete-progress,
.scroll-progress {
    width: 8px;
    height: 88px;
    background: #ccc;
    border-radius: 25px;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
}

.complete-progress {
    position: absolute;
    background-color: #CF2030;
    transform: translateY(-90px);
}

.progress-container {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousal {
    position: relative;
    /* overflow: hidden; */
}

.slidez {
    height: 100vh;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 1;
}

.slidez:first-child {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .order1{
        order: 2;
    }
    .order2 {
        order: 1;
    }
    .content-design {
        margin: 0 0 60px 20px;
        background: transparent;
    }
    
    .progress-wrap {
        margin: 0 0 0 15px;
    }
    
    .content-design h4 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.24px;
        margin: 24px 0 16px;
    }
    
    .content-design p {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.28px;
    }
    
    .complete-progress, .scroll-progress {
        width: 3px;
        height: 50px;
    }
    .progress-container {
        /* height: 41vh; */
        display: flex;
        align-items: self-start;
        justify-content: flex-start;
        padding: 50% 0 0;
    }
    
    .parallax-testimonial-content-block {}
    
    .parallax-testimonial-content-block p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 7px;
    }
    
    .parallax-testimonial-block {
        padding: 10px 7px 7px 10px;
        max-width: 56%;
    }
    
    .parallax-testimonial-content-block p:last-child {
        margin: 0 0 0px;
        font-size: 12px;
        font-weight: 700;
    }
    
    .parallax-testimonial-block img {
        width: 32px;
    }
}

@media only screen and (max-width: 400px) {
    .progress-container {
        padding: 35% 0 0;
    }
    .complete-progress, .scroll-progress {
        height: 40px;
    }
}