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

:root{
    --text-color: #333333;
    --brand-color : #FF6A94;
    --a-color : #652A82;
    --a-hover-color : #aa66cc;
    --btn-theme-primary-bg : #FF6A94;
    --btn-theme-primary-hover-bg : #e45e84;
    --color-less: #ffffff;
}

html {
  scroll-behavior: smooth;
}


body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
}

h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}


/**
Reset CSS
 */
a{
    color: var(--a-color);
    transition: all 0.3s ease-out;
}
a:hover{
    color: var(--a-hover-color);
    text-decoration: none;
    transition: all 0.3s ease-out;
    
}
a.disabled{
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #999999 !important;
}
a.nav-btn.disabled:hover{
    background-color: #CCCCCC;
}
.btn-purple{
    color: #fff;
    background-color: #aa66cc;
    border-color: #9359b2;
}
.btn-purple:hover{
    color: #fff;
    background-color: #8954a8;
}
.bg-light-sky{
    background-color: #e7ecff !important;
}
.bg-light-success{
    background-color: #eefff6 !important;
}
.bg-dark-blue{
    background-color: #033E80 !important;
}
.bg-branded {
    background-color: #ff6a94 !important;
}
.branded-color {
    color: #ff6a94 !important;
}
.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.lecture-content-article h4{
    font-size: 20px;
}
.lecture-content-article ul{
    list-style-position: inside;
}
.has-error .invalid-feedback{
    display: block;
}
.form-group.has-error{
    color: var(--danger);
}
.form-group.has-error .form-control {
    border-color: var(--danger);
}
.btn, .form-control{
    border-radius: 4px;
}
.btn-round{
    border-radius: 25px;
}
.btn-theme-primary{
    color: #fff !important;
    background-color: var(--btn-theme-primary-bg);
    border-radius: 4px;
}
.btn-theme-primary:hover{
    color: #fff;
    background-color: var(--btn-theme-primary-hover-bg);
}

.btn-theme-colored{
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}
.btn-theme-colored:hover{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
}

.btn-login-outline{
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
    border-radius: 4px;
    margin-left: 10px;
}
.btn-login-outline:hover{
    color: #fff !important;
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.btn-primary {
    background-color: #ba80fe;
    border-radius: 4px;
    border-color: #ba80fe;
}

.btn-primary:hover {
    background-color: var(--a-hover-color);
    border-color: var(--a-hover-color);
}

/* Main TOP NAV ******************************* */
.main-navbar-wrap {
    max-width: 1150px;
    margin: auto;
    padding: 5px 20px;
    background: var(--color-less);
}

.main-navbar-wrap .navbar-brand img{
    height: 60px;
    width: auto;
}

.main-navbar-wrap ul .nav-item {
    font-size: 15px !important;
    
}

.main-navbar-wrap .btn-theme-primary {
    margin-left: 10px;
}

.dropdown-menu {
    min-width: 300px;
    font-weight: normal;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}


.dropdown-menu.columns-2 {
    min-width: 480px;
}
.dropdown-menu li a {
	padding: 10px 15px;
	font-weight: 400;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
    font-size: 14px;
    font-weight: 400;
	display: block;
	clear: both;
	line-height: 1.4;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: var(--color-less);
	background-color: var(--brand-color);
}

.navbar-nav li a{
    color: #333 !important;
}

.profile-nav i{
    font-size: 17px;
}

.profile-nav {
    margin-top: -17px;
    padding: 10px 0 15px 0;
}

.profile-nav ul p{
    padding: 5px 0 0 15px;
    font-size: 14px;
}
.profile-nav ul span{
    color: #999;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 992px) {
    .main-navbar-wrap .btn-theme-primary {
        margin-left: 0;
    }
    .main-navbar-wrap .btn-login-outline {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .profile-nav {
        margin-top: 0px;
    }
}

.navbar{
    padding: 10px 0 !important;
}
.site-main-logo img{
    height: 60px;
    width: auto;
}


/**
* Top categories menu
*/
#mainNavbarContent .main-nav-right-menu{
    text-align: right;
    position: relative;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 265px;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu .dashboard-menu li a{
    font-size: 13px;
}
a#miniCartDropDown:after, a.profile-dropdown-toogle:after{
    content: none;
}
a#miniCartDropDown, a.profile-dropdown-toogle {
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    font-size: 21px;
    padding: 4px 6px 0 5px;
}
a#miniCartDropDown:hover, a.profile-dropdown-toogle:hover {
    opacity: .7;
}
#miniCartDropDown .badge {
    font-size: 11px;
    padding: 3px 5px;
    position: absolute;
    right: 3px;
}
.profile-dropdown-toogle{
    padding: 5px;
}
.profile-dropdown-toogle img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: -3px;
}
.profile-dropdown-menu{
    position: absolute;
    display: none;
    z-index: 99;
    right: 0;
    background-color: #f8f9fa;
    width: 250px;
    text-align: left;
    border-radius: 10px;
    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{
    flex: 0 0 70px;
}
.mini-cart-course-title{
    font-size: 13px;
}
.minicart-course-info .current-price{
    color: #222;
}
.minicart-course-info .old-price{
    font-size: 15px;
}
.mini-cart-course-item {
    position: relative;
}
.mini-cart-course-item .remove-cart-btn {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    background-color: #5a63a2;
    color: #fff;
    border: none;
}
/**
* #END Nav Menu
*/

/**
Hero Section
 */
.main-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-left-wrap {
    margin-top: 80px;
}

.hero-left-wrap img {
    object-fit: cover;
    max-height: 480px;
    width: auto;
}

@media (max-width: 600px) {
  .main-slider {
    margin: auto -15px;
  }
}

.hero-right-wrap {
    display: flex;
    align-items: center;
}

.hero-title{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    color: #fff;
}

.hero-banner {
    padding: 100px 0;
    background: #ba80fe url(/public/themes/imc/images/hero-bg.svg) no-repeat scroll center center / cover;
    position: relative;
}

.hero-banner::before {
    content: "";
    background: #3f3f3f;
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -30px auto auto auto;
    padding-bottom: 20px;
    list-style-type: none;
    outline: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
    outline: none;
  }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: black;
    opacity: 0.2;
    text-indent: -9999px;
    outline: none;
  }
  .slick-dots li.slick-active button {
    background-color: black;
    opacity: 0.5;
    outline: none;
  }
