
@import url(../../../../assets/css/font-face.css);

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

:root {
    --nav-item-color: #191919;
    --a-color: #343a40;
    --a-hover-color: #dd242b;

    --btn-theme-primary-bg: #2073d4;
    --btn-theme-primary-hover-bg: #005bbe;
}
* {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: "Poppins", serif;
    font-size: 15px;
    line-height: 1.5;
    color: #29303b;
    /* -webkit-font-smoothing: antialiased; */
    font-weight: 400 !important;
}
body.rtl {
    direction: rtl;
    text-align: right;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
/**
Reset CSS
 */
a {
    color: var(--a-color);
}
a:hover {
    color: var(--a-hover-color);
    text-decoration: none;
}
a.disabled {
    cursor: not-allowed;
    /* background-color: #cccccc; */
    /* color: #999999 !important; */
    background-color: #e4b4b6;
    color: #f3e8e8db !important;
}
a.nav-btn.disabled:hover {
    background-color: #cccccc;
}
a.flag img {
    margin: 10px 10px;
}
a.cke_dialog_ui_button {
    display: block !important;
}
.btn-purple {
    color: #de1f26;
    background-color: #ffffff;
    border-color: #de1f26;
    transition: 0.3s;
    border-radius: 34px !important;
}
.btn-purple:hover {
    color: #fff;
    background-color: #de1f26;
}
.bg-light-sky {
    background-color: #e7ecff !important;
}
.bg-light-success {
    background-color: #eefff6 !important;
}
.bg-dark-blue {
    background-color: #e6ecf5 !important;
    color: #86888c !important;
}
.box-shadow {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.1);
}
.shadow {
    box-shadow: -1px 2px 16px 1px rgb(0 0 0 / 12%) !important;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.lecture-content-article h4 {
    font-size: 20px;
}
.lecture-content-article ul {
    list-style: inside;
}
.has-error .invalid-feedback {
    display: block;
}
.form-group.has-error {
    color: var(--danger);
}
.form-group.has-error .form-control {
    border-color: var(--danger);
}
.btn,
.form-control {
    border-radius: 4px;
}
.btn-round {
    border-radius: 25px;
}
.btn-theme-primary {
    display: inline-block;
    /* font-family: 'Poppins-Regular', serif; */
    font-size: 14px;
    color: white;
    background: #dd242b;
    padding: 7px 19px;
    border-radius: 34px;
    border: 1px solid #dd242b;
    transition: .3s;
}
.bg-info {
    background-color: #28a745 !important;
}

.btn-theme-primary.suive {
    background-color: #ffe3a8 !important;
    color: #dd242b !important;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    font-weight: 500;
    border: none !important;
    transition: .3s;
}
.btn-theme-primary.suive i {
    font-size: 17px;
}
.btn.focus,
.btn:focus {
    box-shadow: 1px 0px 0 0.2rem rgb(255 227 168 / 32%);
}

.btn_cree_cours:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.btn-theme-primary.add-to-cart-btn {
    background-color: #ffe3a8 !important;
    color: #dd242b !important;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    font-weight: 500;
    border: none !important;
    transition: 0.3s;
}
.btn-outline-dark.buy_now {
    color: #ffe3a8 !important;
    border-color: #ffe3a8 !important;
    transition: 0.3s;
}
.btn-outline-dark.buy_now:hover,
.btn-theme-primary.add-to-cart-btn:hover {
    transform: scale(1.03);
}
.btn-theme-primary:hover {
    background-color: #ffffff;
    color: #dd242b;
}
.btn-login-outline {
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}
.btn-login-outline:hover {
    color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
}

/**
* Nav menu CSS
*/
.navbar-light .navbar-nav .nav-link {
    /* color: rgba(0, 0, 0, 0.7); */
    color: #86888c !important;
}
.navbar-light .navbar-nav .btn-theme-primary {
    color: #fff !important;
}
.navbar {
    padding: 10px 0 !important;
}
.site-main-logo img {
    /* height: 45px; */
    max-height: 50px;
    /* width: auto; */
}
.navbar-nav {
    align-items: center !important;
    gap: 20px;
}
.dropdown-item {
    color: #86888c !important;
}
.nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #86888c !important;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dd242b;
    color: white !important;
}

.dropdown-toggle::after {
    display: none !important;
}
/**
* Top categories menu
*/

.browse-categories-nav-link {
    background: #0071bc;
    border: 1px solid #0071bc;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    color: #fff !important;
}

.categories-menu {
    position: relative;
}
.categories-menu ul {
    position: absolute;
    z-index: 99;
    background-color: #ffffff;
    width: 320px;
    /*min-height: 400px;*/
    padding: 4px 0px;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
    color: #505763;
    margin: 0;
    top: 0;
    display: none;
}
.nav-categories-item:hover .categories-ul-first {
    display: block;
    /* height: 300px;
overflow-y: auto;
overflow-x: hidden; */
}
.level-sub {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-categories-item:hover .categories-ul-first > li:hover > ul {
    display: block;
    left: 99%;
}
.categories-menu ul li a {
    display: block;
    padding: 5px 10px;
    color: #29303b;
}
.categories-menu ul li a:hover {
    background: #f2f3f5;
    color: #007791;
}
.categories-ul-first a .la-angle-right {
    float: right;
    color: #888;
    margin-top: 4px;
}
/** END Categories Menu **/

.header-search-wrap {
    width: 37%;
    /* background: #ced4da; */
    position: relative;
    /* margin-left: 8% !important; */
}
.header-search-wrap input.form-control {
    background-color: #e8eef7;
    width: 100%;
    /* padding-right: 30px; */
    padding: 24px;
    border-radius: 35px;
}
.header-search-wrap input.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.header-search-btn {
    position: absolute;
    right: 7px;
    border: 1px solid red;
    border-radius: 50%;
    background-color: #dd242b;
}
.header-search-btn svg {
    color: white;
}
#mainNavbarContent .main-nav-right-menu {
    text-align: right;
    position: relative;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 265px;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu .dashboard-menu li a {
    font-size: 13px;
}
a#miniCartDropDown:after,
a.profile-dropdown-toogle:after {
    content: none;
}
a#miniCartDropDown,
a.profile-dropdown-toogle {
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    font-size: 21px;
}
a#miniCartDropDown:hover,
a.profile-dropdown-toogle:hover {
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #e8eef7;
}
#miniCartDropDown .badge {
    font-size: 11px;
    padding: 3px 5px;
    position: absolute;
    right: 3px;
}
.profile-dropdown-toogle {
    padding: 5px;
}
.profile-dropdown-toogle img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.profile-dropdown-menu {
    position: absolute;
    display: none;
    top: 45px;
    z-index: 99;
    right: -34px;
    background-color: #fff;
    width: 250px;
    text-align: left;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
    border-radius: 12;
}
.profile-dropdown-menu.px-2 {
    border-radius: 12px;
}
.profile-dropdown-menu .dashboard-menu li a {
    padding: 7px 10px;
    font-size: 14px;
}
.nav-item-user-profile:hover .profile-dropdown-menu {
    display: block;
}
.mini-cart-item .mini-cart-body-wrap {
    width: 300px;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    background: #fff;
    border: 1px solid #dddddd;
}
.mini-cart-item:hover .mini-cart-body-wrap {
    display: block;
}
.mini-cart-total-wrap {
    background-color: #f2f3f5;
}
.mini-cart-course-item a:hover {
    background-color: #eeeeee;
    color: var(--btn-theme-primary-hover-bg);
}
.minicart-course-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}
.mini-cart-course-title {
    font-size: 13px;
}
.minicart-course-info .current-price {
    color: #3977a8;
}
.minicart-course-info .old-price {
    font-size: 13px;
}
.mini-cart-course-item {
    position: relative;
}
.mini-cart-course-item .remove-cart-btn {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    background-color: #5a63a2;
    color: #fff;
    border: none;
}
/**
* #END Nav Menu
*/

