@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 "doimessage.css";
body{
	font-family: "Open sans, Helvetica, Arial", sans-serif;
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:auto;
	background: url(../images/body-bg.jpeg);
}

* {
  box-sizing: border-box; 
}

@media(min--moz-device-pixel-ratio:0){
    .options select {padding-top:1em !important}
}

/* --- Header --- */

.header{
    background: #29abe2;
    z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 5rem;
	width: 100%;
	position: fixed;
	}

	.header>img{
		width: 250px;
	}

	.call-link{
		color: white;
		font-size: 20px;
		text-decoration: none;
		transition: 1s all;
	}

	.call-link:hover{
		color: #bee6ee;
	}

	p{
		margin-bottom: 0;
	}

	.navbar-txt-mobile{
		display: none;
	}


/* --- MAIN --- */


	.general-box{
		margin: auto;
    max-width: 990px;
	padding-top: 7rem;
	}

	.bottom-box{
		padding: 50px 20px;

		max-width: 990px;
		margin: auto;
		background-color: #fff;
		font-size: 14pt;
	}

	.bottom-box p{
		margin: 0;
	}



/* --- LEFT BOX --- */



	.left-box{	
		padding: 0;
	}


	.left-box img{
		max-width: 420px;
		width: 100%;
	}

	.left-box-mobile{
		display: none;
	}


/* --- RIGHT BOX --- */
	
	.ts-block{
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}


	/* --- FORM --- */

	
	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		max-width: 576px;

		background-color: #b0d4e4;
		padding: 0;
		box-sizing: border-box;
		position: relative;
	}



	.box1{

	}


	.options select{
		width: 100%;
		font-size: 12pt;
		
		color: #7c7c7c;
		min-height: 47px;
		padding: 5px 10px;
	}


	.quest-row{
		width: 100%;
		margin: auto;

	}

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


	.quest-number{
		background-color: #FFF;
	}

	.quest-number h4{
		font-weight: bold;
	}

	.quest-number p{
		margin: 0;
	}


	.options input[type="text"], .options input[type="tel"], .options input[type="email"]{
		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;
	}


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


	.answer-holder{
		background-color: #fff;
	  border-radius: 3px;
    border: 1px solid #8b8b8b;
    cursor: pointer;
    margin: auto;
    /*transition: all 0.2s ease-in-out;*/

    margin: 0 0 20px;
    max-width: 800px;

    font-size: 16pt;
  }

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

  }


  .answer-holder:hover {
  	background-color: #f2f2f2;
  }


	.form-check label {
    font-size: 12pt;
    line-height: 1;
    color: #7c7c7c;
    padding: 10px 0;
    max-width: 480px;
    width: 100%;
  }




	.return{
    color: #424242;
    padding: 20px 20px 0;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
	}


	.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{

		max-width: 220px;

		padding: 15px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #2581df;
	}

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

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



	#step-2{
		position: relative;

	}


	.conditions{
		margin-top: 20px;
		padding: 10px 20px;
	}





/*-- FOOTER --*/

	.footer{
		background-color:#29abe2;
		text-align: center;
		max-width: 990px;
	}

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

	.footer-position a{
		color: inherit;
	}

@media screen and (max-width:1024px){
	
	.form-check label{
		width: 80%;
	}

}

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


}
	

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

	.title-header{
		display: none;
	}


	.general-box{
		padding: 100px 15px 50px;

	}


	.box1{
		padding-bottom: 0;
	}

 	.logo{
		text-align: center;
	}


}

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

	.left-box, .box-form{
		width: 100%;
		text-align: center;
		max-width: 100%;
	}

	.left-box
	{
		display: none;
	}

	.left-box-mobile{
		display: block;
		padding: 0;
	}

	.left-box-mobile img {
		max-width: 616px;
		width: 100%;
	}

	.options{
		padding: 10px 20px;
	}


}