/**
Home Info Box
 */
.home-section-wrap:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.home-info-box{
    text-align: left;
}
.home-info-box img{
    max-width: 50px;
    height: auto;
    margin-bottom: 10px;
}
.home-info-box h3 {
    font-size: 20px;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
      .home-info-box{
          margin-top: 25px;
          border: 1px solid #eee;
          border-radius: 6px;
          padding: 15px;
      }
      .first-box {
          margin-top: -20px;
      }
}
/**
Responsive CSS
 */

/**
Home popular courses
 */
.home-popular-courses-wrapper{
    background-color: #f7f8fa;
}
.course-card{
    background-color: #ffffff;
    font-size: 14px;
    position: relative;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3 !important;
}
.course-card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    transition: all 0.3 !important;
}

.course-card .course-card-img-wrap img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.course-card .course-card-contents{
    padding: 10px;
}
.course-card a{
    color: #29303b;
}
.course-card-title{
    font-size: 20px;
    font-weight: 700;
}
.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: rgba(0, 0, 0, 0.4) !important;
    margin-right: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.course-card-add-wish:hover{
    color: #ff0000 !important;
}
.course-card-add-wish:hover i.la{
    font-weight: 600 !important;
}

/**  Mid Call To Action **/
.mid-callto-action-wrap{
    padding: 100px 0;
    background: #ba80fe url(../../images/hero-bg.svg) no-repeat scroll center center / cover;
    position: relative;
}
.mid-callto-action-wrap::before {
    content: "";
    background: #3f3f3f;
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    top: 0;
    width: 100%;
}
.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;
    margin-left:0;
    padding-left:0;
}
.home-blog-card h2 a {
    color: #222;
}
.home-blog-card a:hover{
    color: #222;
}

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

.post-content h2{
    font-size: 26px;
    font-weight: 600;
    margin: 35px auto 10px auto;
}

.post-content h3{
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto 10px auto;
}

.post-content ol {
    margin: 15px auto;
}

.post-content ol[type=a] {
    margin-top: 0;
}

.post-content ol li {
    margin: 8px auto;
}

.blog-regular-post .blog-card-thumbnail-wrapper{
    margin-bottom: 30px;
}

.blog-feature-post .blog-card-thumbnail-wrapper{
    margin-bottom: 30px;
}
 @media screen and (min-width: 768px) {
    .blog-feature-post .blog-card{
        display: flex;
    }
    .blog-feature-post .blog-card-thumbnail-wrapper{
        margin-right: 30px;
    }
}

.blog-card .excerpt{
    flex: 1;
}

.blog-card .excerpt h2{
    font-weight: 700;
    line-height: 1.4;
}
.blog-feature-post .blog-card{
    margin-bottom: 30px;
}

/**
*  HOME - Our Accreditation & Affiliations
 */
 
 .customer-logos .slide img{
    padding: 17px;
 }

 .logo-slider h3 {
     font-size: 18px;
 }
  .customer-logos {
     display: flex;
     align-items: center;
 }
 
 .customer-logos .slide img{
    width: 85%;
    height: auto;
 }
 @media screen and (max-width: 768px) {
.customer-logos .slide img{
    width: 100%;
    height: auto;
 }
 }
 .slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
