@import url(../../../../assets/css/font-face.css);

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


  

:root{
    --theme-color:#551a8b;
    --white-color:#fff;
    --orange-color:#ff6600;
    --lightgrey-color:#f5f5f5;
    --nav-item-color: #191919;
    --a-color : #216094;
    --a-hover-color : #218ff6;

    --btn-theme-primary-bg : #2073d4;
    --btn-theme-primary-hover-bg : #005bbe;
    
}
/* .page-header-wrapper.bg-light-sky{text-align: right;} */
.page-header-wrapper .breadcrumb{display: inline-block; padding-right: 0;}
.page-header-wrapper .breadcrumb .breadcrumb-item{display: inline-block;color: #d7d7d7;}
.boxbtn, .viewsbtn{ -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s;}
.navbar-expand-lg .navbar-collapse{justify-content: right;}
.navbar-nav{align-items: center;}
.greybg{ background: var(--lightgrey-color); }
p{font-family: "Urbanist", sans-serif;}
body{font-family: 'Poppins', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    line-height: 1.5;
    color: #29303b;
    -webkit-font-smoothing: antialiased;
}
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(--orange-color);
    text-decoration: none;
}
a.disabled{
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #999999 !important;
}
a.nav-btn.disabled:hover{
    background-color: #CCCCCC;
}
.btn-outline-info {
    color: #551a8b;
    border-color: #551a8b;
}
.btn-purple{
    color: var(--white-color);
    background-color: #551a8b;
    border-color: #551a8b;
}
.btn-purple:hover{
    color: var(--white-color);
    background-color: #8954a8;
}
/* .bg-light-sky{
    background-color: #e7ecff !important;
} */
.bg-light-success{
    background-color: #eefff6 !important;
}
.bg-dark-blue{
    background-color:var(--theme-color) !important;
}
.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
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);
}
.common-padding{margin:6rem 0; display: flex;}


.form-group.has-error .form-control {
    border-color: var(--danger);
}
.btn, .form-control{
    border-radius: 2px;
}
.btn-round{
    border-radius: 25px;
}
.btn-theme-primary{
    color: #fff !important;
    background-color: #2073d4;
    border-color: #2073d4;
}
.btn-theme-primary:hover{
    color: var(--white-color);
    background-color: #005bbe;
    border-color: #005bbe;
}
.btn-login-outline{
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
}
.btn-login-outline:hover{
    color: rgba(0,0,0,.9);
    border-color: rgba(0,0,0,.9);
}
.owl-nav {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.owl-nav>button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--theme-color) !important;
    border-radius: 50% !important;
    font-size: 0!important;
    /* position: absolute; */
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-nav>button.owl-next {
    /* right: 15px; */
}
.owl-nav>button.owl-prev {
    /* left: 15px; */
}
.owl-nav>button span{
    position: relative;
}
.vall{
    margin-top: 20px;
    padding: 10px 30px;
}
.owl-nav>button.owl-next span:after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid var(--white-color);
    border-right: 1px solid var(--white-color);
    transform: rotate(45deg);
}
.owl-nav>button.owl-next span:before {
       content: '';
    width: 15px;
    height: 1px;
    background: var(--white-color);
    position: absolute;
    right: 0;
    top: 51.5%;
}

.owl-nav>button.owl-prev span:after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid var(--white-color);
    border-right: 1px solid var(--white-color);
    transform: rotate(225deg);
}
.owl-nav>button.owl-prev span:before {
       content: '';
    width: 15px;
    height: 1px;
    background: var(--white-color);
    position: absolute;
    left: 0;
    top: 51.5%;
}
/**
* Nav menu CSS
*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
.navbar-light .navbar-nav .btn-theme-primary{  
    color: #fff !important;
}
.navbar{
    padding: 0 !important;
}
.site-main-logo {     z-index: 99;
    max-width: 150px;
    position: relative;
    margin-bottom: -60px;
    background: #fff;
    padding: .5rem;
    margin-right: 0;
    border-radius: 0 0 10px 10px;
}
.site-main-logo img{
    /*height: 50px;
    max-height: 50px;*/
    width: 100%;
}
.modal .cke_dialog
{
    z-index: 10055 !important;
}
/**
* Top categories menu
*/

.browse-categories-nav-link{
    background: rgba(20,23,28,.05);
    border: 1px solid rgba(20,23,28,.05);
    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: #505763;
}
.categories-menu{
    position: relative;
}
.categories-menu ul{
    position: absolute;
    z-index: 99;
    background-color: var(--white-color);
    width:250px;
    /* min-height: 400px; */
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    color: #505763;
    margin: 0;
    top: 0;
    display: none;
}
.nav-link { padding: .5rem .8rem;}
.nav-categories-item:hover .categories-ul-first{
    display: block;
}
.nav-categories-item:hover .categories-ul-first > li:hover > ul {
    display: block;
    left: 99%;
}
.categories-menu ul li a{ border-top: 1px solid #f1f1f1;
    display: block; font-size: 13px;
    padding: 5px 10px;
    color: #29303b;
}
.categories-menu ul li a:hover{
    background:var(--lightgrey-color);
    color:var(--theme-color);
}
.categories-ul-first a .la-angle-right {
    float: right;
    color: #888;
}
/** END Categories Menu **/


.header-search-wrap {
    width: 40%;
    background: #ced4da;
    position: relative;
}
.header-search-wrap input.form-control{
    background-color: #ced4da;
    width: 100%;
    padding-right: 30px;
}
.header-search-wrap input.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.header-search-btn{
    position: absolute;
    right: 0;
}
#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: #eee;
}
#miniCartDropDown .badge { top: 0; min-width: 16px;
    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;
    z-index: 99;
    right: 0;
    background-color: var(--white-color);
    width: 250px;
    text-align: left;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
}
.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: var(--white-color);
    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: #000;
}
.minicart-course-info .old-price{
    font-size: 13px;
}
.mini-cart-course-item {
    position: relative;
}
.mini-cart-course-item .remove-cart-btn {
    position: absolute;
    right: 3px; top: 3px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    background:none;
    color: #000;
    border: none;
}
/**
* #END Nav Menu
*/



/**
Hero Section
 */
.hero-left-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 385px;
}
.hero-subtitle {
    font-size: 20px;
}

.hero-banner { padding:180px 0px 150px; /*position: absolute;left: 0; top: 0; height: 100%; width: 100%;*/
    /*background: #d1d1d1 url(../../images/bannerimg.jpg) no-repeat scroll center center / cover;*/
     position: relative; 
}
.hero-banner::before {
    content: "";
    /*background:#551a8 brgba(112,124,240,0.2); */
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-left-wrap1 { border-radius: 4px;
    background: rgba(255,255,255,0.6);
    max-width: 500px;
    padding: 25px;
    color: #1a1a1a;
}
/**
Home Info Box
 */
.home-section-wrap:nth-of-type(even) {
    /* background-color: #f8f9fa; */
}

.home-info-box{
    text-align: center;
}
.home-info-box img{
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.home-info-box h3 {
    font-size: 20px;
    margin: 10px 0;
}
/**
Responsive CSS
 */

/**
Home popular courses
 */
.home-popular-courses-wrapper{
    background-color: #f7f8fa;
}
.course-card{
    background-color: var(--white-color);
    font-size: 14px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1),0 3px 1px 0 rgba(20,23,28,.1);
    position: relative;
}
.course-card:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-card .course-card-img-wrap a {
    display: block;
    position: relative;
}
.course-card:hover .course-card-img-wrap a:before{
    content: "";
    background: #3a78ff;
    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: 44px;       /* fallback */
}
.course-card-info-wrap{
    min-height: 80px;
}
.star-ratings-group i{
    color: #f4c150;
}
.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: 0;
    right: 0;
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.course-card-add-wish:hover{
    color: #ff0000;
    background-color: var(--white-color);
    border-color: var(--white-color);
}
.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: .5;
}
.course-filter-form-group label{
    display: block;
}
/**
* Blog Section
 */
.home-blog-card img {
    margin-bottom: 30px;
}
.home-blog-card h2, .blog-card h2 {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: 300;
}
.home-blog-card h2 a {
    color: #033E80;
}
.home-blog-card a:hover{
    color: #0450bd;
}

.home-blog-card .post-meta {
    color: #4F5D69;
    font-size: 14px;
    width: 100%;
    display: block;
}
.home-blog-card .post-meta a {
    color: #4F5D69;
}
.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;
}
.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: 300;
}
.home-course-stats-wrap{
    border-bottom: 1px solid #dedfe0;
}
.home-course-stats-wrap h5{
    font-weight: 300;
}
.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: var(--white-color);
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.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: #f6f7f2;
}
.dashboard-menu-col{
    border-right: 1px solid #dedfe0;
}
.dashboard-menu:not(.dropdown-menu .dashboard-menu){
    margin-right: 0px;
}
.dashboard-menu li a{
    padding: 10px;
    display: block;
}
.dashboard-menu li a:hover{
    background-color: #edf0f9;
}
.dashboard-menu li.active a{
    color: var(--white-color);
    background-color: var(--btn-theme-primary-bg);
}
.dashboard-menu li.active a:hover{
    color: var(--white-color);
    background-color: var(--btn-theme-primary-hover-bg);
}
.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: var(--white-color);
}
.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: var(--a-color);
    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: var(--white-color);
    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 77%;
            flex: 0 0 77%;
}
.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: var(--white-color);
    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.4;
    font-size: 135%;
    color: #333;
}
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: .40rem 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 .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 4px;
    left: 0;
}

