body{ margin:0; padding:0; background-color: #000; color: #FFF;  font-family: Open Sans;}
.main{ 
	background-image: url(images/bg.jpg);
	background-size: cover;
    background-position: top center !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

.header{ clear: both; overflow: auto; }
.logo{ 
    float: left;
    margin: 10px;
    display: block;
}

.chromebtn{
	float: right;
    margin: 10px;
    display: block;
}

.centerbtn{
	    background: #08bb3f;
    border: none;
    border-radius: 12px;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
        width: 430px;
    height: 100px;
    text-align: center;
    cursor: pointer;
      margin-top: 50px;
      font-family: Open Sans;
}

.centerbtn:hover{
	transform: scale(1.1) !important;
    border-radius: 12px;
}


h2{
	    font-size: 56px;
    color: #FFFFFF;
    font-weight: 400;
        margin-bottom: 0;
    padding-bottom: 0;
       
}

h3{     font-size: 26px; font-weight: 400;     margin-top: 10px; }



.content{  }
.stepno{
	  margin-top: 20px;
}
.content ul.steps{
	   width: 420px;
	   height: 95px;
	   flex-direction: row;
	   display: flex;
	   background-image: url(images/arrows.png);
	   background-repeat: no-repeat;
	   background-size: contain;
	   background-position: center center;
	   margin: 0 auto;
	   justify-content: left;
	   font-size: 13px;
	   margin-top: 50px;
	}


 .content ul.steps strong{ font-size: 18px; } 

 .content ul.steps li{
 	    display: block;
 	    border: 0;
 	    height: 70px;
 	    color: #000;
 	    width: 105px;
 	    margin: 15px 30px 0px 0px;
 	    vertical-align: middle;
 	    padding: 1px;
 	}


 	#footer{ 
 		font-size: 12px; 
 		right: 20px;
    bottom: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 310px;
    height: 50px;
        position: fixed;
 	}
 	#footer a{ color: #FFF; }
 	#footer a:hover{ text-decoration: underline !important; color: #FFF; }

 	.content3 {
    width: 852px;
    margin: 0px auto;
    background-image: url(images/rounded_box_top3.gif);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid green; */
    background-position: top;
    background-color: #FFF;
    border-radius: 20px;
}