@charset "utf-8";
/* CSS Document */
/*-------------Buttons---------------*/
.button-box, .s1btn-box, .s2btn-box, .s3btn-box, .s4btn-box, .s8btn-box, .s10btn-box, .s12btn-box{
	width:340px;
	margin:38px 0 0 0;
	display:block;
}
.s1btn-box{margin:28px 0 0 0;}
.s2btn-box{margin:35px auto 0 auto;}
.s3btn-box{margin:38px auto 0 auto;}
.s4btn-box{margin:32px 0 0 0;}
.s8btn-box{margin:30px 0 0 576px;}
.s10btn-box{margin:25px 0 0 0;}
.s12btn-box{margin:30px 0 0 0;}
.btn-grdnt{
	background:#ff6d00;
	}
a.bnrbtn, .select-btn, .chk-btn{
	    margin-top: 14px;
    float: left;
    width: 45%;
    height: 46px;
    color: #ffffff;
    font-size: 18px;
    line-height: 46px;
    position: relative;
    font-weight: 700;
    background: #00ba27;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: inherit;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
}
a.select-btn {

}
.chk-btn{
	margin:28px auto 0 auto;
	float:left;
	width:430px;
	height:76px;
}
a.bnrbtn img, .chk-btn img{margin:0 0 -2px 15px;}
.btntxt{
	font-weight:600;
	font-size:18px;
	line-height:22px;
	color:#193265;
	text-align:center;
	padding:4px 0 0 0;
}
.btntxt2{color:#fff;}
@media only screen and (max-width: 1185px){
.s8btn-box{margin:30px 0 0 476px;}

}
@media only screen and (max-width: 1023px){
.s1btn-box{margin:30px auto 0 auto;}
.s8btn-box{margin:30px 0 0 370px;}
a.bnrbtn{
	height:60px;	
	line-height:60px;
}
.button-box{margin:20px 0 0 0;}
.s10btn-box{margin:25px auto 0 auto;}
a.select-btn{ }
.chk-btn {margin: 14px auto 0 auto;width:416px;}

}
@media only screen and (max-width: 767px){
.button-box, .s1btn-box, .s2btn-box, .s3btn-box, .s4btn-box, .s8btn-box, .s10btn-box, .s12btn-box{ width:100%;}
.chk-btn{
	float:none;
	margin:20px auto 0 auto;
}
}
@media only screen and (max-width: 479px){
.chk-btn{
	width: 98%;
    font-size: 22px;
    height: 63px;
    line-height: 63px;
}	
}
@media only screen and (max-width: 359px){
.chk-btn{font-size: 20px;}	
}







