.tutor-icon-quiz-o:before{
    background-image: url(../images/exam.png);
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    transition: all .5s ease;
    background-size: contain;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-icon-quiz-o:before{
    background-image: url(../images/exam-hover.png);
}
.tutor-icon-document-text:before{
    background-image: url(../images/study.png);
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    transition: all .5s ease;
    background-size: contain;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-icon-document-text:before{
    background-image: url(../images/study-hover.png);
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{
    background-color: transparent !important;
    border: 0 !important;
    justify-content: flex-end !important;
    max-width: 980px;
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
}
.tutor-course-single-content-wrapper .tutor-form-check-input.tutor-form-check-circle[type='checkbox']:checked{
    background-color: #4caf50;
    border-color: #4caf50;
}
.tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle{
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}
.tutor_quiz-template-default .header-breadcrumb{
    display: none;
}
.tutor-course-topic-single-footer .tutor-btn-sm{
    padding: 10px 30px;
}
@media only screen and (max-width:767px){
    .lesson-template-default .site-content{
        padding-top:0;
    }
    .lesson-template-default .header-breadcrumb{
        display:none;
    }
    .lesson-template-default .tutor-course-spotlight-wrapper{
        padding: 0 15px;
    }
    .tutor_quiz-template-default .site-content{
        padding-top:0;
    }
    .tutor_quiz-template-default .header-breadcrumb{
        display:none;
    }
    .tutor_quiz-template-default .tutor-course-spotlight-wrapper{
        padding: 0 15px;
    }
    .tutor_quiz-template-default .tutor-quiz-wrapper{
        
    }
}
@media only screen and (min-width:768px){
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{
        justify-content: center !important;
    }
    .tutor-course-topic-single-footer .tutor-btn-sm{
        padding:5px 15px;
    }
}
@media only screen and (max-width:1200px){
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{
        padding-right: 30px;
    }
}