@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');



	body{

		font-family: "Open sans, Helvetica, Arial", sans-serif;
		background-color: #FFF;
		color: #393839;
		max-width: 2160px;
		width:100%;
		height: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}


	* {
	  box-sizing: border-box;
	}

	.col{
	    display: inline-block;
	}

	a{
		text-decoration: none;
	}

	html{
		scroll-behavior: smooth;
		overflow-y: scroll;
	}


/* --- NAVBAR --- */
	
	.menu{
		margin: auto;
    padding: 7px 110px;
    color: #fff;
    font-size: 14pt;
    /* max-width: 1110px; */
    /*position: fixed;*/
    top: 0;
    background-color: #229b46;
	}

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

	.menu a:hover{
		text-decoration: underline;
	}

	.logo span:hover{
		text-decoration: none !important;
	}

	.nav-link{
		color: #fff !important;
	}


	.logo{
		color: #662D91 !important;
		text-align: center;
		font-weight: ;
		line-height: 13px;
	}

	.box-head button{
		background-color: rgb(251 251 251);
    border-color: rgb(251 251 251);
	}

	.logo span{
		font-size: 10pt;
		text-align: center;
	}


/* -- BUTTONS -- */

	.def-btn{
		box-sizing: border-box;
		display: block;
    margin:0;
    /*position: relative;*/
    max-width: 314px;
    height: 47px;
    width: 100%;
    border: none;
    font-family: inherit;
    line-height: 100%;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	}


	.btn-opt{
  	display: block;
    margin: auto;
    margin-top: 6%;
    width: 100%;
    max-width: 150px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    background-color: #f37e00;
  }



	.cta-btn{
		display: block;
   /*position: relative;*/
    margin: auto !important;
    width: 100%;
    max-width: 240px;
    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: 10px;
    background-color: #229b46;
	}



	.sel-btn{
		height: 50px;
		border-radius: 0 15px 15px 0;
		background-color: #e27705;
	}

	.ptr-btn{
	    max-width: 100%;
	    color: #fff;
	    font-weight: 700;
	    border-radius: 5px;
	    background-color: #f37e00;
	}


/* -- MAIN FORM -- */
	
	  .s1-bg-mainform{
	  	background: url(../images/bg-softwater.webp) no-repeat;
	    background-size: auto;
	    background-position-x: 60%;
    	background-position-y: 15%;
	    min-height: 300px;
	  }

	.s2-mainform-container{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		padding: 30px 0;
	}

	.size-box-form{
		background-color: #eff5f6;

		padding: 35px 40px;
		max-width: 700px;
		width: 100%;
		margin: auto;
	}

	.size-box-form h3{
		font-weight: bold;
		color: #444444;
		margin-bottom: 20px;
		font-size: 2.1rem;
		text-decoration: ;
	}


	.box-check{
		padding-bottom: 8px;
	}

	.box-check label{
		font-size: 10pt;
		color: #7c7c7c;
	}

	.s2-sidebox-contain{
		background-color: #eff5f6;

	}

	.s2-sidebox-img{
		margin: auto;
		text-align: center;
    	padding: 20px;
	}

	.s2-sidebox-img img{
		max-width: 300px;
		width: 100%;
		margin: auto;
		
	}

	.s2-sidebox-txt{
		padding: 20px 30px 30px;
	}

	.first-box{
		padding: 20px 30px 10px;
    	margin-bottom: 30px;
	}

	.first-box h3{
		color: #f37e00 !important;

	}

	.s2-sidebox-txt h3{
		color: #229b46;
		font-weight: 700;
	}

	.s2-sidebox-txt li{
		line-height: 25pt;
	}

	.first-box li{
		font-size: 11pt;
	}



	.s2-sidebox-btn{
		max-width: 300px;
		width: 100%;
		margin: auto;
		background-color: #f37e00;
		margin-top: 20px;
		text-align: center;
		
		border-radius: 5px;
	}

	.s2-sidebox-btn a{
		display: block;
		color: #fff;
		padding: 12px 20px;
	}


	.fieldpp{
		padding: 0 40px 15px;
		font-size: 0.8rem;
	}



	.s3-bullets-container{
		background-color: #eff5f6;
		padding: 4% 0;
	}

	.s3-bullets-body{
		max-width: 990px;
		width: 100%;
		margin: auto;
		display: flex;
	    justify-content: center;
	    align-items: flex-start;
	    text-align: center;
	}

	.s3-bullets-body p{
		margin: 0;
		margin-top: 15px;
		font-size: 14pt;
		font-weight: lighter;
		line-height: 18pt;
	}

	.s3-bullets-body img{
		max-width: 100px;
		width: 100%;
	}




