
.theme-Avada.creator-lms-page #main {
    padding: 0;
}

.theme-Avada.creator-lms-page #main .fusion-row {
    max-width: 100%;
    width: 100%;
    display: block;
}

.theme-Avada.creator-lms-checkout #main .creator-lms-checkout-form-wrapper h2.creator-lms-checkout-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3!important;
}

.theme-Avada.creator-lms-checkout #wrapper .creator-lms-thankyou-content-left .creator-lms-address-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

/* ----course list page---- */
.theme-Avada.creator-lms-page #main .creator-lms-course-cards .course-card .course-info .creator-lms-loop-course-title {
    line-height: 1.4!important;
}

/* ----course details page---- */
.theme-Avada.creator-lms-page .creator-lms-course-reviews-form #respond {
    margin: 0;
}
.theme-Avada.creator-lms-page .creator-lms-course-reviews-form #respond > .fusion-title {
    display: none;
}


@media screen and (max-width: 991px) {
    .theme-Avada.creator-lms-checkout .creator-lms-checkout-form-wrapper .creator-lms-checkout-title {
        font-size: 18px !important;
    }

    .theme-Avada.creator-lms-checkout #wrapper .creator-lms-thankyou-content-left .creator-lms-address-title {
        font-size: 18px;
    }

}

@media only screen and (max-device-width: 640px) {
    .theme-Avada.creator-lms-checkout #content {
        margin-bottom: 0;
    }
}