.elementor-widget-container .tutor-segment-title {
    font-size: 20px;
    margin: 0
}

.elementor-widget-container .etlms-lead-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-align-left .etlms-lead-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-right .etlms-lead-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-align-center .etlms-lead-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-layout-up .etlms-lead-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-layout-up.elementor-align-left .etlms-lead-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-layout-up.elementor-align-right .etlms-lead-info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-widget-container .etlms-lead-info label {
    margin-bottom: 0
}

.elementor-widget-container .tutor-single-course-segment {
    margin-bottom: 0;
    margin-top: 0
}

.elementor-widget-container .tutor-wrap {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0
}

.etlms-rating {
    margin-bottom: 0 !important
}

.etlms-course-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

.etlms-course-price>.amount,
.etlms-course-price>.price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.etlms-course-price>.price>.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-align-center .etlms-course-price>.price>.price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-align-right .etlms-course-price>.price>.price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.etlms-course-price .price ins {
    text-decoration: none
}

.etlms-course-price del .amount {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

.etlms-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-layout-left .etlms-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-layout-up .etlms-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-align-left .etlms-author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-right .etlms-author {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-align-center .etlms-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.etlms-author p,
.etlms-author span {
    display: inline-block;
    text-align: center
}

.etlms-author .tutor-single-course-author-name p {
    margin-bottom: 0
}

.etlms-author-layout-up .tutor-single-course-author-name {
    display: block
}

.etlms-course-level .tutor-single-course-meta.tutor-meta-top ul {
    padding: 0
}

.etlms-course-level .tutor-single-course-meta.tutor-meta-top ul li {
    width: 100%
}

.etlms-course-status .etlms-segment-title {
    margin-bottom: 5px
}

.etlms-progress-bar-wrap {
    position: relative;
    height: 25px
}

.etlms-progress-bar {
    width: 100%;
    background-color: #eee;
    height: 100%;
    border-radius: 10px
}

.etlms-progress-filled {
    background-color: #66cd74;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.etlms-progress-percent h4 {
    margin: 0;
    font-size: 18px
}

.etlms-progress-outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.etlms-progress-inside .etlms-progress-percent,
.etlms-progress-outside .etlms-progress-percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.etlms-progress-inside .etlms-progress-percent {
    position: absolute;
    height: 100%;
    left: 50%;
    bottom: 0
}

.etlms-progress-outside .etlms-progress-percent {
    margin-left: 10px;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%
}

.etlms-progress-ontop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.etlms-progress-ontop .etlms-progress-percent {
    position: absolute;
    right: 0
}

.tutor-course-thumbnail {
    overflow: hidden
}

.tutor-course-thumbnail .tutor-lesson-video-wrap {
    margin-bottom: 0
}

.tutor-course-thumbnail .tutor-lesson-video-wrap>.plyr__video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.tutor-course-thumbnail .tutor-lesson-video-wrap>.plyr__video-embed>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.etlms-course-specifications h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #000;
    margin: 0
}

.etlms-course-specifications ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.etlms-course-specifications ul li {
    position: relative;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

.etlms-course-specifications ul li i {
    color: var(--tutor-primary-color);
    line-height: 1.6
}

.etlms-author-specifications-inline .etlms-course-specifications ul li {
    display: inline-block
}

.etlms-course-specifications-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-left .etlms-course-specification-items li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-center .etlms-course-specification-items li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-align-right .etlms-course-specification-items li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget-container .tutor-course-enrollment-box {
    margin-bottom: 0
}

.elementor-widget-container .tutor-course-enrolled-wrap {
    padding: 10px 0
}

.etlms-course-enrolment-box .tutor-lead-info-btn-group {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 0
}

.etlms-course-enrolment-box .tutor-course-enrolled-wrap {
    margin: 0 !important
}

.etlms-course-enrolment-box .tutor-course-enrolled-wrap p {
    display: inline-block
}

.etlms-course-enrolment-box .tutor-course-enrolled-wrap p i {
    display: contents
}

.etlms-course-enrolment-box .generate-course-gradebook-btn-wrap,
.etlms-course-enrolment-box .tutor-course-enroll-wrap,
.etlms-course-enrolment-box .tutor-course-enrolled-wrap,
.etlms-course-enrolment-box .tutor-course-purchase-box,
.etlms-course-enrolment-box .tutor-course-purchase-box form,
.etlms-course-enrolment-box .tutor-lead-info-btn-group,
.etlms-course-enrolment-box .tutor-lead-info-btn-group form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.etlms-course-enrolment-box .tutor-course-purchase-box a {
    width: 100%;
    margin-top: 0
}

.etlms-course-enrolment-box.elementor-align-left .generate-course-gradebook-btn-wrap,
.etlms-course-enrolment-box.elementor-align-left .tutor-course-enroll-wrap,
.etlms-course-enrolment-box.elementor-align-left .tutor-course-enrolled-wrap,
.etlms-course-enrolment-box.elementor-align-left .tutor-course-purchase-box .etlms-course-enrolment-box.elementor-align-left .tutor-course-purchase-box form,
.etlms-course-enrolment-box.elementor-align-left .tutor-lead-info-btn-group,
.etlms-course-enrolment-box.elementor-align-left .tutor-lead-info-btn-group form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.etlms-course-enrolment-box.elementor-align-right .generate-course-gradebook-btn-wrap,
.etlms-course-enrolment-box.elementor-align-right .tutor-course-enroll-wrap,
.etlms-course-enrolment-box.elementor-align-right .tutor-course-enrolled-wrap,
.etlms-course-enrolment-box.elementor-align-right .tutor-course-purchase-box,
.etlms-course-enrolment-box.elementor-align-right .tutor-course-purchase-box form,
.etlms-course-enrolment-box.elementor-align-right .tutor-lead-info-btn-group,
.etlms-course-enrolment-box.elementor-align-right .tutor-lead-info-btn-group form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.etlms-course-enrolment-box.elementor-align-center .generate-course-gradebook-btn-wrap,
.etlms-course-enrolment-box.elementor-align-center .tutor-course-enroll-wrap,
.etlms-course-enrolment-box.elementor-align-center .tutor-course-enrolled-wrap,
.etlms-course-enrolment-box.elementor-align-center .tutor-course-purchase-box,
.etlms-course-enrolment-box.elementor-align-center .tutor-course-purchase-box form,
.etlms-course-enrolment-box.elementor-align-center .tutor-lead-info-btn-group,
.etlms-course-enrolment-box.elementor-align-center .tutor-lead-info-btn-group form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.etlms-course-enrolment-box.course-enroll-buttons-size-small .tutor-button,
.etlms-course-enrolment-box.course-enroll-buttons-size-small button {
    padding: 9px 14px;
    line-height: 19px
}

.etlms-course-enrolment-box.course-enroll-buttons-size-large .tutor-button,
.etlms-course-enrolment-box.course-enroll-buttons-size-large button {
    font-size: 16px;
    display: inline-block;
    line-height: 40px
}

.etlms-course-enrolment-box.course-enroll-buttons-width-auto .tutor-button,
.etlms-course-enrolment-box.course-enroll-buttons-width-auto button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.etlms-course-enrolment-box.course-enroll-buttons-width-fill .tutor-button,
.etlms-course-enrolment-box.course-enroll-buttons-width-fill button {
    width: 100% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.etlms-course-tags .tutor-course-tags a {
    border: 1px solid #e1ebf0
}

.elementor-layout-up .etlms-lead-info strong,
.elementor-layout-up .etlms-single-course-meta-categories a {
    display: block
}

.etlms-single-instructor-wrap {
    width: 100%
}

.etlms-single-instructor-wrap p {
    margin-bottom: 15px
}

.etlms-single-instructor-wrap {
    margin-bottom: 0
}

.etlms-single-instructor-wrap .tutor-instructor-left {
    padding-right: 15px
}

.etlms-single-instructor-wrap .tutor-instructor-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.etlms-single-instructor-wrap .tutor-instructor-right .instructor-name {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    font-size: 18px
}

.etlms-single-instructor-wrap .single-instructor-wrap .instructor-name h3 {
    font-size: 18px
}

.etlms-single-instructor-wrap .instructor-name p {
    font-size: 16px
}

.elementor-layout-left .etlms-course-instructors-wrap .tutor-instructor-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-layout-up .etlms-course-instructors-wrap .tutor-instructor-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.etlms-single-instructor-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.elemntor-align-left .etlms-single-instructor-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.elementor-align-right .etlms-single-instructor-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.elementor-align-center .etlms-single-instructor-bottom {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.etlms-single-instructor-wrap .instructor-avatar span.tutor-text-avatar {
    min-width: 10px;
    min-height: 10px;
    font-size: calc(48px/2);
    border-radius: 50%
}

.etlms-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.etlms-social-label {
    margin-right: 5px
}

.etlms-social-share-wrap .s_facebook {
    color: #fff
}

.elementor-align-left .etlms-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-center .etlms-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-align-right .etlms-social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.etlms-social-share-wrap>button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    color: var(--tutor-light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.etlms-social-share-wrap .s_facebook i {
    color: #fff;
    background-color: #3b5998
}

.etlms-social-share-wrap .s_twitter i {
    color: #fff;
    background-color: #1da1f2
}

.etlms-social-share-wrap .s_linkedin i {
    color: #fff;
    background-color: #0077b5
}

.etlms-social-share-wrap .s_tumblr i {
    color: #fff;
    background-color: #000
}

.etlms-share-btn i {
    color: #fff
}

.etlms-social-icon-none .etlms-share-btn i {
    background-color: transparent !important
}

.etlms-course-curriculum .etlms-course-topic {
    border: 1px solid #e1ebf0
}

.etlms-course-curriculum .tutor-course-topics-header {
    margin-bottom: 0
}

.etlms-course-topic {
    overflow: hidden
}

.etlms-course-topic .etlms-course-curriculum-title {
    cursor: pointer
}

.etlms-course-curriculum .tutor-course-lessons .tutor-course-lesson h5 i {
    height: auto;
    width: auto;
    line-height: 1.2;
    margin-right: 10px
}

.etlms-course-curriculum .tutor-course-lessons .tutor-course-lesson h5 i:after {
    background: 0 0
}

#topic-toggle {
    background: #ccc;
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    font-size: 15px;
    border-radius: 50%
}

.etlms-topic-icon-align-left .etlms-course-curriculum-title>h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    margin: 0
}

.etlms-topic-icon-align-right .etlms-course-curriculum-title>h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin: 0
}

.tutor-star-rating-group i:nth-child(5) {
    margin-right: 0
}

.etlms-course-reviews .course-avg-rating {
    margin-bottom: 10px
}

.etlms-course-reviews .course-avg-rating-wrap {
    padding: 30px 20px 20px 30px
}

.etlms-course-reviews .tutor-col-auto {
    text-align: center;
    padding-right: 40px
}

.etlms-course-reviews .course-rating-meter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.etlms-course-reviews .course-rating-meter .rating-meter-bar {
    margin-top: 0
}

.etlms-course-reviews .rating-meter-bar-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.etlms-course-reviews .rating-meter-col.rating-text-col {
    margin-left: 25px
}

.etlms-review-individual-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-top: 1px solid #e8eff1
}

.etlms-review-individual-item p {
    margin: 0
}

.etlms-review-individual-item .etlms-review-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%
}

