@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 ;

}
	
	.bg-white {
	padding:1.5rem;
}
	
	hr {
	
	margin: 1.5rem 0
}
	

	
#logo img { width: 30%}
	
	
	h1 {
	font-size: 1.5rem;
}
	
		h3 {
	margin: 1.5rem 0 1rem 0;

}
	
.flex {
	display: block;
}
	
.left-1, .right-1, .left-2, .right-2 {
	width: 100%;
}
	
	.left-1, .left-2 {
margin-bottom: 1rem;}
	

.right-2 {
display: block;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
