@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";


html {
	height: 100%;
}

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



* {
  box-sizing: border-box;
}


/* --- Header --- */
	.header{
		text-align: center;
		color:;
		margin: 30px auto 50px;
	}

	.header img{
		padding-bottom: 10px;
	}

	.align-items{
		align-items: center;
	}

	.align-items img{
		max-width: 30px;
	}

	.position{
		text-align: left;
		max-width: 200px;
		background-color: #f2f2f2;
		padding: 5px;
	}

	/*.submenu-responsive-3, .submenu-responsive-4{
		text-align: right;
    max-width: 11%;
	}*/

	.submenu-responsive-5{
		display: none;
	}

	.btn-send{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #f1cf43;
	    border-color: #f1cf43;
	    border-radius: 5px;
	}

	.btn-send:hover{
		background-color: #5ab4e4;
		border-color: #5ab4e4;
		color: #fff;

	}

	.menu{
		background-color: #f2f2f2;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 16pt;
    font-weight: bold;
	}

	.general-box{
		width: 100%;
		padding: 0 30px;
		margin: auto;
	}


/* --- LEFT --- */	

	.box-opt{
		padding:0 30px;
	}

	.box-opt img{
		max-width: 100%;
		margin: 20px auto;
	}

	.blocks{
		padding-bottom: 40px;
	}

	.blocks h1{
		font-size: calc(3.5rem + .9vw);
    font-weight: bold;
	}

	.blocks h2{
		font-size: calc(2.6rem + .5vw);
    font-weight: bold;
	}

	.blocks p{
		font-size: calc(.9rem + .4vw);
	}

	.drop {
		font-size: calc(.9rem + .4vw);
    font-style: italic;
	}

	.graphic-01{
		font-family: "New Century Schoolbook", "TeX Gyre Schola", serif;
		background-color: #fcf8f6;
		padding: 10px 25px;
	}

	.stats{
		padding: ;
	}

	.stats p:nth-child(1){
		font-size: 30pt;
		margin: 0;
	}

	.stats p:nth-child(2){
		font-size: 16pt;
		line-height: 21pt;
	}

	.stats p:nth-child(3){
		font-size: 12pt;
	}

	.graphic-02{
		font-family: "New Century Schoolbook", "TeX Gyre Schola", serif;
		background-color: #f1e9e0;
		padding: 25px 40px;
		color: #876f5b;
	}

	.first-level{
		padding-bottom: 35px;
	}

	.first-level div:nth-child(1), .first-level div:nth-child(3), .second-level div:nth-child(1), .second-level div:nth-child(3){
		font-size: 56pt;
		line-height: 60pt;
	}

	.symbol{
		font-size: 25pt;
		vertical-align: top;
	}

	.first-level div:nth-child(2), .first-level div:nth-child(4), .second-level div:nth-child(2), .second-level div:nth-child(4){
		font-size: 19pt;
		line-height: 20pt;
    padding-top: 16px;
    color: #353535;
	}



	.advantage-cta{

	}

	.advantage-cta a{
		text-decoration: none;
	}


	.btn-cta{
		padding: 15px 10px;
		background-color: #5a9236;
		border-radius: 5px;
		margin: auto;
		text-align: center;
		color: #fff;
	}


	.btn-cta a{
		color: inherit;
		text-decoration: none;
		font-size: calc(1.3rem + 0.4vw);
	}

	.btn-cta:hover{
		background-color: #5ab4e4;
		border-color: #5ab4e4;
		color: #fff;
	}


	.btn-cta span{
		font-size: 18pt;
	}




/*--- RIGHT ---*/

	#right-box{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		padding: 0;
		box-sizing: border-box;	
	}

	.box-fixed{
		text-align: center;
		border-left: solid 3px #c2c2c2;
	}

	.title-form{

		background-color: #fff;
		padding-bottom: 15px;
		text-align: center;
	}
	
	.title-form h2{
		font-size: calc(1.8rem + 0.9vw);
		font-weight: bold;
    font-family: serif;
    text-align: left;
    margin-left: 20px;
    border-bottom: solid 2px;
	}

	.box-form{
		width: 100%;
		padding: 0 20px;
		margin: auto;
	}

	.box-form img{
		margin-bottom: 15px;
		width: 100%;
	}

	.box-form p{
		text-align: right;
		font-style: italic;
		font-size: 15pt;
	}

	.opinions{
		padding-bottom: 150px;
	}

	.opinions p:nth-child(3){
		margin-bottom: 0;
	}

	.name{
		font-size: 21pt !important;
		font-weight: bold;
	}


/*-- Footer --*/
	
	.footer{
		display: inline-block;
		background-color: #333;
    text-align: center;
    margin-top: 50px;
	}

	.footer-position{
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.footer-position p{
		padding: 30px;
		margin: 0;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #FFF;
	}

	.footer-position a{
		
		color: inherit;
	}

@media screen and (max-width: 1140px) and (min-width: 992px){
	
}

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

}

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

}

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

	#left-box{
		max-width: 90%;
    margin: auto;
    padding: 0;
	}

	#right-box{
		max-width: 90%;
    	width: 100%;
    	margin: auto;
	}

	.advantage-cta{
		padding-left: 0px;
	}

	.btn-send{
		width: 100%;
	}

	.text-adv{
		width: 100%;
		text-align: center;
	}

	.btn-cta{
		margin: auto;
	}

	.img-adv{
		display: none;
	}

}
	

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

	/* --- Header --- */


	.submenu-responsive span{
		display: none;
	}

	.position{
		max-width: 45px;
	}

	.position span{
		display: none;
	}

	.btn-send{
		margin-left: 0;
    max-width: 820px;
   	width: 100%;
	}

	.submenu-responsive-2, .submenu-responsive-3{
		display: none;
	}

	.submenu-responsive-4{
    max-width: 100%;
	}


	.submenu-responsive-4, .submenu-responsive-5{
		display: inline;
		text-align: right;
	}

	.menu{
		display: none;
	}

	/* --- LEFT BOX --- */



	/* --- RIGHT BOX --- */

	.box-fixed{
		display: inline-block;
    margin-top: 5% !important;
    padding: 0 10px;
    width: 100%;
    border-left: solid 0;
	}
}

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

}

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

}

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

}

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

}

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

}

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

}

@media screen and (max-width: 375px){
		
	.btn-cta{
		max-width: 350px;
		width: 100%;
	}
}




/* 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;
}

/* Error message */

.errormsg {
	height: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: red !important;
	transform: scaleY(0);
	/*transition: all 1s;*/
}

/* Postcode */

#postcoderesult{
	color: red;
}

.postcodenoview {
	display: none;
	height: 0;
	transition: height 2s;
	transition-timing-function: ease-in;
}

.postcodeview {
	display: block;
	height: 1em;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}