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

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

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

* {
  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;
		cursor: pointer;
	}



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

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

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

	.group-border 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{
		cursor: pointer;
	}

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


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

	}


/* Error message */

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

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

/*-- 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 label{
		max-width: 180px;
	}

}

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




/* Contact Form */

.contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 10%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	max-width: 500px;
  
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  #contactform {
	width: 95%;
  }
  
  .contact-btn {
	background-color: #ea740e;
	border: 0;
	color: #fffbfa;
	font-size: 20px;
	margin: auto;
	padding: 0.5rem;
	width: 100%;
	border-radius: 10px;
	transition: 1s all;
  }
  
  .contact-btn:hover {
	background-color: #ea740e;
	color: #fffbfa;
  }
  
  .contactactive {
	transform: scale(1, 1);
	position: fixed;
  }
  
  .form-control {
	margin-bottom: 0.5rem;
  }
  
  #xclose {
	/*position: fixed;*/
	padding: 5px;
	margin: 0 5px 10px 0;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	width: 26px;
  }
  
  #bclose {
	border: 0;
	background: none;
  }
  
  @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: 10%;
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
  
	  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: 10%;
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
  
	  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: 10%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
  
	  transition: all 0.5s ease;
	}
  
	#contactform {
	  width: 100%;
	}
  }
  /* 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: 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: 15px;
  }
  
  .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(2rem + 0.8vw);
	}
  
	.text h4 {
	  font-size: calc(1rem + 0.5vw);
	  margin-bottom: 10px;
	}
  
	.text span {
	  font-size: calc(0.8rem + 0.3vw);
	}
  }
  
  /* LOADER */
  
  .spinner {
	color: original;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .spinner div {
	transform-origin: 40px 40px;
	animation: spinner 1.2s linear infinite;
  }
  .spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #12263a;
  }
  .spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  
  .loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
  }
  
  .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: green;
  }
  
  #loader-txt {
	background-image: rgba(0, 128, 0, 0.115);
	border-radius: 10px;
	padding: 1rem;
	width: 150%;
  }
  
  #loader-txt > h1 {
	font-weight: 800;
	color: white;
  }
  
  #loader-txt > h4 {
	color: black;
  }
  
  .logo-loading {
	margin-top: 1.5rem;
  }
  
  .highlight {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(4, 0, 255, 0.2),
	  rgba(39, 93, 111, 0.7) 95%,
	  rgba(0, 8, 255, 0.1)
	);
  }
  
  @keyframes round {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @media screen and (max-width: 610px) {
	.loader-svg {
	  margin: 0;
	  margin-top: 15rem;
	  margin-bottom: 5rem;
	}
  
	#loader-txt > h4 {
	  font-size: 15px;
	}
  }
  
  @media screen and (max-width: 425px) {
	#thankyouloader-txt {
	  top: 40%;
	}
  }
  
  /* 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;
  }
  
  /* 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;
	  overflow:hidden;
	  /*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: 650px){
	
	  .really{
		border: 2px solid #ccc;
		border-radius: 10px;
		background-color: #f7f7f7;
		padding: 1.5em;
		color: #999;
		width: 80%;
		/*max-width: 800px;*/
		min-height: 500px;
		position: fixed;
		top: 10%;
		left: 30%;
		margin-left: -20%;
		transform: scale(0, 0);
		transition: all 0.5s ease;
		z-index: 9;
		overflow:hidden;
		/*margin: auto;*/
	  }
	
	  .reallyactive{
		transform: scale(1, 1);
		/*position: fixed;*/
	  }

	  .thanks-page{
		min-height: 100vh;
	}
	
	}
	
	@media screen and (max-width: 450px){
	
	  .really{
		border: 2px solid #ccc;
		border-radius: 10px;
		background-color: #f7f7f7;
		padding: 1.5em;
		color: #999;
		width: 100%;
		/*max-width: 800px;*/
		min-height: 500px;
		position: fixed;
		top: 10%;
		left: 0;
		margin-left: 0;
		transform: scale(0, 0);
		transition: all 0.5s ease;
		z-index: 9;
		overflow:hidden;
		/*margin: auto;*/
	  }
	
	  .reallyactive{
		transform: scale(1, 1);
		/*position: fixed;*/
	  }
	
	}