html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}

@media screen and (max-width: 629px) {
	h1 {
		font-size: 1.95em;
	}
	h2 {
		font-size: 1.25em;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.txt {
		font-size: 0.875em;
	}
	.q button {
		display: block;
		margin: 10px auto 0;
		width: 100%;
		max-width: 100%;
	}
}


/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
    font-size: 45;
    display: block;
    color: #ff0000;
    text-decoration: none;
	    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
	float:left;
	margin-left: 4%;
	margin-top:10px;
}

h2 {
	color: #000;
	padding-bottom: 25px;
	font-size: 1.35em;
	font-weight: 300;
	position: relative;
}

h1 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.25em;
	margin-bottom: 10px;
}


h3 {
	color: #000;
	font-size: 1.25em;
	font-weight: 300;
	position: relative;
}

h2:after {
	content: "";
	height: 1px;
	width: 240px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,222222+50,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(102,102,102,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(102,102,102,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(102,102,102,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



}


.header {
	margin-top:2%;
	background: #fff;

}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background:  radial-gradient(#fff, #fff);
	margin-top:2%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


.arrow:after {
	position: block;
	margin-top:1%;
	margin-left: auto;
	margin-right: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #ff0000 transparent transparent transparent;
}
.arrow:before {
	position: block;
	margin-top:1%;
	margin-left: auto;
	margin-right: auto;
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #ff0000 transparent transparent transparent;
}


.wrapper {
	position: relative;
	padding: 10px;
	max-width: 690px;
	width: 96%;
	margin: 0 auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: left;
}

.progress-container {
  height: 0.8rem;
  width: 80%;
  border-radius: 0.4rem;
margin-left: auto;
margin-right: auto;
  background: #000;
  margin-top: 3%;
}

.nbplanet {
  overflow: hidden;
  background-color: #e32934;
  position: fixed; /* Set the nbplanet to fixed position */
  top: 0vh; /* Position the nbplanet at the top of the page */
  width: 100%; /* Full width */
  text-align: center;
  z-index: 10;
  position: sticky;

}

/* Links inside the nbplanet */
.nbplanet a {
  float: center;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;

}


.nbplanettext {
	color:white;
	text-decoration-color: white;
    padding: 5px 15px;
}
/* Change background on mouse-over */
.nbplanet a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 50px; /* Add a top margin to avoid content overlay */
}


.txt {
	font-size: 0.925em;
	margin-bottom: 20px;
	color: #000;
}

hr{
	border-top: 1px solid #fff;
}

.progress-container .progress {
  height: 100%;
  width: 0;
  border-radius: 0.4rem;
  background: #ff0000;
  transition: width 0.4s ease;
}

.tos {
	color: #888;
	margin-top: 5px;
	font-style: italic;
	font-size: 0.8em;
}

.footer {
	background: #000;
	color: #cbcbcb;
	padding: 20px 15px;
	text-align: center;
	font-size: 0.75em;
	font-weight: 300;

}



.end-txt {
	font-size:1rem;
	margin-top: 15px;
	color: #000;
}

.button{
	outline: 0;
width: 40%;
display: inline-block;
background: #ff0000;
color: #fff;
border: 1px solid #9c4e4d;
padding: 14px 0;
max-width: 200px;
font-weight: 300;
font-size: 1.2em;
margin: 0 4px 4px;
cursor: pointer;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
transition: all 300ms linear;
border-radius: 3px;
}


.phone.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #ff0000;
}

.button{
	outline: 0;
width: 40%;
display: inline-block;
background: #ff0000;
color: #fff;
border: 1px solid #9c4e4d;
padding: 14px 0;
max-width: 200px;
font-weight: 300;
font-size: 1.2em;
margin: 0 4px 4px;
cursor: pointer;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
transition: all 300ms linear;
border-radius: 3px;
}

.slider {
	max-width: 480px;
	margin: 0 auto;
}

.classicremain {
	position: relative;
	background: #fff;
	padding: 25px 10px;
	max-width: 800px;
	width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
}
.classicremain2 {
	position: relative;
	background: #fff;
	padding: 25px 10px;
	max-width: 800px;
	width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: left;
}


.loader-txt {
	font-size: 1.35em;
	font-weight: 700;
	color: #ff0000;
	margin: 10px auto 20px;
}

.load-txt li {
	display: none;
	font-weight: 300;
	margin-top: 10px;
	text-align: center;
}

.load-txt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}



#timer {
	font-weight: 700;
	text-decoration: underline;
}


