@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;
}
	
.content {
	padding: 1.5rem;
}
	
	.content-box {
padding: 1.5rem;
}
	
.flex {
	display: block;
}
	
.left, .right, .left-benefits, .right-benefits, .left-contact, .middle-contact, .right-contact {
	width: 100%;
}

.middle-contact {
	margin: 1rem 0;
}
	
	.right-contact {
		display: block;

}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