.etlms-review-individual-item .etlms-review-avatar {
    margin-bottom: 15px
}

.etlms-review-individual-item .etlms-review-avatar span {
    display: block;
    text-align: center
}

.etlms-review-individual-item .etlms-review-left .review-time-name h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0
}

.etlms-review-individual-item .etlms-review-left .review-meta {
    font-size: 13px
}

.etlms-review-content .individual-review-rating-wrap {
    margin-bottom: 8px
}

.etlms-course-reviews .tutor-course-enrolled-review-wrap {
    margin-top: 25px
}

#single-course-ratings {
    margin-top: 0
}

.single-instructor-wrap {
    border: 1px solid #e8eff1
}

.single-instructor-wrap .single-instructor-top {
    border-bottom: 1px solid #e8eff1
}

.tutor-course-reviews-wrap {
    border: 1px solid #e8eff1;
    border-radius: 4px;
    margin-top: 0
}

.etlms-course-reviews .review-time-name p.review-meta {
    padding-left: 0;
    padding-top: 0
}

.etlms-carousel-main-wrap,
.etlms-course-list-main-wrap {
    padding: 0
}

.etlms-carousel-loop-wrap .slick-dots li {
    margin: 0
}

.etlms-card {
    overflow: hidden;
    margin: 15px;
}
.tutor-loop-course-container {
    margin: 15px;
}

