/* Open Sans Variable, upright */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  /*font-weight: 300 800;         /* supports a range if using variable */
  /*font-stretch: 75% 100%;       /* only if your file includes width axis */
  font-style: normal;
  font-display: swap;           /* avoid FOIT */
  /* Optional: restrict to Latin to save bytes if you subset */
  /* unicode-range: U+000-5FF; */
}


:root {
  --font-sans: "Open Sans", Helvetica, Arial, sans-serif;
}

html{
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
  font-family: var(--font-sans);
  color: #393839;
  max-width: 1920px;
  width:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

*{
  box-sizing: border-box;
}

label {
  width: 100%;
}

.nextbtn {
  height: 100%;
}

.col{
  display: inline-block;
}


.page1{
  /*background-color: #FFF;
  background: url(../images/dakisolatie_01.png) no-repeat;
  background-size: cover;
  background-position: top;*/
  flex: 1;
}

/* --- Header --- */

.header{
background-color: #0f8d3b;
}

.header-holder{
align-items: center;
font-family: var(--font-sans);
}

.header-holder h3{
font-family: var(--font-sans);
font-size: 1.5rem;
color: #FFF;
text-align: right;
}

.header-holder div:nth-child(2){
padding-right: 30px;
}

.logo img{
max-width: 250px;
width:100%;
padding: 20px;
box-sizing: border-box;
}

.title{
margin: auto;
}

.title-mobile{
display: none;
}

.section-container{
  padding: 50px 50px;
}

.tlt-banner{
  font-family: var(--font-sans);
  text-align: center;
  font-weight: bold;
  font-size: calc(1.4rem + .6vw);
  border-bottom: 2px solid #f07d00;
}

.fa{
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
}

/* --- Box Form step 1--*/

.box-form{
font-family: var(--font-sans);
padding: 50px;
max-width: 850px;
width: 100%;
background-color: rgb(255, 255, 255);
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}

.box1{
display:block;
box-sizing: border-box;
font-size: 14pt;
}

.hold-title{
margin-bottom: 20px;
}

.hold-title h3{
font-size:1.3rem;
font-family: var(--font-sans);
}

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

#step-1 img, #step-2 img, #step-3 img, #step-4 img{
width: 100%;
max-width: 90px;
}

#step-1 h3{
margin-top: 20px;
}

.options-step4{
  max-width: 600px;
  margin: auto;
}

.answer-holder{
  margin: 0 auto;
  padding: 5px 10px 10px;
  /*max-width: 180px;*/
  min-width:180px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

.answer-holder p{
margin-bottom: 0;
}

.answer-holder:hover{
  background-color: #f0f0f0;
}
.active:hover{
  background-color: #ffccb4;
}

.active {
  /*background-color: #f0f0f0;*/
}

.item-active {
  background-color: #ffccb4;
  border-radius: 5px;
}

.options{
  /*max-width: 650px;*/
  margin: auto;
}

.options-step3{
margin: auto;
}

.options-step5{
width: 100%;
max-width: 400px;
margin: auto;
padding: 0;
}

.options-step5 img{
max-width: 110px;
width: 100%;
}

.options-step6, .options-step7{
width: 100%;
margin: auto;
padding: 0;
}

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

.answers-holder{
  /*margin-bottom: 20px;*/
  padding: 10px 0 10px;
  font-size: 10pt;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.answers-holder:hover{
background-color: #f0f0f0;
}

.answers-holder:visited{
border-bottom: 5px solid #39b54a;
background-color: #f0f0f0;
}

.answers-holder-5 {
  text-align: center;
  /*margin: 0 10px 10px;*/
  padding: 5px;
  /*font-size: 10pt;*/
  border-radius: 5px;
  /*background-color: #fff;*/
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  height: 100%;
}

.answers-holder-5:hover {
  background-color: #f0f0f0;
}

.woning{
  text-align: center;
}

.icon-text{
font-size: 11pt !important;
margin: 0;
}

.form-horizontal{
margin-left: 0px;
margin-right: 0px;
}

.line-appear{
position: absolute;
top: -20%;
left: 25%;
right: 25%;
max-width: 100%
}

.box-warning{
position: absolute;
transform: translateY(-400px);
transition: all 1.5s ease;
background-color: #fff;
border: solid 1px #c2c2c2;
padding: 30px;
text-align: center;
width: 100%;
margin: auto;
}

.form-btn{
padding: 18px 20px;
color: #fff;
font-weight: 700;
font-family: var(--font-sans);
border-radius: 5px;
background-color: #ff6600;
box-sizing: border-box;
}

.def-btn{
box-sizing: border-box;
display: block;
margin: 0 auto;
position: relative;
width: 100%;
border: none;
font-family: inherit;
font-size: 1.2rem;
line-height: 100%;
text-align: center;
transition: all 500ms ease;
cursor: pointer;
}

.return{
text-align: center;
color: #c2c2c2;
padding-top: 20px;
text-decoration: underline;
box-sizing: border-box;
/*cursor: pointer;*/
}

.fas{
font-size: 12pt;
padding-right: 10px;
}

/*.form-group{
margin: auto;
text-align: left;
}*/

.fill-form-responsive input{
height:54px;
margin-bottom: 10px;
width: 100%;
font-size: 1rem;
}

.quest6-row h3{
font-size: calc(1.3rem + .3vw);
font-weight: bold;
color: #0f8d3b;
}

.quest6-row p{
font-size: calc(.9rem + .2vw);
}

.form-end{
margin: auto;
}

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

.box-check input{
width: 100%;
}

.legal-text{
font-size: 10pt;
line-height: initial;
color: #7c7c7c;
padding: 10px 15px;
text-align: center;
}

.disable-btn, .disabled-btn:hover{
background-color: #d8d8d8;
}

.active{
background-color: #ffccb4;
}

/* -- FOOTER -- */

.foot{
background-color: #fff;
}

.only{
width: 100%;
margin: auto;
}

.position{
padding: 7px 10px;
box-sizing: border-box;
}

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

.cont{
  margin: 10px auto;
  text-align: right;
}

.cont span{
font-size: calc(.7rem + .2vw);
float: right;
}

@media screen and (max-width:  1024px){
.page1{
min-height: auto;
height: auto;
}
}

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

  .answers-holder{
    max-height: 130px;
  }

  .answers-holder-5{
    /*max-height: 110px;*/
    margin: 0;
    /*margin-bottom: 15px;*/
  }

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

  .options-step6 img{ 
    max-width: 60px;
  }

}

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

  .box-form{
    height: auto;
  }

  .mobile{
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
  }

  .img img{
    max-width: 150px;
  }

}

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

