/* -CSS Reset */
/* -Responsive */
/* -Generic Classes */
/* -Header */
/* -Pre-Content */
/* -Content */
/* -Post-Content */
/* -Footer */

@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
  font-family: "Gilroy-black";
  src: url(../fonts/Gilroy-black.ttf);
}


@font-face {
  font-family: "Gilroy-med";
  src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: "Gilroy-lig";
  src: url(../fonts/Gilroy-Light.ttf);
}

@font-face {
  font-family: "Gilroy-bold";
  src: url(../fonts/Gilroy-Bold.ttf);
}

@font-face {
  font-family: "Gilroy-black";
  src: url(../fonts/Gilroy-Black.ttf);
}


.Gilroy-black {
  font-family: "Gilroy-black";
}

.Gilroy-med {
  font-family: "Gilroy-med";
}

.Gilroy-bold {
  font-family: "Gilroy-bold";
}



/*----------------------------------------
## @Base Elements
----------------------------------------*/
html, 
body {
  overflow-x: auto;
  background-color: #FFFFFF;
}

body,
button,
select,
textarea {
  color: #333333;
}

input
{
  color: #000;
  font-family: "Lato-Regular", Trebuchet Ms, sans-serif;
  font-size: 14px;
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: 10px 15px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  color: #333;
  margin-bottom: 2px;
  outline: 0;
}
  ::-webkit-input-placeholder {
    color: #333;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #333;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;
  }
  :-ms-input-placeholder {  
    color: #333;
  }
  textarea {
    min-height: 127px;
	  
  }


img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
	font-size: initial;
}

h1 {
	font-size: 40px;
font-family: "Gilroy-black", Trebuchet Ms, sans-serif;
  color: #ffffff;
	line-height: 1;
	background-color: #333333;
	padding: 10px;
}


h2 {
    font-size: 100px;
  	font-family: "Gilroy-black", Trebuchet Ms, sans-serif;
  	display: block;
	margin-bottom: -30px !important;
padding-bottom: 0px !important;
}


h3 {
  font-size: 60px;
  font-family: "Gilroy-black", Trebuchet Ms, sans-serif;
  line-height: 24px;
  }

h4 {
  font-size: 20px;
  padding-bottom: 10px;
  font-family: "ave-bold", Trebuchet Ms, sans-serif;
  text-transform: uppercase;
  color: #333;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  font-family: "Lato-Medium", Trebuchet Ms, sans-serif;
  text-transform: uppercase;
 
}

p {
  margin-bottom: 10px;
  margin-top: 10px;
}


hr.green
{ 
	width: 100%;
	height: 1px;
	margin-top: -50px;
	color:#333333;
	border-width: thin;
	border-style: solid;
	text-align: left;
	}
hr.green2
{ 
	width: 100%;

	height: 2px;
	color:#9a3eff;
	border: #9a3eff solid thin;
	text-align: left;
	}
section {
  background-repeat: no-repeat;
  background-size: 1800px;
  background-position: center 0;
}


#site-wrap {
  max-width: 1800px;
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;

}



.inner-wrap {
  width: 1120px;

  margin-left: auto;
  margin-right: auto;
}

.inner-wrap2 {
  width: 1200px;

  margin-left: auto;
  margin-right: auto;
}
.leftborder {
    border-left: 1px solid #333;
	margin-left: 20px;
}


/********** BUTTON **********/
.rush-order {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Gilroy-black", Trebuchet Ms, sans-serif;
  background-color: #d43132;
  padding: 20px;
  border-radius: 50px;
  border: none;
  display: inline-block;
transition: .5s ease;
  width: 100%;
  max-width: 310px;
  text-align: center;
  cursor: pointer;
  font-weight:bold;
}

.rush-order:hover {
    background-color: #333;
  color: #fff;
	border-radius: 50px;
	animation: shake 0.6s infinite;
}

@keyframes shake {
	0%{
		transform: translate(0px, 0px) rotate(0deg);
	}
	25%{
		transform: translate(1px, 1px) rotate(1deg);
	}
	50%{
		transform: translate(-1px, -1px) rotate(-1deg);
	}
	75%{
		transform: translate(2px, -1px) rotate(2deg);
	}
	100%{
		transform: translate(-1px, 1px) rotate(-1deg);
	}
}

/********** BUTTON **********/
.rush-order2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Gilroy-black", Trebuchet Ms, sans-serif;
  background-color: #d43132;
  padding: 30px 50px 30px 50px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  transition: .5s ease;
  text-align: center;
  cursor: pointer;
  font-weight:bold;
	animation: shake 0.8s infinite ease;
}

.rush-order2:hover {
  background-color: #333;
  color: #fff;

}

#red-header {
  height: 60px; 
  background-color: #333333; 
}





