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

html{
	height: 100%;
}
body{

		font-family: "Open sans, Helvetica, Arial", sans-serif;
    color: #393839;
    margin: 0 auto;
   	box-sizing: border-box;
   	background-color: #f2f2f2;
		/*background: url(../images/bg-img.png);*/
    background-size: cover;
    background-position: top;

}


* {
  box-sizing: border-box;
}


#main{
	max-width: 1250px;
	width: 100%;
	margin: auto;
	background-color: #fff;

}



/* --- Header --- */

	.header{
		background-color: #fff;

	}

	.header-holder{
		border-bottom: solid 1px #055A1D;
    margin: 0 10px;
	}


	.header-holder h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		font-size: 1.4rem;
		color: #000;
		margin-top: 10px;
	}

	.title-box {
		padding-top:  1.5em;
		text-align: right;
	}
	/*.header-holder div:nth-child(1){
		max-width: 250px ;

	}

	.header-holder div:nth-child(2){
		margin: 15px auto;
		padding-right: 20px;
		float: right;
	}*/

	.logo img{
		max-width: 200px;
		width:100%;
		padding: 10px;
		box-sizing: border-box;
	}

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



/* --- Box Carrusel --- */

	.section-container{
		padding: 50px;
		padding-bottom: 20px;
	}

	.carrusel{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}

	.carrusel ul{
		display: flex;
		padding: 0;
		width: 400%;

		animation: change 20s infinite alternate linear;
	}

	.carrusel li{
		width: 100%;
		list-style: none;
	}

	.carrusel img{
		width: 100%;

	}


	@keyframes change{
		0% { margin-left: 0; }
		30% { margin-left: 0; }

		35% { margin-left: -150%; }
		65% { margin-left: -150%; }

		70% { margin-left: -280%; }
		100% { margin-left: -280%; }
	}

	.benefit p:nth-child(3n+2){
		padding-bottom: 30px;
	}

	.benefit li{
		padding-bottom: 20px;
	}

	.benefit-responsive{
		display: none;
	}



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

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		padding: 30px 20px 40px;
		max-width: 770px;
		width: 100%;
		min-height: 480px;
		background-color: #fff;
		border: 1px solid #055A1D;
		border-radius: 5px;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}



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

	.hold-title h3{
		font-size:1.3rem;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	}


	#step-1{

	}


	.options{
		max-width: 500px;
    	margin: auto;
	}


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


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

	textarea[class$=line-box]{
		/*max-width: 380px;*/
		width: 100%;
		height: 80px;
	}


	.form-check-7 {
		padding-left: 2.1em;
	}

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

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

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


/* --- Box info --- */



	.advantages{
    margin: auto;
    background-color: #368C4E;
    text-align: center;
    padding: 50px 60px 20px;
	}

	.advantages div{
		margin: auto;
		max-width: 450px;
	}

	.advantages p{
		color: #fff;
		margin-bottom: 50px;
	}


	.advantages img{
		max-width: 100px;
		width: 100%;
		padding-bottom: 10px;
	}

	.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;
		padding: 0;
	}


	.fill-form-responsive input{
		height:45px;
		width: 100%;
		font-size: 1rem;
	}

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

	.quest1-row h3{
		font-size: calc(1.6rem + .6vw);
	}

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

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

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

	.video-box{
		padding: 40px 0;
	}

	.video-box a{
		text-decoration: none;
	}

	.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: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #B7865D;
	}

	.concept-block{
		padding: 80px 50px;
    background-color: #E6D9D0;
    margin-bottom: 40px;
  }

  .concept-block-boxes, .building-block-img, .testimonial-block-boxes{
  	padding-top: 30px;
  }

  .building-block{
  	padding: 30px 50px 50px;
  }

  .testimonial-block{
  	padding: 30px 20px;
    margin-top: 30px;
    /*border: solid 1px #055A1D;
    border-radius: 5px;*/
  }

  .testimonial-block-responsive{
  	display: none;
  }

  
  .pic-design{
  	padding-bottom: 20px;
  }

  .card-box{
  	padding: 0;
    max-width: 350px;
    margin-bottom: 30px;
    /*min-height: 418px;*/
  }

  .card-box-responsive{
  	padding: 0;
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
  }
  

	.last-block{
    padding: 30px;
    margin: 0 30px;
    text-align: center;
    background-color: #B7865D;
    color: #fff;
	}

	.last-block-cta div{
		background-color: #FFF;
		color: #B7865D;
		margin: auto;
	}

	.last-block-cta a{
		text-decoration: none;
	}