/**
Hero Section
 */
.hero-left-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 385px;
}
.hero-subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 0px 30px;
    text-shadow: 0 5px 9px rgb(0 0 0);
}
.hero-title {
    color: #fff;
    /*text-shadow: 0 2px 6px rgba(0,0,0,0.4);*/
    text-shadow: 0 2px 6px rgb(0 0 0);
    font-weight: 600;
    padding: 0px 30px;
    font-size: 35px;
    line-height: 1.3;
}
.hero-banner {
    padding: 100px 0;
    background: url(../../images/slider_elearning.png) no-repeat scroll center
        center / cover;
    position: relative;
}
.hero-banner::before {
    content: "";
    /* background: #dddddd; */
    background-image: linear-gradient(
        to left,
        rgba(140, 179, 224, 0),
        rgba(148, 187, 233, 100)
    );
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-courses {
    /* width: 20%; */
    margin-left: 35%;
    font-weight: bold;
}

/**
Home Info Box
 */
.section_pre_hero {
    background-color: #e8cfa7;
}

.home-info-box {
    text-align: center;
}
.home-info-box img {
    max-width: 72px;
    height: auto;
    margin-bottom: 5px;
}
.home-info-box h3 {
    font-size: 20px;
    margin: 10px 0;
}
/**
Responsive CSS
 */

/**
Home popular courses
 */
.home-popular-courses-wrapper {
    background-color: #f7f8fa;
}
.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}
.course-card {
    background-color: #eeeff063;
    font-size: 14px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    position: relative;
    border: 1px solid #ced4dac9;
    border-radius: 9px;
    transition: 0.3s;
    overflow: auto;
}
.course-card:hover {
    box-shadow: 0 2px 6px 2px rgba(20, 23, 28, 0.15);
}
.course-card .course-card-img-wrap a {
    display: block;
    position: relative;
}
div.course-card-img-wrap {
    height: auto;
    background-color: #023a75;
    margin-bottom: 10px;
}
.course-card:hover .course-card-img-wrap a:before {
    content: "";
    background: #3a78ff52;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
.course-card .course-card-img-wrap img {
    width: 100%;
    height: auto;
}
.course-card .course-card-contents {
    padding: 10px;
}
.course-card a {
    /* color: #29303b; */
}
.course-card .course-card-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 22px; /* fallback */
    height: 55px; /* fallback */
    font-weight: 500;
    padding: 10px;
    color: #373a3fe0;
}
.course-card-info-wrap {
    min-height: 35px;
}
.star-ratings-point {
    color: #373a3fe0;
}
.star-ratings-group i {
    color: #f4c150;
}
p.course-card-short-info,
p.course-card-author {
    color: #495057cf;
    padding: 0 10px 0 7px;
    font-size: 13px;
}
p.course-card-author > span a {
    color: #495057cf;
    font-size: 13px;
}
.course-card .price-html-wrap {
    font-size: 16px;
    color: #29303b;
}
.course-card-add-wish {
    font-size: 20px;
    color: #ec5252;
    margin-right: 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
}
.course-card-add-wish:hover {
    color: #ff0000 !important;
    background-color: #ffffff !important;
    /* border-color: #dd242b !important; */
}
.course-card-add-wish:focus {
    box-shadow: none !important;
}
.course-card-add-wish:hover i.la {
    font-weight: 600 !important;
}

/**  Mid Call To Action **/
.mid-callto-action-wrap {
    background-color: #033e80;
}
.mid-callto-action-subtitle {
    line-height: 1.8;
}

/**
* Courses Page, Courses Archive, new courses, popular courses
*/
.filter-form-by-rating-field-wrap {
    line-height: 1;
}
.filter-form-by-rating-field-wrap i.la {
    line-height: 0.5;
}
.course-filter-form-group label {
    display: block;
}
/**
* Blog Section
 */
.home-blog-card {
    padding: 10px;
    background-color: white;
    border-radius: 12px;
}
.home-blog-card img {
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
}
.home-blog-card h2,
.blog-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #dd242b !important;
}
.home-blog-card h2 a {
    color: #dd242b !important;
}
.home-blog-card a:hover {
    color: #dd242b !important;
}

