Apply Bahrain e-Visa from Kazakhstan

🌟 40% OFF on Rush & Super Rush eVisa processing fee for multiple applicants. Apply now and experience faster approvals at a reduced cost.

   Verify your details General Details

Edit
Edit
Edit

Do you have a valid Bahrain visa/eVisa or have you applied for one recently?       

CAPTCHA code

Before proceeding with your application, it's important to understand the associated fees and how they are calculated. Please review the breakdown below:

  • Total Fee = Government Fee + Processing Fee ( + Rush Processing / Super Rush Processing)
  • Additional charges may apply for currency conversion, credit/debit card processing, etc.

Please visit the  Bahrain eVisa fee  page to view a detailed breakdown and understand how the fees are calculated.

 
Edit
Edit
Edit
Edit
Edit
Edit
Edit

+ Add Applicant
Edit
Important: If your Bahrain eVisa application is rejected, the visa fee is non-refundable.

'; doc += '
'; } } if('photo' == value.field_name) { if($('#photo_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if('travel_itinerary' == value.field_name) { if($('#travel_itinerary_' + applicant).length <= 0) { doc += '
Please provide either a confirmed air ticket for your onward journey from Bahrain if travelling by air or a detailed request letter specifying your stay duration, mode of transportation upon exiting Bahrain, and your next destination country.
'; doc += '
'; doc += '
'; } } if('hotel_booking' == value.field_name) { if($('#hotel_booking_' + applicant).length <= 0) { doc += '
Copy of hotel booking in Kingdom of Bahrain. Alternately, in case you are staying with a relative/friend, please provide a copy of their ID (national ID card, passport, or any other document that proves their residency in Bahrain).
'; doc += '
'; doc += '
'; } } if('gcc_residence' == value.field_name) { if($('#gcc_residence_' + applicant).length <= 0) { doc += ''; doc += ''; doc += ''; } } if('funds' == value.field_name) { if($('#funds_' + applicant).length <= 0) { doc += '
Copy of a bank statement under the visitor\'s name covering the last three months with an ending balance of not less than the equivalent of USD 1000.
'; doc += '
'; doc += '
'; } } if('passport_back' == value.field_name && nationality == '30') { if($('#passport_back_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } }); $('.app_form_'+applicant).append(htm); $('.app_form_' + applicant).append(doc); if($('#passport_type_'+applicant).length>0){ $('#passport_type_'+applicant).on('change',function(){ // console.log($(this)); if($('#passport_type_'+applicant).val()!='Ordinary Passport') show_msg(); else $('#register_data, #save_n_exit').prop('disabled',false); }) } auto_sel_county($('#nationality_'+applicant),applicant); }else{ alert('ERROR => '+r.msg); } } }) // if($('#city_of_birth_'+applicant).length<=0){ // htm+='
Edit
'; // } // if($('#father_name_'+applicant).length<=0){ // htm+='
Edit
'; // } // if($('#mother_name_'+applicant).length<=0){ // htm+='
Edit
'; // } $('.app_form_'+applicant).append(htm); $('#applicant_d_'+applicant).attr('data-form',1); check_applicant_form(); if(sc==1){ $('html, body').animate({ scrollTop: $('.app_form_'+applicant).offset().top }, 100); } } function check_applicant_form(){ var f=0; /*$('.cls3').each(function(){ if($(this).attr('data-form')==0){ f=1; return; } });*/ $('.appli_inner_d').each(function(){ if($(this).attr('data-form')==0){ f=1; return; } }); if(f==0){ $('#register_data, #save_n_exit').attr('disabled',false); /*$('.servc_lst, .warn_sec, .add_new_a').show(); $('#register_data').attr('disabled',false).show();*/ } else{ // $('#register_data').attr('disabled',true); } if($('#cp_v').val()=='1'){ $('.servc_lst, .warn_sec, .add_new_a').show(); $('#register_data, #save_n_exit').show(); } return f; } function count_applicant(){ var a=0; $('.appli_inner_d').each(function(){ a++; $(this).find('.app_no_').text(a); }); if(a>1){ $('.rmv_spn').show(); } else{ $('.rmv_spn').hide(); } if(a>=10){ $('.add_app').hide(); } else{ $('.add_app').show(); } } function scroll_to_div(div, t){ // setTimeout(function(){ $('html, body').animate({ scrollTop: div.offset().top }, t); // },500); } function remove_err(id) { $('#'+id).html(''); } function set_date_values(fl_id,yl,pn, v){ var date = get_date_values(yl,pn); var day = date.day; var mon = date.mon; var yr = date.yr; var str_day=''; let d = y = m = ''; if($('#day_'+fl_id).attr('data-val')!='') d = $('#day_'+fl_id).attr('data-val'); if($('#mon_'+fl_id).attr('data-val')!='') m = $('#mon_'+fl_id).attr('data-val'); if($('#yr_'+fl_id).attr('data-val')!='') y = $('#yr_'+fl_id).attr('data-val'); if(v!=''){ let v1 = v.split('-'); d = v1[2]; m = v1[1]; y = v1[0]; } $.each(day,function(key, value){ let sel =''; if(value==d) sel = 'selected'; str_day+= ''; }); var str_mon=''; $.each(mon,function(key, value){ let sel =''; if(value==m) sel = 'selected'; var mnm = ''; if(value=='01')mnm='Jan'; else if(value=='02')mnm='Feb'; else if(value=='03')mnm='Mar'; else if(value=='04')mnm='Apr'; else if(value=='05')mnm='May'; else if(value=='06')mnm='Jun'; else if(value=='07')mnm='Jul'; else if(value=='08')mnm='Aug'; else if(value=='09')mnm='Sep'; else if(value=='10')mnm='Oct'; else if(value=='11')mnm='Nov'; else if(value=='12')mnm='Dec'; str_mon+= ''; }); var str_yr=''; $.each(yr,function(key, value){ let sel =''; if(value==y) sel = 'selected'; str_yr+= ''; }); $('#day_'+fl_id).html(str_day); $('#mon_'+fl_id).html(str_mon); $('#yr_'+fl_id).html(str_yr); } function get_support_country(sup_type) { $('#support_doc_country_'+applicant).empty(); if(support_doc_country_all !='' && support_doc_country_all!=undefined){ support_doc_cn = support_doc_country_all[sup_type]; var cn_sp = ''; $.each(support_doc_cn,function(key,value){ cn_sp+=''; }); $('#support_doc_country_'+applicant).append(cn_sp); } } function add_applicant(){ if(count>=5)return true; applicant = applicant+1; count = count+1; /*$('#register_data').attr('disabled',true).hide(); $('.add_new_a').hide();*/ // console.log(applicant); var htm =''; // htm+='

