@import "thankyoupage.css";

/* ----- RESET ----- */

body {
  margin: 0;
  box-sizing: 0;
  scroll-behavior: smooth;
  background-color: #fff;
  padding: 0;
  width: 100%;
  position: relative;
}

html, body {
  overflow-x: hidden;
}

.hide{
	display: none;
}

a{
  color: #fff;
}

a:hover{
  color: #fff;
}

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

.highlight2{
  background-color: #ffa748;
  text-shadow: none;
}

.call-link:link, .call-link:visited, .call-link:active {
  text-decoration:none;
  color: white;
}

.footer-mobile{
    display: none;
  }


/* ----- NAVBAR ----- */

#navbar {

  width: 100%;

  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
  padding: 0 2rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  font-weight: 600;
  color: #0f0057;
  margin-bottom: 0;
}

#navbar div{
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navbar img {
  max-width: 220px;
  width: 100%;
}


.navbar-txt{
  text-align: center;
}

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

.navbar-txt a{
  color: #235ece;
}

p{
  margin-bottom: 0;
}

/* ----- MAIN CONTAINER ---- */

.main-container{


  background-color: #f2f2f2;
  /*width: 100%;*/
  min-height: 28rem;
  display: flex;
  justify-content: center;


}

/* ---- SECTION 1 ----- */

.section-1{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-1-text {
  color: #fff;
  /*text-shadow: #12263a 1px 0 10px;*/
  padding: 0rem 3rem;

}

.s-1-text span{
  display: inline;
  color: #fff;
}

.s1-h1 {
  font-size: 38pt;
  line-height: 45pt;
  margin-bottom: 5%;
}

.s1-bullets{
  font-size: 21pt;
  line-height: 30pt;
}


.s2-space{
  padding-bottom: 2rem;
}





/* ----- FORM ------ */


.form-container {

  display: flex;

  color: #363636;
  /* height: 35rem; */
  justify-content: center;
  align-items: center;

}



.size-form{
  background-color: #fff;
  border: solid 2px #235ece;
  max-width: 700px;
  width: 100%;
  margin: 2% auto;
  padding: 2rem;
  text-align: center;
}


.form-title{
  font-weight: 800;
  font-size: calc(1.4rem + .4vw);
  text-align: center;
}


.form-subtitle{
  font-size: 21px;
  text-align: center;
  font-weight: 600;
}


.quest3-row{
  text-align: ;

}


#form-text{
  display: block;
  text-align: center;
}

#form-text p{
  font-size: 16pt;
  line-height: 20pt;
  color: #235ece;
}



/* ----- FORM RANGE SLIDER ------ */


.slider-box {
    margin-top: 4%;
}




.range-wrap {
  position: relative;
  margin: 0 auto 4rem;
}
.range {
  width: 100%;

}

.range-wrap span{
  color: #707070;
}

label[class="form-label"]{
  font-weight: bold;
}

input[type="range"] {
  background-color: #434343 !important;
}


.bubble {
  background: #ffbe31;
  color: white;
  text-align: center;
  width: 14%;
  padding: 4px 8px;
  position: absolute;
  border-radius: 4px;
  left: 350%;
  transform: translate(-50%, 70%);
}


.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  background: #ffbe31;
  top: -1px;
  left: 50%;
}


/* ----- ENDS FORM RANGE SLIDER ------ */




.options{
  margin: auto;
  padding-top: 20px;
}

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

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

[type=radio] + img {
  cursor: pointer;
}

.hold-title p{
  margin: auto;
}

.options label{
  max-width: 300px;
  margin: auto;
  margin-bottom: 15px;
}

.answer-holder-2opt, .answer-holder-4opt,  .answer-holder-8opt{
    border-radius: 5px;
    color: #2c04a8;
    align-items: center;
    background-color: #fff;
    border: 2px solid #2c04a8;
    -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;
    margin: auto;
    padding: 5px 10px;
    min-height: 60px;
    font-size: 11pt;
}



