@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #ddeaff;
  margin:0;  font-family: "Roboto", sans-serif;
  padding:0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
* {
	margin:0;
	padding:0; outline: none;   word-wrap: break-word;
}
h2 {
  color: #091d35;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.welcome-form {
	background-color: #c1d5fa;
	border-radius: 6px;
	border: none;
	padding: 0;
	max-width: 768px;
	margin: 0 auto;
}

#multi-step-form .step {
	display: none;
}
#multi-step-form .step.active {
	display: block;
}
#multi-step-form .step {
		background-color: #fff;
	box-shadow: -1px 15px 33px 4px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	border: none;
	max-width: 832px;
	margin: 0 auto;
}
#multi-step-form .step .step-inner {
	padding: 35px 50px 35px;
}
#multi-step-form .step input, #multi-step-form .step select {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 1px solid #72757b;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 18px;
  height: 47px;
  box-sizing: border-box;
}

#multi-step-form .step textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 1px solid #72757b;
  border-radius: 3px;
  background-color: #fff;
  padding:18px;
  box-sizing: border-box;
}
#multi-step-form .step textarea:focus { 
border-color: #4a85ef;
box-shadow: 0 0 0 2px rgba(74,133,239,.3);
}

#multi-step-form .step .step-title {
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	color: rgb(50, 50, 50);
	line-height: normal;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 12px;
}
#multi-step-form .step .actions {
	border-radius: 0 0 6px 6px;
	background-color: #006eee;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#multi-step-form .step .actions button {
	width: 50%;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 21px 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	margin-left: auto;
	cursor: pointer;
}
.welcome-form button[type="submit"] {
    width: 100%;
	border: 0;
	background-color: #006eee;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 21px 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	cursor: pointer; 	
	border-radius: 0 0 6px 6px;
}
#multi-step-form .step .actions .validation-messages {
	left: 0;
	right: 0;
	position: absolute;
	width: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#multi-step-form .step .actions .validation-messages p {
	font-size: .75em;
	line-height: 1.5;
	background: #dc2626;
	color: #fff !important;
	padding: .4em .8em;
	font-weight: 300 !important;
	border-radius: 3px;
	font-family: "Roboto", sans-serif;
	margin-top: 0 !important;
}
#multi-step-form .step .actions button:not(:last-child) {
	text-align: left;
	margin-right: auto;
	margin-left: 0; padding-left: 30px; opacity: 0.4;
}
#multi-step-form .step .actions button:not(:last-child):hover {
	opacity: 0.7;
}
#progressIndicator .progress-step {
	width: 8px;
	height: 8px;
	background-color: #7c8d9f;
border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .15); 
	cursor:pointer;
}
#progressIndicator .progress-step:hover, #progressIndicator .progress-step:focus {
  transform: scale(3);
}
#progressIndicator .progress-step.completed {
transform: scale(1.5);
	background-color: #6dbd00;
	border: 1px solid #fff;
}
#progressIndicator .progress-step.active-step {
	background: #5badfe;
	border: 1px solid #fff;
	transform: scale(2);
}
#step-status-wrapper {
	margin-top: 80px !important;
max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
/* 	position: absolute;
  left: 0;
  right: 0;
  bottom: 25px; */
}
#progressIndicator {
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
#progressIndicator::before {
	content: "";
	background-color: #bfcbd8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 2px;
}
.welcome-form .start-email {
  padding: 2.5em 3em 2.5em;
}
.welcome-form .start-email input {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 18px;
  height: 47px;
  box-sizing: border-box; margin-top: 20px;
}
.welcome-form button[type="submit"]::after, #multi-step-form .step .actions button:not(:first-child)::after {
	content: "";
	background-image: url("../images/right-arrow-w.png");
	width: 28px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 0px; 	right: -0.7em; 
	position: relative;
}
.welcome-form .start-email .checkbox-main {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 15px;
	justify-content: center;
}
.welcome-form .start-email .checkbox-main label {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	align-items: center;
}
.welcome-form .start-email .checkbox-main label input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	padding: 0;
	border-radius: 0;
	border: 0; margin-top: 0px; 
}

.welcome-form button[type="submit"]:hover::after,
.welcome-form button[type="submit"]:focus::after,
#multi-step-form .step .actions button:not(:first-child):hover::after,
#multi-step-form .step .actions button:not(:first-child):focus::after {
animation: animateNext 1s 1;
}


#multi-step-form .step .actions button:not(:last-child)::before {
	content: "";
	background-image: url("../images/left-arrow-w.png");
	width: 28px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle; margin-right: 15px;
}

