@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700&display=swap');

p, li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #cccccc;
	line-height: 1.3em;
	margin-bottom: 1em;
    letter-spacing: -0.3px;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	text-align: center;
	color: #333;
	font-size: 36px;
	line-height: 1.25em;
}

a {
	color: #cccccc;
}

a:hover {
	color: #cccccc;
}

.fnt-12 {
	font-size: 12px;
}

.text-primary {
	color: #00294f !important;
}

.text-secondary {
	color: #ff9900 !important;
}

.container {
    max-width: 1140px;
}

body {
	background: #440e62;
}

.bg-header {
	background: url(../images/body-bg.png) no-repeat center top;
}

.cont-clss {
	background: #fff;
	border: 3px solid #e1e1e1;
	border-radius: 10px;
}

.head-offset {
	margin-bottom: -35px;
	z-index: 1111;
	position: relative;
}

.timer-bg {
	border: 1px solid #cccccc;
	padding-bottom: 40px;
}

.badge-offset {
	margin-top: -20px;
}

.form-control-clss {
	background: #f5f5f5;
	border: 2px solid #e1e1e1;
	border-radius: 4px;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	padding: 30px 20px;
}

.btn-clss {
	background: #8dc63f;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	padding: 16px 70px;
	margin-top: 30px;
}

/* --------------   email placeholder  ----------- */

.form-control-clss {
	background: #f5f5f5;
	border: 2px solid #e1e1e1;
	border-radius: 4px;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	padding: 15px 10px 15px 46px;
}

.input-icons i { 
    position: absolute; 
} 
          
.input-icons { 
    width: 100%; 
    margin-bottom: 10px; 
} 
          
.icon { 
    padding: 8px 10px 14px 10px; 
    color: #999999; 
    min-width: 40px; 
    text-align: center;
} 
          
.input-field { 
    width: 100%;  
}

/* --------------   hover  ----------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
  color: #fff; }

  /* --------------   step 2 classes  ----------- */

  .bg-header-2 {
	background: url(../images/body-bg-2.png) no-repeat center top;
  }

  .bg-opacty {
  	background: rgb(0, 0, 0, 0.2);
  }

  .bg-green {
  	background: #8dc63f;
  	border-radius: 10px 0 0 10px;
  	display: block;
  }

  .img-ofset {
  	margin-left: -110px;
	margin-bottom: -20px;
	margin-top: 60%;
	z-index: 222;
	position: relative;
  }

  .form-bg {
  	background: #fff;
	border: 3px solid #e1e1e1;
	border-radius: 0 10px 10px 0;
  }

  .marg-offst {
  	margin-left: -15px;
  	margin-top: 30px;
  	margin-bottom: 30px;
  }

  .separator {
  	border-top: 1px solid rgb(0, 0, 0, 0.2);
  }

  .clock-2 {
  	margin-top: 40px !important;
  }

  .clock-2 ul {
  	width: auto !important;
  	font-size: 50px !important;
  }

  .clock-2 ul li a div {
  	font-size: 50px !important;
  }


  @media only screen and (max-width:500px) {
  	.bg-header {
  		padding-left: 20px !important;
  		padding-right: 20px !important;
  	}

  	.step-2pad {
  		padding-left: 30px;
  		padding-right: 30px;
  	}

  	.bg-green {
  		display: none;
  	}

  	.form-bg {
	  	background: #fff;
		border: 3px solid #e1e1e1;
		border-radius: 10px 10px 10px 10px;
	  }

  	.badge-offset {
		margin-top: -12px;
	}

	.btn-clss {
		font-size: 20px !important;
		padding: 16px 16px !important;
	}

	.img-ofset {
		max-width: 100%;
		margin: auto;
		display: block;
	}

	.form-bg {
		padding-bottom: 30px;
	}
  }
    

  @media only screen and (max-width:667px) {
  	.form-bg {
		padding-bottom: 30px;
	}

	.bg-green {
  		display: none;
  	}

  }

  @media only screen and (max-width:736px) {
  	.img-ofset {
		max-width: 100%;
		margin: auto !important;
		display: block;
	}

	.form-bg {
		padding-bottom: 30px;
	}

	.bg-green {
  		display: none;
  	}

  }

  @media screen and (max-width: 767px) {
    .flip-clock-wrapper ul { 
    	height: 54px !important; 
    	line-height: 57px !important;
    	width: 30px !important; 
    	margin: 2px !important; 
    	padding-right: 16px !important; 
    	padding-left: 16px !important; 
    }
    .flip-clock-wrapper ul li a div.up:after { top: 24px !important; }
    .flip-clock-divider { height: 50px !important; }
    .flip-clock-dot { height: 6px !important; width: 6px !important; left: 7px !important;}
    .flip-clock-dot.top { top: 17px !important; }
    .flip-clock-dot.bottom { bottom: 8px !important; }

    .flip-clock-divider .flip-clock-label { font-size: 12px !important; }
    .flip-clock-divider.hours .flip-clock-label { right: -60px !important;; }
    .flip-clock-divider.minutes .flip-clock-label { right: -68px !important;; }
    .flip-clock-divider.seconds .flip-clock-label { right: -68px !important;; }
    .flip-clock-wrapper ul li a div div.inn { font-size: 20px !important; }

    .bg-green {
  		display: none;
  	}

}

  @media only screen and (max-width:768px) {
  	.badge-offset {
		margin-top: -12px;
	}

	.btn-clss {
		font-size: 24px;
		padding: 16px 16px;
	}

	.img-ofset {
		max-width: 100%;
		margin: auto !important;
		display: block;
	}

	.form-bg {
		padding-bottom: 30px;
	}

	.bg-green {
  		display: none;
  	}

  }

  @media only screen and (max-width:812px) {
  	.bg-header {
  		padding-left: 40px;
  		padding-right: 40px;
  	}

  	.btn-clss {
		padding: 16px 14px;
		font-size: 27px;
	}

	.img-ofset {
		max-width: 100%;
		margin: auto !important;
		display: block;
	}

	.form-bg {
		padding-bottom: 30px;
	}

	.bg-green {
  		display: none;
  	}

  }

  @media only screen and (max-width:1024px) {
  	.btn-clss {
		padding: 16px 30px;
	}

	.img-ofset {
	  	margin-left: -130px;
	  	margin-top: 0;
	  }

	  .bg-green {
  		display: none;
  	}
  }
@media only screen and (max-width:767px) {
h2 {
font-size: 23px;
}
.form-control-clss {
font-size: 13px;
}
}