.home-blog-card .post-meta {
    color: #4f5d69;
    font-size: 14px;
    width: 100%;
    display: block;
}
.home-blog-card .post-meta a {
    color: #4f5d69;
}
.home-blog-card .more-info {
    color: #31383f !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}
.btn-see-all-posts-wrapper {
    border-top: 1px solid #edf0f5 !important;
}
.post-content {
    color: #434e5a;
    font-size: 17px;
}
.blog-regular-post .blog-card-thumbnail-wrapper {
    margin-bottom: 30px;
}
.blog-feature-post .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-feature-post .blog-card-thumbnail-wrapper {
    margin-right: 30px;
}
.blog-card .excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-feature-post .blog-card {
    margin-bottom: 30px;
}

/**
* Home Call to action
 */
.home-partners-logo-section {
    /* border-bottom: 1px solid #dedfe0; */
    margin-top: 35px;
}
.home-partners-logo-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-partners-logo-wrap .logo-item img {
    height: 40px;
    width: auto;
}
.home-partners-logo-wrap .logo-item {
    margin: 0 30px;
}
.home-partners-title {
    font-weight: 600;
    font-size: 35px;
}
.home-course-stats-wrap {
    /* border-bottom: 1px solid #dedfe0; */
    background-color: #e8eef7;
}
.home-course-stats-wrap h5 {
    font-weight: 600;
    font-size: 18px;
}
.home-cta-left-col {
    border-right: 1px solid #dedfe0;
}

/**
* Checkout Page
*/
.checkout-page-wrap {
    background-color: #f2f2f2;
}
.order-summery-course-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.checkout-section {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
}
.order-summery-course-item a {
    color: #505763;
    font-weight: 600;
}
.order-summery-course-item a:hover {
    color: var(--a-color);
}
.enroll-course-btn-price {
    color: #eac4ff;
    font-size: 90%;
}
.agreement-text {
    line-height: 2;
}

.stripe-credit-card-form-wrap {
    max-width: 400px;
}

/**
* Dashboard Section
*/
#ChartArea {
    width: 100%;
    height: 400px;
}
.dashboard-wrap {
    background-color: #ffffff;
}
.dashboard-menu-col {
    border-right: 1px solid #dedfe0;
}
/*.dashboard-menu:not(.dropdown-menu .dashboard-menu){*/
/*    margin-right: -15px;*/
/*}*/
.dashboard-menu li a {
    padding: 10px;
    display: block;
    margin-bottom: 5px;
    border-radius: 35px;
}
.dashboard-menu li a:hover {
    background-color: #edf0f9;
}
.dashboard-menu li.active a {
    color: #ffffff;
    background-color: #de1f26;
}
.dashboard-menu li.active a:hover {
    color: #ffffff;
    background-color: #de1f26;
}
.dashboard-section-header {
    background-color: #eeeeee;
}
.dashboard-section-header i {
    line-height: 1.6;
}
.dashboard-card .card-icon i {
    font-size: 42px;
}
.course-edit-nav a {
    color: #444444;
}
.course-edit-nav a i {
    font-size: 20px;
    color: #828282;
}
.course-edit-nav a.active i {
    color: #ffffff;
}
.section-add-item-wrap {
    font-weight: bold;
    font-size: 16px;
}
.section-add-item-wrap.bg-dark a {
    color: #ffc107;
}
.section-item-btn-tool {
    line-height: 1;
    color: #686f7a;
}
.section-item-btn-tool:hover {
    color: #212529;
}
.btn-outline-danger.text-danger:hover {
    color: #ffffff !important;
}
.loader:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-right: 5px;
    content: "\f110";
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
    display: inline-block;
}
.la.loader:before {
    content: "\f110";
}
.edit-curriculum-item .section-item-top:hover {
    cursor: move;
}
.edit-curriculum-item .section-item-title {
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-edit-header .header-course-title {
    max-width: 400px;
}
.section-item-top .section-item-btn-tool {
    display: none;
}
.section-item-top:hover .section-item-btn-tool {
    display: block;
}
.single-attachment-form {
    width: 48%;
}
.dashboard-section-item-attachments .downloadable-materials {
    font-size: 16px;
}
.dashboard-section-item-attachments
    .dashboard-item-attachment
    .attachment-title.flex-grow-1 {
    font-size: 13px;
}
textarea#benefits,
textarea#requirements {
    font-size: 14px;
}
.dashboard-inline-submenu-wrap a {
    color: #343a40;
    display: inline-block;
    padding: 0 20px 12px;
}
.dashboard-inline-submenu-wrap a.active,
.dashboard-inline-submenu-wrap a:hover {
    border-bottom: 1px solid var(--a-color);
}

