@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;
}
	
.flex {
	display: block;
	margin: 2rem 0 0;
}

.flex_neu {
	display: block;
	margin: 2rem 0 0;
}
	
.left, .right, .middle, .left1, .middle1, .neu_right, .neu_left {
	width: 100%;
}

.left, .middle {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
	.icons {
		display: block;
		margin: 0;
	}
	.icon {
		width: 100%;
		margin: 1rem 0;
	}
	
	.iconimg {
		width: 10%;
	}
	h1 {
		font-size: 1.5rem;
	}
	.benefitsicons {
		margin: 0;
		display: block;
	}
	.benefitsicons .icon {
		width: 20%;
	}
	
	.content {
		padding: 1rem 3%;
	}
	
	#footer .flex {
		display: block;
	}
	
	#footer .flex .left, #footer .flex .right {
		width: 100%;
		text-align: center;
	}
	
	.button_box {
		text-align: center;
	}
}

.refnr {}

.apply {}
