@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body
{
	/*background: url(../images/bg.jpg);*/
	background-size: cover; 
	font-family: "Jost";
	position: relative;
	background-image: url(../images/background.png);
	min-height: 100vh;
	background-size: 100% 100%;
}
.label-heading
{
  font-size: 20px;
  color: rgb(24, 21, 21);
  position: relative;
  margin-left: 30px;
  margin-bottom: 15px;

}
.label-heading::before
{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\2a";
	font-weight: 900;
	font-size: 15px;
	top: 15%;
	left: -20px;

}
.field-text
{
	margin-left: 40px;
	margin-right: 40px;
  font-size: 16px;
  font-family: "Roboto";
  margin-top: 25px !important;
  color: rgb(98, 98, 98);
}

.step-1
{

	min-height: 100vh;
}
.step-1 .parent-wrap
{
	width: 80%;
}
.parent-wrap
{
	padding-top: 100px;
	margin-left: auto;
	width: 85%;
	margin-right: auto;
	padding-bottom: 50px;
}
.main-heading
{
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;

}
.main-heading span
{

  font-size: 24px;
  color: rgb(28, 1, 255);

}
.main-heading h1
{
  font-size: 53px;
  color: rgb(24, 21, 21);
  font-weight: bold;

}
.step-1-inner
{
	background-color: rgb(255,255,255);
	width: 100%;
	height: auto;
  border-radius: 10px;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  background-image: url(../images/step-bg.png);
  background-size: cover;
}
.step-1-inner  *
{
	margin-top: 25px;
}
.child-wrap
{
	padding: 90px 90px;
}
.step-1-inner h3
{
  font-size: 24px;
  color: rgb(24, 21, 21);
  margin-left: 40px;
}
.form-field
{
	position: relative;
}
.form-field select, .form-field input
{
	border: 0;
  border-radius: 50px;
  background-color: rgb(237, 237, 237);
  width: 100%;
  margin-top: 0;
  outline: solid 2px transparent;
  transition: 0.5s all ease;
  height: 75px;
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(98, 98, 98);
  padding-left: 40px;
}
.form-field select
{
	-webkit-appearance: none;
  cursor: pointer;
  z-index: 1;
}
.form-field select+span:after
{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	color: rgb(24, 21, 21);
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 45px;
	height: 45px;
	line-height: 45px;
	pointer-events: none;
	font-size: 15px;
  top: 20%;
  cursor: pointer;
  right: calc(0px + 20px);
  z-index: 0;
}

.step-1-inner select
{
	height: 90px;
}
.step-1-inner select+span:after
{
	top: 25%;

}

.field-text p
{
	margin-left: 40px;
	margin-right: 40px;
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(98, 98, 98);
}

.step-num
{
	text-align: right;
	width: 100%;
  font-size: 18px;
  color: rgb(24, 21, 21);
  font-weight: bold;
  margin: 10px 0;

}
.step-2-inner
{
	background-image: url(../images/step-bg.png);
	border-radius: 10px;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.08);
	background-size: cover;
}
.single-field
{
	margin: 30px 0;
}

.check-field
{

  border-radius: 50%;
  width: 55px;
  height: 55px;

}
.check-field input
{
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgb(237, 237, 237);
	position: relative;
	border: solid 2px transparent;
	transition: 0.5s all ease;
	border-radius: inherit;

}
.mo:before
{
	background-image: url(../images/mo.svg);
}
.oo:before
{
	background-image: url(../images/oo.svg);
}
.om:before
{
	background-image: url(../images/om.svg);
}
.check-field input:before
{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;

	
	color: rgb(0, 0, 0);
}
.check-field input:checked::before
{
	filter: invert(10%) sepia(100%) saturate(5831%) hue-rotate(252deg) brightness(92%) contrast(141%);
}
.check-field input:checked
{
	border: solid 2px red;
	background-color: rgb(255,255,255);

}
.check-field input:checked::after
{

	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	font-size: 10px;
	color: rgb(255,255,255);
	background-color: red;
	text-align: center;
	border-radius: 50%;
	right: -3px;
	top: -3px;
	width: 20px;
	height: 20px;
	line-height: 20px;

}
.check-label
{
	display: grid;
	height: 100%;
	align-content: center;
}
.check-label .head-text
{
  font-size: 18px;
  color: rgb(35, 35, 35);
  font-weight: bold;
  margin: 0;

}
.check-label .desc-text
{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(98, 98, 98);
  margin: 0;
}
.next-previous-btn
{
	width: 100%;
	height: 60px;
}
.next-previous-btn button
{

  background-color: rgb(28, 1, 255);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  border: 0;
}
.next-previous-btn button:hover
{
    background-color: rgb(69, 41, 242);
}
.next-previous-btn button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.next-previous-btn button:hover:before
{
    left: 100%;
}
.step-3-inner
{
	background-image: url(../images/step-bg.png);
	border-radius: 10px;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.08);
	background-size: cover;
}

.single-field textarea

{
  resize: none;
  width: 100%;
  border-radius: 20px;
  border: 0;
  background-color: rgb(237, 237, 237);
  margin-top: 0;
  outline: solid 2px transparent;
  transition: 0.5s all ease;
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(98, 98, 98);
  padding: 20px 40px;
}


/*step 3*/
.single-field select *
{
	position: relative;
}
.single-field select option[value = select]
{
	position: absolute;
	content: "#";
	width: 100px;
	height: 100px;

}
.single-field select option[value=us]
{
	background-image: url('../images/flags/united-states.png');
}
.upload-field
{
	width: 100%;
	height: 75px;
	background-color: #140686;
	border-radius: 50px;
}
.upload-field label
{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 75px;
  font-size: 15px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}
.upload-field label span
{
	z-index: 1;
	position: relative;
}
.to-right::before
{
	position: absolute;
	z-index: 0;
	content: "";
	width: 0;
	left: 0;
	height: 100%;
	background-color: #12057b;
}
.upload-field input
{
	display: none	;
}

.thankyou-page
{
	background-image: url(../images/thankyou-bg.jpg);
	background-size: cover;
	text-align: center;
	min-height: 100vh;
	position: absolute;
	width: 100%;
	overflow: hidden;
	/*display: none;*/
	top: 0;
}
.show-thankyou
{
	display: block !important;
}
.thankyou-page .parent-wrap
{
	padding-top: 150px;
}
.check-img
{
	position: relative;
}
.thankyou-page img
{
	width: 200px;
	filter: invert(51%) sepia(60%) saturate(1301%) hue-rotate(62deg) brightness(92%) contrast(101%);

}
.thankyou-page h1
{
	font-size: 70px;
  color: rgb(28, 26, 26);
  font-weight: bold;
  margin-top: 50px;
}

.thankyou-page p
{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(63, 63, 63);
  margin-top: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.contact-info
{
	margin-top: 100px;
}
.contact-info h5
{
  font-size: 20px;
  color: rgb(24, 21, 21);
  font-weight: bold;
  margin-bottom: 20px;

}
.social-btn a
{
  border-radius: 50%;
  background-color: rgb(237, 237, 237);
  width: 55px;
  height: 55px;
  color: #fff;
  line-height: 55px;
  display: inline-block;
  border: 0;
  margin: 0 3px;
}
.social-btn .facebook
{
	background-color: rgb(64, 100, 172);
}
.social-btn .twitter
{
	background-color: rgb(30, 155, 235);
}
.social-btn .linkedin
{
	background-color: rgb(14, 114, 163);
}
.social-btn .youtube
{
	background-color: rgb(247, 0, 0);
}
.social-btn button i
{
  font-size: 15px;
  color: rgb(255, 255, 255);

}






#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}