.answer-holder-2opt:hover, .answer-holder-4opt:hover ,.answer-holder-8opt:hover{
    background-color: #2c04a8;
    border: 2px solid #2c04a8; 
    color: #fff;
}


.line-box{
  margin-bottom: 20px;
  border: 1px solid #2c04a8;
  color: #c1c5c9;
  min-height: 45px;
  font-size: 1rem;
}



.form-group {
  margin: auto;
}


#perfect-form{
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.form-control{
  margin: 0.3rem;  
}



.check {
  padding-left: 1rem;
  margin-top: 0.5rem;
}


.btn-form {
  width: 2rem;
  height: 3rem;
  font-size: 20px;
  background-color: #ffa748;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: -0.7rem;
  transition: 1s all;
}


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


.item-active {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
  background-color: #f0f0f0;

  border-radius: 5px;
}


.item-active div{
  background-color: #2c04a8;
  color: #fff;
}

.options select{
  max-width: 500px;
  margin: auto;
  margin-bottom: 2rem;
}

.final-step{
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  text-align: left;
  font-size: 10pt;
}







.form-btn{
  background-color: #03db00;
  border: 0;
  border-radius: 5px;
  padding: 0.8rem 0.5rem;
  cursor: pointer;
  transition: 1s;
  color: white;
  margin: auto;
  max-width: 390px;
  width: 100%;
}

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










.errormsg, #contacterr {
  color: rgb(255, 80, 80);

  border-radius: 20px;
  /*width: fit-content;*/
  margin-bottom: 0.5rem;
}

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



.fieldpp {
  max-width: 600px;
  width: 100%;
  margin: auto;
  font-size: 0.7em;
  line-height: 1.3rem;
  padding: 10px 1rem 10px 2.3rem;
  /*color: #c2c2c2;*/
  text-align: left;
  font-weight: 200;
}



.bttn{
  background-color: #53b7de;
  color: white;
  width: 8rem;
  border-radius: 10px;
  cursor: pointer;
  padding: 0.5rem;
  text-align: center;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: 1s all;
}


.bttn:hover{
  background-color: #2e97c1;
}


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









.logo-secure{
  max-width: 730px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.logo-secure img{
  max-width: 120px;
  width: 100%;
  text-align: right;
}

.logo-secure p{
  margin-top: 10px;
  font-size: 8pt;
}








/*  ----- THANK YOU PAGE ------ */

#thankyou{
font-weight: 800;
font-size: 40px;
text-align: center;
}

#thankyou > span {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.thank-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}






/* ---- SECTION 2 ----- */

.section-2 {
  background-color: #ffffff;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;

}


.size-box{
  max-width: 990px;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;

}

.size-box img{
  max-width: 100px;
  width: 100%;
  margin: auto;
}


.size-box div{
  text-align: center;
}






/* ---- SECTION 3 ----- */

.section-3{
  background-color: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 3rem auto;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

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

.text-meaning{
  font-size: 1.5rem;
  line-height: 28pt;
}

.text-meaning h2{
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.1rem;
}

.text-meaning img{
  max-width: 350px;
  width: 100%;
}


.cta-btn{
    box-sizing: border-box;
    background-color: #235ece !important;
    margin:2rem 0;

    font-weight: normal;
    height: 50px;
    max-width: 250px;
    width: 100%;
    padding: 0.5rem;
    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;
    font-size: 20px;
    border-radius: 5px;
  }






.wrapper-company-info{
  display: inline-block;
  padding: 16px 0 24px;
  text-align: center;

  margin: auto;
}


.tp-widget-humanscore{
  display: flex;
  align-items: center;
  margin: 0 6px;
  vertical-align: middle;
  justify-content: center;
}

.tp-widget-humanscore img{
  margin-left: 10px;
  max-width: 180px;
  width: 100%;
}

#trust-score{
  font-size: 24px;
}


