/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

#huneepott {
  display: none;
}

.btn-details{
	display: inline-block;
	text-align: center;
	height: 60px;
	line-height: 56px;
	font-size: 22px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
	background-color: orange;
	padding: 0 30px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 5px;
	border: 2px solid transparent;
}

.presender {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
  display: none;
  opacity: 0.9;
}

.presender .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px); 
}

.presender-div,
.presender__figure {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}

.presender-div {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.presender__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #2b8a10;
  border-radius: 50%;
  -webkit-animation: jousting-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: jousting-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: jousting-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}


.presender__label {
	float: left;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0.5em 0 0 50%;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #2b8a10;
	white-space: nowrap;
	-webkit-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); 
}



@-webkit-keyframes jousting-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #e41; 
	}
	29% {
		background-color: #e41; 
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1; 
	}
	100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent; 
	} 
}

@-moz-keyframes jousting-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #e41; 
	}
	29% {
		background-color: #e41; 
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1; 
	}
	100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent; 
	} 
}

@keyframes jousting-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #e41; 
	}
	29% {
		background-color: #e41; 
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1; 
	}
	100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent; 
	} 
}

@-webkit-keyframes jousting-label {
	0% { opacity: 0.25; }
 	30% { opacity: 1; }
  	100% { opacity: 0.25; }
}

@-moz-keyframes jousting-label {
	0% { opacity: 0.25; }
 	30% { opacity: 1; }
  	100% { opacity: 0.25; }
 }

@keyframes jousting-label { 
	0% { opacity: 0.25; }
 	30% { opacity: 1; }
  	100% { opacity: 0.25; }
}

.xheader {
	z-index: 999;
	position: fixed;
	top: auto;	
	border-bottom: 2px solid #5AB371;
	height: auto;	
	font-weight: 600;
	width: 100%;
	background-color: #fff;
}


.header-return{
	padding-top: 15px;
}

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

.header-contact{
	text-align:right; padding-top: 15px;
}

.breadcrumbs-steps{
	padding-top: 65px;
}

.budget-area .note-editable p {
	color: #5f5f63;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

a.btn_1 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;  
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}


.container-promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
}

.container-promo p {
  /*display: initial;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;*/
  display: initial;  
  line-height: normal;
  font-size: 20px;
}

.container-promo img {
  /*height: 1em;
  margin: 0 0.25em;
  vertical-align: middle;*/
  vertical-align: middle;
  height: auto;  
  display: inline-block;
}



@media (min-width: 1500px) and (max-width: 1600px) {
	.steps-area-fixed + .multisteps-form__form {
	  margin-left: 350px;
	}
	.form-area{
		margin-top: 75px;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.steps-area-fixed + .multisteps-form__form {
	  margin-left: 350px;
	}
	.form-area{
		margin-top: 75px;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.budget-area .opti-list li {
	  margin-right: 0px;
	}

	.step-progress {
		display: none;		
	}
}



/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	.xheader {
		z-index: 100;
		position: relative;
		top: 0;		
		height: auto;
		background-color: white;
		padding-top: 5px;
		padding-bottom: 10px;
		font-weight: 600;
	}

	.header-return{
		padding-top: 5px;
		text-align:center;
	}

	.header-contact{
		padding-top: 10px;
		text-align:center;
	}

	.breadcrumbs-steps{
		padding-top: 0px;
	}

	.steps-area .steps {
	  left: 0;
	  width: 100%;
	  text-align: center;
	  padding-top: 80px;
	}

	.image-holder img {
		height: unset;	  
		object-fit: cover;
	}

	.step-progress {
		display: none;		
	}



	
	

	

}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
	.steps-area-fixed .multisteps-form__progress {
	  padding-top: 0;
	  padding-left: 50px;
	}
}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	.form-content .step-no {
		display: unset;
		margin-bottom: 0px;
	}

	.form-content h2 {
		font-size: 40px;
	}

	.form-content p {
		font-size: 22px;
	}

	.container-promo p {	  
	  display: initial;  
	  line-height: 1.5;
	}

	


}
@media (min-width: 600px) and (max-width: 767px) {
	.actions {
		position: static;
		padding-right: 10px;
		padding: 30px 0px 50px;
		padding-right: 0px;
		position: static;
		margin-right: 80px;
		float: right;

	}

	.actions ul {		
		display: block;
	}

	.actions li span {
		height: 75px;
		width: 210px;
		line-height: 75px;
		display: block;
	}
	.presender__label {
		float: left;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0.5em 0 0 50%;
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #2b8a10;
		white-space: nowrap;
		-webkit-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); 
	}

}
@media (min-width: 550px) and (max-width: 599px) {
	.actions {
		position: static;
		padding-right: 10px;
		padding: 30px 0px 50px;
		padding-right: 0px;
		position: static;
		margin-right: 50px;
		float: right;

	}
	.actions li span {
		height: 75px;
		width: 210px;
		line-height: 75px;
		display: block;
	}
	.presender__label {
		float: left;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0.5em 0 0 50%;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #2b8a10;
		white-space: nowrap;
		-webkit-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); 
	}
}
@media (min-width: 200px) and (max-width: 549px) {
	.actions {
		position: static;
		padding-right: 10px;
		padding: 30px 0px 50px;
		padding-right: 0px;
		position: static;
		margin-right: 0px;
		float: right;
	}
	.actions li span {
		height: 75px;
		width: 210px;
		line-height: 75px;
		display: block;
	}
	.presender__label {
		float: left;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0.5em 0 0 50%;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color: #2b8a10;
		white-space: nowrap;
		-webkit-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		animation: jousting-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); 
	}
}
@media (min-width: 200px) and (max-width: 400px) {
	
}