* Checkout Page
*/
.checkout-page-wrap{
    background-color: #f5f5f5;
}
.order-summery-course-thumbnail{
    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: #eac4ff;
    font-size: 90%;
}
.agreement-text{
    line-height: 2;
}

/**
* Dashboard Section
*/
#ChartArea{
    width: 100%; height: 400px;
}
.dashboard-wrap{
    background-color: #ffffff;
    margin: 40px auto 100px auto;
}
.dashboard-menu-col{
    background-color: #eeeeee;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 8px;
}
.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: #ffffff;
    border-radius: 6px;
}
.dashboard-menu li.active a{
    color: #ffffff;
    background-color: #ba80fe;
    border-radius: 6px;
}
.dashboard-menu li.active a:hover{
    color: #ffffff;
    background-color: #ba80fe;
}
.dashboard-section-header{
    background-color: #eeeeee;
}
.dashboard-section-header i{
    line-height: 1.6;
}
.dashboard-card .card-icon i{
    font-size: 42px;
}
.course-edit-nav a{
    color: #444444;
}
.course-edit-nav a i {
    font-size: 20px;
    color: #828282;
}
.course-edit-nav a.active i{
    color: #ffffff;
}
.section-add-item-wrap{
    font-weight: bold;
    font-size: 16px;
}
.section-add-item-wrap.bg-dark a{
    color: #ffc107;
}
.section-item-btn-tool{
    line-height: 1;
    color: #686f7a;
}
.section-item-btn-tool:hover{
    color: #212529;
}
.btn-outline-danger.text-danger:hover{
    color: #ffffff !important;
}
.loader:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 5px;
    content: "\f110";
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
    display: inline-block;
}
.la.loader:before{
    content: "\f110";
}
.edit-curriculum-item .section-item-top:hover{
    cursor: move;
}
.edit-curriculum-item .section-item-title{
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis{
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-edit-header .header-course-title{
    max-width: 400px;
}
.section-item-top .section-item-btn-tool{
    display: none;
}
.section-item-top:hover .section-item-btn-tool{
    display: block;
}
.single-attachment-form{
    width: 48%;
}
.dashboard-section-item-attachments .downloadable-materials{
    font-size: 16px;
}
.dashboard-section-item-attachments .dashboard-item-attachment .attachment-title.flex-grow-1 {
    font-size: 13px;
}
textarea#benefits, textarea#requirements {
    font-size: 14px;
}
.dashboard-inline-submenu-wrap a{
    color: 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 {
    flex: 0 0 50%;
}

.question-title-text {
        line-height: 1.2 !important;
}

.question-title-text span {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .question-title-text {
        line-height: 1 !important;
    }

    .question-title-text span {
        font-size: 18px;
        font-weight: 400;
    }
}

.question-basic-info .question-score {
    flex: 0 0 20%;
}
.question-basic-info .question-image-wrap {
    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{
    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;
    -webkit-box-sizing: content-box;
    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;
    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 {
    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: #666666;
}
.page-header-jumborton{
    min-height:220px;
    /*background:linear-gradient(90deg, #ba80fe 75%, #fe6a95 100%);*/
    background: #ba80fe url(../../images/hero-bg.svg) no-repeat scroll center center / cover;
}
.page-header-jumborton .page-header-left{
    color: #ffffff;
}
.page-header-jumborton h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}
.page-header-subtitle{
    font-size: 18px;
    font-weight: 300;
}

.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;
}
.course-landing-page-price-wrap .price-html-wrap .current-price{
    font-size: 32px;
}
.price-html-wrap .old-price{
    font-size: 100%;
    color: #333;
}
.course-landing-page-price-wrap .price-html-wrap .old-price, .course-landing-page-price-wrap .price-html-wrap  .discount-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.course-landing-page-price-wrap .price-html-wrap .free-text{
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.course-curriculum-item{
    padding: 10px;
}
.course-section-item-details {
    flex: 0 0 190px;
}
.section-item-duration{
    flex: 0 0 60px;
    text-align: right;
}
.course-curriculum-title{
    color: var(--text-color);
    font-weight: 700;
}
.course-widget{
    color: #333;
}
.course-widget .la:before{
    line-height: 1.6;
}
.content-expand-wrap{
    max-height: 100%;
    overflow: hidden;
    position: relative;
}
.expand-more-btn-wrap {
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.95),#FFF);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.course-widget .expand-more-btn-wrap {
    background: linear-gradient(rgba(246,250,255,0),rgba(246,250,255,0.95),#f6faff);
}
.expand-more-btn.btn-link{
    color: var(--a-color);
}
.btn-link{
    color: var(--a-color);
}
.btn-link:hover{
    color: var(--a-hover-color);
}
.course-whats-included-box ul li{
    display: flex;
    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{
    flex: 0 0 220px;
}
.instructor-stats .profile-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.instructor-details .instructor-name{
    font-weight: 600;
}

/** END: Instructor Box **/

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

.star-rating-bar-bg{
    background: #f2f3f5;
    height: 20px;
    width: 100%;
    margin-right: 20px;
}
.rating-percent-text {
    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 {
    flex: 0 0 120px;
    margin-bottom: 10px;
    text-align: right;
}
.reviews-list-wrap .reviewed-user{
    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 {
    flex: 0 0 349px;
    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;
    background-color: var(--text-color);
}
.lecture-header-right .disabled{ 
    background-color: #CCCCCC;
}
.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{
    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;
    /*height: calc(100% - 50px) !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{
    font-size: 16px;
}

/**
* Assignment Single Page
*/
.assignment-header-info{
    background-color: #ddf1ff;
    border: 1px solid #bbdaf1;
}
#assignment-submission-form h4{
    font-size: 18px;
}
/**
* Quiz Single Page, Attempt Page
*/
.quiz-wrap{
    margin-bottom: 100px;
}
.quiz-wrap h1, .quiz-wrap h2{
    font-weight: 300;
    line-height: 1.4;
}

.quiz-wrap h1{
    font-size: 2.2em;
}

.quiz-wrap h2{
    font-size: 1.7em;
}
.question-wrap .quiz-image img{
    width: 100%;
    height: auto;
}
.attempt-options-wrap{
    display: flex;
    flex-wrap: wrap;
}
.question-option {
    padding: 5px 0;
    width: 100%;
}
.question-option label{
    background-color: #f1f1f1;
    color: #525252;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 15px;
    display: block;
    line-height: 1.3;
    padding: 13px 8px 11px;
    overflow: hidden;
    border-radius: 4px;
}
.question-option label:hover {
    filter: brightness(90%);
}
.btn-wide {
    min-width: 140px;
    cursor: pointer;
    animation: 100ms ease-in;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1)
}
.btn-dark-blue{
    background-color: #0B79D3;
    color: #FFF;
    font-size: 16px;
}
.btn-dark-blue:hover{
    color: #ffffff;
    filter: brightness(90%);
}
#quiz-progress {
    z-index: 99;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
}
span.quiz-progress-number {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
span.quiz-progress-number.active {
    display: inline-block;
    padding: 6px 10px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 3px;
}
.quiz-submitted-alert h1{
    font-size: 4em;
}
.quiz-result-gretings .greetings-icon{
    font-size: 5em;
}
/** END Quiz Single page, Attempt Page **/

/**
* Categories page
*/
.page-header-wrapper{
    min-height:150px;
    position: relative;
    color: #ffffff;
    background: #ba80fe url(../../images/hero-bg.svg) no-repeat scroll center center / cover;
}

.page-header-wrapper h1{
    font-weight: 600;
}
.page-header-wrapper a:not(.btn) {
    /*color: #e8e9ff;*/
}
.page-header-wrapper .breadcrumb{
    background-color: transparent;
    padding-left: 0;
    color: #4b4c4d;
}

.breadcrumb a{
    color: #4b4c4d;
}
.breadcrumb .active{
    color: #4b4c4d;
}

.category-item-name a{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 17px !important;
    color: #333;
}
.category-item-name a:hover {
    background: rgb(186, 130, 254, .1);
}
.category-item-name a i{
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1367px) {
    .category-item-name a{
        font-size: 12px;
        padding-bottom: 10px !important;
    }
}
/** END Categories **/

/**
* No data screen
*/
.no-data-screen-wrap{
    color: #777777;
}
.no-data-screen-wrap  i{
    font-size: 90px;
    margin-bottom: 10px;
}
.no-data-screen-wrap h3{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}
.no-data-screen-wrap h5{
    font-size: 20px;
    font-weight: 300;
}
/** ENd no data screen **/

/**********************************************************************
* Plugins Support
***********************************************************************/

/**
* Student Progress
*/
.progress-report-loop-detail .progress{
    height: 5px;
}
.lecture-status-icon{
    font-size: 20px;
}

/**
Footer Section
 */

footer{
    font-size: 14px;
    position: relative;
    color: #ffffff;
    background: #24292d url(../../images/footer-bg.svg) no-repeat scroll center center / cover;
}
footer::before {
    content: "";
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}
footer a{
    color: #ffffff;
    border-bottom: 1px dotted #eee;
}
footer a:hover{
    color: var(--a-hover-color);
    border-bottom: 1px solid var(--a-hover-color);
}
footer h4{
    font-size: 18px;
    margin-bottom: 20px;
}
footer .footer-links{
    display: flex;
    flex-wrap: wrap;
}
footer .footer-links li{
    flex: 100%;
    flex-grow: 0;
}
footer .footer-links li a{
    line-height: 35px;
}
.footer-social-icon-wrap a{
    border-bottom: none;
}
.footer-social-icon-wrap a:hover{
    border-bottom: none;
}
.footer-social-icon-wrap a:hover{
    color: var(--a-hover-color);
}
.footer-social-icon-wrap i{
    font-size: 30px;
}
.footer-payment-icon-wrap i{
    font-size: 38px;
}
footer .footer-top{
    border-bottom: 1px solid #3e454d;
}
.footer-bottom-right-links li{
    display: inline-block;
}
.footer-bottom-right-links li a{
    display: block;
    margin-left: 0px;
    margin-right: 15px;
}

footer  .footer-bottom, .footer-bottom a{
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 400px){  
    footer  .footer-bottom {
    margin-left: -20px;
}
}


/**
* 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;
    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;
    transform-origin: center right;
}

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

/** END Circle Progress **/


/**
 * payment Form
 */

/**
 * payment Page
 */
.payment-thankyou-wrap{
    height: auto;
    margin: auto;
}
.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: 40%;
    top: -moz-calc(50% - 40px);
    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-player-wrapper{
    max-width: 720px;
}
.videoPlayerCaption {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}
.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;
}
.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;
    left: 20px;
    border-radius: 6px;
}
.cookie_notice_msg{
    padding: 20px;
}
.cookie_notice_popup .cookie-dismiss{
    color: rgb(255, 255, 255);
    background-color: var(--a-color);
    padding: 0.5em;
    text-align: center;
    display: block;
    border-radius:6px;
    margin: 15px;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color: var(--a-hover-color);
}

@media(max-width:991.5px) {
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }
    /*.hero-right-col{*/
    /*    display: none;*/
    /*}*/
    .hero-left-wrap{
        display: none;
    }
    .categories-nav-item-wrapper{
        width: 20%;
        display: inline-block;
    }
    .header-search-wrap {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .main-nav-auth-profile-wrap{
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        float: right;
    }
    .main-nav-auth-profile-wrap > li{
        display: inline-block;
    }
}
@media(min-width:768px) {
    .lecture-sidebar{
        display: block;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*justify-content: space-between;*/
    }
}
@media(max-width:767.5px) {
    .lecture-header-left {
        flex: 0 0 149px;
    }
    .lecture-container{
        margin-left: 0;
        padding: 20px !important;
    }
    .lecture-sidebar{
        display: none;
        width: 100%;
    }
    .cookie_notice_popup{
        bottom: 0;
        width: 100%;
        right: 0;
    }
}
@media(max-width:574px) {
    /**
    * Mobile, iPhone
    */
    .lecture-header-left{
        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;
    }
}

/*
Testimonial *******************************/

.testimonial {
    margin: 50px auto 100px auto;
}

.carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial-wrapper {
	padding: 0 10px;
}
.carousel .testimonial {
	color: #808080;
	position: relative;
	padding: 15px;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-radius: 3px;
	margin-bottom: 15px;
}
.carousel .testimonial::after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-width: 0 0 1px 1px;
	position: absolute;
	bottom: -8px;
	left: 46px;
	transform: rotateZ(-46deg);
}
.carousel .star-rating li {
	padding: 0 2px;
}
.carousel .star-rating i {
	font-size: 16px;
	color: #ffdc12;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: var(--brand-color);
}
.carousel .carousel-indicators {
	bottom: -70px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 2px;
	box-sizing: border-box;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
	background: var(--brand-color);
	border: 5px double;    
}



/*
    FAQs *******************************/

.accordion {
    margin: 30px auto 60px auto;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid var(--brand-color);
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--brand-color);
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded='true'] {
    color: var(--brand-color);
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }


  .mt-60{
    margin-top:60px;
}

.home-section-04 {
    margin-top: -20px;
    padding: 0px 0px 100px 0px;
    background-color: #f9f9f9;
}

.about-section-03 {
    padding: 40px 0px 10px 0px;
}

.about-section-05 {
    padding: 30px 0px 50px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 80px;
    height: 80px;
    background: #c77cea;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #c77cea;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: var(--brand-color);
}




.carousel-cell {
    width: 66%;
  }
  
  .cell__wrap {
    width: 75%;
    margin: 0 auto;
  }
  
  .cell__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .cell__title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin: 0;
    -webkit-transform: translateY(-50%) translateX(-20%);
            transform: translateY(-50%) translateX(-20%);
  }
  
  .text-split {
    overflow: hidden;
    display: inline-block;
  }
  .text-split.whitespace {
    display: initial;
  }
  
  .text-split__inner {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .is-selected .text-split__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .text-split__inner.whitespace {
    display: initial;
  }
  
  .cell__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
              transform: rotateX(-100deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 1;
    }
  }
  @keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
              transform: rotateX(-100deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 1;
    }
  }
 