.report-top-sub-menu a {
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.report-top-sub-menu a.active {
    background-color: var(--a-hover-color);
    color: #ffffff;
    border: 1px solid var(--a-hover-color);
}
.report-filter-date-range-wrap input,
.report-filter-date-range-wrap .btn,
.report-filter-date-range-wrap .input-group-text {
    border-radius: 0;
}
/** Quiz Builder **/
.question-options-wrap .question-opt {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
}
.question-options-wrap .question-opt.newly {
    background-color: #f2fff1;
}
.question-basic-info .question-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.question-basic-info .question-score {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.question-basic-info .question-image-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.option-type-selection-wrapper {
    font-size: 13px;
}
.option-type-selection-wrapper label {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
.option-type-selection-wrapper label:hover,
.option-type-selection-wrapper input:checked + label {
    background-color: #0269ed;
    border: 1px solid #004ec4;
    color: #ffffff;
    cursor: pointer;
}
.question-opt-display {
    font-size: 12px;
    color: #666;
}
.la-question-radio:before {
    content: "\f192";
}
.la-question-checkbox:before {
    content: "\f14a";
}
.la-question-text:before {
    content: "\f14b";
}
.la-question-textarea:before {
    content: "\f15c";
}
label.checkbox span,
label.radio span {
    font-family: "Line Awesome Free";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 135%;
    color: #000b96;
}
label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
    display: none;
}
label.checkbox input[type="checkbox"]:checked + span,
label.radio input[type="radio"]:checked + span {
    font-weight: 900;
    font-size: 135%;
}
label.checkbox span:before {
    content: "\f0c8";
}
label.checkbox input[type="checkbox"]:checked + span:before {
    content: "\f14a";
}
label.radio span:before {
    content: "\f111";
}
label.radio input[type="radio"]:checked + span:before {
    content: "\f192";
}
.quiz-question-item .quiz-question-item-image {
    height: 38px;
    width: auto;
}
.quiz-question-item-title {
    -webkit-box-flex: 13;
    -ms-flex: 13;
    flex: 13;
}
/** END Quiz Builder **/

/**
* Dashboard Curriculum
 */
.section-item-form-html {
    background-color: #f6faff;
}
.curriculum-item-edit-tab a {
    border-radius: 0 !important;
}
.curriculum-item-edit-tab .list-group-item {
    padding: 0.4rem 1.25rem;
}
.video_source_wrap_html5 i {
    font-size: 50px;
}
.ui-sortable-placeholder {
    background-color: #dddd;
}
/** Dashboard Lecture Edit **/
.lecture_video_source {
    width: 200px;
}

/** Switch **/
label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}
label.switch span {
    /*position: relative;*/
    display: block;
}
label.switch span:before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top: 4px;
    left: 0;
}
label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
label.switch input[type="checkbox"] {
    display: none;
}
label.switch input[type="checkbox"]:checked + span:after {
    left: 17px;
}
label.switch input[type="checkbox"]:checked + span:before {
    border-color: var(--a-hover-color);
    background: var(--a-hover-color);
}
/** Instructor Add **/
.course-default-author-wrap {
    background-color: #f7ead7;
    border: 1px solid #f3dbbe;
}
label .instructor-details {
    font-size: 12px;
}
label.add-instructor-result-item {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    cursor: pointer;
    position: relative;
}
label.add-instructor-result-item:hover,
.instructor-search-results input:checked + label {
    background-color: #ddeefa;
    border: 1px solid #d7d9ff;
}
/** END: Instructor Add **/
/**
* Pricing...
*/
.course-price-type-wrap label {
    text-align: center;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.course-price-type-wrap label img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.course-price-type-wrap label input {
    display: none;
}
.course-price-type-wrap label span {
    text-align: center;
    display: block;
    border: 1px solid transparent;
    padding: 10px 20px;
}
.course-price-type-wrap label input[type="radio"]:checked + span {
    border: 1px solid #0c5460;
}
.course-price-type-wrap label:hover strong,
.course-price-type-wrap label input[type="radio"]:checked + span strong {
    color: var(--a-color);
}
/** End: Switch **/

.course-publish-icon {
    font-size: 50px;
}

/** Withdraw preference **/

.select-withdraw-method-name label {
    cursor: pointer;
}
.select-withdraw-method-name input[type="radio"]:checked + label {
    border-color: #c1eec5 !important;
    background: #e5ffe8;
}

/** END: Withdraw Preference **/
.quiz-attempt-stats .list-group-item {
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
}

/** END: Dashboard **/

/**
* Media Manager
*/
.media-manager-grid-wrap {
    /* Grid styles */
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
    grid-gap: 1rem;
}
.adminMediaModalInfoSide {
    font-size: 12px;
}
img#mediaManagerPreviewScreen {
    border: 1px solid #ddd;
    padding: 5px;
}
#filemanager {
    max-width: 90%;
}
.media-modal-info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}
.media-modal-thumbnail {
    display: block;
    border: 2px solid transparent;
}
.media-modal-thumbnail img {
    width: 100%;
    height: auto;
}
.media-modal-thumbnail.selected {
    border: 2px solid #2879fe;
    padding: 2px;
}
.allowed_file_text {
    font-size: 12px;
}
#modal-filemanager {
    z-index: 10050;
}
#modal-filemanager .pagination {
    margin: 0;
}
#modal-filemanager label {
    word-wrap: break-word;
}
.image-wrap .img-thumbnail {
    max-width: 80px;
}
#modal-filemanager .card {
    height: 147px;
    overflow: hidden;
    margin-bottom: 2rem;
}
#modal-filemanager .card .card-body {
    padding: 5px;
    font-size: 12px;
}
#modal-filemanager .card .card-body label {
    white-space: nowrap;
}
/**
END Media Manager
 */

/**
* Course Single Page
*/
.course-section {
    border-radius: 12px 12px 0px 0px;
}
.course-section-header {
    cursor: pointer;
    font-size: 16px !important;
    border-radius: 12px 12px 0px 0px;
}
.bg-light {
    background-color: #e8eef96e !important;
}
.course-section-header .course-section-name {
    color: #666666;
    font-size: 16px !important;
}
.page-header-jumborton {
    min-height: 220px;
    background: -webkit-linear-gradient(135deg, #e8cfa7 0%, #da1f2a 100%);
    /* background: linear-gradient(135deg, #e8cfa7 0%, #da1f2a 100%); */
}
.page-header-jumborton .page-header-left {
    color: #ffffff;
}
.page-header-jumborton h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.page-header-subtitle {
    font-size: 16px;
    font-weight: 300;
    width: 93%;
    text-align: justify;
    line-height: 1.4;
}
.page-header-right-enroll-box {
    /* border-top: 10px solid #cccccc; */
    /* width: fit-content; */
}
.enroll-box-btn-group {
    gap: 10px;
}
.enroll-box-btn-group button {
    font-size: 16px;
    padding: 0.4rem 1rem;
    width: fit-content;
}
.btn-block + .btn-block {
    display: inline-block;
    /* font-family: 'Poppins-Regular', serif; */
    font-size: 16px;
    color: #ffffff;
    background: #ffffff00;
    border-radius: 34px;
    border: 1px solid #ffffff;
    margin-top: 0;
    width: fit-content;
}

.price-html-wrap {
    color: #ffe3a8 !important;
}
.price-html-wrap span {
    vertical-align: middle;
    font-weight: 600;
}
.course-landing-page-price-wrap .price-html-wrap .current-price {
    font-size: 20px;
}
.price-html-wrap .old-price {
    font-size: 80%;
    color: #8a92a3;
    display: none;
}
.course-landing-page-price-wrap .price-html-wrap .old-price,
.course-landing-page-price-wrap .price-html-wrap .discount-text {
    font-size: 18px;
    color: #8a92a3;
    font-weight: 400;
}
.course-landing-page-price-wrap .price-html-wrap .free-text {
    font-size: 20px;
    /* margin-bottom: 20px; */
    display: block;
}
.course-curriculum-item {
    padding: 10px;
}
.course-section-item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
}
.section-item-duration {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: right;
}
.course-curriculum-title {
    color: #505763;
}
.course-widget {
    background-color: #e8eef9;
    /* box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1); */
    color: #505763;
    border-radius: 12px 12px;
}
.course-widget .la:before {
    line-height: 1.6;
}
.content-expand-wrap {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.expand-more-btn-wrap {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(rgba(255, 255, 255, 0.95)),
        to(#fff)
    );
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.95),
        #fff
    );
    background: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.95),
        #fff
    );
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.course-widget .expand-more-btn-wrap {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(246, 250, 255, 0)),
        color-stop(rgba(246, 250, 255, 0.95)),
        to(#f6faff)
    );
    background: -webkit-linear-gradient(
        rgba(246, 250, 255, 0),
        rgba(246, 250, 255, 0.95),
        #f6faff
    );
    background: linear-gradient(
        rgba(246, 250, 255, 0),
        rgba(246, 250, 255, 0.95),
        #f6faff
    );
    background: linear-gradient(
        rgba(232, 238, 249, 0),
        rgba(232, 238, 249, 0.95),
        #e8eef9
    );
}
.more_info.more:hover {
    color: red !important;
}
.copyright {
    color: white !important;
}
.expand-more-btn.btn-link {
    color: var(--a-color);
}
.course-whats-included-box {
    padding: 24px 24px 10px;
}
.course-description {
    padding: 24px 24px 0;
}
.course-whats-included-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    line-height: 24px;
    margin-bottom: 8px;
}
.course-whats-included-box ul li i {
    width: 20px;
}
.course-whats-included-box.course-widget {
    height: 100%;
    border-radius: 12px;
}

