@charset "utf-8";
/* CSS Document */
body {
color: black;
background:white;
font-family: sans-serif;
margin: 0;
padding: 0;
}
input[type="submit"], input[type="text"]{
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
div{
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}
a {
	color:gray;
}
img {
	border:none;
}
.label{
    font-style: italic;
    font-weight:800;
	font-size:1em;
	margin-top:5px;
	margin-bottom:.5em;
	color:#c61013;
}

.label span{
    font-style: normal;
    font-weight:600;
    color:#000;
	font-size:0.8em;
}
#overlay {
	display: none;
	z-index: 109;
	background-color:rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
#disc{
    position: absolute;
    width:80%;
    left:5%;
    font-size:10px;
    top:10%;
    z-index: 110;
    margin: 0 auto;
    /*width: 100%;*/
    background: #fff;
    color: #000;
    text-align: center;
    padding: 5%;
}
#close {
    width:50%;
    padding:10px 0;
    font-size:1.2em;
    color:#fff;
    background:#0dc400;
    border:none;
    cursor:pointer;
}
#ok_btn {
    cursor: pointer;
}
.terms_link {
    width: 100%;
    margin:0 auto;
    max-width: 400px;
}
.header {
    color:#fff;
    background-color: #222222;
    width: 100%;
    margin-top:0px;
    padding:10px;
    display:inline-block;
    font-size:1.2em;
    font-weight:800;
    text-align:center;
}

/*-----------------------------
    5. SERVICE DESCRIPTION
-----------------------------*/

#service {
    padding: 5px 5px;
    text-align: center;
    background: #ffca08;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#service img {
    display:inline-block;
    height: 35px;
}

#service span {
    display: block;
    margin-left: 10px;
    font-size:13px;
    color:inherit;
    font-style:oblique;
}

#lp_wrapper{
	font-size:1em;
	text-align:center;
	width:98%;
}
.arrow{
    color:#fe0000;
}
div.wpsent{
	    width:80%;
	    margin:0 auto;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
	}
	
	div.step_text{
	    background:#fff;
	    padding:5px 0 15px 0;
	    color:#000;
	    border: 2px solid #000;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
	}
	div.step_text_wpsent{
	    margin-top:30px;
	    padding:10px;
	    color:black;
	    border:2px solid #000;
	   -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        line-height: 200%;
        font-size:15px;
        
	}
	div.step_text p span{
	    color:#f26d9a;
	    font-size:18px;
	    text-decoration:underline;
	    font-weight:bold;
	}
	div.step_text p .menu_number{
	    text-decoration:none;
	}
	div.step_title{
	    margin-bottom:5px;
	}
	
	div.step_text p{
	    color:#000;
	    font-size:15px;
	    padding:10px 0 0 0;
	    
	}
	.menu_number{
	    color:#00c400;
	    font-size:18px;
	    font-weight:bold;
	    text-decoration:none;
	}
	.step_image img{
    width:60%;
}
.step_image img{
    width:80%;
}
#submit_ussd{
    background:#f26d9a;
}
#top_image{
	text-align:center;
}
#top_image img{
	display:block;
	width:100%;
}
#main_image{
	text-align:center;
}
#main_image img{
	width:100%;
}
div.label{
	font-size:1em;
	margin-top:0;
	margin-bottom:.5em;
}
div.input_text{
	background-color:white;
    margin: 0 auto;
    padding:3px 3px 3px 3px;
    text-align: center;
    max-width: 280px;
	text-align:right;
	border-radius:3px;
	border:2px solid gray;
	width:80%;
}
#reload {
    margin-top:20px;
}

