@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: 16%;
}

h1 {
	  font-size: 1rem;
  }


h1 span {
	  
  }


h2 {
	  
  }


h3 {
	   font-size: 1rem;
  }


h4 {
	    font-size: 1rem;
  }


.box-left {
width: 100%;
margin-bottom: 1rem;
float: none;
  }


.box-right {
width: 100%;
float: none;
  }


.flex {
  display: flex;
  }


.left,
.right {
width: 100%;
  }
	
.left2 {
width: 100%;
	order: 2
  }
	
	
.right2 {
width: 100%;
	order: 1;
  }


	
	.left {
margin-bottom: 1rem;
  }
		.right2 {
margin-bottom: 1rem;
  }
.left3,
.right3 {
width: 100%;
  }
	
	.left3 {
margin-bottom: 1rem;
  }

.hide {
display: block;
  }


.hide_m {
display: none;
  }


}
.refnr {}

.apply {}
