@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, .benefits {
	display: block;
	margin: 0;
}
	.flex1 {
		display: flex;
		flex-direction: row;
		margin: 0;
	}
	
.flex1 :nth-child(1) {
        order: 1; }
.flex1 :nth-child(3) {
            order: 2; }
	
.left, .right, .left2, .right2, .right3 {
	width: 100%;
}
	
	.right, .left2 {
		min-height: 10rem;
		margin: 0 0 1rem 0;
	}
	
	.innerimage {
		width: 33%;
	}
	
	hr {
		margin: 2rem auto;
	}
	
	h1 {
		font-size: 1.4rem;
		line-height: 1.2;
	}


.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
