﻿ul {
    list-style: none;
}
.bg-primary-color {
    background: var(--color-primary) !important;
}
.bg-color-primary {
    background-color: var(--color-primary);
}
.mt--40 {
    margin-top: 40px !important;
}
.pt--40 {
    padding-top: 40px !important;
}
.radius-small {
    border-radius: 5px;
}
.mt--35 {
    margin-top: 35px !important;
}
.mt--30 {
    margin-top: 30px !important;
}
.pt--65 {
    padding-top: 65px !important;
}
.mt--65 {
    margin-top: 65px !important;
}
.ptb--50 {
    padding: 50px 0 !important;
}
.mb--30 {
    margin-bottom: 30px !important;
}
.mt--20 {
    margin-top: 20px !important;
}
.row--35 {
    margin-left: -35px;
    margin-right: -35px;
}
.edu-section-gap {
    padding: 130px 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-section-gap {
        padding: 80px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .edu-section-gap {
        padding: 80px 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--35 > [class*="col"],
.row--35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.eduvibe-post-share span {
    font-weight: 600;
    color: var(--color-dark);
    margin-right: 15px;
}
a.edu-btn.btn-white,
button.edu-btn.btn-white {
    background: var(--color-white);
    color: var(--color-primary);
}
    a.edu-btn.btn-white:hover::after,
    button.edu-btn.btn-white:hover::after {
        display: none;
    }

.wishlist-btn.favourited i {
    color: #ff2e2e;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

    input[type="checkbox"] ~ label,
    input[type="radio"] ~ label {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: var(--body-color);
        font-weight: 500;
        padding-left: 34px;
        cursor: pointer;
        margin-bottom: 0;
        margin-right: 15px;
    }

        input[type="checkbox"] ~ label::before,
        input[type="radio"] ~ label::before {
            content: " ";
            position: absolute;
            top: 1px;
            left: -3px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 1px solid var(--color-primary);
            border-radius: 2px;
            transition: all .3s;
        }

        input[type="checkbox"] ~ label::after,
        input[type="radio"] ~ label::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 1px;
            width: 12px;
            height: 8px;
            background-color: transparent;
            border-bottom: 2px solid #fff;
            border-left: 2px solid #fff;
            border-radius: 2px;
            transform: rotate(-45deg);
            opacity: 0;
            transition: all .3s;
        }

    input[type="checkbox"]:checked ~ label::before,
    input[type="radio"]:checked ~ label::before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    input[type="checkbox"]:checked ~ label::after,
    input[type="radio"]:checked ~ label::after {
        opacity: 1;
    }

    input[type="radio"] ~ label::before {
        border-radius: 50%;
    }

    input[type="radio"] ~ label::after {
        width: 8px;
        height: 8px;
        left: 3px;
        top: 7px;
        background: #fff;
        border-radius: 50%;
    }

/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.section-title .title {
    margin-bottom: 0;
    font-size: 40px;
}

.eduvibe-animated-shape .section-title .title {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title br {
        display: none;
    }
}

.section-title.text-white .pre-title {
    color: var(--color-white);
}

.section-title.text-white .title {
    color: var(--color-white);
}

/*--------------------------
    Pricing Table  
----------------------------*/
.edu-pricing-area {
    background-image: url(../images/bg/pricing-plan.jpg);
}

.pricing-billing-duration {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .pricing-billing-duration {
        text-align: center;
    }
}

.pricing-billing-duration ul {
    background: rgba(82, 95, 225, 0.08);
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}

    .pricing-billing-duration ul .nav-item {
        float: left;
        margin: 0;
    }

        .pricing-billing-duration ul .nav-item .nav-link {
            height: 40px;
            line-height: 40px;
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            color: var(--color-heading);
            border: 0 none;
            background: transparent;
            padding: 0 25px;
            border-radius: 3px;
        }

            .pricing-billing-duration ul .nav-item .nav-link.active {
                background: var(--color-primary);
                color: var(--color-white);
            }

.pricing-table {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    padding: 60px 50px;
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-table {
        padding: 60px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-table {
        padding: 60px 30px;
    }
}

.wp-policy-member .pricing-table .pricing-header .price-wrap .amount {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}

    .wp-policy-member .pricing-table .pricing-header .price-wrap .amount.amount-discount {
        text-decoration: line-through;
        font-size: 18px;
        display: block;
        color: #777777;
    }

.pricing-table .pricing-header {
    margin-bottom: 40px;
    text-align: center;
}

    .pricing-table .pricing-header .price-wrap .monthly-pricing {
        display: none;
    }

    .pricing-table .pricing-header .price-wrap .amount {
        font-weight: 800;
        font-size: 38px;
        line-height: 56px;
        color: var(--color-primary);
    }

    .pricing-table .pricing-header .price-wrap .duration {
        color: var(--color-primary);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
        margin-left: -4px;
    }

    .pricing-table .pricing-header .title {
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

.pricing-table .pricing-body {
    margin-bottom: 40px;
}

    .pricing-table .pricing-body .list-item li {
        display: flex;
        align-items: start;
        margin: 0;
        text-align: justify;
    }

        .pricing-table .pricing-body .list-item li i {
            color: var(--color-secondary);
            margin-right: 10px;
            padding-top: 4px;
        }

        .pricing-table .pricing-body .list-item li + li {
            margin-top: 16px;
        }

.wp-policy-member .pricing-table.active {
    transform: none;
}

.pricing-table.active {
    transform: translateY(-20px);
}

    .pricing-table.active .edu-badge {
        background: var(--color-secondary);
        padding: 0 17px;
        position: absolute;
        right: 0;
        top: 15px;
        height: 30px;
        line-height: 30px;
        padding-left: 25px;
    }

        .pricing-table.active .edu-badge span {
            font-weight: 700;
            font-size: 14px;
            color: var(--color-white);
            text-align: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .pricing-table.active .edu-badge::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 24px 0 24px 23px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            right: 87%;
            top: 50%;
            content: "";
            transform: translateY(-50%);
        }

.pricing-btn .edu-btn {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--color-primary);
    color: var(--color-text-button);
    border: 1px solid var(--color-primary);
}

    .pricing-btn .edu-btn:hover {
        background-color: var(--color-text-button);
        color: var(--color-primary);
    }

.pricing-btn button.edu-btn:after {
    content: none;
}

/*-------------------------
    Event Grid Style  
--------------------------*/
.edu-event .top-position {
    position: absolute;
    z-index: 2;
}

    .edu-event .top-position.left-top {
        left: 0;
        top: 25px;
    }

.edu-event .event-meta {
    display: flex;
    align-items: center;
}

    .edu-event .event-meta li {
        font-weight: 500;
        font-size: 16px;
    }

@media only screen and (max-width: 767px) {
    .edu-event .event-meta li {
        font-size: 14px;
    }
}

.edu-event .event-meta li i {
    padding-right: 8px;
    color: var(--color-primary);
}

.edu-event.event-grid-1 .inner {
    background: var(--color-white);
    transition: 0.4s;
}

    .edu-event.event-grid-1 .inner .thumbnail {
        position: relative;
        overflow: hidden;
    }

        .edu-event.event-grid-1 .inner .thumbnail a {
            display: block;
        }

            .edu-event.event-grid-1 .inner .thumbnail a img {
                width: 100%;
                transition: 0.4s;
                overflow: hidden;
                border-radius: 5px 5px 0 0;
            }

    .edu-event.event-grid-1 .inner .content {
        padding: 30px;
    }

@media only screen and (max-width: 767px) {
    .edu-event.event-grid-1 .inner .content {
        padding: 20px;
    }
}

.edu-event.event-grid-1 .inner .content .title {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .edu-event.event-grid-1 .inner .content .title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.edu-event.event-grid-1 .inner:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.edu-event.event-grid-1.bg-shade .inner {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}

.edu-event.event-list .inner {
    display: flex;
    padding: 20px 40px 20px 20px;
    background: var(--color-shade);
    transition: 0.4s;
    border-radius: 5px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
    .edu-event.event-list .inner {
        padding: 20px;
    }
}

.edu-event.event-list .inner .thumbnail {
    position: relative;
    overflow: hidden;
    flex-basis: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 32%;
    }
}

@media only screen and (max-width: 479px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 100%;
    }
}

.edu-event.event-list .inner .thumbnail a {
    display: block;
    width: 200px;
    height: 110px;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .edu-event.event-list .inner .thumbnail a img {
        width: 100%;
        transition: 0.4s;
        overflow: hidden;
        border-radius: 3px;
        min-width: 140px;
        min-height: auto;
        object-fit: cover;
    }

@media only screen and (max-width: 575px) {
    .edu-event.event-list .inner .thumbnail a {
        width: 100%;
        height: 200px;
    }
}

.btn-redirect-register {
    display: none;
    margin-right: 5px;
}

.edu-event.event-list .inner .content {
    flex-basis: 80%;
    padding-left: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 68%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-event.event-list .inner .content {
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.edu-event.event-list .inner .content .title {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .content .title {
        font-size: 18px;
    }
}

.edu-event.event-list .inner .content .event-meta {
    margin: 0 -18px;
    flex-wrap: wrap;
}

    .edu-event.event-list .inner .content .event-meta li {
        margin: 0 18px;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .content .event-meta li {
        margin: 0 5px;
        font-size: 14px;
    }
}

.edu-event.event-list .inner .content .event-meta li i {
    color: var(--color-body);
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .read-more-btn a.edu-btn {
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

.edu-event.event-list .inner:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    background: var(--color-white);
}

.edu-event.event-list.bg-white .inner {
    background: #FFFFFF;
    transition: 0.4s;
}

.edu-event.event-list.bg-white:hover .inner {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
    background: var(--color-white);
}

@media (min-width: 1200px) {
    .edu-event.event-list .inner .content .content-left {
        width: calc(100% - 240px);
    }

    .edu-event.event-list .inner .content .read-more-btn {
        width: 230px;
    }
}

.eduvibe-status.status-06 {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 15px;
    background: var(--color-primary);
    display: inline-block;
    border-radius: 0px 18px 18px 0px;
}


.wp-search-top {
    margin-bottom: 50px;
}

.btn-filter-tld {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-heading);
    border-radius: 3px;
    box-shadow: 2px 3px 5px 2px #eae7e7;
}

    .btn-filter-tld i {
        font-size: 20px;
    }

.edu-blog.blog-type-1 {
    background: var(--color-shade);
    overflow: hidden;
    position: relative;
}

    .edu-blog.blog-type-1 .inner .content {
        padding: 35px;
    }

@media only screen and (max-width: 767px) {
    .edu-blog.blog-type-1 .inner .content {
        padding: 22px;
    }
}

.edu-blog.blog-type-1 .inner .content .blog-meta {
    margin-bottom: 20px;
}

.edu-blog.blog-type-1 .inner .content .title {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .edu-blog.blog-type-1 .inner .content .title {
        margin-bottom: 14px;
    }
}

.edu-blog.blog-type-1 .inner .content .description {
    font-weight: 500;
    margin-bottom: 0;
}

.edu-blog .top-position {
    position: absolute;
    z-index: 2;
}

    .edu-blog .top-position.left-top {
        left: 20px;
        top: 20px;
    }

    .edu-blog .top-position.left-bottom {
        left: 0;
        bottom: 0;
        border-radius: 0px 5px 0px 0px;
    }

.edu-blog .thumbnail {
    position: relative;
    overflow: hidden;
}

    .edu-blog .thumbnail a {
        display: block;
    }

        .edu-blog .thumbnail a.img-blog {
            overflow: hidden;
            height: 250px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.4s;
        }

        .edu-blog .thumbnail a img {
            transition: 0.4s;
            overflow: hidden;
            width: 100%;
        }

.thumbnail .status-group .eduvibe-status.status-01 {
    display: inline-block;
}

.eduvibe-status.status-01 {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: var(--color-white);
    display: inline-block;
    border-radius: 2px;
}

    .eduvibe-status.status-01.bg-primary-color {
        color: var(--color-white);
    }

    .eduvibe-status.status-01.bg-secondary-color {
        color: var(--color-white);
    }

.edu-blog .content {
    background-color: var(--color-shade);
}

/*--------------------------
    Blog Sidebar Styles 
----------------------------*/
.edu-blog-widget {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .edu-blog-widget {
        padding: 20px;
    }
}

.edu-blog-widget .widget-title {
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(45, 40, 78, 0.07);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.edu-blog-widget.widget-search .blog-search {
    position: relative;
}

    .edu-blog-widget.widget-search .blog-search input {
        border: 0 none;
        background: var(--color-white);
        height: 60px;
        width: 100%;
        border-radius: 3px;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        padding: 0 72px 0 25px;
    }

    .edu-blog-widget.widget-search .blog-search .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background-color: var(--color-primary);
        border: 0 none;
        height: 100%;
        width: 60px;
        text-align: center;
        color: var(--color-white);
        font-size: 20px;
        border-radius: 0px 3px 3px 0px;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

.edu-blog-widget.widget-categories .category-list li {
    margin: 0;
}

    .edu-blog-widget.widget-categories .category-list li a {
        background: #FFFFFF;
        border-radius: 3px;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .edu-blog-widget.widget-categories .category-list li.active a {
        color: var(--color-primary);
    }

    .edu-blog-widget.widget-categories .category-list li a::after {
        position: absolute;
        content: "";
        background: #EEEEEE;
        height: 30px;
        width: 1px;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .edu-blog-widget.widget-categories .category-list li + li {
        margin-top: 15px;
    }

.edu-blog-widget.widget-latest-post .latest-post {
    display: flex;
    align-items: center;
    position: relative;
}

    .edu-blog-widget.widget-latest-post .latest-post .thumbnail {
        margin-right: 25px;
    }

@media only screen and (max-width: 767px) {
    .edu-blog-widget.widget-latest-post .latest-post .thumbnail {
        margin-right: 10px;
    }
}

.edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
    border-radius: 3px;
    max-height: 96px;
    object-fit: cover;
}

.edu-blog-widget.widget-latest-post .latest-post .post-content .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.edu-blog-widget.widget-latest-post .latest-post + .latest-post {
    padding-top: 20px;
    margin-top: 20px;
}

    .edu-blog-widget.widget-latest-post .latest-post + .latest-post::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(45, 40, 78, 0.07);
        content: "";
    }

.edu-blog-widget.widget-about .about-wrapper {
    text-align: center;
}

    .edu-blog-widget.widget-about .about-wrapper .thumbnail {
        margin-bottom: 20px;
    }

        .edu-blog-widget.widget-about .about-wrapper .thumbnail img {
            max-height: 160px;
            border-radius: 100%;
        }

    .edu-blog-widget.widget-about .about-wrapper .about-content .title {
        margin-bottom: 15px;
    }

    .edu-blog-widget.widget-about .about-wrapper .about-content p {
        margin-bottom: 20px;
    }

.edu-blog-widget.widget-instagram .instagram-list {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}

    .edu-blog-widget.widget-instagram .instagram-list a {
        flex-basis: 33.33%;
        display: block;
        padding: 7.5px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-blog-widget.widget-instagram .instagram-list a {
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .edu-blog-widget.widget-instagram .instagram-list a {
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 575px) {
    .edu-blog-widget.widget-instagram .instagram-list a {
        flex-basis: 50%;
    }
}

.edu-blog-widget.widget-instagram .instagram-list a img {
    border-radius: 3px;
    width: 100%;
}

.tag-list {
    margin: -5px;
}

    .tag-list a {
        background: #FFFFFF;
        border-radius: 2px;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        margin: 5px;
        height: 40px;
        padding: 0 14px;
        transition: 0.4s;
    }

        .tag-list a:hover {
            background: var(--color-primary) !important;
            color: var(--color-white);
        }

    .tag-list.bg-shade a {
        background: #F5F5F5;
    }

.edu-blog-sidebar {
    padding: 0;
}


/*-----------------------------
    Blog Comments Style  
------------------------------*/
.comment-list-wrapper .comment {
    display: flex;
}

    .comment-list-wrapper .comment.comment-child {
        margin-left: 60px;
        margin-top: 30px;
    }

@media only screen and (max-width: 575px) {
    .comment-list-wrapper .comment {
        flex-direction: column;
    }

        .comment-list-wrapper .comment .comment-content {
            margin-top: 20px;
        }
}

.box-comment .btn-show-comment-child {
    font-size: 15px;
    padding: 5px 10px;
    background: #F5F5F5;
    border-radius: 5px;
    display: inline-block;
    color: #7d7d7d;
    cursor: pointer;
}

    .box-comment .btn-show-comment-child:hover {
        color: var(--color-primary);
    }

.box-comment .box-btn-show-comment {
    margin-left: 60px;
    margin-top: 30px;
}

.comment-list-wrapper .comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

    .comment-list-wrapper .comment .thumbnail img {
        width: 100%;
    }

.comment-list-wrapper .comment .comment-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

.comment-list-wrapper .comment .comment-content .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.comment-list-wrapper .comment .comment-content p {
    margin-bottom: 20px;
}

.comment-list-wrapper .comment .comment-content .reply-btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

    .comment-list-wrapper .comment .comment-content .reply-btn i {
        margin-right: 10px;
    }

.comment-list-wrapper .box-comment + .box-comment {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 20px;
}

/*-----------------------------
    Blog Comments Form
------------------------------*/
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#html-form-comment .btn-cencel-comment {
    display: none;
}

.blog-page-title .btn-show-comment {
    font-size: 15px;
    padding: 5px 10px;
    background: #F5F5F5;
    border-radius: 5px;
    display: inline-block;
    color: #7d7d7d;
    cursor: pointer;
}

    .blog-page-title .btn-show-comment:hover {
        color: var(--color-primary);
    }

.comment-form-top .blog-page-title {
    margin-bottom: 0;
}

.comment-form-top .cancle-btn a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    transition: 0.3s;
}

    .comment-form-top .cancle-btn a:hover {
        color: var(--color-primary);
    }

.comment-form-style-1 .comment-note {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.comment-form-style-1 input,
.comment-form-style-1 textarea {
    background: #F5F5F5;
    border-radius: 5px;
    border: 0 none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid transparent;
}

    .comment-form-style-1 input:focus,
    .comment-form-style-1 textarea:focus {
        border-color: var(--color-primary);
    }

.comment-form-style-1 input {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
}

.comment-form-style-1 textarea {
    min-height: 180px;
    padding: 17px 30px;
}

.edu-blog-widget-2.widget-latest-post .latest-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .edu-blog-widget-2.widget-latest-post .latest-post .thumbnail {
        width: 80px;
        height: 80px;
    }

    .edu-blog-widget-2.widget-latest-post .latest-post .post-content {
        width: calc(100% - 105px);
    }

    .edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
        height: 100%;
        width: 100%;
    }

        .edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a img {
            border-radius: 5px;
            max-height: 100px;
            object-fit: cover;
        }

    .edu-blog-widget-2.widget-latest-post .latest-post .post-content .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .edu-blog-widget-2.widget-latest-post .latest-post + .latest-post {
        padding-top: 20px;
        margin-top: 20px;
    }

        .edu-blog-widget-2.widget-latest-post .latest-post + .latest-post::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: rgba(45, 40, 78, 0.07);
            content: "";
        }

.widget-latest-post {
    padding: 0 10px 20px 10px;
}

.edu-blog-sidebar {
    background-color: #f5f5f5;
}

/*---------------------------
 Card Styles  
-----------------------------*/
.edu-card.card-type-2 {
    background-color: var(--color-shade);
    padding: 20px 20px 30px;
    transition: 0.4s;
}

    .edu-card.card-type-2 .inner .thumbnail a {
        border-radius: 3px;
    }

        .edu-card.card-type-2 .inner .thumbnail a img {
            border-radius: 3px;
        }

    .edu-card.card-type-2 .inner .thumbnail .top-position.left-top {
        left: 0;
        top: 10px;
    }

    .edu-card.card-type-2 .inner .thumbnail .wishlist-top-right {
        right: 20px;
        top: 10px;
    }

    .edu-card.card-type-2 .inner .content {
        padding-top: 25px;
    }

        .edu-card.card-type-2 .inner .content .card-top {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .edu-card.card-type-2 .inner .content .title {
            margin-bottom: 20px;
        }

            .edu-card.card-type-2 .inner .content .title a {
                display: block;
                min-height: 64px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

        .edu-card.card-type-2 .inner .content .card-bottom {
            display: flex;
            align-items: center;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid var(--color-border);
        }

    .edu-card.card-type-2:hover {
        background-color: var(--color-white);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    }
.course-activation-item-2 .edu-card.card-type-2 {
    margin: 20px 0;
}

.video-gallery-overlay-area {
    padding-top: 400px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-gallery-overlay-area {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .video-gallery-overlay-area {
        padding-top: 80px !important;
    }
}

.course-three-wrapper {
    position: relative;
    z-index: 1;
}

    .course-three-wrapper .video-section-overlayto-another {
        margin-bottom: -400px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-three-wrapper .video-section-overlayto-another {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .course-three-wrapper .video-section-overlayto-another {
        margin-bottom: 0;
    }
}

.price-list {
    margin: -7.5px;
}

    .price-list .price {
        /*margin: 7.5px;*/
        display: inline-block;
    }

    .price-list .current-price {
        font-weight: 700;
    }

    .price-list .old-price {
        font-weight: 500;
        text-decoration: line-through;
    }

    .price-list.price-style-01 {
        margin: -9px;
    }

        .price-list.price-style-01 .price {
            margin: 9px;
        }

        .price-list.price-style-01 .current-price {
            border-radius: 3px;
            background: var(--color-primary);
            font-weight: 700;
            font-size: 16px;
            color: var(--color-white);
            height: 36px;
            line-height: 36px;
            padding: 0 15px;
            display: inline-block;
        }

    .price-list.price-style-02 {
        margin: -7.5px;
    }

        .price-list.price-style-02 .price {
            margin: 7.5px;
        }

        .price-list.price-style-02 .current-price {
            font-weight: 700;
            font-size: 20px;
            color: var(--color-heading);
        }

        .price-list.price-style-02 .old-price {
            font-weight: 600;
            font-size: 15px;
        }

    .price-list.price-style-03 {
        margin: -6px;
    }

        .price-list.price-style-03 .price {
            /*margin: 6px;*/
        }

        .price-list.price-style-03 .current-price {
            font-weight: 700;
            font-size: 17px;
            color: var(--color-primary);
        }

        .price-list.price-style-03 .old-price {
            font-weight: 500;
            font-size: 15px;
        }

.edu-card {
    overflow: hidden;
}

.wp-account-button .edu-card .thumbnail {
    height: 185px;
}

.edu-card .thumbnail {
    position: relative;
    height: 266px;
}

    .edu-card .thumbnail .wp-thumbnail-bg {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .edu-card .thumbnail .thumbnail-bg {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: ease-in-out 0.4s;
    }

.edu-card:hover .thumbnail .thumbnail-bg {
    transform: scale(1.1);
}

.edu-card .thumbnail a {
    display: block;
    overflow: hidden;
}

    .edu-card .thumbnail a img {
        transition: 0.4s;
        overflow: hidden;
    }

.edu-card .thumbnail .top-position {
    position: absolute;
    z-index: 2;
}

.edu-card .thumbnail .wishlist-top-right {
    position: absolute;
    z-index: 2;
}

.edu-card.card-type-1 {
    background-color: var(--color-shade);
    transition: 0.4s;
    height: 100%;
}

    .edu-card.card-type-1 .inner .thumbnail {
        position: relative;
    }

        .edu-card.card-type-1 .inner .thumbnail a {
            display: block;
            overflow: hidden;
        }

            .edu-card.card-type-1 .inner .thumbnail a img {
                transition: 0.4s;
                overflow: hidden;
            }

        .edu-card.card-type-1 .inner .thumbnail .top-position.left-top {
            left: 15px;
            top: 15px;
        }

        .edu-card.card-type-1 .inner .thumbnail .top-position.right-top {
            right: 15px;
            top: 15px;
        }

        .edu-card.card-type-1 .inner .thumbnail .wishlist-top-right {
            right: 20px;
            top: 20px;
        }

    .edu-card.card-type-1 .inner .content {
        padding: 25px 30px 30px;
    }


.edu-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.edu-meta.meta-01 {
    margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
    .edu-meta.meta-01 {
        margin: 0 -6px;
    }
}

.edu-meta.meta-01 li {
    font-weight: 500;
    line-height: 26px;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-meta.meta-01 li:first-child {
        margin-right: 10px;
    }

    .edu-meta.meta-01 li:last-child {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-meta.meta-01 li {
        margin: 0 6px;
    }
}

.edu-meta.meta-01 li i {
    color: var(--color-body);
    margin-right: 8px;
}

@media only screen and (max-width: 1200px) {
    .edu-card.card-type-1 .inner .content {
        padding: 25px 15px 25px;
    }

    .price-list.price-style-03 .current-price {
        font-size: 17px;
    }

    .price-list.price-style-03 .old-price {
        font-size: 15px;
    }

    .edu-meta.meta-01 li {
        font-size: 14px;
    }
}

.edu-card.card-type-1 .inner .content .title {
    margin-bottom: 15px;
    margin-top: 10px;
}

    .edu-card.card-type-1 .inner .content .title a {
        display: block;
        min-height: 64px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.edu-card.card-type-1 .inner .content .edu-rating {
    margin-bottom: 25px;
}

.edu-card.card-type-1 .inner .content .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color-border);
    padding-top: 25px;
    min-height: 75px;
}

.edu-card.card-type-1:hover {
    background: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
}

.edu-card.card-type-1.bg-white {
    background-color: var(--color-white);
    transition: 0.4s;
}

    .edu-card.card-type-1.bg-white:hover {
        background: var(--color-white);
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    }

.edu-rating.rating-default {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
}

    .edu-rating.rating-default .rating {
        margin-right: 10px;
    }

.instructor-profile-courses .edu-rating.rating-default .rating {
    color: #ffa41b;
}

.star-active {
    color: #ffa41b !important;
}

.edu-form-check.check-star input[type="checkbox"] ~ label, .edu-form-check.check-star input[type="radio"] ~ label {
    color: #ffa41b !important;
}

/*----------------------------
    Call To Action Styles  
-----------------------------*/
.call-action-style-1 {
    padding-top: 21px;
    padding-left: 50px;
}

    .call-action-style-1 .inner .content .pre-title {
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        display: block;
        margin-bottom: 5px;
    }

    .call-action-style-1 .inner .content .title {
        font-size: 24px;
        line-height: 36px;
    }

    .call-action-style-1 .thumbnail {
        position: relative;
        z-index: 1;
    }

        .call-action-style-1 .thumbnail .shape-image {
            position: absolute;
            top: 18px;
            right: 13px;
            z-index: -1;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-action-style-1 .thumbnail img.main-img {
        margin-bottom: -15px;
    }
}

.call-action-style-1.box-layout {
    padding: 48px 50px;
    position: relative;
}

    .call-action-style-1.box-layout .inner .shape-image-2 {
        position: absolute;
        bottom: 0px;
        right: 30px;
        pointer-events: none;
    }

@media only screen and (max-width: 575px) {
    .call-action-style-1.box-layout .inner .shape-image-2 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-action-style-1.box-layout {
        padding: 46px 50px;
        position: relative;
    }
}

@media only screen and (min-width: 1200px) {
    .call-action-style-1.box-layout {
        padding: 48px 50px;
        position: relative;
    }
}
/*-----------------------
    Slick Slider  
-------------------------*/
.edu-testimonial-activation.edu-slick-button {
    margin-bottom: 62px;
}

    .edu-testimonial-activation.edu-slick-button .edu-slick-button .slick-dots {
        bottom: -74px;
    }

.course-activation-item-2 .edu-slick-button .slick-dots {
    bottom: -45px;
}

.slick-activation-wrapper {
    margin: 0 -15px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .slick-activation-wrapper {
        margin: 0;
    }

    .call-action-style-1, .eduvibe-footer-two .call-action-style-1.box-layout {
        padding: 30px;
    }

    footer.eduvibe-footer-one .footer-top.padding-banner-footer-about {
        padding-top: 0px !important;
    }
}

.slick-activation-wrapper .single-slick-card {
    padding: 0 15px;
}

@media only screen and (max-width: 575px) {
    .slick-activation-wrapper .single-slick-card {
        padding: 0;
    }
}

.single-slick-card .edu-card.card-type-5 {
    box-shadow: none;
}

.edu-slick-button .slick-dots {
    bottom: -84px;
    margin: 0 -7px;
}

.list-member-policy-carousel.edu-slick-button .slick-dots {
    bottom: -22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-slick-button .slick-dots {
        bottom: -60px;
    }

    .list-member-policy-carousel.edu-slick-button .slick-dots {
        bottom: -22px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-slick-button .slick-dots {
        bottom: -60px;
    }

    .list-member-policy-carousel.edu-slick-button .slick-dots {
        bottom: -22px;
    }
}

.edu-slick-button .slick-dots li {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    padding: 0;
    transition: 0.4s;
    line-height: 24px;
    position: relative;
    margin: 0 1px;
    display: inline-block;
}

    .edu-slick-button .slick-dots li::before {
        border: 2px solid transparent;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        transition: 0.2s;
        opacity: 0;
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: scale(0.2);
    }

    .edu-slick-button .slick-dots li.slick-active {
        margin: 0 3px;
    }

    .edu-slick-button .slick-dots li button {
        width: 10px;
        height: 10px;
        background: rgba(82, 95, 225, 0.5);
        border-radius: 100%;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

        .edu-slick-button .slick-dots li button::before {
            display: none;
        }

    .edu-slick-button .slick-dots li.slick-active::before {
        border-color: var(--color-primary);
        opacity: 1;
        transform: scale(1);
    }

    .edu-slick-button .slick-dots li.slick-active button {
        background: var(--color-primary);
    }

.edu-slick-button.slick-button-left .slick-dots {
    bottom: -80px;
    margin: 0px -6px;
    text-align: left;
    display: flex !important;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-slick-button.slick-button-left .slick-dots {
        bottom: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-slick-button.slick-button-left .slick-dots {
        bottom: -50px;
    }
}

.edu-slick-button.slick-button-left .slick-dots li {
    border-radius: 100%;
    transition: 0.4s;
    position: relative;
    margin: 0 6px;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

    .edu-slick-button.slick-button-left .slick-dots li::before {
        border: 2px solid transparent;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        transition: 0.3s;
        opacity: 0;
        border-radius: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
        border-color: var(--color-primary);
        opacity: 1;
        width: 100%;
        height: 100%;
    }

.edu-slick-button.instructor-profile-courses .slick-dots {
    bottom: -46px;
}

@media only screen and (max-width: 1199px) {
    .edu-slick-button.instructor-profile-courses .slick-list {
        margin-bottom: 30px;
    }

    .call-action-style-1 {
        padding: 46px 50px;
    }
}

.eduvibe-footer-one .footer-top.padding-banner-footer-about {
    padding-top: 270px;
}

.slick-arrow-style-2 {
    position: relative;
}

    .slick-arrow-style-2 .slide-arrow {
        position: absolute;
        right: 50px;
        width: 50px;
        height: 50px;
        background: rgba(82, 95, 225, 0.15);
        transition: 0.3s;
        color: var(--color-primary);
        line-height: 50px;
        text-align: center;
        border: 0 none;
        bottom: 50px;
        border-radius: 3px;
        font-size: 18px;
        z-index: 2;
    }

@media only screen and (max-width: 479px) {
    .slick-arrow-style-2 .slide-arrow {
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 20px;
    }
}

.slick-arrow-style-2 .slide-arrow:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.slick-arrow-style-2 .slide-arrow.prev-arrow {
    right: 115px;
}

@media only screen and (max-width: 479px) {
    .slick-arrow-style-2 .slide-arrow.prev-arrow {
        right: 74px;
    }
}

.edu-slick-arrow-top .slide-arrow {
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    transition: 0.3s;
    color: var(--color-primary);
    line-height: 50px;
    text-align: center;
    border: 0 none;
    font-size: 18px;
    top: -120px;
}

@media only screen and (max-width: 767px) {
    .edu-slick-arrow-top .slide-arrow {
        top: auto;
        bottom: -30px;
        right: auto;
        left: 80px;
    }
}

.edu-slick-arrow-top .slide-arrow:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.edu-slick-arrow-top .slide-arrow.prev-arrow {
    right: 80px;
}

@media only screen and (max-width: 767px) {
    .edu-slick-arrow-top .slide-arrow.prev-arrow {
        right: auto;
        left: 15px;
    }
}
.call-action-style-1 a.edu-btn {
    background-color: var(--color-text-button);
    color: var(--color-button);
}
.call-action-style-1 a.edu-btn:after {
    content: none;
}

.wp-banner-sidebar a.edu-btn.btn-white:hover {
    background-color: var(--color-button);
    color: var(--color-text-button);
}

/*---------------------------
    Course Details 
-----------------------------*/
.edu-course-details-area .main-image {
    margin-left: -75px;
    margin-right: -75px;
}

@media only screen and (max-width: 991px) {
    .edu-course-details-area .main-image {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.edu-course-details-area .main-image img {
    height: 570px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .edu-course-details-area .main-image img {
        height: auto;
    }
}

.course-details-content {
    margin-right: 30px;
}

    .course-details-content .author-meta {
        width: auto;
    }

@media only screen and (max-width: 1199px) {
    .course-details-content {
        margin-right: 0px;
    }
}

.course-details-content .content-top {
    display: flex;
    margin-top: 60px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-details-content .content-top {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .course-details-content .content-top {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .course-details-content .content-top {
        display: block;
    }
}

.course-details-content .content-top .author-meta {
    margin-right: 50px;
}

@media only screen and (max-width: 575px) {
    .course-details-content .content-top .author-meta {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.course-details-content .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-details-content .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .course-details-content .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.course-details-content .edu-course-tab {
    border: 0 none;
    background: #F5F5F5;
    border-radius: 5px;
    justify-content: space-between;
}

    .course-details-content .edu-course-tab .nav-item {
        margin: 0 40px;
    }

@media only screen and (max-width: 1199px) {
    .course-details-content .edu-course-tab .nav-item {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .course-details-content .edu-course-tab .nav-item {
        margin: 0 10px;
    }
}

.course-details-content .edu-course-tab .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    border: 0 none;
    background: transparent;
    padding: 16px 0;
    position: relative;
    color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
    .course-details-content .edu-course-tab .nav-item .nav-link {
        padding: 10px 0;
        font-size: 16px;
    }
}

.course-details-content .edu-course-tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: var(--color-primary);
    border-radius: 1px 1px 0px 0px;
    height: 2px;
    width: 0;
    transition: 0.4s;
    left: 0%;
    bottom: 0;
    opacity: 0;
}

.course-details-content .edu-course-tab .nav-item .nav-link.active, .course-details-content .edu-course-tab .nav-item .nav-link:hover {
    color: var(--color-primary);
}

    .course-details-content .edu-course-tab .nav-item .nav-link.active::after, .course-details-content .edu-course-tab .nav-item .nav-link:hover::after {
        width: 100%;
        opacity: 1;
    }

.course-details-content .course-tab-content {
    margin-top: 40px;
    overflow: hidden;
}

    .course-details-content .course-tab-content img {
        max-width: 100%;
        overflow: hidden;
    }

.course-details-content .rating-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px;
}

    .course-details-content .rating-box .rating-number {
        font-weight: 800;
        font-size: 72px;
        line-height: 90px;
        color: var(--color-heading);
    }

    .course-details-content .rating-box span {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }

.review-wrapper .single-progress-bar {
    position: relative;
}

.review-wrapper .rating-text {
    display: inline-block;
    position: relative;
    top: 19px;
}

.review-wrapper .progress {
    max-width: 83%;
    margin-left: 38px;
    height: 12px;
    background: #EEEEEE;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-wrapper .progress {
        max-width: 80%;
    }
}

.review-wrapper .progress .progress-bar {
    background-color: #FFA41B;
}

.review-wrapper span.rating-value {
    position: absolute;
    right: 0;
    top: 50%;
}

.course-author-wrapper {
    padding: 0;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .course-author-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

.course-author-wrapper .thumbnail {
    min-width: 200px;
    max-width: 232px;
    max-height: 232px;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .course-author-wrapper .thumbnail {
        margin: 0 auto;
    }
}

.course-author-wrapper .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .course-author-wrapper .thumbnail img {
        width: auto;
        margin-bottom: 20px;
    }

    .course-author-wrapper .social-share {
        justify-content: center;
    }
}

.course-author-wrapper .author-content .title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.course-author-wrapper .author-content .subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 20px;
}

.course-author-wrapper .author-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .course-author-wrapper .author-content {
        margin-top: 20px;
    }
}

.edu-comment {
    display: flex;
}

@media only screen and (max-width: 575px) {
    .edu-comment {
        flex-direction: column;
    }
}

.edu-comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .edu-comment .thumbnail img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.edu-comment .comment-content .comment-top {
    display: flex;
    align-items: center;
}

.edu-comment .comment-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.edu-comment .comment-content .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: var(--color-heading);
}

@media only screen and (max-width: 575px) {
    .edu-comment .comment-content {
        margin-top: 20px;
    }
}

.edu-comment + .edu-comment {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
    margin-top: 10px;
}

.course-details-card {
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    padding: 30px;
}

    .course-details-card .course-details-two-content p:last-child {
        margin-bottom: 0;
    }

.course-details-content .edu-accordion-02 .edu-accordion-body ul li .wp-title-video:hover {
    color: var(--color-primary);
}

/*----------------------
    Author Meta  
-----------------------*/
.author-meta {
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
}

    .author-meta .author-thumb a {
        display: block;
        transition: 0.4s;
    }

        .author-meta .author-thumb a img {
            max-height: 34px;
            border-radius: 100%;
            margin-right: 10px;
            display: inline-block;
        }

        .author-meta .author-thumb a .author-title {
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            color: var(--color-heading);
            transition: 0.4s;
        }

        .author-meta .author-thumb a:hover .author-title {
            color: var(--color-primary);
        }

.eduvibe-widget {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 30px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eduvibe-widget {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eduvibe-widget {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .eduvibe-widget {
        padding: 30px 20px;
    }
}

.eduvibe-widget .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}


.eduvibe-sidebar {
    padding: 0 50px;
    margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eduvibe-sidebar {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .eduvibe-sidebar {
        margin-top: 30px;
        padding: 0 20px;
    }
}

.eduvibe-sidebar.course-details-sidebar {
    padding: 0 0px 0 20px;
    margin-left: -20px;
}
    .eduvibe-sidebar.course-details-sidebar ul {
        padding: 0;
        margin: 0;
    }

    @media only screen and (max-width: 1199px) {
        .eduvibe-sidebar.course-details-sidebar {
        margin-left: 0px;
        padding: 0px;
    }
}

.eduvibe-sidebar.course-details-sidebar .eduvibe-widget {
    padding: 20px 20px;
    border-radius: 10px;
}

    .eduvibe-sidebar.course-details-sidebar .eduvibe-widget .eduvibe-widget-details {
        padding: 0 20px 20px;
    }

.eduvibe-widget-details .widget-content ul li {
    display: flex;
    justify-content: space-between;
}

    .eduvibe-widget-details .widget-content ul li i {
        color: var(--color-primary);
        margin-right: 10px;
    }

    .eduvibe-widget-details .widget-content ul li img.eduvibe-course-sidebar-img-icon {
        max-width: 16px;
        margin-right: 10px;
    }

    .eduvibe-widget-details .widget-content ul li span {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
    }

    .eduvibe-widget-details .widget-content ul li + li {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }

.edu-accordion-02 {
    background: #FFFFFF;
}

    .edu-accordion-02 .edu-accordion-button {
        font-size: 20px;
        border: 0 none;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 13px 35px;
        font-weight: 700;
        line-height: 32px;
        position: relative;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        transition: 0.4s;
    }

@media (max-width: 575px) {
    .edu-accordion-02 .edu-accordion-button {
        padding: 8px 15px;
        font-size: 15px;
    }
}

.edu-accordion-02 .edu-accordion-button::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: var(--color-heading);
    font-size: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

@media (max-width: 575px) {
    .edu-accordion-02 .edu-accordion-button::after {
        right: 10px;
    }
}

.edu-accordion-02 .edu-accordion-button[aria-expanded="true"]::after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
}

.edu-accordion-02 .edu-accordion-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0 15px;
    padding-bottom: 35px;
}

    .edu-accordion-02 .edu-accordion-body ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        padding: 14px 0;
        align-items: center;
        margin: 0;
    }

        .edu-accordion-02 .edu-accordion-body ul li .wp-title-video {
            width: 100%;
            cursor: pointer;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            align-items: center;
            margin: 0;
        }

            .edu-accordion-02 .edu-accordion-body ul li .wp-title-video .box-thumb-video {
                width: 100%;
                /*height: 300px;*/
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 10px;
            }

                .edu-accordion-02 .edu-accordion-body ul li .wp-title-video .box-thumb-video img {
                    width: 100%;
                }

.course-details-content .edu-accordion-02 .edu-accordion-body ul li .wp-title-video:hover {
    color: var(--color-primary);
}

.edu-accordion-02 .edu-accordion-body ul li .box-video-show {
    width: 100%;
}

    .edu-accordion-02 .edu-accordion-body ul li .box-video-show .wp-video-course {
        height: 300px;
    }

@media (max-width: 500px) {
    .edu-accordion-02 .edu-accordion-body ul li .box-video-show .wp-video-course {
        height: 200px;
    }

    .edu-accordion-02 .edu-accordion-body ul li .wp-title-video .box-thumb-video {
        /*height: 200px;*/
    }
}

.edu-accordion-02 .edu-accordion-body ul li .text i {
    margin-right: 8px;
}

.edu-accordion-02 .edu-accordion-body ul li + li {
    border-top: 1px solid #eee;
}

.edu-accordion-02 .edu-accordion-body ul li:last-child {
    padding-bottom: 0;
}

.edu-accordion-02 .edu-accordion-item {
    transition: 0.4s;
}

    .edu-accordion-02 .edu-accordion-item:last-child .edu-accordion-button {
        border-bottom: 1px solid #EEEEEE;
    }

    .edu-accordion-02 .edu-accordion-item.bg-active {
        background: #FFFFFF;
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
    }

        .edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button {
            border: 0 none;
            color: var(--color-primary);
        }

            .edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button::after {
                color: var(--color-primary);
            }

    .edu-accordion-02 .edu-accordion-item + .edu-accordion-item {
        margin-top: 20px;
    }

.edu-accordion-02.variation-2 .edu-accordion-button {
    border: transparent;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 31px 32px;
    padding-right: 69px;
}

@media only screen and (max-width: 1199px) {
    .edu-accordion-02.variation-2 .edu-accordion-button {
        padding: 18px 25px;
        font-size: 18px;
        line-height: 22px;
    }
}

.edu-accordion-02.variation-2 .edu-accordion-button::after {
    content: "\e935";
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.02);
    color: var(--color-primary);
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
}

.edu-accordion-02.variation-2 .edu-accordion-button[aria-expanded="true"]::after {
    content: "\e934";
    font-family: 'icomoon';
    background: #E0F7F4;
    color: var(--color-primary);
}

.edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
    padding: 0 31px;
    padding-bottom: 35px;
}

    .edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 1199px) {
    .edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
        padding: 0px 21px;
        padding-bottom: 25px;
    }
}

.edu-accordion-02.variation-2 .edu-accordion-item.bg-active {
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

    .edu-accordion-02.variation-2 .edu-accordion-item.bg-active .edu-accordion-button {
        border: 0 none;
        color: var(--color-primary);
        background: transparent;
    }

.edu-accordion-02.variation-2 .edu-accordion-item + .edu-accordion-item {
    margin-top: 30px;
}

.edu-accordion-02.variation-2.landing-page-accordion .edu-accordion-button[aria-expanded="true"]::after {
    background: var(--color-primary);
    color: #FFFFFF;
}

.edu-accordion-02.variation-2.landing-page-accordion .edu-accordion-item.bg-active .edu-accordion-button {
    color: var(--color-heading);
}
.video-popup-wrapper {
    position: relative;
}

    .video-popup-wrapper.video-popup-two img {
        -webkit-mask: url("../images/shapes/mask-shape-1.svg");
        mask: url("../images/shapes/mask-shape-1.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center center;
        mask-position: center center;
    }

    .video-popup-wrapper .position-to-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-popup-wrapper img {
        border-radius: 5px;
    }
.video-play-btn {
    border: 0;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    margin-top: -30px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    position: relative;
    border-radius: 100%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
}

    .video-play-btn.with-animation::after, .video-play-btn.with-animation::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1.2px solid var(--color-white);
    }

    .video-play-btn.with-animation::before {
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite;
    }

    .video-play-btn.with-animation::after {
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite;
    }

    .video-play-btn.size-60 {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

@media only screen and (max-width: 767px) {
    .video-play-btn.size-60 {
        width: 50px;
        height: 50px;
        font-size: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .video-play-btn.size-60 {
        width: 45px;
        height: 45px;
    }
}

.video-play-btn.size-80 {
    width: 80px;
    height: 80px;
    font-size: 24px;
}

@media only screen and (max-width: 1199px) {
    .video-play-btn.size-80 {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .video-play-btn.size-80 {
        width: 50px;
        height: 50px;
        font-size: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .video-play-btn.size-80 {
        width: 45px;
        height: 45px;
    }
}

.video-play-btn.size-80 .play-icon::before {
    transform: translate(-6px, -12px);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 21px solid var(--color-white);
}

.video-play-btn.size-80.btn-secondary-color .play-icon::before {
    border-left: 21px solid var(--color-white);
}

.video-play-btn .play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .video-play-btn .play-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        transform: translate(-5px, -8px);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 17px solid var(--color-primary);
    }

    .video-play-btn .play-icon.course-details-video-popup::before {
        border-left: 15px solid var(--color-primary);
    }

.video-play-btn.color-secondary .play-icon::before {
    border-left: 17px solid var(--color-secondary);
}

.video-play-btn.color-secondary.size-80 .play-icon::before {
    border-left: 21px solid var(--color-secondary);
}

.video-play-btn.btn-large {
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-top: 0;
}

.video-play-btn.btn-theme-color {
    color: #ffffff;
    background: var(--color-primary);
}

    .video-play-btn.btn-theme-color::after {
        border-color: var(--color-primary);
    }

    .video-play-btn.btn-theme-color::before {
        border-color: var(--color-primary);
    }

.video-play-btn.btn-secondary-color {
    color: #ffffff;
    background: var(--color-secondary);
}

    .video-play-btn.btn-secondary-color::after {
        border-color: var(--color-secondary);
    }

    .video-play-btn.btn-secondary-color::before {
        border-color: var(--color-secondary);
    }

    .video-play-btn.btn-secondary-color .play-icon::before {
        border-left: 15px solid var(--color-white);
    }

.eduvibe-sidebar .video-play-btn {
    background: #fff;
    margin-left: 0px;
}

.wp-form-register-or-login {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.wp-tab-register-login {
    display: flex;
    margin-bottom: 20px;
}

.login-form-box {
    box-shadow: none;
    padding: 0;
    border-radius: unset;
    background-color: none;
}
    .login-form-box a.edu-btn:after,
    .login-form-box button.edu-btn:after {
        display: none;
    }
    .login-form-box a.edu-btn:hover,
    .login-form-box button.edu-btn:hover {
        background-color: var(--color-text-button);
        color: var(--color-primary) !important;
        border: 1px solid var(--color-primary);
    }
.edu-card.card-type-2 .inner .thumbnail a {
    border-radius: 3px;
}

    .edu-card.card-type-2 .inner .thumbnail a img {
        border-radius: 3px;
    }

.edu-card.card-type-2 .inner .thumbnail .top-position.left-top {
    left: 0;
    top: 10px;
}

.edu-card.card-type-2 .inner .thumbnail .wishlist-top-right {
    right: 20px;
    top: 10px;
}

.edu-card.card-type-2 .inner .content {
    padding-top: 25px;
}

    .edu-card.card-type-2 .inner .content .card-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .edu-card.card-type-2 .inner .content .title {
        margin-bottom: 20px;
    }

        .edu-card.card-type-2 .inner .content .title a {
            display: block;
            min-height: 64px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .edu-card.card-type-2 .inner .content .card-bottom {
        display: flex;
        align-items: center;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid var(--color-border);
    }

.edu-card.card-type-2:hover {
    background-color: var(--color-white);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card .member-policy-name {
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
}

.edu-card.card-type-3 .member-policy-name {
    display: block;
    margin: 0 7.5px;
}

.edu-card .card-hover-action .member-policy-name {
    color: #fff;
}


.eduvibe-status.status-02 {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: var(--color-primary);
    border-radius: 0 2px 2px 0;
    display: flex;
    align-items: center;
}

    .eduvibe-status.status-02 i {
        margin-right: 5px;
    }

a.edu-btn.btn-border,
button.edu-btn.btn-border {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    line-height: 58px;
}

.bg-color-primary a.edu-btn.btn-white:hover,
.bg-color-primary button.edu-btn.btn-white:hover {
    /*background: var(--color-secondary);*/
}

.round-btn {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--color-white);
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

    .round-btn i {
        font-size: 24px;
        color: var(--color-primary);
        display: inline-block;
    }

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.edu-card.card-type-3 {
    background-color: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .edu-card.card-type-3 .inner .thumbnail a {
        border-radius: 3px;
        width: 100%;
        height: 100%;
    }

        .edu-card.card-type-3 .inner .thumbnail a img {
            border-radius: 3px;
        }

    .edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
        left: 30px;
        bottom: -19px;
    }

@media only screen and (max-width: 767px) {
    .edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
        left: 20px;
    }
}

.edu-card.card-type-3 .inner .thumbnail .wishlist-top-right {
    right: 20px;
    top: 20px;
}

.edu-card.card-type-3 .inner .content {
    padding: 44px 30px 30px;
}

@media only screen and (max-width: 767px) {
    .edu-card.card-type-3 .inner .content {
        padding: 44px 20px 20px;
    }
}

.edu-card.card-type-3 .inner .content .card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-card.card-type-3 .inner .content .card-top {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-card.card-type-3 .inner .content .card-top {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .edu-card.card-type-3 .inner .content .card-top {
        flex-wrap: wrap;
    }
}

.edu-card.card-type-3 .inner .content .card-top .author-meta {
    margin-right: 10px;
}

.edu-card.card-type-3 .inner .content .title {
    min-height: 64px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.edu-card.card-type-3 .inner .content .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color-border);
    padding-top: 25px;
    flex-wrap: wrap;
    min-height: 85px;
}

.edu-card.card-type-3 .card-hover-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0px 12px 30px rgba(82, 95, 225, 0.1);
    border-radius: 5px;
    padding: 30px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-card.card-type-3 .card-hover-action {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-card.card-type-3 .card-hover-action {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-card.card-type-3 .card-hover-action {
        padding: 30px 20px;
    }
}

.edu-card.card-type-3 .card-hover-action .content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .edu-card.card-type-3 .card-hover-action .content-top .top-status-bar .eduvibe-status {
        background: rgba(255, 255, 255, 0.15);
        border: 0 none;
        line-height: 33px;
    }

    .edu-card.card-type-3 .card-hover-action .content-top .top-wishlist-bar .wishlist-btn {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

.edu-card.card-type-3 .card-hover-action .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

    .edu-card.card-type-3 .card-hover-action .title a {
        color: var(--color-white);
    }

.edu-card.card-type-3 .card-hover-action .description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.edu-card.card-type-3 .card-hover-action .price-list {
    margin-bottom: 25px;
}

    .edu-card.card-type-3 .card-hover-action .price-list .price {
        color: var(--color-white);
    }

        .edu-card.card-type-3 .card-hover-action .price-list .price.old-price {
            color: rgba(255, 255, 255, 0.8);
        }

.edu-card.card-type-3 .card-hover-action .hover-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .edu-card.card-type-3 .card-hover-action .hover-bottom-content .author-meta .author-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: var(--color-white);
    }

    .edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li {
        color: var(--color-white);
    }

        .edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li i {
            color: var(--color-white);
        }

.edu-card.card-type-3:hover .card-hover-action {
    opacity: 1;
}

.edu-card.card-type-3.variation-2 {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

    .edu-card.card-type-3.variation-2 .inner .thumbnail .top-position.left-bottom {
        left: 30px;
        bottom: -13.5px;
    }

    .edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 {
        margin: 0 -10px;
    }

        .edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 li {
            font-weight: 500;
            line-height: 26px;
            margin: 0 10px;
            display: flex;
            align-items: center;
            font-size: 15px;
        }

    .edu-card.card-type-3.variation-2 .inner .eduvibe-status.status-03 {
        color: var(--color-white);
        font-size: 14px;
        font-weight: 600;
        height: 27px;
        line-height: 27px;
        padding: 0 10px;
        background: var(--color-primary);
        border-radius: 4px;
        display: inline-block;
        border: 0 none;
    }

    .edu-card.card-type-3.variation-2 .inner .content {
        padding: 32px 30px 30px;
    }

        .edu-card.card-type-3.variation-2 .inner .content .title {
            margin-bottom: 20px;
            font-size: 20px;
            margin-top: 15px;
            line-height: 32px;
        }

        .edu-card.card-type-3.variation-2 .inner .content p {
            margin-bottom: 0;
        }


.eduvibe-status.status-03 {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 30px;
    padding: 0 15px;
    background: var(--color-primary);
    border-radius: 2px;
    display: inline-block;
    border: 2px solid var(--color-white);
}
.comment-btn a.edu-btn:hover:after, .comment-btn button.edu-btn:hover:after {
    display: none;
}
/*-------------------------
    Profile Details 
--------------------------*/
.instructor-profile-left {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 40px 20px;
}

    .instructor-profile-left .inner {
        text-align: center;
    }

        .instructor-profile-left .inner .thumbnail {
            max-width: 230px;
            max-height: 230px;
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .instructor-profile-left .inner .thumbnail img {
                border-radius: 100%;
                width: 100%;
                height: 100%;
            }

        .instructor-profile-left .inner .content .title {
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 2px;
        }

        .instructor-profile-left .inner .content .subtitle {
            font-weight: 600;
            line-height: 26px;
            color: var(--color-primary);
            display: block;
            margin-bottom: 25px;
        }

        .instructor-profile-left .inner .content .contact-with-info {
            margin-bottom: 25px;
        }

            .instructor-profile-left .inner .content .contact-with-info p {
                margin-bottom: 5px;
            }

                .instructor-profile-left .inner .content .contact-with-info p span {
                    font-weight: 600;
                    color: var(--color-heading);
                }

                .instructor-profile-left .inner .content .contact-with-info p a {
                    color: var(--color-body);
                }

        .instructor-profile-left .inner .content .contact-btn {
            margin-top: 40px;
        }

/* Course Statictatic  */
.course-statistic-wrapper .line-separator {
    position: relative;
}

    .course-statistic-wrapper .line-separator + .line-separator::before {
        position: absolute;
        content: "";
        background: #FFFFFF;
        height: 66px;
        width: 1px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.15;
        left: 0;
    }

.course-statistic .inner .total {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: var(--color-white);
    margin-bottom: 0;
}

.course-statistic .inner p {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
    margin-bottom: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.single-progress {
    position: relative;
    overflow: hidden;
}

    .single-progress .title {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: var(--color-heading);
        margin-bottom: 10px;
    }

.progress {
    height: 6px;
    overflow: visible;
    background-color: rgba(82, 95, 225, 0.15);
    border-radius: 2px;
}

    .progress .progress-bar {
        border-radius: 2px;
        width: 0;
        height: 100%;
        background-color: var(--color-primary);
        transition: width .5s ease;
        overflow: visible;
    }

    .progress .progress-number {
        position: absolute;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        top: 0;
        right: 0;
        z-index: 1;
        color: var(--color-heading);
    }

.login-register-page-wrapper .login-form-box, .login-register-page-wrapper .login-register-box {
    border: 1px solid #eeeeee;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}