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


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: #03409A;
    margin: 0 auto;
    padding: 0;
	}

	.logo{
		max-width: 300px;
    width: 100%;
    margin: auto;
    padding: 0;
	}

	.header-title{
		margin: auto;
    font-size: 2.6rem;
    line-height: 2.8rem;
    font-weight: bold;
	}

	.img-header{
		padding-right: 0;
    text-align: right;
	}



/* --- BG image --- */
	.bg-img{
		background: url("../images/CPF-formation_banner.jpg");
  	background-repeat: no-repeat;
   	background-size: auto;
   	background-position: top;
   	min-height: 550px;
    padding: 80px 0;

	}

	.general-box{
		max-width: 1000px;
		width: 100%;
		margin: auto;
		min-height: 500px;
		background-color: #fff;
	}


/* --- LEFT --- */	

	.left-side-block{
		/*padding: 30px 20px 30px 50px;*/
		margin: auto;
	}

	.box-tip{
		padding: 10px 30px 10px 10px;
    /* max-width: 250px; */
    border-right: solid 1px #c2c2c2;
	}

	.box-tip h3{
		color: #03409A;
		font-weight: bold;
	}

	.box-tip p{
		font-weight: lighter;
	}

	.box-tip img{
		max-width: 120px;
		width: 100%;
		margin: auto;
		display: block;
	}



/*--- RIGHT ---*/

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



/* --- Box Form --*/
	
	.box1{
		max-width: 550px;
    width: 100%;
    margin: auto;
	}

	.hold-title{
		margin-top: 20px;
	}

	.hold-title h2{
		color: #03409A;
		font-weight: bold;
	}

	.hold-title p{
		margin: auto;
	}

	.options{
		margin: auto;
		padding: 20px 40px 0;
	}

	[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
	}

	[type=radio] + img {
  	cursor: pointer;
	}

	.answer-holder-02opt{
	  border-radius: 5px;
    color: #03409A;
    border: 2px solid #03409A;
    cursor: pointer;
    margin: auto;
    /*transition: all 0.2s ease-in-out;*/
    padding: 5px 10px;
    max-width: 600px;
    min-height: 55px;
    font-size: 16pt;
  }

  .box-img{
  	max-width: 45px;
  	margin-left: auto;
  }

  .img-hover{
  	display: none;
  }

  .hover:hover{
  	background-color: #03409A;
  	border: 2px solid #03409A;
  	color: #fff;
  }

  .hover:hover .img{
  	display: none;
  }
  .hover:hover .img-hover{
  	display: block;
  }

  .answer-holder-02opt p{
		margin-bottom: 0;
	}

	.extra img{
		max-width: 45px;
		width: 100%;
		margin-left: auto;
	}

	.two-opt-responsive, .four-opt-responsive, .form-fill, .form-end, .form-group{
		margin: auto;
	}


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

	.box-check {
    
  }

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

	.fieldpp {
    font-size: 0.8em;
    /* color: #c2c2c2;*/
    padding-left: 2rem;
   }


/*-- Box Info --*/

	.box-info{
		background-color: #F0F6FF;
		padding: 50px 0;
	}

	.titles h2{
		font-weight: lighter;
		color: #212529;
		text-align: center;
	}

	.titles h3{
		color: #03409A;
		text-align: center;
		font-weight: bold;
	}

	.titles p{
		max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
	}

	.white-box{
		margin: auto;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    max-width: 390px;
    width: 100%;
    min-height: 625px;
	}

	.white-box h4{
		color: #03409A;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.white-box img{
		max-width: 300px;
    width: 100%;
    margin: auto;
	}



/*-- Box CTA --*/
	
	.box-cta{
		padding: 50px 0 60px;
	}

	.box-cta h4{
		text-align: center;
    padding-bottom: 20px;
    font-size: 2rem;
    margin-bottom: 0;
	}

	.box-cta hr{
		max-width: 100px;
		width: 100%;
		color: #1A1A1A;
		margin: auto;
		opacity: 1.0;
    margin: auto;
    height: 3px;
	}

	.box-cta div:nth-child(4) img{
		max-width: 960px;
    width: 100%;
    padding-top: 20px;
	}
	
	.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 400px;
    border: none;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}

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

	.form-btn:hover{
		background-color: #00244F;
	}




/*-- Footer --*/
	
	.footer{
		display: inline-block;
		background-color: #03409A;
		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: #fff;
	}

	.footer-position a{
		
		color: inherit;
	}



	/*-- Responsive --*/

@media screen and (max-width: 1200px){
	
	.img-header{
		display: none;
	}
}

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

	.box-tip-responsive{
		display: none;
	}

	.general-box{
		margin-left: 30px;
    margin-right: 30px;
    width: auto;
	}

}
	

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

	.header div{
		width: 100%;
	}

	.logo{
		text-align: center;
	}

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

}

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

	.header-title {
		font-size: 1.7rem;
	}

	.white-box{
		min-height: auto;
    margin-bottom: 30px;
	}

	.white-box p{
		margin-bottom:0 ;
	}
}


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


}

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


}

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



}

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

	.def-btn{
		max-width: 300px;
	}

	.hold-title{
		    padding: 0 30px;
	}

}

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

}





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