/** Instructor Box **/
.course-single-instructor-wrap .instructor-stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}
.instructor-stats .profile-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.instructor-details .instructor-name {
    font-weight: 600;
}

/** END: Instructor Box **/

/**
* Review Box
*/
.rating-stats-avg {
    text-align: center;
}
.review-write-star-wrap i,
.generated-star-rating-wrap i {
    color: #f4c150;
    font-size: 20px;
    cursor: pointer;
}

.star-rating-bar-bg {
    background: #f2f3f5;
    height: 20px;
    width: 100%;
    margin-right: 20px;
}
.rating-percent-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    text-align: right;
}
.rating-avg-big {
    font-size: 60px;
}
.star-rating-bar-fill {
    background-color: #8a92a3;
    display: block;
    height: 100%;
}
.star-rating-percent-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-bottom: 10px;
    text-align: right;
}
.reviews-list-wrap .reviewed-user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% + 60px);
    flex: 0 0 -webkit-calc(25% + 60px);
    flex: 0 0 calc(25% + 60px);
}
.reviewed-user-photo {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 20px;
}
.reviewed-user-photo img,
.profile-text-photo {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/** END Course Single **/

/**
* Lecture Single Page
 */
.section-header {
    background-color: #e8e8e8;
}
.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    border-right: 1px solid #dee2e6;
    gap: 30px;
}
.lecture-header-right {
    width: 100%;
}
button.nav-icon-complete-course {
    padding: 6px 15px;
    /* height: 100%; */
    width: 100% !important;
    position: relative;
    border-radius: 6px;
    /* left: 291px; */
    font-size: 12px;
}
.lecture-header-right .nav-btn {
    width: 50%;
    text-align: center;
    /*line-height: 50px;*/
    font-size: 18px;
    /* color: #de1f26; */
    color: #ffffff;
    display: inline-table;
    transition: 0.3s;
    border-left: 1px solid;
    border-color: #ae0707;
}
.lecture-header-right .nav-btn span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.lecture-header-right .nav-btn:hover {
    /* background-color: var(--btn-theme-primary-hover-bg); */
    background-color: #f9f9f9;
    color: #de1f26;
}
.lecture-page-course-progress {
    color: #28a745;
}
.lecture-page-course-progress .percentage {
    color: #28a745;
}
/*
.lecture-page-course-progress .course-progress-percentage{
    font-size: 20px;
}*/
.course-progress-percentage p {
    color: #28a745 !important;
}
.course-progress-percentage.comment {
    background: #efc255;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
    color: white;
}
.lecture-page-course-progress .write-review-text {
    font-size: 14px;
}
.review-modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
}
.review-modal-footer .review-modal-nofity-text {
    font-size: 14px;
}
.lecture-header {
    /* background-color: #0a0a0a; */
    background-color: #dd242b;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.lecture-container-wrap {
    margin-top: 50px;
}
.lecture-sidebar {
    width: 350px;
    background-color: #f7f7f7;
    border-right: 1px solid #d7dadb;
    position: fixed;
    height: calc(100% - 50px) !important;
    overflow-y: scroll !important;
    padding-bottom: 120px;
    z-index: 9;
    overflow-y: auto;
}
/* Scrollbar Track */
.lecture-sidebar::-webkit-scrollbar {
    width: 8px; /* Width of vertical scrollbar */
}

/* Scrollbar Thumb */
.lecture-sidebar::-webkit-scrollbar-thumb {
    background-color: #bbb; /* Color of the scrollbar */
    border-radius: 10px;
}

/* Scrollbar Track Background */
.lecture-sidebar::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.lecture-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #acc8e491 #f7f7f7;
}