#reload a{
    color:#fff;
    cursor:pointer;
    text-decoration:underline;
}
#reload img {
    width:100%;
}
div.input_text input{
	font-size:18px;
	max-width:280px;
	border:none;
	outline:none;
	width:95%;
	padding:4px 0;
}
div.input_submit{
	text-align:center;
}
div.input_submit input[type=submit], a.button{
    font-size:18px;
	background: #780076; /* Old browsers */
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px;
    max-width: 280px;
    outline: none;
    padding: 15px 0;
    text-shadow: 1px 1px black;
    width: 80%;
}
div.input_submit input[type=image]{
	margin:10px 0 5px 0;
	max-width:100%;
}
div.input_checkbox{
	color:gray;
	display:inline-block;
}
div.input_checkbox a {
	color:gray;
}
div.checkbox_error a {
	color: red;
}
div.input_checkbox label {
	font-size:10px;
}
div.checkbox_error {
	color: red;
}
.ad_text{
	margin-bottom:10px;
}
.wpsent_text{
	font-size:0.9em;
	font-weight:bold;
}
.wpsent_text a{
	font-size:1.6em;
	font-weight:bold;
	color:#ff8b0f;
}
.ad_title{
	font-size:12px;
	margin-top:5px;
}
.bottom_disc{
	margin-top:5px;
	color:gray;
	font-size:12px;
}
#wpsent_title{
	margin:20px 0;
}
.wpsent_title{
	margin:20px 0;
}
.terms{
	color:#999;
	font-size:10px;
	text-align:center;
	margin-top: 14px;
}
.terms a{
	color:#999;
}
#disclaimer{
	color:#999;
	font-size:12px;
	text-align:justify;
	margin:50px 0 0 0;
}
#disclaimer a{
	color: #999;
}
.submit_link a{
	display:block;
	text-align:center;
	margin:15px 0 0 0;
	font-size:20px;
}
#more_content{
	text-align:center;
}
.support_info{
	text-align: center;
    font-weight: bold;
    margin: 0 auto 10px auto;
    padding: 10px 0;
    border: 1px solid white;
    width: 98%;
    font-size: 1em;
}
.price{ 
	margin-top:20px;
}
.price_defendable {
	font-size:14px;
}
.capital{
	text-transform:uppercase; 
	margin-top: 8px;
	text-decoration: underline;
	
	}
.smart_only{
	display:none;
}
@media (min-width: 300px) {
body { }
#reload img {
    width:auto;
}
#top_image img{
	width:inherit;
	max-width:100%;
	margin: auto;
}
#main_image img{
	width:inherit;
	max-width:100%;
}
#lp_wrapper{
	max-width:480px;
	margin:auto;
	border: #f00 dotted;
}
div.step{
	    width:90%;
	    margin:1px auto;
	}
	div.step_text{
	    background:#fff;
	    padding:5px 0 5px 0;
	    color:#000;
	    border:2px solid #fe0202;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
	}
	div.step_text_wpsent{
	    border:2px solid #000;
	    padding:5px 0 15px 0;
	    color:#000;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
	}
	div.step_text p{
	   color: #000;
    font-size: 16px;
    padding: 0px;
	}
	div.step_text_wpsent p{
	    color: black;
	    font-size:18px;
	    padding:6px;
	}
	div.step_text p span{
	    color:#f26d9a;
	    font-size:22px;
	    text-decoration:underline;
	    font-weight:bold;
	}
	.menu_number{
	    color:#00c400;
	    font-size:22px;
	    font-weight:bold;
	}
div.input_text{
	background-color:white;
 	background-image:url(../offer/img/input_phone_icon.gif);
	background-position:left 3px center;
	background-repeat:no-repeat;
    margin: 0 auto;
    padding:3px 3px 3px 20px;
    max-width: 280px;
	text-align:right;
	border-radius:3px;
	border:2px solid gray;
	width:80%;
}
div.input_submit input[type=image]{
	margin:10px 0 5px 0;
	max-width:100%;
}
div.input_submit input[type=submit], a.button{
	margin:10px 0 5px 0;
	background: #fe0000; /* Old browsers */
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    max-width: 280px;
    outline: none;
    padding: 15px 0;
    text-shadow: 1px 1px black;
    width: 80%;
}
div.label{
	font-size:1.3em;
	margin-top:0;
	margin-bottom:.7em;
	max_width: 100%;
}
div.input_checkbox label {
	font-size:13px;
}
.terms{
	font-size:12px;
	margin-top: 14px;
}	
.wpsent_text{
	font-size:1.2em;
}
.wpsent_text a{
	font-size:1.8em;
}
.smart_only{
	display:block;
}
}
@media (min-width: 1100px) {
.terms{
	font-size:15px;
}
}


