@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: #265589;
		margin: 30px auto;
	}

	.intro-text :nth-child(1){
		font-size: calc(2.0rem + 1.2vw);
		font-weight: bold;
	}



/* --- BG image --- */
	.bg-img{
		background: url("../images/superlivret-banner.jpg");
  	background-repeat: no-repeat;
  	background-position: top;
   	background-size: 1920px;
 		background-color: #f2f2f2;

	}

	.general-box{
		max-width: 1200px;
		width: 100%;
		margin: auto;
	}


/* --- LEFT --- */	

	.inside-padding{
		margin: 0 auto;
	}

	.box-opt{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		padding: 50px 35px 40px;
		border-radius: 5px;
		margin: 50px 0px 50px 0px; 
		border: 5px solid #fff;
		background-color: rgba(51, 52, 52, 0.6);
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		font-size: calc(1.7rem + 0.9vw);
		box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);
	}

	.box-opt div:nth-child(1), 	.box-opt div:nth-child(2){
		padding-bottom: 50px;

	}



/*--- RIGHT ---*/

	#right-box{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		margin: 50px auto !important; 
		padding: 0;
		background-color: #f2f2f2;
		box-sizing: border-box;	
	}

	.box-fixed{
		border-radius: 5px;
    box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);
		background-color: #fff;
		text-align: center;
	}

	.title-form{

		background-color: #fff;
		padding: 15px;
		color: #265589;
	}
	
	.title-form h2{
		font-size: calc(1.6rem + 0.7vw);
		margin-bottom: 0;
	}


/* --- Box Form --*/
	

	#mainform{
		padding: 0 20px;
	}

	.red-text{
		margin-top: 0 !important;
		padding-top: 10px !important;
	}

	.change-box1{
		display: block;
		box-sizing: border-box;
	}

	.change-box1 p{
		font-size: calc(1.5rem + 0.5vw);
		padding: 0px 0px;
	}



	.form-check-label{
		font-size: 0.8em;
	}


	.form-group{
	    margin: auto;
	    margin-top: 10px;
	    text-align: left;
	    padding: 20px 0 0px;
	}


	.form-group textarea{
		margin: 0;
		min-height: 160px;
	}

	.form-label{
		font-size:0.8em;
	}


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

	.box-check select{
        color: #6e757c;
    }
	.box-check option:nth-child(n+2) {
        color: #000 !important;
    }

	.legal{
		margin-top: 0;
	}

	.btn-send{
			width: 300px;
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 3% 7%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #265589;
	    border-color: #265589;
	    border-radius: 5px;
	    margin: 5% 0 10%;
	}

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

	}

	.advantage{
   	padding: 45px 0px 20px;
   	margin: auto;

	}

	.tlt-advantage{

		color: #265589;
		padding-bottom: 30px;
	}

	.tlt-advantage h2{
		font-size: calc(2.8rem + 1.8vw);
		font-weight: bold;

	}

	.box-advantage{
		padding-bottom: 30px;
	}

	.box-advantage p{
		font-size: 14pt;
	}

	.advantage-cta{
		margin: auto;
		padding-left: 10px;
	}

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

	.img-adv img{
		max-width: 600px;
		width: 100%;
	}


	.btn-cta{
		padding: 15px 10px;
		background-color: #265589 ;
		width: 300px;
		border-radius: 5px;
		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 img{
		max-width: 50px;
		display: inline-block;
		text-align: right;
	}

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


/*-- Footer --*/
	
	.footer{
		display: inline-block;
		background-color: #fff;
		text-align: center;
	}

	.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: #265589;
	}

	.footer-position a{
		
		color: inherit;
	}

@media screen and (max-width: 1140px) and (min-width: 992px){
	
	.form-check-label{
		max-width: 280px;
	}
}

@media screen and (max-width: 1121px){
	.x2{
		width: 100%;
	}
}

@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 div{
		width: 100%;
	}

	.logo{
		text-align: center;
	}

	.logo img{
		max-width: 180px;
		width: 100%;
		margin: auto;
	}

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

	.change-box1{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	

	.form-box{
		margin:0 auto;
		padding:0;
	}
	


	.box-check{
		width: 100%;
	}

	.legal{
		display: block;
	}

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

	}

	.return{
		background-color: #fff;
		border: none;
		width: 100%;
    	margin: auto;
		font-size: 18px;
	}

}

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

}

@media screen and	(min-width: 641px){
		.responsive{
		display: none;
	}
}

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

	.box-witness{
		display: block;
	}

	.responsive{
		display: block;
	}

	.marks, .default{
		display: none !important;
	}

	.box-witness div{
		display: block;
		text-align: center;
	}
}

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

	.mobile-icon-iso,{
		width: 100%;
		text-align: center;
	}

	.cta{
		padding: 20px 0;
	}

}

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



}

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

	.line-box label{
		max-width: 180px;
	}

	.intro-text :nth-child(3){
		display: none;
	}

}

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