body,html{
	font-family:Open Sans;
}

.header{
	color:#719d47;
	border-bottom:1px solid #dfdfdf;
}


.content{
	padding-top:100px;
	padding-bottom:100px;
}
.content ul{
	padding:0;
	list-style-type: none;
}
.content h1{
	font-size:50px;
	font-weight:900;
	color:#719d47;
}
.content strong{
	font-size:22px;
	display:block;
	margin-top:45px;
	margin-bottom:10px;
}
.content ul{
	margin-top:25px;
	margin-bottom:25px;
}
.content ul .fa{
	color:#719d47;
}
.content ul li{
	padding-bottom:5px;
	padding-top:5px;
}
.content .ebook{
	width:100%;
}

.form{
	background:#f7f7f7;
	padding:50px;
}
.form .title{
	font-weight:900;
	font-size:45px;
}
.form .subtitle{
	display:block;
	margin-bottom:70px;
}
.form form{
	text-align:left;
}
.form form label{
	font-size:14px;
}
.form .price-box div{
    font-size: 1.5rem;
    font-weight: bold;
    color: #38c172;
    line-height: 1;
    margin-top: 2px;
}
.form .price-box div span {
    color: #666666;
    font-size: 1rem;
    font-weight: normal;
}
.form .price-box div span span {
    color: #e3342f;
    text-decoration: line-through;
}
.form .price-box p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1;
}
.form .order-submit-section {
    padding: 25px;
}
.form .btn-order {
    background: #719d47;
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
}
.form .disclaimer{
	font-size:12px;
	text-align:center;
}

.footer{
	background:#666666;
	padding:25px;
	font-size:12px;
	color:#fff;
}
.footer a{
	color:#fff;
}

.error{
	display:none;
	color:red;
	font-size:12px;
}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.phone_verify{
	display:none;
}

@media only screen and (max-width:480px){
	
	.header{
		text-align:center;
	}
	
	.content{
		padding:15px 0px;
		font-size:13px;
	}
	.content h1{
		font-size:32px;
	}
	.content strong{
		font-size:18px;
		margin-top:15px;
	}
	.content .ebook{
		margin-top:25px;
	}
	
	
	.form{
		padding:25px 0px;
	}
	.form .title{
		font-size:30px;
	}
	.form .subtitle{
		margin-bottom:35px;
	}
	.form .col-md-3{
		margin-bottom:15px;
	}
	.form .form-group{
		margin-bottom:0;
	}
	.form .order-submit-section{
		padding:25px 0px;
		text-align:center;
	}
	
	.form .checkbox label{
		font-size:12px;
	}
		
}