.section-primary {
    padding: 0px 0px;
}

.testimonial-two {
    padding: 20px;
    border: 2px solid #0cb4ce;
    border-radius: 2px;
}


.testimonial-two blockquote p:before {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #0cb4ce;
    font-weight: 900;
    left: 10px;
    color: #FFF;
    content: "“";
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 5px;
    font-size: 45px;
}

.testimonial-two blockquote p:after {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #0cb4ce;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
    font-weight: 900;
    transform: scaleY(-1);
    font-size: 45px;
    bottom: -5px;
}


.testimonial-two blockquote {
    padding: 15px 15px 15px 48px;
    position: relative;
}

.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
    color: #0cb4ce;
    font-weight: 900;
}

.testimonial-two blockquote p {
    font-size: inherit;
    font-weight: inherit;
}

.testimonial-two .testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}

.testimonial-two .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

.testimonial-two .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}

.testimonial-two .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}

.testimonial-two .testimonial-author img {
    max-width: 55px;
}

.testimonial-two .testimonial-author {
    margin-left: 12px;
    margin-bottom: 15px;
}


.testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.testimonial-two .owl-theme .owl-dots {
    text-align: left;
    margin-left: 50px;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
       border-color: #0cb4ce;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
    background-color: #0cb4ce;
}




.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial-three .testimonial-content {
    overflow: hidden;
}