.etlms-course-list-overlayed .tutor-course-header a img,
.etlms-coursel-overlayed .tutor-course-header a img {
    height: auto;
    min-height: 300px
}

.etlms-carousel-main-wrap .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important;
    top: 5px !important
}

.etlms-carousel-main-wrap .slick-slide {
    height: inherit !important
}

.etlms-course-carousel .tutor-courses-wrap,
.etlms-course-list .tutor-courses-wrap {
    margin: 0
}

.etlms-course-carousel div[class*=tutor-course-col] {
    margin-bottom: 15px
}

.etlms-course-list-card .etlms-card.hover-animation,
.etlms-course-list-classic .etlms-card.hover-animation,
.etlms-course-list-overlayed .etlms-card.hover-animation,
.etlms-coursel-card .etlms-card.hover-animation,
.etlms-coursel-classic .etlms-card.hover-animation,
.etlms-coursel-overlayed .etlms-card.hover-animation {
    position: relative;
    top: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 999
}

.etlms-course-list-card .etlms-card.hover-animation:hover,
.etlms-course-list-classic .etlms-card.hover-animation:hover,
.etlms-course-list-overlayed .etlms-card.hover-animation:hover,
.etlms-coursel-card .etlms-card.hover-animation:hover,
.etlms-coursel-classic .etlms-card.hover-animation:hover,
.etlms-coursel-overlayed .etlms-card.hover-animation:hover {
    top: -5px
}

