a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}

/* Page Title Area */
.page_title_area{
    background-color: #163C66;
}
.page_breadcrumb{
    color: #fff;
}
.page_breadcrumb a{
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.single_course_title{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.single_course_meta{
    display: flex;
    align-items: center;
}
.reveiw_rating_students{
    display: flex;
    align-items: center;
}
.reveiw_rating_students span i{
    color: #ffcb10;
    font-size: 14px;
}
.reveiw_rating_students p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-family: poppins, sans-serif;
    margin: 0px 5px;
}
.single_course_tags a{
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 5px;
}

/* Course Details Area */
.get_course{
    background-color: #163C66;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.get_course a{
    color: #e8f329;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-decoration: underline;
}
.single_course_overview{
    background-color: #f9f9f9;
}
.single_course_name{
    color: #444444;
    font-size: 29px;
    line-height: 29px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.single_course_overview p{
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.course_extra_facility{
    background-color: #163C66;
    border-left: 5px solid #39587C;
}
.course_extra_facility h4{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.course_extra_facility p{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.course_extra_facility p i{
    color: #FFF;
    font-size: 18px;
}
.facility_list p{
    color: #636363;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.facility_list p i{
    margin-right: 10px;
    color: #163C66;
    font-size: 18px;
}
.single_course_sneak_peak h4{
    color: #444444;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-style: italic;
}
.sneak_peak_image img{
    width: 20%;
    margin: 10px;
}
.sneak_peak_image img:hover{
    border: 2px solid #00888b;
}
.single_course_sneak_peak iframe{
    width: 100%;
    border-radius: 5px;
}
.other_section h4{
    color: #444444;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-style: italic;
}
.other_section p{
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-style: italic;
}
.other_section ul{
    padding-left: 15px;
}
.other_section ul li{
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-style: italic;
    margin-left: 0px;
}

.learning_outcomes{
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}
.outcome_list ul{
    list-style: none;
    padding-left: 15px;
}
.outcome_list ul li{
    color: #636363;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
}
.outcome_list ul li i{
    margin-right: 10px;
    color: #163C66;
    font-size: 18px;
}
.single_course_short_descripion p{
    font-weight: 500;
}

/* FAQ Section */
.faq_header{
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #d5d8dc !important;
}
.faq_question{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #444;
    font-style: italic;
}
.faq_question:focus{
    color: #444;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
.faq_question:hover{
    color: #444;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
.faq_answer p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #444;
    font-style: italic;
}
.course_content{
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}
.faq_question span i{
    font-size: 16px;
    color: #00888b;
    margin-right: 5px;
}

/* Sidebar CSS */
.sidebar_course_meta{
    background-color: #fff;
    text-align: center;
}
.sidebar_cours_purchase_btn{
    display: inline-block;
    margin: 10px 0px;
    padding: 15px 20px;
    background-color: #163C66;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    font-family: Poppins, sans-serif;
    width: 100%;
    text-transform: uppercase;
}
.sidebar_cours_purchase_btn:hover{
    color: #fff;
}
.sidebar_course_meta p{
    color: #ff0303;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}
.sidebar_course_meta p .old_price{
    color: #b2b2b2;
    font-weight: 600;
    text-decoration: line-through;
}
.sidebar_course_meta p .new_price{
    color: #000;
    font-weight: 600;
}
.sidebar_course_excerpt ul{
    list-style: none;
    padding: 0px;
}
.sidebar_course_excerpt ul li{
    display: flex;
    justify-content: space-between;
}
.sidebar_course_excerpt ul li p{
    color: #444444;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    font-style: italic;
    font-family: Poppins, sans-serif;
    margin-bottom: 0px;
}
.sidebar_course_excerpt ul li{
    padding: 2px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}
.sidebar_course_excerpt ul li span i{
    color: #163C66 !important;
}
.gift_course_btn a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #163C66;
    border: 1px solid #163C66;
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-style: italic;
    margin: 5px 0px;
}
.gift_course_btn a:hover{
    background-color: #163C66;
    color: #fff;
}
.single_sidebar_social_part a{
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    color: #555555;
}
.single_sidebar_social_part a:hover{
    color: #163C66;
}
.accredited_image img{
    margin: 15px 0px;
}
.singel_reviews_area h4{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.singel_reviews_area span i{
    color: #f47f29;
    font-size: 25px;
}
.singel_reviews_area p{
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.singel_reviews_area p span{
    color: #a3a3a3;
}
.review_area{
    background-color: #163C66;
}
.review_box{
    background-color: #39587C;
    text-align: left;
}
.review_name_rating{
    display: flex;
    align-items: center;
}
.review_name{
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0px;
    margin-right: 5px;
}
.review_box span i{
    font-size: 14px;
}
.review_box p{
    font-size: 11px;
    color: #fff;
}
.review_date{
    text-align: right;
}
.review_date span{
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}