@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;
}
	
	#header::after{
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 2rem 2rem;
border-color: transparent transparent #ffffff transparent;
line-height: 0px;
position: absolute;
right: 0;
bottom: 0;
z-index: 10;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	box-shadow: 0 5px 5px 0px #bbb;
	padding: 1rem 4%;
	margin: -8rem 0 0 0;
	background-color: white
}



.right {
	box-shadow: 0 5px 5px 0px #bbb;
	padding: 1rem 4%;
	margin: 1rem 0 0 0;
	background-color: white
}
	
	.box-right {
	margin-top: -1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
