@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;
}
    
h3 {
	font-size: 1.2rem;
}
	
#logo img { width: 12%}
	
	.arrow-header {

left: 40%;

}

	
	h1 {
display: none;

}
	
.flex {
	display: block;
}
	
.left, .right, .left-bottom, .right-bottom, .section1, .section2, .section3 {
	width: 100%;
}

	
	.section1 {
				padding:  0 0 1.5rem 0;

}

	
	.section2 {
	border-left: none;
		border-right: none;
		
			border-top: solid 1px #1e558f;
		border-bottom: solid 1px #1e558f;
	padding:  1.5rem 0;

}
	
		.section3 {
				padding:  1.5rem 0 0 0;

}

	
	.right-bottom {
	display: block;
		margin-top: 1.5rem;
}

	
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