/*   ------- HOME -----   */






/* -- FOOTER -- */

	.foot{
		background-color: #FFF;
		color: #229b46;

	}

	.foot-terms{
		background-color: #ECF1FE;
		color: #662D91;
		margin-top: 30px;
	}

	.only{
		max-width: 1300px;
		width: 100%;
		margin: auto;
    	padding: 20px;
    	display: flex;
    	font-weight: lighter;
    	text-align: center;
	}

	.only span{
		font-weight: normal;
	}

	.footlogo{
		flex-wrap: nowrap !important;
	}

	.footlogo span{
		font-weight: lighter;
	}

	.footlogo, .cont{
		display: flex;
    	flex-direction: column;
		color: #323232 !important;
		align-items: center;
    	font-size: calc(.6rem + .2vw);
	}
	

	.footlogo a, .cont a{
		color: #323232;
	}








	.window-close{
	  border: 0;
	  border-radius: 5px;
	  color: #f1faee;
	  background-color: #ff97a7;
	  font-weight: 800;
	  font-style: normal;
	  padding: 0.01rem 0.3rem;
	}





/* Error message */

	.errormsg{
		color: rgb(255, 169, 169);
		background-color: rgba(237, 170, 181, 0.325);
		margin: 0.5rem;
		border-radius: 20px;

	}

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


	


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

	.menu{
		    padding: 30px 20px 10px;
	}

}



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

	.box-form{
		margin-top: 0px;
		width: 100%;
	}

	.box-opt{
		margin: auto;
		margin-bottom: 30px;
	}



}



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

	/* -- SECTION 1 -- */

		#shadow-color {
		    height: 572px;
		}


}



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

/* -- BANNER HEAD -- */

	.intro-section{
		padding: 10px 30px;
		margin: auto;
	}

	.title{
		margin-top: 10px !important;
	}



}

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

	.info-box{
		width: 100%;
	}


	.cta-btn {
		margin: auto;
	}


}


@media screen and (max-width: 767px) {
	
	.menu{
		max-width: 800px;
    	width: 100%;
		padding: 10px 0 10px;
	}


	.s1-bg-mainform{
	    background-position-x: 30%;
	    background: url(../images/bg-softwater-mobile.webp) no-repeat;

	 }


	 .first-box {
	    padding: 20px 30px 10px;
	    margin-top: 20px;
	    margin-bottom: 30px;
	}




	/* -- SECTION 1 -- */

	.box-form{
		height: auto;
	}

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

	.form-fill{
		margin: 0 !important;
	}

	.form-end{
		padding: 0px;
	}

	.tlt-desktop{
		display: none;
	}

	.tlt-mobile{
		display: block;
	}



	/* -- SECTION 2 -- */


	.btn-opt{
		bottom: 7em;
    	right: 6em;
	}


	.box-opt{
		margin: auto;
		margin-bottom: 30px;
	}



	.s3-bullets-body div{
		margin-bottom: 30px !important;
	}



	/* -- FOOTER -- */

	.mobile{
		max-width: 100%;
	}

	.footlogo{
		align-items: ;
		padding-bottom: 10px;
	}

	.cont, .over{
		padding-top: 20px;
	}



}



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



	.box-form{
		height: auto;
	}


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



	/* -- SECTION 2 -- */

	.box-opt{
		padding:5px 20px;
		margin: 0;
		margin-bottom: 40px;
		font-size: 12pt;
	}


	.btn-opt{
		bottom: 7em;
	    right: 12.8em;
	    max-width: 350px;
	    position: initial;
	    color: #FFF;
	    background-color: #662D91;
	}




}

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


	.box-form, .box1{
		padding: 0 20px;
	}

	.box-form{
		padding-bottom: 30px;
	}


}

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

	.box-form{
		padding: 20px;
	}


	.title h3{
		font-size: calc(1.7rem + .65vw);
	}


}

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

	.btn-opt{
		bottom: 7em;
    right: 6.2em;
	}

}


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

	.btn-opt{
		bottom: 7em;
    	right: 4.5em;
	}

	.btn-blog{
		top: -11rem;
		max-width: 120px;
	}

}









#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: 4px 0;
  font-size: 18pt;
  margin-bottom: 10px;
}


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

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




.loader-svg {
color: rgba(0, 170, 255, 1);
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)
);
}

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