@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 "errormsg.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;
	}

	.logo img{
		max-width: 250px;
	    width: 100%;
	    padding: 10px;
	}

	.header div:last-child{
		font-size: calc(1.4rem + 0.4vw);
    	color: #f1762e;
    	margin: auto;
    	font-weight: bold;
	}


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

	}

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


/* --- LEFT --- */	

	.inside-padding{
		padding: 0 0 0 20px;
	}

	.box-form{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		padding: 4%;
		    border-radius: 5px;
		margin: 50px 0px 50px 0px; 
		display: inline-block;
		background-color: #fff;
		box-sizing: border-box;
		box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);

	}


	.title{
		margin-bottom: 20px;
	}

	.title img:nth-child(1){
		width: 100px;
	}

	.title div:nth-child(2){
		padding-left: 30px;
	}

	.title h2{
		font-size: 1.4rem;
		color: #0f8d3b;
		font-weight: bold;
	}

	.num{
		text-align: center;
	}

	.num ul{
		list-style: none;
		color: #fff;
		padding-left: 2px;
	}

	.num li:nth-child(2){
		margin: 0 5%;
	}

	.text-xs{
		font-size: .75rem;  
	}

	.text-xs h4{
		font-size: 1.0rem;
	}

	.step {
		display: inline-block;
    	font-weight: 100;
    	max-width: 170px;
    	width: 100%;
    	text-align: center;
    	padding: 0.3em 0.3em;
    	border-radius: 10px;
		background-color: #ccc;
	}

	.active {
		color: #FFF !important;
		background-color:#0f8d3b !important;
		transition: background-color 0.3s ease-in;
	}


	/*.step.active {
  		background-color: #0f8d3b;
	}*/

	.finish {
  		background-color: #4CAF50;
	}

	/*#bread-crumb-1{
		background-color: #0f8d3b;
	}*/


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


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

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

	.tlt{
		font-weight: bold;
	}

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



	.btn-step1{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 2% 8%;
	    margin-top: 20px;
	    color: #ffffff;
	    float: right;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    font-size: 1.3em;
	    border-radius: 5px;
	}
	.btn-step1:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.step1{
		margin-top: 5%;
	}


/*-- Box Form step 3 --*/

	.change-box2{
		display: none;
	}


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

	.form-group{
	    margin: auto;
	    margin-top: 30px;
	    text-align: left;
	    border: 1px solid #c6c6c6;
	    padding: 20px 0;
	    border-radius: 10px;
	}

	.form-group span{
		font-size: 0.8rem;
	}

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

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


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


	.x2{
		width: 47.5%;
		display: inline-block;
	}

	.space{
		margin-right:14px;
	}


	.btn-step2{
	    text-align: center;
	    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	    padding: 5% 8%;
	    margin-top: 5%;
	    margin-left: 25%;
	    font-size: 1.3em;
	    color: #ffffff;
	    background-color: #0f8d3b;
	    border-color: #0f8d3b;
	    border-radius: 5px;
	    margin-bottom: 10%;
	}



	.btn-step2:hover{
		background-color: #0a491d;
		border-color: #0a491d;
		color: #fff;

	}

	.step2{
		margin-top: 24px;
	}

	.step2 a{
		text-decoration: none;
		color: inherit;
	}


	.return{
		background-color: #fff;
		border: none;
		font-size: 20px;
		padding: 2% 5%;
		margin-top: 5%;
	    border-bottom: solid 5px #0f8d3b;
	}


	#border input{
		margin-left: 5px;
		float: none;
	}


