:root {
    --main-color: #18113C;
    --button-color: #2f5d76;
    --green-color: rgb(107, 211, 132);
}
h3 {
    font-size: 20px;
    font-weight: 700;
}
p {
    margin-bottom: 10px;
}
/**/
.title-green {
    color: #12B347;
}
.button {
    background-color: #0000FF91; background-color: var(--button-color);
    color: #FFF;
    text-align: center;
    padding: 15px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.button:hover {
    background-color: var(--main-color);
    color: #FFF;
}
.button-2 {
    display: inline-block;
    background: linear-gradient(271.15deg, #1C677E 7.64%, #1D4B5E 90.68%), linear-gradient(0deg, #EE5757, #EE5757);
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    cursor: pointer;
}
.button-2:hover {
    background: var(--main-color);
}
.tutor-single-course-content-prev a, .tutor-single-course-content-next a {
    background-color: var(--button-color);
    color: #FFF;
    padding: 15px 30px;
    opacity: 1;
    font-size: 18px;
}
.tutor-single-course-content-next a {
    background-color: #24a148;
}
.tutor-single-course-content-prev a:hover, .tutor-single-course-content-next a:hover {
    opacity: .8;
}
/**/
.pop-up {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    
    align-items: center;
    justify-content: center;
}
.pop-up.active {
    display: flex;
}
.pop-up .in-wrap {
    background-color: #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 15px 30px;
    width: 100%;
    max-width: 750px;
    max-height: 80vh;
    overflow: auto;
    position: relative;
    z-index: 50;
}
.pop-up .in-wrap h2 {
    text-align: center;
    border-bottom: 1px solid #999;
    margin: 0 0 30px;
}
.pop-up .bg-wrap {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.pop-up .button-wrap {
    text-align: center;
}
/**/
.logged-in .non-user-menu {
    display: none !important;
}
/**/
.form-wrap label {
    font-size: 15px;
    display: block;
    margin: 0 0 5px;
}
.form-wrap .message-error {
    color: #F00;
}
.form-wrap label span {
    color: #ff4f55;
}
.form-wrap .form-group {
    margin-bottom: 15px;
}
.form-wrap .form-group.agree-group a {
    color: rgb(87, 88, 110);
    font-weight: 700;
}
/* .form-wrap .form-control {
    border: 1.5px solid #6FCF97;
    color: #37677E;
    padding: 15px 18px;
    background-color: #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 100%;
} */
.form-wrap .cover-eye-wrap {
    position: relative;
}
.form-wrap .cover-eye-wrap i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    color: #86C9F6;
}
.form-wrap.submiting {
    opacity: 3;
}
/* SIGN IN BOX */
.pt-sign-in-box-section {
    padding: 78px 40px 40px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 19px 0px #00000080;
    -webkit-box-shadow: 0px 0px 19px 0px #00000080;
    color: var(--main-color);
}
.pt-sign-in-box-section .form-wrap {
    display: none;
}
.pt-sign-in-box-section .form-wrap.active {
    display: block;
}
.pt-sign-in-box-section .error-message-wrap {
    display: none;
    padding: 10px;
    background-color: #feefef;
    border-top: 3px solid #f51a1d;
    color: #f51a1d;
    margin: 0 0 10px;
}
.pt-sign-in-box-section .error-message-wrap.active {
    display: block;
}
.pt-sign-in-box-section .desc-wrap {
    margin-top: 47px;
    font-size: 12px;
    color: #5C5776;
}
.pt-sign-in-box-section h1 {
    font-size: 29px;
    margin: 0 0 23px;
    line-height: 1.2;
    font-weight: 500;
}
.pt-sign-in-box-section h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: var(--main-color);
}
.form-wrap .form-group {
    margin-bottom: 26px;
}
.form-wrap .form-control {
    background-color: #FEF2F2; background-color: #EEE;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #000; 
    padding: 10px 10px;
    border: 1px solid #C9B9B9;
    display: block;
    width: 100%;
}
.form-wrap .button {
    max-width: 150px;
    width: 100%;
    margin: 0 0 5px;
}
.form-wrap .btn-lost-password {
    font-size: 14px;
}
/*
MY TOOLBOX
*/
.my-toolbox-dashboard-section .row {
    margin-right: -15px;
    margin-left: -15px;
}
.my-toolbox-dashboard-section .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.welcm-title-elm, .welcm-title-elm-2 {
    font-size: 24px;
    font-weight: 700;
    color: #1C677E;
    opacity: .2;
    margin: 0;
    line-height: 1.2;
}
.welcm-title-elm-2 {
    opacity: 1;
    font-weight: 400;
}
/**/
.box-wrap {
    background-color: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px 28px;
    margin-top: 12px;
}
.my-toolbox-sidebar-wrap .box-wrap {
    background-color: #C9DAE4;
}
.box-wrap h3 {
    font-size: 20px;
}
.my-toolbox-sidebar-wrap .box-wrap h3 {
    color: #2b3f60;
    font-weight: 500;
}
.my-toolbox-dashboard-section {
    padding: 70px 0;
}
.my-toolbox-dashboard-section .tutor-card {
    height: 100%;
}
/**/
.stream-tabs-wrap .row {
    margin-right: -15px;
    margin-left: -15px;
}
.stream-tabs-wrap .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.stream-tabs-wrap .tab-list-wrap ul {
    display: flex;
    padding: 0;
    margin: 0 -7.5px 17px;
    list-style: none;
}
.stream-tabs-wrap .tab-list-wrap ul li {
    width: 33.3333333%;
    padding: 0 7.5px;
}
.stream-tabs-wrap .tab-list-wrap ul li a {
    display: block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #0000000F;
    padding:10px 10px 10px 30px;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    color: #54595F;
    position: relative;
}
.stream-tabs-wrap .tab-list-wrap ul li a.active, .stream-tabs-wrap .tab-list-wrap ul li a:hover {
    background-color: #12B347;
    color: #FFF;
}
.stream-tabs-wrap .tab-list-wrap ul li a::after {
    content: "";
    background-color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}
.stream-tabs-wrap .tab-list-wrap ul li a h3 {
    font-size: 24px;
    color: #A1A1AA;
    line-height: 1;
    font-weight: 700;
}
.stream-tabs-wrap .tab-list-wrap ul li a p {
    margin: 0;
}
.stream-tabs-wrap .tab-list-wrap ul li a.active h3, .stream-tabs-wrap .tab-list-wrap ul li a:hover h3 {
    color: #FFF;
}
/**/
.stream-tabs-wrap .tab-single-content-wrap {
    box-shadow: 0px 4px 4px 4px #0000000D;
    -webkit-box-shadow: 0px 4px 4px 4px #0000000D;
    padding: 12px 30px;
    background-color: #F5F4F8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: none;
}
.stream-tabs-wrap .tab-single-content-wrap.active {
    display: block;
}
.stream-tabs-wrap .tab-single-content-wrap .title-wrap {
    font-size: 12px;
    margin-bottom: 24px;
}
.stream-tabs-wrap .tab-single-content-wrap h3{
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}
.stream-tabs-wrap .tutor-card h3 {
    padding: 15px;
    border-bottom: 1px solid #ebeaf1;
}
.stream-tabs-wrap .tutor-card-md .tutor-card-body {
    padding: 15px;
}
.stream-tabs-wrap .tutor-accordion-item:not(:last-child) {
    margin: 0;
}
.stream-tabs-wrap .progress-percentage {
    font-size: 12px;
    margin-top: 5px;
}
/**/
.stream-tabs-wrap .tab-single-content-wrap .content-tab-wrap .course-item-wrap {
    padding: 15px 0;
    border-top: 1px solid #12B347;
}
.stream-tabs-wrap .tab-single-content-wrap .content-tab-wrap .course-item-wrap .course-title-elm {
    margin-bottom: 15px;
}
.stream-tabs-wrap .tab-single-content-wrap .content-tab-wrap .complete-courses-wrap {
    border-top: 5px solid #12B347;
    padding-top: 15px;
    margin-top: 15px;
}
/**/
.my-toolbox-dashboard-section .bottom-section {
    padding-top: 25px;
}
.my-toolbox-dashboard-section .bottom-section .title-wrap {
    margin-bottom: 25px;
}
/**/
.mytbox-bottom-tabs-wrapper .tab-wrap ul {
    display: flex;
    margin: 0 -9px;
    padding: 0;
    list-style: none;
    justify-content: center; justify-content: end;
    justify-content: flex-end;
}
.mytbox-bottom-tabs-wrapper .tab-wrap ul li {
    padding: 0 9px;
    width: 25%;
}
.mytbox-bottom-tabs-wrapper .tab-wrap ul li a {
    color: #A1A1AA;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    display: block;
    padding: 23px 30px;
    background-color: #FFF;
    box-shadow: 0px 10px 40px 0px #00000026;
    -webkit-box-shadow: 0px 10px 40px 0px #00000026;
}
.mytbox-bottom-tabs-wrapper .tab-wrap ul li a.active, .mytbox-bottom-tabs-wrapper .tab-wrap ul li a:hover {
    position: relative;
    z-index: 2;
    box-shadow: none;
    border: 2px solid #CCC;
    border-bottom: none;
    background-color: #CCC;
    color: #5C5776;
}
.mytbox-bottom-tabs-wrapper .tab-wrap ul li a h3 {
    font-weight: 500;
    color: #5C5776;
}
.mytbox-bottom-tabs-wrapper .tab-wrap ul li a h3 strong {
    color: #12B347;
    font-weight: 700;
}
.mytbox-bottom-tabs-wrapper .tab-content-wrap {
    background-color: #FFF;
    box-shadow: 0px 10px 40px 0px #00000026;
    -webkit-box-shadow: 0px 10px 40px 0px #00000026;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    position: relative;
    z-index: 1;
}
.mytbox-bottom-tabs-wrapper .tab-content-wrap .tab-single-wrap {
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: none;
}
.mytbox-bottom-tabs-wrapper .tab-content-wrap .tab-single-wrap.active {
    display: block;
}
.mytbox-bottom-tabs-wrapper .tab-content-wrap .tab-single-wrap h2 {
    text-align: center;
}
.mytbox-bottom-tabs-wrapper .list-wrap .item-wrap .video-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 55%;
}
.mytbox-bottom-tabs-wrapper .list-wrap .item-wrap .video-wrap .video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, .3);
}
.mytbox-bottom-tabs-wrapper .list-wrap .item-wrap .video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mytbox-bottom-tabs-wrapper .list-wrap .item-wrap .detail-wrap {
    padding: 15px 0;
}
.mytbox-bottom-tabs-wrapper .list-wrap .item-wrap .detail-wrap h3 {
    line-height: 1.3;
    margin: 0 0 10px;
}
/**/
.mytbox-bottom-tabs-wrapper .manuals-wrapper {
    text-align: center;
}
.mytbox-bottom-tabs-wrapper .manuals-wrapper .row {
    margin: 0 -30px;
}
.mytbox-bottom-tabs-wrapper .manuals-wrapper .row > div {
    padding: 30px;
}
.mytbox-bottom-tabs-wrapper .manuals-wrapper .item-wrap a {
    padding: 5px;
    border: 1px solid #EEE;
    display: block;
}
.mytbox-bottom-tabs-wrapper .manuals-wrapper h3 {
    margin: 15px 0 ;
    color: #000;
}
.mytbox-bottom-tabs-wrapper .manuals-wrapper .pdf-img-elm {
    padding-bottom: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/**/
.my-toolbox-dashboard-section .tab-single-bottom-content-wrap {
    display: none;
}
.my-toolbox-dashboard-section .tab-single-bottom-content-wrap.active {
    display: block;
}
/**/
.video-pop-up-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
}
.video-pop-up-wrap.active {
    display: flex;
}
.video-pop-up-wrap .bg-elm {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
}
.video-pop-up-wrap .in-wrap {
    display: block;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    z-index: 20;
}
.video-pop-up-wrap .in-wrap .iframe-wrap {
    padding-bottom: 50%;
    position: relative;
    z-index: 50;
}
.video-pop-up-wrap .in-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-pop-up-wrap .in-wrap h3 {
    font-weight: 700;
    color: #FFF;
    margin: 15px 0;
}
/**/
.recently-videos-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.recently-videos-wrap ul li {
    padding: 10px 0;
}
.recently-videos-wrap ul li a {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}
.recently-videos-wrap ul li a img {
    max-width: 35px;
}
.recently-videos-wrap ul li h3 {

    color: var(--main-color);
    font-size: 13px;
}
.recently-videos-wrap ul li .time-wrap {
    color: #000;
    display: none;
}
/*
PA-register-section
*/
.PA-register-section {
    padding: 38px 0;
}
.PA-register-section .top-wrap {
    margin-bottom: 30px;
    font-size: 20px;
}
.PA-register-section .top-wrap a {
    color: rgb(254, 144, 75); color: var(--green-color);
    font-weight: 700;
}
.PA-register-section .top-wrap a:hover {
    color: #0E4A67; color: #000;
}
.PA-register-section h1 {
    line-height: 1;
    margin: 0 0 10px;
}
.PA-register-section .row {
    margin-right: -55px;
    margin-left: -55px;
}
.PA-register-section .row > div {
    padding-right: 55px;
    padding-left: 55px;
    position: relative;
}
.PA-register-section .row > div:last-child {
    padding-bottom: 86px;
}
.PA-register-section .button-wrap {
    position: absolute;
    left: 55px;
    width: calc(100% - 110px);
    bottom: 26px;
}
.PA-register-section .button-wrap .button {
    width: 100%;
    max-width: none;
    margin: 0;
}
.PA-register-section .main-message-wrap {
    margin-bottom: 15px;
    font-size: 30px;
    background-color: rgb(255, 0, 0, 1);
    color: #FFF;
    padding: 16px;
    display: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.PA-register-section .main-message-wrap.green-message {
    background-color: var(--green-color);
}
.PA-register-section .main-message-wrap.show {
    display: block;
}
/**/
.certified-list .row {
    width: 100%;
}
.list-cource-item-wrap {
    margin-bottom: 15px;
}
.list-cource-item-wrap a {
    color: #000;
}
.list-cource-item-wrap .thumbnail-elm {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 75%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
/*
topic-list-progress
*/
.topic-list-progress ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.topic-list-progress ul li {
    position: relative;
    width: 65px;
}
.topic-list-progress ul li::after {
    content: "";
    position: absolute;
    width: 65px;
    
    top:15px;
    z-index: 10;
    height: 3px;
    background-color: #CCC;
}
.topic-list-progress ul li.li-done::before, .topic-list-progress ul li.li-done::after {
    background-color: #12B347;
}
.topic-list-progress ul li::before {
    right: 50%;
}
.topic-list-progress ul li::after {
    left: 50%;
}
.topic-list-progress ul li:first-child:before, .topic-list-progress ul li:last-child::after{
    display: none;
}
.topic-list-progress ul li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #EEE;
    color: #444;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.topic-list-progress ul li.li-done span {
    background-color: #12b347;
    color: #FFF;
}
.topic-list-progress ul li h5 {
    font-weight: 400;
    font-size: 10px;
    margin: 0;
    text-align: center;
}
/**/
.tutor-course-single-sidebar-title {
    border: none;
}
.tutor-course-single-sidebar-wrapper {
    background-color: transparent;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #e0e2ea;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
    padding: 16px 40px 16px 20px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    background-color: transparent;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active {
    background-color: #eff1f6;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title {
    font-size: 20px;
    font-weight: 500;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title {
    font-size: 16px;
    font-weight: 400;
}
/*
SINGLE PAGE COURSE 
*/
.stream-tabs-wrap .tab-single-content-wrap .enrolment-expire-info, .enrolment-expire-info {
    display: none !important;
}
.tutor-course-details-header .tutor-course-details-top {
    display: none;
}
.tutor-card-md .tutor-card-footer, .tutor-single-course-sidebar-more {
    display: none;
}
/**/
.quiz-done-html-wrap {
    padding: 30px 0;
    text-align: center;
}
.tutor-course-topic-item-duration, .tutor-course-content-list-item-duration, .tutor-course-content-list-item-status {
    display: none;
}