@charset "utf-8";
/* CSS Document */

.container-nad{
	max-width: 800px;
	margin: 0 auto;
}
.boxes-responsive{
	display: none;
}
@media (max-width: 425px) {
	.responsive-logo{
		height: 60px !important;
    	position: relative;
    	top: 12px;
	}
	.slider-responsive{
		display:none;
	}
	.feature-box-responsive{
		margin-bottom:20px;
	}
	.feature-box2-responsive{
		margin-bottom:20px;
		border-bottom:solid 2px;
	}
	.copyright-responsive{
		margin-bottom:0 !important;
	}
	.teachers-responsive{
		text-align:center;
	}
	.boxes-responsive{
		display: unset;
	}
	.content-wrap{
		padding-top: 0px;
	}
	.promo-box-res{
		background: url(../img/edu-res-bg.jpg);
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.promo-box-res-2{
		background: url(../img/hosp-res-bg.jpg);
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.promo-box-res-3{
		background: url(../img/office-res-bg.jpg);
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}
@media (max-width: 375px) {
	
}
@media (max-width: 360px) {
	
}
@media (max-width: 320px) {
	.responsive-logo{
		height: 55px !important;
    	top: 20px;
	}
}


