input[type=checkbox] {
    float: right;
    transform: scale(3);
}

.started__content_teacher {
    border-radius: 10px;
    margin-right: 0;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
}

@media only screen and (max-width: 991px) {
    .started__content_teacher {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .started__content_teacher {
        grid-template-columns: 1fr 1fr;
    }
}

.started-box-teacher,
.ie-started-box-teacher {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
    transition: box-shadow 0.4s ease;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .started-box-teacher,
    .ie-started-box-teacher {
        max-width: 100%;
    }
}

.started-box-teacher:first-child,
.ie-started-box-teacher:first-child {
    border-top-left-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .started-box-teacher:first-child,
    .ie-started-box-teacher:first-child {
        border-radius: 0;
    }
}

.started-box-teacher:last-child,
.ie-started-box-teacher:last-child {
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .started-box-teacher:last-child,
    .ie-started-box-teacher:last-child {
        border-radius: 0;
    }
}

.started-box-teacher:nth-child(3n),
.ie-started-box-teacher:nth-child(3n) {
    border-top-right-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .started-box-teacher:nth-child(3n),
    .ie-started-box-teacher:nth-child(3n) {
        border-radius: 0;
    }
}

.started-box-teacher:nth-child(4n),
.ie-started-box-teacher:nth-child(4n) {
    border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .started-box-teacher:nth-child(4n),
    .ie-started-box-teacher:nth-child(4n) {
        border-radius: 0;
    }
}

.started-box-teacher::before,
.ie-started-box-teacher::before{
    content: "";
    width: calc(100% - 2px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: inherit;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(242, 71, 58, 0.31);
    transition: background-color 0.4s ease, width 0.4s ease, height 0.4s ease;
}

.started-box-teacher__content,
.ie-started-box-teacher__content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.started-box-teacher__img,
.ie-started-box-teacher__img {
    position: relative;
    margin-bottom: 40px;
}

.started-box-teacher__img::before,
.ie-started-box-teacher__img::before {
    content: "";
    background-image: url(../img/svg/ellipse.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 80px;
    z-index: -1;
    opacity: 0.3;
}

.started-box-teacher h6,
.started-box-teacher .title-6,
.ie-started-box-teacher h6,
.ie-started-box-teacher .title-6 {
    transition: color 0.4s ease;
    text-align: center;
    padding: 0 35px;
}

.started-box-teacher:hover,
.ie-started-box-teacher:hover {
    z-index: 11;
}

.started-box-teacher:hover::before {
    /*hover box height 410*/
    height: 270px;
    background-color: #F2473A;
    width: calc(100% + 2px);
    box-shadow: 0px 7px 19px rgba(242, 71, 58, 0.31);
}

.ie-started-box-teacher:hover::before {
    /*hover box height 410*/
    height: 370px;
    background-color: #F2473A;
    width: calc(100% + 2px);
    box-shadow: 0px 7px 19px rgba(242, 71, 58, 0.31);
}

@media only screen and (max-width: 768px) {
    .started-box-teacher:hover::before {
        height: 510px;
    }
    
    .ie-started-box-teacher:hover::before {
        height: 800px;
    }
}

.started-box-teacher:hover .svg-icon,
.ie-started-box-teacher:hover .svg-icon {
    fill: #ffffff;
}

.started-box-teacher:hover h6,
.started-box-teacher:hover p,
.started-box-teacher:hover .title-6,
.ie-started-box-teacher:hover h6,
.ie-started-box-teacher:hover p,
.ie-started-box-teacher:hover .title-6 {
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .upload-container:before {
        display: none;
    }
}

.steps-guide {
    position: relative;
    margin-top: 64px;
}

.steps-guide::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 2rem;
}

.steps-guide-container {
    position: relative;
    background-color: inherit;
    padding-bottom: 3rem;
}

.steps-guide-container .content {
    padding: 32px;
    background-color: white;
    position: relative;
    padding-bottom: 3rem;
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}

.steps-guide-container {
    display: flex;
}

.steps-guide .steps-guide-container .step_number {
    color: #ffffff;
    font-size: 25px;
    width: 62px;
    height: 62px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}

.step-line {
    width: 40px;
    background-color: #fff;
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .steps-guide::after {
        left: 32px;
    }

    .steps-guide-container {
        left: 0;
        width: auto;
        margin-bottom: 16px;
    }

    .steps-guide .steps-guide-container:nth-child(even) {
        left: 0;
    }
}

.student-timeline {
    position: relative;
    margin: 0 auto;
    max-width: 1340px;
    padding: 125px 0 180px;
}
.uk-student-timeline {
    position: relative;
    margin: 0 auto;
    max-width: 1640px;
    padding: 125px 0 180px;
}

@media only screen and (max-width: 1199px) {
    .student-timeline {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .student-timeline {
        padding: 60px 0;
    }
}

.student-timeline__title {
    text-align: center;
    margin-bottom: 122px;
}

@media only screen and (max-width: 1199px) {
    .student-timeline__title {
        margin-bottom: 60px;
    }
}

.student-timeline__content {
    min-height: 475px;
    width: 1310px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.uk-student-timeline__content {
    min-height: 475px;
    width: 1500px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.student-timeline__line {
    position: absolute;
    top: 50%;
    left: 15px;
    width: calc(100% - 60px);
    height: 4px;
    background-color: #202020;
}

.uk-student-timeline__line {
    position: absolute;
    top: 57%;
    left: 15px;
    width: calc(100% - 60px);
    height: 4px;
    background-color: #202020;
}

.student-timeline__line::after,
.student-timeline__line::before,
.uk-student-timeline__line::after,
.uk-student-timeline__line::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #202020;
}

.student-timeline__line::before,
.uk-student-timeline__line::before {
    left: 0;
}

.student-timeline__line::after,
.uk-student-timeline__line::after {
    right: 0;
}

.au-student-timeline-box,
.nz-student-timeline-box,
.uk-student-timeline-box,
.ie-student-timeline-box{
    text-align: center;
    max-width: 300px;
    flex: 0 0 300px;
    padding: 0 5px;
    position: relative;
}

.au-student-timeline-box::before,
.au-student-timeline-box::after,
.nz-student-timeline-box::before,
.nz-student-timeline-box::after, 
.uk-student-timeline-box::before,
.uk-student-timeline-box::after,
.ie-student-timeline-box::before,
.ie-student-timeline-box::after {
    content: "";
    position: absolute;
    background-color: #202020;
}

.au-student-timeline-box::before,
.nz-student-timeline-box::before,
.uk-student-timeline-box::before,
.ie-student-timeline-box::before {
    width: 4px;
    height: 100px;
}

.au-student-timeline-box::after,
.nz-student-timeline-box::after,
.uk-student-timeline-box::after,
.ie-student-timeline-box::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.au-student-timeline-box:nth-child(even),
.uk-student-timeline-box:nth-child(even),
.ie-student-timeline-box:nth-child(even) {
    margin-bottom: 305px;
}

.nz-student-timeline-box:nth-child(even){
    margin-bottom: 390px;
}

.au-student-timeline-box:nth-child(even)::before {
    top: 128%;
}
.nz-student-timeline-box:nth-child(even)::before {
    top: 115%;
}
.uk-student-timeline-box:nth-child(even)::before {
    top: 113%;
}
.ie-student-timeline-box:nth-child(even)::before {
    top: 110%;
}

.au-student-timeline-box:nth-child(even)::after {
    top: 128%;
    left: 50%;
    transform: translate(-30%, 0);
}
.nz-student-timeline-box:nth-child(even)::after {
    top: 112%;
    left: 50%;
    transform: translate(-30%, 0);
}
.uk-student-timeline-box:nth-child(even)::after {
    top: 110%;
    left: 50%;
    transform: translate(-30%, 0);
}
.ie-student-timeline-box:nth-child(even)::after {
    top: 106%;
    left: 50%;
    transform: translate(-30%, 0);
}

.au-student-timeline-box:nth-child(odd),
.nz-student-timeline-box:nth-child(odd),
.uk-student-timeline-box:nth-child(odd),
.ie-student-timeline-box:nth-child(odd) {
    order: 1;
}

.au-student-timeline-box:nth-child(odd)::before {
    bottom: 116%;
}
.nz-student-timeline-box:nth-child(odd)::before {
    bottom: 191%;
}
.uk-student-timeline-box:nth-child(odd)::before {
    bottom: 161%;
}
.ie-student-timeline-box:nth-child(odd)::before {
    bottom: 150%;
}

.au-student-timeline-box:nth-child(odd)::after {
    bottom: 112%;
    left: 50%;
    transform: translate(-30%, 0);
}
.nz-student-timeline-box:nth-child(odd)::after {
    bottom: 186%;
    left: 50%;
    transform: translate(-30%, 0);
}
.uk-student-timeline-box:nth-child(odd)::after {
    bottom: 152%;
    left: 50%;
    transform: translate(-30%, 0);
}
.ie-student-timeline-box:nth-child(odd)::after {
    bottom: 146%;
    left: 50%;
    transform: translate(-30%, 0);
}

.au-student-timeline-box span,
.nz-student-timeline-box span,
.uk-student-timeline-box span,
.ie-student-timeline-box span {
    font-weight: 900;
    color: #F2473A;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .au-student-timeline-box span, 
    .nz-student-timeline-box span, 
    .uk-student-timeline-box span, 
    .ie-student-timeline-box span{
        font-size: 24px;
    }

    .au-student-timeline-box:nth-child(even)::before {
        top: 149%;
    }
    .nz-student-timeline-box:nth-child(even)::before {
        top: 114%;
    }
    .uk-student-timeline-box:nth-child(even)::before {
        top: 124%;
    }
    .ie-student-timeline-box:nth-child(even)::before {
        top: 117%;
    }

    .au-student-timeline-box:nth-child(even)::after {
        top: 145%;
    }
    .nz-student-timeline-box:nth-child(even)::after {
        top: 111%;
    }
    .uk-student-timeline-box:nth-child(even)::after {
        top: 118%;
    }
    .ie-student-timeline-box:nth-child(even)::after {
        top: 112%;
    }

    .au-student-timeline-box:nth-child(odd)::before {
        bottom: 108%;
    }
    .nz-student-timeline-box:nth-child(odd)::before {
        bottom: 205%;
    }
    .uk-student-timeline-box:nth-child(odd)::before {
        bottom: 150%;
    }
    .ie-student-timeline-box:nth-child(odd)::before {
        bottom: 175%;
    }

    .au-student-timeline-box:nth-child(odd)::after {
        bottom: 106%;
    }
    .nz-student-timeline-box:nth-child(odd)::after {
        bottom: 198%;
    }
    .uk-student-timeline-box:nth-child(odd)::after {
        bottom: 140%;
    }
    .ie-student-timeline-box:nth-child(odd)::after {
        bottom: 165%;
    }
}

@media only screen and (max-width: 991px) {
    .au-student-timeline-box span,
    .nz-student-timeline-box span,
    .uk-student-timeline-box span, 
    .ie-student-timeline-box span {
        font-size: 20px;
    }
    .au-student-timeline-box:nth-child(even)::before {
        top: 153%;
    }
    .nz-student-timeline-box:nth-child(even)::before {
        top: 113%;
    }
    .uk-student-timeline-box:nth-child(even)::before {
        top: 125%;
    }
    .ie-student-timeline-box:nth-child(even)::before {
        top: 114%;
    }

    .au-student-timeline-box:nth-child(even)::after {
        top: 148%;
    }
    .nz-student-timeline-box:nth-child(even)::after {
        top: 110%;
    }
    .uk-student-timeline-box:nth-child(even)::after {
        top: 120%;
    }
    .ie-student-timeline-box:nth-child(even)::after {
        top: 108%;
    }

    .au-student-timeline-box:nth-child(odd)::before {
        bottom: 109%;
    }
    .nz-student-timeline-box:nth-child(odd)::before {
        bottom: 218%;
    }
    .uk-student-timeline-box:nth-child(odd)::before {
        bottom: 154%;
    }
    .ie-student-timeline-box:nth-child(odd)::before {
        bottom: 182%;
    }

    .au-student-timeline-box:nth-child(odd)::after {
        bottom: 105%;
    }
    .nz-student-timeline-box:nth-child(odd)::after {
        bottom: 211%;
    }
    .uk-student-timeline-box:nth-child(odd)::after {
        bottom: 143%;
    }
    .ie-student-timeline-box:nth-child(odd)::after {
        bottom: 172%;
    }
}

@media only screen and (max-width: 767px) {
    .nz-student-timeline-box:nth-child(even)::before {
        top: 107%;
    }
    .nz-student-timeline-box:nth-child(even)::after {
        top: 103%;
    }
    .nz-student-timeline-box:nth-child(odd)::before {
        bottom: 270%;
    }
    .nz-student-timeline-box:nth-child(odd)::after {
        bottom: 264%;
    }
    .au-student-timeline-box span,
    .nz-student-timeline-box span, 
    .uk-student-timeline-box span, 
    .ie-student-timeline-box span {
        font-size: 18px;
    }
}