.lecture-sidebar-course-title {
    font-size: 18px;
}
.lecture-sidebar-curriculum-wrap .section-item-title a {
    background-color: #f0f0f0;
}
.sidebar-section-item.completed .section-item-title a {
    color: #666666 !important;
}
.sidebar-section-item.active .section-item-title a {
    /* background-color: #D3E6FF; */
    background-color: #acc8e45c;
    font-weight: 400;
}
.sidebar-section-item .section-item-title a:hover {
    background-color: #acc8e45c;
}
.sidebar-section-item .section-item-title a {
    background-color: #e4e7eb66;
    border-bottom: 1px solid #c1c1c1;
    font-size: 14px;
}
.lecture-container {
    margin-left: 350px;
    background: #fff;
    padding: 40px;
    height: auto;
    width: 100%;
}
.lecture-container img {
    max-width: 900px !important;
}
.back-to-curriculum {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 8px;
    margin-left: 20px;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.discussion-ask-question-form {
    background-color: #e6ecf5 !important;
    color: #86888c !important;
}
a.nav-icon-list {
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
}
.section-item-title .lecture-name small {
    color: #666;
}
.lecture-title {
    font-size: 24px;
    /* text-align: center; */
}
.lecture-lock-icon i {
    font-size: 50px;
}
.lecture-lock-title {
    font-weight: 300;
}
.lecture-attachments-title {
    font-size: 16px;
}
.lecture-attachments .lecture-attachment {
    font-size: 14px;
}

/**
* Assignment Single Page
*/
.assignment-header-info {
    background-color: #ddf1ff;
    border: 1px solid #bbdaf1;
}
#assignment-submission-form h4 {
    font-size: 18px;
}
/**
* Quiz Single Page, Attempt Page
*/
.quiz-wrap {
    margin-bottom: 100px;
}
.quiz-wrap h1,
.quiz-wrap h2 {
    font-weight: 300;
    line-height: 1.4;
}
.quiz-wrap h1 {
    font-size: 2.2em;
}
.quiz-wrap h2 {
    font-size: 1.7em;
}
.question-wrap .quiz-image img {
    width: 100%;
    height: auto;
}
.attempt-options-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 1% -1% -1% -1%;
}
.question-option {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding: 1%;
    width: 50%;
}
.question-option label {
    background-color: #f1f1f1;
    color: #525252;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 15px;
    display: block;
    line-height: 1.5;
    padding: 13px 8px 11px;
    clear: both;
    overflow: hidden;
    -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    border-radius: 2px;
}
.question-option label:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.btn-wide {
    min-width: 140px;
    cursor: pointer;
    -webkit-animation: 100ms ease-in;
    animation: 100ms ease-in;
    -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1);
}
.btn-dark-blue {
    background-color: #de1f26;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
}
.btn-dark-blue:hover {
    color: #ffffff;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
#quiz-progress {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #efecec;
    border-top: 1px solid #e2e2e2;
    padding: 3px 5px;
    z-index: 99;
}
span.quiz-progress-number {
    display: inline-block;
    padding: 6px 10px;
    background: #dedede;
    border: 1px solid #d4d4d4;
}
span.quiz-progress-number.active {
    display: inline-block;
    padding: 6px 10px;
    background: #bbb;
    border: 1px solid #aaa;
    font-weight: bold;
}
.quiz-submitted-alert h1 {
    font-size: 4em;
}
.quiz-result-gretings .greetings-icon {
    font-size: 5em;
}
/** END Quiz Single page, Attempt Page **/

/**
* Categories page
*/
.page-header-wrapper {
    min-height: 150px;
    background: url("../../images/background-elearning.png") 50% / cover;
    position: relative;
}
/* .page-header-wrapper::before {
    content: "";
    background: #e7ecff;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
} */
.page-header-wrapper h1 {
    font-weight: 300;
}
.page-header-wrapper a:not(.btn) {
    /*color: #e8e9ff;*/
}
.page-header-wrapper .breadcrumb {
    background-color: transparent;
    padding-left: 0;
}
.category-item-name a {
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    height: 160px;
}
.category-item-name a:hover:before {
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
}
.category-item-name a i {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}
/** END Categories **/

/**
* No data screen
*/
.no-data-screen-wrap {
    color: #777777;
}
.no-data-screen-wrap i {
    font-size: 90px;
    margin-bottom: 10px;
}
.no-data-screen-wrap h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}
.no-data-screen-wrap h5 {
    font-size: 20px;
    font-weight: 300;
}
/** ENd no data screen **/

/**********************************************************************
* Plugins Support
***********************************************************************/

/**
* Student Progress
*/
.progress-report-loop-detail .progress {
    height: 5px;
}
.lecture-status-icon {
    font-size: 20px;
}

/**
Footer Section
 */

