/* mobile style*/
@media only screen and (max-width: 768px) {
    .differential_item {
        height: 550px;
        padding: 20px !important;
    }

    .differential_item .differential_body ul {
        display: block;
    }

    .differential_item.style_3 .differential_body {
        width: 100%;
        display: block !important;
    }

    .differential_item .differential_body ul {
        margin-top: 20px;
    }

    .banner_hero .banner_hero_list ul li {
        display: block;
    }

    .differential_item .differential_body ul li {
        width: 100%;
    }

    .differential_item .differential_body h4 {
        font-size: 24px;
        line-height: 33px;
    }

    .differential_item.style_3 {
        padding: 20px;
        display: block;
        height: auto;
    }

    .differential_item.style_2 {
        height: 450px;
    }

    .home-large h3, .home-large h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .rating-item .rating-content .rating-title {
        font-size: 20px;
        line-height: 28px;

    }

    .rating-item .rating-content .rating-meta {
        font-size: 14px;
        line-height: 18px;
    }

    .col-address2:before, .col-address2:after, .col-address:before, .col-address:after {
        display: none !important;
    }

    .boxTeacherLeft .col-inner {
        padding: 20px;
    }

    .boxTeacherTop .col-inner {
        padding: 20px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .edulife-course {
        padding: 40px 16px;
    }

    .course_item .course_title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

    .timeline {
        display: grid;
        column-gap: 40px;
        grid-auto-flow: row;
        border: 0;
        padding: 0;
    }

    section.course-header .course-title {
        display: block;
    }

    section.course-header .course-title h1 {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 37px;
    }

    .address-vstep ul li {
        width: 100%;
    }

    .keyword {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

    .gFx-accordion .accordion-item a span.gfx_accordion-heading {
        width: 100%;
        padding-left: 0;
        display: flex;
        align-items: start;
        flex-flow: column;
        gap: 10px;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .banner_hero .banner_hero_description {
        font-size: 28px;
        line-height: 36px;
    }

    .banner_hero p, .banner_hero ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .table-responsive::-webkit-scrollbar {
        height: 2px;
    }

    .courseBox {
        margin: 0;
    }

    section.course-header .course-meta {
        align-items: start;
        gap: 15px !important;
        flex-direction: column;
    }

    .team-list {
        grid-template-columns: 1fr 1fr;
    }

    .team-desktop {
        padding-right: 0;
        border-right: 0;
    }

    .gap-60 {
        padding-top: 0 !important;
    }

    .backgroundWrp {
        display: none;
    }

    .sec-register .section-content {
       padding: 30px 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .gradientWrp {
        z-index: 41;
        display: block;
        position: absolute;
        inset: -1px 0px;
        background: linear-gradient(103.27deg, rgb(249, 250, 250) 42.51%, rgba(249, 250, 250, 0) 100.83%);
    }

    .backgroundWrp {
        display: none;
        min-height: 100%;
        max-height: 320px;
        overflow: hidden;
        max-width: 100vw;
        margin-top: -2em;
        margin-bottom: 2em;
    }

    .backgroundWrp {
        display: block;
        z-index: 40;
        position: absolute;
        right: 0px;
        margin-top: -6em;
        margin-bottom: -6em;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .mt-footer {
        margin-bottom: 20px !important;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mt-footer {
        margin-bottom: 20px !important;
    }
}

/**desktop**/
@media only screen and (min-width: 1440px) {

}