.mediaViewInfo {
	--web-view-name: Homepage;
	--web-view-id: Homepage;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Homepage;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

body{
    background-color: #efefef;
}
body.register_login{
    background-color: #efefef;
}
body.country_document{
    background-color: #efefef;
}
a.home_link {
    position: absolute;
    right: 290px;
    top: 14px;
    width: 54px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
}
a.font24{
    font-size: 24px;
}
#progress {
    position:relative;
    top: 0;
    width: 555px;
    height: 85px;
    text-align: left;
}
#progress_wiz {
    position:relative;
    top: 100px;
    width: 555px;
    height: 85px;
    text-align: left;
}
.progress_img {
    position:absolute;
    width: 555px;
    left: 0;
    top: 15px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}

#progress_1e {
    position:absolute;
    width: 111px;
    left: 0;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
#progress_1j {
    position:absolute;
    width: 111px;
    left: 0;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
.progress_1j {
    left: 10px !important;
}
#progress_2e {
    position:absolute;
    width: 111px;
    left: 121px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
#progress_2j {
    position:absolute;
    width: 111px;
    left: 121px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
.progress_2a {
    color: #e0e0e0 !important;
}
.progress_2j {
    left: 133px !important;
}
#progress_3e {
    position:absolute;
    width: 111px;
    left: 232px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
#progress_3j {
    position:absolute;
    width: 111px;
    left: 232px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
.progress_3a {
    color: #e0e0e0 !important;
}
#progress_4e {
    position:absolute;
    width: 111px;
    left: 358px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
#progress_4j {
    position:absolute;
    width: 111px;
    left: 358px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
.progress_4a {
    color: #e0e0e0 !important;
}
.progress_4j {
    left: 377px !important;
}
#progress_5e {
    position:absolute;
    width: 111px;
    left: 475px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
#progress_5j {
    position:absolute;
    width: 111px;
    left: 475px;
    top: 51px;
    color: rgba(252,186,43,1);
    font-weight: 700;
}
.progress_5a {
    color: #e0e0e0 !important;
}
.progress_5j {
    left: 500px !important;
}

#register_login {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 800px;
    min-height: 760px;
    background-color: white !important;
}
#register_login_left {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 800px;
    height: auto;
    background-color: white;
    line-height: 1.5em;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 80px;
}
#register_login_left_1000 {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 1000px;
    height: auto;
    background-color: white;
    line-height: 1.5em;
    padding: 40px;
    margin-top: 100px;
}
#register_only {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 600px;
    height: 700px;
    background-color: white;
}
.dot {
  height: 8px;
  width: 8px;
  background-color: #f00;
  border-radius: 50%;
  display: inline-block;
}
.bluedot {
  height: 8px;
  width: 8px;
  background-color: #2b4162;
  border-radius: 50%;
  display: inline-block;
}
#login_only {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 600px;
    height: 450px;
    background-color: white;
}

#country_document {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 1000px;
    height: 310px;
    background-color: white;
}
#form_document {
    position: relative;
    top: 100px;
    border: thin solid #CCC;
    border-radius: 15px;
    width: 1000px;
    height: auto;
    overflow: visible;
    background-color: white;
}
#document_cart {
    border: thin solid #CCC;
    border-radius: 15px;
    width: 1000px;
    height: auto;
    background-color: white;
}
.deletable {
    vertical-align: bottom;
}
.blue_line {
    margin-top: 5px;
    border: thin solid #0f79af;
}
.blue_line_short {
    margin-top: 5px;
    border: thin solid #0f79af;
    width: 50%;
}

#wrapper {
  text-align:left;
  height: auto;
  float: left;
  width: 100%;
}
#wrapper3 {
  text-align:left;
  height: auto;
  float: left;
  width: 100%;
    overflow: visible;
}
#inner{
    position: relative;
    top: 32px;
    width: 100%;
}
#inner2{
    position: relative;
    top: 25px;
    left: 40px;
}
#inner3{
    position: relative;
    margin: 40px;
/*    top: 15px;
    left: 15px;*/
    overflow: visible;
}

#wrapper_2 {
  text-align:left;
  height: 490px;
  float: left;
  width: 380px;
}

#wrapper_1_register_only {
  text-align:left;
  height: 490px;
  float: left;
  width: 380px;
}

#wrapper_2:after {
  content: "";
  background-color: #CCC;
  position: absolute;
  width: 2px;
  height: 550px;
  top: 205px;
  left: 50%;
  display: block;
}
#inner_1{
    position: relative;
    top: 32px;
    left: 40px;
    width: 320px;
}
#inner_1_register_only{
    position: relative;
    top: 20px;
    left: 60px;
    width: 320px;
}
#wrapper_1 {
  text-align:left;
  height: 490px;
  width: 380px;
  float: right;
}
#wrapper_2_login_only {
  text-align:left;
  height: 490px;
  width: 380px;
  float: left;
}
#inner_2{
    position: relative;
    top: 32px;
    left: 40px;
    width: 320px;
}
#inner_2_login_only{
    position: relative;
    top: 20px;
    left: 60px;
    width: 320px;
}
.wrapper_title {
    position: relative;
    color: rgba(43,65,98,1);
    font-size: 24px;
    font-weight: bold;
	margin-left: 40px;
}

#country_select_form {
	margin-left: 40px;

}
input {
    border:thin solid #0f79af;
    border-radius: 3px;
    margin-top: 3px;
    width: 280px;
    height: 24px;
    font-size: 14px;
    padding-left: 5px;
}
select {
    border:thin solid #0f79af;
    border-radius: 3px;
    margin-top: 3px;
    max-width: 780px;
    height: 24px;
    font-size: 14px;
}
select.wide {
    width: 250px;
}
.continue_reading_button{
    float: right;
    margin-right: 200px;
    color: #0f79af;
    background-color: white;
    font-weight: bold;
    height: 40px;
    border: thin solid #0f79af;
    border-radius: 3px;
    width: 300px !important;
    cursor: pointer;
}
.less_button{
    display: none;
    float: right;
    margin-right: 250px;
    color: #0f79af;
    background-color: white;
    font-weight: bold;
    height: 40px;
    border: thin solid #0f79af;
    border-radius: 3px;
    width: 200px !important;
    cursor: pointer;
}
.submit_button_register{
    float: right;
    margin-right: 40px;
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    font-weight: bold;
    height: 40px;
    border:none;
    border-radius: 4px;
    width: 130px !important;
    cursor: pointer;
}
.submit_button_register2{
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    border:none;
    border-radius: 24px;
    width: 200px !important;
    cursor: pointer;
}
#Button_Line {
	position: relative;
	line-height: 48px;
	width: 100%;
    height: 48px;
    text-align: right;
    padding-right: 330px;
}
#Group_64zzz {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 677px;
	top: 13px;
	overflow: visible;
}
#Group_40zzz {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#Group_10zzz {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_37zzz {
	position: absolute;
	overflow: visible;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
}
.Ellipse_36zzz {
	position: absolute;
	overflow: visible;
	width: 8px;
	height: 8px;
	left: 10px;
	top: 6px;
}
.Path_40zzz {
	overflow: visible;
	position: absolute;
	width: 16.968px;
	height: 9.272px;
	left: 5.596px;
	top: 15.552px;
	transform: matrix(1,0,0,1,0,0);
}










