*{
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	position: relative; 
}
body{
	font-family: 'Lato', sans-serif;
	background-attachment: initial;
	background: url(images/.png) no-repeat center; 
  	background-size: cover;

}

.header {
	Top: 0;
	background: url(images/background.png) no-repeat center center; 
	background-size: cover;
	width: 100%;
	Top:0;
	left:0;
	padding-top: 1%;
	padding-bottom:1%;
}




.container2 {max-width: 1000px; margin: auto;}
.container3 {width: 40%; margin-left: auto; margin-right: auto;}

.list {width:50%; position:relative; min-height:1px; padding-right:15px; padding-left:15px; margin:auto;}

h1{
	font-size: 50px;
  text-align: center;
}
h3{
	font-size:35px;
}
h1, h3, li{ font-family: 'Poppins', sans-serif; color: #000; }


h5 { 
	font-size: 35px; 
}
p{line-height:1.1;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
.list-icon-3 li{ background-image: url(images/bullet-1.png); font-size: 16px;  border-bottom: 1px solid gray;}

ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}
ul{ padding-left: 0; list-style-image: none; list-style-type: none;}

li {
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.3rem;
  min-height: 32px;
  padding-left: 44px;
  text-align: left;
}




.LatoLight{
	font-weight: 300;
}
.LatoRegular{
	font-weight: 400;
}
.LatoBold{
	font-weight: bold;
}

#here {

color:#ffcc00;
	
text-decoration: underline;
}


#here:hover {
	
color:#ffffff;
text-shadow: none;
}



#privacy {

color:rgb(255, 255, 102);
	
font-family: LatoLight; 
font-size: 16px;	
font-weight: normal;
text-shadow: none;
text-decoration: underline;
font-style: normal;
}


#privacy:hover {
	
color:#ffffff;
text-shadow: none;
font-style: normal;
}



.inlineBlock{
	display: inline-block;
	vertical-align: middle;
	
}
.responsive{
	max-width: 80%;
	height: auto;
}
.contentsbox{
	margin: 5% auto 70px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	border-radius: 5px;
	width: 1024;
	max-width: 100%;
	color: #fff;
}
.container{
	padding: 0 5%;
	margin: 0 auto;
}


.zenbox{
	margin: 2% 0;
}

.zenbox-disc{
	width: 55%;
	
}

.zenbox-form{
	width: 40%;
	padding: 0 2%;
	margin: 0 auto;
}


/* Set a style for main button */


.formbox__input_mainsubmit{
	background: #ad0000;
	background-image: -webkit-linear-gradient(top, #ffe500, #72720a);
	background-image: -moz-linear-gradient(top, #ffe500, #72720a);
	background-image: -ms-linear-gradient(top, #ffe500, #72720a);
	background-image: -o-linear-gradient(top,#ffe500, #72720a);
	background-image: linear-gradient(to bottom,#ffe500, #72720a);
	margin-top: 50px;
	outline: none;
	color: #ffffff;
	width: 80%;
	font-size: 20px;
	border-radius: 5px;
	padding: 14px 15px;
	cursor: pointer;
	text-shadow: 0 0 5px #000000;
}

.formbox__input_mainsubmit:hover {
	background-image: -webkit-linear-gradient(top, #ffe500, #595900);
	background-image: -moz-linear-gradient(top,#ffe500, #595900);
	background-image: -ms-linear-gradient(top, #ffe500, #595900);
	background-image: -o-linear-gradient(top,#ffe500, #595900);
	background-image: linear-gradient(to bottom, #ffe500, #595900);
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
}



/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container1 {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
 



.formbox{
	padding: 0 0 0 23%;
}

.formbox__input{
	border-color: rgb(74, 137, 32);
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96%;
	border-radius: 5px;
	border: 3px solid rgba(0,0,0,0.2);
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	outline: none;
	margin-top: 15px;
}
.formbox__input::-webkit-input-placeholder {
	color: #000;
}
.formbox__input::-moz-placeholder {
	color: #000;
}
.formbox__input:-moz-placeholder {
	color: #000;
}
.formbox__input:-ms-placeholder {
	color: #000;
}
.formbox__input:focus {
	border-color: #009900;
}
.formbox__input_name{
	background-position: 95%;
}
.formbox__input_submit{
	background: #ea4e7f;
	background-image: -webkit-linear-gradient(top, #fff700, #908b00);
	background-image: -moz-linear-gradient(top, #fff700, #908b00);
	background-image: -ms-linear-gradient(top, #fff700, #908b00);
	background-image: -o-linear-gradient(top, #fff700, #908b00);
	background-image: linear-gradient(to bottom, #fff700, #908b00);
	top-margin: 25px;
	outline: none;
	color: #333333;
	width: 100%;
	font-size: 20px;
	border-radius: 5px;
	padding: 14px 15px;
	cursor: pointer;
}

.formbox__input_submit:hover {
	background-image: -webkit-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -moz-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -ms-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -o-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: linear-gradient(to bottom, #d6cf00, #6f6b00);
	color: #292929;
}
.contentbox-form-secure{
	padding: 10px 0;
	font-size: 8px;
}
.contentbox-form-secure span{
	font-family: 'Poppins', sans-serif; 
	font-size: 12px; 
	color: rgb(61, 61, 61);
	
}
.footer {
	text-align: center;
	color: #fff;
	background-color: black;
	font-size: 16px;
	width: 100%;
	bottom:0;
	left:0 ;
	padding-top: 1%;
	padding-bottom:1%;
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1280px) {
	.formbox__input_submit {
		font-size: 18px;
	}
}
@media (max-width: 940px) {
	.formbox__input_submit {
		font-size: 16px;
	}
}
@media (max-width: 860px) {
		

	.container img {
		max-width: 100%;
     		height:auto ! important;
		margin: auto;
	}


	.zenbox-disc { 
		width: 100%!important;
		margin: auto;
	}

	.zenbox-disc img{
   		display: block;
		height: auto !important;
		max-width: 100% !important;
	}

	.zenbox-form{ 
		width: 90%!important;
		margin: auto;
	}


	.formbox__input_mainsubmit{
		width: 80%;
	}

	.list{
		width: 90% !important;
	}

	.container3 {
		width: 100%; 
	}

	.modal-content {
   		 width: 100%; 
	}
	
}
@media (max-width: 680px) {
	

	.container img {
		width: 100%;
     		height:auto;
		margin: auto;
	}



	.zenbox-disc { 
		width: 100%!important;
		margin: auto;
	}

	.zenbox-disc img{
   		display: block;
		height: auto !important;
		max-width: 100% !important;
	}

	.zenbox-form{ 
		width: 90%!important;
		margin: auto;
	}


	.formbox__input_mainsubmit{
		width: 80%;
	}

	.list{
		width: 90% !important;
	}


	.container3 {
		width: 100%; 
	}


	.modal-content {
   		 width: 100%; 
	}
}
@media (max-width: 520px) {


	.container img {
		width: 100%;
     		height:auto;
		width: 100%;
	}




	.zenbox-disc { 
		width: 100%!important;
		margin: auto;
	}

	.zenbox-disc img{
   		display: block;
		height: auto !important;
		max-width: 100% !important;
	}


	.zenbox-form{ 
		width: 90%!important;
		margin: auto;
	}


	.formbox__input_mainsubmit{
		width: 80%;
	}

	.list{
		width: 90% !important;
	}
	
	
	.container3 {
		width: 100%; 
	}


	.modal-content {
   		 width: 100%; 
	}

	.footer{
		font-size: 14px;
	}
  

  	.inlineblock {
	width: 200px;
   	 }
}