.entry-thumb {
    display: none;
}

p.comments.comments {
    display: none;
}

/*For heading text styling*/ 
.learndash_profile_heading { 
    font-size: 20px !important; 
    color: #black !important; 
    font-weight: bold !important;
}

/*For title styling*/
.learndash-course-link a {
    color: black !important;
    font-size: 200%!important;
    font-weight: bold !important;
}


/*For date font, color styling*/
#learndash_profile .learndash-course-status.date a {
    color: red !important;
    font-size: 200% !important;
    font-weight: bold !important;
}   

/*For Lesson Title and Test title Styling*/
#lessons_list>div h4>a, #quiz_list>div h4>a {
    font-size: 180%;
    color: black;
    font-weight: bold;
}

/*For course status fonts*/
span#learndash_course_status {
    font-size: 30px;
    color: black !important;
    font-weight: 900;
}

/*For course content*/
h4#learndash_course_content_title {
   font-size: 35px !important;
    color: black !important;
    font-weight: 800;
}

/*For lesson heading, status heading*/
div#lesson_heading {
    font-size: 30px;
    color: black !important;
}

/*For test heading and status heading*/
div#quiz_heading {
    font-size: 20px;
    color: black !important;
}

/*For lesson status responsive*/
@media (max-width: 2560px) {
#learndash_lessons .right {
     width: 84px !important;
}
}

/*For Test box*/
.wpProQuiz_quiz {
    margin-bottom: 10px !important;
    background: #f8faf5 !important;
    border: 1px solid #c3d1a3 !important;
    padding: 5px !important;
    list-style: none !important;
}

/*Lesson List no.*/
.list-count {
    font-size: 30px !important;
    color: black !important;
}

/*Quiz start button float*/
.wpProQuiz_text input.wpProQuiz_button {
    float: none !important;
    background: green !important;
    font-size: 55px !important;
}

/*Test Result*/
.wpProQuiz_results {
    text-align: center;
    background: white;
    padding: 15px 0;
}

/*Buttons after Quiz end*/
input.wpProQuiz_button.rstrt_tst {
    margin-top: 50px;
    margin-right: 420px;
}

/*Buttons after Quiz end*/
input.wpProQuiz_button.reshw_ques {
    margin-top: 50px !important;
    margin-right: 5px;
}

/*Quiz title*/
.wpProQuiz_content h2 {
    text-align: center !important;
}

/*Complete previous lesson*/
#learndash_complete_prev_lesson {
    background: white;
    padding: 10px;
    margin-left: 400px;
}

/*For Quiz Questions*/
.wpProQuiz_question_text p {
    font-size: 25px !important;
    color: black !important;
}

/*For Quiz Answer Options*/
.wpProQuiz_questionListItem label {
     color: black !important;
     font-size: 18px !important;
}

/*For Quiz Question Page*/
.wpProQuiz_question_page {
    font-size: 16px;
    color: black;
}

/*For complete button*/
input#learndash_mark_complete_button {
    background: red;
}

/*For finish button*/
input.wpProQuiz_button.wpProQuiz_QuestionButton {
    background: red;
}