.etlms-course-list-stacked .etlms-card.hover-animation .etlms-carousel-course-container,
.etlms-coursel-stacked .etlms-card.hover-animation .etlms-carousel-course-container {
    position: relative;
    top: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

.etlms-course-list-stacked .etlms-card.hover-animation:hover .etlms-carousel-course-container,
.etlms-coursel-stacked .etlms-card.hover-animation:hover .etlms-carousel-course-container {
    top: -5px
}

.thumbnail-hide .etlms-card {
    display: block !important
}

.thumbnail-hide .etlms-carousel-course-container {
    padding-top: 30px
}

.etlms-course-list-classic .etlms-card,
.etlms-coursel-classic .etlms-card {
    border-radius: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden
}

.etlms-course-list-classic .etlms-card,
.etlms-coursel-classic .etlms-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px
}

.etlms-course-list-classic .etlms-card:hover,
.etlms-coursel-classic .etlms-card:hover {
    -webkit-box-shadow: 0 5px 2px #ebebeb;
    box-shadow: 0 5px 2px #ebebeb
}

.etlms-course-list-card .etlms-card,
.etlms-coursel-card .etlms-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    border-radius: 8px;
    overflow: hidden
}

.etlms-course-list-card .etlms-card:hover,
.etlms-coursel-card .etlms-card:hover {
    -webkit-box-shadow: 0 24px 34px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 24px 34px -5px rgba(0, 0, 0, .1)
}

