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

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');*/
*{margin: 0; padding: 0; box-sizing: border-box;}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold.woff') format('woff');
    font-weight: normal;  font-style: normal;
} 

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light.woff2') format('woff2'),
         url('../fonts/gilroy-light.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap');
/*background: -webkit-linear-gradient(#8c19cc, #0a51bf); -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/

:root{
    --nav-item-color: #191919;
    --a-color : #216094;
    --a-hover-color : #218ff6;

    --btn-theme-primary-bg : #2073d4;
    --btn-theme-primary-hover-bg : #005bbe;
}
.player .rounded-box{display: none !important;}
body{font-family: 'Lato', sans-serif; font-size: 15px; color:#333;background:#fff;-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(--a-hover-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: #0c3ed1;
    border-color: #0c3ed1;
}
.btn-purple{
    color: #fff;
    background-color: #0c3ed1;
    border-color: #0c3ed1;
}
.btn-purple:hover{
    color: #fff;
    background-color: #8954a8;
}
.btn.focus, .btn:focus{box-shadow: none;}
.bg-light-sky{
    background-color: #e7ecff !important;
}
.bg-light-success{
    background-color: #eefff6 !important;
}

.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.shear-box{
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shear a{
    border-radius: 30px;
    padding: 12px 20px;
    text-align: center;
    margin: 0px auto 15px;
    color: #fff;
}
.sbox{
    background: #0a243b;
    color: #fff;
}
.sbox .close{
    color: #fff;
}


ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.lecture-content-article h3{
    font-size: 22px;
}
.lecture-content-article h4{
    font-size: 20px;
}
.lecture-content-article ol{ margin-bottom: 15px; margin-left: 15px;}
.lecture-content-article ul{ margin-bottom: 15px;
    list-style: inside;
}
.lecture-content-article ul li, .lecture-content-article ol li{margin-bottom: 5px;}
.lectureimg img{width: 100%;}
.has-error .invalid-feedback{
    display: block;
}
.form-group.has-error{
    color: var(--danger);
}
.form-group.has-error .form-control {
    border-color: var(--danger);
}
.btn, .form-control{
    border-radius: 2px;
}
.btn-round{
    border-radius: 25px;
}
.btn-theme-primary{
    color: #fff !important;
    background-color: #2073d4;
    border-color: #2073d4;
}
.btn-theme-primary:hover{
    color: #fff;
    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);
}

/**
* 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:10px 0 !important;
}
.navbar .container{ width: 100%; max-width: 100%; }
.site-main-logo img{max-height:43px;
    /*height: 30px;
    
    width: auto;*/
}
.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: #ffffff;
    width: 270px;
    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 #f5f5f5;
    display: block;
    padding: 5px 10px;
    color: #29303b;
}
.categories-menu ul li a:hover{
    background: #f2f3f5;
    color: #007791;
}
.categories-ul-first a .la-angle-right {
    float: right;
    color: #888;
}
/** 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;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*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: #fff;
    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: #fff;
    border: 1px solid #dddddd;
}
.mini-cart-item:hover .mini-cart-body-wrap{
    display: block;
}
.mini-cart-total-wrap{
    background-color: #f2f3f5;
}
.mini-cart-course-item a:hover{
    background-color: #eeeeee;
    color: var(--btn-theme-primary-hover-bg);
}
.minicart-course-thumbnail{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
}
.mini-cart-course-title{
    font-size: 13px;
}
.minicart-course-info .current-price{
    color: #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; font-size: 30px;
    background:none;
    color: #000;
    border: none;
}
/**
* #END Nav Menu
*/



/**
Hero Section
 */