/*--- RIGHT ---*/

	#right-box{
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
		margin: 50px 0px 50px 0px; 
		display: inline-block;
		padding: 0 30px;
		box-sizing: border-box;	
	}

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

	.box-fixed p{
		font-size: 1.6rem;
	    font-weight: bold;
	    color: #0f8d3b;
	    margin-top: 5%;
	    margin-bottom: 0;
	    text-align: left;
	}

	.box-fixed img {
		margin: auto;
    	width: 100%;
    	max-width: 150px;
	}

	.box-fixed ul{
		padding: 0 1rem;
		list-style: none;
		text-align: left
	}

	.box-fixed li{
		font-size: 1rem;
    	padding-top: 8%;
	}

	.box-fixed span{
		color: #0f8d3b;
		float: left;
		font-size: 1.8rem;
		padding-right: 25px;
	}

	.star-list p {
		display: inline-block;
	    font-size: 1rem;
	    font-weight: normal;
	    color: #212529;
	    text-align: left !important;
	    padding-top: 0;
	    vertical-align: top;
	    margin-top: 6px;
	}



	.boxes-advantage, .known-box{
		background-color: #fff;
		border-radius: 5px;
    	box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);
		margin: 30px auto;
		padding: 25px;
		font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	}


	.reason{
		padding: 20px 50px;
    	margin:auto;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 80px;
		width: 100%;
		margin-bottom: 10px;
	}

	.known{
		font-size: 1.1rem;
		color: #0f8d3b;
		font-weight: bold;
		text-align: center;

	}

	/*#errormsg{
		font-size: calc(0.6rem + 0.3vw);
	    color: red;
	    height: 10px;
	    padding-left: 10px;
	}*/




/*-- Footer --*/
	
	.footer{
		display: inline-block;
		background-color: #0f8d3b;
		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: #ffffff;
	}

	.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){
	
	.num li:nth-child(2){
		margin: 0 2%;
	}

}

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

	.inside-padding{
		max-width: 850px;
    	width: 100%;
    	margin: auto;
    	padding: 0 20px;
	}

	.num ul{
		padding-left: 2rem;
	}

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

	.box-fixed{
		max-width: 850px;
		width: 100%;
		margin-top: 10px;
	}
	.box-fixed p{
		padding-top: 10px;
		margin: auto;
		text-align: center;
	}

	.box-fixed ul{
		margin: 0 7% 8%;
		padding: 0;
	}

	.box-fixed img{
		max-width: 130px;
		margin:auto;
		padding-top: 20px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}
}
	

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

	.header div{
		width: 100%;
	}

	.logo{
		text-align: center;
	}

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


	.change-box1{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.num{
		max-width: 700px;
    	width: 100%;
    	margin: 3% auto;
	}

	.form-box{
		margin:40px auto 0;
		padding:0;
	}
	
	.btn-step1{
	    margin-bottom: 5%;
	}


/*-- Box Form step 2 --*/

	.change-box2{
		box-sizing: border-box;
	}


	.change-box2 p{
		padding: 10px 0px;
	}


	.tlt{
		width: 100%;
		font-weight: bold;
		margin-bottom: 4%;
	}

	.box-check{
		width: 100%;
	}

	.step2{
		display: block;
	}

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

	}

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

/*-- End Box Form step 3 --*/

	
	.box-fixed{
		display: inline-block;
    	margin-top: 5%;
    	padding: 0 10px;
    	width: 100%;
    	border-left: solid 0;
    	border-top: solid 1px #c2c2c2;
	}
	.box-fixed li{
    	padding-top: 8%;
	}

	.title-advantage{
		width: 80%;
		margin: 20px auto;
	}

	.reason{
		padding: 1.5%;
		width: 80%;
		height: auto;
		margin: auto;
		margin-bottom: 5%;
		text-align: center;
		box-sizing: border-box;
	}

	.reason img{
		max-width: 70px;
		width: 100%;
		margin-bottom: 10px;
	}
}

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

	.text-sm{
		font-size: .875rem
	}

	.text-sm h4{
		font-size: 1.4rem;
	}

	.box-fixed img{
		max-width: 100px;
	}
}

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

	.mobile-icon-iso, .mobile-text{
		width: 100%;
		text-align: center;
	}
	.title img:nth-child(1){
		max-width: 70px;
	}

	.title div:nth-child(2) {
    	padding-left: 10px;
	}

	.mobile-text p{
		display: none;
	}

	.num ul{
		padding: 10px;
	}
}

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

	/*.form-group{
		display: block;
		margin-top: 0;
	}*/

	#realisedby {
	left: 0;
	margin-left: 0;
	}

}

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

	.line-box span{
		max-width: 180px;
		display: inline-block;
	}

}

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

/* Postcode */

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

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