
@media only screen and (max-width: 800px)  {
   
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   
    .slider-content h1 {
	font-size: 38px;
}
    .knowlwdg h2{
        font-size: 20px;
    }
    .fa.fa-check-circle-o {
	font-size: 14px;
}
    
    .coursees-heading h2 {
	
	font-size: 26px;
	
}
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
   
#slider_btn a:link, a:visited {
	padding: 4px 2px;
	margin-top: -110px;
	margin-bottom: 92px;
}
.slider-content h1 {
	margin-top: 129px;
	color: #fff;
	font-size: 14px;
	margin-bottom: -16px;
}
    .teacher-heading h2 {
	color: orange;
	padding-top: 35px;
    font-size: 15px;   
    
}
    .member-contact > h2 {
	font-size: 10px;
}
    
.socail-member-link a {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
 
    
    
    .carousel-inner{
    
    max-height: 560px;
    
   
}
    
    
    iframe{
        width: 100%;
        height: 100%;
    }
    .course-heading h3 {	
	font-size: 22px;
}
.slider-content h3{
	font-size:10px;
}
    .coursees-heading h5 {
	font-size: 18px;
	
}
   
}





