
@media (max-width: 1199px){

}

@media (max-width: 991px){
	/*most used here*/
}

@media (max-width: 767px){

}

@media (max-width: 640px){
	
}

@media (max-width: 540px){
	/*most used here*/
	.footer_inside{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header_left a{
		float: left !important;
	}
	.header_right a{
		float: right !important;
	}
	.header_left{
		width: 50% !important;
		margin-top: -15px !important;
		margin-bottom: 15px;
	}
	.header_left img{
		height: 60px !important;
		margin-top: 0px;
	}
	.header_right{
		width: 50% !important;
		margin-top: -15px !important;
		margin-bottom: 5px;
	}
	.header_right .nembo_fld img{
		float: right !important;
		height: 60px !important;
		margin-top: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 480px){
	/*most used here for small device*/
	.pll-15{
		padding-left: 0;
	}
	.counter_box{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 30px !important;
	}
	.counter_box .counter_itm{
		width: 100%;
		max-width: 245px;
		min-height: auto;
		padding-bottom: 10px !important;
		margin-bottom: 10px !important;
		display: block;
		clear: both;
	}
	.vid_thumb{
		width: 100%;
		height: 270px;
		margin-bottom: 10px;
	}
	.short_course_sum .row{
		padding: 0px !important;
		margin: 0px !important;
	}
}

@media (max-width: 380px){

}