@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";
@import "doimessage.css";

body{
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:auto;
}

p{
	margin-bottom: 0;
}

#email{
	position: absolute;
	top: -9999px;
}

/* ---- NAVBAR ------ */


nav{
	padding: 1rem;
	display: flex;
	justify-content: center;
}

nav>img{
	width: 150px;
}

/* ---- PROGRESS BAR ----- */

.header-progress{
	background-color: #efefef;
	padding: 1rem;
}

.header-progress>h1{
	font-size: 23px;
	margin-bottom: 0.5rem;
	font-weight: 400;
	text-align: center;
}

.header-progress>h1>span{
	font-weight: 800;
}

.progress{
	border-radius: 10px;
	background-color: #ffffff;
	height: 2.5rem;
	max-width: 1000px;
	margin: auto;
  }
  
  .progress-bar {
	background-color: #81dc57;
  }
  
  .progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
	border-radius: 0px;
  }

	/* --- FORM --- */

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		box-sizing: border-box;
		margin: auto;
		padding: 0;
	}

	#step-1>h2{
		text-align: center;
		font-weight: 500;
		font-size: 35px;
		margin-top: 2rem;
	}

	.hold-title>h4{
		text-align: center;
		font-weight: 900;
		font-size: 45px;
	}

	#mainform{
		width: 50%;
		margin: auto;
	}

	.box1{

		background-color: #fff;
		max-width: 500px;
		width: 100%;
		margin: auto 0;
		padding-bottom: 20px;
		position: relative;
	}


	.title-white-box{
		background-color: #29ABE2;
		color: #FFF;
		text-align: center;
		padding: 20px 15px;
	}



	.title-white-box h2{
		font-weight: 100;
	}


	.line-steps{
		padding: 0;
		max-width: 760px;
		width: 100%;
		margin: auto;
		margin-top: 20px;
	}


	.progress-bar{
		background-color: #5468ff;
	}

.form-btn {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    min-width: 85px;
    min-height: 55px;
    background: #007CC2;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 0 0 #006299;
    border-bottom: 5px solid #006299;
    box-shadow: 0 6px 0 0 #006299;
	border: 0;
	width: 100%;
	margin-top: 1rem;
}

.form-btn:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.form-btn:hover {

}

.form-btn:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}



	.quest1-row, .quest2-row{
		width: 100%;
		margin: auto;
	}


	.options>div{
		display: flex;
		gap: 10px;
	}


	.hold-title, .options, .quest-number{
		padding: 10px 20px;
	}


	.quest-number{
		text-align: center;
		color: gray;
	}


	.quest-number p{
		margin: 0;
	}


	.options label{
		cursor: pointer;
	}

#fieldhousenumber{
	width: 50%;
}

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


	.options input[type="text"]{
		width: 100%;
    /*border: 0;*/
    font-size: 12pt;
    color: #7c7c7c;
    min-height: 47px;
    padding: 5px 10px;
	}


	.options div[class^="answer-holder form-check"]{
		min-height: 47px;
    padding: 5px 10px;
	}



	.options select {
    width: 100%;
    font-size: 12pt;
    color: #7c7c7c;
    min-height: 47px;
    margin-bottom: 0;
    padding-left: 8px;
	-moz-padding-top- : 2%;
  }


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


	.answer-holder{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		min-width: 85px;
		min-height: 55px;
		background: #007CC2;
		border-radius: 10px;
		cursor: pointer;
		-webkit-box-shadow: 0 4px 0 0 #006299;
		border-bottom: 5px solid #006299;
		box-shadow: 0 6px 0 0 #006299;
		border: 0;
		width: 100%;
		max-width: 350px;
		margin-top: 1rem !important;
		margin: auto;
  }

  .answer-holder input{
  	margin-left: 0 !important;
  	margin-right: 10px;
  }

  .answer-holder label{
  	width: 100%;
    padding: 10px 0;
    text-align: center;
  }


  .answer-holder:hover {
	background-image: radial-gradient(100% 100% at 100% 0, #ffaf5a 0, #ff9354 100%);
	  transform: translateY(-2px);
  }


  .owner-box{
  	text-align: left;
  	margin-top: 10px;
  }

  .owner-box label{
  	color: white;
  	font-size: 20px;
	font-weight: 800;
  }







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



	.text-box
	{
		max-width: 600px;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    padding: 5px 40px;
	}


	.form-fill{

		width: 100%;
		justify-content: center;
	}



	.box-date{
		margin: auto;
	}

	.box-date div:nth-child(1), .box-date div:nth-child(3){
		padding-left: 0;
		padding-right: 0;
	}
	.box-date div:nth-child(2){
		padding-right: 10px;
		padding-left: 10px;
	}

	.form-check label {
		color: white;
		font-size: 20px;
	  font-weight: 800;
  }

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

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



	.return{
    color: #c2c2c2;
    padding: 20px 20px 0;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
    margin: auto;
    justify-content: space-between;
	}


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


	.def-btn{
		box-sizing: border-box;
    display: block;

    position: relative;
    width: 100%;
    border: none;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}



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

	.box-check{
		padding: 3px 10px;
	}



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


	#step-2{
		position: relative;
	}

	#step-2>.box-check, #step-2>.next, #step-2>#back-2, #step-2>p, #step-2>.errormsg{