/* -- FOOTER -- */

	.foot{
		background-color: #fff;
		padding-top: 30px;

	}

	.only{
		width: 100%;
    	margin: auto;
	}
	.position{
		padding: 7px 10px;
		box-sizing: border-box;

	}

	.position div:nth-child(2){
		text-align: right;
		margin: auto;
	}

	.position img{
		max-width: 120px;
		width: 100%;

	}

	.cont{
		float: right;
		margin: 10px auto;
	}

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


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




}


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

	.box-form{
		height: auto;
		padding: 30px 25px 50px;

	}


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


	.img img{
		max-width: 150px;
	}

}


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

	.header-holder{
		text-align: center;
	}

	.title-box{
		padding-top: 0px;
		text-align: center;
	}

	.title{
		width: 100%;
		padding:0 40px !important;
	}

	.title h3{
		text-align: center;
	}


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


	.position div:nth-child(2){
		text-align: center;
		font-size: 0.8rem;
	}

	.last-block{
		margin: 0;
		margin-bottom: 40px;
		width: 100%;
	}


}

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

	.video-box div:nth-child(1){
		text-align: center;
		padding-top: 40px;
    max-width: 600px;
    margin: auto;
	}

	div[class$="cta-btn"]{
		margin: auto;
		max-width: 320px !important;
		padding-top: 18px !important;
	}

	.concept-block-boxes div:nth-child(1) {
		padding-bottom: 30px;
	}

	.building-block h3, .testimonial-block-responsive h3{
		text-align: center;
	}

	.benefit{
		display: none;
	}

	.testimonial-block-responsive{
  	display: block;
  }

  .testimonial-block{
  	display: none;
  }


	.benefit-responsive{
		display: block;
		padding-top: 30px;
	}

	.benefit-responsive ul{
		list-style: none;
		padding-left: 10px;
	}

	.benefit-responsive h3{
		font-size: 1.6rem;
	}


}


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

	.logo{
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.logo img{
		max-width: 200px;
		width: 100%;
		box-sizing: border-box;
	}

}


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

	.section-container{
		padding: 30px;
	}

	.box-form{
		height: auto;
	}

	.answer-holder{
		margin-bottom: 20px;
		text-align: center;
		max-width: 250px;
	}


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

}


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

	.tlt-banner-mobile{
		display: inline-block;
	}

	.tlt-banner-mobile h2{
		font-family: "Open Sans", sans-serif;
	    font-weight: 600;
	    text-align: center;
	}

	.tlt-banner{
		display: none;
	}

}

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

	.title{
		display: none;
	}


	.title-mobile{
		display: inline-block;
	    margin-bottom:10px; 
	}
	
	.title-mobile h3{
		font-family: "Open Sans", "Hevletica", "Arial", sans-serif;
	    text-align: center;
	    font-weight: 600;
	}
}


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

	.header-holder{
		text-align: center;
	}

	.box-form{
		padding: 20px;
	}

	.section-container{
		padding: 20px;
	}


	.options{
		max-width: 500px;
		margin:0 auto;
	}

	.answer-holder{
		width: 100%;
		padding:0;
	}

	.header-holder div:last-child{
		margin-top: 0;
		padding: 0;
	}

	.tlt-banner-mobile{
		display: inline-block;
	}


	.tlt-banner{
		display: none;
	}

}


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

	.four-opt-responsive {
    	text-align: center;
	}

}



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

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



