@media only screen and (min-width: 320px) and (max-width: 479px) {
		
	.soetopenbox, .somopenbox, .socopenbox{
		bottom: initial;
	}
	
	.soetopenbox .col-xs-8, .somopenbox .col-xs-8, .socopenbox .col-xs-8{
		width:100%;
		margin:0;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	
	
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	

}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	
	.highlight-btn-cont{
		margin-top:40px;
	}
	
	.soet, .som{
		width:100%;
	}
	
	.soet, .som{
		float:none;
		margin-bottom:30px;
	}
	
	
}

@media only screen and (min-width: 320px) and (max-width: 639px) {

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.soetopenbox .col-md-8{
		width:100% !important;
	}
	
	.soetopenbox .col-md-4{
		width:100% !important;
	}
	
	.somopenbox .col-md-8{
		width:100% !important;
	}
	
	.somopenbox .col-md-4{
		width:100% !important;
	}

	.socopenbox .col-md-8{
		width:100% !important;
	}
	
	.socopenbox .col-md-4{
		width:100% !important;
	}	
}