@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;
}
	
#logo img { width: 50%}
	
	h1 {
	font-size: 1.2rem;
}
	
	h4 {
	margin-top: 0;
}

.flex {
	display: block;
}
	
	.flex-top {
	display: block;
}
	
.border-middle-box {
border-left: none;
	border-right: none;
	padding: 2.5rem;
	border-top: solid 0.2rem #e61d19;
	border-bottom: solid 0.2rem #e61d19;
}  
	
	
	.middle {
margin: 1.5rem 0;
} 
	
.flip-box {
height: 7rem;
}

.left-1, .right-1, .left-2, .right-2 {
	width: 100%;
}
	.left-1 {
	border-right: none;
		padding: 0;
}
	
	.left-2 {
	margin-bottom: 1rem;
	}

	.right-1 {
margin-bottom: 0;
}
	
	.right-1::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 5%;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
	transform: rotate(-180deg);
}
	
	

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