.submit_button_register2a{
    color: white;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    border:none;
    border-radius: 24px;
    width: 230px !important;
    cursor: pointer;
}

.submit_button_register2ab{
    color: rgba(43,65,98,1);
    background-color: rgba(220,220,220,1);
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    border:none;
    border-radius: 24px;
    width: 230px !important;
    cursor: pointer;
}



.submit_button_login{
    float: right;
    margin-right: 40px;
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    font-weight: bold;
    height: 40px;
    width: 100px !important;
    border:none;
    border-radius: 4px;
    cursor: pointer;
}
.submit_button_only{
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    font-weight: bold;
    height: 30px;
    width: 100px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
}
.buy_now_button{
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    font-weight: bold;
    height: 30px;
    width: 80px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
}

.submit_button_other{
    font-weight: bold;
    height: 30px;
    width: 150px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 0;
    margin-top: 5px;
}
.submit_button_other2{
    font-weight: bold;
    height: 30px;
    width: 150px !important;
    color: rgba(43,65,98,1);
    background-color: rgba(252,186,43,1);
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float:right;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 0;
}
.submit_button_other3{
    font-weight: bold;
    height: 30px;
    width: 100px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 0;
    margin-top: 5px;
}

#Rectangle_Login_wiz {
    position: fixed;
    top: 0;
    width: 100%;
	height: 100px;
    z-index: 1;
}
#Rectangle_Login {
    position: relative;
    top: 0;
    width: 100%;
	height: 100px;
}
.Rectangle_Login {
	position: relative;
	width: 100%;
	height: 100px;
}
.panarama {
    width: 100%;
    margin-bottom: 10px;
}
.blog_width{
    width: 970px;
}
.col_1 {
    width: 300px;
}
.col_2 {
    width: 605px;
}
#Rectangle_Logina {
    position: relative;
    top: 0;
    width: 100%;
	height: 100px;
    z-index: 100;
}
.Rectangle_Logina {
	position: relative;
	width: 100%;
	height: 100px;
}
.img_documonde {
    position: relative;
    top: -74px;
}
td.cell{
    height: 32px;
    white-space: nowrap;
}
.continue_button{
    color: White;
    background-color: #0f79af;
    font-weight: bold;
    height: 30px;
    width: 91px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 0 !important;
}
.bottom_bar {
    color: #0f79af;
    width: 800px;
}
.continue_button_preview{
    color: White;
    background-color: #2b4162;
    font-weight: bold;
    height: 30px;
    width: 91px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 0 !important;
}
.help_button{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 70px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 12px;
}
.deleteable{

  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -3px;
  *overflow: hidden;

}
.add_another_button{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 200px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 12px;
}
.add_another_button2{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 110px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 12px;
}
.add_another_button3{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 95px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding-left: 0;
}
.add_another_button3a{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 70px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 12px;
}
.login_button{
	position: absolute;
	right: 100px;
	top: 15px;
    color: rgba(43,65,98,1);
    background-color: rgba(252, 186, 43,1);
    font-weight: bold;
    height: 40px;
    width: 115px !important;
    border:none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}
.Large_Button2{
	position: absolute;
	right: 200px;
	top: 75px;
    color: rgba(43,65,98,1);
    background-color: rgba(252, 186, 43,1);
    font-weight: 600;
    height: 60px;
    width: 260px !important;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
}
.Large_Button3{
	position: relative;
    top: 10px;
    color: rgba(43,65,98,1);
    background-color: rgba(252, 186, 43,1);
    font-weight: 600;
    height: 70px;
    width: 260px !important;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
}
.delete_all_button{
    color: White;
    background-color: rgba(43,65,98,1);
    font-weight: bold;
    height: 30px;
    width: 200px !important;
    border:none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    
}
.label21a {
    color: #0f79af;
}


#Homepage {
    position:relative;
    text-align: center;
	max-width: 1280px;
	height: auto;
	background-color: rgba(255,255,255,1);
	overflow: visible;
	--web-view-name: Homepage;
	--web-view-id: Homepage;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
#Rectangle_1 {
    position: fixed;
    top: 0;
	height: 44px;
	max-width: 1280px;
    width: 100%;
    overflow: visible;
    z-index: 2;
    background-color: rgba(40,38,44,1);
}
.Rectangle_1 {
	position: relative;
	width: 100%;
    height: 44px;
}
#Image_1 {
	position: absolute;
	width: 26px;
	height: 16px;
	right: 100px;
	top: 15px;
	overflow: visible;
}

#Language {
	position: absolute;
	right: 250px;
	top: 10px;
	overflow: visible;
	width: 83px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#Rectangle_2 {
    position: fixed;
    max-width: 1280px;
    width: 100%;
	height: 190px;
    top: 44px;
    overflow: visible;
    z-index: 1;
}
#Rectangle_2a {
    position: fixed;
    max-width: 1280px;
    width: 100%;
	height: 100px;
    top: 44px;
    overflow: visible;
    z-index: 1;
}
.Rectangle_2 {
	position: relative;
	width: 100%;
	height: 190px;
}