.bold {
	font-weight: 700;
}


.email.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #ff0000;
}

.congrats {
	color: #ff0000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.7em;
}



.slider {
	max-width: 480px;
	margin: 0 auto;
}


h2::after {
   content: none;
}

a {
    color: white;
}


input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.cta {
    display: block;
    text-decoration: none;
    background: #ff0000;
    color: #fff;
    padding: 14px 0;
    font-weight: 300;
    font-size: 1.35em;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
    /* box-shadow: 0 0 0 0 rgba(115, 200, 106, 0.7); */
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.cta:hover {
	background: #fff;
	color: #ff0000;
}

.name.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #ff0000;
}
* 



.wrapper2 {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}
.megabox {
    background-color: #000;
    box-shadow: 0 0 2px 2px #e9e9e9;
    padding: 10px 6px;
    position: relative;
}
.megabox img {
    width: 130px;
    margin-left: auto;
margin-right:auto;}


.megabox p {
    font-size: small;
    text-align: left;
	color: #737373;
}

.prizebtn {
    border: 0 solid #334c83;
    padding: 4px 0;
    width: 80%;
    margin: 8px 4px 4px;
    text-align: center;
    font-size: .9em;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0054a4;
}

.prize h2 {
    font-size: 1.2em;
    text-align: left;
}
.pbox h2, .pbox p {
    margin: 6px 6px 0;
	font-family: sans-serif;
}

.classicreqst button {
	outline: 0;
	width: 96%;
	display: block;
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	padding: 14px 0;
	font-weight: 300;
	font-size: 1.2em;
	margin: 0 4px 4px;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 3px;	
}

.classicreqst button:hover {
	background: #fff;
	color: #ff0000 ;
}

.classicreqst, .classicreload, .final {
	display: none;
}

.classicreqst:first-child {
	display: block;
}

.classicreqst p {
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 20px;
}




@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');
/* Used Google Fonts */
font-family: 'Roboto', sans-serif;
font-family: 'Mansalva', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Muli', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Cinzel', serif;
font-family: 'Bangers', cursive;
/* Used Google Fonts */
*{
  margin:0;
  padding:0;
}
.logo-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
.logo-container ul li {
    width: 300px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding:20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    
    display: flex;
    align-items: left;
    justify-content: left;
}
.logo-container ul li a{
  text-decoration:none !important;
  display: inline-block;
}
.logo-holder{
  text-align:left;
}
/* Logo-2 */
.logo-2 h3 {
	color: #34495e;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    line-height:1;
	margin-top:2%;
}
.logo-2 p {
    font-size: 10px;
    padding-left: 0px;
	color: #ff0000;
    font-weight: 600;  
    text-transform: uppercase;
}
@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}

/* Followed */
.follow{
  position:fixed;
  right:20px;
  bottom:10px;
}
.follow img {
    width: 40px;
    height: 40px;
    border: 2px solid #3F51B5;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    padding: 5px;
    background: #fff;
}

@media only screen and (max-width:736px) {
  body{
      margin:0;
      padding:0;
  }
  .logo-container ul {
      width: 100%;
      text-align: center;
  }
  .logo-container ul li {
      width: 290px;
      margin-left: auto;
      margin-right: auto;
      float: none !important;
  }
  .logo-4 p {
      margin-top: 2px;
  }
  .Logos{
    margin-top:20px;
  }
}

h1.Logos {
    font-weight: 400;
    font-family: 'Bangers', cursive;
    font-size: 40px;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 2px 2px 0px #2d303a, -2px -2px 0px #2d303a, -2px 2px 0px #2d303a, 2px -2px 0px #2d303a;
    color: #fff;
}
p.para {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 30px;
    font-family: 'Lora', serif;
    padding-top: 5px;
    color: #333333;
}

.nbplanetdown {
  margin-top: 10%;
}