

@media (max-width: 280px){
    .home h1 {
        font-size: 25px;
	} 
	
	
}
@media (mai-width: 360px){
	
	.all-btn{
		line-height: 30px;
	}
	.teachmint-login-box {
		width: 300px;
		height: 550px;
		background-color: var(--white);
		margin: auto;
		margin-top: 4rem;
		padding: 2rem 1rem 2rem 1rem;
	}
	.management-box{
		height: 520px;
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: sticky;
		top: 220px;
		border-radius: 20px;
		background-color: #fff;
		border: 1px solid #eee;
    }
    .owl-school .item {
    	margin-left:1rem;
    }

    .owl-school .item img{
    	height:150px;
    	width: 100px;
    }
    
}
@media (max-width: 480px){
    .home h1 {
        font-size: 35px;
	}
	#features .row .col-6{
		width: 100% !important;
	}
	
}
@media (max-width: 991px){
    .mobile-hide{
	    display:none;
	} 
	#contactus .contact-info{
        width:100%;
    }
}
@media (max-width: 760px){
    .staff-card .everyone {
        display:none;
	}
	.staff-card .h-475{
	    height:auto;
	}
	.crm-disc .crm-desc-1 {
        background:#f9fafb;
    }
  .crm-disc .crm-desc-2 {
        background:#faf4fc;
    }
  .crm-disc .crm-desc-3 {
        background:#e9ecf0;
    }
	
}
@media (min-width: 768px) and (max-width: 1180px){
	.all-btn{
		line-height: 50px;
	}
	.home h1 {
        font-size: 40px;
	}
	#slider1 .col-md-2 {
        flex: 0 0 auto;
        width: 24.666667%;
    }
    .w-md-100{
        width:100%;
    }
    .w-md-100 .h-475{
        height:auto;
    }
    .staff-card .col-md-6 img{
        width:245px;
    }
    .staff-card .col-md-6 img.builder{
        width: 185px;
        left: 15px;
    }
    .crm-disc .crm-desc-1{
        background:#f9fafb;
    }
    .crm-disc .crm-desc-2{
        background:#faf4fc;
    }
    .crm-disc .crm-desc-3{
        background:#e9ecf0;
    }

	#features .row .col-6{
		width: 50% !important;
	}
}

@media (min-width: 992px) { 
	
 }

@media (min-width: 1280px) {
    
} 
    
@media (min-width: 1400px) {
	.teachmint-login-box {
		width: 650px;
		height: 550px;
		background-color: var(--white);
		margin: auto;
		margin-top: 4rem;
		padding: 2rem 4rem 2rem 4rem;
	}
}