/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    .course-img {
    height: auto !important;
}
.courmenu li {
    width: 100% !important;
}
.course-det h2 {
    margin-top: 25px;
}
	
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
   .course-img {
    height: auto !important;
}	
.courmenu li {
    width: 100% !important;
}
.course-det h2 {
    margin-top: 25px;
}
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}