@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: 30%}
	
	h1 {
	font-size: 1.65rem;
}

	h2{display: none;}
	
	h3{
	font-size: 1.4rem;}
	
	
	h4 {
  font-size: 1.7rem;
  rotate: 0deg;
  position: inherit;
  left: 0;
  top: 0;
  text-align: left;
		padding-bottom: 1rem;
}
	h5 {
	font-size: 1.1rem;

}
	
	.text-box{
		padding: 0;
	}
	
	.bg-white {
	padding: 0;
}
	
	.icons-box{
	display: block;
	justify-content: center;
	margin-top: 0;
}
	
	.icons-content{
flex-wrap: wrap;
  display: flex;
	justify-content: center;
  align-items: center;
		margin-top: 1rem;
}
	
	
	.contact-box h4 {
	font-size: 1.7rem;
    margin-top: 0;
    padding-bottom: 0;
}
	
.flex {
	display: block;
}
	
	.flex-benefits {
	display: flex;
	flex-wrap: wrap-reverse;
}
	
.left-header, .right-header, .left-1, .right-1, .left-2, .right-2, .left-contact, .right-contact {
	width: 100%;
}

.right-2 img{
display: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