@keyframes animateNext {
  25% {
    right:-1.2em
  }
  50% {
    right:-.7em
  }
  75% {
    right:-1em
  }
  to {
    right:-.7em
  }
}

.main-step-btn .step-save-btn {
	margin: 0 !important;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
	min-width: 134px;
	padding: .75em 1em;
}
.main-step-btn .step-save-btn span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: normal;
}
.main-step-btn button[type="button"] {
	background-color: rgba(0, 0, 0, .1);
	border: 0;
	margin: 0 !important;
	padding: .75em 1em;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #fff;
	line-height: normal;
	cursor: pointer;
}
.main-step-btn {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	width: 100%;
	margin-top: 20px;
}
#multi-step-form .step label.main-label {
  margin-bottom: 24px;
}
#multi-step-form .step .step-inner br {
  display: none;
}

  
.main-inner-step {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.main-inner-step > div {
width:100%;
}
.main-inner-step .field-div-first_name, .main-inner-step .field-div-spouse_first_name,
.main-inner-step .field-div-previous_spouse_first_name {
width: calc(50% - 8px);
}
.main-inner-step .field-div-last_name, .main-inner-step .field-div-spouse_last_name,
.main-inner-step .field-div-previous_spouse_last_name {
width: calc(50% - 8px);
}
#child_details-container .repeatable-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	padding-right: 25px;
	margin-bottom: 20px;
	overflow: inherit;
  white-space: inherit;
}

#child_details-container .repeatable-group .field-div {
	width: calc(100% / 3 - 7px);
}

.remove-group-button {
position: sticky;
	right: 0px;
	top: 29px;
	height: 43px;
	border-radius: 3px;
	border: 0;
	width: 40px;
	background-color: orange;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer; min-width: 40px;
} 
#child_details-container .remove-group-button {
  position: absolute;
}

.add-more-icon {
	background-color: #3d80c4;
	color: #fff;
	border: 0;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

#education-container .repeatable-group .field-div .field-hint,
#multi-step-form .main-inner-step label.field-hint {
	font-size: 14px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: 500;
	display: inline-block;
}

.repeatable-group {
	display: flex;
	white-space: normal;
	overflow-x: auto;
	gap: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
.repeatable-group .field-div {
  min-width: 30%;
}

#multi-step-form .repeatable-group .field-div input, #multi-step-form .repeatable-group .field-div select {
	font-size: 14px;
	padding: 0 18px;
	height: 43px;
	font-weight: normal;
	color: rgb(86, 86, 86);
	border-color: #e4e4e4;
	box-shadow: none;
	outline: none;
}



#multi-step-form .step input[type="file"] {
	background-color: #f4f7fa;
	border: .125em dashed #4987c5;
	border-radius: .375em;
	height: 78px;
	padding: 23px 18px;
}


.field-div-signature_data #signatureCanvas {
	width: 100%;
	border: 1px solid #9d9d9d;
	display: block;
	padding: 0;
}

.field-div-signature_data #clearSignature {
	text-decoration: underline;
	border: 0;
	background-color: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: block;
	margin-left: auto;
	margin-top: 5px; cursor:pointer;
}
.field-div-signature_data .signature-box {
	max-width: 310px;
	display: block;
	margin: 0 auto;
}
.field-div-cv_upload_file .file-uploaded-display-cv_upload_file, .field-div-passport_file .file-uploaded-display-passport_file {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  color: #000;
}
.field-div-cv_upload_file .file-uploaded-display-cv_upload_file a, .field-div-passport_file .file-uploaded-display-passport_file a {
  color: #000;
}


.field-div-first_name, .field-div-last_name,
.field-div-phone_number, .main-inner-step > div {
  position: relative;
}

label.main-label {
	font-size: 15px;
	line-height: 1;
	color: #64728c;
	position: absolute;
	top: 1px;
	left: 4px;
	pointer-events: none;
	transition: all .15s ease;
	padding: 1em;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.field-div-first_name input:focus ~ label.main-label,
.field-div-last_name input:focus ~ label.main-label,
.field-div-phone_number input:focus ~ label.main-label,
.main-inner-step > div input:focus ~ label.main-label,
.main-inner-step .is-filled input ~ label.main-label {
top: 100%;
  padding: .6em 0;
  font-size: .6em;   left: 0;
}

.validation-message:empty {
  display: none !important;
}



.radio-group {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
.radio-group .input-group {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}



#multi-step-form .step .radio-group .input-group input[type="radio"] {
	width: 20px;
	height: 20px;
	display: none;
}

.radio-group .input-group label {
	border: 1px solid #72757b;
	border-radius: 3px;
	background-color: #fff;
	padding: 12px 12px 12px 40px;
	width: 100%;
	position: relative;  
	cursor: pointer;
	
}

.radio-group .input-group label::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 11px;
	top: 0;
	border: 1px solid #72757b;
	border-radius: 50%;
	bottom: 0;
	margin: auto; background-color: #fff;
}

