@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	h1 {
		font-size: 1.1rem;
	}
	
	left {
	width: 50%;
	padding: 0 4%;
	
}

.left h3{
	font-size: 1rem;
	color: #cb0935;
}





#logo2 img {
	width: 30%;
	margin: 0 1.5rem 0.5rem auto;
	position: relative;
	z-index: 100;
}

	
.flex, .bigflex, .innerflex {
	display: block;
}
	.bigleft, .bigright, .innerleft, .innerright {
	width: 100%;
}
	.icon {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.icon img {
		width: 20%;
		margin: 0 auto;
		
	}
	
	.socialicon {
		width: 10%;
	}
	
	.bggrau {
	background-color: #ececec;
	border-radius: 0.5rem;
		margin-top: 1rem;
}
	
	.innerflex2{
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
