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

body{
	font-family: var(--font-sans);
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:auto;
}

* {
  box-sizing: border-box;
}

@media(min--moz-device-pixel-ratio:0){
    .options select {padding-top: 1em;}
}

/* --- Header --- */

.header{
	-webkit-align-items: center;
	align-items: center;
	background: #03409A;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
	color: currentColor;
	color: var(--c-header);
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 15px;
	/* padding: 5px var(--padding-small); */
	position: relative;
	width: 100%;
	max-width: 1920px;
	z-index: 1;
}

.head{
	margin: auto;
}

.logo{
	position: relative;
	text-align: center;
}

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

.title-banner{
	font-family: var(--font-sans);
	text-align: center;
	margin: auto;
	padding: 5px;
	font-size: calc(.8rem + 0.3vw);
}

.title-banner p{
	margin: 0;
}

/* --- MAIN --- */

.general-box {
  margin: auto;
  padding: 0;
}

/* --- LEFT BOX --- */

.bg-img{
	background-color: #03409A;
	background: url(../images/banner-bg.jpg) no-repeat;
	background-size: 2290px;
	background-position: top;
	min-height: 780px;
}

.bg-content{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding: 40px 0 0;
}

.info-box{
	/*background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 30px;*/
	/*margin: auto;*/
	padding: 0;
}

.intro{
	margin-bottom: 30px;
	color: #fff;
}

.intro h2{
	font-size: calc(1.8rem + .7vw);
	color: #fff;
	margin-bottom: 6px;
}

.value{
	background-color: rgba(12,61,125,.82);
	display: block;
	margin-bottom: 20px;
	padding: 10px 0;
}

.value-props-item{
	text-align: center;
	color: #fff;
}

.value-props-item img{
	max-width: 60px;
	width: 100%;
	margin: auto;
}

.value-text{
	font-size: 12pt;
}

fieldset {
	position: relative;
}

.step {
	transform: scaleX(1);
	transition: transform 0.5s ease;
	transform-origin: right center;
	min-height: 580px;
	position: absolute;
  	inset: 0;
	opacity: 1;
}

/* --- FORM --- */

.box-form{
	font-family: var(--font-sans);
	box-sizing: border-box;
	margin: auto;
	padding: 0;
}

.box1{
	background-color: #fff;
	max-width: 500px;
	width: 100%;
	margin: auto 0;
	padding-bottom: 20px;
	position: relative;
}

.title-white-box{
	background-color: #0C3D7D;
	color: #FFF;
	text-align: center;
	padding: 20px 15px;
}

.title-white-box h2{
	font-weight: 100;
}

.quest1-row {
	width: 100%;
	margin: auto;
}

.hold-title, .options, .quest-number{
	padding: 10px 20px;
}

.quest-number{
	background-color: #f2f2f2;
	text-align: center;
}

.quest-number p{
	margin: 0;
}

.options label{
	cursor: pointer;
}

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

.options input[type="text"]{
	width: 100%;
	/*border: 0;*/
	font-size: 10pt;
	color: #7c7c7c;
	min-height: 47px;
	padding: 5px 10px;
}

.options div[class^="answer-holder form-check"]{
	min-height: 47px;
	padding: 5px 10px;
}

.options select {
	width: 100%;
	font-size: 12pt;
	color: #7c7c7c;
	min-height: 47px;
	margin-bottom: 0;
	padding-left: 8px;
	-moz-padding-top- : 2%;
}

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

.answer-holder{
	border-radius: 3px;
	border: 1px solid;
	cursor: pointer;
	border: 1px solid #8b8b8b;
	/*transition: all 0.2s ease-in-out;*/
	padding: 5px 10px;
	max-width: 800px;
	font-size: 16pt;
	text-align: center;
}

.answer-holder input{
	margin-left: 0 !important;
	margin-right: 10px;
}

.answer-holder label{
	width: 90%;
	padding: 10px 0;
	text-align: center;
}

.answer-holder:hover {
	background-color: #f2f2f2;
}

.extra img{
	max-width: 45px;
	width: 100%;
	margin-left: auto;
}

.form-check {
	margin-bottom: 0;
}

.form-check label {
	font-size: 14px;
	line-height: 1;
	color: #7c7c7c;
}

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

.line-box:first-child {
	font-size: 0.9em;
	color: #6c757d;
}

