/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1268px) {

.categories-course{
    width: 92%;
}

.info-cour div span {
    font-size: 14px;
}
.course-detalis-info h2{
    font-size: 25px;

}

.course-detalis-info p{
    font-size: 14px;
}

.info-cour-media{
flex-direction: column;
}

.info-cour{
    width: 80%;
    margin: auto;
    margin-bottom: 20px;

}

.info-cour div{
    text-align: center;
    padding-left: 20px;
}

.course-card{
    width: 90%;
}
}
/* @media (min-width:992px) and (max-width:1268px) */
@media  (min-width:767px) and (max-width:992px) {

    .banner{
        padding: 50px 0px !important;
    }
.categories-course{
    width: 92%;
    flex-direction: column-reverse;

}

.course-detalis{
    width: 100% !important;
}

.info-cour div span {
    font-size: 14px;
}
.course-detalis-info h2{
    font-size: 25px;

}

.course-detalis-info p{
    font-size: 14px;
}

.info-cour-media{
flex-direction: column;
}

.info-cour{
    width: 80%;
    margin: auto;
    margin-bottom: 20px;

}

.info-cour div{
    text-align: center;
    padding-left: 20px;
}
.cardd{
    width: 100% !important;
}


.course-card{
    width: 70%;
    top: -100px;
}   
}

/* @media (min-width:320px) and (max-width:676px) */
@media (min-width:320px) and (max-width:767px) {
    header{
        height: 400px;
    }
    .banner{
        padding: 50px 0px;
        margin-top: 20px !important;
        margin-bottom: 60px !important;
        width: 85% !important;
    }

    .banner h3{
        font-size: 20px;
    }

    .banner h5 ,.banner p{
        font-size: 10px;
    }

    .categories-course{
        width: 92%;
        flex-direction: column-reverse;
    
    }
    
    .course-detalis{
        width: 100% !important;
    }
    
    .info-cour div span {
        font-size: 14px;
    }
    .course-detalis-info h2{
        font-size: 17px;
    
    }
    
    .course-detalis-info p{
        font-size: 12px;
    }
    
    .info-cour-media{
    flex-direction: column;
    }
    
    .info-cour{
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
     
    }
    
    .info-cour div{
        text-align: center;
        padding-left: 10px;
        font-size: 8px;
    }
    .info-cour span {
        font-size: 10px !important;

    }

.personal-navbtns button{
    font-size: 10px;
}
    .cardd{
        width: 100% !important;
    }
    
    
    .course-card{
        width: 100%;
        top: -100px;
        padding: 10px;
    }

.overview h3{
    font-size: 16px;
}

.overview p{
    font-size: 12px;
}

.overview .list-overview {
flex-direction: column;
}
.overview ul li{
    font-size: 10px;
    font-weight: bold;
}

.cards h4{
    font-size: 13px;
}

.trainer img{
    width: 70px;
    height: 70px;

}

.trainer h4{
    font-size: 12px;
}

.trainer span{
    font-size: 10px;
}

.trainer p{
    font-size: 14px;
}

.comments__content{
flex-direction: column;
}

.comments__content .progress{
    width: 150px !important;
}
}