label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: var(--white-color);
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .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-header{
    cursor: pointer;
}
.course-section-header .course-section-name{
    color: #000;
}
.page-header-jumborton{height:270px;background: url(../../images/inner_banner.jpg) no-repeat scroll center center / cover;position: relative;
    /*background:#8d22f1;*/
    /*background:-webkit-linear-gradient(315deg, #011D4A 0%, #448ECB 100%);
    background:linear-gradient(135deg, #011D4A 0%, #448ECB 100%);*/
}
.page-header-jumborton::before {content: "";background: #0000006e;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}



.page-header-wrapper.bg-light-sky{background: url(../../images/inner_banner.jpg) no-repeat scroll center center / cover;height: 250px;}
.page-header-jumborton .page-header-left{
    color: #000;
}

.page-header-jumborton h1{
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.page-header-subtitle{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.page-header-right-enroll-box{
    border-top: 10px solid #7308d7;
}
.enroll-box-btn-group button{
    font-size: 16px;
    padding:10px 12px;
}
.price-html-wrap{
    color: #505763;
}
.price-html-wrap span{
    vertical-align: middle;
    font-weight: 600;
}
.course-landing-page-price-wrap .price-html-wrap .current-price{
    font-size: 32px;
}
.price-html-wrap .old-price{
    font-size: 80%;
    color: #8a92a3;
}
.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-details-wrap h4{color:#000;}
.course-widget{
    /* background-color: #f1f1f1; */
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    color: #505763;
    
}
.course-widget .la:before{
    line-height: 1.6;
}
.content-expand-wrap{
    max-height: 300px;
    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);
}
.expand-more-btn.btn-link{
    color: var(--a-color);
}
.course-whats-included-box ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* vertical-align: top;
    line-height: 41px; */
    font-size: 1.1rem;
    font-weight: 500;
    align-items: baseline;
}
.course-whats-included-box ul li i{
    width: 20px;
}
.course-whats-included-box.course-widget{
    margin-bottom: 2rem;
}
.course-whats-included-box h4 {
    font-size:1.3rem;
    font-family:"Merriweather", serif;
}

.course-whats-included-box ul li i{
    font-size:1.5rem;
    color:#ff6500;
    padding-right:2rem;
}


.topic-btn-sainik-school{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.topic-btn-sainik-school a{
    color: var(--white-color);
    background: #602790;
    padding: 8px 5px;
    border-radius: 5px;
    width: 137px;
    text-align: center;
    text-transform: capitalize;
    border:1px solid #602790; 
}

.topic-btn-sainik-school a:hover{
    background: transparent;
    transition: 0.5s ease-out;
    color:#602790;
}

/** 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 var(--white-color);
    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 259px;
            flex: 0 0 259px;
    border-right: 1px solid #dee2e6;
} */
/* .lecture-header-right{
    width: 100%;
} */
button.nav-icon-complete-course {
    height: 100%;
}
.lecture-header-right .nav-btn{
    width: 50%;
    text-align: center;
    /*line-height: 50px;*/
    font-size: 18px;
    color: var(--white-color);
    display: inline-table;
}
.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);
}
/*
.lecture-page-course-progress .course-progress-percentage{
    font-size: 20px;
}*/
.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: #551a8b;
    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: 100% !important;
    overflow: scroll !important;
    padding-bottom: 120px;
    z-index: 9;
}
.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;
}
.sidebar-section-item.active .section-item-title a{
    background-color: #D3E6FF;
}
.lecture-container{
    margin-left: 350px;
    background: var(--white-color);
    padding: 40px;
    height: auto;
    width: 100%;
}
.back-to-curriculum{
    background: var(--white-color);
    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;
}
a.nav-icon-list{
    line-height: 50px;
    color: var(--white-color);
    font-size: 30px;
    padding: 0 10px;
}
.section-item-title .lecture-name small {
    color: #666;
}
.lecture-title{
    font-size: 24px;
}
.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;
        display: inline-block;
      
}
.quiz-wrap h2{
    font-size: 1.7em;
        display: inline-block;
}
.question-wrap .quiz-image img{
    max-width: 100%;
    height: auto;
}
.question-single-wrap{
    clear: both;
}
.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; 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; box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1)
}
.btn-dark-blue{
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
}
.btn-dark-blue:hover{
    color: var(--white-color);
    -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; /*text-align: center;*/
   /* background: url("../../images/page-header-bg.svg") 50%/cover;*/
    background:#f0f3f5;
    position: relative;
}
.page-header-wrapper::before {
     content: "";
     background: #0000006e;
     height: 100%;
     left: 0;
     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;
}
.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{
    width: 100%;
    float: left;
    font-size: 14px;
    position: relative;
    color: var(--white-color);
    background: #551a8b;
    /* background: #551a8b url(../../images/subheader1.jpg) no-repeat scroll center center / cover; */
    /*background:#551a8b url(../../images/footer-bg.svg) no-repeat scroll center center / cover;*/
}
footer::before { display: none;
    content: "";
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}
footer a{
    color: var(--white-color);
}
footer a:hover{
    color: #C186F7;
}
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;
        padding-left: 1.5rem;
}
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;
}

.social-icon i {font-size: 24px;}

.footer-social{
    margin-bottom: 5px !important;
}

.social-icon{margin-top:10px;display: flex;justify-content: space-between;margin-bottom: 1rem;}
.social-icon a {background: #00000073;width: 2.2rem;height: 2.2rem;display: flex;align-items: center;justify-content: center;border-radius: 10px;}

.footer-social-icon-wrap a:hover{
    color: var(--a-hover-color);
}
.footer-social-icon-wrap i{
    font-size: 30px;
}
footer .footer-top{
    border-bottom: 1px solid #6B30A1;
}
.footer-bottom-right-links li{
    display: inline-block;
}
.footer-bottom-right-links li a{
    display: block;
    padding-left: 10px;
}
.footer-top h4{font-weight: 300;font-size: 25px;font-family: "Urbanist", sans-serif;}
.footer-links li{position: relative;}
.footer-links li:before{content: '';position: absolute;left: -1.5rem;top: .7rem;width: 12px;height: 12px;background: url(../../images/footer-arrow.png);background-repeat: no-repeat;}
.footer-links li a{font-size: 17px;font-family: "Urbanist", sans-serif;font-weight: 400;}
.topmenu > li > a> svg {color: #551a8b;font-size: 1.3rem;}


/**
* 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 var(--white-color);
    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: 40%;
    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;
}

.video-player-wrapper{
    position: relative;
}
.videoPlayerCaption {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
}
.videoPlayerCaption .captionText{
    background-color: rgba(43,51,63,.7);
    color: var(--white-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}
/**
* Social Login
*/
.social-login-item{
    padding: 8px 15px;
    background-color: #eeeeee;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--white-color);
}
.social-login-item:hover{
    color: var(--white-color);
}
.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 var(--white-color);
    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: 0;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie_notice_popup{
    padding: 5px 20px;
    font-size: .9rem;
}
.cookie_notice_popup .cookie-dismiss{
    color:var(--white-color);
    background-color:var(--theme-color);
    padding: 0.5em;
    text-align: center;
    display: block;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color:var(--orange-color);
}
#multiple_course_type > label {display: block; margin-bottom:8px!important;} 
.select2.select2-container {width: 100%!important;}
#editQuestionTypeModal .modal-content .modal-body {overflow-y: scroll;min-height: 400px;max-height: 400px;}
.blog-sec-list ul{

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-wrap: wrap;

}

.blog-sec-list ul li{

    flex-basis: 50%;

    margin-bottom: 15px;

}

.col-lg-12 .blog-sec-list ul li{
    flex-basis: 33%;
}

.blog-sec-list ul li .blog-sec{

    padding: 0 8px;

}

.blog-sec-list ul li .b-sec{

        border-bottom: 1px solid #cbabd6;
    height: calc(100% - 15px);
    background-color: #f3e6f78a;
    padding: 20px;



}

.blog-sec-list ul li a{

    display: inline-block;

    width: 100%;

}

.blog-sec-list ul li .blog-img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.blog-sec-list ul li .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    min-height: 15rem; 
    max-height: 15rem;
}

.blog-sec-list ul li .blog-sec .cat{ height: 46px;

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 5px;

    display: flex;

    color: #a57bb3;

    align-items: center;

}

.blog-sec-list ul li .blog-sec .cat i{

    color: #a57bb3;

    font-size: 18px;

}

.blog-sec-list ul li .blog-sec .btitle{

    font-size: 15px;

    font-weight: 600;

    color: #551a8b;

    min-height: inherit;

    white-space: normal;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical; height: 64px;

}

.blog-sec-list ul li:hover a{

    color: #218ff6;

}
.sblog .heading{
    padding: 0px !important;
    margin-bottom: 20px;
    font-size: 24px;
}
.sblog ul li{display: block; width: 100%; float: left; margin-bottom: 10px;padding: 10px 0px;}

.sblog ul li h3{font-size: 15px; font-weight: 500; margin-top: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.sblog ul li .sidelist a{display: inline-block;width: 100%}

.sblog ul li .sblogimg{width: 50px; height: 50px; border-radius: 5px; float: left; margin-right: 10px; overflow: hidden;}

.sblog ul li .sblogimg a{width: 100%; height: 100%;}

.sblog ul li .sblogimg img{height: 100%; width: 100%;object-position: center;object-fit: cover;}

.dtbg{

    width: 100%;

    overflow: hidden;

    margin-bottom: 15px;

}

.dtbg img{

    width: 100%;

    height: 100%;

    object-position: center;

    object-fit: cover;

}

.btext .cat{

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 8px;

    display: flex;

    color: #a57bb3;

    align-items: center;

}

.btext .cat i {

    color: #a57bb3;

    font-size: 20px;

}

.btext p,.btext{

    color: #323137;

    font-weight: 400;

    font-size: 15catpx;

    margin-bottom: 20px;


}

.blog-desc{
    padding: 40px 0px;
}
.blog-desc .heading{
    padding: 0px;
        color: #6c388c;
        font-size: 24px;
}
.btext ul,.btext ol{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.btext h2,.btext h3,.btext h4{

    color: #000000;

    font-size: 22px;

    line-height: 1.5;

    margin-bottom: 10px;

}

.btext ul li,.btext ol li{

    float: left;

    font-size: 15px;

    position: relative;

    margin-bottom: 5px;

    line-height: 1.4;

    padding-left: 25px;

    width: 100%;

}

.btext ul li:before,.btext ol li:before {

    content: '\f14a';

    font-family: 'Line Awesome Free';

    font-weight: 600;

    -webkit-font-smoothing: antialiased;

    display: inline-block;

    font-style: normal;

    font-variant: normal;

    text-rendering: auto;

    line-height: 1;

    position: absolute;

    left: 0px;

    font-size: 20px;

    top: 4px;

    color: #551a8b;

        width: auto;

    height: auto;

    background: transparent;

}
.hview{
    display: inline-block;
    width: 80%;
}
#hpopup .modal-body{
    padding: 0px;
}
#hpopup .modal-content{
    border-radius: 0px;
}
#hpopup .modal-body .pbody{
    position: relative;
    width: 100%;
}
#hpopup .modal-body .pbody img{
    width: 100%;
}
#hpopup .modal-body .pbody .close{
    position: absolute;
    left: 10px;
    top:10px;
    background: var(--orange-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    color: var(--white-color);
}
.banner-sec .modal{z-index: 9999;}
.fc-day-grid-event .fc-content{
        position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 0px;
    /* border-left: 2px solid; */
    padding: 2px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 11px;
}
.tooltipevent{
    background: #fff;
    max-width: 300px;
    padding: 10px;
    box-shadow: 0 0px 6px #d6d6d6;
    position:absolute;
    z-index:10001;
}
.tooltipevent .title{
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
}
.tooltipevent p{
    font-size: 12px;
    margin-bottom: 2px;
}
.fc-header-toolbar .fc-center h2{
    color: var(--theme-color);
    font-size: 24px;
    position: relative;
    line-height: 1.2;
    font-weight: 400;
}
.lcd .lecture-video-wrapper.video-player-wrapper{
    margin-bottom: 15px;
}
.lcd .title{
    margin-bottom: 10px;
}
.dateDiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dateDiv span{
    font-size: 14px;
    margin-bottom: 10px;
}
@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{ padding-top: 40px;
        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) {
    .popular-courses-cards-wrap .course-card-grid-wrap .boxbtn {margin-bottom: 25px;}
    .fc-header-toolbar .fc-center h2{
        margin-top: 15px;
        font-size: 20px;
    }
    .tooltipevent{
        max-width: inherit;
        width: 100%;
    }
    .fc-day-grid-event .fc-content{
        font-size: 9px;
    }

    #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;
    }
    .q_title table{
        width: 100% !important;
    }
    .q_title img{
        /* width: 100% !important; */
        /* height: auto !important; */
    }   
    .q_title p img{
        width: 100% !important;
        height: auto !important;
    }  
    .blog-sec-list ul li,.col-lg-12 .blog-sec-list ul li{
        flex-basis: 100%;
    } 
}
@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;
    }
    .video-title {
        font-size: 16px!important;
        margin-bottom: 35px!important;
    }
    .video-title::before {
        width: 140px!important;
        height: 3px!important;
        top: -7px!important;
    }
    .lecture-video-wrapper.video-player-wrapper {
        margin-bottom: 25px!important;
    }
}

@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;
    }
}


