@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "msg.css";
@import "doimessage.css";

	body{

		font-family: "Open sans, Helvetica, Arial", sans-serif;
		background-color: #FFF;
	  color: #393839;
	  max-width: 1920px;
	  width:100%;
		height: 100%;
	  margin: 0 auto;
	 	box-sizing: border-box;
	}


	* {
	  box-sizing: border-box;
	}

	.col{
	    display: inline-block;
	}

	.page1{
		background: url(../images/banner-header.png) no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-color: #1b6bb2;
    min-height: 350px;
	}


/* --- Header --- */


	.title{
		max-width: 800px;
		width: 100%;
		color: #FFF;
	}

	.title h1{
		font-size: calc(3.2rem + 1.8vw);
    font-weight: bold;
    color: #fe9900;
	}

	.title h3{
		font-size: calc(1.4rem + 0.6vw);
    font-weight: bold;
	}

	.title p{
		font-size: calc(.9rem + 0.5vw);
    font-weight: 400;
	}

	.title-mobile{
		display: none;
	}


	.section-container{
		margin: auto;
		padding: 40px 20px;
	}



	.fa{
		font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	}



/* --- Box Form step 1--*/

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		max-width: 480px;
		background-color: rgba(255, 255, 255, 1);
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		margin-top: -400px;
		padding: 0;
	
	}

	.text-amazon{
    padding-left: 10%;
	}

	.text-amazon p{
		line-height: 22pt
	}

	.box1{
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    padding: 50px 50px 40px;
		display:block;
		
	}

	.box2{
		background-color: #f3f3f3;
		margin-top: 30px;
		padding: 50px 50px 40px;
		font-size: 14pt;
	}

	.box2 h3{
		font-size: calc(1.2rem + .4vw);
	}

	.quest1-row h3{
		color: #fe9900;
    font-weight: bold;
    font-size: calc(1.2rem + .5vw);
	}

	.quest1-row p{
		font-size: calc(.5rem + .3vw);
		line-height: 11pt;
    padding-top: 7px;
    color: #3e3e3e;
    margin-bottom: 0px;
	}


	.form-horizontal, .form-group{
		margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 15px;
	}

	.pay-icons{
		padding-top: 20px;
	}

	.pay-icons img{
		max-width: 320px;
    width: 100%;
	}


	.fieldpp {
		font-size: 0.7em;
		padding: 10px 20px 10px 35px;
	}



	.form-btn{
		padding: 18px 20px;
	    color: #fff;
	    font-weight: 700;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	    border-radius: 5px;
	    background-color: #fe9900;
	    box-sizing: border-box;
	}


	.form-btn:hover{
		background-color: #5B4838;
	}


	.def-btn{
		box-sizing: border-box;
		display: block;
	    margin: 0 auto;
	    position: relative;
	    width: 100%;
	    border: none;
	    font-family: inherit;
	    font-size: 1.2rem;
	    line-height: 100%;
	    text-align: center;
	    vertical-align: middle;
	    transition: all 500ms ease;
	    cursor: pointer;

	}

	.return{
		text-align: center;
		color: #c2c2c2;
		padding-top: 20px;
		text-decoration: underline;
		box-sizing: border-box;
		cursor: pointer;
	}

	.fas{
		font-size: 12pt;
		padding-right: 10px;
	}

	.form-group{
		/*margin: auto;*/
		text-align: left;
	}


	.fill-form-responsive input{
		height:47px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}


	.form-end{
		padding: 5px;
		margin: 0;
	}

	.line-box{
		margin: 0px 0px 10px !important;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.line-box:first-child {
    font-size: 0.9em;
    color: #6c757d;
  }

	.box-check input{
		width: 100%;
	}


  .form-check label {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
  }

  .text-check{
  	padding-left: 40px;
  	padding-bottom: 10px;
  }

  .legal-text{

		font-size: 10pt;
    line-height: initial;
    color: #7c7c7c;
    padding: 10px 15px;
    text-align: center;
  }



/* -- INVEST -- */

	.amazon-invest{
		margin: auto;
		padding-top: 50px;
	}

	.amazon-invest h2{
		font-size: calc(1.2rem + .5vw);
		padding-left: 1.5rem;
		margin-bottom: 30px;
	}

	.amazon-invest iframe{
		max-width: 720px;
		width: 100%;
		min-height: 400px;
	}

	.up-down-buttons{
		margin: auto;
		padding: 0;
	}

	.up-down-buttons a{
		text-decoration: none;
	}

	.info-box-down div[class^="def-btn cta-btn"]{
		color: #1b6bb2;
    border: solid 2px #1b6bb2;
	}

	.box2 h3{
		color: #1b6bb2;
	}


	.cta-btn{
		display: block;
    position: relative;
    margin: initial;
    width: 100%;
    max-width: 320px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 18px 20px;
    color: #fe9900;
    font-weight: 700;
    border-radius: 5px;
    border: solid 2px #fe9900;
	}







/* -- FOOTER -- */

	.foot{
		background-color: #1b6bb2;
		color: #fff;
		margin-top: 30px;
	}

	.only{
		width: 100%;
    padding: 20px;
	}

	.position{
		padding: 7px 10px;
		box-sizing: border-box;
	}

	.cont{
		max-width: 960px;
		margin: auto;
		text-align: center;
		color: #fff !important;
	}

	.cont a{
		color: #fff;
	}

	.cont span{
		font-size: calc(.7rem + .2vw);
	}


@media screen and (min-width: 1500px){
	.page1{
		background-size: contain;
	}
}


@media	screen and (min-width: 1440px){

}


@media	screen and (min-width: 1200px){

	/*.page1{
		min-height: 200px;
		background-size: cover;
	}*/

	.section-container{
    max-width: 1000px;
	}
}	


@media screen and (max-width:  1200px){

	.page1{
		min-height: 200px;

	}

	.box-form{
		margin-top: -350px;
	}

	.box1{
		padding: 40px 20px;
	}
}



@media screen and (max-width:  990px){
	
	.page1{
		background-size: cover;
	}

	.box-form{
		margin-top: 0px;
		width: 100%;
	}

	.amazon-invest div[class^="col-lg-7 col-md-7 order-lg-0 order-1 col-sm-12"]{
		width: 100%;
		padding-top: 50px;
	}

	.box2{
		display: none;
	}

	.text-amazon{
		margin: auto;
		margin-left: 30%;
    padding-left: 10px;
	}

}


@media screen and (max-width: 787px){

	.title{
		margin-top: 10px !important;
	}


	.section-container{
		padding: 30px;
		margin: auto;
	}

	.text-amazon{
		padding: 0 40px;
    margin-left: 40%;
	}

}

@media screen and (max-width: 768px){

	div[class^="col-lg-6 col-md-5"]{
		padding-left: 0;
		width: 100%;
	}

	.info-box{
		width: 100%;
	}



	.cta-btn {
		margin: auto;
	}
}

@media screen and (max-width: 767px) {


	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}


	.box-form{
		height: auto;

	}



	.form-group{
		margin: 0 0 10px 0;
	}

	.form-fill{
		margin: 0 !important;
	}

	.form-end{
		padding: 0px;
	}



}