@media screen and (max-width: 595px){
	
	.form-btn{
		max-width: 100%;
	}


	.go-next2{
		margin-bottom: 50px;
	}

	.return{
		text-align: left;
	}

	.navbar-txt-mobile{
		display: block;
	}

	.navbar-txt{
		display: none;
	}

	.header{
		padding: 1rem
	}

	.header>img{
		width: 150px;
	}

	.call-link{
		font-size: 15px;
	}
}

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

	.return{
		padding-top: 0;
	}
}

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

}





/* Error message */

.errormsg {
	/*height: 0;*/
	/*padding-top: 0;*/
	/*padding-bottom: 1em;*/
	color: red;
	/*transform: scaleY(0);*/
	/*transition: all 1s ease-in;*/
}

.errormsgactive {
	transform: scaleY(1);
	height: 2em;
}

/* Contact Form */
/*
.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 400px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
   opacity: 1;
  -webkit-transition: opacity 1000ms linear;
   transition: opacity 1000ms linear;
}
*/


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

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

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

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

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



/* 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: 5%;
	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: 5%;
		left: 50%;
	  transform: translateX(-50%);
		margin-top: 0px;
		z-index: 10;
		min-height: 80vh;
		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: 0px 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;
	  font-size: 14px;
  }
  
  .web img{
	  max-width: 70px;
	  width: 100%; 
  }
  
  .list{
	  height: 160px;
	  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;
  
  }

  .fa-window-close{
font-style: normal;
padding: 0.1rem 0.5rem;
border-radius: 5px;
font-size: 15px;
cursor: pointer;
  }
  
  
  
  @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;
  
	  }
  
	  .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);
  
	  }
  }
  
  
  

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

	#thankyoubg{
		overflow: scroll !important;
	}

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

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

	}

	.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 */

.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%;
  }

} 




#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);
}

#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%;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
  border-radius: 10px;
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
	min-height: 80vh;

  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

/* Realised by */

.really{

	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 1.5em;
	color: #999;
	width: 50%;
	/*max-width: 800px;*/
	min-height: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -25%;
	transform: scale(0, 0);
	transition: all 0.5s ease;
	z-index: 9;
	/*margin: auto;*/
  }
  
  .reallyactive{
	transform: scale(1, 1);
	/*position: fixed;*/
  }
  
  #realisedbybox{
	margin-top: 20px;
	overflow-y: scroll;
	max-height: 400px;
  }
  
  #realisedby img {
	max-width: 200px;
  }
  
  #realisedbyclose {
	float: right;
	margin-right: 15px;
  }
  
  
  @media screen and (max-width: 600px){
  
	.really {
  width: 100%;
  left:0;
  margin-left: 0;
	}
  }

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

    .navbar-check{
    display: none;
    }
  }

/* 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;
  margin-left: -70px;
  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;
}


/* 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(15, 9, 102);
}

#loader-txt{
  background-image: rgba(0, 128, 0, 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, 128, 255, 0.3),
    rgba(0, 170, 255, 0.7) 95%,
    rgba(0, 191, 255, 0.1)
  );
}


.loader-svg {
  color: rgb(8, 2, 30);
  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%;
  }

} 


/* Contact Form */


.contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 5%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  
  @media screen and (max-width: 1400px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 1024px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 768px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 20%;
	  margin-right: 20%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  
  @media screen and (max-width: 425px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  
  } 
  
  .contactactive{
	transform: scale(1, 1);
	position: fixed;
  }
  
  
  
  .contact-btn{
	background-color: #ff9800;
	padding: 0.5rem 1.5rem;
	margin: auto;
	border: 0;
	color: #f7f7f7;
	border-radius: 5px;
  width: 100%;
  }
  
  .contact-btn:hover{
	background-color: #e38800;
  }
  
  #xclose {
	/*position: fixed;*/
	padding: 5px;
	margin: 0 5px 10px 0;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	width: 26px;
  }

  .fa-window-close{
    border: 0;
  }
  
  #contacterr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: red;
  }
  
  #bclose {
	line-height: 1em;
	border-radius: 0;
	padding: 4px 0;
	font-size: 18pt;
	border: 0;
  background-color: #0a4e1400;
  }

  #bclose:hover{
    background-color: #0a4e1400;
  }