.tp-widget{
  display: flex;
  align-items: center;
  justify-content:center;
}

.tp-widget img{
  max-width: 140px;
}




.wrapper-reviews{
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-align: left;
}

.reviews-label{
  padding-bottom: 10px;
}



.tp-widget-review{
  background-color: #f8f9fa;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(182,196,210,.4);
  line-height: 18px;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  word-wrap: break-word;
  margin: 0 auto 16px;
  text-align: left;
}


.review-firstblock{
  max-width: 300px;
  width: 100%;
  
  align-items: center;
}

.review-firstblock div{
  padding: 0 !important;
}
   

.label-icon svg{
  max-width: 15px;
}  


.user-info-review{
  font-size: 14px;
  margin: 8px 8px 6px 0;
}


.header{
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #002244;
  margin: 0 0 8px;
}


.showall{
  font-size: 14px;
  color: #002244 !important;
}


















/* ---- SECTION 4 ----- */



/* ---- SECTION 5 ----- */






/* ----- FOOTER ------ */

.footer {
  color: #ffffff;
  background-color: #0f0057;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer>p>a{
  color: #f1faee;
}

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

.fa-window-close{
  border: 0;
  border-radius: 5px;
  color: #f1faee;
  background-color: #ff97a7;
  font-weight: 800;
}

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


/* mid-screen */

@media (max-width: 991px) {
  .form-container{
    display: flex;
    justify-content: center;

  }
  .s-1-text{
    padding: 2rem 0rem;
  }

  .s1-h1{
    padding: 2rem;
  }

  .s1-h2{
    padding: 0rem 2rem;
  }

  .s1-h3{
    padding: 1rem 0rem;
  }

.form-horizontal{
width: 100%;
}

.s2-img{
  display: flex;
  justify-content: center;
}
}
@media (max-width: 767px) {

  #navbar{
    height: 4rem;
  }

  #navbar > img {
    width: 6rem;
  }

  .s-1-text{
    margin: 0 auto;
    width: auto;
  }

  .s1-h1 {

    font-size: 55px;
    padding: 1rem;
    text-align: center;
    margin: 0;
  }

  
  .s1-bullets, .info-box{
    display: none;
  }


  .form-container{
    height: fit-content;
  }


  .section-3{
    padding: 30px ;
  }




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

}

/* mobile */

@media (max-width: 575px) {

#navbar{
  flex-direction: column;
  height: 7rem;
  text-align: center;
  justify-content: center;
}

#navbar > img {
  width: 150px;
}

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

.navbar-txt{
  display: ;
}

.main-container{
  padding-top: 0rem;
}

  .size-form{
    padding: 2rem 0.5rem;
    text-align: center;
    margin: 1rem 2rem;
  }

  .section-1 {
    padding: 0;
  }

  .s-1-text{
    padding: 3rem 2rem 0rem;
  }

  .s1-h1 {
    font-size: 42px;
    padding: 0rem;
    text-align: center;
    width: auto;
    line-height: 58px;
  }

  .s1-h2 {
    text-align: center;
    width: auto;
    font-size: 15px;
    padding: 0rem 1rem;
  }

  .form-container {
    margin: 0;
    padding: 1rem 0;
    height: fit-content;
  }

  .members-field{
    text-align: left;
  }

  #perfect-form{
    margin: auto;
  }


  .bubble{
    width: 32%;
  }



  .section-2 {
    padding: 0;
    text-align: center;
  }

  .section-2 div{
    margin: 1rem 0;
  }


  .size-box ul{
    text-align: left;
    font-size: 10pt;
  }









  .section-3 {
    padding: 0 1rem;
    text-align: center;
  }






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

  .footer-mobile{
    display: block;
  }

  .footer-desk{
    display: none;
  }




}

/* 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;
  
  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: 10%;
    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: 10%;
    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: 10%;
    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: 550px){

  .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;
    
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

.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;
  padding: 4px 0;
  font-size: 18pt;
}


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