/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

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

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

    .teacher-radius {
        padding-top: 240px !important;
    }

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

    .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;
    }
}

@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) {

}