
/*===========================================================================*/
/* Media Query                                                             */
/*===========================================================================*/

@media only screen and (max-width: 1200px){
	.container{
		width: 992px;
	}

	.grey-cont .infoblocks{
		    width: 17.333333%;
		    padding: 10px;
		    font-size: 15px;
	}
	.grey-cont .infoblocks .triangle-right{
		border-width: 65px 0 65px 50px;
	}
	.recruters .logo img{
		max-width: 140px;
	}
	.featurelist .sub-header{
		height: 44px;
	}
} 
@media only screen and (max-width: 992px){
	.container{
		width: 768px;
	}
	.logo-cont{
		box-sizing: border-box;
	}
	.form-block,.form-header{
		width: 95%;
		max-width: inherit;
	}
	.form-block{
		margin-bottom: 110px;
	}
	.form-header{
		    padding: 20px 33px; 
	}
	.form-header:after {    
	    border-width: 20px;
	    margin-left: -20px;
	}
	.grey-cont .infoblocks{
		width: 33.333334%;
		box-sizing: border-box;
		height: 126px;
		font-size: 18px;
		max-width: initial;
	}
	.grey-cont .triangle-right{
		display: none;	
	}
	.recruters .logo img {
    max-width: 95px;
	}
	.course-block.mba .col-6.bg{
		background-position: center;
	}
}
@media only screen and (max-width: 768px){
	.featurelist .sub-header{
		height: auto;
	}
	.sep-768{
		margin-top: 30px;
	}
	.pull-right-6,.pull-left-6,.course-block .col-6.bg{
		position: static;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.col-6{
		width: 100%;
	}
	.banner .logo-cont .col-6{
		width: 50%;
		float: left;
	}
	.banner .logo-cont{
		margin: 0 auto;
		float: none;
	}
	.banner .logo-cont:after{
		content: "";
		display: block;
		clear: both;
	}
	.brand-cont{
		text-align: center;
	}
	.banner-text{
		float: none;
		border: none;
	}
	.form-block, .form-header{
		width: 100%;
	}
	.form-cont{
		max-width: 468px;
		margin: 0 auto 110px auto;
	}
	.course-block{
		margin-bottom: 50px;
	}
	.course-block .col-6.bg{
		height: 300px;
	}
	.course-block .col-6{
		width: 100%;
		float: left;
	}
	.course-block.mba .col-6.bg{
		background-position: initial;
	}
	.recruters .logo img{
		max-width: 150px;
	}
	.center{
		width: 100% !important;
	}
}


@media only screen and (max-width: 610px){
	.grey-cont .infoblocks{
		font-size: 15px;
	}
	.recruters .logo:last-child{
		display: none;
	}
	.center{
		width: 100% !important;
	}
}

@media only screen and (max-width: 528px){
	.course-block.mba .col-6.bg{
		background-position: center;
	}
	.form-block{
		margin-bottom: 30px;
	}
	.grey-cont .infoblocks{
		width: 100%;
		margin-top: 0;
		font-size: 20px;
		height: auto;
		padding: 15px;
	}
	.infoblocks span{
		font-size: 35px;
	}
	.infoblocks a{
		font-size: 15px;
	}
	
	.logo-cont .col-6:last-child{
		padding-left: 10px;
	}
	.logo-cont .col-6:last-child img{
		margin-right: 0;
	}
	.center{
		width: 100% !important;
	}
}