@charset "utf-8";
/* CSS Document */
.white {
    color: #fff;
}
/*-------------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:#042759;
	margin-top: 10px;
	}
a.bnrbtn, .select-btn, .chk-btn{
	height:72px;
	width:340px;
	border:none;
	border-bottom:3px solid #ff6d00;
	border-radius:14px;
	font-weight:500;
	font-size:30px;
	line-height:72px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	display:block;
	outline:none;	
}
a.select-btn {
    height: 46px;
    width: 100%;
    max-width: 100%;
    line-height: 46px;
    margin: 0 auto 0 auto;
    display: inline-block;
    font-size: 20px;
    border-radius: 0;
    letter-spacing: 0px;
    background: #04d34d;
    border-radius: 6px;
    box-shadow: 4px 4px 8px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 1px rgba(0,0,0,0.1);
    border-bottom: none;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.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;}
a.select-btn{ height:40px; line-height:40px;}

}
@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{ width:100%; height: 38px; line-height: 38px; font-size: 16px;}
.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;
}
a.select-btn {
       width: 100%;
    max-width: 100%;
    /* height: 38px; */
    /* line-height: 38px; */
    /* font-size: 16px; */
    margin: 0 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;}	
}