.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}


.testimonial-three .testimonial-name {
    display: block;
}


.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}

.testimonial-three .testimonial-three-col:hover {
   background-color:#f7f7f7;
}

.alternate-color .testimonial-three .testimonial-three-col:hover {
   background-color:white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
    border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
    border-bottom: none;
}







.testimonial-four .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}

.testimonial-four .testimonial-author img {
   max-width: 55px;
}

.testimonial-four .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 500;
   font-size: 14px;
   color: #444;
}

.testimonial-four .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}

.testimonial-four blockquote {
   padding: 30px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 20px;
   padding-bottom: 25px;
   border: 2px solid #eaeaea;
}

.testimonial-four blockquote::after {
   content: "";
   border-right: 2px solid #eaeaea;
   border-bottom: 2px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -12px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: white;
}

.testimonial-four .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}

.testimonial-four .testimonial-author {
   position: relative;
   overflow: hidden;
}

.testimonial-four blockquote:hover::after {
   border-right: 2px solid #0cb4ce;
   border-bottom: 2px solid #0cb4ce;
}

.testimonial-four blockquote:hover {
   border: 2px solid #0cb4ce;
}





.testimonial-five blockquote p {
    font-weight: 400;
    font-size: 14.58px;
    line-height: 1.6;
    margin-bottom:0;
}