Applicant '+parseInt(applicant+1)+'

'; htm+='
'; htm+='

Applicant '+parseInt(count+1)+' 

- Remove
'; htm+='
'; htm+='
Edit
 
'; htm+='
Edit
'; // htm+='
Edit
'; htm+='
Edit
'; htm+='
Edit
'; htm+='
Edit
'; htm+='
Edit
'; htm+='
Edit
'; htm+='
Edit
'; htm+='
'; $('.applicants_div').append(htm); $('html, body').animate({ scrollTop: $("#applicant_d_"+applicant).offset().top }, 500); if($('#cn_exist').val()=='1'){ get_countries_data('kazakhstan', applicant); } else{ if($('.appli_inner_d').length>1){ var nl = $('.appli_inner_d:first-child').find('select.nationality').val(); if(nl!=''){ $('select#nationality_'+applicant).val(nl); nationality_change(applicant); } } } set_date_values('dob_'+applicant,100,'prev', ''); set_date_values('pass_issue_'+applicant,30,'prev', ''); set_date_values('pass_exp_'+applicant,30,'next', ''); count_applicant(); check_applicant_form(); offervisible(); //for offer } function remove_applicant(applicant, event){ if(!confirm('Do you want to remove Applicant?'))return false; event.preventDefault(); count = count - 1; $.ajax({ ///====== Remove from database` ======= // }); $('#applicant_d_'+applicant).remove(); var el = $('.applicants_div > .appli_inner_d').first(); console.log(el); /* $('.appli_inner_d').each(function(){ a++; $(this).find('.app_no_').text(a); });*/ // $('.collapsible_content:not(#collapse_0)').collapse('hide'); $('html, body').animate({ scrollTop: el.offset().top }, 200); count_applicant(); // $('#collapse_0').collapse('show'); check_applicant_form(); offervisible(); //for offer check_refund_status(); } -->

© bahrain-evisa.com     

Apply eVisa