.course-header {
    max-width: 100%;
}

.course-detail-page {
    background-color: rgb(211, 210, 210);
    padding:5px 0px;
}

.course-list {
    background-color: black;
    padding:0px 0px;
}

.menu-list {
    background-color: white;
}

.menu-list ul {
    list-style: none;
    padding: 0px;
}

.menu-list ul li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: var(--maincolor2);
     box-shadow:1px 4px 5px 0px #e8e5e5;
    margin: 4px 0px;
    font-size: 14px;
    font-weight: 600;
    border-left: solid  4px red;
}

.menu-list ul li a:hover {
    background-color: red;
    color: white;
}

.coures_list {
    font-weight: 700;
    font-size: 22px;
}

.coures_list::after {
    content: '';
    height: 4px;
    border-radius: 100px;
    width: 100px;
    background-color: red;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
}

/*-------------------first-row-end---------------*/

.inner-card ul {
    padding: 0px 5px;
    list-style: none;
}

.inner-card ul li {
    margin: 4px 0px;
    font-size: 14px;
    
}
.inner-card ul li i{color:red;
    font-weight: 600;
    font-size:12px;
}

.information_courese {
    font-weight: 700;

    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.information_courese h6 {
    margin-bottom: 0px;
    font-weight: 700;
    color: red;
    font-size: 20px;
}

.inner-card h6 {
    font-weight: 600;
    color: white;
    background-color: var(--maincolor2);
    min-height: 30px;
    padding: 10px 15px;
    color: white;
    font-size: 16px;
    border-left:solid 6px red;

}



@media(max-width:768px){
    .menu-list ul {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
       
           
    }
    .advance-excel img{min-height: 130px; object-fit: cover;}
    .menu-list ul li{margin:0px 0px; width:33.33%;}
    .menu-list ul li a{font-size:14px; font-weight: 600; padding:8px;}
}

@media(max-width:500px){
    .menu-list ul li{margin:0px 0px; width:50%;} 
    .information_courese h6{font-size:14px;}
}