@media screen and (max-width: 743px){


	.title{
		width: 100%;

		float: none !important;
		text-align: center;
	}


}

@media	screen and	(max-width: 661px){
	.page1{
		background: #fff;
	}

	.section-container{
		max-width: 100%;
		padding: 0;
	}


	.text-amazon{
		display: none;
	}

	.title-mobile{
		display: block;
		padding: 0;
	}

	.title-mobile img{
		max-width: 660px;
    width: 100%;
	}
}

@media screen and (max-width: 610px){


	.box-form{
		height: auto;
	}


	.fill-form-responsive{
		max-width: 100%;
	}

}

@media	screen and (max-width: 575px){

	.info-box-up{
		padding-bottom: 25px;
	}

	.cta-btn{
		max-width: 100%;
	}

}

@media screen and (max-width: 458px){


	.box-form{
		padding: 50px 20px;
	}

	.amazon-invest div[class^="col-lg-7 col-md-7 order-lg-0 order-1 col-sm-12"]{
		padding-top: 0;
	}

}

@media screen and (max-width: 420px){

	.box-form{
		padding: 20px;
	}

	.section-container{
		padding: 0;
	}


	.header-holder div:last-child{

	}

	.title h3{
		font-size: calc(1.7rem + .65vw);
	}


}

@media screen and (max-width: 374px){



}


/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}