.red{color:#ff0000;}
.ofrbx-btn, .s1lft-btn{
	height:70px;
	width:100%;
	background:#009e36;
	border-radius:5px;
	font-weight:bold;
	font-size:32px;
	line-height:70px;
	color:#fff;
	text-align:center;
	margin:6px auto 0 auto;
	display:block;
	box-shadow:0 5px 10px #c6c4b9;
}
.s1lft-btn{margin:38px auto 0 auto;}
@media only screen and (max-width: 1030px){
.ofrbx-btn, .s1lft-btn{height:60px;font-size:27px;line-height:60px;}	
}
@media only screen and (max-width: 767px){
.ofrbx-btn, .s1lft-btn{
	height:54px;
	font-size:24px;
	line-height:54px;
	margin:8px auto 0 auto;
}	
.s1lft-btn{margin:30px auto 0 auto;}	
}
@media only screen and (max-width: 479px){
.ofrbx-btn, .s1lft-btn{
	height:auto;
	padding:6px 5px;
	font-size:20px;
	line-height:28px;
}	
}
/*=================show classes================*/
.show-479, .show-767, .show-359, .show-tab {display:none;}
@media only screen and (max-width: 1200px){
.hide-desk{display:none;}	
}
@media only screen and (max-width: 1030px){
.hide-tab{display:none;}
.show-tab{ display:block;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
