body{
	background: #fff;
	font-size: 20px;
	line-height: 1.5;
	color: #5A5A5A;
	font-family: 'Inter', sans-serif;
}
a{
	text-decoration: none;
	color: #0255B1;
}
#header-section{
	position: relative;
	line-height: auto;
	padding: 50px 0;
}
#logo{
	text-align: center;
}

#main-section{
	position: relative;
	line-height: auto;
}
.section_header{
	text-align: center;
	margin-bottom: 50px;
}
.section_header h2{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #434343;
	margin: 0 0 20px 0;
}
.section_header p{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #5A5A5A;
}

.form_wrap{
	max-width: 720px;
	margin: 0 auto 50px;
}
.frm_confirm_phn{
	max-width: 400px;
}
.frm_elem{
	position: relative;
}
.frm_elem label{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #5A5A5A;	
	position: absolute;
	left: 25px;
	top: 5px;
}
.frm_elem .form-control{
	padding-top: 30px;
}
.frm_elem .form-select{
	padding-top: 30px;
}
.frm_elem_profile{
	position: relative;
}
.frm_elem_profile label{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #5A5A5A;	
	position: absolute;
	left: 25px;
	top: 5px;
}
.frm_elem_profile .form-control{
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.frm_elem_profile .form-select{
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.text_confirmation{
	text-align: center;
	max-width: 650px;
	margin: 0 auto 50px;
}
.text_confirmation p{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #5A5A5A;	
}

.cta_wrap{
	text-align: center;
	margin: 0 0 30px 0;
}
.btn-primary{
	background: #0255B1;
	padding: 10px;
	width: 200px;
	text-align: center;
}

.confirmation_wrap{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	max-width: 400px;
	margin: 0 auto;
}
.frm_profile{
	max-width: 550px;
}
.confirm_icon{
	margin-bottom: 50px;
}
.confirmation_wrap p{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;

	color: #434343;
}

.btn_back{
	position: absolute;
	top: 68px;
	left: 0;
}

.frm_code_confirm{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.frm_code_confirm li{
	list-style: none;
	margin: 0 5px;
}
.frm_code_confirm .form-control{
	height: 50px;
}
.frm_profile .cta_wrap{
	padding-top: 20px;
}
.frm_profile .form-check-label{
	font-size: 14px;
}

.frm_elem_single{
	position: relative;
	margin-bottom: 1rem;
}
.frm_elem_single label{
	display: none;
	font-size: 14px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #5A5A5A;	
	position: absolute;
	left: 13px;
	top: 0px;
}
.frm_elem_single .form-select,
.frm_elem_single .form-control{
	height: 40px;
	
}
#pr_nationality{
	padding-top: 12px;
}
.frm_elem_single label.label_show{
	display: block;

}







@media (max-width: 767.98px) { 
    .section_header h2{
    	font-size: 34px;
    	line-height: 40px;
    }
    .section_header p{
    	font-size: 20px;
    	line-height: 25px;
    }
}

@media (max-width: 575.98px) { 
	.section_header h2{
    	font-size: 32px;
    	line-height: 36px;
    }
    .section_header p{
    	font-size: 18px;
    	line-height: 24px;
    }
}