.sections{padding: 60px 0;}
.sections h2{ text-align: center; }
.bycategory{background:#f5f5f5;}

.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:#0c3ed1/*rgba(112,124,240,0.2)*/; 
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
/**
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: #ffffff;
    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: #ffffff;
    border-color: #ffffff;
}
.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;
}
.checkout-page-wrap .container{max-width: 800px;}
.checkout-page-wrap  h4{font-size: 20px; font-weight: 600;}
.order-summery-course-thumbnail{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
}
.checkout-section{
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.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: #fff;
    font-size: 90%;
}
.agreement-text{
    line-height: 2;
}

.stripe-credit-card-form-wrap{
    max-width: 400px;
    display: none;
}

/**
* Dashboard Section
*/
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1f6dec;
    border-color: #1f6dec;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #fff;
    background-color: #1f6dec;
}
#ChartArea{
    width: 100%; height: 400px;
}
.dashboard-wrap{
    background-color:#d6e6ff;
}
.dashboard-menu-col{
    border-right: 1px solid #dedfe0;
}
.dashboard-menu:not(.dropdown-menu .dashboard-menu){
    margin-right: -15px;
}
.dashboard-menu li a{
    padding: 10px;
    display: block;
}
.dashboard-menu li a:hover{
    background-color: #edf0f9;
}
.dashboard-menu li.active a{
    color: #ffffff;
    background-color: var(--btn-theme-primary-bg);
}
.dashboard-menu li.active a:hover{
    color: #ffffff;
    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: #fff;
}
.course-edit-nav a i {
    font-size: 20px;
    color:#fff;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #0b50bf;
}
.course-edit-nav a.active i{
    color: #ffffff;
}
.section-add-item-wrap{
    font-weight: bold;
    font-size: 16px;
}
.section-add-item-wrap.bg-dark a{
    color: #ffc107;
}
.section-item-btn-tool{
    line-height: 1;
    color: #686f7a;
}
.section-item-btn-tool:hover{
    color: #212529;
}
.btn-outline-danger.text-danger:hover{
    color: #ffffff !important;
}
.loader:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 5px;
    content: "\f110";
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
    display: inline-block;
}
.la.loader:before{
    content: "\f110";
}
.edit-curriculum-item .section-item-top:hover{
    cursor: move;
}
.edit-curriculum-item .section-item-title{
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis{
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-edit-header .header-course-title{
    max-width: 400px;
}
.section-item-top .section-item-btn-tool{
    display: none;
}
.section-item-top:hover .section-item-btn-tool{
    display: block;
}
.single-attachment-form{
    width: 48%;
}
.dashboard-section-item-attachments .downloadable-materials{
    font-size: 16px;
}
.dashboard-section-item-attachments .dashboard-item-attachment .attachment-title.flex-grow-1 {
    font-size: 13px;
}
textarea#benefits, textarea#requirements {
    font-size: 14px;
}
.dashboard-inline-submenu-wrap a{
    color: 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: #ffffff;
    border: 1px solid var(--a-hover-color);
}
.report-filter-date-range-wrap input, .report-filter-date-range-wrap .btn, .report-filter-date-range-wrap .input-group-text{
    border-radius: 0;
}
/** Quiz Builder **/
.question-options-wrap .question-opt{
    border: 1px solid #ccc;
    background-color: #f8f9fa;
}
.question-options-wrap .question-opt.newly {
    background-color: #f2fff1;
}
.question-basic-info .question-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.question-basic-info .question-score {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
}
.question-basic-info .question-image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
}
.option-type-selection-wrapper{
    font-size: 13px;
}
.option-type-selection-wrapper label{
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
.option-type-selection-wrapper label:hover, .option-type-selection-wrapper input:checked+label{
    background-color: #0269ed;
    border: 1px solid #004ec4;
    color: #ffffff;
    cursor: pointer;
}
.question-opt-display {
    font-size: 12px;
    color: #666;
}
.la-question-radio:before{
    content: "\f192";
}
.la-question-checkbox:before{
    content: "\f14a";
}
.la-question-text:before{
    content: "\f14b";
}
.la-question-textarea:before{
    content: "\f15c";
}
label.checkbox span, label.radio span{
    font-family: 'Line Awesome Free';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 135%;
    color: #000b96;
}
label.checkbox input[type=checkbox], label.radio input[type=radio] {
    display: none;
}
label.checkbox input[type=checkbox]:checked+span, label.radio input[type=radio]:checked+span{
    font-weight: 900;
    font-size: 135%;
}
label.checkbox span:before {
    content: "\f0c8";
}
label.checkbox input[type=checkbox]:checked+span:before {
    content: "\f14a";
}
label.radio span:before {
    content: "\f111";
}
label.radio input[type=radio]:checked+span:before {
    content: "\f192";
}
.quiz-question-item .quiz-question-item-image{
    height: 38px; width: auto;
}
.quiz-question-item-title{
    -webkit-box-flex: 13;
        -ms-flex: 13;
            flex: 13;
}
/** END Quiz Builder **/


/**
* Dashboard Curriculum
 */
.section-item-form-html{
    background-color: #f6faff;
}
.curriculum-item-edit-tab a{
    border-radius: 0 !important;
}
.curriculum-item-edit-tab .list-group-item{
    padding: .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: #fff;
    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{
    min-height:220px;
    background: #e1c4ff url(../../images/subheader.jpg) no-repeat scroll center center / cover; border-bottom:1px solid #7308d7;
    /*background:#8d22f1;*/
    /*background:-webkit-linear-gradient(315deg, #011D4A 0%, #448ECB 100%);
    background:linear-gradient(135deg, #011D4A 0%, #448ECB 100%);*/
}
 
.page-header-jumborton .page-header-left{
    color: #000;
}
.page-header-jumborton h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.page-header-subtitle{
    font-size: 18px;
    font-weight: 500;
}

.enroll-box-btn-group button{
    /*font-size: 16px;*/
    padding: .8rem 1rem;
}
.price-html-wrap{
    color: #505763;
}
.price-html-wrap span{
    vertical-align: middle;
    font-weight: 600;
}

.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-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: #f5f5f5;
    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(245,245,245,0)), color-stop(rgba(245,245,245,0.95)), to(#f5f5f5));
    background: -webkit-linear-gradient(rgba(245,245,245,0), rgba(245,245,245,0.95), #f5f5f5);
    background: linear-gradient(rgba(245,245,245,0),rgba(245,245,245,0.95),#f5f5f5);
    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: #0c3ed1;
}
.course-whats-included-box h4{color:#000;}
.course-whats-included-box ul li{ margin-right: 30px; color:#000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
.course-whats-included-box ul li i{
    width: 20px;
}
.course-whats-included-box.course-widget{
    height: 100%;
}

/** Instructor Box **/
.course-single-instructor-wrap .instructor-stats{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
}
.instructor-stats .profile-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.instructor-details .instructor-name{
    font-weight: 600;
}

/** END: Instructor Box **/

/**
* Review Box
*/
.rating-stats-avg{
    text-align: center;
}
.review-write-star-wrap i, .generated-star-rating-wrap i{
    color: #f4c150;
    font-size: 20px;
    cursor: pointer;
}

.star-rating-bar-bg{
    background: #d0d0d0;
    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: #ffffff;
    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: #0c3ed1;
    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: #fff;
    padding: 40px;
    height: auto;
    width: 100%;
}
.back-to-curriculum{
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 8px;
    margin-left: 20px;
    color: #000000;
    font-weight: bold;
}
a.nav-icon-list{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
}
.section-item-title .lecture-name small {
    color: #666;
}
.lecture-title{
    font-size: 24px;
}
.lecture-lock-icon i{
    font-size: 50px;
}
.lecture-lock-title{
    font-weight: 300;
}
.lecture-attachments-title{
    font-size: 16px;
}
.lecture-attachments .lecture-attachment{ margin-top: 15px;
    font-size: 14px;
}

/**
* Assignment Single Page
*/
.assignment-header-info{
    background-color: #ddf1ff;
    border: 1px solid #bbdaf1;
}
#assignment-submission-form h4{
    font-size: 18px;
}
/**
* Quiz Single Page, Attempt Page
*/
.quiz-wrap{
    margin-bottom: 100px;
}
.quiz-wrap h1, .quiz-wrap h2{
    font-weight: 300;
    line-height: 1.4;
}
.quiz-wrap h1{
    font-size: 2.2em;
}
.quiz-wrap h2{
    font-size: 1.7em;
}
.question-wrap .quiz-image img{
    max-width: 100%;
    height: auto;
}
.attempt-options-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin: 1% -1% -1% -1%;
}
.question-option {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 1%;
    width: 50%;
}
.question-option label{
    background-color: #f5f5f5;
    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: #0b50bf;
    color: #FFF;
    font-size: 16px;
}
.btn-dark-blue:hover{
    color: #ffffff;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}
#quiz-progress {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #efecec;
    border-top: 1px solid #e2e2e2;
    padding: 3px 5px;
    z-index: 99;
}
span.quiz-progress-number {
    display: inline-block;
    padding: 6px 10px;;
    background: #dedede;
    border: 1px solid #d4d4d4;
}
span.quiz-progress-number.active {
    display: inline-block;
    padding: 6px 10px;;
    background: #bbb;
    border: 1px solid #aaa;
    font-weight: bold;
}
.quiz-submitted-alert h1{
    font-size: 4em;
}
.quiz-result-gretings .greetings-icon{
    font-size: 5em;
}
/** END Quiz Single page, Attempt Page **/

/**
* Categories page
*/
.page-header-wrapper{ padding:40px 0;text-align: center;min-height:130px; color:#fff;  background:#f5f5f5 url("../images/headerbg.jpg") center center no-repeat; background-size: cover;position: relative;  -webkit-filter: grayscale(40%); filter: grayscale(40%);}
.page-header-wrapper .container{max-width: 800px;} 

.page-header-wrapper li, .page-header-wrapper li a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before{color:#fff;}
.page-header-wrapper h1{color:#fff; margin: 15px;}
.page-header-wrapper p{margin-bottom: 0; font-size: 18px;}
.page-header-wrapper::before { display: none;
     content: "";
     background: #e7ecff;
     height: 100%;
     left: 0;
     opacity: 0.8;
     position: absolute;
     top: 0;
     width: 100%;
 }
h1{ font-size: 36px; font-weight: 600;}
h2{ font-size:28px; font-weight: 600;}

.blog-breadcrumb-wrapper{background:#f5f5f5;}
.blog-breadcrumb-wrapper .breadcrumb{background: none; }
.page-header-wrapper .breadcrumb{  display: block;
    background-color: transparent;
    padding-left: 0;
}
.page-header-wrapper .breadcrumb li{display: inline-block;}

.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
 */

/**
* Circle Progress Bar
*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.progress.circle {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.progress.circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #CCCCCC;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circle .progress-left {
    left: 0;
}

.progress.circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
        transform-origin: center left;
}

.progress.circle .progress-right {
    right: 0;
}

.progress.circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
        transform-origin: center right;
}

.progress.circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/** END Circle Progress **/


/**
 * payment Form
 */

/**
 * payment Page
 */

.thankyou-payment-text-details{
    font-size: 18px; line-height: 2;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/**
User Profile Page
*/
.profile-page-sidebar{
    width: 230px;
}
.profile-page-sidebar .profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 7px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.profile-page-wrap .profile-designation{
    font-weight: 300;
    font-size: 22px;
}
.profile-social-icon-wrap a:hover{
    background-color: #eeeeee;
}
.profile-stat-title{
    color: #73726c;
}
.profile-stat-value{
    font-weight: 700;
    font-size: 23px;
}
/** END User Profile Pages **/


/**
* Video JS Custom Big Play Button
*/
.video-js .vjs-big-play-button {
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    /*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;
} 
.video{position: relative;}
.btns{position: absolute; bottom: 15px;  text-align: center; left:15px;}
.btns .mutebtn {
    border: none;
    width: 42px;
    font-size: 11px;
    border-radius: 50%;
    line-height: 2;
    background: #0c3ed1;
    color: #fff!important;
    padding: 0;
    display: flex;
    height: 42px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.btns .mutebtn:hover{background:#ee1c5f;}
.btns .mutebtn .muteicon{background: url(../images/muteicon.png) left top no-repeat; width: 20px; height: 20px; display: inline-block;}
.btns .mutebtn.active .muteicon{background: url(../images/muteicon.png) right top no-repeat;}

.videoPlayerCaption {
    position: absolute;
    bottom: 10%;
    text-align: center;
    position: absolute; 
    width: 75px;
    left: 49%;
} 
.videoPlayerCaption .captionText{
    background-color: rgba(43,51,63,.7);
    color: #ffffff;
    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: #ffffff;
}
.social-login-item:hover{
    color: #ffffff;
}
.social-login-item.btn-facebook{
    background-color: #3D5E96;
}
.social-login-item.btn-facebook:hover{
    background-color: #354e7e;
}
.social-login-item.btn-google{
    background-color: #D05D45;
}
.social-login-item.btn-google:hover{
    background-color: #b4553e;
}
.social-login-item.btn-twitter{
    background-color: #64ADEB;
}
.social-login-item.btn-twitter:hover{
    background-color: #599acf;
}
.social-login-item.btn-linkedin{
    background-color: #017BB6;
}
.social-login-item.btn-linkedin:hover{
    background-color: #01618f;
}

.nav-link.profile-dropdown-toogle .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;background: #0c3ed1!important;
}
.profile-page-sidebar .profile-image .profile-text-photo {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 125px;
    font-size: 40px;
    border: 7px solid #fff;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/**
* Cookie
*/
.cookie_notice_popup{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 300px;
    right: 20px;
}
.cookie_notice_msg{
    padding: 20px;
}
.cookie_notice_popup .cookie-dismiss{
    color: rgb(255, 255, 255);
    background-color: #4B81E8;
    padding: 0.5em;
    text-align: center;
    display: block;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color: #205fd6;
}
#multiple_course_type > label {display: block; margin-bottom:8px!important;} 
.select2.select2-container {width: 100%!important;}
#editQuestionTypeModal .modal-content .modal-body {overflow-y: scroll;}
.owl-nav button{position: absolute;bottom: 50%; }
.owl-nav button span{font-size: 0; display: inline-block; width:22px;height:22px; border-top:2px solid #222; border-right: 2px solid #222; transform: rotate(45deg);}
.owl-nav button.owl-prev{ left:-15px; }
.owl-nav button.owl-prev span{transform: rotate(-135deg);}
.owl-nav button.owl-next{ right:-15px; }
.owl-theme .owl-nav [class*=owl-]:hover{background: transparent;}
.innerheader{padding-bottom: 30px;}
.innerheader h1{ font-weight:700; }
.innerheader .page-header-subtitle{font-size: 20px; font-weight:600;width: 80%;margin: 0 auto!important;}
.coursesecline{background:#f5f5f5; padding:60px 0; text-align: center;}
.btn-warning {color: #fff; background:#ee1c5f; border-color:#ee1c5f; border-radius: 30px;}
.btn-warning:hover{background:#4f63c2; border-color:#4f63c2; color:#fff;}
.btn-info:hover {
    color: #fff;
    background-color:#0c3ed1;
    border-color:#0c3ed1;
}
.hrsec{display: inline-block; vertical-align: middle; padding: 0 30px; font-size:28px; text-align: center; font-weight: 700;}
/*.dates {display: inline-block; vertical-align: middle; padding: 0 30px; font-size:28px; text-align: center; font-weight: 700; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.dates small, .hrsec small{display: block; font-size: 16px; font-weight: 500; color:#5F5F5F;}*/
.buttonsec{display: inline-block; vertical-align: middle; padding-left: 20px; }
.buttonsec .btn-block{padding:10px 30px;}
.pricetext{display: inline-block; vertical-align: middle;  padding: 0 100px;}
.pricetext .free-text, .pricetext .current-price{font-size:32px;}
img{max-width: 100%; height: auto;}
.sections2{padding: 60px 0;}
.sections3{padding: 60px 0; background:#f5f5f5;}
.sections3 .btn-info {
    padding: 12px 30px;
    border-radius: 30px;
}

@media (min-width: 1280px){
.container {max-width: 1250px;}
}

@media (min-width: 992px){
    .main-nav-auth-profile-wrap{
        margin-left: auto;
    }
}
@media(max-width:991.5px) {
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }
    .hero-right-col{
        display: none;
    }

    .main-nav-auth-profile-wrap{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .main-nav-auth-profile-wrap > li{
        display: inline-block;
    }
    .main-nav-auth-profile-wrap .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    a#miniCartDropDown{
        display: block;
        position: relative;
    }
    a#miniCartDropDown {
        display: block;
        position: relative;
        min-width: 60px;
    }
}
@media(min-width:768px) {
    .lecture-sidebar{
        display: block;
    }
    .navbar-collapse.show#mainNavbarContent{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media(max-width:767.5px) {

    #mainNavbarContent{
        margin-top: 10px;
    }
    a.nav-link.browse-categories-nav-link {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .header-search-wrap{
        width: 100%;
        max-width: 100%;
        margin: 10px 0 !important;
    }
    .main-nav-auth-profile-wrap{
        width: 100%;
        max-width: 100%;
    }

    .lecture-header-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 149px;
                flex: 0 0 149px;
    }
    .lecture-container{
        margin-left: 0;
        padding: 20px !important;
    }
    .lecture-sidebar{
        display: none;
        width: 100%;
    }
    .cookie_notice_popup{
        bottom: 0;
        width: 100%;
        right: 0;
    }
}
@media(max-width:574px) {
    .pricetext{padding: 0 30px;}
    /**
    * Mobile, iPhone
    */
    .lecture-header-left{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
    }
    .back-to-curriculum{
        margin-left: 10px;
    }
    .lecture-header-right .nav-btn{
        font-size: 13px;
    }
    .home-cta-left-col{
        margin-bottom: 50px;
    }
    .main-nav-auth-profile-wrap{
        display: table;
    }
    .main-nav-auth-profile-wrap > li{
        display: table-cell;
    }
}

@media(max-width:413.5px) {
    a#miniCartDropDown, a.profile-dropdown-toogle {
        width: 35px;
        height: 35px;
    }
    .mini-cart-body-wrap.d-block {
        right: -40px;
    }
}
@media (min-width: 576px){
    .modal-alert {
        max-width: 400px;
    }
}


.navbar-light .navbar-toggler-icon {background-image:url(../../images/menuicon.png);}
.navbar-toggler-icon{width: 2em;}
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0c3ed1;
}
.btn-primary, .btn-theme-primary {
    color: #fff;
    background-color: #0248b9;
    border-color: #0248b9;
}
  
.btn-primary:hover, .btn-theme-primary:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.lecture-sidebar a{color: #000;}
.lecture-sidebar a:hover{color:#0c3ed1;}
.lecture-sidebar .text-info {color: #0c3ed1 !important;}
.lecture-header-right .nav-btn:hover{background-color: #0c3ed1;}
.home{padding-top: 64px;}
.home .navbar.bg-light{position: absolute;width: 100%; top: 0; z-index: 90; background:#fff !important;/*background:rgba(85,26,139,0.8) !important;*/}
body:not(.home) .navbar.bg-light{/*position: static;width: 100%; z-index: 90;*/  background: #5c1e9d url(../../images/bannerimg.jpg) no-repeat scroll center center / cover!important; /*background:#5c1e9d!important;*/}
body:not(.home) .navbar.bg-light:before{content:""; width: 100%; height: 100%;background:#fff; /*background:rgba(85,26,139,0.8);*/ position: absolute;left: 0; top: 0;}
.navbar.bg-light .container{position: relative;}
.browse-categories-nav-link{background:#fff; color:#000;}
.bannersec{max-width:1000px; text-align: left; margin: 0 auto; color:#fff; }
.bannersec h1{line-height: 1.3;}
.bannersec h1 span{display: block;font-weight: 700;}
.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: 12px; 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:#fff;
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 );
}


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

.logo2 {width: 200px;}

.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; border-radius:8px; position: relative; border:1px solid #e9e9ea; overflow: hidden; }

.listp .unlimatedvideo span{display: block;}
.listp .unlimatedvideo{ height: 40px; }
.climg{height:200px; width: 100%; display: block; overflow: hidden; position: relative; background:#f5f5f5; }
.climg img {position: absolute; width: 100%; top: 50%;left: 50%; transform: translate(-50%, -50%);}

.img1{ width:33%; float: left;}  
.heading2 {font-size:30px; letter-spacing: 1px; font-weight:600; line-height: 1.2; color:#000; position: relative; overflow: hidden;
text-overflow: ellipsis; display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-bottom:0;}
.heading3 {font-size:18px; font-weight:500; line-height: 1.2; color:#222; position: relative; overflow: hidden;
text-overflow: ellipsis; display: block; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; margin-bottom: 10px;}
.heading3 a{color:#222;}
.bg-light-sky {
    background-color: #f5f5f5 !important;
}
/*.page-header-wrapper h1{color:#fff;}*/
.headsec{text-align: center; margin-bottom:25px;}
.headsec p{margin:5px 0 0;font-size: 18px;}
.heading2 span{font-weight: 600; display: block; color:#5c1e9d;}
.textbox{float: right; width:100%; background:#fff; padding:20px; font-size:15px; line-height: 1.2; position: relative;}
.subtext{width: 100%; margin-bottom: 10px;    display: flex; align-items: center;justify-content: space-between;}
.tablemain .subtext span.time{ display: none; }
.subtext span{display: inline-block; color:#444;font-size: 12px;}
.subtext span a{color:#444;}

.subtext1{ margin-bottom: 10px; overflow: hidden;text-overflow: ellipsis; display: block; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }

.teachname{font-size:16px; font-weight:500;}
.textright{float: right;}

.prices{font-size:24px;font-weight:600; margin-bottom:5px; }
.current-price-left{ margin-bottom:5px;}
.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:url(../../images/btnbg.jpg) center center no-repeat; background-size: cover; padding:10px 15px; font-size: 14px; text-transform: uppercase; color:#fff; font-weight:600; text-align: center; box-shadow: inset 0px 3px 10px #000; border-radius: 30px;}
.homelist ul li:nth-child(even) .boxbtn{ background:url(../../images/btnbg2.jpg) center center no-repeat;}

.featureslid{
    margin-bottom: 20px;
}



/* .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:#fff; 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;}*/
.navbar.navbar-light{box-shadow:0 0 5px #ccc;}
.dailyquiz{background: #0b50bf; padding:40px 0; width: 100%; float: left; margin: 40px 0 0;}
.img6{width:18%; float: left;}
.qcontent{width:70%; float: right; padding:15px 30px; color:#fff; font-size: 26px; line-height: 1.2;}

.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: 50%; float: left;}
.tcontent p{margin-bottom: 10px;}
.tcontent p span{color:#4e4e4e; display: block; font-size:24px; padding-top:10px;}
.tcontent p strong{color:#0b50bf; font-size:50px; font-weight: 900; display: block;}
.img7{float: left;width: 50%;}

.rightMenu{
    display: flex;
    align-items: center;
}
.topmenu{ position: relative;z-index: 99; }
.topmenu > li > a,.topmenu1 > li > a{ font-family: 'gilroylight'; display: block; padding: 10px 20px; font-size: 16px;  line-height: 24px;  color: #333; font-weight: 600;}

.topmenu > ul,.topmenu1 > ul{ padding: 0; margin: 0; }
.topmenu > ul > li,.topmenu1 > ul > li{display: inline-block; position: relative; margin-right: 3px;} 
.topmenu > ul > li > a,.topmenu1 > ul > li > a{font-family: 'gilroylight';display: block;padding: 10px; font-size: 18px; /*text-transform: uppercase; letter-spacing: 1px;*/ line-height: 24px; color:#000;  font-weight: 600;} 
.learbtn, .bheading, .heading1{font-family: 'Roboto', sans-serif;}

.topmenu1 > ul > li .loginbtn{padding: 8px 30px;display: inline-block; background:#ee1c5f; color: #fff;  border-radius: 30px;}
.topmenu1 > ul > li .loginbtn i{display: none;}
.topmenu1 > ul > li .loginbtn:hover{background:#0c3ed1;}
.topmenu1 > ul > li .registerbtn{padding: 8px 30px;display: inline-block; background:#0c3ed1; color: #fff;  border-radius: 30px;}
.topmenu1 > ul > li .registerbtn:hover{background:#ee1c5f;}

.cartIcon{position: relative;}
.cartIcon .badge{
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 8px;
    right: -7px;
    top: -2px;
    line-height: 13px;
}
.navbar-toggler{padding: 0; border:none;}

.heading4{ color:#0b50bf; font-size: 30px; }
.heading4 span{font-weight: 600;}
.listclass{width: 100%; float: left; text-align: center; padding: 50px 0; background:#f5f5f5 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: #fff; 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: 10px;}
.teachlist ul li a{ width: 100%; float: left; box-shadow:1px 0 8px -1px #dddddd; }
.teachtitle{background:#f9f9f9; color:#000; padding: 10px;min-height: 90px;}
.titles{font-weight: 600; font-size: 18px; }
.teachtitle p{font-weight: 300; margin-bottom: 0}

.teachimg {height: 300px; overflow: hidden;    display: flex;
    align-items: center;
    justify-content: center;}
.teachimg img{ transition: transform .2s; }
.teachimg:hover img{ transform: scale(1.5);}
 

.course-card{border-radius: 5px; overflow: hidden;}
.course-card .course-card-contents {background: #f5f5f5; 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:auto; display: inline-block; vertical-align: middle; /*margin-bottom: 0 !important;  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:auto; display: inline-block; margin-top: 0;}
.enroll-box-btn-group .btn{border-radius: 30px;}
.enroll-box-btn-group .btn-outline-dark:hover { background-color:#ee1c5f; border-color:#ee1c5f;/*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: #0c3ed1; }
.btn{font-size: 16px;}
.card-body h3{color:#000;}
.card-header, .form-horizontal .btn-primary { border-color: #0b50bf; background-color: #0b50bf; color:#fff; }
a {   color:#0c3ed1;}
.auth-form-wrap{border:1px solid #ccc;
    /*background: #f5f5f5;*/
    padding: 30px;
    /*border-radius: 20px;*/
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0b50bf;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(85,26,139,0.2);
}
.regbg { margin-bottom: 0 !important; background: #0b50bf; color: #fff; padding: 10px; font-size: 26px; border-radius:5px 5px 0 0;}
.regbg a{color:#d987f5}

.topmenu .btn-login-outline,.topmenu1 .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,.topmenu1 .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: 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;
    
    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: #fff;
    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:#fff;}
.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: #f5f5f5;}
.col-3.dashboard-menu-col .dashboard-menu li.active a:hover { color: #000; background-color: #f5f5f5;}
.profile-dropdown-menu .dashboard-menu li a:hover{ color:#000; }
.profile-dropdown-menu .dashboard-menu li.active a{background-color: #0c3ed1;}
 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:#fff; border-radius:5px 5px 0 0; }
.page-item.active .page-link{background-color:#0c3ed1; border-color:#0c3ed1;}
.page-link{color:#0c3ed1;}
.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 ul li{ display: inline-block; vertical-align: middle; font-family: 'gilroylight';  font-size: 16px;  line-height: 24px;  font-weight: 600; }
.logfiles ul li a{ padding: 10px 20px;}
.logfiles .profile-dropdown-menu.pt-0 ul li{ width: 100%; }

.logfiles .btn-login-outline, .btn-info {border: none; color: #fff !important; background:#ee1c5f; border-radius: 30px; padding:8px 30px;}
.logfiles .btn-login-outline i, .logfiles .btn-theme-primary i{font-size: 0;}
.logfiles .btn-theme-primary {border: none; background:#0c3ed1; border-radius: 30px; padding:8px 30px;}

.navbar-brand.site-main-logo{padding: 0;}
.logfiles ul li .btn-login-outline, .logfiles ul li .btn-theme-primary{ display: inline-block; font-weight: 600;}
.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;}

.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: #fff;
    background-color: #0c3ed1;
    border-color: #0c3ed1;
}
/*.lecture-sidebar-curriculum-wrap .section-header {
    background-color: #0c3ed1;
    color: #fff;
}*/
button:focus{outline: none!important;}

.fleft{float: left;}
.fright{float: right;}
.clearfix{clear: both;}
.lecture-container .firstbox{
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
        border:none;
        margin-bottom: 40px;
        min-height: inherit;
}
.lecture-container .firstbox:before{
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.64) 10%,rgba(0,0,0,0) 80%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
}

.lacturelistpage{ padding: 60px 0; background:#f5f5f5; }
.lacturelistpage .lecture-container{ padding: 0 15px; background: none; max-width: 1140px; }
.firstbox{width: 100%; border-radius: 10px;overflow: hidden;}
.lacturelistpage .lecture-title{ font-size: 32px; margin: 0; }
.lecturetopsec{padding: 30px; background:#fff; width: 100%; float: left;}
.lecturetopsec.ltop{
       position: absolute;
    bottom: 0;
    background: transparent;
    padding: 15px 20px;
}
.lecturetopsec.ltop .lecture-title{
    color: #fff;
}
.dur{
    position: absolute;
    top: 0;
    right: 0;
    background: #ee1c5f;
    padding: 10px;
    border-radius: 0 0 0 5px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    gap:4px;
}
.dur i{
    font-size: 26px;
}
.lecture-container .acsection{
    margin-bottom: 30px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 2%);
    border-radius: 6px;
}
.lecture-container .acsection .accodionhead{
    border-radius: 6px;
}
.lecture-container .acsection .course-course-section{
    margin-top: 0px;
}
.status{
    position: absolute;
    right: 10px;
    top: 50%;
    background: #28a745;
    border-radius: 30px;
    color: #fff !important;
    padding: 3px 10px 4px;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 13px;
    transform: translateY(-50%);
}
.lecturetopsec p{margin: 0; font-size: 16px; color:#818181;}
.lecturetopsec p strong{color:#000;}
.changebtn{color:#0c3ed1; cursor: pointer;}
.datepopup{position: fixed;z-index: 99; top: 0;left: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.5); display: none;}
.popupbox{position:absolute;left:50%; top:50%; transform:translate(-50%, -50%); width: 400px; background:#fff; padding:20px; border-radius: 10px; }
.popupbox h3{ font-size: 26px; font-weight:600; }
.popupbox label{width: 100%; padding:12px 15px; background:#f5f5f5; margin:0 0 5px; font-size: 16px; border-radius:5px;}
.popupbox button{width: 100%; border-radius: 5px; padding: 10px;}
.closebtn {position: absolute; right: 10px; top: 10px; width: 24px; height: 24px; text-align: center; font-size: 18px; color: #a8a8a8; cursor: pointer;}



.acsection{ margin-bottom: 10px; }
.acsection .course-course-section{ margin-top: 15px; width: 100%; float: left; background:#fff; }
.lecture-sidebar-curriculum-wrap .section-item-title a {background-color: #fff;}
.acsection .lecture-status-icon { font-size: 14px; color: #00182f; text-align: center; min-width: 40px; padding-right: 10px; line-height: 1.2;}
.acsection .lecture-icon{font-size: 30px; vertical-align: middle; line-height: 1;}
.accodionhead{cursor: pointer; background:#fff; font-size: 18px; position: relative; }
.accodionhead:after{content:""; width: 10px; height: 10px; border-bottom:2px solid #444; border-right:2px solid #444; transform: rotate(45deg); position: absolute;top: 20px; right: 20px;-webkit-transition: all ease-in-out .3s;    transition: all ease-in-out .3s;}
.accodionhead.active:after{transform: rotate(-135deg);}
.acsection .course-course-section {border-radius: 6px; overflow: hidden;}
.acsection .course-section-body{display: none; background:#fff;}
.acsection .title-container{color:#000; font-size: 16px; align-items: center;}
.acsection .title-container .lecture-name{font-weight: 600; padding:3px; padding-left: 15px;}
.clickbtn {background:#0c3ed1; color:#fff; border-radius: 5px; display: inline-table; padding: 5px 10px;}
.locksec a{opacity: 0.4;}

.timeing{/*opacity: 0.6;*/ font-weight: normal; display: block; padding-top:5px;}

.acsection .la-youtube{color:#fe0000;}
.acsection .section-item-title{border-bottom: 1px solid #e8e8e8 !important; position: relative;}
.acsection .la-lock {display: none; position: absolute; right: 15px; top: 25px; font-size: 24px; color: #000;   z-index: 2}
.acsection .locksec .la-lock{display: block;}
.mt-60{margin-top: 60px;}
.lecturedetail .lecture-container{ padding: 0 15px; background: none; max-width: 1100px; }
.lecturedetail .lecture-title{margin-bottom: 0; font-weight:600;text-align: center;font-size: 36px;}
.lecturedetail{ padding: 60px 0; background:#f5f5f5; }
.whitebg{background:#fff;}
.whitebg .lecture-content-article h2{ font-size: 24px; }

.course-whats-included-box{background:#0c3ed1; color: #fff;}
.course-whats-included-box h4 { color: #fff; font-size: 24px;}
.course-whats-included-box ul li { color: #fff;}

.lecturedetail .lecture-video-wrapper{background:#1d1e20/*#0b50bf*/;}
.videofield{width:100%; float: left;position: relative;height: 600px;overflow: hidden;box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);}
.videofield #lecture_video{width: 100%;height: 100%;}
.videofield .lecture_video-dimensions.vjs-fluid{padding: 0}
.btn-back{ border: none; color: #565656 !important; border-radius: 30px; padding: 8px 30px; display: flex; align-items: center; font-size: 18px; gap: 10px; padding-left: 0px;}
.btn-back i{
    font-size: 22px;
}
.btn-back:hover{
    color: #000 !important;
}
.bsbr{
        box-shadow: 0 5px 20px 0 rgb(0 0 0 / 2%);
    border-radius: 6px;
}
.para p{
    font-size: 18px;
}
.para ul,.para ol{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.para ul li,.para ol li{
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 25px;
    position: relative;
}
.para ul li:before,.para 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: 18px;
    top: 4px;
    color: #0a243b;
    width: auto;
    height: auto;
    background: transparent;
}



.sidebtns{width: 33%; float: right; padding: 30px;}
.sidebtns h3 {font-size: 20px; color: #fff; border-bottom: 1px solid #3e3c3c; padding-bottom: 10px;}
.listbtn{ max-height:345px; overflow: auto; }
.listbtn button{background: none; border: none; width: 100%; padding: 0; margin-top: 15px; font-size: 14px; color:#fff;}
.listbtn button span {border:1px solid #fff; width:74px; display: inline-block; padding:3px; border-radius:4px; vertical-align: middle;}
.listbtn button small{width:calc(100% - 80px); padding-left: 10px; font-size:14px; display:inline-block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; vertical-align: middle; text-align: left;}

.lecture-attachments{background: #0f131a; color: #fff;}
.attachments-title{font-size: 22px;}
.lecture-attachments small{color:#fff;}
.lecture-attachment span:first-letter { text-transform: uppercase; }
.lecture-attachment span{display:inline-block;min-width: 60%; font-size: 18px;}
.lecture-attachment .btn-info {    border-radius: 30px; padding: 6px 25px; font-size: 18px;}


.peoplebg{background:#f5f5f5; padding: 60px 0;}
.peoplebg h2{margin-bottom: 20px;}
.peoplebox{background:#fff; padding:30px; margin-bottom: 20px; border-radius: 5px; box-shadow:0 3px 3px #ccc;}
.peopleimg{width:270px; height: 270px; border-radius: 5px; line-height: 266px;background:#f5f5f5; float: left;}
.peopleimg img{width: 100%;}
.peoplecont{width:calc(100% - 300px); float: right; padding:50px 100px; background:url(../../images/comma.png) 0 0 no-repeat; position: relative;}
.peoplecont:before{content:""; width: 100px; height: 80px; background:url(../../images/comma.png) 0 0 no-repeat; display: inline-block;position: absolute; right: 0; bottom: 0; transform: rotate(-180deg); }

.peoplebox .peopleimg{width:220px; height: 220px;overflow: hidden;}

.faqcont{display: none; padding: 0px 35px;}
.formsec { background: #fff; padding:80px 30px 30px; box-shadow: 0 3px 3px #ccc; position: relative;}
.formsec h3{position: absolute;left: 0; top: 0; width: 100%; background:#f5f5f5; padding:15px 30px; font-size: 20px;}
.formsec button{width: 100%; padding: 10px;}

.checkboxform .task_list label {display:block; border:1px solid #f1f1f1; background:#f5f5f5; font-size:18px; border-radius:15px; }
.checkboxform .task_list label input{display: none;}
.checkboxform .task_list label span{display:block; padding:15px 30px 15px 60px; position: relative; cursor: pointer;}
.checkboxform .task_list label span:before{content:""; display: inline-block; width:32px; height:32px; border-radius: 50%; border:1px solid #ccc; position: absolute;left: 15px; top: 15px; }
.checkboxform .task_list label input:checked + span:before{background:#48bb78; border-color:#48bb78;}
.checkboxform .task_list label input:checked + span::after { content: ""; display: inline-block; width: 9px; height: 14px;
    border-bottom: 3px solid #fff; border-right: 3px solid #fff; position: absolute; left: 27px; top:22px; transform: rotate(45deg);}
.checkboxform .btn{border-radius: 30px; padding: 10px 30px;}    

.disc1{padding: 0 20px;}
.content-expand-inner > ul{ list-style: disc; margin-left: 20px;margin-bottom: 20px; }
.content-expand-inner > ul > li{ margin-bottom: 5px; font-size: 18px; }
.content-expand-inner p{font-size: 17px;}

.facebooklink{background:#3461ac; color:#fff;  padding: 10px 20px;
    display: inline-block;
    border-radius: 6px;}
.twitterlink{background:#4aaff0; color:#fff; padding: 10px 20px;
    display: inline-block;
    border-radius: 6px;}

.task_list ul li{
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.task_list ul li:before{
    
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ee1c5f;
    border-right: 2px solid #ee1c5f;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;

}
.task_list ul{
    margin-bottom: 15px;
}
.c-box{
   border-radius: 10px;
   overflow: hidden;
       box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%); 
}
/*nosidebar*/
.nosidebar .dashboard-wrap{ padding: 50px 0; }
.nosidebar .dashboard-wrap .container{max-width: 1200px;}
.nosidebar .col-9.dright{width: 100%; max-width: 100%; -ms-flex: 0 0 100%;  flex: 0 0 100%;}
.nosidebar .sidemenu{display: none;}
.tablemain .heading3{min-height: 44px; overflow: hidden;
text-overflow: ellipsis; display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.tablemain > ul{margin: 0 -10px; display: flex; flex-wrap: wrap;}
.tablemain > ul > li{ width: 25%;  padding: 10px; }
/*nosidebar end*/

.tablemain .cimg{position: relative; height: auto;}
.innerpages{float: left; width: 100%; padding: 50px 0;}

.topcategorysec ul li{display: inline-block;/* width: 20%; padding: 5px;*/}
.topcategorysec ul li a, .topcategorysec a{display: table;vertical-align: middle;height: 120px;width: 100%; background:#f5f5f5;border-radius: 5px;}
.topcategorysec ul li a span, .topcategorysec a span {display: table-cell;vertical-align: middle;text-align: center;font-size: 20px;color: #403f7c;font-weight: 500;}
.blogimg{border-radius: 5px;overflow: hidden;position: relative;height: 300px;width: 100%;}
.blogcont{padding: 20px 0;}
.blogcont h3{font-size: 24px;}
.blogcont .justify-content-between{margin-bottom: 10px;}

.blog-post-container-wrap{position: relative;/* margin-top: -50px;*/}
.blog-post-container-wrap .post-feature-image-wrap{overflow: hidden; text-align: center; background:#ddd;}
.blog-post-container-wrap .post-feature-image-wrap img{ width:auto; max-height:550px; transform: scale(1); -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s;}
.singleimg{ height: 400px; }
.blog-post-container-wrap .post-feature-image-wrap:hover img{transform: scale(1.2);}
.blogcontents{ margin-left: 5%; width: 90%; padding: 50px; position: relative; margin-top: -50px; background:#fff;}

.teamcatgory{text-align: center; font-size: 24px; font-weight: 500; margin-top: 20px;width: 100%; float: left;}
.teamlist{width: 100%; float: left;}
.teamlist ul{margin:0 -10px;}
.teamlist ul li{width: 25%; float: left; padding: 10px;}
.teambox{box-shadow: 0px 0px 11px #ccc; float: left; width: 100%; border-radius: 5px;}
.teamimg{border-radius: 5px 5px 0px 0px; overflow: hidden; position: relative;}
.teamimage{position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%);}
.teamcont{padding:25px;}
.teamcont h3{color:#29303b; font-size: 20px;}
.teamcont h3 a{color:#29303b;}

.accord { border-top: 1px solid #ccc;}
.acccontent{padding: 0 0 20px; display: none;}
.acbrief{margin-bottom: 15px; line-height: 1.5;}
.acctitle { font-size: 20px; font-weight: 600; padding:20px 0; cursor: pointer; position: relative;}
.acctitle span{float: right;margin-right: 35px; color:#0b50bf; font-weight: 500;}
.acctitle:after{content:""; width:10px; height:10px; display: block;position: absolute;right:5px; top:33px; border-top:2px solid #444; border-right:2px solid #444; transform: rotate(-45deg); -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.acctitle.active:after{ transform: rotate(135deg); top: 28px;}
.positionlist{width: 100%; padding: 5px 20px 5px 0px; position: relative; border-top:1px dotted #ccc;}
.positionlist:after{content:""; width:6px; height:6px; display: block;position: absolute;right:5px; top:13px; border-bottom:1px solid #444; border-right:1px solid #444; transform: rotate(-45deg); -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.vacancytitle{display: inline-block; font-weight: 500; font-size: 16px;}
.vacancytitle a{color:#29303b;}
.vacancyposition{float: right; font-size: 14px; color:#9b9b9b;}
.vacancyposition a{color:#9b9b9b;}

.dtcontent{font-size: 16px;}
.dtcontent h2{font-size: 24px; color: #29303b; margin-bottom: 5px;}
.dtcontent h3{font-size: 20px; color:#0c3ed1; margin-bottom: 5px;}
.dtcontent ul{margin-bottom: 20px;}
.dtcontent ul li{position: relative; padding-left: 22px;}
.dtcontent ul li::before {content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 7px; border-left: 2px solid #0c3ed1; border-bottom: 2px solid #0c3ed1;
    transform: rotate(-45deg);}
.dtcontent ol{margin-left: 15px;}
.dtcontent ol li{ margin-bottom: 10px; }

.sidebox{background:#f5f5f5; padding:40px;}
.sidebox h3{font-size: 24px; font-weight: 600;}
.sidebox .btn-info, .formbg .btn-info{padding: 10px 30px;}

.applyformsec .container{max-width: 600px;}
.formbg{background:#f5f5f5; padding: 40px; border-radius: 10px;}
.formbg .form-group label{margin-bottom:0px;}
.formbg .form-control{min-height: 46px; padding:10px 15px; border-radius: 4px;}

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

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

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

@media (max-width:991px){
    .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;}
    .lecture-header-right .nav-btn {font-size: 16px;  line-height: 1.2;}
    .fcbox{flex-direction: column;}
    .form-control{font-size: 14px;}
    .categories-menu { position: relative; background: #0b50bf;}
.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;}
    .page-header-wrapper h1{font-size: 30px;}
    .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;}
 
    #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: #f5f5f5;}
     a#miniCartDropDown { color:#000;
    display: block;
    position: relative;
    min-width: unset;
    padding: 8px 3px;
}
.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: #fff;}
#mainNavbarContent{position: absolute;top: 54px; right: 0; width: 280px; height: 100%; 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: #fff;    background: #0b50bf;    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;}
.tablemain > ul > li{width: 33.33%;}
.tablemain li .heading3{font-size: 18px;}
}


@media (max-width:767px){
    .tablemain > ul > li {width: 50%;}
    .teamlist ul{margin:0 -5px;}
    .teamlist ul li{width: 50%; padding: 5px;}
    .teambox{box-shadow:0px 0px 5px #ccc;}
    .teamcont{padding:15px;}
    .teamcont h3{font-size: 17px;}
    .blogcont h3 { font-size: 22px;}
    .owl-nav button span{width: 16px; height: 16px;}
    .owl-nav button.owl-prev {left: 10px; bottom: 46%;}
    .owl-nav button.owl-next {right: 10px; bottom: 46%;}
    h1{font-size: 26px;}
    h1.mb-3{margin-bottom: 10px!important}
    .dtcontent h2{font-size: 20px;}
    .dtcontent h3{font-size: 16px;}
    .formbg{background: none; padding:5px;}
    .dtcontent { font-size: 13px;  line-height: 1.5;}
    .acctitle{padding: 15px 0; font-size: 18px;}
    .acctitle span{float: none;display: block;font-size:16px; margin: 0;}
    .positionlist{padding-top: 8px;}
    .positionlist:after{top: 18px;}
    .vacancytitle{display: block;}
    .vacancyposition{float: none;display: block;}

    .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:42px;}
    

a#miniCartDropDown {min-width: 40px; padding: 8px 3px;height:40px;}
    .media-modal-wrap.d-flex{display: block!important;}
    h5{font-size: 13px;}
    .heading4 {     font-size: 24px;}
body{font-size: 14px;}
.sidelinks { display: block; background: #0c3ed1; padding: 10px 15px; font-size: 18px; color: #fff; cursor: pointer;}
.sidelinks i{float: right;}

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

.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: 20px 0;}
.qcontent{font-size: 16px; width: 75%;}
.heading3 {  font-size: 22px;}
.qcontent p span { font-size: 32px;}
.img6 {width: 25%;}
.tcontent, .img7{width: 100%;}

}

@media (max-width: 600px){
.banner{padding-bottom: 0;}
#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: 28px;}
.roundbg{padding:120px 0px 70px;}
 
.roundbg:after{height: 70px;}
.regbtn{font-size: 16px;border-radius:8px;}
.heading1{font-size: 26px;}
.img1 {width: 35%; }
.firstbox::after{height: 80px;}

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

.innerheader .page-header-subtitle{width: 100%;}

}




@media (max-width: 479px){
    .home-section-wrap .teachlist ul{margin:0;}
    .home-section-wrap .teachlist ul li{padding: 0;}
    .teachimg {height: 196px;}
    .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: 15px;}
.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;}
.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;}
.tablemain > ul > li {width: 100%;}
}


.border-bottom { border-bottom: 1px solid #dee2e6  !important;}




body.bundle, body.dashboard, body.new, body.my-courses, body.settings{overflow-x: hidden;}
body.bundle .navbar, body.dashboard .navbar, body.new .navbar,  body.my-courses .navbar, body.settings .navbar{min-height: 56px;}
body.bundle .container, body.dashboard .container, body.new .container, body.my-courses .container, body.settings .container{max-width: 100%;}
body.bundle .container.py-4, body.dashboard .container.py-4, body.new .container.py-4, body.my-courses .container.py-4, body.settings .container.py-4{padding: 0!important;}
body.bundle .dashboard-wrap, body.dashboard .dashboard-wrap, body.new .dashboard-wrap, body.my-courses .dashboard-wrap, body.settings .dashboard-wrap {background-color: #fff;}
body.bundle > .dashboard-wrap > .container > .row, body.dashboard > .dashboard-wrap >.container >  .row, body.new > .dashboard-wrap >.container >  .row, body.my-courses > .dashboard-wrap > .container > .row, body.settings .dashboard-wrap > .container > .row{ margin: 0; }

.col-3.dashboard-menu-col .dashboard-menu {background:#0c3ed1; min-height:400px; height: 100%; margin: 0;}
.col-3.dashboard-menu-col .dashboard-menu li a{color: #fff;}
.col-3.dashboard-menu-col .dashboard-menu li.active a {color: #fff; background-color: #0248b9;}
.col-3.dashboard-menu-col .dashboard-menu li:hover a{background:#1f6dec;}
.col-3.dashboard-menu-col .dashboard-menu li.active a:hover {color: #fff; background-color:#0248b9;}
body.bundle > .dashboard-wrap > .container > .row > .dright, body.dashboard > .dashboard-wrap >.container >  .row > .dright, body.new > .dashboard-wrap >.container >  .row > .dright, body.my-courses > .dashboard-wrap > .container > .row > .dright, body.settings .dashboard-wrap > .container > .row > .dright{padding: 30px;}
body.bundle > .dashboard-wrap > .container > .row > .sidemenu, body.dashboard > .dashboard-wrap >.container >  .row > .sidemenu, body.new > .dashboard-wrap >.container >  .row > .sidemenu, body.my-courses > .dashboard-wrap > .container > .row > .sidemenu, body.settings .dashboard-wrap > .container > .row > .sidemenu, .dashboard-wrap .sidemenu{border-right: 0; padding: 0; max-width: 250px;}
.dashboard-wrap{background-color: #fff;}
.dashboard-wrap .container{width: 100%; max-width: 100%; padding:0 15px!important;}
.dashboard-wrap .container .dright{padding: 30px;}
.purchases .dashboard-wrap .container .dright .text-muted small{ font-size:100%; }

.owl-carousel .owl-item img{width: auto;}

.learbtn, .btn, .follow a, .coursesbox, .topmenu > ul > li > a,.topmenu1 > ul > li > a, .ptext, .morebtn, .faqtitle:after{ -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;}
.protext{ -webkit-transition: all ease-in-out .6s;transition: all ease-in-out .6s;}

.fullwidth{ width: 100%; float: left; }
.banner{position: relative; text-align: center; background:#d4cac8; height: auto; padding:4rem 40px; height:calc(100vh - 100px);    display: flex;
    align-items: center;
    flex-direction: row-reverse;justify-content: space-between;}
.banner .container{position: absolute;  top: 50%;  left: 50%; transform: translate(-50%, -50%); }
.banner img{display: block;}
.bannerbox{text-align: left; border-radius: 5px; font-size: 22px; line-height: 1.5; width: 30%; padding: 0 15px; text-align: center; color:#fff; float: left;}
.bheading{font-size:50px; line-height: 1.2; margin-bottom: 15px; font-weight: 900; color:#fff; }
.learbtn { font-weight: 600;padding:15px 35px; line-height: 1.2;  display: inline-block; background:#ee1c5f; color: #fff;border-radius: 30px;margin-top: 50px;
    text-transform: uppercase;  letter-spacing: 1px;font-size: 16px;}
.learbtn:hover{background:#0c3ed1; color:#fff;}

.abouttext .learbtn{margin-top: 15px;}

.banner .learbtn{min-width: 250px; text-align: center;}

.courselist .learbtn{background: #f32c57;}
/*.coursesbox:hover .protext{top: 0;}*/

.video{width:70%; float: right;}
#myVideo{width: 100%; height: 100%;}

.headingsec{margin-bottom: 15px; text-align: center;}
.headingsec p{color: #333; text-transform: uppercase; margin-bottom: 10px;}
.learbtn, .bheading, .heading1{font-family: 'Roboto', sans-serif;}
.heading1{font-size: 35px; font-weight: 600; margin-bottom: 10px;color:#0c3ed1; line-height: 1.3; }
.heading1 span{font-weight: 400;}
.centertext{text-align: center;}

.ourprogramsbg{padding: 60px 0;}
.ourprograms{width: 100%; float: left;}
.coursesbox { width: 100%; float: left; border-radius: 5px; position: relative;  overflow: hidden;}
.ourprograms ul{ margin: 0 -10px; }
.ourprograms > ul > li{width: 25%; float: left; padding: 10px;}
.ourprograms .cimg{ /*height: 170px;*/ border-radius: 5px 5px 0px 0px; position: relative;}
.ourprograms .cimg img{display: block; width: 100%;height: 100%;object-position: center top;object-fit: cover;}
.coursesbox.courses .cimg{ height: auto; position: relative; background:#ddd;}
.imgimg{position: absolute;left: 50%;top: 50%; transform:translate(-50%, -50%);height: 100%;width: 100%;max-width: inherit;object-fit: cover;}
.featureslid.owl-carousel .imgimg{object-position: center center; object-fit: cover; width: 100%;}
.pmtext{ background:#f5f1ed; padding: 20px 30px; min-height: 72px; }
.title {font-size: 18px; color: #0f131a; font-weight: 700; margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis; display: block; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.title a{color:#0f131a;}

.objectivesec{padding:80px 0; background:#0c3ed1 url(../images/bgimg.jpg) center center no-repeat; background-size: cover;}
.leftobject{ width: 33%; padding-right: 50px; float: left; color:#fff; }
.leftobject .heading1{color:#fff; font-size: 44px;}
.leftobject .heading1 span{display: block; font-size: 30px; }
.leftobject ul{list-style: none;/* margin-bottom:40px;*/}
.leftobject ul li{font-size:16px;  border-top:1px solid #0c3ed1;}
.leftobject ul li:first-child{border: none;}
.leftobject ul li span{padding: 15px 0; display: block;}
.morebtn{ font-weight: 600; padding: 12px 30px; display: inline-block; background:#0c3ed1; color: #fff; border-radius: 30px; text-transform: uppercase;
    letter-spacing: 1px;font-size: 16px;}
.morebtn:hover{background:#fff;color:#0a1540;}
.rightobject{width: 66%; float: right;}

.countsec{padding: 60px 0; background:#f5f1ed;} 
.heading1 span{font-weight: 400;}
.counts{margin-bottom: 30px;}
.counts ul{text-align: center;}
.counts ul li{ width:25%; display: inline-block; text-align: center; padding: 15px; vertical-align: top; }
.counts ul li span{display: block;font-size: 50px; font-weight: 900; padding-bottom: 10px; color:#ee1c5f}
.counts ul li small{display: block;font-size:14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}

.tslide{padding: 40px 30px 30px; min-height: 242px; border-radius: 5px; background: #fff; font-size: 19px; line-height: 1.5;    box-shadow: 0 0 30px rgba(51,51,51,.1);}
.tslide p span{font-weight: 700; text-transform: uppercase; font-size: 16px; color: #0f131a}
.imgsec{width:80px; height: 80px; line-height: 80px; border-radius: 50%; overflow: hidden; float: left; position: relative; background:#ddd;}
/*.imgsec img{position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}*/
.tslide .text{width: calc(100% - 110px); float: right;}
.tslide .text p{margin-bottom: 15px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}


.coursesbg{/*background:#f5f1ed ;*/ padding: 70px 0; border-top: 1px solid #f5f1ed;}
.coursesbg .heading1{text-transform: uppercase;}
.courselist > ul{list-style: none; margin:0 -10px;}
.courselist > ul > li{width:25%; float: left; padding:10px;}
.coursesbox{width: 100%; float: left;  border-radius:5px; position: relative; overflow: hidden;}
.cimg{width: 100%;overflow: hidden;height: 450px;transition: .3s;} 
.protext{padding:60px 20px 20px; width: 100%;/* height: 100%; background:rgba(36,58,204,0.85); background:rgba(10,41,113,0.8);*/ position: absolute;left: 0; bottom: 0; color: #fff; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.93+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.93) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.93) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed000000',GradientType=0 ); /* IE6-9 */
 
}
.prosubhead{font-size: 18px; color:#fff;}
.protext p{line-height: 1.5; color: #fff;}
.protext ul{list-style: none; }
.protext ul li{margin-top:15px; font-size: 16px; position: relative; padding-left: 20px;}
.protext ul li:before{content:""; background:url(../images/arrow.png) center center no-repeat; width: 10px; height:14px; display: inline-block; position: absolute;left: 0; top: 4px;/* border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg);*/}
.protitle{font-size:22px;color:#fff; font-weight:700;/* margin-bottom:20px;*/}


.videoabout{ padding:70px 0px 70px; position:relative; }
.videoabout .container{position: relative;}
.videoabout .headingsec{position: relative; z-index: 5; margin-bottom: -60px;}
.videoabout:before{content:""; width: 100%; position: absolute; left: 0; top: 0; height: 50%; background:#f5f1ed;}
.videoabout .headingsec p{ text-transform: uppercase; margin-bottom: 10px; }
.videoabout .learbtn{margin-top: 30px;}
.videobg{position: relative;   padding: 73px  1px 30px;}
.videobg svg{position: absolute;left: -58px; top:0; fill:#ee1c5f; }
.shape1{width: 150px; position: absolute;left: -45px; top: 55px; z-index: 2;}
.shape2{width: 150px; position: absolute;right: 0; bottom:0;}
.videobg iframe{width: 100%; height:500px;}

.videobg ul{display: flex;}
.videobg ul li{width:100%; position: relative;  padding: 15px;}

.videosec{ position: relative;z-index: 3; display: block; }
.videosec > img{width: 100%;}
.videosec span{ position: absolute;  top: 50%;  left: 50%; width: 60px; transform: translate(-50%, -50%); display: inline-block;}

.firstsec{margin-top:20px;  margin-bottom:20px;}
.aboutimg{width: 30%; float: left; position: absolute;left: -10%; top: 50px;box-shadow: 0px 0px 8px #e3e3e3;}
.aboutimg img{display: block;} 
.abouttext{width: 90%; float: right; padding:5% 5% 5% 24%; background:#f5f5f5; position: relative; }

.abouttext .heading1 span{font-weight: 400;}
.abouttext p{line-height: 1.5; color:#606060; font-size: 20px; margin-bottom: 15px;}

.centerbg{padding: 100px 0; text-align: center; background:url(../images/centerbg.jpg) center top no-repeat; background-size: cover;}
.centercontent {padding: 0px 15%; font-size: 18px; line-height: 1.4;}
.heading2{font-size: 28px; font-weight: 600;}


.blogbg{padding:70px 0; background:#f5f5f5;}
.blogbox{width: 100%; float: left; position: relative;}
.blogbox .title{font-size: 16px;min-height: 46px;line-height: 1.3;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.ptext{padding: 20px 15px; background:#faf8f6;}
.ptext p{line-height: 1.5; color: #6e6e6e;}

.dates{color:#7b7b7b;}

.coursesecline .dates{ margin-bottom: 10px; font-size: 20px;}

.homeblog ul{list-style: none; clear: both;}
.homeblog ul li{width: 26%; float: left; padding:20px;}
.homeblog ul li:nth-child(2){width: 48%;}
.homeblog ul li:nth-child(2) .blogimg{ height:600px; position: relative; overflow: hidden; }
.homeblog ul li:nth-child(2) .blogimg img{max-width:inherit; height: 100%;  position: absolute;  top: 50%;  left: 50%; transform: translate(-50%, -50%);}
.homeblog ul li:nth-child(2) .ptext{position: absolute;left: 0; bottom: 0; width: 100%; padding: 70px; background: none; }
.homeblog ul li:nth-child(2) .blogbox .title{color:#fff; font-size: 32px;}
.homeblog ul li:nth-child(2) .dates{color:#fff;}

.homeblog ul li:first-child .blogbox{ margin-top: 150px; }
.homeblog ul li:nth-child(3) .blogbox{ margin-top:50px; }

.faqs{padding: 80px 0;background:#f5f5f5;}
.faqs .faqlist > ul > li{ background:#fff; }
.faqs .container{max-width: 900px;}

.faqlist > ul{list-style: none;}
.faqlist > ul > li{width: 100%; float: left;background:#f5f1ed; margin-bottom: 10px; border-radius: 4px; position: relative;}
.faqtitle{color:#0f131a; font-size:18px; font-weight: 600; padding:15px 25px; cursor: pointer;}
.faqtitle:after{content:""; width: 8px; height: 8px; display: inline-block; position: absolute;right:20px; top: 20px; border-bottom: 2px solid #0f131a; border-right: 2px solid #0f131a; transform: rotate(45deg);}
.faqtitle.active:after{transform:rotate(-135deg);}
.faqcont{color:#0f131a; display: none; padding:0 25px 10px; font-size: 16px; line-height: 1.6;}
/*.faqcont.active{display: block;}*/
.faqcont p{margin-bottom: 20px;}

.footerbg {background: #0a243b; padding: 70px 0; color: #fff;} 
.footerbg h4{color: #fff; font-size: 16px; margin-bottom: 10px; font-weight: 600;}
.footerbg p{font-size: 14px; opacity: 0.6; color: #fff;line-height: 1.6;}
.flogo{width: 25%; float: left;padding-right: 30px; margin-top: -15px;}
.fabout{width: 25%; float: left;}
.fmenu{width: 22%; float:left; padding-left: 40px;}
.fmenu h4 a{color: #fff;}
.fmenu p{font-size: 13px; opacity: 0.6; color: #fff;line-height: 1.6;}
.fmenu ul{list-style: none;}
.fmenu ul li{display: block;}
.fmenu ul li a{color: #fff; font-size: 13px; padding:5px 0; display: block; opacity: 0.6;}

.freetext{font-size: 18px;}
.firstbox .lecturetopsec.ltop{display: none;}

.newsletter{width:30%; float: right; padding-left: 15px;}
.newsletter input, .newsletter button{height: 40px;border:none;padding: 10px 16px; font-size: 14px; float: left; }
.newsletter input{background: #fff; width: calc(100% - 120px);  border-radius: 30px 0px 0px 30px; }
.newsletter button{ cursor: pointer; width: 120px; background:#ee1c5f;color:#fff; border-radius: 0px 30px 30px 0px; text-transform: uppercase;letter-spacing: 1px; }
.newsletter button:hover{color:#fff;}
.newsletter p{margin-bottom: 10px;}
.follow{margin-top:25px; width: 100%; float: left;}

.follow a:hover{opacity: 1;}
.copyright{background:#00182F; padding: 15px 0; color:rgba(255,255,255,0.5); text-align: center; font-size: 13px;}

.dashboard .footerbg .container{ max-width: 1200px; }


.sublinks{position: absolute;right: 0; width: 250px; background:#fff; box-shadow:0 0 3px #ccc; display: none; z-index: 2;}
.sublinks .dashboard-menu{margin:0!important;}
.sublinks .dashboard-menu li a{color:#333;}
.sublinks .dashboard-menu li a:hover {background-color: #ee1c5f; color: #fff;}
.sublinks .dashboard-menu li.active a{ background:#0c3ed1; color: #fff; }

.subdrop{padding: 0!important;}
.subdrop img{max-height: 42px;}

.subdrop .profile-text-photo{background:#ee1c5f!important; width:40px; height:40px; line-height: 40px; font-size: 16px; display: inline-block; }
.uname{ display: inline-block; padding-left: 10px; }

.dright .table .btn{min-width: 30px; padding:6px 15px; border-radius: 4px;}
.dright .bg-white{margin-top: 5px;}

.listrow ul{margin: 0 -10px;}
.listrow ul li{width:50%; float: left; padding: 10px;}

.coursesecline1 {background: #f5f5f5; padding: 30px 0; text-align: center;}
.hrsec1 {display: inline-block; vertical-align: middle; padding: 0 30px; font-size: 28px; text-align: center; font-weight: 800;}
.dates1 {display: inline-block; vertical-align: middle; padding: 0 30px; font-size: 28px; text-align: center; font-weight: 800; border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;}
.dates1 small, .hrsec1 small { display: block; font-size: 16px; font-weight: 500; color: #5F5F5F;}

.bloglistpage ul{margin: 0 -10px;}
.bloglistpage ul li{ width: 33.33%; float: left; padding: 10px; }
.bloglistpage .ptext{background:#f5f5f5;}

.contactpage{width: 100%; float: left;}
.contactpage .container{width: 1000px;}
.formcontact{width: 50%; float: left; padding-right: 50px;}
.formcontact h2{margin-bottom: 0;}
.formcontact input, .formcontact textarea{width: 100%; float: left; padding: 10px 15px; min-height:44px; border:1px solid #ddd; margin-top: 10px; border-radius: 4px;}
.contactleft{width: 50%; float: left; padding: 50px; background:#f5f5f5;}
.map iframe{width: 100%; height: 300px; margin: 50px 0;}
.submitbtn{width: 100%; height: 44px; margin-top: 10px; background:#0c3ed1; color:#fff; border:none; border-radius: 4px;}

.heading5 {font-size: 20px; margin-top: 15px; font-weight: 700;}

.videoview .container{ max-width: 900px; }


.fcbox{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    width: 100%;
    float: left;
    display: flex;
}
.fcbox .fcimg{
    width: 70%;
    float: left;
}

.fcimg-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fcbox .fcfrm{
    width: 30%;
    float: left;
}
.fcfrm-sec{
    padding: 10px 20px;
  
}
.fcimg-box{height: 100%;}
.csearch .header-search-btn{
    right: 15px;
}
.csearch input{
    width: 300px !important;
    background: #f4f4f4;
        padding-right: 33px;
}
.lecturetopsec.ltop .fleft{color:#fff;}
.textright{width: 100%;margin-bottom: 10px; display: flex; justify-content: space-between;}

.ourprogramsbg .container{width:1000px; max-width: 100%;}
.ourprograms-home ul{list-style: none; padding: 0; margin: 0; display:flex;flex-wrap: wrap;}
.ourprograms-home ul li{width: 50%; padding:10px;}
.ourprograms-home .cimg{height: auto; position: relative;}
.ourprograms-home .cimg a{display: block;}
.ourprograms-home .pmtext{display: none;}

.featureboxlist .coursebox{margin-bottom:40px; display:flex;} 
.featureboxlist .coursesbox{ width: 100%; margin-bottom: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.featureboxlist .coursesbox .cimg{ width: 50%; background:#f1f1f1; border-radius: 15px;}
.featureboxlist .coursebox .pmtext{ width: 50%; background:#fff; }
.featureboxlist .textright small{display: block; font-size: 14px;}
.featureboxlist .textright{text-align: right; width: auto; margin-bottom: 0; display: block;}
.featureboxlist .pmtext{padding:30px 0px 30px 5%;}
.featureboxlist .prohead .title{ font-size: 20px; }
.featureboxlist .prohead {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #ccc; padding-bottom:10px; align-items: center;}
.btnsbg{background:#0c3ed1; min-width: 150px; font-weight: 500; color:#fff; border-radius: 30px; padding:10px 30px;  text-align: center; display: inline-block; border: none;}
.briefcont{ margin: 25px 0; overflow: hidden; text-overflow: ellipsis; /*display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient: vertical;*/}
.btnsbg.buy_now {background: none; border: 1px solid #343a40; color: #343a40;}
.btnsbg:hover{background:#ee1c5f!important; border-color:#ee1c5f!important;color: #fff!important;}

.csearch{width: 100%;float: left;}

.contactpage,.csearch {
        min-height: calc(100vh - 500px);
}
body.courses .csearch{
    min-height: inherit;
}
body.featured-courses .csearch{
    min-height: inherit;
}

@media screen and (min-width:992px){ 
.main-nav-right-menu:hover .sublinks{display: block;}
.uname{ display:none; }
}

@media screen and (max-width:1440px){ 
    .videoabout .container{width: 900px; max-width: 100%;}
.bannerbox{padding: 0 40px 0 0;}
.bheading{font-size:34px; }
/*.ourprograms .cimg{
    height: 163px;
}*/
}
@media (max-width:1280px) {
    .banner{
        height: unset;
        padding: 2rem 20px;
    }
    .learbtn{
        margin-top: 20px;
    }
    
}
@media (max-width:1200px) {
body.bundle .container.py-4, body.dashboard .container.py-4, body.new .container.py-4, body.my-courses .container.py-4, body.settings .container.py-4 {
    padding: 0px 15px !important;
}
/*.ourprograms .cimg{
    height: 148px;
}
*/
}

@media (max-width:991px) {
.topmenu > ul > li, .topmenu1 > ul > li{ vertical-align: middle; }
.videoview .container{ max-width:100%; }
.subdrop .profile-text-photo{ background:#0c3ed1!important; border-radius: 0;}
.subdrop, .subdrop span{background:#ee1c5f; color:#fff;}
.nav-item-user-profile .subdrop .uname{ display: none; }
.sublinks{/*position: static;*/ min-width: 220px; width: 100%; box-shadow: none; border:1px solid #ddd;}
.popboxbg{font-size: 15px;}
.navicon{display: block; cursor:pointer;  z-index: 99; width:30px; height:30px; padding-top:15px;}
.navicon span{ width:18px; height: 2px; background:#0b50bf; position: relative; display: block;}
.navicon span:before, .navicon span:after{content:""; width: 25px; height: 2px; background:#0b50bf; display: block; position: absolute; left: 0;}
.navicon span:after { width: 18px;  }
.navicon span:before{top: -6px;   }
.navicon span:after{bottom: -7px; }
.navicon.active{position: fixed; top: 15px;right: 15px;}
.navicon.active span{ background: none;}
.navicon.active span:before{ transform: rotate(-48deg);background: #ccc;}
.navicon.active span:after{ transform: rotate(45deg); bottom: 6px;background: #ccc;}
.active span:before, .navicon span:after { width: 18px; }

.headerbg.fixed .topmenu.headerbg.fixed .topmenu1 { margin-right: 0;  margin-top: 0;}
.topmenu { margin: 0; box-shadow: 0 0 3px #ccc; background:#fff; position: fixed;top: 0;right: 0; z-index: 9; width:300px; padding:40px 20px 20px; height: 100%; overflow-x: hidden; overflow: auto; -webkit-font-smoothing: antialiased;  transform-origin: 0% 0%;  transform: translate(100%, 0);  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
.topmenu.showmenu{ transform: translate(0%, 0); }
.topmenu > ul > li{width: 100%;border:none; position: relative; border-top:1px solid #f0f3f6;}
.topmenu > ul > li:first-child{border: none;}
.topmenu > ul > li > a { color:#2f4557;padding: 10px 0px;}
.topmenu1 > ul > li .registerbtn, .topmenu1 > ul > li .loginbtn{background:none!important; color:#2f4557;padding: 10px 0px;}
.topmenu1{display: flex;align-items: center;}
.topmenu1 > ul > li .registerbtn{display: none;}
.topmenu1 > ul > li .loginbtn i{display: block;}
.topmenu1 > ul > li .loginbtn span{display: none;}
.topmenu1 > ul > li i{font-size: 26px;}

.ddclick{position: absolute; right: 0; top: 0; width: 32px; height:42px;/* background:#ccc;*/ cursor: pointer;color:#405464;}
.ddclick:before {content: "+";display: inline-block; width: 100%; text-align: center; line-height: 42px; font-size: 24px;}
.ddclick.active:before {content: "-";}
.sub-menu{list-style: none;} 
.sub-menu li a {padding: 5px;}
/*.ourprograms .cimg {
    height: 197px;
}*/
}


.page-header-right-enroll-box{display: flex; justify-content: center;}
.datebtns{display: flex;}
.datebtns li{border:none; border-left: 1px solid #ccc; padding: 0 30px;}
.datebtns li:first-child{border: none;}

@media screen and (max-width:1440px){
#myVideo{height:540px;}
}

@media screen and (max-width:991px){
    .page-header-right-enroll-box{flex-wrap: wrap;}
    .buttonsec{padding: 20px 0 0;}
    .datebtns li{padding: 0 15px;}
.contactpage .container{max-width: 100%;}
.leftobject ul li span { padding: 10px 0;}
.dates1{font-size: 24px;}
.mini-cart-item .mini-cart-body-wrap{width: 260px;}
.navbar-expand-lg > .container { padding-left: 15px; padding-right: 15px;}
.banner{padding: 0;display: unset;height: auto;padding-bottom: 30px;}
.video{width: 100%; position: relative;} 
#myVideo {width: 100%; height: auto;}
.bannerbox{width: 100%;padding:30px 35px;text-align: center;} 
.bheading {font-size: 32px;}
.learbtn {padding: 12px 30px;margin-top: 15px;}
.ourprograms > ul{margin: 0 -10px;}
.ourprograms > ul > li{padding: 10px;}
.pmtext { padding: 15px 25px;}
.title{font-size: 22px;}
.ourprogramsbg, .objectivesec, .coursesbg {padding: 40px 0;}
.tslide {padding: 30px 20px 20px;  font-size: 16px;}
.courselist > ul > li{width:50%;}
.faqs .container { max-width: 100%;}
.firstsec {margin-bottom: 30px;}
.homeblog ul li:nth-child(2) .ptext{padding: 30px; }

.heading1{font-size: 26px;} 
.counts ul li{width: 32%;}
.counts ul li span { font-size: 40px; line-height: 1.2;}
.videoabout, .faqs, .blogbg, .centerbg{padding: 40px 0;}
.videobg {padding: 80px 40px 20px;}
.videosec span{width: 50px;}
.cimg{height: 320px;}
.abouttext p{font-size: 18px;}
.homeblog ul li { width: 30%; padding: 5px;}
.homeblog ul li:nth-child(2) { width: 40%;}
.homeblog ul li:nth-child(2) .blogimg { height: 400px;}
.ptext{padding: 20px;}
.homeblog ul li:nth-child(2) .blogbox .title{font-size: 24px;}
.blogbox .title{font-size: 16px;}
.homeblog ul li:first-child .blogbox {margin-top: 65px;}
.homeblog ul li:nth-child(3) .blogbox { margin-top: 20px;}
.flogo{width: 33.33%;}
.fabout{width: 66.66%; min-height: 130px;}
.flogo img{max-height: 40px;}
.follow{margin-top: 15px;}
.fmenu, .newsletter {width: 33.33%; padding-left: 0;} 
.newsletter input, .newsletter button {width: 100%;  border-radius: 30px; margin-top: 15px;}

.peopleimg {width: 200px; height: 200px; line-height:196px;}
.peoplecont {width: calc(100% - 200px);  padding:20px 0px 0px 50px; background-size: 50px;}
.peoplecont::before{background-size: 50px;}

.bloglistpage ul li{width: 50%;}
.fcbox .fcimg,.fcbox .fcfrm{
    width: 100%;
    float: left;
}
.fcimg-box{
    height: auto;
}
.fcfrm-sec{
    height: auto;
}
.featureboxlist .prohead .title{max-width: 170px; display: block; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.featureboxlist .coursesbox .cimg{border-radius: 8px;}

}
 
.buttonsec, .pricetext, .hrsec1{vertical-align: top;}

.enroll-box-btn-group.mt-3, .pricetext{margin-top: 0!important;}

.post-content h3{font-weight: 600; font-size: 1.5rem;}
.post-content ul{list-style: disc; margin-left: 15px; margin-bottom: 20px;}

@media screen and (max-width:767px){ 
    .banner{padding-bottom: 0;}
body{font-size: 14px;}
.heading1{font-size: 24px;}
.heading1 br{display: none;}
.bannerbox p{ display: none; }
.ourprograms > ul > li { width: 100%;}
.ourprogramsbg .headingsec { margin-bottom: 0;}
.learbtn{font-size: 15px;}
.bheading { font-size: 22px;margin-bottom: 0;}
.leftobject{width: 100%; padding: 0 0 15px;}
.centercontent{padding: 0;font-size: 16px;}
.heading2{font-size: 22px;}
.faqtitle{font-size: 16px;}
.faqcont{font-size: 14px;}

.videoview .videofield #lecture_video{ height: 400px;   }
.featureboxlist .coursesbox .cimg{width: 100%;}
.featureboxlist .coursebox .pmtext{width: 100%; padding: 30px 0;}

.videobg {padding: 60px 20px 10px;}
.videobg ul { display: block;}
.videobg ul li { padding: 0;margin-bottom: 15px;}
.videobg svg{display: none;}

.csearch input{
    width: 100% !important;
}
.firstsec {background: #f5f5f5; margin: 0; padding: 15px 0;}
.abouttext {width: 100%; padding: 15px 0;}
.aboutimg{width: 100%; position: static; margin-bottom: 15px;}
.abouttext .heading1 { clear: both;  margin: 0;}
.abouttext p { font-size: 16px; text-align: justify;}
/*.navicon{top: 0px;}*/
.logo2 {width: 150px;}
.home {padding-top: 53px;}
.leftobject .heading1 {color: #fff; font-size: 32px;}
.fabout {min-height: auto; margin-top: 25px;}

.formcontact{width: 100%; padding:0; margin-bottom: 20px;}
.contactleft{width: 100%;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 2rem !important;}

}

@media screen and (max-width:639px){ 
    .datebtns{ flex-wrap: wrap;width: 100%;}
    .datebtns li{width: 100%; border: none; padding-top: 15px;}
.rightobject{width: 100%;}
.footerbg{text-align: center; padding: 40px 0;}
.fmenu, .newsletter, .flogo, .fabout {width:100%;}

.homeblog ul li { width: 100% !important; padding: 0; }
.blogbox { margin-top: 10px !important;}
.peopleimg{float: none;margin: 0 auto;margin-bottom: 20px;}
.peoplecont{width: 100%; margin-top: 15px;}
.bloglistpage ul li{width:100%;}

.videofield #lecture_video {height: 300px;}
.videoview .videofield #lecture_video{ height: 300px;   }
h2{font-size: 24px;}

.course-description-title{font-size: 24px;}
.banner{height: auto;}
.fmenu, .newsletter{margin-top: 30px;}
}


@media screen and (max-width:479px){ 
    .title { font-size: 18px;}
.counts ul li {width: 100%;}
.counts ul li span {font-size: 30px;}
.imgsec { float: none;  margin: 0 auto;}
.tslide .text { width: 100%; text-align: center; padding-top: 10px;}
.courselist > ul > li{width: 100%;}

.videoview .videofield #lecture_video{ height:250px;   }
.ourprograms-home ul li{width: 100%;}
.btnsbg{min-width: 130px;}

.pmtext .lefttitles{ max-width: 55%; }


}

.checkedgreen{line-height: 25px; font-size: 16px;}
.namesize{ font-size: 16px;}
.lecture-icon > img{height: 80px; border-radius: 5px;}
.namesize .status{width: 34px; height: 34px;}
.section-item-title > a{align-items: center;}
.course-description{background: #fff; padding: 30px;}
.course-description .expand-more-btn-wrap{background: #fff;padding-top: 10px;}

.courses-container-wrap .listrow ul li{float: none;}
.courses-container-wrap .listrow ul{display: flex; flex-wrap: wrap;}
.coursesbox.courses .pmtext p{white-space: nowrap;}

@media screen and (max-width: 414px){
    .coursesbox.courses .pmtext p{white-space: normal; padding-right: 30px;}
}

@media screen and (max-width: 390px){
    .coursesbox.courses .pmtext p{white-space: normal; padding-right: 10px;}
}

@media screen and (max-width: 360px){
    .coursesbox.courses .pmtext p{white-space: normal; padding-right: 0px;}
}


.topcategorysec .categoryslide{padding: 0 1.5rem;display: flex;justify-content: center;}
.topcategorysec h2{margin-bottom: 2rem;}
.ptext a{color: #000;}
.blogcontents h1{font-size: 18px;}
.player .vp-controls .play-bar{display: none!important;}


@media (max-width: 767px){
 .blogcontents {padding: 25px}
 .singleimg { height: 300px; }
}

@media (max-width: 400x){
    .blogimg{height: 200px}
}

.headingsec h1 , .headingsec h2{display: none;}

.headsec h1 , .headsec h2:nth-child(2){display: none;}
.page-header-left.text-center.innerheader h1:nth-child(1) , .page-header-left.text-center.innerheader h2{display: none;}

.hiddenhead{display: none;}
.register h1 , .register h2{display: none;}
.topcategorysec h2:nth-child(2) , .topcategorysec h1{display: none;}
.login h1 , .login h2{display: none;}
:focus-visible { outline: none; }


.blogcontents h2 {
    font-size: 18px;
}

.blogcontents>div {
    font-size: 15px;
    color: #000000b0;
}

.help-block{margin-bottom: 0;}
