@charset "utf-8";
/* CSS Document */

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .review_rating {
        padding-left: 0;
    }

    .review_rating_bars {
        padding-left: 64px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    .latest_image img {
        width: 100px;
        height: 70px;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav,
    .search_button {
        display: none;
    }

    .top_bar_contact_list li i,
    .top_bar_contact_list li > div,
    .login_button a {
        font-size: 12px;
    }

    .course_col:not(:last-child) {
        margin-bottom: 40px;
    }

    .course_info {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .course_info_item:not(:last-child) {
        /*margin-bottom: 25px;*/
    }

    .course_info_item:not(:last-child)::after {
        display: none;
    }

    .review_rating_bars {
        padding-left: 134px;
    }

    .sidebar_teacher img {
        margin-top: -5px;
        width: 15vw;
        height: 20vw;
    }


}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {

}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {

}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .top_bar {
        display: none;
    }

    .home {
        height: 80px;
    }

    .header.scrolled {
        top: 0px;
    }
    .sidebar_teacher img {
        width: 25vw;
        height: 30vw;
    }

    .review_rating {
        padding-top: 0;
        text-align: left;
    }

    .review_rating_bars {
        padding-left: 0;
        margin-top: 20px;
    }
    .course{
        padding-top: 5px;
    }

    .course_image_detail img {
        height: 50vw;
    }

    .course_info_item {
        padding-left: 15px;
    }
    .sidebar {
        margin-top: 10px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }

    .menu {
        width: 100%;
        right: -100%;
    }

    .dropdown_item_select,
    .home_search_button {
        font-size: 12px;
    }

    .tab_panel_text p,
    .tab_panel_bullets li,
    .accordion_panel p {
        font-size: 16px;
    }

    .accordion div {
        font-size: 16px;
    }

    .tab {
        font-size: 1.0rem;
    }

    .dropdown_item_title {
        font-size: 16px;
    }

    .dropdown_item_title span,
    .dropdown_item_title::before {
        font-size: 16px;
    }

    .dropdown_item_title::before {
        top: 0;
    }

    .has_children > .dropdown_item > .dropdown_item_title::after {
        font-size: 26px;
        top: -7px;
    }

    .dropdown_item_text p {
        font-size: 16px;
    }

    .review_rating_stars {
        margin-top: 14px;
    }

    .review_rating_text {
        font-size: 14px;
        margin-top: 6px;
    }

    .comments_list li ul {
        padding-left: 30px;
    }

    .newsletter_form_container {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 568px) {

}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {

}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {

}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
}

/************
14. 320px
************/

@media only screen and (max-width: 320px) {
    .sidebar_section {
        margin: 2px;
    }
}