.etlms-course-list-stacked .tutor-course-header,
.etlms-coursel-stacked .tutor-course-header {
    border-radius: 10px;
    overflow: hidden
}

.etlms-course-list-stacked .etlms-card .tutor-course-header,
.etlms-coursel-stacked .etlms-card .tutor-course-header {
    z-index: 1
}

.etlms-course-list-stacked .etlms-card,
.etlms-coursel-stacked .etlms-card {
    overflow: visible !important
}

.etlms-course-list-stacked .etlms-carousel-course-container,
.etlms-coursel-stacked .etlms-carousel-course-container {
    z-index: 99;
    margin-top: -80px;
    background: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 34px 28px -20px rgba(0, 0, 0, .15);
    box-shadow: 0 34px 28px -20px rgba(0, 0, 0, .15)
}

.etlms-course-list-stacked .etlms-carousel-course-container:hover,
.etlms-coursel-stacked .etlms-carousel-course-container:hover {
    -webkit-box-shadow: 0 54px 58px -20px rgba(0, 0, 0, .15);
    box-shadow: 0 54px 58px -20px rgba(0, 0, 0, .15)
}

.etlms-course-list-card .tutor-course-header:before,
.etlms-course-list-classic .tutor-course-header:before,
.etlms-course-list-stacked .tutor-course-header:before,
.etlms-coursel-card .tutor-course-header:before,
.etlms-coursel-classic .tutor-course-header:before,
.etlms-coursel-stacked .tutor-course-header:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 2
}

.etlms-course-list-overlayed .etlms-card,
.etlms-coursel-overlayed .etlms-card {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
    height: 300px
}

.etlms-course-list-overlayed .etlms-card:hover,
.etlms-coursel-overlayed .etlms-card:hover {
    -webkit-box-shadow: 0 8px 28px 0 #d0d0d0;
    box-shadow: 0 8px 28px 0 #d0d0d0
}

.etlms-course-list-overlayed .etlms-card:before,
.etlms-coursel-overlayed .etlms-card:before {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0001) 0, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0001)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0, #000 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.etlms-course-list-overlayed .tutor-course-header,
.etlms-coursel-overlayed .tutor-course-header {
    z-index: 2;
    height: 100%
}

.etlms-course-list-overlayed .etlms-carousel-course-container,
.etlms-coursel-overlayed .etlms-carousel-course-container {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0 !important
}

.etlms-course-list-overlayed .etlms-loop-cart-btn-wrap a,
.etlms-course-list-overlayed .price,
.etlms-course-list-overlayed .tutor-course-loop-meta,
.etlms-course-list-overlayed .tutor-course-loop-title h2 a,
.etlms-course-list-overlayed .tutor-loop-author>div a,
.etlms-course-list-overlayed .tutor-rating-count,
.etlms-coursel-overlayed .etlms-loop-cart-btn-wrap a,
.etlms-coursel-overlayed .price,
.etlms-coursel-overlayed .tutor-course-loop-meta,
.etlms-coursel-overlayed .tutor-course-loop-title h2 a,
.etlms-coursel-overlayed .tutor-loop-author>div a,
.etlms-coursel-overlayed .tutor-rating-count {
    color: #fff
}

.etlms-carousel-arrow-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    left: 0;
    font-size: 20px;
    cursor: pointer
}

.etlms-carousel-arrow-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    right: 0;
    font-size: 20px;
    cursor: pointer
}

.etlms-carousel-arrow-prev {
    margin-left: -10px
}

.etlms-carousel-arrow-next {
    margin-right: -10px
}

.etlms-carousel-arrow-prev.etlms-carousel-arrow-position-outside {
    margin-left: -40px
}

.etlms-carousel-arrow-next.etlms-carousel-arrow-position-outside {
    margin-right: -40px
}