.testimonial-five .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}

.testimonial-five .testimonial-author img {
   max-width: 55px;
}

.testimonial-five .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 600;
   font-size: 13px; 
}

.testimonial-five .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}

.testimonial-five blockquote {
   padding: 32px 41px 37px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 30px; 
   border: 0px solid #eaeaea;
   background-color: #f7f7f7;
}

.testimonial-five blockquote::after {
   content: "";
   border-right: 0px solid #eaeaea;
   border-bottom: 0px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -10px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: #f7f7f7;
}

.testimonial-five.testimonial-light blockquote{
   background-color:white;
}
.testimonial-five.testimonial-light blockquote::after {
   background: white;
}


.testimonial-five .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}

.testimonial-five .testimonial-author {
   position: relative;
   overflow: hidden;
}

.testimonial-five blockquote:before {
    content: "“";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 170px;
    color: rgba(189, 189, 189, 0.2);
    position: absolute;
    top: 10px;
    left: 20px;
}
img {
    max-width: 100%;
    height: auto;
}

.course-head-meta-wrap {
    display: none;
}
.created-by {
    display: none;
}
.last-updated-at {
    display: none;
}

#course-instructors-wrap {
    display: none;
}

.modal {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  
  .modal {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  
  
 /**** SOCIAL ICON SIDE *************************/
 
.social-side nav {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 1;
}

.social-side nav ul {
    margin-top: 0;
    margin-bottom: 0rem
}

.social-side nav li {
    height: 45px;
    position: relative
}

.social-side nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

.social-side nav li:nth-child(1) a {
    background: #4267B2
}

.social-side nav li:nth-child(2) a {
    background: #1DA1F2
}

.social-side nav li:nth-child(3) a {
        background: #2867B2
}

.social-side nav li:nth-child(4) a {
    background: #E1306C
}

.social-side nav li:nth-child(5) a {
    background: #ff0000
}

.social-side nav li:nth-child(6) a {
    background: #00bfa5;
    border-bottom: 0px;
}

.social-side nav li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 20px
}

.social-side ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.social-side a:hover {
    z-index: 1;
    width: 160px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

.social-side ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}

  @media screen and (max-width: 800px) {
      .social-side {
          display: none;
      }
      
  }


.offers-list ul{
    list-style: none;
    display: flex;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.offers-list ul li{
margin-right: 30px;
}

.offers-list ul li i{
    color: #0269ed;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .offers-list ul{
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }
}

.price-desc li{
    list-style-type: "✓ ";
    margin-left: 10px;
}

.price-desc li{
    padding-bottom: 8px;
}

.offer-btn a{
    position: fixed;
    bottom: -5px;
    left: 15px;
    background-color: #ff6a94;
    background-image: linear-gradient(to right, #ba80fe, #ff6a94);
    padding: 15px 24px;
    text-transform: uppercase;
    border-radius: 4px;
}

.offer-btn a:hover{
    color: #fff !important;
}



@media screen and (max-width: 480px) {
    .offer-btn {
        position: fixed;
        bottom: 15px;
        left: 15px;
        background-color: #ff6a94;
        padding: 12px 12px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        font-size: 13px;
    }
}

/* Display None for LSSYB EXAM Card from Course page
.course-card-18 {
    display: none !important;
}
.course-card-26 {
    display: none !important;
}

.course-card-27 {
    display: none !important;
}

.course-card-28 {
    display: none !important;
}

*/

/* Top Nav */
.custom-top-nav {
    background-color: #444;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 14px;
}
.custom-top-nav div {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: auto;
}
.custom-top-nav ul {
    display: flex;
    margin: 5px 0;
}
.custom-top-nav .right-nav li {
    margin-left: 20px;
}

.tool-imgs img {
    max-height: 45px;
    margin-right: 50px;
    margin-bottom: 55px;
}

/* HOME PAGE ALUMNI SPEAK ********************/
.testimonials-clean {
  color:#313437;
  background-color:#fff;
}

.testimonials-clean p {
  color:#555;
}

.testimonials-clean h2 {
  margin-bottom:20px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:30px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:20px;
}

@media (min-width:768px) {
  .testimonials-clean .item {

  }
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#eef4f7;
  position:relative;
  border-radius:6px;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#eef4f7;
}

.testimonials-clean .item .author {
  margin-top:20px;
  padding-left:17px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
  padding-top:15px;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:60px;
  float:left;
  margin-right:12px;
  margin-top:5px;
}

.testimonials-clean .description {
    line-clamp: 4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


/* New Course Cards */
.card-wrap {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}
.card-wrap .card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 340px;
}
.card-wrap .card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-wrap .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
}

.card-wrap .card-body h2{
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.card-wrap .card-body h2 a{
    color: #222;
}

.card-wrap .card-body h2 a:hover{
    color: #ff6a94;
}

.card-wrap .more-link {
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}


.card-wrap .tag-wrap {
  display: flex;
  gap: 5px;
}

.card-wrap .tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 3px 10px 2px 10px;
  text-transform: uppercase;
}

.card-wrap .tag-teal {
  background-color: #47bcd4;
}
.card-wrap .tag-purple {
  background-color: #5e76bf;
}
.card-wrap .tag-pink {
  background-color: #cd5b9f;
}

.card-wrap .card-body p {
  font-size: 14px;
  margin: 0 0 20px;
}
.card-wrap .alumni {
  display: flex;
  margin-top: 25px;
  margin-bottom: 15px;
}

.card-wrap .alumni .morebtn{
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 0px;
    padding: 0px 12px 0 11px;
    background-color: #fff;
    position: absolute;
    width: 38px;
    height: 38px;
}

.card-wrap .alumni img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: -17px;
  border: 3px solid #fff;
}


