.edumango_video_popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 1px
}

.edumango_video_popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(9, 9, 9, .7)
}

.edumango_video_popup_inner {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    color: #fff;
    text-align: center
}

.edumango_video_popup_inner video {
    margin: auto;
    display: block;
    max-width: 100%
}

.edumango-chapter-wrp {
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
}

.edumango-chapter-wrp *{
	white-space: normal;
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    border: none;
    width: 100%;
    cursor: default;
    padding: 0;
    outline: none;
    background-color: transparent;
    margin: 0;
}

.edumango-chapter.edumango-collapse .edumango-btn {
    cursor: pointer;
}

.edumango-lesson-label {
    padding: 2px 6px;
    display: inline-block;
    border-radius: 2px;
    margin-left: 6px;
    line-height: 1.2;
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-data {
    margin-right: 1rem !important
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-data * {
    margin: 0
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-data .edumango-chapter-heading {
    font-weight: 600;
    word-break: normal;
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-data p {
    font-weight: 400;
    word-break: normal;
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn i.fa-chevron-down {
    margin-right: auto !important;
    margin-bottom: auto !important;
    font-size: 14px;
    color: #d0d0d0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: all .3s ease
}

.edumango-lessons {
    margin: 15px 37px 15px;
    padding: 7px 13px;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}

.edumango-lessons .edumango-lessons-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.edumango-lessons .edumango-lessons-list > li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    margin-right: 0;
}

.edumango-lessons .edumango-lessons-list > li:hover:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 7px;
    width: 5px;
    height: 31px;
}

.edumango-lesson .edumango-lesson-header {
    display: flex;
    align-items: center
}

.edumango-lessons .edumango-lessons-list .edumango-lesson .edumango-lesson-header .edumango-lesson-sub-btn {
    position: relative;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin: auto 0 auto 10px;
    border-radius: 50%;
    border: none;
    transition: all .3s ease;
    outline: none;
    padding: 0 !important
}

.edumango-lessons .edumango-lessons-list .edumango-lesson .edumango-lesson-header .edumango-lesson-sub-btn .fal {
    position: absolute;
    top: 15%;
    left: 30%;
}

.edumango-lesson .edumango-lesson-header .edumango-lesson-title {
    cursor: pointer;
    text-decoration: none !important
}

.edumango-lesson .edumango-lesson-header .edumango-heading-right {
    display: flex;
    margin-bottom: auto !important;
    margin-right: auto !important;
    margin-top: auto !important
}

.edumango-lesson .edumango-lesson-header .edumango-lesson-preview-btn {
    display: flex;
    align-items: center;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px;
    text-decoration: none !important;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
}

.edumango-lesson .edumango-lesson-header .edumango-lesson-download-button {
    margin-right: 8px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    outline: none;
}

.edumango-lesson .edumango-lesson-header .edumango-lesson-download-button-gray {
	display: flex;
    margin-right: 8px;
    font-size: 14px;
    border-radius: 50px;
    line-height: 1.5;
    padding: 7px 10px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    outline: none;
}

.edumango-lesson-download-button-gray .fal, .edumango-lesson-preview-btn .fal {
    margin-left: 5px
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .fal {
    font-size: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: .5rem !important;
    margin-right: auto !important;
}

.edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-img {
    max-width: 58px !important;
    margin-left: 15px;
    display: inline-block
}

.edumango-lessons-list .edumango-lesson .edumango-lesson-subtitle {
    min-height: 20px;
}

.edumango-chapter-wrp.edumango-collapse .edumango-lessons-wrp {
    display: none
}

.edumango-lesson-content {
    display: none
}

.edumango-lesson-content-inner {
    margin-right: 50px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: right;
    line-height: 32px
}

.edumango-lesson-content-inner p {
    margin: 0;
}

.edumango-chapter-wrp .edumango-chapter.active .edumango-btn .fal {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.edumango-lesson-header-wrp.active .edumango-lesson-header .edumango-lesson-sub-btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 768px) {
    .edumango-lesson .edumango-lesson-header .edumango-lesson-preview-btn span {
        display: none;
    }

    .edumango-lesson-download-button-gray .fa, .edumango-lesson-preview-btn .fa {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .edumango-lessons {
        margin: 15px 0;
    }

    .edumango-lesson .edumango-lesson-header .edumango-lesson-preview-btn {
        padding: 12px 6px;
    }

    .edumango-lesson .edumango-lesson-header .edumango-lesson-download-button {
        padding: 3px 6px;
    }

    .edumango-lesson .edumango-lesson-header .edumango-lesson-preview-btn, .edumango-lesson .edumango-lesson-header .edumango-lesson-download-button {
        height: 25px;
        min-height: 25px;
        max-height: 25px;
    }

    .edumango-chapter-wrp .edumango-chapter .edumango-btn .edumango-chapter-data {
        margin-right: 0 !important;
    }

    .edumango-lesson-content-inner {
        margin-right: 0;
    }
	.edumango-lesson-preview-btn .fal{
		margin-left: 0 !important;
	}
}
@media (max-width: 992px) {
    .edumango_video_popup_inner{
        width: 90%
    }
}
.edumango-widget-teacher {
    padding: 1.75rem;
    overflow: hidden;
}

.edumango-top-part {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.edumango-top-part:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #e6e6e6;
    width: 89px;
    height: 80px;
    border-radius: 20% 5px;
    transform: rotate(
            -12deg);
}

.edumango-img-fluid {
    position: relative;
    object-fit: cover;
    height: 80px !important;
    width: 80px !important;
    border-radius: 30% 5px 30% !important;
}

.edumango-name {
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding-right: 20px;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edumango-name h6 {
    clear: both;
    font-weight: 500;
    font-style: normal;
    color: #464749;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
    border: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edumango-titles {
    position: relative;
    padding: 2px 5px;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    color: #bababa;
    background-color: #fff;
    margin-bottom: 10px;
}

.edumango-details {
    margin-bottom: -15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.edumango-content {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edumango-content p, .edumango-social-links {
    margin: 0;
    outline: 0;
    padding: 0;
}

.edumango-tswiper {
    margin-bottom: 25px;
}

.edumango-social-links {
    list-style: none;
    text-align: center;
}

.edumango-social-links li {
    display: inline-block;
    margin: 3px;
}

.edumango-social-links li a {
    width: 36px;
    height: 36px;
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-decoration: none !important;
}

.edumango-social-links li a:hover {
    color: #fff;
}

.edumango-social-links li a.edumango-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.edumango-social-links li a.edumango-twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.edumango-social-links li a.edumango-instagram:hover {
    background-color: #a17357 !important;
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%) !important;
    border-color: #a17357;
}

.edumango-social-links li a.edumango-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}

.edumango-course-item-wrp {
    direction: rtl;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 53px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.edumango-course-item {
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}

.edumango-course-item:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.edumango-course-thumbnail {
    position: relative;
    top: -53px;
}

.edumango-course-item-wrp a {
    text-decoration: none !important;
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.edumango-course-img {
    padding: 15px;
    display: block;
}

.edumango-course-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 5px 11px rgba(22, 25, 39, 0.1) !important;
    -webkit-box-shadow: 0 5px 11px rgba(22, 25, 39, 0.1) !important;
    -moz-box-shadow: 0 5px 11px rgba(22, 25, 39, 0.1) !important;
}

.edumango-product-content-wrp .edumango-product-content {
    padding: 12px;
    overflow: hidden;
    margin-top: -53px;
}

.edumango-product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 0;

    text-align: center;
}

.edumango-product-title a {
    color: #303030;
    outline: none;
}

.edumango-product-title a:hover {
    color: #ffb02d;
}

.edumango-course-rating-teacher {
    overflow: hidden;
    position: relative;
    display: flex;
    padding-bottom: 12px;
    justify-content: space-between;
    align-items: center;
}

.edumango-average-rating-stars .star-rating {
    font-size: 14px;
    float: right;
    display: inline-block;
    vertical-align: top;
    direction: ltr;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.55em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.edumango-average-rating-stars .star-rating:before, .edumango-average-rating-stars .star-rating span:before {
    content: "";
    top: 0;
    right: 0;
    color: #8a8a8a;
    position: absolute;
}

.edumango-average-rating-stars .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #2c2d33;
}

.edumango-average-rating-stars .star-rating span:before {
    color: #f9a134;
}

.edumango-teacher-box {
    float: left;
    color: #6c757d;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.edumango-teacher-box .fal {
    margin: 0;
    font-size: 16px;
    color: #6c757d;
}

.edumango-course-teacher {
    margin-right: 5px;
    text-decoration: none;
}

.edumango-product-content-bottom {
    border-top: 1px solid #eaeaea;
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edumango-product-sale {
    font-size: 14px;
}

.edumango-product-sale i {
    margin-left: 5px;
}

.edumango-product-price {
    text-align: left;
    border-radius: 7px;
    padding: 4px;
    font-size: 14px;
}

.edumango-product-price del {
    color: #a0a0a0;
}

.edumango-product-price del .woocommerce-Price-currencySymbol {
    display: none;
}

.edumango-product-price ins {
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.edumango-product-price .woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.edumango-course-badge {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    z-index: 3;
    left: 27px;
}

.edumango-triangle, .edumango-triangle:after, .edumango-triangle:before {
    width: 100%;
    height: 100%;
}

.edumango-triangle {
    background-color: #ffb02d;
    transform: rotate(
            -58deg) skewX(
            -30deg) scale(1, .866);
    position: relative;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}

.edumango-triangle:before {
    transform: rotate(
            -135deg) skewX(
            -45deg) scale(1.414, .707) translate(66%, 132%);
    content: '';
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}

.edumango-triangle:after {
    transform: rotate(
            135deg) skewY(
            -45deg) scale(.707, 1.414) translate(-66%, -33%);
    content: '';
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}

.edumango-course-badge span {
    font-size: 13px;
    position: absolute;
    top: 4px;
    left: -10px;
    color: #fff;
}

.edumango-swiper .swiper {
    width: 100%;
    height: 100%;
}

.edumango-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.edumango-swiper-pagination {
    bottom: -5px !important;
}

.edumango-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.edumango-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(
            324deg, #d70d59 0%, #fc3924 100%);
    width: 20px;
}
.edumango-woocommerce-tab{
    margin: 0;
    padding: 0;
}