.radio-group .input-group label::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #5badfe;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 16px;
	border-radius: 50%;
	opacity: 0;
}
.radio-group .input-group input[type="radio"]:checked + label {
		background-color: #d7ebff;
	border-color: #5badfe;
}

.radio-group .input-group input[type="radio"]:checked + label::after {
		opacity: 1;
}
.radio-group .input-group input[type="radio"]:checked + label::before {
  border-color:#5badfe;
}
.radio-group .input-group label:hover {
  background-color: #fbfbfb;
}
#multi-step-form .repeatable-group .field-div select {
	background-color: #eaeaed; border-color: #eaeaed;
}








.main-step #multi-step-form, .main-step #step-status-wrapper {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 


/* @media (min-width:1250px) {

#step-status-wrapper {
	 position: absolute; 
	 left: 0; 
	right: 0;
	 bottom: 25px; 
}
  
} */
  
  
@media (max-width:767px) {
	

#multi-step-form .step {
	max-width: calc(100% - 80px);
}
#progressIndicator {
	display: none !important;
}
	#multi-step-form .step .step-inner {
	padding: 30px 40px 35px;
}

.repeatable-group {
	flex-wrap: wrap;
	row-gap: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}

.repeatable-group .field-div {
	min-width: 100%;
	width: 100%;
}

.remove-group-button {
	position: absolute;
}
#child_details-container .repeatable-group {
	padding-right: 0;
}
.add-more-icon {
	width: 100%;
	height: 35px;
}
.welcome-form {
	max-width: calc(100% - 60px);
}

h2 {
	font-size: 28px;
}
.welcome-form .start-email {
	padding: 30px 30px;
}

.welcome-form button[type="submit"] {
	font-size: 18px;
	padding: 14px 20px;
}
.welcome-form button[type="submit"]::after, #multi-step-form .step .actions button:not(:first-child)::after {
	width: 24px;
	height: 14px;
}

.welcome-form .start-email input {
	font-size: 14px;
	padding: 0 15px;
	height: 38px;
}



}




@media (max-width:479px) {
	
	#multi-step-form .step {
	max-width: calc(100% - 30px);
}
	
#multi-step-form .step .step-inner {
	padding: 25px 30px 30px;
}	
	
	#multi-step-form .step .step-title {
	font-size: 16px;
	margin-bottom: 8px;     line-height: 25px;
}
	
	#multi-step-form .step .actions button {
	font-size: 14px;
	padding: 17px 30px 17px 20px;
	letter-spacing: 1.872px;
}
	.welcome-form button[type="submit"]::after, #multi-step-form .step .actions button:not(:first-child)::after {
	width: 20px;
	height: 12px;
}
	#multi-step-form .step .actions button:not(:last-child)::before {
	width: 20px;
	height: 12px;
}

	#multi-step-form .step .actions button:not(:last-child) {
	padding-left: 20px;     padding-right: 20px;
}

#multi-step-form .step input, #multi-step-form .step select {
	font-size: 14px;
	padding: 0 15px;
	height: 38px;
}


label.main-label {
	font-size: 13px;
	left: 0;
	padding: 12px 15px;
}


.radio-group .input-group label {
	font-size: 14px;   padding: 10px 12px 10px 40px;
}

.radio-group .input-group label::before {
	width: 18px;
	height: 18px;
}
.radio-group .input-group label::after {
	width: 10px;
	height: 10px;
}
#multi-step-form .step textarea {
	font-size: 14px;
	padding: 15px;
}
#multi-step-form .step input[type="file"] {
border: 2px dashed #4987c5;
	height: 50px;
	padding: 11px 15px;
}

#multi-step-form .repeatable-group .field-div input, #multi-step-form .repeatable-group .field-div select {
	padding: 0 15px;
}

#education-container .repeatable-group .field-div .field-hint, #multi-step-form .main-inner-step label.field-hint {
	padding-bottom: 10px;
}
#child_details-container .repeatable-group {
	row-gap: 20px;
}
.radio-group {
	row-gap: 12px;
}

.welcome-form button[type="submit"] {
	font-size: 16px;
	padding: 12px 20px;
}

.welcome-form .start-email .checkbox-main label {
	font-size: 14px;
}





}