/* Upcoming Batches *******************************/

  .batch_wrap {
    height: 380px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: thin;
  }
  
  .batch_wrap::-webkit-scrollbar {width: 8px;}
  .batch_wrap::-webkit-scrollbar-track {
    background: #eee;
  }
  
  .batch_wrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: none;
  }
  
  .date_over {
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #ddd;
  }

  .upcoming {
    margin-top: 15px;
    border: 1px solid #ba80fe;
    border-radius: 8px;
    padding: 10px 20px 0px 20px;
    transition: all 0.3s;
  }
  .upcoming:hover {
    background-color: #f9f5ff;
    transition: all 0.3s;
  }
  .upcoming li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .upcoming li .batch_title{
    font-size: 14px;
    font-weight: 700;
    max-width: 160px;
    line-height: 1.6;
  }

  .upcoming li .batch_date{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
  }

  .upcoming li .batch_date:last-child{
    margin-top: -22px
  }

  .upcoming li .batch_date p:first-child{
    font-size: 20px;
    margin-top: 3px;
    margin-right: 8px;
  }
  .upcoming li .batch_enroll {
    margin-top: -15px;
  }
  .upcoming li .batch_enroll a{
    color: #fff;
    background-color: #ba80fe;
    padding: 5px 8px;
    border-radius: 4px;
  }

  .upcoming li .batch_enroll a:hover{
    background-color: #9d58eb;
  }

  @media (max-width: 800px) {

    .upcoming {
    padding: 10px 12px 0px 12px;
  }
    .upcoming li{
    flex-direction: column;
      align-items: start;
  }

  .upcoming li .batch_title{
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    margin-top: 10px;
    min-width: 100px !important;
  }

  .upcoming li .batch_date{
    font-size: 13px;
  }

  .upcoming li .batch_date p:first-child{
    font-size: 18px;
    margin-top: 3px;
    margin-right: 8px;
  }

  .upcoming li .batch_enroll {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .upcoming li{
    margin-bottom: 15px;
  }

  }
  
 /* Educator Page */ 
 .team-card-warp {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  border-radius: 8px;
}

.team-card {
  flex: 1 0 auto;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
}

.team-card:hover {
    border: 1px solid #ddd;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.team-card img{
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: auto;
}

.team-card .avatar{
  max-width: 100%;
  margin: auto;
}

.team-card-warp .card-txt {
   padding: 0 13px; 
}

.team-card-warp .card-txt p {
    font-size: 13px;
}

.course_page_block p {
  font-size: 13px;  
}

.course_page_block h5 {
  font-size: 15px;
  font-weight: 700;
}

.course_page_colored {
    margin: auto;
    background-color: #232636;
    color: #fefefe;
    padding: 15px;
    border-radius: 16px;
}

.course_page_colored h4{
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 15px;
}
.course_page_colored_inner {
    display: flex;
    flex-wrap: wrap;
}

.course_page_colored_inner p{
    font-size: 16px;
    font-weight: 600;
}

.course_page_colored_inner p::before{
    content: "✔ ";
    font-weight: 900;
    font-size: 24px;
    color: #bb80fd;
}


.course_page_stats {
    display: flex;
    flex-wrap: wrap;
}

.course_page_stats h3{
    font-size: 26px;
    font-weight: 700;
}

.course_page_stats p{
    font-size: 18px;
    font-weight: 300;
}

.course_page_stats i{
    margin-bottom: 10px;
    font-size: 48px;
}

.main_nav_logo {
    cursor: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.main_nav_logo span {
    font-weight: 600;
}

#learningmode #PMPCertificationTraining #Self-PacedLearning{
    display:none;
}

#PMPCertificationTraining #course-section-413,#PMPCertificationTraining #course-section-410,#PMPCertificationTraining #course-section-44{
    display:none;
}




