@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

.course_filter {
    margin: 40px 0 0px;
}

    .course_filter h4 {
        margin-bottom: 20px;
    }

.course_option {
    display: flex;
    align-items: center;
    /*margin-bottom:0;*/
    border-bottom: 1px solid #ccc;
}

    /*.course_option li:not(:last-child) {
    margin-right: 24px;
}*/
    .course_option li a {
        width: 100%;
        float: left;
        text-align: center;
        border: none;
        padding: 9px 28px;
        color: #000;
        font-size: 12px;
        transition: all 0.5s ease-in-out;
    }

        .course_option li a:hover {
            background: #ffffff;
            color: #000;
        }

.course_filter > ul > li.active > a {
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 3px #fed000 solid;
    border-bottom-color: transparent;
    cursor: default;
}

@media (max-width: 767px) {
    .course_option li a {
        width: 100%;
        float: none;
        text-align: left;
        padding: 6px 12px;
    }

    .course_option li {
        display: inline-block;
        /*float: left;*/
    }

    .course_option {
        display: block;
        text-align: left;
    }
    /*.padding_top {
        padding: 80px 0 !important;
    }*/
}

a {
    text-decoration: none;
    display: inline-block;
}

/* courselist.html   */
.course_list_section {
    padding: 0 0px 40px;
}

.course_card_wrapper {
    margin-bottom: 20px;
    box-shadow: 0px -2px 9px rgb(136 136 136 / 19%);
    height:100%;
}
    .course_card_wrapper.odd_clrs {
        background-color: #051c4d;
        color: #fff;
    }
    .course_card_wrapper.even_clrs {
        background-color: #ffcc00;
        color: #000;
    }
    /*.course_image_wrap {
        min-width: 230px;
        min-height: 200px;
    }*/

        .course_image_wrap img {
            width: 100%;
            /*height: 190px;*/
            object-fit: cover;
        }

/*.course_content_wrap {
    padding: 16px 10px 44px;
}
*/
.course_content_wrap {
    padding: 16px 10px;
}
    /*.course_content_wrap.odd_clrs {
        background-color: #051c4d;
        color: #fff;
    }*/

    /*.course_content_wrap.even_clrs {
        background-color: #ffcc00;
        color: #000;
    }*/


    /*.cours_list:nth-child(odd) {
    background-color: #051c4d !important;
    color: #000;
}

    .cours_list:nth-child(even) {
        background: #ffcc00 !important;
        color: #fff
    }
*/
    .course_content_wrap h4 {
        /*last add*/
        min-height: 90px;
        font-size: 16px;
        text-transform: capitalize;
        margin: 0;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .course_content_wrap h5 {
        font-size: 14px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

p.ocw_offer {
    margin: 0;
    /*margin-bottom: 10px;*/
}

.ocw_offer span {
    background-color: #fff;
    color: #000;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
}

.ocw_course_amount {
    display: flex;
    align-items:center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

span.course_amount_one {
    text-decoration: line-through;
}

.course_content_wrap.odd_clrs .course_amount_one {
    color: #a2a2a2;
    font-size: 13px;
    font-weight: 700;
}

.course_content_wrap.odd_clrs .course_amount_two {
    font-size: 14px;
    font-weight: 500;
}

.course_content_wrap.even_clrs .course_amount_one {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 700;
}

.course_content_wrap.even_clrs .course_amount_two {
    font-size: 14px;
    font-weight: 500;
}

.course_card_btngroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 15px;
    /*position: absolute;
    bottom: 8px;*/
}

a.part_course_btn {
    background-color: #fff;
    color: #000;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 500;
}

a.full_course_btn {
    background-color: #fff;
    color: #000;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 500;
}
.offer_area {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.offer_content_wrapper {
    margin-bottom: 10px;
    
}

a.part_course_btn:hover {
    background-color: #000;
    color: #fff;
}

a.full_course_btn:hover {
    color: #fff;
    background-color: #000;
}



/*********************** ribbons **********************/
.box {
    position: relative;
    /* max-width: 600px;
    width: 90%;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1); */
}

/* common */
.ribbon {
    width: 84px;
    height: 82px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2196f3c9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 130px;
        padding: 4px 0;
        background-color: #ff0000;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 12px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
    }


/* bottom right*/
.ribbon-bottom-right {
    bottom: -3px;
    right: -4px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: -3px;
        left: 23px;
    }

    .ribbon-bottom-right::after {
        top: 23px;
        right: -2px;
    }

    .ribbon-bottom-right span {
        left: -3px;
        bottom: 12px;
        transform: rotate(315deg);
    }


/******************** courselist.html   ************************************************************************/



/****************************** courselist1.html  ***************************************/




