.kidsjoy_style-main-process-box .swiper {
    padding: 1.25em;
    margin: -1.25em;
}

.kidsjoy_style-main-process-box .item .kidsjoy_style-box-style-1 .kidsjoy_style-uniqclass .process-box-icon,
.kidsjoy_style-main-process-box .item .kidsjoy_style-box-style-1 .kidsjoy_style-uniqclass .process-box-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.kidsjoy_style-main-process-box .process-box-content {
    text-align: center;
    margin-top: 2.1875em;
}

.kidsjoy_style-process-image {
    position: relative;
}

.kidsjoy_style-main-process-box {
    counter-reset: section;
}

.kidsjoy_style-main-process-box .item .kidsjoy_style-box-style-1 .process-box-step::before {
    counter-increment: section;
    content: "0 " counter(section);
    font-family: var(--subtitle-font-family);
}

.process-step-number {
    font-family: var(--subtitle-font-family);
    color: var(--color-theme-white);
    letter-spacing: var(--letter-spacing-three);

}

.kidsjoy_style-process-one .process-box-step {
    position: absolute;
    right: 2px;
    bottom: 13px;
    background-color: var(--color-theme-secondary);
    width: 3.125em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 50%;
    text-align: center;
    color: var(--color-theme-white);
}

.kidsjoy_style-process-two .process-box-step {
    position: absolute;
    right: -7px;
    top: 28px;
    background-color: var(--color-theme-primary);
    width: 3.125em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 50%;
    text-align: center;
    color: var(--color-theme-white);
}

.kidsjoy_style-process-three .process-box-step {
    position: absolute;
    left: -7px;
    bottom: -15px;
    background-color: var(--color-theme-yellow);
    width: 3.125em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 50%;
    text-align: center;
    color: var(--color-theme-white);
}