input[type="submit"] {
  margin-bottom: 10px;
}
input[type="submit2"] {
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: 10px 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  color: #000;
  margin-bottom: 7px;
  outline: 0;
  height: 41px;
}
select {

  padding: 10px 10px;

  width: 100%;

  border-radius: 5px;

  border: 1px solid #cdcdcd;

  color: #000;

  margin-bottom: 7px;

  outline: 0;

  height: 41px;

}
  ::-webkit-input-placeholder {
    color: #333;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #333;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;
  }
  :-ms-input-placeholder {  
    color: #333;
  }

.topwrap {
	width: 99%;
	padding-top: 137px;
}

.topleft {
  float: left;
  width: 70%;
  margin-left: 0px; text-align:center;
}

.topright {
  float: right;
  width: 28%;
  margin-right: 4px;
}
/*----------------------
## @mainheader
----------------------*/
#main-header {
    height: 842px; 
  background-image: url(../images/lp_01.webp);
}

/*----------------------
## @Section2
----------------------*/
#section2 {
    height: 567px; 
  background-image: url(../images/lp_02.webp);
	color: #136f56;
}

/*----------------------
## @Section3
----------------------*/
#section3 {
    height: 471px; 
  background-image: url(../images/lp_03.webp);
}

/*----------------------
## @Section4
----------------------*/
#section4 {
    height: 1106px; 
  background-image: url(../images/lp_04.webp);
}

/*----------------------
## @Section5
----------------------*/
#section5 {
    height: 468px; 
  background-image: url(../images/lp_05.webp);
}

/*----------------------
## @Section6
----------------------*/
#section6 {
    height: 1025px; 
  background-image: url(../images/lp_06.webp);
}

/*----------------------
## @Section7
----------------------*/
#section7 {
    height: 299px; 
  background-image: url(../images/lp_07.webp);
}

/*----------------------
## @Section8
----------------------*/
#section8 {
    height: 440px; 
  background-image: url(../images/lp_08.webp);
}

/*----------------------
## @Section9
----------------------*/
#section9 {
    height: 999px; 
  background-image: url(../images/lp_09.webp);
}

/*----------------------
## @Section10
----------------------*/
#section10 {
    height: 1004px; 
  background-image: url(../images/lp_10.webp);
}

/*----------------------
## @Section11
----------------------*/
#section11 {
    height: 494px; 
  background-image: url(../images/lp_11.webp);
}

/*----------------------
## @Section12
----------------------*/
#section12 {
    height: 824px; 
  background-image: url(../images/lp_12.webp);
}

/*----------------------
## @Section13
----------------------*/
#section13 {
    height: 680px; 
  background-image: url(../images/lp_13.webp);
}

/*----------------------
## @Section14
----------------------*/
#section14 {
    height: 381px; 
  background-image: url(../images/lp_14.webp);
}
/*----------------------
## @Section: Disclaimer
----------------------*/
#disclaimer {
  padding-bottom: 60px; 
}

.bgblue {
	background-color: #083859;
	padding: 15px;
}

#disclaimer .inner-wrap {
  width: 1100px;
}


.shaketext {
	animation: shake 3s infinite;
}
#rd5 {
  font-family: Arial,Helvetica,sans-serif;font-size:16px;color:#000000;text-decoration: underline;
}
#containerbot { 
	width: 980px; 
	margin: 0 auto;
	 position:relative;
}

#footer a{
	text-decoration: none;
	color: #000;
	cursor:pointer;
}

#footer{
	margin: auto;
	
	margin-top:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	font-size: 13pt;	
	padding: 20px;
	line-height: 25px;
}
#footer_1{
	margin: auto;
	margin-top:30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13pt;	
	
}

.style12white_1{font-size:16px;
border:1px solid #000000;color:#000000;
background-color:#ffffff;
line-height: 18px;
font-family: Arial,Helvetica,sans-serif;
text-align: left;
position: relative;top: 10px;padding: 5px;}
div#securecontain {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11;
}
#popover {

background: #fff ;

display: none;

height: 100%;

left: 0;

position: fixed;

top: 0;

width: 100%;

z-index: 100;

}

#pop-box {

background-color: #fff;

font-size: 24px;

margin: 60px auto;

opacity: 0;

position: relative;

text-align: center;

top: 100px;

transition-delay: 0.75s;

transition-duration: 1s, 1s;

transition-property: opacity, top;

transition-timing-function: ease, ease;

width: 765px;

z-index: 2;

}

.pop-new {

margin: 0 !important;

width: 100% !important;

}

.text_style {

display: block;

text-align: center;

width: 500px;

margin: 30px auto 0;

font-size: 12px;

color: #909193;

line-height: 15px;

    font-family: 'Open Sans', sans-serif;

}

.no_thanks {

display: block;

text-align: center;

width: 500px;

margin: 30px auto 0;

font-size: 12px;

color: #909193;

line-height: 15px;

    font-family: 'Open Sans', sans-serif;

        outline: none;

    text-decoration: underline;

}
.safe-buy{
 display: inline;
 padding: 0px;
 margin: 0px;
 border: 0px;
 position: fixed;
 bottom: 0px;
 top: auto;
 right: auto;
 left: 0px;
 z-index: 10001;
 background-color: transparent;
 height: auto;
 width: auto;
}