.navbar-light .navbar-toggler-icon {background-image:url(../../images/menuicon.png);}
.navbar-toggler-icon{width: 2em;}
 .nav-tabs .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--white-color);
    background-color: #551a8b;
}
.btn-primary, .btn-theme-primary {
    color: var(--white-color);
    background-color: #551a8b;
    border-color: #551a8b;
    font-size: .8rem;
}
.btn-primary:hover, .btn-theme-primary:hover{
    color: var(--white-color);
    background-color: #000;
    border-color: #000;
}
.lecture-sidebar a{color: #000;}
.lecture-sidebar a:hover{color:#551a8b;}
.lecture-sidebar .text-info {color: #551a8b !important;}
.lecture-header-right .nav-btn:hover{background-color: #551a8b;}
.home .navbar.bg-light{position: static;width: 100%;background:#fff!important;}
body:not(.home) .navbar.bg-light{/*position: static;width: 100%; z-index: 90;*/  background: #fff!important; /*background:#5c1e9d!important;*/}
/* body:not(.home) .navbar.bg-light:before{content:""; width: 100%; height: 100%; background:rgba(85,26,139,0.8); position: absolute;left: 0; top: 0;} */
.navbar.bg-light .container{position: relative;}
.browse-categories-nav-link{ background:none; border: none;}
.bannersec{max-width:1100px; text-align: left; margin: 0 auto; color:var(--white-color); }
.bannersec h1{line-height: 1.2;}
.bannersec h1 span{display: block;font-weight: 700;}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.roundbg{ padding:180px 0px 150px; /*border-radius:0px 0px 90px 250px;*/ overflow: hidden; position: relative;}
.roundbg:after{content:""; background:url(../../images/bannerbottom.png) center bottom no-repeat; background-size:100% 100%; position: absolute;bottom: 0; left: 0; width: 100%; height: 150px; display: none;}
.regbtn{ border-radius:4px; color:#000; font-weight: 500; /*transform:skew(-15deg);*/ padding:8px 20px;
background: rgba(255,181,32,1);
background: -moz-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,181,32,1)), color-stop(100%, rgba(255,239,16,1)));
background: -webkit-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb520', endColorstr='#ffef10', GradientType=1 );
}
.regbtn span{/*transform:skew(15deg);*/ display: inline-block;}

.regbtn.loginbtn{ color:var(--white-color);
background:#fe8c16;
/*background: -moz-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,118,5,1)), color-stop(48%, rgba(249,36,36,1)), color-stop(100%, rgba(255,6,201,1)));
background: -webkit-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
background: linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7605', endColorstr='#ff06c9', GradientType=1 );*/
}


.roundbg .hero-title.mb-4{text-shadow:0 2px 15px #000; font-weight:500;font-family: 'Ubuntu', sans-serif;}

.homelist{ width: 100%; float: left;clear: both; }
.homelist ul{list-style: none;padding: 0; margin: 0 -15px;}
.homelist ul li{width:33%; float: left; padding: 10px;}
.firstbox{width: 100%; float: left; min-height:280px; position: relative;
   /* background:url(../../images/boxbg2.jpg) center center no-repeat; background-size: cover!important;*/ box-shadow:0 0px 6px #d6d6d6; overflow: hidden; background:var(--white-color);  }
.firstbox:after{content:""; background:url(../../images/bottomimg.png) center bottom no-repeat; background-size:100% 100%; position: absolute;bottom: 0; left: 0; width: 100%; height:70px; display: none;}
.firstbox .heading2{background: none;}
/*.homelist ul li:nth-child(even) .firstbox:before{ content:""; width: 90%; left: 0; top: 0; position: absolute; height: 100%; 

background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.homelist ul li:nth-child(odd) .firstbox:before{ content:""; width: 90%; right: 0; top: 0; position: absolute; height: 100%; 
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
 }*/

.climg{width: 100%; display: block; overflow: hidden; position: relative; /*background:url(../../images/classimg.jpg) center center no-repeat;*/ background-size: cover; }
.climg img {width: 100%;max-height: 210px;}
.img1{ width:33%; float: left;}
.heading1{font-size:22px; margin-bottom: 15px;color:var(--white-color); text-align: center;font-weight:200;text-shadow: 0 3px 4px #000; line-height: 1.2;}
.heading1 span{font-weight: 600;}
.heading2 {  padding:20px 0 5px; font-size:20px;/* letter-spacing: 1px;*/ font-weight:500; line-height: 1.2; /*margin-bottom:15px; text-shadow:0px 2px 6px #000;*/ color:#000; position: relative; text-align: center;font-family: 'Ubuntu', sans-serif;
/*position: absolute;left: 0; bottom: 0; */width: 100%;

/*background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/

background: rgba(241,241,241,0);
background: -moz-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,0)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=0 );

}
.heading2 a{color:#000; display:block; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 50px;
overflow: hidden;
}
/* .bg-light-sky {
    background-color: #e1c4ff !important;
} */
.heading2 span{font-weight: 600; display: block; color:#5c1e9d;}
.textbox{float: right; width:100%; padding:0 15px 20px; text-align:center;font-size:16px;font-weight: 200; line-height: 1.2; position: relative;}
.unlimatedvideo { margin:5px 0 10px; min-height: 40px; text-transform: uppercase; font-weight:400; color:var(--theme-color);/* border-top: 1px solid #000; border-bottom: 1px solid #000;*/ overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;}
.prices{font-size:24px;font-weight:600; margin-bottom:5px; }
.current-price-left{ margin-bottom:15px;}
.current-price-left span{font-size:22px;font-weight:600; color:#000;}
.current-price-left span.old-price{color:#444; font-weight: 400;}
.boxbtn{border:none; margin-bottom:20px;display:inline-block; background:var(--theme-color); /*background:url(../../images/btnbg.jpg) center center no-repeat; background-size: cover;box-shadow: inset 0px 3px 10px #000;border-radius:30px;*/ padding:10px 15px; font-size: 14px; text-transform: uppercase; color:var(--white-color); font-weight:600; text-align: center;  border-radius: 5px;width: 100%;}
/*.homelist ul li:nth-child(even) .boxbtn{ background:url(../../images/btnbg2.jpg) center center no-repeat;}*/
.boxbtn:hover{ background:var(--orange-color); color:var(--white-color); }
.listp{margin-bottom:20px;}
.listp .unlimatedvideo span{display: block;}
.listp .unlimatedvideo{ height: 40px; }



/* .homelist ul li:first-child .firstbox{ padding:25px 15px; background: rgba(61,82,239,1);
background: -moz-linear-gradient(45deg, rgba(61,82,239,1) 0%, rgba(209,35,116,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(61,82,239,1)), color-stop(100%, rgba(209,35,116,1)));
background: -webkit-linear-gradient(45deg, rgba(61,82,239,1) 0%, rgba(209,35,116,1) 100%);
background: -o-linear-gradient(45deg, rgba(61,82,239,1) 0%, rgba(209,35,116,1) 100%);
background: -ms-linear-gradient(45deg, rgba(61,82,239,1) 0%, rgba(209,35,116,1) 100%);
background: linear-gradient(45deg, rgba(61,82,239,1) 0%, rgba(209,35,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d52ef', endColorstr='#d12374', GradientType=1 );}
.homelist ul li:first-child .textbox{ color:var(--white-color); text-align: left;   font-weight: 300;}
.homelist ul li:first-child .textbox p{margin-bottom: 10px;}
.homelist ul li:first-child .unlimatedvideo{border-color:#9fd3e1;}
.homelist ul li:nth-child(even) .textbox{ text-align: left; float: left;}
.homelist ul li:nth-child(3) .firstbox{background:url(../../images/boxbg3.jpg) center center no-repeat; background-size: cover;}
.homelist ul li:nth-child(3) .textbox, .homelist ul li:nth-child(5) .textbox{ text-align: left; float: left;}
.homelist ul li:nth-child(3) .boxbtn, .homelist ul li:nth-child(5) .boxbtn{ background:url(../../images/btnbg2.jpg) center center no-repeat;}
.homelist ul li:nth-child(4) .firstbox{background:url(../../images/boxbg4.jpg) center center no-repeat; background-size: cover;}
.homelist ul li:nth-child(5) .firstbox{background:url(../../images/boxbg5.jpg) center center no-repeat; background-size: cover;}*/

.dailyquiz{background:url(../../images/bg_quiz.jpg);width: 100%;}
.img6{width:35%;}
.qcontent{width: 55%;color: var(--white-color);font-size: 26px;line-height: 1.2;display: flex;flex-direction: column;justify-content: center;}
.qcontent p {font-weight: 300;color: #fff;line-height: 1.3;font-size: 1.9rem;font-family: "Merriweather", sans-serif;}
.heading3{font-weight: 600; font-size: 30px; margin-bottom:15px;    font-family: "Merriweather", serif;}
.qcontent p span{ font-weight: 900; font-size:45px; vertical-align: middle; margin-bottom:15px; }

.teachbox{ text-align: center;  width: 100%; float: left; border:1px solid #ddd;}
.tcontent{font-size:30px; line-height: 1.2;padding: 30px; width: 100%; float: left;}
.tcontent p{margin-bottom: 10px;}
.tcontent p span{color:#4e4e4e; display: block; font-size:24px; padding-top:10px;}
.tcontent p strong{color:var(--theme-color); font-size:50px; font-weight: 900; display: block;}
.img7{float: left;width: 100%;}

.topmenu > li > a{color:var(--black-color); padding:9px 15px; display: inline-block; vertical-align: middle; font-weight: 500; font-size: 1.1rem;}
.lc{
    color: var(--orange-color) !important;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-weight: 600;
}
.lc:hover{
    animation: unset;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.logfiles .lc{
    display: none;
}
.topmenu > li > a:hover{color:var(--orange-color);}
.navbar-toggler{padding: 0; border:none;}
/* .home-section-wrap.home-info-box-wrapper {
width: 100%;
float: left;
}
.home-section-wrap.home-info-box-wrapper{
width: 100%;
float: left;

} */

.home-section-wrap.home-info-box-wrapper .container .heading4{
      /* padding: 0 0 0rem 0;*/
}
.heading4{ color:var(--theme-color); font-size: 30px; position: relative; font-family: "Merriweather", serif;}
.home-section-wrap.home-info-box-wrapper .container .heading4{margin-bottom: 15px; line-height: 1.2; padding-bottom: 10px; font-weight: 500;    font-size: 2.5rem;     font-family: "Merriweather", serif;}
/* .home-section-wrap.home-info-box-wrapper .container .heading4:after{content:""; width: 60px; position: absolute; margin-left: -30px; left:50%; top:100%; background:var(--orange-color); height: 3px; display: inline-block;} */
.listclass{width: 100%; float: left; text-align: center; padding: 50px 0; background:#f1f1f1 url(../../images/bgimg.jpg) center center repeat;  margin-top: 50px;}
.listclass ul{list-style: none; padding: 0;}
.listclass ul li{ display: inline-block; padding: 4px; }
.listclass ul li a{ display: inline-block;padding:8px 20px; min-width: 110px;  border-radius: 20px; background: var(--white-color); color:#000;}
.teachlist{width: 100%; float: left; text-align: center;}
.teachlist ul{list-style: none;margin: 0 -10px; padding: 0;}
.teachlist ul li{float: left; padding: 5px;width: 100%;}
.teachlist ul li a{ width: 100%; float: left; box-shadow:1px 0 8px -1px #dddddd; }
.teachtitle{background:#f9f9f9; color:#000; padding: 10px;min-height: 79px;}
.titles{font-weight: 600; font-size: 16px; }
.teachtitle p{font-weight: 300; margin-bottom: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

#kbase-list .teachimg{
    height: 210px;
}


.teachimg {height:220px; overflow: hidden;    display: flex;
    align-items: center;
    justify-content: center;}
.teachimg img{ transition: transform .2s;height: 100%;
    object-fit: cover;
    object-position: center top; }
.teachimg:hover img{ transform: scale(1.5);}

.footerlist{margin-bottom: 0;}
.footerlist li{display: inline-block; padding-right: 1px;padding-bottom: 2px;}
.footerlist a {  background:var(--white-color); padding:4px 8px; border-radius: 3px; min-width: 60px; display: block; font-size: 12px;}

.course-card{border-radius: 5px; overflow: hidden;}
.course-card .course-card-contents {background: #f1f1f1; min-height:182px;}
.course-card-btn-wrap .btn-theme-primary{border-radius: 30px; line-height: 1; min-width: 105px; background:url(../../images/btnbg.jpg) center center no-repeat; box-shadow:inset 0px 3px 10px #000; border:none;}
.course-card-btn-wrap .btn-theme-primary span{ width: 50px; display: inline-block;vertical-align: middle; }
.course-card-btn-wrap .btn-theme-primary i{font-size: 30px; vertical-align: middle;}

.enroll-box-btn-group .add-to-cart-btn{width: 52%; display: inline-block; margin-bottom: 0 !important; vertical-align: middle; /*background:url(../../images/btnbg.jpg) center center no-repeat; box-shadow:inset 0px 3px 10px #000;*/ border:none;}
.enroll-box-btn-group .btn-outline-dark{width: 45%; display: inline-block; margin-top: 0;}
.enroll-box-btn-group .btn{/*border-radius: 30px;*/}
.enroll-box-btn-group .btn-outline-dark:hover { background-color:var(--orange-color); border-color:var(--orange-color);/*box-shadow:inset 0px 3px 10px #000;*/  }
.card-body .col-md-8 .btn-primary{/*background:url(../../images/btnbg.jpg) center center no-repeat; box-shadow:inset 0px 3px 10px #000;*/ border:none; border-radius: 5px;}
.btn-link {    color: #551a8b; }
.card-body h3{color:#000;}
.card-header, .form-horizontal .btn-primary { border-color: var(--theme-color); background-color: var(--theme-color); color:var(--white-color); }
a {   color: #551a8b;}
.auth-form-wrap{/*border:1px solid #ccc;*/
     background:var(--white-color); box-shadow: 0 0px 6px #D3D3D3;
    padding: 30px;
    /*border-radius: 20px;*/
}
.form-control:focus {
    color: #495057;
    background-color: var(--white-color);
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(85,26,139,0.2);
}
.regbg { margin-bottom: 0 !important; background: var(--theme-color); color: var(--white-color); padding: 10px; font-size: 26px; border-radius:5px 5px 0 0;}
.regbg a{/*color:#dda9ee;*/ font-size: 26px; font-weight: 500; color: var(--white-color);}

.loginbox{width:100%; background:var(--white-color); padding:30px; border-radius: 5px; box-shadow:0 3px 6px #444; margin: 50px 0;}
.htabs{width: 50%; margin-bottom:30px; color:#333; float: left; text-align: center; border-bottom: 1px solid #ccc; padding: 10px; font-weight: 500; cursor: pointer;}
.htabs:hover, .htabs.active{color:var(--theme-color);border-color: var(--theme-color);}
.auth-form-wrap .form-control{min-height: 44px;}

.topmenu .btn-login-outline{border:none; color:#fff!important; 
    background: rgba(255,118,5,1);
    background: -moz-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,118,5,1)), color-stop(48%, rgba(249,36,36,1)), color-stop(100%, rgba(255,6,201,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7605', endColorstr='#ff06c9', GradientType=1 );
}
.topmenu .btn-theme-primary, .btn-info{ border:none;background: rgba(255,181,32,1);
background: -moz-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,181,32,1)), color-stop(100%, rgba(255,239,16,1)));
background: -webkit-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);}

a#miniCartDropDown, a.profile-dropdown-toogle{border:none; background:none; color:var(--black-color); padding: 3px 10px; font-size: 28px;line-height: 1.2; /*background: rgba(255,181,32,1);
background: -moz-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,181,32,1)), color-stop(100%, rgba(255,239,16,1)));
background: -webkit-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);border-radius: 50%;*/}
a#miniCartDropDown:hover, a.profile-dropdown-toogle:hover {
    border:none;  background:none;
    
    /*border:none;background: rgba(255,181,32,1);
background: -moz-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,181,32,1)), color-stop(100%, rgba(255,239,16,1)));
background: -webkit-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
background: linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);*/
}

/*.btn-info {
    color: var(--white-color);
    background-color: #17a2b8;
    border-color: #17a2b8;
}*/
#mainNavbarContent .main-nav-right-menu {
    text-align: left;
    margin-left: 10px;
}
.main-nav-right-menu.nav-item-user-profile .nav-link{padding: 6px; text-align: center; }
.col-3.dashboard-menu-col .dashboard-menu{background:var(--white-color); padding-top: 40px;}
.col-3.dashboard-menu-col .dashboard-menu li a{color:#000;}
.col-3.dashboard-menu-col .dashboard-menu li.active a { color: #000; background-color: #f1f1f1;}
.col-3.dashboard-menu-col .dashboard-menu li.active a:hover { color: #000; background-color: #f1f1f1;}
.profile-dropdown-menu .dashboard-menu li a:hover{ color:#000; }
.profile-dropdown-menu .dashboard-menu li.active a{background-color: #551a8b;}
 a:focus{outline: none;}
.sidelinks{width: 100%; display: none;}
.detailtab .nav-tabs li a{font-size: 18px; font-weight: 600;}
.detailtab .nav-tabs li a:focus{outline: none;}
.detailtab .tab-content > .tab-pane{border:1px solid #ddd; border-top: 0; padding: 15px;}

.filtertitle{ display:none; width: 100%; clear: both; padding:10px 15px; background:#5e2590; color:var(--white-color); border-radius:5px 5px 0 0; }
.page-item.active .page-link{background-color:#551a8b; border-color:#551a8b;}
.page-link{color:#551a8b;}
.dashboard-inline-submenu-wrap a{color:#000;}
.course-sorting-form-wrap select.form-control{background:url(../../images/dropdownicon.png) center right no-repeat;-webkit-appearance: none;
   -moz-appearance: none; appearance: none; background-size: 20px; border-radius: 4px; }

.logcont{ display: inline-block;min-width: auto; }
.logname{display: inline-block;}
.logfiles {}
.logfiles ul li{ display: inline-block; vertical-align: middle; }
.logfiles .profile-dropdown-menu.pt-0 ul li{ width: 100%; }

.logfiles .btn-login-outline {
    border: none;
    color: #fff !important;
    background: rgba(255,118,5,1);
    background: -moz-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,118,5,1)), color-stop(48%, rgba(249,36,36,1)), color-stop(100%, rgba(255,6,201,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    background: linear-gradient(45deg, rgba(255,118,5,1) 0%, rgba(249,36,36,1) 48%, rgba(255,6,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7605', endColorstr='#ff06c9', GradientType=1 );
}
.logfiles .btn-theme-primary, .btn-info {
    border: none;
    background:var(--orange-color)/*#edcaff*/;
   /* background: -moz-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,181,32,1)), color-stop(100%, rgba(255,239,16,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);
    background: linear-gradient(45deg, rgba(255,181,32,1) 0%, rgba(255,239,16,1) 100%);*/
}
.btn-theme-primary {color: #fff !important;}
.regbtns{width: 100%;}
@media (max-width:767px){
    .course-curriculum-item{padding: 10px!important;}
    .logfiles ul li:first-child{display: none!important;}
    .page-header-jumborton{height: auto;}
    .page-header-right-enroll-box {margin-top: 1.5rem;}
    .descriptionsec{min-height: 90px;}
    .common-padding{margin: 3rem 0;}
.about_sec{padding: 3rem 0!important;}
.about_left{width: 100%!important;}
.about_right{width: 100%!important;}
.home-section-wrap.home-info-box-wrapper .container .heading4{font-size: 1.3rem!important;}
.success_stry_left {width: 100%!important;}
.success_stry_right {width: 100%!important;margin-bottom: 2rem;text-align: center;}


.logtext{font-size: 0;}
}
.logfiles ul li .btn-login-outline, .logfiles ul li .btn-theme-primary{ display: inline-block; }
.lecture-header .navbar-brand.site-main-logo {max-width: 120px; margin-left: 5px;}
.lecture-header .navbar-brand.site-main-logo img{max-width:120px; height: auto;}

.logfiles ul li .btn-login-outline{background: none; font-size: 0; padding: 0;margin-right:12px;}
.logfiles ul li .btn-login-outline i, .logfiles ul li a i{font-size: 24px; vertical-align: middle; }
.logfiles > ul > li > a{color:var(--black-color);}

.table-bordered th{font-weight: 600;}
.dashboard-card.mb-3.d-flex{background:#fff!important;}
.col-9.dright h4.my-4{ margin-bottom: 10px!important; }

.profile-settings-wrap .btn.btn-purple.btn-lg{
    margin-top: 10px;
    font-size: 16px;
    
}
.btn-outline-info:hover {
    color: var(--white-color);
    background-color: #551a8b;
    border-color: #551a8b;
}
.lecture-sidebar-curriculum-wrap .section-header {
    background-color: #551a8b;
    color: var(--white-color);
}
button:focus{outline: none!important;}
.reg_login{
   background: var(--white-color);
    border: 1px solid rgba(20,23,28,.05);
    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: rgba(0,0,0,.7) !important;
    padding: 0 15px;
}
a.site-btn{
    border: none;
    color: #fff !important;
    background: var(--theme-color);
    padding: 8px 39px;
    font-size: 14px;
    border-radius: 7px;
}
.question-options-wrap .cke_chrome{
    width: calc(100% - 45px) !important;
}


/*enquiry*/
.banner-sec{
    position: relative;
}
/* .enquiry-sec{
    position: absolute;
    z-index: 1;
    top: 55%;
    right: 0;
    width: 100%;
    height: 100%;
} */
.enquiry-sec .enquiry-box{
    position: absolute;
    /* top:50%;
    transform: translateY(-50%); */
    right: 0;
    background-color: var(--white-color);
    width: 32%;
    /* box-shadow: 0 0 20px #ccc; */
    border-radius: 20px;
    bottom: 0;
    z-index: 9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding:0.9rem;
}
.enquiry-sec .enquiry-box .header{
    /* background:var(--orange-color); */
    
    padding: 10px 20px;
    font-size: 1.5rem;
    color: #505261;
    font-weight: 700;
    text-align: center;
    padding-top: 1.5rem;
}
.enquiry-sec .enquiry-box form{
    padding: 20px;
    padding-top: 0;
    padding-bottom: 1.5rem;
}
.rtop-sec{
    background: url(../img/result_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    color: var(--white-color);
}
.rtop-sec .lecture-title{
    margin-bottom: 8px !important;
}
.rtop-sec .quiz-attempt-stats .list-group-item{
    color: #333;
}
.attempt-given-answers-wrap{
    display: none;
}
.attempt-given-answers-wrap.showResult{
    display: block;
}
.attempt-given-answers-wrap .view-attempted-answer{
    position: relative;
    min-height: 185px;
}
.attempt-given-answers-wrap .view-attempted-answer .ans-result{
    position: absolute;
    right: 15px;
    top:15px;
}
.attempt-given-answers-wrap .view-attempted-answer .qtitle{
    min-height: 60px;
}
#view_answer span:hover{
    cursor: pointer;
}
/*************/

/* @media (max-width:1366px){
    .enquiry-sec{bottom: 43%;top: unset;}
} */

@media (max-width:1199px){
    .thankyou-payment-text-details {   font-size: 16px; line-height: 1.6;}
    body{font-size: 14px;}
.roundbg {  padding: 120px 0px 100px;}
.enroll-box-btn-group button{padding:10px 12px;}
.teachimg{height: 245px;}
.page-header-wrapper h1{font-size:2rem; margin-top: 10px;}
.enquiry-sec{
    position: unset;
    width: 100%;
    height: unset;
    top: unset;
    right: unset;
    z-index: unset;
        background-color: #f8f9fa;
         padding: 0px;
}
.enquiry-sec .enquiry-box{
    position: unset;
    background-color: var(--white-color);
    
    width: 100%;
        transform: unset;

}
.enquiry-sec .enquiry-box .header{
    font-size: 18px;
}
}

.payment-thankyou-wrap img{max-width: 100%;}
.payment-thankyou-wrap .text-success {
    color: #5d248f !important;
    
}


#loginbtn { /*margin: 10px 0px 0px 10px; */border-radius: 4px;}

.uploadsec{width: 100%; display: none; }
.uploadsec > a{background:#f1f1f1;}
.uploadsec > a, .uploadsec button{width:23%; display: inline-block; min-height: 62px; vertical-align: top;}
.uploadsec span{font-size: 10px; line-height: 1.1; display: block;}

@media (max-width:991px){

/* .signup_btn{display: none!important;}
.login_btn{display: none!important;} */
.login_btn a{font-size: .7rem;}
.signup_btn a{font-size: .7rem;}

    
.page-header-wrapper h1 {
    font-size: 1.5rem; 
}
    .banner-sec{
    position: unset;
}

.tcontsec{
    flex-direction: column;
}
.bg_grey {
    flex-direction: column;
}
.cardsWrap{flex-direction: column;}



    .lecture-header-right .nav-btn{width: 100%;}
    #lecture_complete_button{ display: none; }
    .payment-thankyou-wrap .text-success {  font-size: 26px;}
    .course-landing-page-price-wrap .price-html-wrap .current-price {
    font-size: 26px;
}
    .detailtab .nav-tabs li a{font-size: 16px;}
    .lecture-header-left { -ms-flex: 0 0 190px;  flex: 0 0 190px; }
    .lecture-sidebar{width: 260px;}
    .lecture-container{margin-left: 260px;}
    .container {    max-width: 750px;padding: 0 1.5rem;}
    .lecture-header-right .nav-btn {font-size: 16px;  line-height: 1.2;}
    
    .form-control{font-size: 14px;}
    .categories-menu { position: relative; background: var(--theme-color);}
.navbar .nav-categories-item{width: 100%;}
.nav-categories-item:hover ul.categories-ul-first{display: none;}
.categories-menu ul{width: 100%; position: relative; min-height: auto;  }
.browse-categories-nav-link::after {content: "+"; float: right; font-size: 18px; line-height: 1;}

    .dashboard-menu li a {padding: 8px;}
    
    .filtertitle{ display: block; margin-bottom:15px; font-size:18px; }
    .course-filter-form-group{margin-bottom: 10px !important;}
    .filter-col.mr-2{ display: none; }
    .course-sorting-form-wrap .form-control, #hide-course-filter-sidebar{ font-size:14px; }
    
    .course-filter-wrap{display: none;}
    .course-sorting-form-wrap{}
    .enroll-box-btn-group .add-to-cart-btn{width: 55%}
    .enroll-box-btn-group .btn-outline-dark{width: 40%;}
    #mainNavbarContent .main-nav-right-menu{margin-left: 0;}
    #mainNavbarContent .profile-dropdown-menu{ width: 100%; background: #5c1e9d; }
     .profile-dropdown-menu .dashboard-menu li a {color:#000;}
     .logfiles > ul > li ul li{ display:block; width: 100%; }
     
     .profile-dropdown-menu .dashboard-menu li.active a { background-color: #f1f1f1;}
   a#miniCartDropDown {
    display: block;
    position: relative;
    width: 30px;
    padding: 2px 0px;
    min-width: inherit;

}

.main-nav-right-menu.nav-item-user-profile .nav-link{/*padding: 0;*/ margin: 5px;}
    .browse-categories-nav-link{max-width: 100%;}
    /*a#miniCartDropDown { background: none !important;}*/
    .toplog{padding: 5px}
    .titles{font-size: 16px;}
    .teachtitle p{font-size: 13px;}
.dailyquiz{padding: 20px 0;}
.homelist ul li{width: 50%;}
.img6 {width: 22%;}
.qcontent{font-size: 22px; width: 78%;}
.heading3{font-size: 28px;}
.qcontent p span{font-size: 40px;}
.tcontent{font-size: 22px; padding: 20px;}
.tcontent p strong{font-size: 45px;}
.tcontent p span{font-size: 18px;}
.navbar-light .navbar-nav .nav-link { color: var(--white-color);}
#mainNavbarContent{position: absolute;top: 54px; right: 0; width: 280px;background:#5c1e9d ; z-index: 99;}
.navbar-collapse.show#mainNavbarContent{display: block!important;}
.main-nav-auth-profile-wrap{display: block!important; background:#5c1e9d;}
.main-nav-auth-profile-wrap > li{display: block;}
.navbar-light .navbar-nav .nav-link.browse-categories-nav-link {    color: var(--white-color);    background: var(--theme-color);    padding: 10px 15px;}
.main-nav-auth-profile-wrap > li {border-top: 1px solid #7335b4;}
.benefits-items .benefit-item.d-flex{ width: 100%; -ms-flex: 0 0 100%;   flex: 0 0 100%;  max-width: 100%; }
.page-header-subtitle{font-size: 16px;}
.page-header-jumborton h1 {  font-size: 26px;  line-height: 1.2;}
.question-wrap a.btn_section{
    margin-bottom: 5px;
}
.logfiles .lc{
    display: block;
    margin-right: 5px;
}
.mhide{
    display: none;
}
}

.showmobilesection{display: none; padding: 15px; width: 100%; float: left;}
.showmobilesection ul{list-style: none;padding: 0; margin: 0;}
.showmobilesection ul li{ float: left; width:65%; vertical-align: top;}
.showmobilesection ul li:nth-child(2){ width: 35%; }
.showmobilesection ul li.fullwidth{ width: 100%; }
.showmobilesection ul li.fullwidth a.nav-icon-list{width: 100%; float: left; background:var(--theme-color); line-height: 40px;}
.showmobilesection ul li.fullwidth a i{vertical-align: middle;}
.showmobilesection ul li.fullwidth a span{font-size: 16px; display: inline-block; vertical-align: middle;}
.showmobilesection ul li:first-child .sectiondivide span{font-size: 18px; font-weight: 500; line-height: 1.2;}
@media (max-width:767px){
    .enquiry-sec .enquiry-box .header{
    font-size: 16px;
}
    .desktopbtn{display: none;}
    .uploadsec{ display: block;}
    .lecture-header-left a.nav-icon-list{display: none;}

    .lecture-sidebar {height: calc(100% - 50px) !important; top: 50px;}
    .lecture-container-wrap.d-flex .lecture-sidebar .lecture-sidebar-course-title, .lecture-container-wrap.d-flex .lecture-sidebar .lecture-page-course-progress{ display: none; }
    .lecture-container-wrap.d-flex{display: inherit!important;}
    .lecture-container-wrap.d-flex .lecture-container{ clear: both; }
    .showmobilesection{display: block;}
    .contact-us-widget-wrap{margin-bottom: 0px;margin-top: 1.5rem;}
    .hero-banner {    padding: 250px 0px 30px; }
    .lecture-header-left {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.nav-tabs .nav-link.active { border-color: #dee2e6 #dee2e6 #dee2e6;}
    .assignment-basic-info .mr-4{ display: block; margin-bottom: 3px; }
    .lecture-container {    margin-left:0px;}
    .footer-bottom-contents-wrap.d-flex{display: block!important; text-align: center;}
    .footer-bottom-left.d-flex{display: block!important; margin-bottom: 10px;}
    .footer-bottom-contents-wrap.d-flex .text-right { text-align: center !important;}
    #mainNavbarContent{top: 42px;}
    .nav-link.btn-login-outline, .nav-link.btn-theme-primary{font-size:0;}
    .nav-link.btn-login-outline i, .nav-link.btn-theme-primary i{ font-size: 16px; }
   /* .site-main-logo img { height:40px;}*/
    .site-main-logo { max-width: 85px; margin-bottom: -25px; padding: 5px;}
.site-main-logo img {height: auto;}

a#miniCartDropDown {min-width: 40px; padding:1px;height:40px;}
.logfiles .nav-link.btn-theme-primary { padding: .4rem .6rem;}
.navbar-light .navbar-toggler-icon{background-size: 26px;filter: invert(1);}
    .media-modal-wrap.d-flex{display: block!important;}
    h5{font-size: 13px;}
    .heading4 {     font-size: 1.3rem;}
body{font-size: 14px;}
.sidelinks { display: block; background: #551a8b; padding: 10px 15px; font-size: 18px; color: var(--white-color); cursor: pointer;}
.sidelinks i{float: right;}
.col-3.sidemenu{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; border-right: 0;}
.sidemenu .dashboard-menu{display: none;}
.sidemenu.active .dashboard-menu{display: block;}
.col-9.dright{ -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
.listclass ul li a{min-width: auto; padding: 6px 20px;}
.teachlist ul li{}
.navbar-expand-lg > .container{padding-left: 15px;padding-right: 15px;}
.homelist ul li{padding: 5px;}
.heading1{font-size: 20px;}
.textbox{font-size: 15px;}

.boxbtn{font-size: 13px;}
.dailyquiz{margin: 0;}
.qcontent{font-size: 16px; width: 75%;}
.heading3 {  font-size: 22px;}
.qcontent p span { font-size: 32px;}
.img6 {width: 25%;}
.tcontent, .img7{width: 100%;}
.knowledgebugsec {padding-top: 0!important;}
section {padding: 3rem 0!important;}
}

@media (max-width: 600px){
    #myTab{display: block;}
    .lecture-header .navbar-brand.site-main-logo {display: none;}
.logcont { min-width: 100%;  padding-bottom: 10px;}
.homelist ul li{width: 100%;}
.bannersec h1 { font-size: 24px;}
.roundbg{padding:120px 0px 70px;}
 
.roundbg:after{height: 70px;}
.regbtn{font-size: 16px;border-radius:8px;}
.heading1{font-size: 26px;}
/*.homelist ul li:first-child .firstbox { padding: 9% 5%; }*/
.img1 {width: 35%; }
.textbox {/*width: 60%; font-size: 18px;*/}
/*.homelist ul li:first-child .textbox {  padding-top: 10px;}*/
/*.firstbox { min-height: 380px; border-radius: 35px;}*/
.firstbox::after{height: 80px;}

.boxbtn {margin-bottom: 10px; padding: 10px 15px;  font-size: 15px;  min-width: 160px; }
.heading2{font-size: 20px;}
.prices {font-size: 30px;  margin-bottom: 8px;}
.unlimatedvideo {margin-bottom: 8px;  padding: 5px 0;}
#teacher-list{margin-top: 15px;}

.hero-left-wrap1{max-width: 100%;}

}


.tab-content p a{color:#29303b;}
.includeheading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.couponbox, .couponbox .err_coupon, .usecode{ clear: both; }
.couponbox .err_coupon{}
.usecode{color:#505763; font-weight:500; margin-top: 5px;}
.fillcoupon{background: #f1f1f1; width: 100%; padding:3px; float: left; clear: both;}
.fillcoupon .form-control{background:var(--white-color); width:calc(100% - 20%); border:none; float: left; height: 40px;}
.fillcoupon .btn { width:20%; float: left; height: 40px; background:var(--orange-color); border:none!important; box-shadow: none; }

#div_apply_coupon a { background: #218838; color: var(--white-color); padding: 6px 14px; display: inline-block;}
.couponbox ul{list-style: none;padding: 0; margin: 0 -5px;}
.couponbox ul li{width:49%; display: inline-block; vertical-align: top; padding: 5px;}
.couponbox ul li .coupon{border:1px dashed #ccc; padding: 14px;}
.codedisc { font-size: 13px; line-height: 1.3; min-height:52px;}
.codedisc p{margin-bottom: 5px;}
.coupon .promo {border:1px dashed #551a8b; background:var(--white-color); padding: 3px 8px; color: #551a8b; margin-bottom: 5px; display: inline-block;  min-width: 125px; text-align: center; font-size: 14px;}
.coupon .promo:hover{background:#f1f1f1;}

.section-order-summery-wrap{ margin-top: 20px; }
.viewsbtn{background:var(--orange-color); color: var(--white-color); display: initial; padding: 7px 15px;font-size: 15px;border-radius: 7px;text-transform: uppercase; }
.viewsbtn:hover{color:var(--theme-color); background:var(--white-color);}

/* .knowledgebugsec{background:var(--lightgrey-color);} */
#teacher-list .owl-nav{margin-top: 0;}
.owl-carousel .owl-nav > button{transform: translateY(0);}



@media (min-width: 768px) and (max-width: 1024px) {
    .popular-courses-cards-wrap .course-card-grid-wrap .boxbtn {margin-bottom: 25px;}
    .navbar-light .navbar-toggler-icon{background-size: 26px;filter: invert(1);}
}

@media (max-width:767px){
 .couponbox ul li{width: 100%;}
 .leatest-news .heading{
    font-size: 22px;
 }
}
@media (max-width: 479px){
    .fillcoupon .form-control{width:calc(100% - 30%);}
    .fillcoupon .btn{width: 30%;}
   
    .includeheading {font-size: 24px;}
    .home-section-wrap .teachlist ul{margin:0;}
    .home-section-wrap .teachlist ul li{padding: 0;}
    .teachimg {height: 250px;}
    .btn.btn-theme-primary.btn-lg{font-size:1rem;}
    .lecture-sidebar {
    /*width: 100%;*/
}
    .toplog { margin: 0!important;   padding: 0;}
    .navbar-light .navbar-brand{margin-right: 0!important;}
    .navbar-expand-lg > .container{padding-left: 15px;padding-right: 15px;}
    body{line-height: 1.3;}
    .homelist ul li{padding: 0;margin-bottom: 30px;}
    .homelist ul li:last-child{margin-bottom: 0;}
.firstbox::after{height: 60px;}
.dailyquiz{padding: 10px;}
.img6 { width: 28%;  margin: 0 auto;  float: none;}
.qcontent {width: 100%; padding: 10px;  font-size: 18px; text-align: center;}
.heading3 { font-size: 24px; margin-bottom:10px;}
.qcontent p span { font-size: 38px; margin-bottom: 15px;}
.tcontent { font-size: 24px;  padding: 20px;}
.tcontent p span { font-size: 18px;  padding-top: 10px;}
.tcontent p strong { font-size: 40px;}
.checkout-payment-methods-wrap .nav .nav-item{ width: 100%; }
.checkout-logged-email a{min-width: 80px;}
.minicart-course-thumbnail {    -webkit-box-flex: 0;    -ms-flex: 0 0 40px;    flex: 0 0 40px;}
.current-price-left span { font-size: 20px;}
.mini-cart-body-wrap.d-block{right: 0;    }
.mini-cart-item .mini-cart-body-wrap{width: 250px;}
.col-9.dright{overflow: auto;}
.order-summery-course-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.lecture-title {    font-size: 20px;}
.page-header-jumborton h1 {    font-size: 22px; }
}


@media (max-width: 413px){

.mini-cart-body-wrap.d-block {right: -55px;}
.main-nav-right-menu.nav-item-user-profile .nav-link {padding:2px;}
}

/*11 feb 2021*/
    .heading4 strong {font-weight: 600;}
    /*11 feb 2021 end*/
    
    /* 12 feb 2021 */
    .teachbox {float: none; display: flex; flex-direction: column;}
    /* .tcontent, .img7 {width: 100%; height: 50%;} */
    .news-sec{ border: 1px solid #ddd; height: 100%; overflow: auto; padding: 20px;}
    .news-item { display: block; padding: 7px 0; border-bottom: 1px solid #cbabd6;}
    .news-content { padding: 10px; }
    .sml-txt { font-size: 14px; color: #a066a0; margin-bottom: 5px; }
    .news-head { position: relative; padding-bottom: 10px; width: max-content; margin-bottom: 35px; color: #551a8b;}
    .news-head:before { content: ""; width: 50%; height:3px; bottom: 0; position: absolute;  }
    div#news-scroll { height:500px; overflow: hidden;}
    .scroll-btn a { display: block; width: max-content; margin-left: auto; margin-top: 20px;}
    .leatest-news .heading { padding: 40px 0; color: #6c388c;}
    .leatest-news .news-item { height: calc(100% - 15px); background-color: #f3e6f78a; padding: 25px; margin-bottom: 15px;}
    .news-pagination { padding: 30px; padding-bottom: 60px;}
    .pdf-list a, .pdf-icon{ font-size: 30px; padding: 6px; box-shadow: 0px 0px 6px #6f3d924f; border-radius: 5px; margin: 0 5px; background-color: #f8f1ffa3; transition: alll ease 0.5s; display: inline-block;}
    .pdf-list {margin-top: 26px;}
    .news-detail {padding: 60px 0;}
    .tbl-title {width: 20%;}
    .syllabus-tbl thead { background-color: #6e3b90; color: var(--white-color);}
    .syllabus-tbl th { border-right: 1px solid;}
    .syllabus-tbl td:nth-last-child(1) { border-right: 0;}
    .syllabus-tbl td { border-right: 1px solid #b99fca;}
    .syllabus-nav { width: 100%; padding: 60px 0;}
    .syllabus-nav .pagination { justify-content: center;}
    .syllabus-tbl td:nth-child(1) { font-weight: 600; text-align: center; color: #6e3b90;}
    label.radio .ck-box, label.checkbox .ck-box{
        display: inline-block;
    }
    label.radio .ck-box:before, label.checkbox .ck-box:before{
        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: #333;
    }
    label.radio .ck-box:before {
        content: "\f111";
    }
    label.checkbox .ck-box:before{
        content: "\f0c8";
    }
    .pdf-list a i{
        font-size: 44px;
    }
    .pdf-list a span{
        font-size: 15px;
    }
    .pdf-list a .dbox{
        display: flex;
        align-items: center;
    }
    .news-detail img{
        width: 100% !important;
        height: 100% !important;
    }
    label.radio input[type=radio]:checked+.ck-box:before{
        content: "\f192";
    }
    label.checkbox input[type=checkbox]:checked+.ck-box:before {
        content: "\f14a";
    }
    label.radio span:before,label.checkbox span:before{display: none;}
    @media (max-width: 1200px){
        div#news-scroll { height: 420px; overflow: hidden;}
    }
    /* 12 feb 2021 end */
    #msg_display {
      visibility: hidden;
      width: 350px;
      background-color: #333;
      color: var(--white-color);
      border-radius: 2px;
      padding: 5px 10px;
      position: fixed;
      z-index: 999999;
      right: 15px;
      top: 110px;
      font-size: 14px;
      text-transform: capitalize;
    }
    #msg_display .icons{
        width: 60px;
        height: 60px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #msg_display .icons .la{
        font-size: 28px;
        color: var(--white-color);
    }
    #msg_display .msg{}
    #msg_display .msg .msg-type{
        font-weight: 600;
    }
    #msg_display .msg p{
        color: var(--white-color);
        font-weight: 100;
        margin-bottom: 0px;
        font-size: 14px;
    }
    #msg_display a.cross{
        position: absolute;
        top: 5px;
        right: 10px;
        color: var(--white-color);
        font-size: 15px;
    }
    #msg_display.show {
      visibility: visible;
      display: flex !important;
      align-items: center;
    }
    #msg_display.success {
        background: #28a745 !important;
    }
    #msg_display.error {
        background: #e74c3c !important;
    }
    #msg_display.warning {
        background: #fcf8e3  !important;
            border: 1px solid #8a6d3b;
            border-radius: 2px;
    }
    #msg_display.warning .icon .la,#msg_display.warning .msg #msg-type,#msg_display.warning .msg p{
      color: #8a6d3b !important;
    }
    .lecture-video-wrapper.video-player-wrapper {
        box-shadow: 0 0 60px #d09fff94;
        margin-bottom: 35px;
        border: 1px solid #bc90da;
        padding-bottom: 1px;
    }
    .lecture-video-wrapper.video-player-wrapper iframe{
        width: 100% !important;
/*        height: 100% !important;*/
    }
    .video-title {
        color: #6f3c92;
        position: relative;
        font-size: 20px;
        margin-bottom: 80px;
    }
    .video-title::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 4px;
        background-color: #6f3c92;
        top: -11px;
    }


    /* 17 march 2021 */
    .news-detail table {
        width: 100%!important;
    }

    .header .close{color: var(--white-color); opacity: 1; font-size: 19px; display: none;}
    
    @media(max-width: 762px) {
        .enquiry-sec .enquiry-box {
            position: fixed;
            bottom: -100%;
            z-index: 100;
            transform: translateY(calc(100% - 40px));
            transition: all ease 0.5s;
        }
        .enquiry-sec .enquiry-box.show {
            transform: translateY(0);
        }
        .enquiry-sec .enquiry-box .header {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .enquiry-sec .enquiry-box.show .close{display: block;  margin-left: auto;}
        .enquiry-sec .enquiry-box form{background-color: var(--white-color);}
    }

    /* 17 march 2021 end */

    /* 19 march 2021 */
    /* .quiz-form{display: block!important;} */
    .quiz-form {
        visibility: hidden;
        height: 0;
        pointer-events: none;
    }
    .quiz-form.show {
        visibility: visible;
        height: auto;
        pointer-events: all;
    }
    .cls-btn{cursor: pointer;}
    .q_title ol{
        counter-reset: section;
        list-style: none!important;
        padding: 0;
    }
    .q_title ol li>*>*:before {
        counter-increment: section;
        content: counter(section, upper-alpha) "." " ";
    }
    .question-option table {
        width: 100%;
    }
    /* 19 march 2021 end */
    @media (max-width:991px){
        .quiz-attempt-stats ul.list-group{
            flex-wrap: wrap;
        }
    }
    @media (max-width:767px){
        .submit-wrap{
            padding: 13px 6px!important;
        }
        .submit-wrap .col-12{padding: 0!important;}
        .submit-wrap .button-wrap {
            display: flex;
            flex-direction: column;
        }
        .submit-wrap .button-wrap>div{display: flex;}
        .submit-wrap .button-wrap>div:nth-child(2){
            justify-content: flex-end;
        }
        .submit-wrap .button-wrap>div button {
            width: calc(50% - 10px);
            padding: 7px 4px;
            margin: 0 5px;
        }
        .submit-wrap #clear {
            background-color: #f14f4f;
        }
        .quiz-wrap .question {
            margin-bottom: 100px!important;
        }
        .course-curriculum-item.d-flex{
            flex-direction: column;
        }
        .course-section-item-details{
            flex:unset;
        }
    }
    @media (max-width:350px){
        .submit-wrap .button-wrap>div button {
            font-size: 10px;
        }
    }
    .firstbox a {
        position: relative;
        z-index: 2;
    }
    .firstbox a.fill-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.showloader{width: 100%; height: 100%; top: 0; left: 0; position: fixed; background: rgba(0, 0, 0, 0.25); z-index: 2;}
.showloader:before { font-size: 100px; 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; position: absolute; left: 60%; top: 50%; color:var(--white-color);
}
.categories-menu ul.categories-ul-first{max-height: 400px; overflow: auto;}

.headsearch{display:flex; align-items: center; justify-content: space-between;}
.headsearch .section-header-wrap p{ margin: 0!important; }
.searchdrop{display: flex; margin-bottom: 10px; order: 1;}
.searchdrop .select2-container--default .select2-selection--single{ width: 220px; min-height: 38px; }
.searchdrop .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;}
.searchdrop .select2-container--default .select2-selection--single .select2-selection__arrow{top: 6px;}
.searchdrop button{border-radius: 4px; margin-left: 5px;background-color: var(--theme-color); border-color: var(--theme-color);}
.searchdrop button:hover{background-color:var(--orange-color); border-color:var(--orange-color);}
.select2-results__options .select2-results__option{font-size: 13px;}
.course-filter-wrap{background:#f5f5f5; padding: 15px;}
.course-filter-wrap .course-filter-form-group{background:#fff;}

/* .testimonialbgsec{clear: both; text-align: center; border-top: 1px solid #dfdfdf;} */
.testimonialslide.owl-carousel .owl-nav button{position: absolute; top: 30%;}
.testimonialslide.owl-carousel .owl-nav button.owl-prev{ left: 0; }
.testimonialslide.owl-carousel .owl-nav button.owl-next{ right: 0; }
/* .tlisting{padding: 0 10%;} */
.testcontent{margin: 30px 0; line-height: 1.6;}
.thead p {margin-bottom: 0;}
.tcontsec {margin-bottom: 1.5rem;margin-top: 1rem;}
.thead .testi_name{    margin-bottom: 5px;font-size: 18px;color: var(--theme-color);font-family: "Merriweather", serif;font-weight: 600;}
.thead strong, .thead span{ display: block; }
.thead span{color:#8f8f8f;}
.owl-nav>button.owl-prev span:before, .owl-nav>button.owl-next span:before{top: 50%;}
.tlisting{/*text-align: center;*/}
/* .tcontsec{ display: flex; align-items: center; } */
.videosec{width: 35%; margin: 0 auto; position: relative;}
.videosec + .descriptionsec{width:70%; padding:3% 4%; text-align: justify; }
 .playbtn{width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.testimg{width:200px; height:200px;display: block; border-radius: 50%; overflow: hidden; background: #f1f1f1;}
.testimg img{object-fit: cover; width: 100%!important; height: 100%; object-position: center top;}

.testimonialslist{padding: 50px 0;}
.listbox{border-top: 1px solid #dfdfdf;padding-left: 45px; margin-bottom: 30px;}
.testimonialslist .listbox:first-child{border-top: 0;}
.listbox .testimg{ margin: 0; }
.listbox .testcontent{position: relative; }
.listbox .testcontent p:before, .listbox .testcontent p:after{ font-family: 'Line Awesome Free'; font-weight: 900; font-size: 36px; vertical-align: middle;
    line-height: 1; color: #551a8b;}
.listbox .testcontent p:before{content: "\f10d"; position: absolute; left: -45px;}
.listbox .testcontent p:after{content:"\f10e";}


@media (max-width:500px){
.headsearch{ flex-wrap: wrap;}
.searchdrop{order: 0;}
}
@media (max-width:479px){
.owl-nav > button{width: 40px; height:40px;}
.boxbtn{font-size: 14px;}
.h3, h3 { font-size: 1.4rem;}
h4 {font-size: 16px;}
.heading2 { font-size: 18px;}
.social-icon {margin-top: 40px;}
.auth-form-wrap{padding: 20px;}
.htabs{padding: 10px 0; font-size: 13px;}
}
 @media (max-width:440px){
.teachimg {height: 200px;}
}


.fbtn{right: 0px;
    top: 25%;
    position: fixed;
    z-index: 8000;
    background: var(--theme-color);
    color: #fff!important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    width: 175px;
    line-height: 40px;
    height: 40px !important;
    transition: 0.2s;
}
.fbtn:hover a{
    color: #fff;
}

.fbtn i{
    margin-right: 5px;
}

@media(max-width: 991px){
    .videosec + .descriptionsec{width: 100%;text-align: center;padding: 3% 2% ;}
    .videosec + .descriptionsec p{margin-bottom: 0;}
    .testimg { width: 120px; height: 120px;}
}

.readmore{display: flex;flex-direction: column;}
.readmore .read_more_btn{order: 1;color: #FF9800; font-weight: 600;padding-bottom: 15px;}
.readmore .container{order: 2;}
.readmore p, .readmore h4, .readmore ul, .readmore h2, .readmore h3, .readmore h5, .readmore ol{display: none;}
.readmore p:first-child{display: block;}
.read_more_btn{cursor: pointer;font-size: 13px;}
.readmore.active p, .readmore.active h4, .readmore.active ul, .readmore.active h2,  .readmore.active h3,
 .readmore.active h5,  .readmore.active ol{display: block;}
 .readmore h2{font-size: 30px;margin-top: 10px}
  .readmore h3{font-size: 18px}
    .readmore ul{list-style: inherit;padding-left: 1.5rem}

.cutoffbtn {
    right: 0px;
    top: 55%;
    position: fixed;
    z-index: 8000;
    background: var(--theme-color);
    color: #fff!important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    width: 130px;
    line-height: 40px;
    height: 40px !important;
    transition: 0.2s;
}
.course-card-grid-wrap a.boxbtn{margin-bottom: 0;width: 100%;border-radius: 10px;}
.course-card-grid-wrap a.boxbtn h4{margin-bottom: 0;}
.popular-courses-cards-wrap .course-card-grid-wrap .boxbtn{padding: 10px 15px;display: flex;align-items: center;justify-content: center;border-radius: 5px;height: 100%;}
#fancybox-container-1 .fancybox-content{width: 830px!important;}


.page-header-wrapper h1{margin-top: 6rem;text-align: left;font-size: 2rem;}
.page-header-left h1{margin-top: 6rem;text-align: left;font-size: 2rem;}


.blog-link {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

.bloglink:first-child {
    margin-right: 2rem;
}

.bloglink{border: 1px solid #6c388c;
    background: #6c388c;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    text-align: center;
}


@media (max-width:767px){
    /* .page-header-wrapper h1{margin-top: 1rem;} */
}

.enquiry-box .modal-body{padding: 0;border-radius:30px}
.enquiry-box .modal-body .btn{margin-top: 1rem}
/* .fancybox-slide--iframe .fancybox-content:before {
    content: "";
    background: #551a8b;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -20px;
    right: -15px;
    z-index: 999;
    content: "x";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    pointer-events: none;
} */
 .newformat  ol {padding-left: 1rem;margin: 0}
 .newformat  ol li{padding-left: 0rem}
 .newformat  ol li:before{display: none;}
 html{scroll-behavior: smooth;}


.tablecont {
    padding: 2rem;
    background: #d4c9df;
    margin-bottom: 2rem;
    border: 1px solid #551a8b;
}

.tablecont li a {
    margin-bottom: 4px;
    display: block;
}

.btext table p{margin-bottom:0 }
.btext table td{padding: 8px}
.btext table {width: 100%;margin-bottom: 1rem}
.column {
    column-count: 2;
    margin-bottom: 2rem;
}

.column p{margin-bottom: 10px;    position: relative;
    padding-left: 1rem;}

    .column p:before {
    height: 7px;
    width: 7px;
    background: #000;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 0;
}



.tablecont ul, .tablecont ol{column-count: 2}

.newformat table th{padding: 10px 5px;}

.table-scroll {overflow: auto;}
.al-heading.text-center {
    color: #551a8b;
    font-size: 22px;
    font-weight: 500;
    text-align: left!important;
    margin-bottom: 1rem;
}
.enquiry-box .btn-primary, .btn-theme-primary{width: 100%;padding: .8rem;border-radius: 5px;}
.enquiry-box .form-control {background: #f9f1ec;height: 45px;padding: 1rem 1rem; border: none;}
.enquiry-box select{padding: .375rem .75rem!important;height: 50px;color: #000;}
.enquiry-box ::placeholder {color: #000;opacity: 1;}
.about_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.about_left {width: 65%;}
.about_right {width: 30%;}
.about_left p {font-size: 0.9rem;color: #000;font-weight: 400;}
.bannerimg img {max-height: 650px;object-fit: cover;}
.about_sec{border: 1px solid #ccc;position: relative;z-index: 1;padding: 6rem 0;overflow: hidden;}
.about_sec:before{content: '';position: absolute;right: 0;top: 0;background: url(../../images/about_pattern.jpg);background-repeat: no-repeat;background-size: cover;width: 47vw;height: 888px;z-index: -1;}
.quiz_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qcontent .heading3 span {font-size: 3rem;}
.login_btn a {color: var(--white-color) !important;background-color: #551a8b;border-color: #551a8b;border-radius: 7px;display: inline-block;padding: .5rem 1.2rem;}
.signup_btn a {color: var(--white-color) !important;background-color: var(--orange-color);border-color: #551a8b;border-radius: 7px;display: inline-block;padding: .5rem 1.2rem;}
.footer-bottom {background: #000;     padding: .7rem 0 !important;border-bottom: 2px solid #fff;}
.footer-bottom span{font-size: .8rem;}
.footer-bottom li a{font-size: .8rem;}
.footer_heading_flex{display: flex;flex-wrap: wrap;}
.footer_heading_flex h4{width: 47%;}
.app-link>p{margin-bottom: .5rem;}
/*.footer_logo img{filter: brightness(100);}*/
.footer_logo img {width: 140px;}
.contact-us-widget-wrap p img{margin-right: .5rem;}
.contact-us-widget-wrap p {font-size: 17px;font-family: "Urbanist", sans-serif;font-weight: 400;}
.descriptionsec p {    font-size: 20px;color: #21232b;font-weight: 300;line-height: 1.5;}
.thead .school_name {color: var(--orange-color);font-size: 16px;font-family: "Urbanist", sans-serif;font-weight: 600;line-height: normal;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: var(--orange-color)!important;}
.descriptionsec {min-height: 105px;}
.page-header-wrapper h1{color: #fff;}
.breadcrumb a{color: #fff;}
.success_stry_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.success_stry_left {width: 76%;}
.success_stry_right {width: 20%;}
section {padding: 6rem 0;}
.stry_box {position: relative;z-index: 1;}
.stry_box:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%;  z-index: 0; }
.stry_text {position: absolute;bottom: 0;color: #fff;padding: 1rem 2rem;line-height: 1.1;}
.success_stry_right p {font-size: 1.2rem;line-height: 1.4;}
.success_stry_left {
    position: relative; /* Ensure relative positioning for containing the dots */
}

.owl-dots-container {
    position: absolute; /* Position dots container absolutely */
    bottom: 0; /* Adjust based on where you want the dots */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center horizontally */
    width: 100%;
    text-align: center; /* Center dots horizontally */
}
/* .col-md-12>nav[aria-label="breadcrumb"]{margin-top: 9rem;} */
.col-md-12:has(h1) nav {margin-top: 0;}
.course-card-grid-wrap {margin-bottom: 1rem;}
.course-filter-form-group .form-group>h4{    color: var(--theme-color);font-size: 20px;position: relative;font-family: "Merriweather", serif;font-weight: 600;}
.about_readmore p{display: block;}
/* .about_left .read_more_btn{display: none;} */
.stry_img img{max-height: 370px;}
.enquiry-box .header h4{color: var(--theme-color);font-size: 36px!important;position: relative;font-family: "Merriweather", serif;font-weight: 600!important;}
.enquiry-box .header p{font-size: 18px;}
.popup_left {
    padding: 3rem 4rem;
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.request_pop_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pop_right {width: 46%;}
.pop_right img{width: 100%;height: 519px;}
.fancybox-slide--iframe .fancybox-content{border-radius: 20px!important;}
.fancybox-slide--iframe .fancybox-content iframe{border-radius: 20px!important;}

img{max-width: 100%!important;}
#three_images{display: flex;flex-wrap: wrap;margin: 0 -.5rem;width: auto;}
#three_images li{padding: 0 .5rem;width: calc(100% / 3);}
#three_images li:before{display: none;}
#two_video{display: flex;flex-wrap: wrap;margin: 0 -.5rem;margin-top: 1rem;width: auto;margin-bottom: 2rem;}
#two_video li{width: calc(100% / 2);padding: 0 .5rem;margin-bottom: 0;}
#two_video li::before{display: none;}
#two_video li video{height: 100%;}
.bg_grey {background: var(--lightgrey-color);padding: 1rem;margin: 2rem 0; display: flex;}
.bg_grey #two_video{margin-bottom: 0;}
/* .cardsWrap {display:flex; justify-content:space-between; align-items:center; gap:1.5rem; }
.card-content {border:1px solid #9987bd; border-radius: 0.5rem; display: flex;flex-direction: column;flex: 1;background-color: #f2ebf9;}
.card-content h3 {background-color: #551a8b;color: #fff;padding: 0.5rem;text-align: center;font-size: 1.1rem;border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem;}
.card-content p{padding:1rem; text-align:center} */
.cards{ padding: 1rem; margin-bottom: 1.5rem;}
  .cardsWrap {display:flex; justify-content:space-between; gap:1.5rem; margin-top: 1.2rem; }
.card-content {border:1px solid #9987bd; border-radius: 0.5rem; display: flex;flex-direction: column;flex: 1; min-height: 17rem;}
.card-content h3 {background-color: #551a8b;color: #fff;padding: 0.5rem;text-align: center;font-size: 1.1rem;border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem;}
.card-content p{padding:1rem; text-align:center;}
.blog-content {padding-right: 1.5rem;line-height: 1.6rem; width: 100%;}
.teachtitle .titles {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.text-format .btext ul li, .btext ol li{margin-bottom:0;}
.mission-cont h4:before {content: '';background-image: url(../../images/m.png);height: 2.6rem;width: 2.6rem;display: block;background-repeat: no-repeat;position: absolute;left: 19%; background-size: contain;}
.mission-cont {padding-left: 3rem;}
.mission-cont h4 {font-weight: 600;}
.vision-cont h4 {font-weight:600;}
.textbox .boxbtn {width: 50%;}
.vision-cont h4:before{content: '';background-image: url(../../images/v.png);height: 2.6rem;width: 2.6rem;display: block;background-repeat: no-repeat;position: absolute;left: 19%; background-size: contain;}
.vision-cont{padding-left:3rem;}
.about_left .read_more_btn{background-color: #551a8b;color: #fff;width: 24%;padding: 0.8rem 1rem;border-radius: 0.7rem; margin-top: 2rem; text-transform: uppercase;}
.total-teacher { font-size:1.4rem; margin-bottom: 3rem;}
.total-teacher h3{font-weight:700;}
.total-teacher:before{content:'';background-image: url(../../images/ic3.png);height: 3.5rem;width: 3.5rem;display: block;background-repeat: no-repeat;position: absolute;left: 3rem;background-size: contain;z-index: 99;}

.total-exp { font-size:1.4rem; margin-bottom: 3rem;}
.total-exp h3{font-weight:700;}
.total-exp:before{content:'';background-image: url(../../images/ic2.png);height: 3.5rem;width: 3.5rem;display: block;background-repeat: no-repeat;position: absolute;left: 3rem;background-size: contain;z-index: 99;}

.total-expert { font-size:1.4rem; margin-bottom: 3rem;}
.total-expert h3{font-weight:700;}
.total-expert:before{content:'';background-image: url(../../images/ic1.png);height: 3.5rem;width: 3.5rem;display: block;background-repeat: no-repeat;position: absolute;left: 3rem;background-size: contain;z-index: 99;}

.scroll-text ul li a{color:#551a8b;}
.grecaptcha-badge {z-index: 99;}

/*=========== S 16-01-2025 ==========*/
.unlimatedvideo1 {margin: 5px 0 10px;min-height: 40px;font-weight: 400;color: #7b2997;}
.unlimatedvideo1 .boxbtn {margin-bottom: 0;}
ul.updates_list .latest_box {/*min-height: 24rem;*/box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;border-radius: 15px;padding: 10px;}
ul.updates_list .owl-stage-outer {margin: -1rem;padding: 1rem;}
/* ul.updates_list .owl-stage-outer .owl-stage {padding: 1rem;} */
ul.updates_list .latest_box img {/*min-height: 20rem;object-fit: cover;*/border: 0;height: 100%;border-radius: 0px; overflow: hidden;}
ul.updates_list .latest_box .textbox .unlimatedvideo1 {text-align: center;display: inline;margin: 0;}
ul.updates_list .latest_box .textbox .unlimatedvideo1 a.boxbtn {width: auto;}
ul.updates_list .latest_box .textbox .heading2 {background: transparent;}
ul.updates_list .latest_box a.climg {box-shadow: none;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
#updates .owl-nav >button {position: absolute;top: 50%;}
#updates .owl-nav button.owl-prev {left: -35px;}
#updates .owl-nav button.owl-next {right: -35px;}
/*#updates .owl-nav {position: static;display: inline;}*/
.play_icon { z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; } 
.video_img { height: 100%; display: flex; align-items: center; position: relative; width: 100%; }
.play_icon svg {background: #F44336;width: 18px;height: 18px;padding: 15px;color: #fff;border-radius: 40px;transition: .5s;}
.play_icon svg:hover{transform: scale(1.3);}
.center-btn { display: inline-block; margin-top: 2rem; text-align: center; width: 100%; }
.center-btn .viewsbtn:hover {background:var(--theme-color);color: #fff;}
.latest-updates .latest_box { margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; width: 100%; border-radius: 15px; padding: 10px; display: inline-block;
}
.latest-updates .video_img .blog-img img, ul.updates_list .latest_box img {max-height: inherit;object-fit: cover;}
.latest-updates .video_img {min-height: 17rem;margin-bottom: 1rem;}
.latest-updates .latest_box .textbox .boxbtn {width: auto;}
.latest-updates .latest_box .blog-img {width: 100%;}
ul.updates_list .latest_box .textbox .unlimatedvideo1 a.boxbtn3 { box-shadow: none; color: var(--orange-color); font-size: 13px; padding: 7px 0; }
ul.updates_list .latest_box .textbox .unlimatedvideo1 a.boxbtn3:hover {color: #551a8b;}
ul.updates_list .latest_box .textbox {padding: 0;}
ul.updates_list .latest_box .textbox h4 {font-size: 17px;display: inline-block;margin-bottom: 0;min-height: 4rem;}
.latest-updates .latest_box .unlimatedvideo1 {display: inline;}
ul.updates_list .latest_box .video_img {min-height: 260px;}
.latest-updates .latest_box .textbox {padding: 0;min-height: 110px;}
.homelist ul #bestCourses li{width: auto;}
.whatsapp-main {
    display: grid;
    place-items: center;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    bottom: 85px;
    z-index: 999;
}




@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    ul.nav.nav-tabs {flex-wrap: nowrap!important;}
    .live_class_box{width: 100%!important;}
    #updates .owl-nav >button{position: static;}
    #updates .owl-nav{display: flex;}
    .purchase_li_table .btn-primary, .btn-theme-primary{margin-top: 0!important;}
    .mt_3{margin-top: 1rem;}
    .purchase_li_table td{white-space: nowrap;}
    .whatsapp-main{bottom: 15px;}
    .cutoffbtn{line-height: 33px;height: 32px !important;font-size: 13px;top: 45%;}
    .fbtn{width: 145px;line-height: 33px;height: 32px !important;font-size: 13px;}
    #updates .owl-nav button.owl-next{right: 0;}
    #updates .owl-nav button.owl-prev{left: 0;}
    .footer-links li a{font-size: 15px;}
    .course-sorting-form-wrap .btn{    padding: .375rem 0;}
    .cookie_notice_msg {font-size: .7rem;}
    .news-sec ul li{width: 100%;}
    .news-sec ul{display: inline-block;}
    .enquiry-box .header h4{font-size: 28px!important;}
    .homelist ul {width: 100%;margin: 0 auto;}
    .qcontent p{font-size: 1rem;}
    .qcontent .heading3 span {font-size: 2rem;}
    .heading3 {font-size: 1.5rem;margin-bottom: 10px;}
    /* .page-header-wrapper .col-md-12{margin-top: 3rem;} */
    .page-header-wrapper h1{font-size: 1.3rem;}
    .topic-btn-sainik-school{gap: 10px;margin-top: 1rem;}
    .about_readmore p:first-child{display: block;}
    .about_readmore p{display: none;}
    .about_left .read_more_btn{display: block;}
    .page-header-left h1{font-size: 1.3rem;margin-top: 1rem;}
    .navbar-nav{color: #fff;}
    .pagination{overflow: scroll;}
    .quiz_flex .img6{display: none;}
    .popup_left{width: 100%;padding: 2rem;}
    .pop_right{width: 100%;display: none;}
    .fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next{padding: 1rem!important;}
    .enquiry-box .header p br{display: none;}
    #three_images{margin: 0; justify-content: space-between;}
    #three_images li{width:calc(50% - 0.5rem); padding: 0; min-height: 16rem;}
    #two_video{margin: 0;margin-top: 1rem;margin-bottom: 1.5rem;}
    #two_video li{width: 100%;padding: 0;margin-bottom: 1rem;}
    /* .cardsWrap{display: block;}
    .card-content{margin-bottom: 1rem;} */
    .cardsWrap{display: block;}
    .card-content{margin-bottom: 1rem;}
    .bg_grey{display: block;}
    .blog-content{width:100%;}
    #three_images > li:nth-child(3) {display: none;}
    #three_images > li:nth-child(3) {display: none;}
    #three_images li>a {display: block;height: 100%;}
    #three_images li>a img {height: 100%;object-fit: cover;}

}

.dright .nav-item a {
    padding: 0 20px 12px;
    border-bottom: 1px solid #21609400;
    display: block;
    color:#000;
}

.dright .nav-item a.active {
    border-color: #216094;
    color:#000;
}

nav[role="navigation"] svg {width: 20px;}
nav[role="navigation"]>div:first-child{display: none;}
nav[role="navigation"]>div span a{padding: .5rem .75rem !important;}
nav[role="navigation"]>div span>span>span{padding: .5rem .75rem !important;}
.card-tbody-content {background: #ffe782;border-radius: 20px;display: flex;align-items: center;padding: 0 .5rem;width: fit-content;margin: 0 0 0 auto;}
.card-tbody-title h5{font-size: .9rem;}
.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 259px;
    flex: 0 0 259px;
    border-right: 1px solid #dee2e6;
}
.lecture-header-right {
    width: 100%;
}
.live_class_box {
    width: calc(100% / 3 - .5rem);
}
.live_class_box .car{height: 100%;}
.card-body p {
    font-size: .8rem;
}
.gap_10{gap: 10px;}