#Group_36 {
	position: absolute;
	width: 429.674px;
	height: 68px;
	left: 148px;
	top: 60px;
	overflow: visible;
}
#Mask_Group_32 {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 258px;
	top: 24px;
	overflow: visible;
}
#Group_35 {
	position: absolute;
	width: 429.674px;
	height: 67.313px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Path_62 {
	overflow: visible;
	position: absolute;
	width: 55.734px;
	height: 53.52px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_63 {
	overflow: visible;
	position: absolute;
	width: 36.98px;
	height: 36.292px;
	left: 61.85px;
	top: 17.952px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_64 {
	overflow: visible;
	position: absolute;
	width: 32.078px;
	height: 36.292px;
	left: 106.742px;
	top: 17.952px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_65 {
	overflow: visible;
	position: absolute;
	width: 42.282px;
	height: 37.152px;
	left: 143.44px;
	top: 17.952px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_66 {
	overflow: visible;
	position: absolute;
	width: 43.031px;
	height: 36.55px;
	left: 304.111px;
	top: 26.57px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_67 {
	overflow: visible;
	position: absolute;
	width: 41.78px;
	height: 56.907px;
	left: 351.282px;
	top: 8.019px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_68 {
	overflow: visible;
	position: absolute;
	width: 33.565px;
	height: 36.869px;
	left: 396.109px;
	top: 27.197px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_69 {
	overflow: visible;
	position: absolute;
	width: 74.957px;
	height: 56.627px;
	left: 183.463px;
	top: 10.686px;
	transform: matrix(1,0,0,1,0,0);
}
#About_Us {
	position: absolute;
	right: 310px;
	top: 26px;
	overflow: visible;
	width: 250px;
	white-space: nowrap;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#Contact_Us {
	position: absolute;
	right: 280px;
	top: 26px;
	overflow: visible;
	width: 96px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#Component_10___4 {
	position: absolute;
	width: 150.805px;
	height: 47.653px;
	right: 100px;
	top: 15px;
	overflow: visible;
}
#Mask_Group_Outer{
/*    display: flex;
    flex-direction: row;*/
    position: relative;
    width: 100%;
    max-height:383px;
    top: 144px;
}
#Mask_Group_Outer2{
    position: relative;
    top: 100px;
    width: 100%;
    min-height:190px;
}

#Mask_Group_34 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
}
#Mask_Group_33 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
}
#Mask_Group_36 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
}
.small_text {
    font-size: 12px;
}

#Mask_Group_35 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
}
.Mask_Group_img{
    width:100%;
    height:auto;
}
#div_Rectangle_78 {
    position:relative;
    top: 140px;
    width: 100%;
	height: 220px;
}
#Purchase_Visa_Waivers__E_Arriv {
	position: relative;
    top:25px;
	left: 178px;
/*	overflow: visible;*/
	width: 38%;
	height: 260px;
	text-align: left;
/* */
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(43,65,98,1);
    float: left;
}

#Purchase_Visa_Waivers__E_Arriv a{
font-size: 24px;
}
#Large_Button_br {
	position: relative;
    margin-top: 75px;
    left: 250px;
	width: 360px;
	height: 60px;
	overflow: visible;
    float:left;
}

#div_Rectangle_17_e {
    position:relative;
    top: 100px;
	width: 100%;
	min-height: 910px;
    background-color: rgba(43,65,98,1);
    overflow-y: visible;
    overflow-x: hidden;
}
#div_Rectangle_17_j {
    position:relative;
    top: 100px;
	width: 100%;
	min-height: 860px;
    background-color: rgba(43,65,98,1);
    overflow-y: visible;
    overflow-x: hidden;
}
#div_Rectangle_17_center {
    position: relative;
/*    border: thick solid #ccc;*/
	color: rgba(255,255,255,1);
	left: 178px;
    width: 924px;
    margin-top: 25px;
    text-align: justify;
    padding: 5px;
    font-weight: 400;
    font-size: 16px;
    
}
#div_rect_17_left {
    float: left;
}
#div_rect_17_right {
    float: left;
    margin-bottom: 15px;
}
.countriesColumn3 {
    width: 50%;
}
#Our_Service {
	position: relative;
	left: 178px;
    float:left;
    margin-top: 40px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#The_difference_between_a_succe {
	position: relative;
    float:left;
	left: 178px;
    margin-top: 20px;
    width: 70%;
	overflow: visible;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#One_service_for_all_of_your_im {
	position: relative;
	left: 78px;
    float:left;
    margin-top: 40px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#We_ve_assembled_all_of_these_i {
	position: relative;
	left: 78px;
    float:left;
    margin-top: 20px;
	overflow: visible;
	line-height: 20px;
	width: 60%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#Visa_Waivers {
	position: relative;
    float:left;
	left: 178px;
    margin-top: 25px;
	overflow: visible;
/*	white-space: nowrap;*/
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
    width: 77%;
}
#A_growing_number_of_countries_ {
	position: relative;
	left: 178px;
    margin-top: 20px;
    float:left;
	overflow: hidden;
	width: 70%;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#E_Arrival_Cards {
	position: relative;
    float:left;
	left: 78px;
    margin-top: 25px;
	overflow: visible;
	width: 60%;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#Here_you_also_have_the_opportu {
	position: relative;
	left: 78px;
    float:left;
    margin-top: 20px;
	overflow: visible;
	width: 60%;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
}

ol.normal_ol {
  list-style-type: decimal !important;
  margin: 15px !important;
}
li.normal {
  list-style-type: decimal !important;
    font-size: 16px;
  margin: 15px !important;
}

ul.a {
    list-style-type: disc;
    margin-top: 5px;
    margin-left: 25px;
}
ul li:before {
 /* content: "•";  Insert content that looks like bullets */
  padding-right: 8px;
  color: white; /* Or a color you prefer */
}

ul.a li {
    font-size: 16px;
 }

#div_Path_1439 {
    position: relative;
    top: 100px;
    width: 100%;
	min-height: 360px;
    background-color: rgba(242,242,242,1);
    overflow: visible;
}
#ID5_Easy_Steps {
	position: relative;
	left: 178px;
	top: 30px;
	overflow: visible;
	width: 924px;
	height: 50px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(43,65,98,1);
}






@media screen and (max-width: 1600px) {
    #Purchase_Visa_Waivers__E_Arriv {
        font-size: 22px;
    }
    #Purchase_Visa_Waivers__E_Arriv a{
        font-size: 22px;
    }
}
@media screen and (max-width: 1280px) {
    #Purchase_Visa_Waivers__E_Arriv {
        font-size: 21px;
    }
    #Purchase_Visa_Waivers__E_Arriv a{
        font-size: 21px;
    }
}
@media screen and (max-width: 1024px) {
    #Purchase_Visa_Waivers__E_Arriv {
        font-size: 20px;
    }
    #Purchase_Visa_Waivers__E_Arriv a{
        font-size: 20px;
    }
}

#div_Rectangle_61 {
    position: relative;
    top: 100px;
	width: 100%;
	/*min-height: 480px;*/
    height: auto;
    background-color: rgba(43,65,98,1);
    overflow: visible;
}


#div_Rectangle_60 {
    position: relative;
    text-align: center;
    top: 96px;
	width: 100%;
	min-height: 90px;
    background-color: rgba(43,65,98,1);
    overflow: visible;
}

#div_Rectangle_100 {
    position: relative;
    top: 100px;
	width: 100%;
	min-height: 55px;
    background-color: rgba(40,38,44,1);
    overflow: visible;
}
#div_Rectangle_100_2 {
    position: fixed;
    bottom: 0;
	width: 100%;
	min-height: 65px;
/*    background-color: #c0c0c0;*/
    background-color: rgba(40,38,44,1);
    overflow: visible;
}


#Group_61 {
	position: relative;
	width: 450px;
	height: 237px;
	left: 178px;
	top: 32px;
	overflow: visible;
    float:left;
}
#Group_61a {
	position: relative;
	width: 615px;
	height: 237px;
	left: 178px;
	top: 32px;
	overflow: visible;
    float:left;
}