footer {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    background-color: #dd242b;
    /* background: #d1d1d1 url(../../images/backgroundf.jpg) no-repeat scroll center center / cover; */
}
.logo_footer {
    margin-top: -7px;
}
.footer-about-us-desc {
    line-height: 1.7;
}
/* footer::before {
    content: "";
    background: #00000047;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
} */
.clear-filter {
    color: #dd242b;
}
.clear-filter:hover {
    color: #dd242b;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    /* color: #e8cfa7; */
}
.page-item.active .page-link {
    background-color: #e8eef7 !important ;
    border-color: #6c757d;
    color: #6c757d !important;
}
.page-item.active .page-link {
    color: white;
}
.page-link {
    color: #6c757d;
}
.page-link:hover {
    color: #dd242b;
}
.version {
    color: #dd242b !important;
}
footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    flex-direction: column;
}
footer .footer-links li {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
footer .footer-links li a {
    line-height: 35px;
}
footer .footer-links li a:hover {
    color: white !important;
}
.footer-social-icon-wrap {
    display: flex;
    /* flex-direction: row; */
    gap: 10px;
}
.footer-social-icon-wrap a:hover {
    transform: scale(1.1);
    color: white !important;
}
.footer-social-icon-wrap i {
    font-size: 20px;
}
footer .footer-top {
    border-bottom: 1px solid #dedfe0;
}
.footer-bottom-right-links li {
    display: inline-block;
}
.footer-bottom-right-links li a {
    display: block;
    padding-left: 10px;
}
.footer-bottom-right-links li a:hover {
    color: white !important;
}
/**
* Circle Progress Bar
*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.progress.circle {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.progress.circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circle .progress-left {
    left: 0;
}

.progress.circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.progress.circle .progress-right {
    right: 0;
}

.progress.circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.progress.circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/** END Circle Progress **/

/**
 * payment Form
 */

/**
 * payment Page
 */

.thankyou-payment-text-details {
    font-size: 18px;
    line-height: 2;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/**
User Profile Page
*/
.profile-page-sidebar {
    width: 230px;
}
.profile-page-sidebar .profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 7px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.profile-page-wrap .profile-designation {
    font-weight: 300;
    font-size: 22px;
}
.profile-social-icon-wrap a:hover {
    background-color: #eeeeee;
}
.profile-stat-title {
    color: #73726c;
}
.profile-stat-value {
    font-weight: 700;
    font-size: 23px;
}

/** END User Profile Pages **/

/**
* Video JS Custom Big Play Button
*/
.video-js .vjs-big-play-button {
    left: 41%;
    top: -webkit-calc(50% - 40px);
    top: -o-calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: none;
    border-radius: 50%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 50px;
}
.vjs-poster {
    background-size: cover !important;
}
.video-js.vjs-fluid {
    border-radius: 12px !important;
}
.video-player-wrapper {
    position: relative;
    background: transparent !important;
    height: 500px !important;
}
.videoPlayerCaption {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}
.videoPlayerCaption .captionText {
    background-color: rgba(43, 51, 63, 0.7);
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.content-expand-inner {
    text-align: justify;
}
/**
* Social Login
*/
.social-login-item {
    padding: 8px 15px;
    background-color: #eeeeee;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}
.social-login-item:hover {
    color: #ffffff;
}
.social-login-item.btn-facebook {
    background-color: #3d5e96;
}
.social-login-item.btn-facebook:hover {
    background-color: #354e7e;
}
.social-login-item.btn-google {
    background-color: #d05d45;
}
.social-login-item.btn-google:hover {
    background-color: #b4553e;
}
.social-login-item.btn-twitter {
    background-color: #64adeb;
}
.social-login-item.btn-twitter:hover {
    background-color: #599acf;
}
.social-login-item.btn-linkedin {
    background-color: #017bb6;
}
.social-login-item.btn-linkedin:hover {
    background-color: #01618f;
}

.nav-link.profile-dropdown-toogle .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.profile-page-sidebar .profile-image .profile-text-photo {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 125px;
    font-size: 40px;
    border: 7px solid #fff;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/**
* Cookie
*/
.cookie_notice_popup {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 300px;
    right: 20px;
}
.cookie_notice_msg {
    padding: 20px;
}
.cookie_notice_popup .cookie-dismiss {
    color: rgb(255, 255, 255);
    background-color: #4b81e8;
    padding: 0.5em;
    text-align: center;
    display: block;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color: #205fd6;
}
@media (min-width: 992px) {
    .main-nav-auth-profile-wrap {
        margin-left: auto;
    }
}
@media (max-width: 991.5px) {
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }
    .hero-right-col {
        display: none;
    }

    .main-nav-auth-profile-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-nav-auth-profile-wrap > li {
        display: inline-block;
    }
    .main-nav-auth-profile-wrap .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    a#miniCartDropDown {
        display: block;
        position: relative;
    }
    a#miniCartDropDown {
        display: block;
        position: relative;
        min-width: 60px;
    }
}
@media (min-width: 768px) {
    .lecture-sidebar {
        display: block;
    }
    .navbar-collapse.show#mainNavbarContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767.5px) {
    #mainNavbarContent {
        margin-top: 10px;
    }
    a.nav-link.browse-categories-nav-link {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .header-search-wrap {
        width: 100%;
        max-width: 100%;
        margin: 10px 0 !important;
    }
    .main-nav-auth-profile-wrap {
        width: 100%;
        max-width: 100%;
    }

    .lecture-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 149px;
        flex: 0 0 149px;
    }
    .lecture-container {
        margin-left: 0;
        padding: 20px !important;
    }
    .lecture-sidebar {
        display: none;
        width: 100%;
    }
    .cookie_notice_popup {
        bottom: 0;
        width: 100%;
        right: 0;
    }
}
@media (max-width: 574px) {
    /**
    * Mobile, iPhone
    */
    .lecture-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
    .back-to-curriculum {
        margin-left: 10px;
    }
    .lecture-header-right .nav-btn {
        font-size: 13px;
    }
    .home-cta-left-col {
        margin-bottom: 50px;
    }
    .main-nav-auth-profile-wrap {
        display: table;
    }
    .main-nav-auth-profile-wrap > li {
        display: table-cell;
    }
}

@media (max-width: 413.5px) {
    a#miniCartDropDown,
    a.profile-dropdown-toogle {
        width: 35px;
        height: 35px;
    }
    .mini-cart-body-wrap.d-block {
        right: -40px;
    }
}
@media (min-width: 576px) {
    .modal-alert {
        max-width: 400px;
    }
}
.login-btn {
    color: #fff !important;
    background: #0071bc !important;
    border: 1px solid #0071bc !important;
    font-size: 15px !important;
}
.login-btn:hover {
    color: #fff !important;
    background: #0071bc !important;
    border: 1px solid #0071bc !important;
    font-size: 15px !important;
}
.btn-register {
    background: #d20000 !important;
    border: 1px solid #d20000 !important;
    font-size: 15px !important;
}

/* promo div style */
body {
    margin: 0;
    padding: 0;
}

/* template */

.TickerNews.default_theme {
    background-color: #f1f1f1;
}

.TickerNews.default_theme .ti_wrapper {
    border: #cbcbcb solid 1px;
    border-width: 1px 0;
}

.TickerNews.default_theme .ti_news a {
    display: block;
    margin-right: 10px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-family: geneva;
}

.TickerNews.default_theme .ti_news span {
    color: red;
    font-size: 110%;
}

/* template 2 */

.TickerNews.default_theme_2 {
    background-color: #f1f1f1;
    position: relative;
    font-family: geneva;
}

.TickerNews.default_theme_2 * {
    box-sizing: border-box;
}

.TickerNews.default_theme_2 .leftside {
    position: relative;
    left: 0;
    width: 120px;
    float: left;
    border: #792c2c solid 1px;
    border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h4 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #bd2b2b;
    color: white;
    padding: 0 5px;
}

.TickerNews.default_theme_2 .ti_wrapper {
    position: absolute;
    left: 120px;
    float: left;
    border: #cbcbcb solid 1px;
    border-width: 1px 0;
}

.TickerNews.default_theme_2 .ti_news a {
    display: block;
    margin-right: 10px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: solid 1px #c1c1c1;
    margin-left: solid 1px #c1c1c1;
}

.TickerNews.default_theme_2 .ti_news span {
    color: red;
    font-size: 110%;
}

/* template 2 */

.TickerNews.default_theme_3 {
    background-color: #f1f1f1;
    position: relative;
    font-family: geneva;
}

.TickerNews.default_theme_3 .ti_wrapper {
    border: #cbcbcb solid 1px;
    border-width: 1px 0;
}

.TickerNews.default_theme_3 .ti_news a {
    display: block;
    margin-right: 10px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}

.TickerNews.default_theme_3 .ti_news span {
    color: red;
    font-size: 110%;
}
@media only screen and (max-width: 600px) {
    .main-nav-auth-profile-wrap > .nav-item {
        display: inline-block;
        margin-left: 45px;
    }
}
/*  start table style  */
table {
    font-family: "Quicksand", sans-serif;
    /* border-collapse: inherit; */
}
.table img {
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.table img:hover {
    transform: scale(1.05);
}

.badge {
    padding: 0.33rem 0.44rem;
    font-size: 11px;
    font-family: "Quicksand";
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 6px;
}
tr.header {
    background-color: #e8eef7;
}
/*  end table style  */
.btn_conti_cour {
    width: fit-content;
    background: #ffffff;
    color: red;
    border: 1px solid red;
    border-radius: 35px;
    transition: 0.3s;
}
.btn-info:hover {
    /* color: #fff;
    background-color: red;
    border-color: #ffffff; */
    color: #fff;
    background-color: red;
    border-color: #ffffff;
    background: linear-gradient(166deg, #e8cfa7 0%, #da1f2a7a 100%);
}
.text_validation {
    width: fit-content;
    padding: 10px 15px;
    border-radius: 35px;
}
.table-bordered th {
    border: none !important;
}
.table-bordered td {
    border-left: none;
    border-right: none;
}
.table-bordered {
    border: none;
}
.btn_cree_cours {
    display: inline-block;
    font-family: "Poppins", serif;
    font-size: 14px;
    color: white;
    background: #dc0714;

    border-radius: 34px;
    border: 1px solid #dc0714;
}
.btn_cree_cours:hover {
    background: #ffffff;
    border-color: #dd242b;
    color: #dc0714;
}
.cour_cover {
    height: 250px;
}
.desc-reas {
    width: 65%;
    margin: 10px auto;
    font-size: 18px;
    color: #737373;
}
.home-partners-title {
    font-size: 23px;
    color: #dd242b;
}
.info-box-desc {
    color: #737373;
}
h3.info-box-title {
    width: 194px;
    margin: 10px auto;
    color: #dd242b;
}
.la-arrow-right,
.fas.fa-arrow-right {
    margin-left: 4px;
    line-height: 16px;
    font-size: 16px;
}
.seeMore {
    outline: none;
    color: #fff;
    background: #d20000;
    border-radius: 35px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    gap: 5px;
    padding: 7px 19px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-link {
    /* color: #dd242b !important; */
}
a {
    /* color: #dd242b !important; */
}
.btn-link:hover {
    text-decoration: none !important;
    color: white;
    transform: scale(1.03);
}
.section-subtitle {
    color: #737373;
}
.icon_statis {
    margin-bottom: 20px;
    width: 64px;
}
h3.counter_ {
    color: #dd242b;
}
.home-blog-section-wrapper {
    background-color: #dd242b;
}
.section-header-wrap.blog h3 {
    color: white;
}
.section-header-wrap.blog p {
    color: white;
}
.section-header-wrap.blog .excerpt a,
.section-header-wrap.blog .excerpt h2 {
    color: white;
}
.excerpt h2 a {
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.post-meta span,
.post-meta span a {
    color: #505763 !important;
    font-size: 12px;
}

.more-info:hover {
    color: white !important;
}
.seeMoree {
    outline: none;
    border-radius: 35px;
    display: flex;
    align-items: center;
    border: 1.8px solid white;
    gap: 5px;
    padding: 7px 19px;
    text-decoration: none;
    transition: 0.3s;
    background-color: #ffffff;
    color: #dc0714;
}
.seeMoree:hover {
    color: white;
    background-color: #dd242b;
}
.discover_p {
    color: #737373;
}
.home-cta-wrapper {
    padding: 80px 0;
}
.search {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item.nav_v {
    display: flex;
    /* gap: 14px; */
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.nav-item.nav_v .shop i {
    font-size: 22px;
    color: #86888c;
}
.nav-item.nav_v .shop,
.nav-item.nav_v .search {
    padding: 3px 10px;
    transition: 0.3s;
}
.nav-item.nav_v .shop:hover,
.nav-item.nav_v .search:hover {
    background-color: #e8eef7;
}
.nav-item.nav_v .search i {
    font-size: 21px;
    color: #86888c;
}
.btn_login,
.btn_sign {
    outline: none;
    color: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    gap: 5px;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500 !important;
    min-width: 135px;
    justify-content: center;
}
.btn_login {
    background: #dd242b;
    padding: 5px 11px;
}
.btn_sign {
    background: #e8cfa7;
    color: #dd242b;
    padding: 9px 37px;
}
.btn_log_sin {
    display: flex;
    gap: 9px;
}
.btn_login:hover,
.btn_sign:hover {
    color: #86888c !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e8eef7 !important;
}
.badge.badge-success,
.badge.badge-warning {
    margin-right: 0.5rem !important;
}
.breadcrumb {
    /* background-color: #e8eef7 !important; */
}
/* video player */

/*  */
.freeC {
    background-color: #ffe3a8 !important;
    color: #dd242b !important;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    font-weight: 500;
    border: none !important;
    transition: .3s;
}
.freeC:hover{
    transform: scale(1.03);
}
/* btn with scal hover */
.btn_seconnd {
    background-color: #ffe3a8 !important;
    color: #dd242b !important;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    font-weight: 500;
    border: none !important;
    transition: 0.3s;
}
.btn_seconnd:hover{
    transform: scale(1.03);
}
.btn_primary {
    display: inline-block;
    /* font-family: 'Poppins-Regular', serif; */
    font-size: 14px;
    color: white;
    background: #dd242b;
    padding: 7px 19px;
    border-radius: 34px;
    border: 1px solid #dd242b;
        transition: 0.3s;
}
.btn_primary:hover{
    transform: scale(1.03);
    color: white;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8eef757 !important;
}
.btn-warning:focus{
background-color: #edf0f9 !important;
}
.navbar-collapse{

    align-items: end !important;
        flex-basis: 0;
    flex-grow: 0;
}
.dash_board{
    min-height: 307px;
}
.see_More {
    outline: none;
    color: #fff;
    background: #d20000;
    border-radius: 35px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    gap: 5px;
    padding: 7px 19px;
    text-decoration: none;
    transition: 0.3s;
}
.see_More:hover{
    color: white !important;
}