max-width: 350px;
margin: auto;
	}

	#step-2>.errormsg{
		margin-bottom: 0.5rem;
	}

	.width-cont{
		max-width: 400px;
		margin: auto;
	}

	.button-container{
		display: flex;
		gap: 10px;
		justify-content: space-around;
		align-items: center;
	}

	.button-cont{
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.address-cont{
		display: flex;
		gap: 10px;
	}

	.form-control-lg {
		min-height: calc(1.5em + 1rem + 2px);
		padding: 0.7rem 1rem !important;
		font-size: 1rem !important;
		border-radius: 0.3rem;
	}

	.conditions{
		margin-top: 30px;
		padding: 0 17px;
	}

.form-control{
	margin-bottom: 0.5rem;
}

	.item-active>div {
		background-color: #50acfd;
		margin-bottom: 20px;
	}


	.item-active div{
		margin-bottom: 0;
	}

/* --- BOTTOM SECTION ---- */

.bottom-section{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	max-width: 800px;
	margin: auto;
	padding-top: 4rem;
}

.bottom-section>div>h3{
	font-size: 17px;
	font-weight: 400;
}

.bottom-section>div>p>b{
	font-size: 13px;
}



/*-- FOOTER --*/

	.footer{
		/*background-color: rgba(255, 255, 255, 0.7);
		border: 1px solid	#CF102D;*/
		background-color: white;
		color: rgb(79, 79, 79);
		text-align: center;
		margin-top: 30px;
	}

	.footer>hr{
		color: #4D4D4D;
	}

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

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

	.footer-position a{
		color: #059cfa
	}

@media screen and (max-width:1024px){
	
	.line-steps{
		max-width: 280px;
	}

}


#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}


#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 3px 5px;
}

/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
	border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	background-color: #f4f4f5; 
	position: fixed;
  	top: 3%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
  	height: auto;
  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

.info-thanks{
	padding: 25px 40px;
}


.text{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #4D4D4D;
	text-align: center;
}

.text h1{
	font-size: 2.5em ;
	font-weight: bold;
	color: #0091A9;
}

.text h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text span{
	font-size: 1em;
	font-weight: lighter;
}

.line{
	height: 6px !important;
	width: 45%;
	margin: 0 auto 20px;
	color: #0091A9;
	border-radius: 2px;
	opacity: 100%;
}

.more-webs{
	width: 100%;
	margin: 20px auto 30px;

}

.web{
	width: 30%;
	background-color:#fff;
	border: solid 1px #c2c2c2;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.web li{
	text-align: left;
}

.web img{
	max-width: 70px;
	width: 100%; 
}

.list{
	height: 180px;
	margin-top: 20px;
}

.hide{
	display: none;
}


.btn-thanks{
	max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    font-size: 1em;
    color: #ffffff;
    background-color: #e68016;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    border: 0;
}

.btn-thanks:hover{
	background-color: #d9580b;
	color: #ffffff;

}

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

	#thankyoubg{
		overflow: scroll;
	}

	.thanks-page{
		top: 0;
		position: absolute;
	}

	.web{
		max-width: 450px;
		width: 100%;
		margin: auto;
		margin-bottom: 25px;

	}

	#mainform{
		width: 100%;
	}

	.address-cont, .button-container{
		flex-direction: column;
		align-items: flex-start;
	}

	#fieldhousenumber{
		width: 100%;
	}

	.address-cont{
		margin-bottom: 10px;
	}

	.button-container{
		margin-top: 1rem;
	}

	.bottom-section{
		flex-direction: column;
		padding: 1rem;
		padding-top: 8rem !important;
	}

	.bottom-section>div{
		text-align: center;
	}

	.list{
		height: initial;

	}

	.text h1{
		font-size: calc(2.0rem + .8vw);
	}

	.text h4{
		font-size: calc(1.0rem + .5vw);
		margin-bottom: 10px;
	}

	.text span{
		font-size: calc(0.8rem + .3vw);

	}
}

/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {

	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-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {

	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	min-height: 80vh;
}

#thankyouloader-txt {
	text-align: center;
	margin-top: 100px;
	font-size: 1.5em;
}

/* Postcode */

.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;
}
.trapemail{
	display: none;
}


/* Loader */

.thankyouloader {
	width: 100%;
}

.thanks-span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thankyouloader-txt{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  color: rgb(9, 6, 56);
}

#loader-txt{
  background-image: rgba(0, 9, 128, 0.115);
  border-radius: 10px;
  padding: 1rem;
  width: 150%;
}

#loader-txt>h1{
  font-weight: 800;
}

.logo-loading{
  margin-top: 1.5rem;
}

.highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(0, 123, 255, 0.3),
    rgba(0, 89, 255, 0.7) 95%,
    rgba(0, 136, 255, 0.1)
  );
}


.loader-svg {
  color: rgb(35, 71, 255);
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin:5rem;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 


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

  #thankyouloader-txt {
    top: 40%;
  }

  .thankyouloader{
	min-height: 100vh;
  }

  .hold-title>h4{
	font-size: 35px;
  }

  #step-1>h2{
	font-size: 26px;
  }

  .header-progress>h1{
	font-size: 23px;
  }

  .progress{
	height: 1.4rem;
  }

} 