#ID1__Preview_your_documents_be {
	position: absolute;
	left: 0px;
	top: 51px;
	overflow: hidden;
	width: 616px;
	height: 186px;
	line-height: 26px;
	margin-top: -4.5px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#Why_book_with_us_ {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	width: 413px;
	height: 34px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(255,255,255,1);
}
#Payment_Options {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	width: 413px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(255,255,255,1);
}
#Large_Button {
	position: relative;
	width: 320px;
	height: 75px;
	left: 410px;
	top: 330px;
	overflow: visible;
}
.Path_114 {
	overflow: visible;
	position: absolute;
	width: 466px;
	height: 90px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Register_and_Order_now {
	position: absolute;
	left: 39px;
	top: 27px;
	overflow: hidden;
	width: 389px;
	height: 44px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: rgba(43,65,98,1);
}
.Path_117 {
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.161));
	overflow: visible;
	position: absolute;
	width: 369px;
	height: 99px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Order_now {
	position: absolute;
	left: 2px;
	top: 27px;
	overflow: hidden;
	width: 370px;
	height: 44px;
	text-align: center;
/* */
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: rgba(43,65,98,1);
}
#Select_Button {
	position: absolute;
	width: 150.805px;
	height: 47.653px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Path_102 {
	overflow: visible;
	position: absolute;
	width: 150.805px;
	height: 47.653px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Group_40 {
	position: absolute;
	width: 92px;
	height: 28px;
	left: 15px;
	top: 11px;
	overflow: visible;
}
#Group_40a {
	position: absolute;
	width: 110px;
	height: 28px;
	right: 29px;
	top: 6px;
	overflow: visible;
    text-align: right;
}
#Log_In {
	position: absolute;
	left: 49px;
	top: 4px;
	overflow: visible;
	width: 54px;
	white-space: nowrap;
	text-align: left;
    font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(43,65,98,1);
}
#Log_Out {
	position: absolute;
	right: 0px;
	top: 7px;
	overflow: visible;
	width: 75px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#language_chooser {
	position: absolute;
	right: 190px;
	top: 8px;
	overflow: visible;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
.show_password {
    margin-top: 15px;
    margin-bottom: -4px;
}
#country_document_help {
	position: relative;
	right: 40px;
	top: 32px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
#country_document_help2 {
	position: relative;
	right: 40px;
	top: 32px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
    display: none;
}
#Back_Button {
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
a.Back_Button{
    width: 70px;
}
#Back_Button_Signin {
	position: relative;
	right: 10px;
	top: -10px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
#Group_40_bz {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#Group_10 {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_37 {
	position: absolute;
	overflow: visible;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
}
.Ellipse_36 {
	position: absolute;
	overflow: visible;
	width: 8px;
	height: 8px;
	left: 10px;
	top: 6px;
}
.Path_40 {
	overflow: visible;
	position: absolute;
	width: 16.968px;
	height: 9.272px;
	left: 5.596px;
	top: 15.552px;
	transform: matrix(1,0,0,1,0,0);
}
#Terms_of_Use {
	position: relative;
	top: 20px;
	overflow: visible;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
    float: left;
}
#Special_Commerce_Law_ {
	position: relative;
	left: 330px;
	top: 20px;
	overflow: visible;
	width: 199px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
    float: left;
}
#Company_Profile_ {
	position: relative;
	left: 365px;
	top: 20px;
	overflow: visible;
	width: 199px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
    float: left;
}
#Privacy_Policy {
	position: relative;
	left: 340px;
	top: 20px;
	overflow: visible;
	width: 116px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
    float: left;
}
#Mask_Group_40 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
/*
position: absolute;
	width: 480px;
	height: 320px;
	left: 960px;
	top: 3243px;
	overflow: visible;*/
}
#Mask_Group_39 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
/*	position: absolute;
	width: 480px;
	height: 320px;
	left: 1440px;
	top: 3243px;
	overflow: visible;*/
}
#Repeat_Grid_12 {
	position: relative;
    top: 30px;
    height: 260px;
    width: 80%;
    margin: auto;
}
#Repeat_Grid_12_0 {
    max-width:  240px;
    padding: 10px;
}
#Repeat_Grid_12_1 {
    max-width:  240px;
    padding: 10px;
}
#Repeat_Grid_12_2 {
    max-width:  240px;
    padding: 10px;
}
#Repeat_Grid_12_3 {
    max-width:  240px;
    padding: 10px;
}
#Repeat_Grid_12_4 {
/*	position: relative;*/
    max-width:  240px;
/*    width: 20%;
    height:auto;
    float:left;*/
    padding: 10px;
}
.countriesColumn2 {
    position: relative;
    text-align: center;
    float: left;
    width: 20%;
    height: auto;
}


#ID2__Complete_ {
	position: relative;
    display: inline-block;
    bottom: 90px;
	text-align: center;
	overflow: visible;
	width: 180px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(72,72,72,1);
}
#ID3__Preview_ {
	position: relative;
    display: inline-block;
    bottom: 90px;
	text-align: center;
	overflow: visible;
	width: 180px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(72,72,72,1);
}
#ID4__Purchase_ {
	position: relative;
    display: inline-block;
    bottom: 90px;
	text-align: center;
	overflow: visible;
	width: 180px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(72,72,72,1);
}
#ID5__Delivery_ {
	position: relative;
    display: inline-block;
    bottom: 64px;
	text-align: center;
	overflow: visible;
	width: 180px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(72,72,72,1);
}
#ID1__Select_ {
	position: relative;
    display: inline-block;
    bottom: 90px;
	text-align: center;
    overflow: visible;
	width: 180px;
	white-space: nowrap;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(72,72,72,1);
}
#Path_1452 {
	opacity: 0.101;
}
#Credit_Card {
	position: relative;
	float: left;
    left: -1px;
	top: 135px;
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#icon_6_credit {
	position: relative;
	float: left;
	top: 46px;
	overflow: visible;
}
#Bank_Transfer_e {
	position: relative;
	float: left;
	top: 135px;
    margin-left: 32px;
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#Bank_Transfer_j {
	position: relative;
	float: left;
	top: 135px;
    margin-left: 55px;
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#icon_7_post {
	position: relative;
	float: left;
    margin-left: 45px;
	top: 28px;
	overflow: visible;
}
#Postal_Transfer_e {
	position: relative;
	float: left;
    margin-left: 50px;
	top: 135px;
	overflow: visible;
	white-space: nowrap;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#Postal_Transfer_j {
	position: relative;
	float: left;
    margin-left: 84px;
	top: 135px;
	overflow: visible;
	white-space: nowrap;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#icon_8_bank {
	position: relative;
	float: left;
    margin-left: 40px;
	top: 30px;
	overflow: visible;
}
#Cash_on_Delivery_e {
	position: relative;
	float: left;
	top: 135px;
    margin-left: 54px;
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#Cash_on_Delivery_j {
	position: relative;
	float: left;
	top: 135px;
    margin-left: 86px;
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#icon_9_cash {
	position: relative;
	float: left;
    margin-left: 40px;
	top: 30px;
	overflow: visible;
    
}


