@charset "utf-8";
/* CSS Document */

a.bnr-btn, .s2learn-more, .submit-btn, .contact-btn{
	height:76px;
	width:316px;
	border-radius:4px;
	font-family: inherit;
	font-weight:bold;
	font-size:34px;
	line-height:76px;
	text-transform:uppercase;
	text-align:center;
	background:#ff7e00;
	color:#fff;
	outline:none;
	border:none;
	display:block;
	margin:60px 0 0 0;
	cursor:pointer;
}
a.s2learn-more{
	font-size:19px;
	height:43px;
	width:180px;
	line-height:43px;
	margin:29px auto 0 auto;
}
.addto-btn{
	margin:20px 0 0 0;
}
.submit-btn{
	max-width: 350px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
    display: inline-block;
    margin: 20px auto 0 auto;
	width:100%;
}
.contact-btn{
	font-size:23px;
	line-height:70px;
	width:87%;
	height:70px;
	display:block;
	margin:30px auto 0 auto;}
	
@media only screen and (max-width: 767px){
a.bnr-btn{
	margin:20px auto 0 auto;
	display:block;
	height:60px;
	width:290px;
	line-height:60px;
	font-size:30px;
}
a.s2learn-more{margin:15px auto 0 auto;}
.contact-btn{
	font-size:23px;
	line-height:70px;
	width:87%;
	height:70px;
	margin:20px auto 0 auto;}
.submit-btn{}
}
/*===============================*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340 {display:none;}
.hide-400{display:inline-block;}
@media only screen and (max-width: 1179px){
.show-desk{display:block;}
}
@media only screen and (max-width: 1013px){
.show-tab{display:block;}
.hide-tab{display:none;}
a.s2learn-more{
	width: 160px;
	font-size:18px;
	margin: 20px auto 0 auto;
	}

}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.hide-desk, .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: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}


/*********************************/
.inr-cont{
}

.thank-pg{ padding:70px 0;}
.thank-pg .comnpara { margin-bottom: 0px;}
.thank-hdg{}
a.baktohme{
	font-size:16px;
	color:#6baf24;
	line-height:20px;
	text-decoration:underline;
	float:left;
	width:100%;
	margin-bottom:15px;
}