.arrow-ghost {
    text-align: center;
    line-height: 100%
}

.etlms-carousel-arrow.arrow-ghost>i {
    width: 20px;
    height: 20px;
    border: 1px solid
}

.etlms-carousel-arrow.arrow-fill>i {
    width: 20px;
    height: 20px;
    background-color: #424242;
    text-align: center;
    line-height: 100%;
    color: #fff
}

.etlms-carousel-main-wrap .price,
.etlms-course-list-main-wrap .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.etlms-carousel-main-wrap .etlms-loop-cart-btn-wrap,
.etlms-course-list-main-wrap .etlms-loop-cart-btn-wrap {
    margin-left: 10px
}

.enroll-button-align-left .etlms-loop-cart-btn-wrap {
    margin-right: auto
}

.enroll-button-align-center .etlms-loop-cart-btn-wrap {
    margin-left: auto;
    margin-right: auto
}

.enroll-button-align-right .etlms-loop-cart-btn-wrap {
    margin-left: auto
}

.etlms-masonry.tutor-courses-layout-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.etlms-masonry.tutor-courses-layout-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.etlms-masonry.tutor-courses-layout-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.etlms-masonry.tutor-courses-layout-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.etlms-masonry .etlms-course-list-col {
    display: inline-block;
    width: auto;
    position: relative;
    top: 5px
}

.etlms-masonry.etlms-course-list-overlayed .etlms-card {
    height: auto !important;
    min-height: 180px
}

.etlms-carousel-dots-inside .slick-dots {
    position: initial;
    margin-top: -120px
}

.etlms-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