/*styles for Tickets*/

.payonline_page_wrap {display: flex;flex-direction: row;align-items: flex-start;max-width: 1200px;margin: auto;gap: 45px;}
.payonline_page {width: 100%;margin: auto;border: 1px solid #eee;border-radius: 12px;padding: 25px 20px;line-height: 1.4;}
.shadow-sm {box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.new{padding: 2px 8px; display:inline;margin-left: 25px;font-family: "Maven Pro",sans-serif;font-size: 9px;color: #fff;text-transform: uppercase;background-color: #2b72e6;border-radius: 3px;}
.bor-top{border-top:1px solid #d7d7d7;}
.bor-right{border-top:1px solid #d7d7d7;}
.ticket-box{background-color: #fafafa; padding: 0 20px; margin-top:30px; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7}
.ticket-box1{background-color: #fff; padding: 0 20px; margin-top:30px; border:1px solid #d7d7d7}
nav > .nav.nav-tabs{border: none;color:#fff;background:#272e38;border-radius:0;}
nav > div a.nav-item.nav-link{border:none;padding:10px 25px;color:#000;background:#f1f1f1;border-radius:0;}
nav > div a.nav-item.nav-link.active{border:none;padding:10px 25px;color:#fff;background:#ba80fe;border-radius:0;font-weight:700;}
nav > div a.nav-item.nav-link.active:after{content: "";position: relative;bottom: -48px;left: -10%;border: 15px solid transparent;border-top-color: #ba80fe ;}
.tab-content{background: #fdfdfd;line-height: 25px;border: 1px solid #ddd;border-top:5px solid #ba80fe;padding:30px 25px;}
nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus{border: none;background:#ba80fe;color:#fff;border-radius:0;transition:background 0.20s linear;}
 