#Group_52 {
	position: absolute;
	width: 71.345px;
	height: 77.702px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Path_113 {
	overflow: visible;
	position: absolute;
	width: 70.788px;
	height: 62.945px;
	left: 0.557px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
.Rectangle_74 {
	position: absolute;
	overflow: visible;
	width: 71px;
	height: 8px;
	left: 0px;
	top: 69.702px;
}
.Rectangle_75 {
	position: absolute;
	overflow: visible;
	width: 9px;
	height: 30px;
	left: 14px;
	top: 26.702px;
}
.Rectangle_76 {
	position: absolute;
	overflow: visible;
	width: 9px;
	height: 30px;
	left: 32px;
	top: 26.702px;
}
.Rectangle_77 {
	position: absolute;
	overflow: visible;
	width: 9px;
	height: 30px;
	left: 49px;
	top: 26.702px;
}
#Group_775 {
	position: absolute;
	width: 33.512px;
	height: 33.512px;
	left: 51.634px;
	top: 1.702px;
	overflow: visible;
}
.Path_47_g {
	overflow: visible;
	position: absolute;
	width: 33.512px;
	height: 33.512px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_41_g {
	overflow: visible;
	position: absolute;
	width: 7.351px;
	height: 15.185px;
	left: 11.905px;
	top: 9.065px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_42_g {
	overflow: visible;
	position: absolute;
	width: 7.34px;
	height: 19.626px;
	left: 16.873px;
	top: 8.973px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_43_g {
	overflow: visible;
	position: absolute;
	width: 12.008px;
	height: 2px;
	left: 11.905px;
	top: 18.118px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_106_g {
	overflow: visible;
	position: absolute;
	width: 12.008px;
	height: 2px;
	left: 11.905px;
	top: 21.045px;
	transform: matrix(1,0,0,1,0,0);
}
#div_Path_1463_e {
    position: relative;
    top: 100px;
    width: 100%;
}
#div_Path_1463_j {
    position: relative;
    top: 100px;
    width: 100%;
}
#div_Path_1463a {
    position: relative;
    width: 100%;
    min-height: 165px;
    max-height: inherit;
}
#What_documents_do_you_need_ {
	position: relative;
	left: 178px;
	margin-top: 32px;
	overflow: visible;
	width: 900px;
	height: auto;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: rgba(43,65,98,1);
}
#We_can_provide_you_with_Visa_W {
	position: absolute;
	left: 178px;
	top: 107px;
	overflow: visible;
	width: 75%;
	height: 50px;
	line-height: 26px;
	margin-top: -4.5px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(29,29,31,1);
}
#Repeat_Grid {
	position: relative;
	width: 924px;
	height: auto;
	left: 178px;
	margin-top: 22px;
	overflow: visible;
}
/*
#Repeat_Grid_15_1 {
	position: relative;
	width: 924px;
	height: auto;
	left: 178px;
	top: 200px;
	overflow: hidden;
}

#Repeat_Grid_15_2.Repeat_Grid_15 {
	position: relative;
	width: 924px;
	height: auto;
	left: 178px;
	top: 50px;
	overflow: hidden;
}
*/
.Repeat_Grid_15 {
	position: relative;
	width: 924px;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.countriesColumn {
    position: relative;
    text-align: left;
    float: left;
    width: 25%;
    height: auto;
}

.docsColumn {
    position: relative;
    text-align: left;
    float: left;
    width: 29%;
    height: auto;
    margin-left:28px;
}
.docsColumn1 {
    position: relative;
    text-align: left;
    float: left;
    width: 31%;
    height: auto;
    margin-left:28px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table; 
    clear: both;
}

.countryName {
    position: relative;
    top: -30px;
    width: 115px;
    left: 50px;
}
a.countryLink {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
a.countryLink:hover {
    text-decoration: none;
    color: #0f79af;
    font-weight: 600;
}
a.otherLink1 {
    text-decoration: none;
    color: white;
/* */
    font-size: 14px;
    font-weight: 600;
}
a.otherLink2 {
    text-decoration: none;
    color: white;
/* */
    font-size: 14px;
    font-weight: 600;
}
a.otherLink3 {
    text-decoration: none;
    color: white;
/* */
    font-size: 14px;
    font-weight: 600;
}



#ID1__Select_your_destination {
	position: relative;
	left: 178px;
	margin-top: 22px;
	overflow: visible;
	width: 216px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color: rgba(43,65,98,1);
}
#ID2__Select_your_documents_ {
	position: absolute;
	left: 442px;
	top: 165px;
	overflow: visible;
	width: 218px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color: rgba(224,224,224,1);
}
#ID3__Price {
	position: absolute;
	left: 708px;
	top: 165px;
	overflow: visible;
	width: 62px;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color: rgba(224,224,224,1);
}
#Copyright___2020_DocuMonde_Inc {
	position: relative;
	top: 14px;
	overflow: visible;
	width: 100%;
	height: 35px;
	line-height: 26px;
	margin-top: -7px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: rgba(255,255,255,1);
}
#Copyright___2020_DocuMonde_Inc_2 {
	position: relative;
	top: 14px;
	overflow: visible;
	width: 100%;
	height: 35px;
	line-height: 26px;
	margin-top: -7px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: rgba(255,255,255,1);
}
#Copyright___2020_DocuMonde_Inc span span {
    margin-left: 10px;
}
#Copyright___2020_DocuMonde_Inc_2 span span {
    margin-left: 10px;
}

#Mask_Group_43 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
/*	position: absolute;
	width: 480px;
	height: 320px;
	left: 480px;
	top: 3243px;
	overflow: visible;*/
}
#Mask_Group_44 {
	position: relative;
	width: 25%;
    height:auto;
    float:left;