.kidsjoy_style-box-style-1 .process-icon {
    width: 150px;
    height: 150px;
    border: 1px solid var(--color-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.kidsjoy_style-box-style-1 .process-icon .process-box-step {
    position: absolute;
    right: 2px;
    bottom: 13px;
    background-color: var(--color-theme-primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--color-theme-white);

}

.kidsjoy_style-process-box-style-1 .process-icon .process-box-step .process-step-number {
    color: var(--color-theme-white);
    font-size: var(--font-size-normal);
}

.kidsjoy_style-process-box-style-1 .process-box-content {
    text-align: center;
    margin-top: 40px;
}

.kidsjoy_style-process-box-style-1 .process-box-content .process-box-desc {
    margin-top: 16px;
}

.kidsjoy_style-process-box-style-1 .process-box-icon svg {
    width: 71px;
}

.kidsjoy_style-box-style-1 .kidsjoy_style-process-image img {
    min-width: 15em;
    min-height: 15em;
}

@media(max-width:767px) {
    .kidsjoy_style-process-box-style-1 .step-separator {
        display: none;
    }
}


@media(max-width:1199px) {
    .process-box-desc br {
        display: none;
    }
}

/* style 2 */

.timeline.list-inline.kidsjoy_style-box-style-2 {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner {
    display: flex;
    align-items: center;
    gap: 2em;
    text-align: right;
    width: max-content;
    padding: 2em;
    margin-left: 5em;
    float: right;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    -o-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    transition: 1.2s cubic-bezier(.63, .25, .25, 1);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.animated {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass:nth-child(even) .kidsjoy_style-process-inner {
    float: left;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass:nth-child(odd) .kidsjoy_style-process-inner {
    flex-direction: row-reverse;
    text-align: left;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-count {
    padding: 1.5em 0;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-count .kidsjoy_style-process-count-box {
    border: 0.13em dashed var(--color-theme-primary);
    border-radius: 100%;
    height: 4.063em;
    width: 4.063em;
    min-width: 4.063em;
    line-height: 4.063em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-count span {
    height: 3em;
    width: 3em;
    min-width: 3em;
    line-height: 3em;
    text-align: center;
    background: var(--color-theme-primary);
    color: var(--color-theme-white);
    border-radius: 100%;
    position: relative;
    display: block;
    margin: 0.4em auto;
}

.kidsjoy_style-box-style-2 .process-box-title {
    font-family: var(--subtitle-font-family);
    letter-spacing: var(--letter-spacing-one);
    font-size: 1.775em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.kidsjoy_style-uniqclass.kidsjoy_style-starting {
    margin-right: 15em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-count.start-point,
.kidsjoy_style-box-style-2 .kidsjoy_style-process-count.end-point {
    border: none;
    padding: 0;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-count.start-point img {
    width: 100px;
}

.kidsjoy_style-box-style-2 .process-box-content .process-box-desc {
    width: 16.875em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-starting .kidsjoy_style-process-inner {
    float: right;
}

li.kidsjoy_style-uniqclass.kidsjoy_style-starting+.kidsjoy_style-uniqclass .kidsjoy_style-process-inner {
    float: left;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-one .kidsjoy_style-process-count-box {
    border-color: var(--color-theme-pink);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-two .kidsjoy_style-process-count-box {
    border-color: var(--color-theme-secondary);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-three .kidsjoy_style-process-count-box {
    border-color: var(--color-theme-yellow);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-one .kidsjoy_style-process-count-box span {
    background: var(--color-theme-pink);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-two .kidsjoy_style-process-count-box span {
    background: var(--color-theme-secondary);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-three .kidsjoy_style-process-count-box span {
    background: var(--color-theme-yellow);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-one .process-box-title {
    color: var(--color-theme-pink);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-two .process-box-title {
    color: var(--color-theme-secondary);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-process-three .process-box-title {
    color: var(--color-theme-yellow);
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) {
    margin-left: 4em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) {
    margin-left: 8em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) {
    margin-left: 0;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) {
    margin-right: 0;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) {
    margin-right: 8em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) {
    margin-right: 4em;
}

.kidsjoy_style-box-style-2 .kidsjoy_style-ending {
    margin-right: 12em;
}

.kidsjoy_style-uniqclass.kidsjoy_style-starting+.kidsjoy_style-uniqclass {
    margin-top: 2em;
}

/*=======================
responsive
============================*/
@media (max-width: 1199px) {
    .kidsjoy_style-timeline-box .demo-canvas {
        display: none;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass {
        position: relative;
    }

    .kidsjoy_style-uniqclass.kidsjoy_style-starting,
    .kidsjoy_style-uniqclass.kidsjoy_style-ending {
        display: none;
    }

    .timeline {
        position: relative;
    }

    .timeline::before {
        content: "";
        height: 100%;
        width: 1em;
        background: var(--color-theme-black);
        border: 0.3em solid var(--color-theme-yellow);
        -moz-border-radius: 3.125em;
        -webkit-border-radius: 3.125em;
        border-radius: 3.125em;
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -o-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
    }

    .kidsjoy_style-uniqclass.kidsjoy_style-starting+.kidsjoy_style-uniqclass {
        margin-top: 3em;
    }

    .kidsjoy_style-uniqclass:nth-last-child(2) {
        margin-bottom: 3em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even),
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even),
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) {
        margin-left: 1em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd),
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd),
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) {
        margin-right: 1em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner {
        position: relative;
        width: 50%;
        justify-content: flex-end;
        margin-left: 0;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner {
        padding: 0 8em 0 0;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner {
        padding: 0 0 0 8em;
        text-align: left;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner::before {
        content: "";
        height: 1em;
        width: 18%;
        background: var(--color-theme-black);
        border: 0.3em solid var(--color-theme-yellow);
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner::before {
        border-radius: 3.125em 0 0 3.125em;
        -webkit-bordder-radius: 3.125em 0 0 3.125em;
        -moz-border-radius: 3.125em 0 0 3.125em;
        border-right: none;
        right: 0.7em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner::before {
        border-radius: 0em 3.125em 3.125em 0;
        -webkit-bordder-radius: 0em 3.125em 3.125em 0;
        -moz-border-radius: 0em 3.125em 3.125em 0;
        border-left: none;
        left: 0.8em;
    }
}

@media (max-width: 1149px) {

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner {
        padding: 0 7em 0 0;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner {
        padding: 0 0 0 7em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner::before {
        width: 15%;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner::before {
        right: 12px;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner::before {
        left: 12px;
    }
}

@media (max-width: 991px) {

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner {
        padding: 0 5.5em 0 0;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner {
        padding: 0 0 0 5.5em;
    }

    .kidsjoy_style-box-style-2 .process-box-title {
        font-size: 1.2em;
    }

    .kidsjoy_style-box-style-2 .process-box-content .process-box-desc {
        width: 100%;
        font-size: 0.875em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-process-count .kidsjoy_style-process-count-box {
        height: 3.5em;
        width: 3.5em;
        min-width: 3.5em;
        line-height: 3.5em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-process-count span {
        height: 2.5em;
        width: 2.5em;
        min-width: 2.5em;
        line-height: 2.5em;
    }
}

@media (max-width: 767px) {
    .timeline::before {
        left: 0;
        -moz-transform: translatex(0);
        -webkit-transform: translatex(0);
        -o-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass{
        margin-bottom: 3em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner{
        width: 100%;
        flex-direction: row-reverse;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner::before{
        width: 13%;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(2n), 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(2n), 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(2n){
        margin-left: 0;
        margin-right: 1em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(2n+1), 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(2n+1), 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(2n+1){
        margin-left: 0;
        margin-right: 1em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner {
        padding: 0 0 0 7em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner::before,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner::before {
        border-radius: 0em 3.125em 3.125em 0;
        -webkit-bordder-radius: 0em 3.125em 3.125em 0;
        -moz-border-radius: 0em 3.125em 3.125em 0;
        border-right: 0.3em solid var(--color-theme-yellow);
        border-left: none;
        right: auto;
        left: 12px;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(even) .kidsjoy_style-process-inner {
        float: right;
        text-align: left;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(odd) .kidsjoy_style-process-inner {
        text-align: left;
    }
}

@media (max-width: 600px){
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner::before{
        width: 15%;
    }
}

@media (max-width: 479px){
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(2n+1) .kidsjoy_style-process-inner, 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(2n+1) .kidsjoy_style-process-inner, 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(2n+1) .kidsjoy_style-process-inner, 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-one:nth-child(2n) .kidsjoy_style-process-inner, 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-three:nth-child(2n) .kidsjoy_style-process-inner, 
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass.kidsjoy_style-process-two:nth-child(2n) .kidsjoy_style-process-inner{
        padding: 0 0 0 5em;
    }
    
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner {
        align-items: flex-start;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-process-count {
        padding: 0;
        margin-bottom: 1.5em;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner::before {
        top: 17%;
    }

    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass:nth-child(even) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass:nth-child(odd) .kidsjoy_style-process-inner,
    .kidsjoy_style-box-style-2 .kidsjoy_style-uniqclass:nth-child(2n) .kidsjoy_style-process-inner {
        flex-direction: column-reverse;
        gap: 0;
    }
}