
.course-section .panel-group .course-panel-heading {
    border-top: 1px solid #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.course-section .panel-group .course-panel-heading.active,
.course-section .panel-group .course-panel-heading:hover {
    background-color: #f8f9fa
}

.course-section .panel-group .course-panel-heading.active .panel-heading-left .course-lesson-icon i,
.course-section .panel-group .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
    color: #ec406a
}

.course-section .panel-group .course-panel-heading .panel-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.course-section .panel-group .course-panel-heading .panel-heading-left .title {
  margin-bottom: 0px;
}

.course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon {
    line-height: 1;
    margin-left: 15px
}

.course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon i {
    color: #d4d9dd;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.course-section .panel-group .course-panel-heading .panel-heading-left .title h4 {
    font-size: 16px;
    margin: 0 0 8px
}

.course-section .panel-group .course-panel-heading .panel-heading-left .title>p {
    font-size: 14px;
    color: #adb5bd;
    font-weight: 400;
    margin: 0;
    line-height: 1
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item {
    background-color: #e9ecef;
    padding: 2px 6px;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 6px;
    line-height: 1.2;
    text-transform: capitalize
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.video {
    background-color: #65bded;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.quiz {
    background-color: #bd83ef;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.lecture {
    background-color: #68e8b7;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.exam {
    background-color: #e89369;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.practice {
    background-color: #eada68;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.attachments {
    background-color: #4ece3d;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.sound {
    background-color: #a76388;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.free {
    background-color: #8be669;
    color: #fff
}

.course-section .panel-group .course-panel-heading .panel-heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.course-section .panel-group .course-panel-heading .private-lesson {
    margin-left: 6px;
    padding-right: 0
}

.private-lesson .fa.green-lock {
    color: #48af3b
}

@media (max-width:767.98px) {
    .course-section .panel-group .course-panel-heading .private-lesson i {
        margin-right: 0!important
    }
    .course-section .panel-group .course-panel-heading .private-lesson span {
        display: none
    }
}

.course-section .panel-group .course-panel-heading .preview-button {
    background-color: #ff6060;
    color: #fff;
    border-radius: 30px
}

.course-section .panel-group .course-panel-heading .download-button {
    background-color: #4ece3d;
    margin-right: 8px;
    color: #fff;
    height: 34px;
    border-radius: 30px
}

.course-section .panel-group .course-panel-heading .download-button.gray {
    background-color: #bac2c5;
    margin-right: 8px;
    color: #fff;
    border-radius: 30px
}

@media (max-width:767.98px) {
    .course-section .panel-group .course-panel-heading .preview-button {
        display: none
    }
}

.course-section .panel-group .course-panel-heading .preview-button.for-mobile {
    display: none
}

@media (max-width:767.98px) {
    .course-section .panel-group .course-panel-heading .preview-button.for-mobile {
        display: block
    }
}

.course-section .panel-group .course-panel-heading .preview-button.for-mobile i {
    margin-left: 0
}

.course-section .panel-group .course-panel-heading .download-button,
.course-section .panel-group .course-panel-heading .preview-button,
.course-section .panel-group .course-panel-heading .private-lesson {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px
}

.course-section .panel-group .course-panel-heading .preview-button i,
.course-section .panel-group .course-panel-heading .private-lesson i {
    margin-left: 5px
}

.course-section .panel-group .panel-content {
    max-height: 0;
    overflow: hidden;
    background-color: #f8f9fa;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.course-section .panel-group .panel-content .panel-content-inner {
    padding: 15px 15px 20px 15px;
    background: #fff;
    font-size: 13px;
    text-align: justify;
    border: 1px solid #e9ecef
}


.course-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.course-main-wrapper.shop-sidebar-left .course-wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.course-wrapper-inner .courses-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .course-main-wrapper.has-sidebar .course-wrapper-inner .courses-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.courses-holder .courses-top-bar {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem
}

.courses-holder .term-description {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem
}

.courses-holder .courses-top-bar .courses-top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left .woocommerce-result-count {
    margin-bottom: 0
}

.courses-holder .courses-top-bar .layout-switcher {
    margin-right: 1rem
}

@media (max-width:767.98px) {
    .courses-holder .courses-top-bar .layout-switcher {
        display: none
    }
}

.courses-holder .courses-top-bar .layout-switcher>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: .5rem .625rem;
    margin-right: .3125rem
}

.courses-holder .courses-top-bar .layout-switcher>a.active {
    background-color: #1e83f0;
    border-color: #1e83f0
}

.courses-holder .courses-top-bar .layout-switcher>a.active svg {
    fill: #fff
}

.courses-holder .courses-top-bar .layout-switcher>a svg {
    fill: #495057;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.course-section-title {
    margin: 0;
    padding: 5px 10px;
    display: flex;
}

.course-section-title.cursor-pointer {
    cursor: pointer
}

.course-section-title .far {
    padding: 4px 0 4px 10px;
    color: #7b868a
}

.course-section-title .fa {
    position: absolute;
    left: 40px;
    top:40px;
    font-size: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #bdbdbd;
}

.course-section-title img {
  max-width: 58px !important;
  margin-left: 15px;
  display: inline-block;
}

.course-section-title .gheadlinel {
    display: inline-block;
    margin-right: 7px;
    color: #111;
}
.course-section-title .gheadlinel span {
  font-size:18px;
  font-weight: 600;
}
.course-section-title .gheadlinel p {
  margin-bottom: 0;
}

.course-section.active .course-section-title .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.course-section {
	background: #f7f7f7;
    padding: 10px 18px;
    border: 1px solid #e9ecef;
	border-radius: 3px;
}

@media (max-width: 991.98px) {
  .course-section-title .gheadlinel span {
    font-size: 14px;
    font-weight: 600;
}
.course-section-title .gheadlinel {
    float: none;
    width: 100%;
    padding-left: 11px;
}
.course-section-title .gheadlinel p {
    font-size: 11px;
}
.course-section-title img {
    max-width: 35px !important;
    margin-left: 5px;
}
.course-section {
    background: #f7f7f7;
    padding: 10px 10px;
    border: 1px solid #e9ecef;
    border-radius: 3px;
}

}

.panel-group.deactive {
    display: none;
}




.video_popup_wrrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999
}

.video_popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(9, 9, 9, .7)
}

.video_popup_inner {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 50%;
    bottom: 50%;
    widht: 100%;
    transform: translate(50%, 50%);
    color: #fff;
    text-align: center
}

@media (max-width:992px) {
    .video_popup_inner {
        width: 90%
    }
}

.video_popup_inner video {
    margin: auto auto;
    display: block
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ec406a;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


@media (max-width:767.98px) {
  .course-section-title .fa {
    left: 14px;
    top:30px;
    font-size: 18px;
  }
  .course-section-title {
    padding: 2px 2px;
}
.course-section .panel-group .course-panel-heading .panel-heading-left .title h4 {
    font-size: 13px;
}
.course-section .panel-group .course-panel-heading .panel-heading-left .title>p {
    display: none;
}
.course-section .panel-group .course-panel-heading {
    padding: 15px;
}
.course-section .panel-group .course-panel-heading .panel-heading-left .badge-item {
    font-size: 11px;
    font-weight: 400;
}
}