/*	position: absolute;
	width: 480px;
	height: 320px;
	left: 0px;
	top: 3243px;
	overflow: visible;*/
}
#Component_10___57 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 1124px;
	top: 2501px;
	overflow: visible;
}
.Path_105_l {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Thailand_l {
	position: absolute;
	left: 59.969px;
	top: 13px;
	overflow: visible;
	width: 69px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_l {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_l {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___58 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 842px;
	top: 2501px;
	overflow: visible;
}
.Path_105_ma {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Taiwan_ma {
	position: absolute;
	left: 59.971px;
	top: 13px;
	overflow: visible;
	width: 56px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_mb {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_me {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___59 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 560px;
	top: 2501px;
	overflow: visible;
}
.Path_105_mg {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Sri_Lanka {
	position: absolute;
	left: 59.968px;
	top: 13px;
	overflow: visible;
	width: 73px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_mi {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_ml {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___60 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 278px;
	top: 2501px;
	overflow: visible;
}
.Path_105_mn {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Singapore_mo {
	position: absolute;
	left: 59.967px;
	top: 13px;
	overflow: visible;
	width: 81px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_mp {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_ms {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___61 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 1406px;
	top: 2421px;
	overflow: visible;
}
.Path_105_mu {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Russia_mv {
	position: absolute;
	left: 59.972px;
	top: 13px;
	overflow: visible;
	width: 52px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_mw {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_mz {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___62 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 842px;
	top: 2421px;
	overflow: visible;
}
.Path_105_m {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#New_Zealand_m {
	position: absolute;
	left: 59.961px;
	top: 13px;
	overflow: visible;
	width: 104px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_m {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_m {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___63 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 560px;
	top: 2421px;
	overflow: visible;
}
.Path_105_na {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Macao_m {
	position: absolute;
	left: 59.972px;
	top: 13px;
	overflow: visible;
	width: 54px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_na {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_nd {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___64 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 278px;
	top: 2421px;
	overflow: visible;
}
.Path_105_nf {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Korea__Republic_ {
	position: absolute;
	left: 59.951px;
	top: 13px;
	overflow: visible;
	width: 130px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_nh {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_nk {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Component_10___65 {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 1406px;
	top: 2342px;
	overflow: visible;
}
.Path_105_nm {
	overflow: visible;
	position: absolute;
	width: 234px;
	height: 48px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Japan {
	position: absolute;
	left: 58.973px;
	top: 13px;
	overflow: visible;
	width: 46px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -19.5px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: rgba(29,29,31,1);
}
#Mask_Group_41_no {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.Ellipse_64_nr {
	position: absolute;
	overflow: visible;
	width: 48px;
	height: 48px;
	left: 0px;
	top: 0px;
}
#Help1 {
	position: absolute;
	right: 40px;
	top: 30px;
    border: thin solid #CCC;
    border-radius: 15px;
    width: 400px;
    height: 165px;
    background-color: white;
    line-height: 1.5em;
    overflow-y: scroll;
    float: right;
    padding: 5px;
    text-align: left;
	z-index: 1000;
}
#Help3 {
	position: absolute;
	right: 0;
	top: 30px;
    border: thin solid #CCC;
    border-radius: 15px;
    width: 400px;
    height: 165px;
    background-color: white;
    line-height: 1.5em;
    overflow-y: scroll;
    float: right;
    padding: 5px;
    text-align: left;
	z-index: 1000;
}
.show_pw { 
    color: #0f79af !important;
    text-decoration: none !important;
    margin-top:5px;
}
.show_pw_j { 
    position: relative;
    float:right;
    top: -22px;
    margin-right: 43px;
}
.clear { clear: both; }

.logout_img {
	position: relative;
	left: -83px;
    top: -1px;
}
.mobile_line {display:none;}
.mobile_noline {
	display:inline;
}

#Help2 {
    position: absolute;
    right: 40px;
    top: 30px;
    border: thin solid #CCC;
    border-radius: 15px;
    width: 400px;
    height: 165px;
    background-color: white;
    line-height: 1.5em;
    overflow-y: scroll;
    float: right;
    padding: 5px;
    text-align: left;
	z-index: 1000;
}

@media screen and (max-width: 600px) {
    table, table td, table tr { display: block; text-align: left; } 
    table th { display: none; } 
    table th, table td { margin: 0; padding-left: 25px;  }
    table td  { list-style: none; display: list-item; padding-left: 0; width: 94%}
    table thead { display: none; }


    .countriesColumn {
        width: 100%;
        height: 48px;
    }
    .countriesColumn2 {
        width: 100%;
    }
    .countriesColumn2 img {
        width: 50%;
    }
    .countriesColumn3 {
        width: 100%;
    }
    .Repeat_Grid_15 {
        margin-top: 1px;
    }
    #Group_35{
        width:250px;
        left: -110px;
        top: 40px;
    }
    #Group_35_img{
        width:250px;
    }
    #Homepage {
        width: 100% !important;
        max-width: 100% !important;
    }
    #Rectangle_1 {
        width: 100% !important;
        max-width: 100% !important;
        position: relative;
        overflow: visible;
    }
    #Rectangle_2 {
        width: 100% !important;
        max-width: 100% !important;
        position: absolute;
        top: 44px;
        overflow: hidden;
    }
    #language_chooser {
        right: 50px !important;
        z-index: 1;
    }
    #Component_10___4 {
        position: absolute;
        width: 150.805px;
        height: 47.653px;
        right: 15px;
        top: 10px;
        overflow: visible;
    }
    #About_Us {
        position: absolute;
        right: 180px;
        top: 25px;
        overflow: visible;
        width: 250px;
        white-space: nowrap;
        text-align: right;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        color: rgba(255,255,255,1);
    }
    a.otherLink1 {
        text-decoration: none;
        color: white;
    /* */
        font-size: 14px;
        font-weight: 600;
        position: relative;
        float: right; 
        top: -16px;
        right: 30px;
    }
    a.otherLink2 {
        text-decoration: none;
        color: white;
    /* */
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        float: right; 
        top: 18px;
        right: 30px;
    }
    
    
    a.otherLink3 {
    text-decoration: none;
    color: white;
/* */
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}


     #Mask_Group_Outer{
    /*    display: flex;
        flex-direction: row;*/
        position: relative;
        width: 100%;
        max-height:383px;
        top: 100px;
    }
    #div_Rectangle_78 {
        position:relative;
        top: 100px;
        width: 100%;
        height: 220px;
    }
     #Purchase_Visa_Waivers__E_Arriv {
        position: relative;
        top:20px;
        left: 20px;
    /*	overflow: visible;*/
        width: 87%;
        height: 200px;
        text-align: left;
    /* */
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        color: rgba(43,65,98,1);
        float: left;
    }
    #Purchase_Visa_Waivers__E_Arriv a{
        font-size: 16px;
    }
    .Large_Button2{
        position: relative;
        right: auto;
        top: 50px;
        color: rgba(43,65,98,1);
        background-color: rgba(252, 186, 43,1);
        font-weight: 600;
        height: 40px;
        width: 180px !important;
        border:none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
    }
    #div_Rectangle_17_center {
        position: relative;
    /*    border: thick solid #ccc;*/
        color: rgba(255,255,255,1);
        left: 20px;
        width: 90%;
        margin-top: 25px;
        text-align: left;
        padding: 5px;
        font-weight: 400;
        font-size: 16px;

    }
    #div_rect_17_left {
        float: left;
    }
    #div_rect_17_right {
        float: left;
        margin-bottom: 25px;
    }
    .countriesColumn3 {
        width: 90%;
    }
    #Our_Service {
        position: relative;
        left: 20px;
        float:left;
        margin-top: 40px;
        overflow: visible;
        white-space: nowrap;
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: rgba(255,255,255,1);
    }
    #The_difference_between_a_succe {
        position: relative;
        float:left;
        left: 20px;
        margin-top: 20px;
        width: 87%;
        overflow: visible;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(255,255,255,1);
    }
    #One_service_for_all_of_your_im {
        position: relative;
        left: 20px;
        float:left;
        margin-top: 1px;
        overflow: visible;
        white-space: nowrap;
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: rgba(255,255,255,1);
    }
    #We_ve_assembled_all_of_these_i {
        position: relative;
        left: 20px;
        float:left;
        margin-top: 20px;
        overflow: visible;
        line-height: 20px;
        width: 87%;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(255,255,255,1);
    }
    #Visa_Waivers {
        position: relative;
        float:left;
        left: 20px;
        margin-top: 25px;
        overflow: visible;
    /*	white-space: nowrap;*/
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: rgba(255,255,255,1);
        width: 100%;
    }
    #A_growing_number_of_countries_ {
        position: relative;
        left: 20px;
        margin-top: 20px;
        float:left;
        overflow: hidden;
        width: 100%;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(255,255,255,1);
    }
    #E_Arrival_Cards {
        position: relative;
        float:left;
        left: 20px;
        margin-top: 25px;
        overflow: visible;
        width: 87%;
        white-space: normal;
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: rgba(255,255,255,1);
    }
    #E_Arrival_Cards > span {
        display: inline-block;
        width: 100%;
    }
    #Here_you_also_have_the_opportu {
        position: relative;
        left: 20px;
        float:left;
        margin-top: 20px;
        overflow: visible;
        width: 87%;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(255,255,255,1);
    }
    ol.normal_ol {
      list-style-type: decimal !important;
      margin: 15px !important;
    }
    li.normal {
      list-style-type: decimal !important;
        font-size: 16px;
      margin: 15px !important;
    }
    #div_Path_1439 {
        min-height: 980px;
        height: auto;
    }
    #ID5_Easy_Steps {
        left: 20px;
        top: 20px;
    }
    .countriesColumn2 {
        text-align: center;
    }
    #What_documents_do_you_need_ {
        position: relative;
        height:auto;
        width:95%;
        left: 20px;
        margin-top: 1px;
    }
    #We_can_provide_you_with_Visa_W {
        left: 20px;
        height: auto;
        top: 77px;
        width: 90%;
    }
    #Repeat_Grid {
        width: auto;
        left: 20px;
        margin-top: 22px;
    }
    #ID1__Select_your_destination {
        position: relative;
        top: -10px;
        left: 20px;
        height:auto;
        width:95%;
        white-space: normal;
    }
    #div_Rectangle_61 {
        text-align: left;
        min-height: 570px;
        height: auto;
    }
    #ID5_Easy_Steps {
        width:95%;
    }
    .small_text {
        font-size: 9px;
        position: relative;
        top: 16px;
    }

    #Group_61 {
        left: 20px;
        width: 90%;
    }
    #Group_61a {
        left: 20px;
        top: 40px;
    }
    #ID1__Preview_your_documents_be {
        left: 10px;
        width: 87%;
    }
    #icon_9_cash {
        position: absolute;
        margin-left: 0px;
        top: 178px;
    }
    #icon_8_bank {
        position: absolute;
        margin-left: 160px;
        top: 178px;
    }
    #icon_6_credit {
        position: relative;
        float: left;
        margin-left: 28px;
        top: 46px;
        overflow: visible;
    }
    #icon_7_post {
        margin-left: 85px;
    }
    #Credit_Card {
        left: 27px;
    }
    #Bank_Transfer_e {
        margin-left: 100px;
    }
    #Postal_Transfer_e {
        position: absolute;
        margin-left: 15px;
        top: 250px;
    }
    #Cash_on_Delivery_e {
        position: absolute;
        top: 250px;
        margin-left: 168px;
    }
    #Bank_Transfer_j {
        margin-left: 120px;
    }
    #Postal_Transfer_j {
        position: absolute;
        margin-left: 27px;
        top: 250px;
    }
    #Cash_on_Delivery_j {
        position: absolute;
        top: 250px;
        margin-left: 195px;
    }

    .Large_Button3 {
        width: 180px !important;
        height: 40px;
        font-size: 18px;

    }

    .pcr_anchor {
        top: 15px;
    }
    
    #Mask_Group_Outer2 {
        min-height: 48px;
        top:-10px;
    }

    #Terms_of_Use {
        width: 60%;
        height: auto;
    }
    #div_Rectangle_60 {
        min-height: 160px;
        top:-15px;
    }
    #div_Rectangle_100 {
        top:-35px;
        min-height: 95px;
        background-color: rgba(40,38,44,1);
        overflow: visible;
    }

    #div_Rectangle_100_2 {
        min-height: 75px;
        margin-top: 15px;
        width: 100%;
        display: inline-block;
        left: 0;
    }

    #Copyright___2020_DocuMonde_Inc {
        margin: 20px;
        text-align: left;

    }
    #register_login {
        width: 98%;
        min-height: 1000px;
        position: absolute;
        top: 115px;
    }

    #wrapper {
      width: 98%;
    }
    #wrapper3 {
      text-align:left;
      height: auto;
      float: left;
      width: 100%;
        overflow: visible;
    }
    #inner{
        top: 10px;
    }
    #inner2{
        position: relative;
        top: 25px;
        left: 20px;
    }
    #inner3{
        position: relative;
        margin: 20px;
    /*    top: 15px;
        left: 15px;*/
        overflow: visible;
    }

    #wrapper_2 {
      width: 98%;
      height: auto;
    }

    #wrapper_2:after {
      display: none;
    }
    #inner_1{
        position: relative;
        top: 20px;
        left: 20px;
        width: 98%;
    }
    #inner_2 form {
        position: relative;
        top: -50px;

    }
    #inner_1_register_only{
        left: 20px;
    }
    #wrapper_1 {
      height: auto;
      width: 98%;
      float: left;
    }
    #wrapper_2_login_only {
      width: 100%;
    }
    #inner_2{
        top: 20px;
        left: 20px;
        width: 98%;
    }
    #inner_2_login_only{
        left: 20px;
    }
    .wrapper_title {
        position: static;
        color: rgba(43,65,98,1);
        font-size: 24px;
        font-weight: bold;
		margin-left: 20px;

    }
    .submit_button_register{
        margin-right: 40px;
    }

    .submit_button_login{
        margin-right: 40px;
    }
    .add_another_button3{
        position: relative;
        top: -10px;
        z-index: 1000;
    }
    .add_another_button3a{
        position: relative;
        top: -260px;
    }
    #country_document {
        width: 98%;
    }
    #document_cart {
        width: 98%;
    }
    #country_document_help {
        top: 10px;
    }
    #country_document_help2 {
        top: 10px;
    }

    #form_document {
        position: relative;
        top: 100px;
        border: thin solid #CCC;
        border-radius: 15px;
        width: 98%;
        height: auto;
        overflow: visible;
        background-color: white;
    }
    #Rectangle_Login_wiz {
        position: absolute;
    }
    #Rectangle_Logina {
        position: relative;
    }
    #register_login_left_1000 {
        width: 100%;
        padding: 15px;
        margin-top: 1px;
    }
    h2.foo {
        position: relative;
        top: -2px;
        width: 98%;
    }
    .panarama {
        width: 100%;
        margin-bottom: 5px;
    }
    .blog_width{
        width: 100%;
    }
    .col_1 {
        width: 100%;
    }
    .col_2 {
        width: 95%;
    }
    .continue_reading_button {
        margin: auto;
        margin-bottom: 20px !important;
        width: 95% !important;
		padding-left: 0;
    }
    .less_button {
        margin-bottom: 20px;
        margin-right: 20px;
        width: 95% !important;
    }
    #login_only {
        width: 98%;
    }
    #register_only {
        width: 98%;
    }
    #register_login_left {
        width: 98%;
        margin-top: 10px;
        padding: 20px;
    }
    tbody {
        width: 100%;
        display: block;
    }
    h1 {
        position: relative;
        top: 17px;
        font-size: 20px;
        text-align: left;
    }
    .submit_button_register2 {
        float: left;
        margin-left: 20px;
    }
    .submit_button_register2a {
        float: left;
        margin-left: 20px;
    }
    #Help2 {
        width: auto;
        background-color: #efefef;
		margin-left: 20px;
		margin-right: 20px;
		float:none;
		right: 0;
    }
    .submit_button_other2{
    margin-left: 10px;
    float: none;
    }
    td.cell{
        margin-top: 6px;
    }
    #progress_wiz {
        width: 100%;
    }
    .progress_img {
        width: 92%;
        left: 10px;
    }
    #inner {
        width: 100%;
    }
    #progress {
        width: 100%;
    }
    #progress_1e {
        position: relative;
        width: 19%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 5px;
        left: auto;
    }
    #progress_2e {
        position: relative;
        width: 19%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 5px;
        left: auto;
    }
    #progress_3e {
        position: relative;
        width: 19%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 1px;
        left: auto;
    }
    #progress_4e {
        position: relative;
        width: 18%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 1px;
        left: auto;
    }
    #progress_5e {
        position: relative;
        width: 18%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 4px;
        left: auto;
    }
    #progress_1j {
        position: relative;
        width: 19%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 12px;
        left: auto;
    }
    #progress_2j {
        position: relative;
        width: 19%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 5px;
        left: auto;
    }
    #progress_3j {
        position: relative;
        width: 16%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 1px;
        left: auto;
    }
    #progress_4j {
        position: relative;
        width: 17%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 6px;
        left: auto;
    }
    #progress_5j {
        position: relative;
        width: 17%;
        font-size: 2.5vw;
        top: 42px;
        float:left;
        margin-left: 1px;
        left: auto;
    }
    #div_Path_1463 {
        min-height: 1030px;
		margin-bottom: 10px;
    }
    #Repeat_Grid {
        position: relative;
        overflow: visible;
        margin-bottom:15px;
    }
    #Copyright___2020_DocuMonde_Inc_2 {
        margin-top: 10px;
        margin-left: 20px;
        top: 0;
        text-align: left;
    }
    #Copyright___2020_DocuMonde_Inc span {
        width:414px;
        display: inline-block;
    }
    #Copyright___2020_DocuMonde_Inc_2 span {
        width:95%;
        display: inline-block;
    }
    #Copyright___2020_DocuMonde_Inc span span {
        width: 98%;
        line-height: 20px;
        margin-left: 0px;
        float: left; 
        display: inline-block;
    }
    #Copyright___2020_DocuMonde_Inc_2 span span {
        width: 98%;
        line-height: 20px;
        margin-left: 10px;
        float: left; 
        display: inline-block;
    }
    #ID1__Select_ {
        width: 110px;
        bottom: 38px;
        left: 0px;
        font-size: 14px;
    }
    #ID2__Complete_ {
        width: 110px;
        bottom: 38px;
        left: 0px;
        font-size: 14px;
    }
    #ID3__Preview_ {
        width: 110px;
        bottom: 38px;
        left: 0px;
        font-size: 14px;
    }
    #ID4__Purchase_ {
        width: 110px;
        bottom: 38px;
        left: 0px;
        font-size: 14px;
    }
    #ID5__Delivery_ {
        width: 110px;
        bottom: 38px;
        left: 0px;
        font-size: 14px;
    }
    .progress_1j {
        left: 10px !important;
    }
    .progress_2j {
        left: 13px !important;
    }
    .progress_4j {
        left: 13px !important;
    }
    .progress_5j {
        left: 13px !important;
    }
    #Log_In {
        top: -4px;
        left: 66px;
        font-size: 14px;
    }
    #Log_Out {
        font-size: 14px;
        right: -20px;
        top: 0px;
    }
    .logout_img {
		width: 20px;
        left: -58px;
    }
    a.home_link {
        position: absolute;
        right: 100px;
        top: 14px;
        width: 54px;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: 600;
    }
    a.font24{
    font-size: 16px;
    }
	.mobile_noline {
		display:none;
	}
	.mobile_line {
		display:inline-block;
		height: 2px !important;
		width: 270px;
		background-color: #ccc;
	}
	#Repeat_Grid_12_0 {
    width: 100%;
    padding: 10px;
	}
	.countriesColumn2 {
	    float: none;
		margin: auto;
	}	
	#Repeat_Grid_12 {
		text-align: center;
	}
	#country_select_form {
	    margin-left: 20px;
	}
	#Help1 {
	    width: auto;
	    background-color: #efefef;
	    margin-left: 20px;
	    margin-right: 20px;
	    float: none;
	    right: 0;
	}
    .blue_line_short {
        margin-top: 5px;
        border: thin solid #0f79af;
        width: 100%;
    }
    #Button_Line {
        position: relative;
        line-height: 48px;
        width: 100%;
        height: 48px;
        text-align: center;
        padding-right: 180px;
    }
    .submit_button_register2ab {
      float: left;
      margin-left: 20px;
    }
    .docsColumn {
        position: relative;
        text-align: left;
        float: left;
        width: 90%;
        height: auto;
        margin-left:30px;
        margin-top:10px;
    }
    .docsColumn1 {
        position: relative;
        text-align: left;
        float: left;
        width: 90%;
        height: auto;
        margin-left:30px;
        margin-top:10px;
    }
    #div_Rectangle_17_j{
     top: -10px;
    }
    #div_Rectangle_17_e{
     top: -10px;
    }
    .continue_button_preview{
        color: White;
        background-color: #2b4162;
        font-weight: bold;
        height: 26px;
        width: 91px !important;
        border:none;
        border-radius: 15px;
        cursor: pointer;
        font-size: 12px;
        margin-top: 0 !important;
    }
    
}