/* for small laptops */
@media (min-width:769px) and (max-width:992px) {
    .card-body{
        padding:10px
    }
    .courses .yut{
        width: 40px;
        margin-top: -32px;
        margin-left: -10px;
        margin-bottom: 10px;
    }
    .courses h4 {
        font-size: 12px;
    }
    .navtop .cusul {
        height: 651px;
    }
    .ccontenntt .card img{
        height: 120px;
    }
    .excour {
        inset: 2px auto auto 0px !important;
    }
    .footer a img {
        margin-top: 2px;
        width: 215px;
    }
    
}

/* for tablets */
@media (min-width:577px) and (max-width:768px) {
    .footer a img {
        margin-top: 2px;
        width: 150px;
    }
}

/* for phones */
@media (max-width:576px) {
        .yut {
            width: 40px;
            margin-top: -32px;
            margin-left: -10px;
            margin-bottom: 10px;
        }
    .footer a img {
        margin-top: 2px;
        width: 200px;
    }
}