.return{
	color: #c2c2c2;
	box-sizing: border-box;
	cursor: pointer;
}

.img-secure img{
	max-width: 80px;
	width: 100%;
}

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

.form-btn{
	padding: 15px 20px;
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
	font-family: var(--font-sans);
	border-radius: 5px;
	background-color: #0C3D7D;
}

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

.box-check{
	padding: 3px 10px;
}

.fieldpp {
	font-size: 0.8em;
}

#step-2 {
	position: relative;
}

.item-active {
	box-shadow: 0px 0px 10px 0px rgb(41 171 226 / 50%);
	background-color: #f0f0f0;
	border: 2px solid #29ABE280;
	border-radius: 5px;
	margin: auto;
}

/*-- BENEFITS --*/
	
.benefits{
	margin: 30px auto;
}

.box-benefits-text{
	font-size: 16pt;
}

.box-benefits-text span{
	font-size: 9pt;
	line-height: 9pt;
}

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


/*-- EXTRA INFO --*/
	
.extra{
	margin: 50px auto;
}

.extra-box{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

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

.extra-box-text{
	margin: auto;
}

.extra-box-img{
	margin: auto;
}

.extra-box a{
	text-decoration: none;
}

.cta-btn{
	padding: 18px 20px;
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
	font-family: var(--font-sans);
	border-radius: 5px;
	background-color: #0C3D7D;
}

/*-- DETAILS --*/

.details{
	margin: 30px auto;
		border-top: 1px solid #dcdcdc;
}

.details-box{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	margin-top: 50px;
}

.information{
	background-color: #fff;
	position: relative;
}

.card{
	border: none;
}

.collapse-btn{
	background-color: transparent;
	color: gray;
	border: none;
	border-bottom: solid 1px #00000020;
	border-left: solid 1px #00000020;
	border-right: solid 1px #00000020;
	border-top: solid	1px #fff;
	border-radius: 0;
	font-size: 10pt;
	line-height: 10pt;
}

.collapse-btn:active, .collapse-btn:focus{
	background-color: transparent;
	color: gray;
	border: none;
	border-bottom: solid 1px #00000020;
	border-left: solid 1px #00000020;
	border-right: solid 1px #00000020;
}

.collapse-btn:hover{
	background-color: #c2c2c2;
	border: none;
}

/*-- FOOTER --*/

.footer{
	/*background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid	#CF102D;*/
	background-color: #212121;
	text-align: center;
	margin-top: 30px;
}

.footer-position{
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer-position p{
	padding: 20px;
	margin: 0;
	font-family: var(--font-sans);
	color: #fff;
}

.footer-position a{
	color: inherit;
}

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

.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: 768px){

	.general-box{
		padding: 0 0px 50px;
	}

	.box-form{
		max-width: 100%;
		padding-bottom: 70px;
	}

	.right-box{
		width: 100%;
	}

	.box1{
		padding-bottom: 15px;
	}

	.title-banner, .logo{
		text-align: center;
	}

	.intro{
		margin-top: 30px;
		text-align: center;
	}

	.intro h2, .intro h4{
		text-align: center;
	}

	.line-steps{
		max-width: 685px;
	}

	.bg-img {
		background-image: none;
	}

	.intro h2 {
		color: #000000;
	}

}

@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: 767px){

	.box1{
		margin: auto;
	}

	.width-box-benefits{
		text-align: center;
	}

	.extra-box-text{
		padding-top: 30px;
	}

	.bg-content {
		padding-top: 0;
	}

	.step {
		min-height: 460px;
	}
}

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

	.options{
		padding: 10px 20px;
	}

	.answer-holder-02opt, .answer-holder-04opt, .answer-holder-05opt{
		max-width: 100%;
	}
}

@media screen and (max-width: 580px){
	
	.form-btn{
		max-width: 100%;
	}
}

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

	.return{
		padding-top: 0;
	}
}

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

	.header{
		/*display: none;*/
		padding: 0;
	}

	.form-fill{
		padding: 0;
	}

	.answer-holder label{
		width: 80%;
	}

}


/* Error message */

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

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

.form-horizontal, .form-group{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}

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

/* NEW */

.disabled {
	transform: scaleX(0);
	opacity: 0;
}

label {
	width: 100%;
}

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

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

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

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