@media only screen and (min-width:768px) {
    .etlms-course-list-style {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        height: 255px
    }
    .etlms-course-list-style .tutor-course-header {
        max-width: 40%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        height: 255px
    }
    .etlms-course-list-style .etlms-carousel-course-container {
        max-width: 60%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .etlms-course-list-style .etlms-carousel-footer {
        margin-top: auto
    }
    .etlms-course-list-stacked .etlms-course-list-style .etlms-carousel-course-container {
        margin: auto 0 auto -42px
    }
}

@media only screen and (max-width:768px) {
    .elementor-layout--tabletup .etlms-single-course-meta-categories a,
    .elementor-layout--tabletup .etmls-single-course-meta-duration>a,
    .elementor-layout--tabletup .tutor-course-level>div {
        display: block
    }
    .elementor-layout--tabletleft .etlms-single-course-meta-categories a,
    .elementor-layout--tabletleft .etmls-single-course-meta-duration>a,
    .elementor-layout--tabletleft .tutor-course-level>div {
        display: inline-block
    }
    .elementor-align--tabletleft .etlms-course-summery,
    .elementor-align--tabletleft .etlms-single-course-meta-categories,
    .elementor-align--tabletleft .etmls-single-course-meta-duration,
    .elementor-align--tabletleft .tutor-course-level {
        text-align: left
    }
    .elementor-align--tabletright .etlms-course-summery,
    .elementor-align--tabletright .etlms-single-course-meta-categories,
    .elementor-align--tabletright .etmls-single-course-meta-duration,
    .elementor-align--tabletright .tutor-course-level {
        text-align: right
    }
    .elementor-align--tabletcenter .etlms-course-summery,
    .elementor-align--tabletcenter .etlms-single-course-meta-categories,
    .elementor-align--tabletcenter .etmls-single-course-meta-duration,
    .elementor-align--tabletcenter .tutor-course-level {
        text-align: center
    }
    .elementor-align--tabletjustify .etlms-course-summery {
        text-align: justify
    }
    .elementor-align--tabletleft .etlms-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-align--tabletright .etlms-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-align--tabletcenter .etlms-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .etlms-assignment-icon-align--tabletleft .etlms-course-assignment h5,
    .etlms-quiz-icon-align--tabletleft .etlms-course-quiz h5,
    .etlms-topic-icon-align--tabletleft .etlms-course-curriculum-title>h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px
    }
    .etlms-assignment-icon-align--tabletright .etlms-course-assignment h5,
    .etlms-quiz-icon-align--tabletright .etlms-course-quiz h5,
    .etlms-topic-icon-align--tabletright .etlms-course-curriculum-title>h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .etlms-masonry {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .etlms-course-reviews .rating-meter-bar-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .etlms-course-reviews .rating-meter-col.rating-text-col {
        margin-left: 5px
    }
}

@media only screen and (max-width:576px) {
    .elementor-align--mobileleft {
        text-align: left
    }
    .elementor-align--mobileright {
        text-align: right
    }
    .elementor-align--mobilecenter {
        text-align: center
    }
    .elementor-layout--mobileup .etlms-single-course-meta-categories a,
    .elementor-layout--mobileup .etmls-single-course-meta-duration>a,
    .elementor-layout--mobileup .tutor-course-level>div {
        display: block
    }
    .elementor-layout--mobileleft .etlms-single-course-meta-categories a,
    .elementor-layout--mobileleft .etmls-single-course-meta-duration>a,
    .elementor-layout--mobileleft .tutor-course-level>div {
        display: inline-block
    }
    .elementor-align--mobileleft .etlms-course-summery,
    .elementor-align--mobileleft .etlms-single-course-meta-categories,
    .elementor-align--mobileleft .etmls-single-course-meta-duration,
    .elementor-align--mobileleft .tutor-course-level {
        text-align: left
    }
    .elementor-align--mobileright .etlms-course-summery,
    .elementor-align--mobileright .etlms-single-course-meta-categories,
    .elementor-align--mobileright .etmls-single-course-meta-duration,
    .elementor-align--mobileright .tutor-course-level {
        text-align: right
    }
    .elementor-align--mobilecenter .etlms-course-summery,
    .elementor-align--mobilecenter .etlms-single-course-meta-categories,
    .elementor-align--mobilecenter .etmls-single-course-meta-duration,
    .elementor-align--mobilecenter .tutor-course-level {
        text-align: center
    }
    .elementor-align--mobilejustify .etlms-course-summery {
        text-align: justify
    }
    .elementor-align--mobileleft .etlms-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-align--mobileright .etlms-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-align--mobilecenter .etlms-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-layout--mobileup .etlms-lead-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .elementor-layout--mobileup.elementor-align--mobileleft .etlms-lead-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .elementor-layout--mobileup.elementor-align--mobileright .etlms-lead-info {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .elementor-align--mobileleft .etlms-lead-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-align--mobileright .etlms-lead-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-align--mobilecenter .etlms-lead-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-align--mobilecenter .etlms-course-price>.price>.price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-align--mobileright .etlms-course-price>.price>.price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-layout--mobileleft .etlms-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .elementor-layout--mobileup .etlms-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .elementor-align--mobileleft .etlms-author {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-align--mobileright .etlms-author {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-align--mobilecenter .etlms-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .etlms-assignment-icon-align--mobileleft .etlms-course-assignment h5,
    .etlms-quiz-icon-align--mobileleft .etlms-course-quiz h5,
    .etlms-topic-icon-align--mobileleft .etlms-course-curriculum-title>h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px
    }
    .etlms-assignment-icon-align--mobileright .etlms-course-assignment h5,
    .etlms-quiz-icon-align--mobileright .etlms-course-quiz h5,
    .etlms-topic-icon-align--mobileright .etlms-course-curriculum-title>h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .etlms-masonry {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .elementor-layout--mobileleft .etlms-course-instructors-wrap .tutor-instructor-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-layout--mobileup .etlms-course-instructors-wrap .tutor-instructor-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .etlms-course-reviews .rating-meter-bar-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
    .etlms-course-reviews .rating-meter-col.rating-text-col {
        margin-left: 5px
    }
}