.page1{
height: auto;
}

.more-webs{
height: 100%;
overflow-y:scroll;
padding-bottom: 5rem;
}


/*.answer-holder{
  margin: auto;
  padding: 5px 0;
  max-width: 300px;
}*/

.two-opt-responsive{
  /*display: inline-block;*/
}

.two-opt-responsive img{
max-width: 60px !important;
}

.answers-holder{
  margin: auto;
  /*max-width: 280px;*/
  /*margin-top: 10px;*/
  text-align: left;
}

.woning{
  padding:5px;
  /*margin: 10px auto;*/
  text-align: center;
}

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

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

.section-container{
padding: 30px;
}

.cont span{
float: none;
}

}


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

.logo{
display: block;
width: 100%;
margin: 0 auto;
text-align: center;
}

.logo img{
max-width: 250px;
width: 100%;
padding: 20px;
box-sizing: border-box;
}

.title{
width: 100%;
padding-right: 0px !important;
padding:0 40px !important;
float: none !important;
text-align: center;
}

.header-holder h3{
text-align: center;
}

.responsive-text{
display: none;
}

}


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

  .section-container{
    padding: 30px;
  }

  .box-form{
    height: auto;
  }

  .options-step6{
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }

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

}

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

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

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

  .section-container{
    padding: 20px;
  }

  .options{
    max-width: 500px;
    margin:0 auto;
  }

  .header-holder div:last-child{
    margin-top: 0;
  }

}


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

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

.fa-window-close{
  border: 0;
  border-radius: 5px;
  color: #f1faee;
  background-color: #ff97a7;
  font-weight: 600;
  padding: 0.1rem 0.3rem;
}



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


/* ----- MEDIA QUERYS ------ */

/* mid-screen */

@media (max-width: 767px) {

  .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;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }

}

/* mobile */

@media (max-width: 575px) {

  .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;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }

}

.contactactive{
  transform: scale(1, 1);
  position: fixed;
}


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



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

.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: var(--font-sans);
    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){

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

	}
}


.errormsg, #contacterr {
  color: rgb(255, 68, 68);
  background-color: rgba(237, 170, 181, 0.325);
  margin: 0.5rem 0;
  border-radius: 20px;
  width: fit-content;
  padding: 0 1em;
}

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



@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) }
}
 
/* NEW */

.disabled {
	display: none;
}

.backbtn {
  cursor: pointer;
}

/* Navbar */

nav {
  background-color: #0f8d3b;
  color: #ffffff;
  font-size: 1.5em;
}

nav img {
  max-width: 200px;
  max-height: 50px;
}

nav div {
  /*margin: auto;*/
  text-align: center;
}

/* Layer */

.layerblur {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1.0;
  left: 0;
  top: 0;
  transition: 1s;
}

.blurring {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.layercontent {
    position: relative;
    top: 5rem;
    z-index: 10;
    padding: 1.5em;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #999;
    height: auto;
    max-width: 923px;
    width: 100%;
    transition: all 0.5s ease;
    margin: auto;
    scale: 0;
}

.layercontent.activate {
  scale: 1;
}

#layercontentbox {
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#layercontent img {
  max-width: 200px;
}

#layercontentclose {
  float: right;
  margin-right: 15px;
}

.layercontentclose {
  text-align: right;
}

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

/* Contact form */

.contactform {
  position: relative;
  top: 5rem;
  z-index: 10;
  padding: 1.5em;
  background-color: #f7f7f7;
	border: 2px solid #ccc;
	border-radius: 10px;
	color: #999;
  height: auto;
  max-width: 556px;
  width: 100%;
  transition: all 0.5s ease;
  margin: auto;
  scale: 0;
}

.contactform.activate {
  scale: 1;
}

#button-contact {
    width: 100%;
}
  
.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 {
	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;
}

.form-label a {
  color: unset;
}

/* Form */

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

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

.housebuildinyear {
  color: #f07d00;
  font-size: 2em;
  white-space: nowrap;
}

.disclaimer {
  font-size: .7em;
}

/* 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;
  backdrop-filter: blur(8px);
}

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

#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 {
  background-image: url("images/loader.gif");
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: center;
  background-color: white;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

/* Loader */

.backarrow {
  font-weight: bold;
}

.answers-holder-5 .four-opt-responsive {
  display: inline-flex;
  align-items: flex-end;
  min-height: 82px;
}