0% found this document useful (0 votes)
53 views52 pages

Bls HTML

The document is an HTML webpage for the BLS Spain Visa Application Centre in Algeria, providing information about applying for a visa to Spain. It includes various sections such as navigation for booking appointments, managing appointments, and links to social media. Additionally, it features scripts for theme management and user interface elements to enhance user experience.

Uploaded by

nkessas.pro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views52 pages

Bls HTML

The document is an HTML webpage for the BLS Spain Visa Application Centre in Algeria, providing information about applying for a visa to Spain. It includes various sections such as navigation for booking appointments, managing appointments, and links to social media. Additionally, it features scripts for theme management and user interface elements to enhance user experience.

Uploaded by

nkessas.pro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 52

<!

DOCTYPE html>
<html lang="en">

<head>
<title>Algeria BLS Spain Visa: Welcome to the Official Website Spain Visa
Application Centre in Algeria</title>

<!-- Meta Tags -->


<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no">
<meta name="description" content="Algeria BLS Spain Visa">

<script>

const storedTheme = localStorage.getItem('theme')

const getPreferredTheme = () => {


if (storedTheme) {
return storedTheme
}
return window.matchMedia('(prefers-color-scheme: dark)').matches ?
'dark' : 'light'
}

const setTheme = function (theme) {


if (theme === 'auto' && window.matchMedia('(prefers-color-scheme:
dark)').matches) {
document.documentElement.setAttribute('data-bs-theme', 'dark')
} else {
document.documentElement.setAttribute('data-bs-theme', theme)
}
}

setTheme(getPreferredTheme())

window.addEventListener('DOMContentLoaded', () => {
var el = document.querySelector('.theme-icon-active');
if (el != 'undefined' && el != null) {
const showActiveTheme = theme => {
const activeThemeIcon = document.querySelector('.theme-icon-
active use')
const btnToActive = document.querySelector(`[data-bs-theme-
value="${theme}"]`)
const svgOfActiveBtn = btnToActive.querySelector('.mode-switch
use').getAttribute('href')

document.querySelectorAll('[data-bs-theme-
value]').forEach(element => {
element.classList.remove('active')
})

btnToActive.classList.add('active')
activeThemeIcon.setAttribute('href', svgOfActiveBtn)
}

window.matchMedia('(prefers-color-scheme:
dark)').addEventListener('change', () => {
if (storedTheme !== 'light' || storedTheme !== 'dark') {
setTheme(getPreferredTheme())
}
})

showActiveTheme(getPreferredTheme())

document.querySelectorAll('[data-bs-theme-value]')
.forEach(toggle => {
toggle.addEventListener('click', () => {
const theme = toggle.getAttribute('data-bs-theme-
value')
localStorage.setItem('theme', theme)
setTheme(theme)
showActiveTheme(theme)
})
})

}
})

</script>

<!-- Favicon -->


<link rel="shortcut icon" href="/assets/images/favicon.png">

<!-- Google Font -->


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?
family=DM+Sans:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap">

<!-- Plugins CSS -->


<link rel="stylesheet" type="text/css"
href="/assets/vendor/font-awesome/css/all.min.css?
v=AbA177XfpSnFEvgpYu1jMygiLabzPCJCRIBtR5jGc0k">
<link rel="stylesheet" type="text/css"
href="/assets/vendor/bootstrap-icons/bootstrap-icons.css?v=4RctOgogjPAdwGbwq-
rxfwAmSpZhWaafcZR9btzUk18">
<link rel="stylesheet" type="text/css" href="/assets/vendor/tiny-slider/tiny-
slider.css?v=1CXVlacnwYLmg9X2AhCKvYcSgR53GWiU3z4qZJDrb68">
<link rel="stylesheet" type="text/css"
href="/assets/vendor/glightbox/css/glightbox.css?
v=yMoCTayb6wccTz561YN_R0qkP756JifYXnA40MUtR-k">
<link rel="stylesheet" type="text/css"
href="/assets/vendor/flatpickr/css/flatpickr.min.css?
v=RXPAyxHVyMLxb0TYCM2OW5R4GWkcDe02jdYgyZp41OU">
<link rel="stylesheet" type="text/css"
href="/assets/vendor/choices/css/choices.min.css?
v=IhTRSpOAAOl37YqrDOlNjxD6S4lzZ_n2WqKtc03i0mE">

<!-- Theme CSS -->


<link rel="stylesheet" type="text/css"
href="/assets/vendor/bootstrap/dist/css/bootstrap.min.css?
v=YLGeXaapI0_5IgZopewRJcFXomhRMlYYjugPLSyNjTY">
<link rel="stylesheet" type="text/css" href="/assets/css/style.css?
v=CJhTkVmGHvWZRE3zX8Z_q23nYkeJQHqx-4TqNQdi9Hg">

<link rel="stylesheet" type="text/css" href="/assets/css/color.css?


v=biNDUrJj74VlRbGB7tvoVV8aOPeiVsRt7L_VDdhggXQ" />

<link rel="stylesheet" type="text/css" href="/css/site.css?


v=ekmtryaKttePPamW3CxEz99-N5ruMwA9JAkOw57RgzI" />

<link rel="stylesheet" type="text/css"


href="/assets/vendor/kendo/css/kendo.common.min.css">
<link rel="stylesheet" type="text/css"
href="/assets/vendor/kendo/css/kendo.silver.min.css">

<style>
</style>
<script src="/assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="/assets/vendor/jquery-validation/dist/jquery.validate.min.js"></
script>
<script src="/assets/vendor/jquery-ajax-unobtrusive/jquery-ajax-
unobtrusive.js"></script>
<script
src="/assets/vendor/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.j
s"></script>
<script type="text/javascript" src="https://5f2749aa43d4.eu-central-
1.sdk.awswaf.com/5f2749aa43d4/4bc7b7b893fe/challenge.js" defer></script>
<script>
$.ajaxSetup({
beforeSend: function (xhr, options) {
if (options.type.toUpperCase() == "POST") {
xhr.setRequestHeader("RequestVerificationToken", $
('input:hidden[name="__RequestVerificationToken"]').val());
}

}
});
</script>
</head>
<body>
<div class="preloader">
<div class="preloader-item">
<div class="spinner-grow text-primary"></div>
</div>
</div>
<div id="global-overlay" class="global-overlay">
<div class="global-overlay-loader">
</div>
</div>
<header class="navbar-light header-sticky">
<!-- Nav START -->
<nav class="navbar navbar-expand-xl z-index-9 navbar-divider">
<div class="container">
<!-- Logo START -->
<a class="navbar-brand" href="/DZA/home/index">
<img class="light-mode-item navbar-brand-item"
src="/assets/images/logo.png" alt="BLS Logo" title="BLS Logo">
<img class="dark-mode-item navbar-brand-item"
src="/assets/images/logo.png" alt="logo">
</a>
<!-- Logo END -->
<!-- Responsive navbar toggler -->
<button class="navbar-toggler ms-auto" type="button" data-bs-
toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse"
aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-search fs-4"> </i>
</button>

<!-- Responsive navbar toggler -->


<button class="navbar-toggler" type="button" data-bs-
toggle="collapse" data-bs-target="#navbarCollapse2" aria-controls="navbarCollapse2"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-animation">
<span></span>
<span></span>
<span></span>
</span>
</button>

<!-- Main navbar START -->


<div class="navbar-collapse collapse" id="navbarCollapse">
<div class="col-md-9">
<div class="nav my-3 my-xl-0 px-4 flex-nowrap align-items-
center">
<div class="nav-item w-100">
<div class="align-items-center position-relative">
<div class="align-items-center text-primary"
style="font-size:30px;font-weight:700;">Apply for VISA to Spain In Algeria</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="align-items-center position-relative">
<small class="text-secondary mb-1">Follow us on</small>
<ul class="list-inline mb-3 mt-0">
<li class="list-inline-item"> <a class="btn btn-sm
px-2 bg-facebook mb-0" href="https://www.facebook.com/blsinternationalservices/"
target="_blank" rel="noopener noreferrer"><i class="fab fa-fw
fa-facebook-f"></i></a> </li>
<li class="list-inline-item"> <a class="btn btn-sm
shadow px-2 bg-instagram mb-0"
href="https://www.instagram.com/blsinternationalservicesltd/" target="_blank"
rel="noopener noreferrer"><i class="fab fa-fw fa-instagram"></i></a> </li>
<li class="list-inline-item"> <a class="btn btn-sm
shadow px-2 bg-twitter mb-0" href="https://twitter.com/blsintlservices"
target="_blank" rel="noopener noreferrer"><i class="fab fa-fw fa-twitter"></i></a>
</li>
<li class="list-inline-item"> <a class="btn btn-sm
shadow px-2 bg-linkedin mb-0" href="https://www.linkedin.com/company/bls-
international-services-ltd/?originalSubdomain=in" target="_blank" rel="noopener
noreferrer"><i class="fab fa-fw fa-linkedin-in"></i></a> </li>
</ul>
</div>
</div>
</div>

<!-- Main navbar END -->


<!-- Profile and notification START -->
<ul class="nav flex-row align-items-center list-unstyled ms-xl-
auto">
<li class="dropdown nav-item">
<a class="nav-link small pb-2" href="#" role="button"
id="languageDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-
expanded="false">
<img class="w-30px me-2" src="/assets/images/flags/en-
US.svg" alt=""><small>English</small>
</a>
<ul class="dropdown-menu dropdown-animation dropdown-menu-
end min-w-auto" aria-labelledby="languageDropdown">
<li> <a class="dropdown-item me-4"
href="javascript:OnLanguageChange('en-US');"><img class="fa-fw me-2"
src="/assets/images/flags/en-US.svg" alt="">English</a> </li>
<li> <a class="dropdown-item me-4"
href="javascript:OnLanguageChange('es-ES');"><img class="fa-fw me-2"
src="/assets/images/flags/es-ES.svg" alt="">Español</a> </li>
<li> <a class="dropdown-item me-4"
href="javascript:OnLanguageChange('fr-FR');"><img class="fa-fw me-2"
src="/assets/images/flags/fr-FR.svg" alt="">Français</a> </li>
<li> <a class="dropdown-item me-4"
href="javascript:OnLanguageChange('ar-DZ');"><img class="fa-fw me-2"
src="/assets/images/flags/ar-DZ.svg" alt="">‫<عربي‬/a> </li>
</ul>
</li>
<li class="nav-item ms-3 dropdown">
<!-- Avatar -->
<a class="avatar avatar-sm p-0 mt-0" href="#"
id="profileDropdown" role="button" data-bs-auto-close="outside" data-bs-
display="static" data-bs-toggle="dropdown" aria-expanded="false">
<img onerror="OnPhotoError(this);"
class="avatar-img rounded-2" src="/assets/images/avatar/01.jpg" alt="Profile">
</a>

<!-- Profile dropdown START -->


<ul class="dropdown-menu dropdown-animation dropdown-
menu-end shadow pt-3" aria-labelledby="profileDropdown">
<!-- Profile info -->
<li class="px-3 mb-3">
<div class="d-flex align-items-center">
<!-- Avatar -->
<div class="avatar me-3">
<img onerror="OnPhotoError(this);"
class="avatar-img rounded-circle shadow" src="/assets/images/avatar/01.jpg"
alt="Profile">

</div>
<div>
<a class="h6 mt-2 mt-sm-0"
href="#">ISMAHENE AZZOUZ</a>
<p class="small m-
0">[email protected]</p>
</div>
</div>
</li>

<!-- Links -->


<li> <hr class="dropdown-divider"></li>
<li></li>
<li><a class="dropdown-item"
href="/DZA/account/DeleteUser"><i class="fa fa-trash fa-fw me-2"></i>Delete
Account</a></li>
<li><a class="dropdown-item"
href="/DZA/account/ChangePassword"><i class="fa fa-key fa-fw me-2"></i>Change
Password</a></li>
<li><a class="dropdown-item bg-danger-soft-hover"
href="javascript:OnLogout();"><i class="fa fa-power-off me-2"></i>Logout</a></li>
<li> <hr class="dropdown-divider"></li>

<!-- Dark mode options START -->


<!-- Dark mode options END-->
</ul>
<!-- Profile dropdown END -->
</li>
<!-- Profile dropdown START -->
<!-- Profile dropdown END -->
</ul>
<!-- Profile and notification END -->
</div>
</nav>
<!-- Nav END -->
<!--Main menu link START -->
<nav class="navbar navbar-expand-xl navbar-divider">
<div class="container px-0">
<!-- Main navbar START -->
<div class="navbar-collapse w-100 collapse" id="navbarCollapse2">
<ul class="navbar-nav nav-active-line navbar-nav-scroll">
<li class="nav-item"> <a class="nav-link home-active"
href="https://algeria.blsspainvisa.com"><i class="fa fa-home"></i></a> </li>

<!-- Nav item -->


<li class="nav-item"> <a class="nav-link new-app-active"
href="/DZA/appointment/newappointment">Book New Appointment</a> </li>
<!-- Nav item -->

<li class="nav-item dropdown">


<a class="nav-link dropdown-toggle my-app-active"
href="#" id="pageMenu" data-bs-toggle="dropdown" aria-haspopup="true" aria-
expanded="false">Manage Appointments</a>
<ul class="dropdown-menu" aria-labelledby="pageMenu">

<li>
<a class="dropdown-item"
href="/DZA/appointmentdata/BLSCancelAppointment">
<i class="text-danger fa-regular fa-
calendar-xmark me-2"></i>Cancel Appointment
</a>
</li>

<li>
<a class="dropdown-item"
href="/DZA/appointmentdata/BLSReprintAppointmentLetter">
<i class="text-info fa-solid fa-print me-
2"></i>Re-Print Appointment Letter
</a>
</li>
<li>
<a class="dropdown-item"
href="/DZA/appointmentdata/myappointments">
<i class="text-info fa-solid fa-users me-
2"></i>Manage Applicants
</a>
</li>
</ul>
</li>

<li class="nav-item"><a class="nav-link doorstep-active


text-primary fw-bolder" target="_blank" href="https://bls.schengen.europ-
assistance.com/en?
ipc=blsalgeria&utm_source=blsalgeria&utm_medium=affiliates">Travel
Insurance</a></li>

</ul>

</div>
<!-- Main navbar END -->
</div>
</nav>
<!--Main menu link END -->
</header>
<!-- **************** MAIN CONTENT START **************** -->
<main>

<style>
.validation-summary ul {
list-style-type: none;
}
</style>
<div class="row">
<div class="col-12 row p-4 justify-content-center">
<div class="col-12 justify-content-center text-center pb-2">
<h5>Book New Appointment - Visa Type Selection</h5>

</div>
</div>
<div class="col-12">
<style>
.bls-card{
border:1px solid gray;
}
.form-check-input {
margin-top: 0.2em !important;
margin-left: 0px !important;
margin-right: 5px !important;
}
.UHlSIp{z-index:1;}.UoeG{z-index:1;}.mUUe{z-index:1;}.HxxGTGd{z-
index:1;}.caoQe{z-index:1;}.cnwovTe{z-index:1;}.PlSowaF{z-index:1;}.naamEoa{z-
index:1;}.aabF{z-index:1;}.pQeepy{z-index:1;}.RFymQPI{z-index:1;}.PFldH{z-
index:1;}.InPU{z-index:1;}.Qnpo{z-index:1;}.REovv{z-index:1;}.bxPb{display:none !
important;z-index:1;}.yPwRFP{display:none !important;z-index:1;}.wRUUp{display:none
!important;z-index:1;}.yvldPE{display:none !important;z-
index:1;}.ndvlw{display:none !important;z-index:1;}.SbvdG{display:none !
important;z-index:1;}.eVQaxve{display:none !important;z-
index:1;}.bSETGU{display:none !important;z-index:1;}.TnUTPeE{display:none !
important;z-index:1;}.pomvn{display:none !important;z-
index:1;}.maHnVlG{display:none !important;z-index:1;}.vPPEbw{display:none !
important;z-index:1;}.FyExE{display:none !important;z-
index:1;}.PxmTPFE{display:none !important;z-index:1;}.HlaTG{display:none !
important;z-index:1;}.STFGPde{display:none !important;z-
index:1;}.leeddaQ{display:none !important;z-index:1;}.ITPTxEw{display:none !
important;z-index:1;}.FboP{display:block !important;z-
index:1;}.IHvGEH{display:block !important;z-index:1;}.TIvRSmb{display:block !
important;z-index:1;}.FxEGRy{display:block !important;z-
index:1;}.dIoo{display:block !important;z-index:1;}.lvebR{display:block !
important;z-index:1;}.IwyI{display:block !important;z-
index:1;}.xcTQeo{display:block !important;z-index:1;}.GnpH{display:block !
important;z-index:1;}.dyITVF{display:block !important;z-
index:1;}.InllHy{display:block !important;z-index:1;}.pVHEFl{display:block !
important;z-index:1;}.byTPUQG{display:block !important;}.acyPay{display:block !
important;}.nISV{display:block !important;}.lmSl{display:block !
important;}.GUcUP{display:block !important;}.xPeweVm{display:block !
important;}.PcGlde{display:block !important;}.ySSvSPl{display:block !
important;}.IRGIxnR{display:block !important;}.InobaS{display:block !
important;}.Unxe{display:block !important;}.UFbP{display:block !
important;}.yccm{display:block !important;}.SamSxG{display:block !
important;}.nQpTET{display:block !important;}.RcPHQUd{display:block !
important;}.EaUcP{display:block !important;}.GVePmev{display:block !
important;}.Qdpvv{display:block !important;}.HQnp{display:block !
important;}.dTUPwn{display:block !important;}.wxxmU{display:block !
important;}.GHRlenP{display:none !important;}.yoFnpE{display:none !
important;}.IPIE{display:none !important;}.GVHlP{display:none !
important;}.UPTRE{display:none !important;}.ayQo{display:none !
important;}.FdbUGvG{display:none !important;}.dTPo{display:none !
important;}.IypUnGV{display:none !important;}.xPpVFH{display:none !
important;}.vnSQQRd{display:none !important;}.ywaFaa{display:none !
important;}.wxced{display:block !important;}.FaywSSb{display:block !
important;}.IQoHQa{display:block !important;}.wlyQ{display:block !
important;}.SlIeT{display:block !important;}.dQPepxS{display:block !
important;}.ypHI{display:block !important;}.HEUU{display:block !
important;}.Eeemb{display:block !important;}.mFvRVpn{display:block !
important;}.ESImQ{display:block !important;}.wSRGyT{display:block !
important;}.yydQUmn{display:block !important;}.IRSPPU{display:block !
important;}.addb{display:none !important;}.ddUne{display:none !
important;}.aIpyP{display:none !important;}.lIbm{display:none !
important;}.bdaI{display:none !important;}.bRyaGGP{display:none !
important;}.xpSwppl{display:none !important;}.QRmTp{display:none !
important;}.dFElI{display:none !important;}.VcaaGob{display:none !
important;}.QdQp{display:none !important;}.EapnPpI{display:none !
important;}.EnnQ{display:none !important;}.xPITwvU{display:none !
important;}.RvpRQbo{display:none !important;}.IGbS{display:none !
important;}.RnQnQSa{display:none !important;}.vRPmRSo{display:none !
important;}.SIpwb{display:none !important;}.GVwVnv{display:none !
important;}.SGmTSGx{display:none !important;}
</style>
<script>

var applicantId = 0;
var catItem = null;
var locationDataItem = null;
var familyModalClose = false;
function onDrpOpen(e) {
var id = e.sender.element[0].id;
var item = rspData.find(x => x.Id === id);
rspData = RemoveItem(id);
if (item !== null && item !== undefined) {
item.Start = new Date($.now());
item.Selected = false;
}
else {
item = { Id: id, Start: new Date($.now()), End: null, Total: null,
Selected: false };
}
rspData.push(item);
}
function onselect1(id) {
$('.bls-applicant').removeClass('alert-primary');
$('.bls-applicant').addClass('alert-light');
$("#app-"+id).removeClass('alert-light');
$("#app-"+id).addClass('alert-primary');
$("input[name='Applicant']").prop('checked', false);
$("#rdo-" + id).prop('checked', true);
}
function onDrpSelect(e) {
var id = e.sender.element[0].id;
var item = rspData.find(x => x.Id === id);
rspData = RemoveItem(id);
if (item !== null && item !== undefined) {
item.Selected = true;
rspData.push(item);
}
};
function RemoveItem(id) {
return rspData.filter(function (e) {
return e.Id !== id;
});
}
function onDrpClose(e) {
var id = e.sender.element[0].id;
var item = rspData.find(x => x.Id === id);
rspData = RemoveItem(id);
if (item !== null && item !== undefined) {
if (item.Selected) {
item.End = new Date($.now());
item.Total = item.End - item.Start;
item.Selected = true;
}
rspData.push(item);
}
}
function OnSubmitVisaType() {
ShowLoader();
var submittedData={pbpSdey : $("#pbpSdey").val(),
odEcIQw : $("#odEcIQw").val(),
aURwpU : $("#aURwpU").val(),
Sxby : $("#Sxby").val(),
xGdvd : $("#xGdvd").val(),
VvRa : $("#VvRa").val(),
cPRbv : $("#cPRbv").val(),
lSVQGU : $("#lSVQGU").val(),
vIeIFd : $("#vIeIFd").val(),
oUGn : $("#oUGn").val(),
nmdveHV : $("#nmdveHV").val(),
yGcyelQ : $("#yGcyelQ").val(),
xvel : $("#xvel").val(),
VmEb : $("#VmEb").val(),
IFFe : $("#IFFe").val(),
FcTc : $("#FcTc").val(),
bemd : $("#bemd").val(),
PREa : $("#PREa").val(),
HFxmvx : $("#HFxmvx").val(),
emUoUoa : $("#emUoUoa").val(),
ewHvR : $("#anewHvR").val(),
pwHaUo : $("#anpwHaUo").val(),
GeeUEV : $("#anGeeUEV").val(),
TeUPFR : $("#anTeUPFR").val(),
cHxHwTU : $("#ancHxHwTU").val(),
};;
$("#ResponseData").val(JSON.stringify(submittedData));
return true;
}
function OnAppointmentForChange(e, id) {
applicantId = id;
$("#members"+id).hide();
$("#an"+id).data("kendoDropDownList").value("");
$("#an"+id).data("kendoDropDownList").value(null);
if (e !== null && e.target.id == "family" + id) {
$("#members" + id).show();
$('#AppointmentFor').val('Family');
$('#familyDisclaimer').modal('show');
}
else {
$('#AppointmentFor').val('Individual');
}
}
function OnFamilyReject(){
var appointmentFor = document.getElementById("self" + applicantId);
appointmentFor.checked = true;
OnAppointmentForChange(null, applicantId);
familyModalClose = true;
$('#familyDisclaimer').modal('hide');
}
function OnFamilyAccept() {
familyModalClose = true;
$('#familyDisclaimer').modal('hide');
}
function OnPlReject(){
$("#"+catItem).data("kendoDropDownList").value(null);
$("#PremiumTypeModel").modal('hide');
}
var addressModalClose = false;
var applicantsNoFilterData = [];
var visaTypeFilterData = [];
var visasubIdFilterData = [];
var locationFilterData = [];
var applicantId = 0;
var rspData = [];
var locationData
=[{"Id":"2487","Name":"Algiers","Code":"ALGIERS","VisaTypeIds":"[\"5641\",\"5642\",
\"5643\"]","VisaSubTypeIds":"[\"7448\",\"7454\",\"7455\",\"7456\",\"7457\"]","Missi
onId":"ec336bcf-29fe-4d76-90f1-a7ae2d74d78b"},
{"Id":"2488","Name":"Oran","Code":"ORAN","VisaTypeIds":"[\"5642\",\"5643\"]","VisaS
ubTypeIds":"[\"7450\",\"7451\",\"7452\",\"7453\"]","MissionId":"7b831dab-5bed-4f9e-
9e13-a301dfce2d77"}];
var visasubIdData =[{"Id":"7392","Name":"Business
Visa","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"BUSINESS_VISA"},
{"Id":"7393","Name":"Medical
Visit","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_MEDICAL_VISIT"},
{"Id":"7394","Name":"SHA (Sahraoui Family
reunification)","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"SAHRAOUI_FAMILY_
REUNIFICATION"},{"Id":"7395","Name":"Schengen
Visa","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA"},
{"Id":"7396","Name":"Internship
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"INTERNSHIP_VISA"},
{"Id":"7397","Name":"Researcher
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"RESEARCHER_VISA"},
{"Id":"7398","Name":"Residence and Employment Work
Visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"RESIDENCE_EMPLOYMENT_WORK_
VISA"},
{"Id":"7399","Name":"Student","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"ST
UDENT_VISA"},{"Id":"7400","Name":"Eu Citizens Family
Reunification","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"FAMILY_REUNIFICAT
ION_VISA"},{"Id":"7401","Name":"Owners
Visa","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"OWNERS_VISA"},
{"Id":"7402","Name":"Family
Visit","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_FAMILY_VISIT"},
{"Id":"7403","Name":"Residence visa with working permit
exemption","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"RESIDENCE_VISA_WORKIN
G_PERMIT_EXEMPTION"},{"Id":"7404","Name":"Self-employed work
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"SELF_EMPLOYED_WORK_VISA"},
{"Id":"7405","Name":"RFK (Family
reunification)","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"FAMILY_REUNIFICA
TION_VISA"},{"Id":"7406","Name":"Sports / Cultural / Artistic /
Scientific","Value":"5640","Code":null,"VisaSubTypeCode":"SPORT_CULT_ART_SCIENTIFIC
"},
{"Id":"7407","Name":"Mission","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"MI
SSION"},{"Id":"7408","Name":"Study between 90 and 179
days","Value":"5639","Code":null,"VisaSubTypeCode":"STUDY_BETWEEN_90_AND_179_DAYS"}
,{"Id":"7409","Name":"Visa for highly qualified workers and for intra-company
transfers","Value":"5639","Code":null,"VisaSubTypeCode":"HIGHLY_QUALIFIED_WORKERS_I
NTRA_COMPANY_TRANSFERS"},{"Id":"7410","Name":"Non-lucrative residence
visa","Value":"5639","Code":null,"VisaSubTypeCode":"NON_LUCRATIVE RESIDENCE VISA"},
{"Id":"7411","Name":"Highly qualified Work
Visa","Value":"5639","Code":null,"VisaSubTypeCode":"HIGHLY_QUALIFIED_WORK_VISA"},
{"Id":"7412","Name":"Investment
Visa","Value":"5639","Code":null,"VisaSubTypeCode":"INVESTMENT_VISA"},
{"Id":"7413","Name":"National
Visa","Value":"5639","Code":null,"VisaSubTypeCode":"NATIONAL_VISA"},
{"Id":"7414","Name":"Relocation With In The Same
Company","Value":"5639","Code":null,"VisaSubTypeCode":"RELOCATION_WITH_IN_THE_SAME_
COMPANY"},{"Id":"7415","Name":"Study Family Member
","Value":"5639","Code":null,"VisaSubTypeCode":"STUDY_FAMILY_MEMBER"},
{"Id":"7416","Name":"Study More Than 180
Days","Value":"5639","Code":null,"VisaSubTypeCode":"STUDY_MORE_THAN_180_DAYS"},
{"Id":"7417","Name":"Family
Visit","Value":"5639","Code":null,"VisaSubTypeCode":"FAMILY_VISIT"},
{"Id":"7418","Name":"Entrepreneur
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"ENTERPRENEUR_VISA"},
{"Id":"7419","Name":"Study Less Than 90
Days","Value":"5639","Code":null,"VisaSubTypeCode":"STUDY_LESS_THAN_90_DAYS"},
{"Id":"7420","Name":"Select Visit
Purpose","Value":"5639","Code":null,"VisaSubTypeCode":"SELECT_VISIT_PURPOSE"},
{"Id":"7421","Name":"Long-term residence permit recuperation
visa","Value":"5639","Code":null,"VisaSubTypeCode":"LONG_TERM_RESIDENCE_PERMIT_RECU
PERATION_VISA"},
{"Id":"7422","Name":"Transit","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"TR
ANSIT_VISA"},{"Id":"7423","Name":"EU National Family Member
Visa","Value":"5639","Code":null,"VisaSubTypeCode":"EU_NATIONAL_FAMILY_MEMBER_VISA"
},{"Id":"7424","Name":"Residence visa with working permit
exemption","Value":"5639","Code":null,"VisaSubTypeCode":"RESIDENCE_VISA_WORKING_PER
MIT_EXEMPTION"},{"Id":"7425","Name":"Long-term residence or EU Long-term residence
recover","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"LONG_TERM_RESIDENCE_EU_
LONG_TERM_RESIDENCE"},{"Id":"7426","Name":"Long-term residence
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"LONG_TERM_RESIDENCE_VISA"}
,{"Id":"7427","Name":"Non-working residency visa (non-lucrative
visa)","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"NON_WORKING_RESIDENCY_VIS
A"},{"Id":"7428","Name":"Visa for highly qualified workers and for intra-company
transfers","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"HIGHLY_QUALIFIED_WORK
ERS_INTRA_COMPANY_TRANSFERS"},{"Id":"7429","Name":"Medical
Visit","Value":"5639","Code":null,"VisaSubTypeCode":"MEDICAL_VISIT"},
{"Id":"7430","Name":"Property
Owner","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"PROPERTY_OWNER"},
{"Id":"7431","Name":"Tourism","Value":"5640","Code":"WEB_BLS","VisaSubTypeCode":"TO
URISM"},{"Id":"7432","Name":"ESC
Visa","Value":"5640","Code":null,"VisaSubTypeCode":"ESC_VISA"},
{"Id":"7433","Name":"Visa for residence by
teleworking","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"VISA_FOR_RESIDENCE_
BY_TELEWORKING"},{"Id":"7434","Name":"Foreign work
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"FOREIGN_WORK_VISA"},
{"Id":"7435","Name":"General
information","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"GENERAL_INFORMATION
"},{"Id":"7436","Name":"Family reunification
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"FAMILY_REUNIFICATION"},
{"Id":"7437","Name":"Visa for family member of EU
citizen","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"FAMILY_MEMBER_OF_EU_CIT
IZEN_VISA"},{"Id":"7438","Name":"Study
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"STUDY_VISA"},
{"Id":"7439","Name":"Non-profit residence
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"NON_PROFIT_RESIDENCE_VISA"
},{"Id":"7440","Name":"Visa for long-term residence
recovery","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"LONG_TERM_RESIDENCE_RE
COVERY_VISA"},{"Id":"7441","Name":"Self-employed work visa employee
account","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"SELF_EMPLOYED_WORK_VISA
_EMPLOYEE_ACCOUNT"},{"Id":"7442","Name":"Self-employed work visa own
account","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"SELF_EMPLOYED_WORK_VISA
_OWN_ACCOUNT"},{"Id":"7443","Name":"Visa for
entrepreneurs","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"ENTREPRENEURS_VIS
A"},{"Id":"7444","Name":"Visa for intra-corporate
transfer","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"INTRA_CORPORATE_TRANSF
ER_VISA"},{"Id":"7445","Name":"Investor
visa","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"INVESTOR_VISA"},
{"Id":"7446","Name":"Visa for highly qualified
work","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"VISA_FOR_HIGHLY_QUALIFIED_
WORK"},{"Id":"7447","Name":"Visa for
researchers","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"VISA_FOR_RESEARCHER
S"},{"Id":"7448","Name":"Schengen visa
( Estonia)","Value":"5641","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ESTONI
A"},{"Id":"7449","Name":"Taxe de
résidence","Value":"5639","Code":"WEB_BLS","VisaSubTypeCode":"TAXE_DE_RESIDENCE"},
{"Id":"7450","Name":"Oran
1","Value":"5642","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ORAN_ONE"},
{"Id":"7451","Name":"Oran
2","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ORAN_TWO"},
{"Id":"7452","Name":"Oran
3","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ORAN_THREE"},
{"Id":"7453","Name":"Oran
4","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ORAN_FOUR"},
{"Id":"7454","Name":"ALG
1","Value":"5642","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ALG_ONE"},
{"Id":"7455","Name":"ALG
2","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ALG_TWO"},
{"Id":"7456","Name":"ALG
3","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ALG_THREE"},
{"Id":"7457","Name":"ALG
4","Value":"5643","Code":"WEB_BLS","VisaSubTypeCode":"SCHENGEN_VISA_ALG_FOUR"}];
var redirect = '';
var visaIdData =[{"Id":"5639","Name":"National
Visa","VisaTypeCode":"NATIONAL_VISA","AppointmentSource":null},
{"Id":"5640","Name":"Schengen
Visa","VisaTypeCode":"SCHENGEN_VISA","AppointmentSource":null},
{"Id":"5641","Name":"Schengen visa
( Estonia)","VisaTypeCode":"SCHENGEN_VISA_ESTONIA","AppointmentSource":"WEB_BLS"},
{"Id":"5642","Name":"First application / première
demande","VisaTypeCode":"SCHENGEN_VISA","AppointmentSource":"WEB_BLS"},
{"Id":"5643","Name":"Visa renewal / renouvellement de
visa","VisaTypeCode":"SCHENGEN_VISA_EXISTING","AppointmentSource":"WEB_BLS"}];
var applicantsNoData=[{"Id":"2728","Name":"2 Members","Value":"2728"},
{"Id":"2729","Name":"3 Members","Value":"2729"},{"Id":"2730","Name":"4
Members","Value":"2730"},{"Id":"2731","Name":"5 Members","Value":"2731"},
{"Id":"2732","Name":"6 Members","Value":"2732"},{"Id":"2733","Name":"7
Members","Value":"2733"},{"Id":"2734","Name":"8 Members","Value":"2734"}];
var categoryData=[{"Id":"4060","Name":"Normal","Code":"CATEGORY_NORMAL"},
{"Id":"4061","Name":"Premium","Code":"CATEGORY_PREMIUM"},{"Id":"4062","Name":"Prime
Time","Code":"PRIME_TIME"}];
</script>

<div id="div-main" class="row pb-3 pl-5 pr-5">


<div class="d-none d-sm-block col-md-7">
</div>
<div class="shadow rounded-3 p-3 col-md-3 d-sm-12">
<div class="text-center col-12">
<a href="index.html">
<img class="h-50px mb-2" src="/assets/images/logo.png"
alt="logo">
</a>
</div>
<form method="post" action="/DZA/Appointment/VisaType">
<div class="validation-summary text-danger mb-3 validation-summary-
valid" data-valmsg-summary="true"><ul><li style="display:none"></li>
</ul></div>
<div class="pt-2">
<div class="mb-3 mdom lwccaR SPSbVy caoQe pQeepy RFymQPI cTPbmc InPU UoeG FlFGwE
SleEyF REovv cnwovTe cUEVcp odvFPc FUSxmaV HxxGTGd IacdVR vEIc eGxp cvFGFVe aabF
UHlSIp meRodQU dmPwlTd vbGGHF lQxa mUUe naamEoa Qnpo meEvxd PlSowaF IVvSEIU PFldH
vIVa mt-5">
<label class="form-label"
for="VvRa">Location<span class="required">*</span></label>
<input id="VvRa" name="VvRa"
style="width:100%">
</div><div class="mb-3 PFldH RFymQPI aabF VVemE
pQeepy UoeG cnwovTe mUUe caoQe HxxGTGd Qnpo naamEoa UHlSIp InPU REovv PlSowaF mt-
5">
<label class="form-label"
for="cPRbv">Location<span class="required">*</span></label>
<input id="cPRbv" name="cPRbv"
style="width:100%">
</div><div class="mb-3 Qnpo caoQe mdom odvFPc
FUSxmaV lwccaR meRodQU UoeG IVvSEIU mUUe aabF naamEoa dmPwlTd yyUS REovv FlFGwE
cUEVcp eGxp lQxa InPU meEvxd vEIc SPSbVy RFymQPI HxxGTGd IacdVR pQeepy PlSowaF
SleEyF vbGGHF vIVa UHlSIp cTPbmc cnwovTe PFldH dlVx mt-5">
<label class="form-label"
for="lSVQGU">Location<span class="required">*</span></label>
<input id="lSVQGU" name="lSVQGU"
style="width:100%">
</div><div class="mb-3 EGGGpv cUEVcp xEecVR eGxp
odvFPc pRoIRI ayQHRTP Qnpo meRodQU PlSowaF HxxGTGd PFldH cTPbmc lQxa FUSxmaV
xIcdFxT SPSbVy yyUS FlFGwE bwoP RFymQPI UHlSIp IVvSEIU aabF caoQe anPSV RmVQd
cnwovTe IacdVR vIVa vbGGHF lwccaR meEvxd HcmQcSF mUUe xUeal eIaH naamEoa SleEyF
vEIc InPU pQeepy REovv mdom dmPwlTd UoeG mt-5">
<label class="form-label"
for="vIeIFd">Location<span class="required">*</span></label>
<input id="vIeIFd" name="vIeIFd"
style="width:100%">
</div><div class="mb-3 UHlSIp lwccaR mdom cUEVcp
SleEyF mUUe RFymQPI FlFGwE REovv Qnpo meRodQU SPSbVy FUSxmaV meEvxd UoeG caoQe
IVvSEIU aabF vbGGHF vIVa vPbw InPU cnwovTe pQeepy HxxGTGd vEIc lQxa naamEoa PlSowaF
dmPwlTd IacdVR cTPbmc PFldH eGxp mt-5">
<label class="form-label"
for="oUGn">Location<span class="required">*</span></label>
<input id="oUGn" name="oUGn"
style="width:100%">
</div><div class="mb-3 lwccaR SPSbVy FlFGwE PFldH
naamEoa FUSxmaV FbFyQ mUUe InPU mdom dmPwlTd RFymQPI SleEyF Qnpo HxxGTGd vIVa
UHlSIp cnwovTe lQxa pQeepy PlSowaF UoeG REovv caoQe aabF mt-4">
<label class="form-label" for="nmdveHV">Visa
Type<span class="required">*</span></label>
<input id="nmdveHV" name="nmdveHV"
style="width:100%">
</div><div class="mb-3 REovv InPU Qnpo UoeG HxxGTGd
cnwovTe PlSowaF caoQe SleEyF mUUe FUSxmaV pQeepy naamEoa mdom vIVa lwccaR PFldH
UHlSIp RFymQPI aabF SPSbVy ymob mt-4">
<label class="form-label" for="yGcyelQ">Visa
Type<span class="required">*</span></label>
<input id="yGcyelQ" name="yGcyelQ"
style="width:100%">
</div><div class="mb-3 HxxGTGd pQeepy mdom cUEVcp
meEvxd meRodQU REovv HcmQcSF UoeG InPU UHlSIp IacdVR FlFGwE SleEyF ayQHRTP eGxp
FUSxmaV lQxa cnwovTe Qnpo doRQn cTPbmc RmVQd vEIc RFymQPI IVvSEIU lwccaR odvFPc
SPSbVy mUUe caoQe vbGGHF yyUS naamEoa aabF dmPwlTd PlSowaF PFldH vIVa mt-4">
<label class="form-label" for="xvel">Visa
Type<span class="required">*</span></label>
<input id="xvel" name="xvel"
style="width:100%">
</div><div class="mb-3 SPSbVy bQnIeb vbGGHF meRodQU
odvFPc REovv meEvxd Qnpo naamEoa RFymQPI UHlSIp eGxp yyUS vEIc cTPbmc pQeepy cUEVcp
HxxGTGd mUUe PFldH vIVa PlSowaF SleEyF mdom FlFGwE IacdVR dmPwlTd lQxa caoQe
cnwovTe IVvSEIU UoeG lwccaR FUSxmaV wxced InPU aabF mt-4">
<label class="form-label" for="VmEb">Visa
Type<span class="required">*</span></label>
<input id="VmEb" name="VmEb"
style="width:100%">
</div><div class="mb-3 UoeG HxxGTGd InPU PFldH
UHlSIp RFymQPI mUUe aabF pQeepy PlSowaF naamEoa caoQe cnwovTe ydHPyPI mt-4">
<label class="form-label" for="IFFe">Visa
Type<span class="required">*</span></label>
<input id="IFFe" name="IFFe"
style="width:100%">
</div><div class="mb-3 UoeG vIVa dmPwlTd vbGGHF
Qnpo SleEyF RFymQPI InPU pQeepy FlFGwE SPSbVy IacdVR vEIc meRodQU mUUe aabF meEvxd
lQxa cTPbmc cTEHEw PFldH cUEVcp IVvSEIU HxxGTGd REovv PlSowaF mdom FUSxmaV cnwovTe
lwccaR naamEoa UHlSIp caoQe eGxp mt-6">
<label class="form-label" for="FcTc">Visa Sub
Type<span class="required">*</span></label>
<input id="FcTc" name="FcTc"
style="width:100%">
</div><div class="mb-3 FUSxmaV aabF Qnpo naamEoa
mdom lwccaR PFldH UoeG REovv pQeepy InPU vIVa HxxGTGd PlSowaF RFymQPI SPSbVy caoQe
UHlSIp PEwbm mUUe cnwovTe SleEyF mt-6">
<label class="form-label" for="bemd">Visa Sub
Type<span class="required">*</span></label>
<input id="bemd" name="bemd"
style="width:100%">
</div><div class="mb-3 pQeepy UHlSIp mUUe bRSIPI
caoQe naamEoa PlSowaF UoeG HxxGTGd cnwovTe RFymQPI aabF PFldH mt-6">
<label class="form-label" for="PREa">Visa Sub
Type<span class="required">*</span></label>
<input id="PREa" name="PREa"
style="width:100%">
</div><div class="mb-3 IacdVR aabF RFymQPI IbxdFGa
lQxa vEIc UoeG cnwovTe PlSowaF UHlSIp FlFGwE cUEVcp vbGGHF eGxp FUSxmaV Qnpo SPSbVy
mUUe caoQe dmPwlTd InPU naamEoa IVvSEIU meRodQU SleEyF cTPbmc PFldH vIVa lwccaR
meEvxd mdom REovv pQeepy HxxGTGd mt-6">
<label class="form-label" for="HFxmvx">Visa
Sub Type<span class="required">*</span></label>
<input id="HFxmvx" name="HFxmvx"
style="width:100%">
</div><div class="mb-3 UHlSIp HxxGTGd mdom IacdVR
meEvxd cUEVcp dmPwlTd RmVQd vEIc pRoIRI PFldH RFymQPI EGGGpv caoQe vTcRxxb lQxa
ayQHRTP naamEoa pQeepy anPSV FlFGwE wVGl vbGGHF wxced InPU mUUe odvFPc yyUS vIVa
Qnpo FUSxmaV eGxp meRodQU lwccaR eIbPxox REovv cTPbmc axTy SPSbVy xIcdFxT HcmQcSF
IVvSEIU UoeG aabF eIaH cnwovTe SleEyF PlSowaF xEecVR xUeal mt-6">
<label class="form-label" for="emUoUoa">Visa
Sub Type<span class="required">*</span></label>
<input id="emUoUoa" name="emUoUoa"
style="width:100%">
</div><div class="mb-3 cTPbmc cnwovTe SleEyF mUUe
pQeepy vbGGHF vIVa dmPwlTd HxxGTGd FUSxmaV InPU cUEVcp IacdVR FlFGwE eGxp meEvxd
lQxa meRodQU UoeG PlSowaF SPSbVy IVvSEIU vEIc REovv Qnpo addb aabF mdom caoQe
naamEoa PFldH UHlSIp RFymQPI lwccaR mt-5">
<label class="form-label">Appointment For<span
class="text-danger">*</span></label>
<div class="d-flex gap-4">
<div class="form-check radio-bg-light">
<input type="radio" name="afewHvR"
checked='checked' class="form-check-input" value="Individual" id="selfewHvR"
checked onclick="OnAppointmentForChange(event,'ewHvR');" />
<label class="form-check-label" for="selfewHvR"
style="margin-left: 22px;">
Individual
</label>
</div>
<div class="form-check radio-bg-light">
<input type="radio" name="afewHvR"
class="form-check-input" value="Family" id="familyewHvR"
onclick="OnAppointmentForChange(event,'ewHvR');" />
<label class="form-check-label"
for="familyewHvR" style="margin-left: 22px;">
Family
</label>
</div>
</div>
</div>
<div class="mb-3 cTPbmc cnwovTe SleEyF mUUe pQeepy vbGGHF
vIVa dmPwlTd HxxGTGd FUSxmaV InPU cUEVcp IacdVR FlFGwE eGxp meEvxd lQxa meRodQU
UoeG PlSowaF SPSbVy IVvSEIU vEIc REovv Qnpo addb aabF mdom caoQe naamEoa PFldH
UHlSIp RFymQPI lwccaR mt-5">
<div id="membersewHvR" style='display:none;' >
<label class="form-label" for="anewHvR">Number Of
Members<span class="required">*</span></label>
<input id="anewHvR" name="anewHvR"
style="width:100%">
<script>
$(document).ready(function () {
$("#anewHvR").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Value",
filter: "contains",
dataSource: applicantsNoData,
open: onDrpOpen,
close: onDrpClose,
select: onDrpSelect
});
});
</script>
</div>
</div><div class="mb-3 UHlSIp anPSV aabF caoQe odvFPc
FlFGwE vIVa cnwovTe UoeG mUUe naamEoa yyUS HcmQcSF cTPbmc IacdVR InPU xEecVR eIaH
xIcdFxT meRodQU FUSxmaV vEIc RFymQPI addb meEvxd cUEVcp SPSbVy ayQHRTP RmVQd mdom
PFldH lQxa HxxGTGd IVvSEIU Qnpo EGGGpv REovv vbGGHF pQeepy dmPwlTd SleEyF lwccaR
PlSowaF eGxp mt-5">
<label class="form-label">Appointment For<span
class="text-danger">*</span></label>
<div class="d-flex gap-4">
<div class="form-check radio-bg-light">
<input type="radio" name="afpwHaUo"
checked='checked' class="form-check-input" value="Individual" id="selfpwHaUo"
checked onclick="OnAppointmentForChange(event,'pwHaUo');" />
<label class="form-check-label"
for="selfpwHaUo" style="margin-left: 22px;">
Individual
</label>
</div>
<div class="form-check radio-bg-light">
<input type="radio" name="afpwHaUo"
class="form-check-input" value="Family" id="familypwHaUo"
onclick="OnAppointmentForChange(event,'pwHaUo');" />
<label class="form-check-label"
for="familypwHaUo" style="margin-left: 22px;">
Family
</label>
</div>
</div>
</div>
<div class="mb-3 UHlSIp anPSV aabF caoQe odvFPc FlFGwE vIVa
cnwovTe UoeG mUUe naamEoa yyUS HcmQcSF cTPbmc IacdVR InPU xEecVR eIaH xIcdFxT
meRodQU FUSxmaV vEIc RFymQPI addb meEvxd cUEVcp SPSbVy ayQHRTP RmVQd mdom PFldH
lQxa HxxGTGd IVvSEIU Qnpo EGGGpv REovv vbGGHF pQeepy dmPwlTd SleEyF lwccaR PlSowaF
eGxp mt-5">
<div id="memberspwHaUo" style='display:none;' >
<label class="form-label" for="anpwHaUo">Number
Of Members<span class="required">*</span></label>
<input id="anpwHaUo" name="anpwHaUo"
style="width:100%">
<script>
$(document).ready(function () {
$("#anpwHaUo").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Value",
filter: "contains",
dataSource: applicantsNoData,
open: onDrpOpen,
close: onDrpClose,
select: onDrpSelect
});
});
</script>
</div>
</div><div class="mb-3 addb mUUe PlSowaF dmPwlTd RFymQPI
InPU cnwovTe FlFGwE pQeepy meEvxd UoeG PFldH SleEyF IacdVR FUSxmaV vIVa naamEoa
Qnpo eGxp aabF lwccaR meRodQU cTPbmc cUEVcp SPSbVy vEIc REovv vbGGHF HxxGTGd UHlSIp
lQxa mdom caoQe mt-5">
<label class="form-label">Appointment For<span
class="text-danger">*</span></label>
<div class="d-flex gap-4">
<div class="form-check radio-bg-light">
<input type="radio" name="afGeeUEV"
checked='checked' class="form-check-input" value="Individual" id="selfGeeUEV"
checked onclick="OnAppointmentForChange(event,'GeeUEV');" />
<label class="form-check-label"
for="selfGeeUEV" style="margin-left: 22px;">
Individual
</label>
</div>
<div class="form-check radio-bg-light">
<input type="radio" name="afGeeUEV"
class="form-check-input" value="Family" id="familyGeeUEV"
onclick="OnAppointmentForChange(event,'GeeUEV');" />
<label class="form-check-label"
for="familyGeeUEV" style="margin-left: 22px;">
Family
</label>
</div>
</div>
</div>
<div class="mb-3 addb mUUe PlSowaF dmPwlTd RFymQPI InPU
cnwovTe FlFGwE pQeepy meEvxd UoeG PFldH SleEyF IacdVR FUSxmaV vIVa naamEoa Qnpo
eGxp aabF lwccaR meRodQU cTPbmc cUEVcp SPSbVy vEIc REovv vbGGHF HxxGTGd UHlSIp lQxa
mdom caoQe mt-5">
<div id="membersGeeUEV" style='display:none;' >
<label class="form-label" for="anGeeUEV">Number
Of Members<span class="required">*</span></label>
<input id="anGeeUEV" name="anGeeUEV"
style="width:100%">
<script>
$(document).ready(function () {
$("#anGeeUEV").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Value",
filter: "contains",
dataSource: applicantsNoData,
open: onDrpOpen,
close: onDrpClose,
select: onDrpSelect
});
});
</script>
</div>
</div><div class="mb-3 UoeG UHlSIp EGGGpv SleEyF FUSxmaV
eGxp yyUS Qnpo cUEVcp vbGGHF cnwovTe aabF mdom ayQHRTP RFymQPI REovv InPU dmPwlTd
mUUe SPSbVy caoQe vIVa lQxa cTPbmc lwccaR xEecVR IacdVR PFldH HcmQcSF FlFGwE odvFPc
naamEoa meEvxd PlSowaF wxced meRodQU vEIc HxxGTGd pQeepy IVvSEIU RmVQd mt-5">
<label class="form-label">Appointment For<span
class="text-danger">*</span></label>
<div class="d-flex gap-4">
<div class="form-check radio-bg-light">
<input type="radio" name="afTeUPFR"
checked='checked' class="form-check-input" value="Individual" id="selfTeUPFR"
checked onclick="OnAppointmentForChange(event,'TeUPFR');" />
<label class="form-check-label"
for="selfTeUPFR" style="margin-left: 22px;">
Individual
</label>
</div>
<div class="form-check radio-bg-light">
<input type="radio" name="afTeUPFR"
class="form-check-input" value="Family" id="familyTeUPFR"
onclick="OnAppointmentForChange(event,'TeUPFR');" />
<label class="form-check-label"
for="familyTeUPFR" style="margin-left: 22px;">
Family
</label>
</div>
</div>
</div>
<div class="mb-3 UoeG UHlSIp EGGGpv SleEyF FUSxmaV eGxp
yyUS Qnpo cUEVcp vbGGHF cnwovTe aabF mdom ayQHRTP RFymQPI REovv InPU dmPwlTd mUUe
SPSbVy caoQe vIVa lQxa cTPbmc lwccaR xEecVR IacdVR PFldH HcmQcSF FlFGwE odvFPc
naamEoa meEvxd PlSowaF wxced meRodQU vEIc HxxGTGd pQeepy IVvSEIU RmVQd mt-5">
<div id="membersTeUPFR" style='display:none;' >
<label class="form-label" for="anTeUPFR">Number
Of Members<span class="required">*</span></label>
<input id="anTeUPFR" name="anTeUPFR"
style="width:100%">
<script>
$(document).ready(function () {
$("#anTeUPFR").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Value",
filter: "contains",
dataSource: applicantsNoData,
open: onDrpOpen,
close: onDrpClose,
select: onDrpSelect
});
});
</script>
</div>
</div><div class="mb-3 eGxp cnwovTe vEIc meRodQU HcmQcSF
vbGGHF cUEVcp IacdVR pQeepy caoQe UoeG SPSbVy odvFPc vIVa aabF ayQHRTP naamEoa
FUSxmaV RFymQPI xIcdFxT HxxGTGd Qnpo mdom UHlSIp yyUS REovv mUUe dmPwlTd PFldH
pRoIRI anPSV cTPbmc addb FlFGwE PlSowaF xUeal meEvxd lQxa SleEyF EGGGpv eIaH InPU
xEecVR IVvSEIU RmVQd lwccaR mt-5">
<label class="form-label">Appointment For<span
class="text-danger">*</span></label>
<div class="d-flex gap-4">
<div class="form-check radio-bg-light">
<input type="radio" name="afcHxHwTU"
checked='checked' class="form-check-input" value="Individual" id="selfcHxHwTU"
checked onclick="OnAppointmentForChange(event,'cHxHwTU');" />
<label class="form-check-label"
for="selfcHxHwTU" style="margin-left: 22px;">
Individual
</label>
</div>
<div class="form-check radio-bg-light">
<input type="radio" name="afcHxHwTU"
class="form-check-input" value="Family" id="familycHxHwTU"
onclick="OnAppointmentForChange(event,'cHxHwTU');" />
<label class="form-check-label"
for="familycHxHwTU" style="margin-left: 22px;">
Family
</label>
</div>
</div>
</div>
<div class="mb-3 eGxp cnwovTe vEIc meRodQU HcmQcSF vbGGHF
cUEVcp IacdVR pQeepy caoQe UoeG SPSbVy odvFPc vIVa aabF ayQHRTP naamEoa FUSxmaV
RFymQPI xIcdFxT HxxGTGd Qnpo mdom UHlSIp yyUS REovv mUUe dmPwlTd PFldH pRoIRI anPSV
cTPbmc addb FlFGwE PlSowaF xUeal meEvxd lQxa SleEyF EGGGpv eIaH InPU xEecVR IVvSEIU
RmVQd lwccaR mt-5">
<div id="memberscHxHwTU" style='display:none;' >
<label class="form-label" for="ancHxHwTU">Number
Of Members<span class="required">*</span></label>
<input id="ancHxHwTU" name="ancHxHwTU"
style="width:100%">
<script>
$(document).ready(function () {
$("#ancHxHwTU").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Value",
filter: "contains",
dataSource: applicantsNoData,
open: onDrpOpen,
close: onDrpClose,
select: onDrpSelect
});
});
</script>
</div>
</div><div class="mb-3 cUEVcp UoeG REovv RFymQPI naamEoa
mdom pQeepy cTPbmc InPU meRodQU UHlSIp axTy xEecVR dGHpvoT caoQe cnwovTe xIcdFxT
lwccaR SleEyF addb yyUS HxxGTGd vbGGHF pRoIRI vEIc anPSV meEvxd FUSxmaV SPSbVy
dmPwlTd IacdVR lQxa FlFGwE aabF TUHnSVn mUUe ayQHRTP odvFPc vTcRxxb wVGl EGGGpv
eIaH ncIpmaH PFldH HcmQcSF eGxp IVvSEIU Qnpo vIVa RmVQd PlSowaF xUeal mt-4">
<label class="form-label"
for="pbpSdey">Category<span class="required">*</span></label>
<input id="pbpSdey" name="pbpSdey"
style="width:100%">
</div><div class="mb-3 HxxGTGd REovv cnwovTe aabF
UoeG naamEoa lwccaR caoQe Qnpo PlSowaF mUUe InPU addb PFldH pQeepy RFymQPI IIdpcHo
UHlSIp mt-4">
<label class="form-label"
for="odEcIQw">Category<span class="required">*</span></label>
<input id="odEcIQw" name="odEcIQw"
style="width:100%">
</div><div class="mb-3 Qnpo PFldH naamEoa wSGPSmG
UHlSIp mdom cnwovTe RFymQPI meEvxd REovv aabF cUEVcp FUSxmaV PlSowaF SPSbVy caoQe
pQeepy lQxa HxxGTGd lwccaR FlFGwE dmPwlTd vIVa SleEyF mUUe UoeG InPU mt-4">
<label class="form-label"
for="aURwpU">Category<span class="required">*</span></label>
<input id="aURwpU" name="aURwpU"
style="width:100%">
</div><div class="mb-3 RFymQPI caoQe PlSowaF mUUe
REovv naamEoa aabF cnwovTe UoeG HxxGTGd pQeepy InPU PFldH lwccaR mdom UHlSIp PboeSF
Qnpo mt-4">
<label class="form-label"
for="Sxby">Category<span class="required">*</span></label>
<input id="Sxby" name="Sxby"
style="width:100%">
</div><div class="mb-3 HxxGTGd PlSowaF caoQe eGxp
UHlSIp mUUe SPSbVy UoeG QyPT lwccaR cTPbmc naamEoa odvFPc aabF mdom cnwovTe lQxa
Qnpo ayQHRTP yyUS HcmQcSF vEIc IacdVR PFldH cUEVcp FlFGwE pQeepy meRodQU meEvxd
RFymQPI REovv vIVa IVvSEIU InPU RmVQd vbGGHF dmPwlTd FUSxmaV SleEyF mt-4">
<label class="form-label"
for="xGdvd">Category<span class="required">*</span></label>
<input id="xGdvd" name="xGdvd"
style="width:100%">
</div>
<script>$(document).ready(function () {

$("#VvRa").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: locationData,
change:VvRa_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#cPRbv").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: locationData,
change:cPRbv_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#lSVQGU").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: locationData,
change:lSVQGU_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#vIeIFd").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: locationData,
change:vIeIFd_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#oUGn").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: locationData,
change:oUGn_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#nmdveHV").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:nmdveHV_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#yGcyelQ").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:yGcyelQ_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#xvel").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:xvel_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#VmEb").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:VmEb_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#IFFe").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:IFFe_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#FcTc").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource:
visasubIdFilterData,
open: onDrpOpen,
change:FcTc_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#bemd").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource:
visasubIdFilterData,
open: onDrpOpen,
change:bemd_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#PREa").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource:
visasubIdFilterData,
open: onDrpOpen,
change:PREa_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#HFxmvx").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource:
visasubIdFilterData,
open: onDrpOpen,
change:HFxmvx_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#emUoUoa").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource:
visasubIdFilterData,
open: onDrpOpen,
change:emUoUoa_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#ewHvR").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:ewHvR_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#pwHaUo").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:pwHaUo_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#GeeUEV").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:GeeUEV_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#TeUPFR").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:TeUPFR_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#cHxHwTU").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: visaTypeFilterData,
change:cHxHwTU_change,
open: onDrpOpen,
autoBind:false,
close: onDrpClose,
select: onDrpSelect

});
$("#pbpSdey").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: categoryData,
open: onDrpOpen,
change:pbpSdey_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#odEcIQw").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: categoryData,
open: onDrpOpen,
change:odEcIQw_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#aURwpU").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: categoryData,
open: onDrpOpen,
change:aURwpU_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#Sxby").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: categoryData,
open: onDrpOpen,
change:Sxby_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});
$("#xGdvd").kendoDropDownList({
optionLabel: "--Select--",
dataTextField: "Name",
dataValueField: "Id",
filter: "contains",
dataSource: categoryData,
open: onDrpOpen,
change:xGdvd_change,
autoBind:false,
close: onDrpClose,
select: onDrpSelect
});

YNKhM($('.cvFGFVe'));YNKhM($
('.cvFGFVe'));kLuJfD($('.cvFGFVe'));sLsgMt($('.cvFGFVe'));uXKALJ($
('.cvFGFVe'));KLCZkhz($('.cvFGFVe'));KLCZkhz($('.cvFGFVe'));iOOzWgf($
('.cvFGFVe'));iOOzWgf($('.cvFGFVe'));ksfg($('.cvFGFVe'));jCMMXu($
('.cvFGFVe'));fKhNDZA($('.cvFGFVe'));KiAzY($('.cvFGFVe'));jCMMXu($
('.VVemE'));jCMMXu($('.VVemE'));ksfg($('.VVemE'));ksfg($('.VVemE'));fKhNDZA($
('.VVemE'));iOOzWgf($('.VVemE'));jhJDg($('.VVemE'));kLuJfD($('.VVemE'));sLsgMt($
('.VVemE'));sLsgMt($('.dlVx'));AYjW($('.dlVx'));YNKhM($('.dlVx'));CYszJkq($
('.dlVx'));KLCZkhz($('.dlVx'));iOOzWgf($('.dlVx'));jhJDg($('.dlVx'));uXKALJ($
('.dlVx'));fKhNDZA($('.dlVx'));KiAzY($('.dlVx'));KiAzY($('.dlVx'));CiOzfK($
('.dlVx'));sLsgMt($('.bwoP'));AYjW($('.bwoP'));sLsgMt($('.bwoP'));CYszJkq($
('.bwoP'));AYjW($('.bwoP'));uXKALJ($('.bwoP'));uXKALJ($('.bwoP'));fKhNDZA($
('.bwoP'));jCMMXu($('.bwoP'));jCMMXu($('.bwoP'));sLsgMt($('.vPbw'));sLsgMt($
('.vPbw'));YNKhM($('.vPbw'));KLCZkhz($('.vPbw'));gXuC($('.vPbw'));CiOzfK($
('.vPbw'));ksfg($('.vPbw'));CiOzfK($('.vPbw'));KiAzY($('.vPbw'));AYjW($
('.FbFyQ'));AYjW($('.FbFyQ'));AYjW($('.FbFyQ'));CYszJkq($('.FbFyQ'));iOOzWgf($
('.FbFyQ'));iOOzWgf($('.FbFyQ'));gXuC($('.FbFyQ'));jhJDg($('.FbFyQ'));gXuC($
('.FbFyQ'));ksfg($('.FbFyQ'));KiAzY($('.FbFyQ'));fKhNDZA($('.FbFyQ'));CYszJkq($
('.ymob'));kLuJfD($('.ymob'));CYszJkq($('.ymob'));YNKhM($('.ymob'));YNKhM($
('.ymob'));jhJDg($('.ymob'));uXKALJ($('.ymob'));iOOzWgf($('.ymob'));KiAzY($
('.ymob'));jCMMXu($('.ymob'));KiAzY($('.ymob'));jCMMXu($('.ymob'));CiOzfK($
('.ymob'));kLuJfD($('.doRQn'));YNKhM($('.doRQn'));CYszJkq($('.doRQn'));jhJDg($
('.doRQn'));gXuC($('.doRQn'));iOOzWgf($('.doRQn'));jhJDg($('.doRQn'));jhJDg($
('.doRQn'));CiOzfK($('.doRQn'));ksfg($('.doRQn'));jCMMXu($('.bQnIeb'));ksfg($
('.bQnIeb'));kLuJfD($('.ydHPyPI'));kLuJfD($('.ydHPyPI'));YNKhM($
('.ydHPyPI'));CYszJkq($('.ydHPyPI'));kLuJfD($('.ydHPyPI'));KLCZkhz($
('.ydHPyPI'));gXuC($('.ydHPyPI'));ksfg($('.ydHPyPI'));jCMMXu($
('.ydHPyPI'));jCMMXu($('.ydHPyPI'));jCMMXu($('.ydHPyPI'));CYszJkq($
('.cTEHEw'));sLsgMt($('.cTEHEw'));AYjW($('.cTEHEw'));sLsgMt($('.cTEHEw'));AYjW($
('.cTEHEw'));uXKALJ($('.cTEHEw'));uXKALJ($('.cTEHEw'));iOOzWgf($
('.cTEHEw'));jhJDg($('.cTEHEw'));CiOzfK($('.cTEHEw'));CiOzfK($('.cTEHEw'));YNKhM($
('.PEwbm'));YNKhM($('.PEwbm'));YNKhM($('.PEwbm'));jhJDg($('.PEwbm'));uXKALJ($
('.PEwbm'));gXuC($('.PEwbm'));ksfg($('.PEwbm'));KiAzY($('.PEwbm'));ksfg($
('.PEwbm'));KiAzY($('.PEwbm'));CYszJkq($('.bRSIPI'));AYjW($('.bRSIPI'));AYjW($
('.bRSIPI'));uXKALJ($('.bRSIPI'));KLCZkhz($('.bRSIPI'));gXuC($('.bRSIPI'));ksfg($
('.bRSIPI'));jCMMXu($('.bRSIPI'));jCMMXu($('.bRSIPI'));kLuJfD($('.IbxdFGa'));AYjW($
('.IbxdFGa'));kLuJfD($('.IbxdFGa'));AYjW($('.IbxdFGa'));AYjW($('.IbxdFGa'));jhJDg($
('.IbxdFGa'));jhJDg($('.IbxdFGa'));KLCZkhz($('.IbxdFGa'));ksfg($
('.IbxdFGa'));KiAzY($('.IbxdFGa'));jCMMXu($('.IbxdFGa'));KiAzY($
('.eIbPxox'));ksfg($('.eIbPxox'));jCMMXu($('.eIbPxox'));KiAzY($
('.TUHnSVn'));CiOzfK($('.TUHnSVn'));KiAzY($('.TUHnSVn'));CiOzfK($
('.TUHnSVn'));CiOzfK($('.TUHnSVn'));fKhNDZA($('.IIdpcHo'));jCMMXu($
('.IIdpcHo'));CiOzfK($('.IIdpcHo'));ksfg($('.IIdpcHo'));CiOzfK($
('.IIdpcHo'));ksfg($('.wSGPSmG'));fKhNDZA($('.wSGPSmG'));uXKALJ($
('.wSGPSmG'));KLCZkhz($('.wSGPSmG'));jhJDg($('.wSGPSmG'));KLCZkhz($
('.wSGPSmG'));jhJDg($('.wSGPSmG'));AYjW($('.wSGPSmG'));AYjW($('.wSGPSmG'));AYjW($
('.wSGPSmG'));YNKhM($('.wSGPSmG'));kLuJfD($('.PboeSF'));AYjW($('.PboeSF'));sLsgMt($
('.PboeSF'));kLuJfD($('.PboeSF'));jhJDg($('.PboeSF'));jhJDg($('.PboeSF'));jhJDg($
('.PboeSF'));gXuC($('.PboeSF'));KLCZkhz($('.PboeSF'));KiAzY($('.PboeSF'));CiOzfK($
('.PboeSF'));CiOzfK($('.PboeSF'));CYszJkq($('.QyPT'));AYjW($('.QyPT'));sLsgMt($
('.QyPT'));KLCZkhz($('.QyPT'));uXKALJ($('.QyPT'));uXKALJ($('.QyPT'));jhJDg($
('.QyPT'));jhJDg($('.QyPT'));fKhNDZA($('.QyPT'));KiAzY($('.QyPT'));jCMMXu($
('.QyPT'));
});

function VvRa_change(e) {

locationDataItem = e.sender.dataItem();
if(locationDataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Id==='0');
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

visaTypeFilterData =
visaIdData.filter(v => locationDataItem.VisaTypeIds.includes(v.Id));
$
("#nmdveHV").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#yGcyelQ").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#xvel").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#VmEb").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#IFFe").data("kendoDropDownList").setDataSource(visaTypeFilterData);

}
}
function cPRbv_change(e) {

locationDataItem = e.sender.dataItem();
if(locationDataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Id==='0');
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

visaTypeFilterData =
visaIdData.filter(v => locationDataItem.VisaTypeIds.includes(v.Id));
$
("#nmdveHV").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#yGcyelQ").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#xvel").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#VmEb").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#IFFe").data("kendoDropDownList").setDataSource(visaTypeFilterData);

}
}
function lSVQGU_change(e) {
locationDataItem = e.sender.dataItem();
if(locationDataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Id==='0');
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

visaTypeFilterData =
visaIdData.filter(v => locationDataItem.VisaTypeIds.includes(v.Id));
$
("#nmdveHV").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#yGcyelQ").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#xvel").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#VmEb").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#IFFe").data("kendoDropDownList").setDataSource(visaTypeFilterData);

}
}
function vIeIFd_change(e) {

locationDataItem = e.sender.dataItem();
if(locationDataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Id==='0');
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

visaTypeFilterData =
visaIdData.filter(v => locationDataItem.VisaTypeIds.includes(v.Id));
$
("#nmdveHV").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#yGcyelQ").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#xvel").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#VmEb").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#IFFe").data("kendoDropDownList").setDataSource(visaTypeFilterData);

}
}
function oUGn_change(e) {

locationDataItem = e.sender.dataItem();
if(locationDataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Id==='0');
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
visaTypeFilterData =
visaIdData.filter(v => locationDataItem.VisaTypeIds.includes(v.Id));
$
("#nmdveHV").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#yGcyelQ").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#xvel").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#VmEb").data("kendoDropDownList").setDataSource(visaTypeFilterData);
$("#IFFe").data("kendoDropDownList").setDataSource(visaTypeFilterData);

}
}
function nmdveHV_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
if(locationDataItem!=null &&
locationDataItem.VisaSubTypeIds!=null){
visasubIdFilterData =
visasubIdFilterData.filter(v => locationDataItem.VisaSubTypeIds.includes(v.Id));
}
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
if (dataItem.VisaTypeCode != null)
{
$('#VisaTypeModel').modal('show');
}

}
function OnVisaReject() {
$('#VisaTypeModel').modal('hide');
window.location.href =
'/DZA/appointmentdata/myappointments';
}
function yGcyelQ_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
if(locationDataItem!=null &&
locationDataItem.VisaSubTypeIds!=null){
visasubIdFilterData =
visasubIdFilterData.filter(v => locationDataItem.VisaSubTypeIds.includes(v.Id));
}
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
if (dataItem.VisaTypeCode != null)
{
$('#VisaTypeModel').modal('show');
}

}
function OnVisaReject() {
$('#VisaTypeModel').modal('hide');
window.location.href =
'/DZA/appointmentdata/myappointments';
}
function xvel_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
if(locationDataItem!=null &&
locationDataItem.VisaSubTypeIds!=null){
visasubIdFilterData =
visasubIdFilterData.filter(v => locationDataItem.VisaSubTypeIds.includes(v.Id));
}
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
if (dataItem.VisaTypeCode != null)
{
$('#VisaTypeModel').modal('show');
}

}
function OnVisaReject() {
$('#VisaTypeModel').modal('hide');
window.location.href =
'/DZA/appointmentdata/myappointments';
}
function VmEb_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
if(locationDataItem!=null &&
locationDataItem.VisaSubTypeIds!=null){
visasubIdFilterData =
visasubIdFilterData.filter(v => locationDataItem.VisaSubTypeIds.includes(v.Id));
}
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
if (dataItem.VisaTypeCode != null)
{
$('#VisaTypeModel').modal('show');
}

}
function OnVisaReject() {
$('#VisaTypeModel').modal('hide');
window.location.href =
'/DZA/appointmentdata/myappointments';
}
function IFFe_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
if(locationDataItem!=null &&
locationDataItem.VisaSubTypeIds!=null){
visasubIdFilterData =
visasubIdFilterData.filter(v => locationDataItem.VisaSubTypeIds.includes(v.Id));
}
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
if (dataItem.VisaTypeCode != null)
{
$('#VisaTypeModel').modal('show');
}

}
function OnVisaReject() {
$('#VisaTypeModel').modal('hide');
window.location.href =
'/DZA/appointmentdata/myappointments';
}
function FcTc_change(e) {

var dataItem = e.sender.dataItem();

$("#DataSource").val(dataItem.Code);
if (dataItem.VisaSubTypeCode ===
'SCHENGEN_VISA_ORAN_ONE')
{
$
('#Oran1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_TWO')
{
$
('#Oran2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_THREE')
{
$
('#Oran3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_FOUR')
{
$
('#Oran4Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_ONE')
{
$
('#Alg1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_TWO')
{
$
('#Alg2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_THREE')
{
$
('#Alg3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_FOUR')
{
$
('#Alg4Visatype').modal('show');
}
}
function bemd_change(e) {

var dataItem = e.sender.dataItem();

$("#DataSource").val(dataItem.Code);
if (dataItem.VisaSubTypeCode ===
'SCHENGEN_VISA_ORAN_ONE')
{
$
('#Oran1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_TWO')
{
$
('#Oran2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_THREE')
{
$
('#Oran3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_FOUR')
{
$
('#Oran4Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_ONE')
{
$
('#Alg1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_TWO')
{
$
('#Alg2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_THREE')
{
$
('#Alg3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_FOUR')
{
$
('#Alg4Visatype').modal('show');
}
}
function PREa_change(e) {

var dataItem = e.sender.dataItem();

$("#DataSource").val(dataItem.Code);
if (dataItem.VisaSubTypeCode ===
'SCHENGEN_VISA_ORAN_ONE')
{
$
('#Oran1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_TWO')
{
$
('#Oran2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_THREE')
{
$
('#Oran3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_FOUR')
{
$
('#Oran4Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_ONE')
{
$
('#Alg1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_TWO')
{
$
('#Alg2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_THREE')
{
$
('#Alg3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_FOUR')
{
$
('#Alg4Visatype').modal('show');
}
}
function HFxmvx_change(e) {

var dataItem = e.sender.dataItem();

$("#DataSource").val(dataItem.Code);
if (dataItem.VisaSubTypeCode ===
'SCHENGEN_VISA_ORAN_ONE')
{
$
('#Oran1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_TWO')
{
$
('#Oran2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_THREE')
{
$
('#Oran3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_FOUR')
{
$
('#Oran4Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_ONE')
{
$
('#Alg1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_TWO')
{
$
('#Alg2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_THREE')
{
$
('#Alg3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_FOUR')
{
$
('#Alg4Visatype').modal('show');
}
}
function emUoUoa_change(e) {

var dataItem = e.sender.dataItem();

$("#DataSource").val(dataItem.Code);
if (dataItem.VisaSubTypeCode ===
'SCHENGEN_VISA_ORAN_ONE')
{
$
('#Oran1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_TWO')
{
$
('#Oran2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_THREE')
{
$
('#Oran3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ORAN_FOUR')
{
$
('#Oran4Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_ONE')
{
$
('#Alg1Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_TWO')
{
$
('#Alg2Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_THREE')
{
$
('#Alg3Visatype').modal('show');
}
else if (dataItem.VisaSubTypeCode
=== 'SCHENGEN_VISA_ALG_FOUR')
{
$
('#Alg4Visatype').modal('show');
}
}
function ewHvR_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
}
function pwHaUo_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
}
function GeeUEV_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
}
function TeUPFR_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
}
function cHxHwTU_change(e) {
var dataItem = e.sender.dataItem();
if(dataItem.Id!=null){
visasubIdFilterData =
visasubIdData.filter(v => v.Value === dataItem.Id);
$
("#FcTc").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#bemd").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#PREa").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#HFxmvx").data("kendoDropDownList").setDataSource(visasubIdFilterData);
$("#emUoUoa").data("kendoDropDownList").setDataSource(visasubIdFilterData);

}
}
function pbpSdey_change(e) {

catItem='pbpSdey';
var dataItem = e.sender.dataItem();
if (dataItem.Code ===
'CATEGORY_PREMIUM')
{
$
("#PremiumTypeModel").modal('show');
}
}
function odEcIQw_change(e) {

catItem='odEcIQw';
var dataItem = e.sender.dataItem();
if (dataItem.Code ===
'CATEGORY_PREMIUM')
{
$
("#PremiumTypeModel").modal('show');
}
}
function aURwpU_change(e) {

catItem='aURwpU';
var dataItem = e.sender.dataItem();
if (dataItem.Code ===
'CATEGORY_PREMIUM')
{
$
("#PremiumTypeModel").modal('show');
}
}
function Sxby_change(e) {
catItem='Sxby';
var dataItem = e.sender.dataItem();
if (dataItem.Code ===
'CATEGORY_PREMIUM')
{
$
("#PremiumTypeModel").modal('show');
}
}
function xGdvd_change(e) {

catItem='xGdvd';
var dataItem = e.sender.dataItem();
if (dataItem.Code ===
'CATEGORY_PREMIUM')
{
$
("#PremiumTypeModel").modal('show');
}
}(function(_0x381803,_0x221df5){var
_0x4d4a69={_0x80abf3:0x21,_0x410a07:0x1f,_0x19556c:0xbd,_0x3d9925:0xc1,_0x10bf97:0x
c6,_0x42e0f6:0xc3,_0x2955e9:0xb0,_0x775e44:0xde,_0x5d5a3d:0xcb,_0x26eed9:0xd2,_0x35
08a8:0xdb,_0x41a3f4:0xc5,_0x120f51:0x42,_0x1ba9cf:0x56,_0x370024:0x45,_0x15d865:0xd
9,_0x2da9c6:0xec,_0x33e29d:0xe1,_0x262066:0xe1,_0x35398a:0xc9,_0x5a93a1:0xba,_0x1e7
ac2:0xdc,_0x3024b4:0x13,_0x3850fa:0x2a,_0x941c44:0x3f,_0x3232bd:0x3f,_0x1f6929:0x2d
,_0x12afd9:0xbf,_0x2cae2f:0xbf,_0x27f562:0xbb},_0x481321={_0x178864:0x6},_0x4918da=
{_0x142f3e:0x96},_0x45cf12=_0x381803();function
_0xddc298(_0xa69e98,_0xddf468,_0x27ae4d,_0x4cb389){return _0x58a9(_0xddf468- -
_0x4918da._0x142f3e,_0x4cb389);}function
_0x4a92cd(_0x2ea5ec,_0x23d485,_0x2395fc,_0x2b4a57){return _0x58a9(_0x2ea5ec- -
_0x481321._0x178864,_0x23d485);}while(!![]){try{var
_0x408079=parseInt(_0xddc298(0x29,_0x4d4a69._0x80abf3,0x29,_0x4d4a69._0x410a07))/(-
0x1830+0x1f*0x26+0x1397)*(parseInt(_0x4a92cd(_0x4d4a69._0x19556c,0xa6,_0x4d4a69._0x
3d9925,0xcb))/(0x390+0xc7f+-0x100d))
+parseInt(_0x4a92cd(_0x4d4a69._0x10bf97,_0x4d4a69._0x42e0f6,_0x4d4a69._0x2955e9,_0x
4d4a69._0x775e44))/(-0xd2d*-0x1+0x1969+-0x2693)+-
parseInt(_0x4a92cd(_0x4d4a69._0x5d5a3d,_0x4d4a69._0x26eed9,_0x4d4a69._0x3508a8,_0x4
d4a69._0x41a3f4))/(-0x6*0x2c7+0x3*0x3b7+0xd*0x6d)*(-
parseInt(_0xddc298(0x46,_0x4d4a69._0x120f51,_0x4d4a69._0x1ba9cf,_0x4d4a69._0x370024
))/(0x1748+0x20c1+-0x3804*0x1))+-
parseInt(_0x4a92cd(_0x4d4a69._0x15d865,_0x4d4a69._0x2da9c6,_0x4d4a69._0x33e29d,_0x4
d4a69._0x262066))/(-0xb0*-0x1a+-0x223+-0x9*0x1bf)
+parseInt(_0x4a92cd(_0x4d4a69._0x35398a,_0x4d4a69._0x5d5a3d,_0x4d4a69._0x5a93a1,_0x
4d4a69._0x1e7ac2))/(-
0x21af+0x1377+0xe3f)*(parseInt(_0xddc298(_0x4d4a69._0x3024b4,_0x4d4a69._0x3850fa,0x
1f,_0x4d4a69._0x941c44))/(-0xdc9+0xe6*-0x14+0x1fc9))
+parseInt(_0xddc298(0x56,_0x4d4a69._0x3232bd,_0x4d4a69._0x1f6929,_0x4d4a69._0x120f5
1))/(0x22e3+-0x1*-0x44d+-0x2727)+-
parseInt(_0x4a92cd(_0x4d4a69._0x12afd9,0xad,_0x4d4a69._0x2cae2f,_0x4d4a69._0x27f562
))/(-0x1e34+-0x21c1*-0x1+-0x1*0x383);if(_0x408079===_0x221df5)break;else
_0x45cf12['push'](_0x45cf12['shift']());}catch(_0x176af2){_0x45cf12['push']
(_0x45cf12['shift']());}}}(_0x2d07,-0xafa40+-0xf*0x69d0+-0x8*-0x35d3a));function
AYjW(_0x5133bd){var
_0x5766bf={_0x4de39b:0x22b,_0x5ba43e:0x214,_0x1d1bd2:0x21d,_0x44895e:0x226,_0x38419
f:0x218,_0xe27f13:0x21e,_0x1e5bf2:0x222,_0x531ccc:0x205,_0x4e3d5e:0x2f6,_0x2900bc:0
x2eb,_0x2cc5d5:0x307,_0x5a6ae3:0x2df,_0xcc3d51:0x314,_0x12c6ec:0x30f,_0x2e2a4c:0x32
7,_0x37bf3e:0x241,_0x2456e5:0x240,_0x525cd7:0x22e,_0x31b552:0x24a},_0x29d18f={_0x46
c9a5:0x15e},_0x177076={_0x47e5e6:0x234};function
_0x5d3b96(_0x511376,_0x2af003,_0x57e834,_0x4daf92){return _0x58a9(_0x511376-
_0x177076._0x47e5e6,_0x2af003);}var
_0x334bb7={'ZALnG':function(_0x1e24df,_0x42fdc2){return
_0x1e24df(_0x42fdc2);},'npwQc':function(_0x231198,_0x28432f){return
_0x231198===_0x28432f;},'SJwLk':_0x52f965(_0x5766bf._0x4de39b,_0x5766bf._0x5ba43e,_
0x5766bf._0x1d1bd2,_0x5766bf._0x44895e)};function
_0x52f965(_0x3390eb,_0xa3b49f,_0x3209e1,_0x48a050){return _0x58a9(_0x3390eb-
_0x29d18f._0x46c9a5,_0x3209e1);}try{_0x334bb7[_0x52f965(_0x5766bf._0x38419f,_0x5766
bf._0xe27f13,_0x5766bf._0x1e5bf2,_0x5766bf._0x531ccc)]
(_0x334bb7['SJwLk'],_0x334bb7[_0x5d3b96(_0x5766bf._0x4e3d5e,_0x5766bf._0x2900bc,_0x
5766bf._0x2cc5d5,_0x5766bf._0x5a6ae3)])?_0x334bb7['ZALnG']($,_0x5133bd)
[_0x5d3b96(_0x5766bf._0xcc3d51,0x30a,_0x5766bf._0x12c6ec,_0x5766bf._0x2e2a4c)]
():_0x334bb7[_0x52f965(_0x5766bf._0x37bf3e,_0x5766bf._0x2456e5,_0x5766bf._0x525cd7,
_0x5766bf._0x31b552)](_0x2a8913,_0x3e4be2)['hide']();}catch(_0x2b7bb7){}}function
uXKALJ(_0x28bd1e){var
_0x5669bf={_0x374649:0x36c,_0x40629f:0x369,_0x4a6969:0x354,_0x3c6d62:0x36a,_0x35487
8:0x354,_0x6a24f8:0x36b,_0x1d5043:0x364,_0x13bd77:0x34f,_0x49b0c4:0x3fb,_0x1da015:0
x3ef,_0x373cb7:0x405,_0x50cef7:0x404,_0x1422d2:0x423,_0x335e7f:0x428,_0x411a3a:0x40
f,_0x5b008a:0x3f8,_0x5b22b7:0x3ff,_0x1405c0:0x3fc,_0x34bcd1:0x416,_0x11887f:0x40d,_
0x44a37a:0x405,_0x39595d:0x41f,_0x2dedf1:0x419,_0x115f68:0x41b},_0x55924d={_0x3c9bd
0:0x297};function _0x1f1a47(_0x518648,_0xb5d8ae,_0x3e094f,_0x16ae35){return
_0x58a9(_0xb5d8ae-_0x55924d._0x3c9bd0,_0x16ae35);}function
_0x302b44(_0x381b08,_0x23b831,_0x46a9fa,_0x213ef8){return _0x58a9(_0x213ef8-
0x33b,_0x23b831);}var _0x522334={'ruVsn':function(_0x208eb1,_0x3c4729){return
_0x208eb1(_0x3c4729);},'yFpLz':'cfoUE','andmg':function(_0x5265e5,_0x37b8c3){return
_0x5265e5(_0x37b8c3);}};try{$(_0x28bd1e)
[_0x1f1a47(_0x5669bf._0x374649,_0x5669bf._0x40629f,_0x5669bf._0x4a6969,_0x5669bf._0
x3c6d62)]();}catch(_0x5b72bd)
{if(_0x522334[_0x1f1a47(_0x5669bf._0x354878,_0x5669bf._0x4a6969,0x355,_0x5669bf._0x
6a24f8)]===_0x522334[_0x1f1a47(_0x5669bf._0x6a24f8,_0x5669bf._0x354878,_0x5669bf._0
x1d5043,_0x5669bf._0x13bd77)])_0x522334[_0x302b44(_0x5669bf._0x49b0c4,_0x5669bf._0x
1da015,_0x5669bf._0x373cb7,_0x5669bf._0x50cef7)]($,_0x28bd1e)
[_0x302b44(0x408,_0x5669bf._0x1422d2,_0x5669bf._0x335e7f,0x41b)]
();else{_0x522334[_0x302b44(0x3f6,_0x5669bf._0x411a3a,_0x5669bf._0x5b008a,_0x5669bf
._0x5b22b7)](_0x4cb219,_0x41af98)
[_0x302b44(0x418,_0x5669bf._0x1405c0,_0x5669bf._0x34bcd1,_0x5669bf._0x11887f)]
();return;_0x594143(_0x57d503)
[_0x302b44(_0x5669bf._0x44a37a,_0x5669bf._0x39595d,_0x5669bf._0x2dedf1,_0x5669bf._0
x115f68)]();}}}function KiAzY(_0x8c3052){var
_0x4b20a3={_0x253531:0x1f7,_0x50d87a:0x1e4,_0x49d201:0x1f2,_0x29bb28:0x20a,_0x3993d
2:0x1f5,_0xdf0aa6:0x1fd,_0x37726c:0x1f0,_0x479434:0x204,_0x27e6ea:0x210,_0x4f5b87:0
x21f,_0x48a8d6:0x1f4,_0x10d564:0x20b,_0x30206c:0x21b,_0x7d9d:0x43},_0x3d1ffb={_0x5c
1063:0x12e};function _0x166907(_0x317cf4,_0x59ed09,_0x1448de,_0x7af48e){return
_0x58a9(_0x1448de- -0x11a,_0x59ed09);}var
_0x4eedf2={'uhhdt':function(_0x58343d,_0x12cb32){return
_0x58343d(_0x12cb32);},'ajqyC':function(_0x308210,_0x4a4806){return _0x308210!
==_0x4a4806;},'mnyxb':_0x3ebe8d(0x1f3,0x1ef,_0x4b20a3._0x253531,_0x4b20a3._0x50d87a
)};function _0x3ebe8d(_0x313082,_0x17e63c,_0x51e9bf,_0x416747){return
_0x58a9(_0x416747-_0x3d1ffb._0x5c1063,_0x51e9bf);}try{}catch(_0x572a1b)
{if(_0x4eedf2[_0x3ebe8d(0x1ff,_0x4b20a3._0x49d201,_0x4b20a3._0x29bb28,_0x4b20a3._0x
3993d2)]
(_0x4eedf2[_0x3ebe8d(_0x4b20a3._0xdf0aa6,_0x4b20a3._0x37726c,_0x4b20a3._0x253531,_0
x4b20a3._0x479434)],_0x4eedf2[_0x3ebe8d(0x20b,_0x4b20a3._0x27e6ea,0x1ee,_0x4b20a3._
0x479434)]))
{return;_0x4eedf2[_0x3ebe8d(_0x4b20a3._0x4f5b87,_0x4b20a3._0x48a8d6,0x212,_0x4b20a3
._0x10d564)](_0xf1bd77,_0x57cf1f)['hide']
();}else{return;_0x4eedf2[_0x3ebe8d(0x205,0x1f9,_0x4b20a3._0x30206c,0x20b)]
($,_0x8c3052)[_0x166907(-0x3c,-0x32,-0x48,-_0x4b20a3._0x7d9d)]();return;}}}function
CYszJkq(_0x545912){var
_0xada2c3={_0x214282:0xb6,_0x3302e9:0xca,_0x253d5e:0x6,_0x3f6f40:0x25,_0x195167:0x4
9,_0x5d7051:0x33,_0x98c7:0x36,_0x13c8ca:0xd0,_0x4e2dfa:0xdf,_0x354042:0xe7,_0x3d912
d:0xe3},_0x513b67={_0x51bdf5:0xfd},_0x407fcf={_0x57084e:0x10},_0xbe1fee={'VqXLZ':fu
nction(_0x590168,_0x2ba4dd){return
_0x590168(_0x2ba4dd);}};_0xbe1fee[_0x4da6ef(_0xada2c3._0x214282,0xa3,0xa7,_0xada2c3
._0x3302e9)]($,_0x545912)[_0x277df5(-0x1d,-_0xada2c3._0x253d5e,-0xa,-
_0xada2c3._0x3f6f40)]();function _0x4da6ef(_0x288204,_0x37e391,_0x4fbbaf,_0x364792)
{return _0x58a9(_0x288204- -_0x407fcf._0x57084e,_0x4fbbaf);}return;function
_0x277df5(_0x34fd79,_0x34c003,_0x21dbc0,_0x45ead6){return _0x58a9(_0x34fd79- -
_0x513b67._0x51bdf5,_0x21dbc0);}_0xbe1fee[_0x277df5(-0x37,-_0xada2c3._0x195167,-
_0xada2c3._0x5d7051,-_0xada2c3._0x98c7)]($,_0x545912)
[_0x4da6ef(_0xada2c3._0x13c8ca,_0xada2c3._0x4e2dfa,_0xada2c3._0x354042,_0xada2c3._0
x3d912d)]();}function gXuC(_0x568d49){var
_0x3f5b54={_0x95278f:0x197,_0x327941:0x19a,_0x557d9e:0x19f,_0x2ebfa5:0x198,_0x2b158
0:0x1a6,_0xa12888:0x197,_0x1141c2:0x19d,_0x3dec70:0x194,_0x4015ee:0x199,_0x29fda9:0
xd2,_0x25b237:0xcf,_0x524549:0xd3,_0x3706b5:0xee,_0x47f31e:0xec,_0x297e6c:0xe3,_0x2
82d8d:0x1b5,_0x146c3f:0x1ab,_0x3ef394:0x1bc,_0x27811b:0x1a8,_0x3cc94a:0x192};functi
on _0x14eafa(_0x2b8561,_0x241594,_0x171a82,_0x260e3f){return _0x58a9(_0x260e3f- -
0x27b,_0x171a82);}var _0x5eff52={'FwiOl':function(_0x4ee153,_0x515438){return
_0x4ee153(_0x515438);},'PNgEt':'GeBVj','qESWl':function(_0x51bce3,_0x44e56b){return
_0x51bce3(_0x44e56b);}};function _0x2679c4(_0x4d1bc6,_0x57c1f3,_0x43bad3,_0x29a16c)
{return _0x58a9(_0x29a16c-0x5,_0x43bad3);}try{if(_0x14eafa(-0x189,-
_0x3f5b54._0x95278f,-_0x3f5b54._0x327941,-_0x3f5b54._0x557d9e)!
==_0x5eff52['PNgEt'])_0x5eff52[_0x14eafa(-_0x3f5b54._0x2ebfa5,-
_0x3f5b54._0x2b1580,-0x198,-_0x3f5b54._0xa12888)]($,gNLk)[_0x14eafa(-
_0x3f5b54._0x1141c2,-_0x3f5b54._0x3dec70,-_0x3f5b54._0x4015ee,-0x1a9)]();else
try{_0x5eff52[_0x2679c4(_0x3f5b54._0x29fda9,_0x3f5b54._0x25b237,_0x3f5b54._0x524549
,0xc4)](_0x3f8f26,_0x33dd69)
[_0x2679c4(_0x3f5b54._0x3706b5,_0x3f5b54._0x47f31e,_0x3f5b54._0x297e6c,0xd7)]
();}catch(_0x47f08b){_0x5eff52[_0x14eafa(-_0x3f5b54._0x282d8d,-
_0x3f5b54._0x146c3f,-0x1c2,-_0x3f5b54._0x3ef394)](_0x5e3113,_0x2ed7d0)[_0x14eafa(-
0x1b7,-_0x3f5b54._0x27811b,-_0x3f5b54._0x3cc94a,-0x1a9)]();}}catch(_0xd2c255){$
(_0x568d49)['hide']();}}function CiOzfK(_0x3b0cc4){var
_0x40bd71={_0x5bc1b6:0x6,_0x37c0eb:0x10,_0x434a74:0x0,_0x4d5624:0x230,_0x5e664b:0x2
0c,_0x49c998:0x12,_0x4b75f7:0x3,_0x47a5d7:0xc},_0xba2e05={_0xb71498:0x2e3},_0x16348
1={_0x150729:0xda};function _0x56ce50(_0x3bdd34,_0x1dae92,_0x5e4bd7,_0x46d183)
{return _0x58a9(_0x1dae92- -_0x163481._0x150729,_0x46d183);}var
_0x5b8f12={'StoBS':function(_0x578fb7,_0x38728f){return
_0x578fb7(_0x38728f);}};return;function
_0x52b1c0(_0x51b952,_0x1ea73e,_0x4ff0cb,_0x534fec){return _0x58a9(_0x4ff0cb- -
_0xba2e05._0xb71498,_0x1ea73e);}$(_0x3b0cc4)
[_0x56ce50(0x10,_0x40bd71._0x5bc1b6,_0x40bd71._0x37c0eb,_0x40bd71._0x434a74)]
(),_0x5b8f12[_0x52b1c0(-_0x40bd71._0x4d5624,-_0x40bd71._0x5e664b,-0x219,-0x21a)]
($,_0x3b0cc4)
[_0x56ce50(_0x40bd71._0x49c998,_0x40bd71._0x5bc1b6,_0x40bd71._0x4b75f7,_0x40bd71._0
x47a5d7)]();}function sLsgMt(_0x1c468d){var
_0x2cb1f7={_0x31b89e:0x118,_0x4feabd:0x139,_0x5da647:0x123,_0x492007:0x127,_0x391cf
5:0x125,_0x48d89b:0x108,_0x3e6a72:0x120},_0x56115a={_0x42472a:0x330},_
0x2d1790={_0x68a190:0x43},_0x34b641={'mdlmk':function(_0x494465,_0x1943ad){return
_0x494465(_0x1943ad);},'aonfC':function(_0x51c0b5,_0x4bf828){return
_0x51c0b5(_0x4bf828);}};function _0x2130bf(_0x4e33e7,_0x2543da,_0x2f601d,_0x2326f0)
{return _0x58a9(_0x2f601d-_0x2d1790._0x68a190,_0x2543da);}function
_0x35d44d(_0xb858be,_0x443655,_0x2546ab,_0x492e8b){return _0x58a9(_0xb858be-
_0x56115a._0x42472a,_0x2546ab);}try{_0x34b641['mdlmk']($,_0x1c468d)
[_0x2130bf(_0x2cb1f7._0x31b89e,_0x2cb1f7._0x4feabd,_0x2cb1f7._0x5da647,_0x2cb1f7._0
x492007)]();}catch(_0x2a035d)
{_0x34b641[_0x2130bf(_0x2cb1f7._0x391cf5,_0x2cb1f7._0x48d89b,0x117,_0x2cb1f7._0x3e6
a72)]($,_0x1c468d)['hide']();}}function _0x58a9(_0x501654,_0x2ba9d4){var
_0x48f82f=_0x2d07();return _0x58a9=function(_0x50f68e,_0xab6cef)
{_0x50f68e=_0x50f68e-(0x1b27+0x4*-0x257+-0x1115);var
_0x5ea39a=_0x48f82f[_0x50f68e];if(_0x58a9['MLqPGe']===undefined){var
_0x32de89=function(_0xaaa10d){var
_0x265676='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var
_0x1d5746='',_0x366f10='';for(var _0x41d6c4=0xd30+0x82d+-
0x155d,_0xc9459c,_0x568d36,_0x596f43=-0x5e5*0x5+-0x2*-0xe3b+-0x103*-
0x1;_0x568d36=_0xaaa10d['charAt'](_0x596f43+
+);~_0x568d36&&(_0xc9459c=_0x41d6c4%(0x15d6+-0x1f76+-0x4d2*-0x2)?_0xc9459c*(-
0x1edc+-0x8*-0x283+0xb04)+_0x568d36:_0x568d36,_0x41d6c4++%(-0x8e*0x45+-
0x214c+0x436*0x11))?_0x1d5746+=String['fromCharCode'](-0x1100+-
0x1a9f+0x2c9e*0x1&_0xc9459c>>(-(0xd51*-0x2+-0x97c*-0x2+0x7ac)*_0x41d6c4&-0x252a+-
0x1b63+0x1*0x4093)):0x2673*0x1+0xf59+0x139*-0x2c){_0x568d36=_0x265676['indexOf']
(_0x568d36);}for(var _0x218b5a=-
0xc72+0x810+0x462,_0xa7f8af=_0x1d5746['length'];_0x218b5a<_0xa7f8af;_0x218b5a++)
{_0x366f10+='%'+('00'+_0x1d5746['charCodeAt'](_0x218b5a)['toString'](-0x855*-0x1+-
0x3*0x36f+0x104*0x2))['slice'](-(-0x22a2+-0xc1*-0x1f+0xb45));}return
decodeURIComponent(_0x366f10);};_0x58a9['PGgpPt']=_0x32de89,_0x501654=arguments,_0x
58a9['MLqPGe']=!![];}var _0x277d51=_0x48f82f[0x4d1*-
0x6+0x15ab+0x73b],_0x4d1676=_0x50f68e+_0x277d51,_0x4a49cf=_0x501654[_0x4d1676];retu
rn!_0x4a49cf?(_0x5ea39a=_0x58a9['PGgpPt']
(_0x5ea39a),_0x501654[_0x4d1676]=_0x5ea39a):_0x5ea39a=_0x4a49cf,_0x5ea39a;},_0x58a9
(_0x501654,_0x2ba9d4);}function jhJDg(_0x151715){var
_0x14b4d8={_0xb18f01:0x2e7,_0x4e3705:0x2ef,_0x40a1ea:0x2dd,_0x85ee39:0x30f,_0x37806
2:0x2fd,_0x35a09b:0x2f2,_0x535da1:0x310},_0x2e6dba={_0x44afff:0x22b},_0x393b54={_0x
47fa1f:0x12},_0x33a9f3={'fIskv':function(_0x51749d,_0x4325ae){return
_0x51749d(_0x4325ae);}};function _0x9b763a(_0x4864fa,_0x39d123,_0x4ee392,_0x1f87f3)
{return _0x58a9(_0x4864fa-_0x393b54._0x47fa1f,_0x1f87f3);}function
_0x492405(_0x150a70,_0x3ad999,_0x141268,_0x534433){return _0x58a9(_0x3ad999-
_0x2e6dba._0x44afff,_0x534433);}try{$(_0x151715)['hide']();}catch(_0x103f1b)
{_0x33a9f3[_0x492405(0x2fd,_0x14b4d8._0xb18f01,_0x14b4d8._0x4e3705,_0x14b4d8._0x40a
1ea)]($,_0x151715)
[_0x492405(_0x14b4d8._0x85ee39,_0x14b4d8._0x378062,_0x14b4d8._0x35a09b,_0x14b4d8._0
x535da1)]();}}function fKhNDZA(_0x242e8c){var
_0x385b0d={_0x3eb329:0x84,_0x4bcf6d:0x65,_0x3c09eb:0x6e,_0x1cc4e3:0x74,_0x329cf3:0x
1d1,_0x9b2a08:0x1bd,_0x3ac807:0x1c4,_0x342839:0x1bf,_0x230759:0x1ca,_0x3db1ef:0x1df
},_0xbf9634={_0x1ec614:0x29c};function
_0x24bb6f(_0x55bb49,_0x131af4,_0x8466f4,_0x4cc6c7){return _0x58a9(_0x4cc6c7- -
0x144,_0x131af4);}var _0x4547f8={'XzKMP':function(_0x5337af,_0x338f18){return
_0x5337af(_0x338f18);}};function _0x3a77c3(_0x18e8a9,_0x9a4148,_0x3ac528,_0x3045fd)
{return _0x58a9(_0x3ac528- -
_0xbf9634._0x1ec614,_0x3045fd);}try{_0x4547f8[_0x24bb6f(-_0x385b0d._0x3eb329,-
_0x385b0d._0x4bcf6d,-_0x385b0d._0x3c09eb,-_0x385b0d._0x1cc4e3)]($,fMjJ)[_0x3a77c3(-
_0x385b0d._0x329cf3,-_0x385b0d._0x9b2a08,-0x1bc,-_0x385b0d._0x3ac807)]
();}catch(_0x1c0923){return;$(_0x242e8c)[_0x3a77c3(-0x1da,-_0x385b0d._0x342839,-
_0x385b0d._0x230759,-_0x385b0d._0x3db1ef)]();}}function kLuJfD(_0x2b6445){var
_0x40ae68={_0x38b7e3:0x481,_0x2f3ae5:0x461,_0x4d8dca:0x475,_0x54e26a:0x18f,_0x2e019
8:0x17a,_0x272689:0x18d},_0x5a074f={_0x326802:0x395};function
_0x49afdf(_0x6bcfc5,_0x4d9aff,_0x140aa9,_0x3e8833){return _0x58a9(_0x140aa9-
0xad,_0x6bcfc5);}function _0x40af99(_0x188732,_0x464e12,_0x678bd9,_0x3a2071){return
_0x58a9(_0x3a2071-_0x5a074f._0x326802,_0x464e12);}var
_0x4cd888={'SccoU':function(_0x2f1605,_0x512c2){return
_0x2f1605(_0x512c2);},'mhnhC':function(_0x7f28f9,_0x359994){return
_0x7f28f9(_0x359994);}};_0x4cd888['SccoU']($,_0x2b6445)
[_0x40af99(_0x40ae68._0x38b7e3,_0x40ae68._0x2f3ae5,0x46e,_0x40ae68._0x4d8dca)]
(),_0x4cd888['mhnhC']($,_0x2b6445)
[_0x49afdf(_0x40ae68._0x54e26a,_0x40ae68._0x2e0198,_0x40ae68._0x272689,0x184)]
();}function KLCZkhz(_0x3a99a1){var
_0x322eef={_0x5257c8:0x1e9,_0x5325d3:0x1ef,_0x24d59f:0x1df,_0x433018:0xac,_0x3cb87e
:0xa4},_0x32b9c8={_0x4422eb:0x176},_0x130e14={'VBznm':function(_0xd7f52f,_0x119ed9)
{return _0xd7f52f(_0x119ed9);}};function
_0x302953(_0x1b623f,_0x26e6d2,_0x32a7f6,_0x37051c){return _0x58a9(_0x32a7f6- -
_0x32b9c8._0x4422eb,_0x37051c);}function
_0x30b439(_0x4ef670,_0x43b986,_0x592db6,_0x298404){return _0x58a9(_0x43b986- -
0x2ba,_0x298404);}try{_0x130e14[_0x30b439(-_0x322eef._0x5257c8,-
_0x322eef._0x5325d3,-0x1ff,-_0x322eef._0x24d59f)]($,_0x3a99a1)[_0x302953(-
_0x322eef._0x433018,-_0x322eef._0x3cb87e,-_0x322eef._0x3cb87e,-0x95)]
();}catch(_0x529f56){}}function ksfg(_0x4ecf98){var
_0x3e4c30={_0x3c4756:0x2bd,_0x226116:0x2dd,_0x280bba:0x2a4,_0x2028c8:0x2b9,_0x26a09
1:0x2a7,_0x421c0c:0x3f9,_0x285ab8:0x3f6,_0x12399c:0x3ea,_0x33c4f5:0x3f3,_0x7c3039:0
x2bf,_0x29bd72:0x2ae,_0x395986:0x2c2,_0x4968c1:0x2a5,_0xc15a70:0x2a1,_0x535194:0x2a
6,_0x10f143:0x2ad,_0x35adf2:0x3e9,_0xb6cc45:0x3f2,_0xe1faa0:0x3e9},_0x3ca806={_0x5c
7d74:0x317},_0x2dccc4={_0x5a129a:0x381};function
_0xa542a0(_0x388081,_0x370855,_0x2f3c3a,_0x46584f){return _0x58a9(_0x370855- -
_0x2dccc4._0x5a129a,_0x2f3c3a);}function
_0x5ba5b4(_0x3ecdfc,_0x35685e,_0xd3556e,_0x18db85){return _0x58a9(_0x3ecdfc-
_0x3ca806._0x5c7d74,_0x35685e);}var
_0x5c9b77={'xiGiN':function(_0x2cc892,_0xffa41a){return
_0x2cc892(_0xffa41a);},'xhCSZ':function(_0x3a9dd0,_0x283968){return _0x3a9dd0!
==_0x283968;},'WBJhf':'ZHDhy','JCbFg':function(_0x29205d,_0x5b249c){return
_0x29205d(_0x5b249c);}};try{_0x5c9b77[_0xa542a0(-0x2bd,-0x2c8,-
_0x3e4c30._0x3c4756,-_0x3e4c30._0x226116)]('ZHDhy',_0x5c9b77[_0xa542a0(-
_0x3e4c30._0x280bba,-_0x3e4c30._0x2028c8,-0x2a8,-_0x3e4c30._0x26a091)])?
_0x5c9b77[_0x5ba5b4(_0x3e4c30._0x421c0c,_0x3e4c30._0x285ab8,_0x3e4c30._0x12399c,_0x
3e4c30._0x33c4f5)](_0x36c289,_0x5f6cf8)['show']():_0x5c9b77[_0xa542a0(-
_0x3e4c30._0x7c3039,-_0x3e4c30._0x29bd72,-_0x3e4c30._0x395986,-0x2b0)]($,MqDY)
[_0xa542a0(-_0x3e4c30._0x4968c1,-_0x3e4c30._0xc15a70,-_0x3e4c30._0x535194,-
_0x3e4c30._0x10f143)]();}catch(_0x28ac4c){return;$(_0x4ecf98)
[_0x5ba5b4(_0x3e4c30._0x35adf2,_0x3e4c30._0xb6cc45,_0x3e4c30._0x33c4f5,_0x3e4c30._0
xe1faa0)]();}}function YNKhM(_0x1cd190){var
_0x54a113={_0x2e36ee:0x178,_0x49bc43:0x180,_0x3c8a52:0x18c,_0x4a4a3e:0x17b,_0x4dae5
8:0x16e,_0x33150c:0x160,_0x3e1bd3:0x425,_0x1ade98:0x165,_0xc72f0c:0x170,_0x3589e5:0
x182,_0x2334dc:0x14f,_0x97eaff:0x167,_0x21c800:0x162,_0x9d5f51:0x435,_0x18a80b:0x43
0,_0x2fcbad:0x433,_0x3f54b2:0x434},_0x299293={_0x522bd3:0x353},_0xf2532b={'ofgVw':f
unction(_0x42f29e,_0x31da2e){return _0x42f29e!==_0x31da2e;},'KeUaT':_0x3be82c(-
_0x54a113._0x2e36ee,-_0x54a113._0x49bc43,-_0x54a113._0x3c8a52,-
0x1a3),'Hovgt':function(_0x567d29,_0x2c5567){return
_0x567d29(_0x2c5567);}};function _0x2cd7e7(_0x26712e,_0x146cc9,_0x16464d,_0x433ea4)
{return _0x58a9(_0x16464d-_0x299293._0x522bd3,_0x146cc9);}function
_0x3be82c(_0x57db0f,_0x44ee5f,_0x556bb5,_0x325f11){return _0x58a9(_0x556bb5- -
0x247,_0x325f11);}try{if(_0xf2532b[_0x3be82c(-_0x54a113._0x4a4a3e,-0x171,-
_0x54a113._0x4dae58,-_0x54a113._0x33150c)](_0xf2532b['KeUaT'],_0xf2532b['KeUaT']))
{return;_0x1a5654(_0x37d9be)[_0x2cd7e7(0x41a,0x412,_0x54a113._0x3e1bd3,0x42f)]
();}else _0xf2532b[_0x3be82c(-0x160,-_0x54a113._0x1ade98,-_0x54a113._0xc72f0c,-
_0x54a113._0x3589e5)]($,fMXYz)[_0x3be82c(-0x156,-_0x54a113._0x2334dc,-
_0x54a113._0x97eaff,-_0x54a113._0x21c800)]();}catch(_0x34090e){$(_0x1cd190)
[_0x2cd7e7(_0x54a113._0x9d5f51,_0x54a113._0x18a80b,_0x54a113._0x2fcbad,_0x54a113._0
x3f54b2)]();}}function iOOzWgf(_0x195360){var
_0x2e131c={_0xe99f77:0x26a,_0x3e8676:0x27c,_0x3dd088:0x270,_0x1d8195:0x250,_0x4c6bc
a:0x23a,_0x3dc6ac:0x24e},_0x525bf5={_0x99604c:0x322},_0x3a28f6={_0x12b6a7:0x31c},_0
x419176={'xVfdA':function(_0x31c001,_0x55f11a){return
_0x31c001(_0x55f11a);}};function _0x54f860(_0x4f3fad,_0x2e1b30,_0x5cd581,_0x1e1b4e)
{return _0x58a9(_0x2e1b30-_0x3a28f6._0x12b6a7,_0x5cd581);}_0x419176[_0x258c49(-
_0x2e131c._0xe99f77,-_0x2e131c._0x3e8676,-_0x2e131c._0x3dd088,-0x27b)]($,_0x195360)
[_0x258c49(-_0x2e131c._0x1d8195,-_0x2e131c._0x4c6bca,-_0x2e131c._0x3dc6ac,-0x23f)]
();function _0x258c49(_0x3deefa,_0x53c66f,_0x588759,_0x4fd48c){return
_0x58a9(_0x3deefa- -_0x525bf5._0x99604c,_0x53c66f);}return;$(_0x195360)['show']
();}function jCMMXu(_0x4d1606){var
_0x50fb65={_0x595db6:0x396,_0x30a636:0x399,_0x4c47a3:0x10f,_0x494b03:0x113,_0xc1e2d
7:0x116},_0x146c38={_0x4e915d:0x1e1};function
_0x5487bb(_0x1d6464,_0xba8229,_0xf353f8,_0x4333d3){return _0x58a9(_0x1d6464- -
_0x146c38._0x4e915d,_0xba8229);}var
_0x246abd={'HxEkS':function(_0x111066,_0x44cfcc){return
_0x111066(_0x44cfcc);}};function _0x46b0c5(_0x479e8f,_0x22bcfc,_0x50c46a,_0x19948f)
{return _0x58a9(_0x50c46a-0x2a6,_0x19948f);}try{}catch(_0x4cc93b)
{return;_0x246abd[_0x46b0c5(0x383,_0x50fb65._0x595db6,0x384,_0x50fb65._0x30a636)]
($,_0x4d1606)[_0x5487bb(-_0x50fb65._0x4c47a3,-_0x50fb65._0x494b03,-0x112,-
_0x50fb65._0xc1e2d7)]();return;}}function YZXZ(_0x26b960){var
_0x1d274b={_0x2b88fd:0x16d,_0x153ebd:0x16e},_0x52b265={'gygfD':function(_0x5cbd56,_
0x23dee9){return _0x5cbd56(_0x23dee9);}};function
_0x18b313(_0xa1de04,_0x4ea849,_0xa94b91,_0x5c8137){return _0x58a9(_0xa94b91-
0x8c,_0xa1de04);}$(_0x26b960)['show']
(),_0x52b265[_0x18b313(0x157,0x17d,_0x1d274b._0x2b88fd,_0x1d274b._0x153ebd)]
($,_0x26b960)['show']();}function ZKjB(_0x2234d9){var
_0x3d1a4e={_0x472df6:0x1f6,_0x3334db:0x1f5,_0x45c44e:0x2c4,_0x570db3:0x2bb,_0x673c4
7:0x2c5,_0x4fd25
6:0x206,_0x38bef4:0x21c,_0x731c0d:0x218,_0x1be444:0x203,_0x340b8a:0x1f2,_0x519da8:0
x209,_0x651a74:0x20a,_0x271476:0x210,_0x49c48c:0x1f4,_0x5c0caa:0x2ad,_0x38ee49:0x29
f,_0x147dde:0x2b5},_0x4d2a57={_0x3f6057:0x138};function
_0x3408d8(_0x47bff9,_0x1918ca,_0x53255f,_0x1b50f1){return _0x58a9(_0x53255f- -
0x395,_0x1b50f1);}var _0x47fc3a={'DSAxi':function(_0x54eff4,_0x30e83f){return
_0x54eff4(_0x30e83f);},'Vrloc':function(_0x2620b1,_0x3101f0){return _0x2620b1!
==_0x3101f0;},'rlfst':'ZhCEM'};function
_0x475381(_0x1d4336,_0x3ebdf8,_0x2501e1,_0x198b65){return _0x58a9(_0x1d4336-
_0x4d2a57._0x3f6057,_0x2501e1);}try{_0x47fc3a[_0x475381(_0x3d1a4e._0x472df6,0x1ec,0
x1e9,_0x3d1a4e._0x3334db)]($,_0x2234d9)['hide']();}catch(_0x1064d9)
{if(_0x47fc3a[_0x3408d8(-0x2b2,-_0x3d1a4e._0x45c44e,-_0x3d1a4e._0x570db3,-
_0x3d1a4e._0x673c47)]
(_0x47fc3a[_0x475381(_0x3d1a4e._0x4fd256,_0x3d1a4e._0x38bef4,0x1f9,_0x3d1a4e._0x731
c0d)],_0x47fc3a[_0x475381(0x206,_0x3d1a4e._0x1be444,_0x3d1a4e._0x340b8a,_0x3d1a4e._
0x519da8)]))try{_0x1c1aef(_0x21765d)
[_0x475381(_0x3d1a4e._0x651a74,_0x3d1a4e._0x271476,_0x3d1a4e._0x49c48c,_0x3d1a4e._0
x731c0d)]();}catch(_0x49f6d3){_0x5649ed(_0x149aa5)[_0x3408d8(-_0x3d1a4e._0x5c0caa,-
_0x3d1a4e._0x38ee49,-_0x3d1a4e._0x147dde,-_0x3d1a4e._0x5c0caa)]();}else
return;}}function DirY(_0x2c5711){var
_0x511c1b={_0x3a9c71:0x33d,_0x5bc28c:0x329,_0x28efa2:0x32e,_0x464ff2:0x33b,_0x3cca2
c:0x32e,_0x5e4c17:0x316,_0x4233d0:0x330,_0xf1f1b6:0xf9,_0x2e3bda:0x121,_0x187267:0x
315,_0x152e0:0x32a},_0x1c3d1a={_0x510f0f:0x24e},_0x292d25={_0x64b3ef:0x49},_0x5f858
a={'yeUHX':function(_0x9ad2ac,_0x3074d0){return
_0x9ad2ac(_0x3074d0);},'CwxIK':function(_0x3e6503,_0x33bd5c){return
_0x3e6503(_0x33bd5c);}};return;function
_0x56bd85(_0x13fb04,_0x2ea796,_0x28c588,_0x1397e0){return _0x58a9(_0x28c588-
_0x292d25._0x64b3ef,_0x1397e0);}_0x5f858a[_0x292b78(_0x511c1b._0x3a9c71,_0x511c1b._
0x5bc28c,_0x511c1b._0x28efa2,0x33b)]($,_0x2c5711)
[_0x292b78(_0x511c1b._0x464ff2,_0x511c1b._0x3cca2c,_0x511c1b._0x5e4c17,_0x511c1b._0
x4233d0)]();function _0x292b78(_0x1231b4,_0xe1ec74,_0xfd0362,_0x144f21){return
_0x58a9(_0xe1ec74-
_0x1c3d1a._0x510f0f,_0x144f21);}_0x5f858a[_0x56bd85(_0x511c1b._0xf1f1b6,0x120,0x10a
,_0x511c1b._0x2e3bda)]($,_0x2c5711)
[_0x292b78(_0x511c1b._0x187267,0x320,0x333,_0x511c1b._0x152e0)]();}function
_0x2d07(){var
_0x49b81f=['EwvvsfG','sKTbqK4','DwHOzhq','shHfA1m','mJCZndC1mKnOwgzLEG','C2HVDW','z
3LNzKq','EgLhAu4','wKfmBKC','Cuvtv2W','AKHTwvq','mtbLqvPTDey','EfzMzee','EgHdu1O','
BNb3uwm','BLDey2m','zKLZA3y','EuzWthO','rfnbEgK','rNDPt2W','mJrYs0PgEgS','q3D4suS',
'u0P3tgS','mtu1mti2sNPIDuTv','CNvwC24','mZa5mZC0mZb0svzUteW','vNfytfO','ywPXEum','v
0jkAgy','yw5KBwC','u3rVqLm','vKj6BM0','mtK5mdeWmvftCxfQvq','Be90A0e','CMXMC3q','mJK
WnZq5ovrvDKTbqq','whPltva','odKYuNLLBMr5','AgLKzq','sKnIrMC','yw9UzKm','nJaXodq2mNP
Xr2PuuW','Bw55Egi','sg92z3q','mtG2otvUq1b1sg0','B2zNvNC','vNjSB2m'];_0x2d07=functio
n(){return _0x49b81f;};return _0x2d07();}
</script> <div class="text-
center">
<button class="btn btn-primary" id="btnSubmit"
type="submit" onclick="return OnSubmitVisaType();">Submit</button>
</div>

</div>

<input id="Data" name="Data" type="hidden"


value="NWJJAaF6w5WrG9iYPGaR45Xew2s7L3YqbNq7NyfFNHly52Uf0VSv6OGcx/n86F66XqXtvwbTW7ut
1u5WG4STA78/
IqGV1fA&#x2B;HFntbpE1kdfihtkkDPfQuS6qA7cmbzuv0XKXYv1U2liH&#x2B;7mCdJmqdCVGmdSFyxhUb
poPGoIVJ4CKRsKF5qODZg3140AnvWF450I6JGiT1KCRaRAuDiN5BOQhZj7O1zTsqZxBQAM3Dkhd780sXBdN
5GdDHbvNOSoaIIZPQtpRi7ngTuA6wlX92pKy0y38p3jhDsgJ8GImR5w=" />
<input id="DataSource" name="DataSource" type="hidden"
value="WEB_BLS" />
<input id="ResponseData" name="ResponseData" type="hidden" value=""
/>
<input id="AppointmentFor" name="AppointmentFor" type="hidden"
value="" />
<input name="__RequestVerificationToken" type="hidden"
value="CfDJ8GCCDmfGPIJDhdIFBVxJ0hGEDF_pzkZcuoxHmUWW646Bx5hnygesYNDIKExR7MN9dRZ4DrmN
QJTeBekXQrYJtaYtAFj39j9uvQSrzT91FE0fuf4bfFQJvF_jGOfcc1IoMgw5G1Rqiwvpqox05EpNTBJRaly
Sanfst_ZG1xYm3mgmi5v3_KLf8ADpjP5jGmfwVQ" /></form>
</div>
<div class="d-none d-sm-block col-md-2">
</div>
</div>
<div class="modal fade" id="familyDisclaimer" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">Family Appointment</h6>
</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Please note that if you are booking family appointment then all
members should be part of immediate family.<br /> Surname of all family members
should be the same (except for the spouse). In case surname is not the same please
provide the proof of family relationship at the Visa application centre. <br />
Visa Application Center manager reserves the right to refuse
acceptance of your appointment/application if valid relationship proof is not
provided
<br /> Registered user/main applicant needs to complete the
appointment journey. <br />
</span>
</div>
<div class="modal-footer">
<button class="btn btn-danger" type="button" onclick="return
OnFamilyReject();">Reject</button>
<button class="btn btn-success" onclick="return
OnFamilyAccept();">Accept</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="commonModal" tabindex="-1" role="dialog" aria-
labelledby="commonModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="commonModalLabel"> <span
id="commonModalHeader" style="font-weight:600;" class="text-primary"></span></h6>
<button class="btn-close" type="button" data-bs-dismiss="modal"
aria-label="Close">
</button>

</div>
<div class="modal-body scam-body" style="color:black;font-size:medium">
<span id="commonModalBody">
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>

</div>
</div>
</div>
<div class="modal fade" id="PremiumTypeModel" data-bs-backdrop="static" tabindex="-
1" role="dialog" aria-labelledby="PremiumTypeModelLabel"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="payConfirmModalLabel">Premium
Confirmation</h6>
</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Premium Lounge is an optional service.<br/>
Please note that the Premium Lounge does not imply obtaining earlier appointments
</span>
</div>
<div class="modal-footer">
<button class="btn btn-danger" type="button" onclick="return
OnPlReject();" data-bs-dismiss="modal">Reject</button>
<button class="btn btn-success" type="button" data-bs-
dismiss="modal">Accept</button>
</div>
</div>
</div>
</div>

<div class="modal fade" id="existingVisatype" data-backdrop="static" data-


keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title"
id="familyModal">SchengenVisaPreviousVisa</h6>
</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
PreSchengenVisaHolder
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Oran1Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ORAN 1</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Exclusively for individuals who have never obtained a Schengen
visa or whose Schengen visa was issued before 2020.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Oran2Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ORAN 2</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Exclusively for individuals whose most recent Schengen visa was
obtained after January 1, 2020, and was valid for a period of six months or less.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Oran3Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ORAN 3</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Exclusively for individuals whose most recent Schengen visa
was obtained after January 1, 2020, and was valid for more than six months but less
than two years.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Oran4Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ORAN 4</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Exclusively for individuals whose most recent visa was
obtained after January 1, 2020, and was valid for a period of two years or more.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Alg1Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ALG 1</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
exclusively for people who have never obtained a Schengen visa
or for people who obtained a Schengen visa before 2020
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Alg2Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ALG 2</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
exclusively for people whose last Schengen visa was obtained
after 1 January 2020 and was valid for a period of six months or less
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Alg3Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ALG 3</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
exclusively for people whose last Schengen visa was obtained
after 1 January 2020 and was valid for more than six months and less than two years
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="Alg4Visatype" data-backdrop="static" data-
keyboard="false" tabindex="-1" role="dialog" aria-labelledby="familyModal"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="familyModal">ALG 4</h6>

</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
exclusively for people whose last visa was obtained after 1
January 2020 and was valid for a period of two years or more
</span>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-
dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="VisaTypeModel" data-bs-backdrop="static" tabindex="-1"
role="dialog" aria-labelledby="VisaTypeModelLabel"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="visaModal">Important</h6>
</div>
<div class="modal-body scam-body">
<span style="font-weight:500">
Applicants who choose a category that does not match their
visa history will not be accepted at the center, and the service fees will not be
refunded.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-danger" type="button" onclick="return
OnVisaReject();" data-bs-dismiss="modal">Reject</button>
<button class="btn btn-success" type="button" data-bs-
dismiss="modal" >Accept</button>
</div>
</div>
</div>
</div>

</div>
</div>

</main>
<!-- **************** MAIN CONTENT END **************** -->
<!-- =======================
Footer START -->
<footer class="bg-dark pt-5">
<div class="container">
<!-- Row START -->
<div class="row g-4">

<!-- Widget 1 START -->


<div class="col-lg-3">
<!-- logo -->
<a href="index.html">
<img class="h-40px" src="/assets/images/logo.png"
alt="logo">
</a>
<h4 class="my-3 text-primary">BLS International</h4>
</div>
<!-- Widget 1 END -->
<!-- Widget 2 START -->
<div class="col-lg-8 ms-auto">
<div class="row g-4">
<!-- Link block -->

<!-- Link block -->

<!-- Link block -->

<!-- Link block -->


</div>
</div>
<!-- Widget 2 END -->

</div><!-- Row END -->

<!-- Divider -->


<hr class="mt-4 mb-0">

<!-- Bottom footer -->


<div class="row">
<div class="container">
<div class="d-lg-flex justify-content-between align-items-
center py-3 text-center text-lg-start">
<!-- copyright text -->
<div class="text-muted text-primary-hover">©BLS
International 2025</div>
<!-- copyright links-->
<div class="nav mt-2 mt-lg-0">
<small class="list-inline-item
me-0">V&nbsp;4.19</small>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- =======================
Footer END -->
<!-- Back to top -->
<div class="back-top"></div>
<!-- Bootstrap JS -->

<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-


labelledby="scamModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title" id="scamModalLabel"> <span
style="font-weight:600;color:black">Ready to Leave?</span></h6>
<button class="btn-close" type="button" data-bs-dismiss="modal"
aria-label="Close">
</button>
</div>
<div class="modal-body scam-body" style="color:black;font-
size:medium">
<span>
Select &quot;Logout&quot; below if you are ready to end
your current session.
</span>
</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-bs-
dismiss="modal">Cancel</button>
<button class="btn btn-danger" type="button"
onclick="OnLogoutSubmit();">Logout</button>
</div>

</div>
</div>
</div>
<script src="/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js?
v=Bh8LHqeebiyiT0YD5V0-kJ90cboLJ5zbbepAVUEGxqI"></script>

<!-- Vendors -->


<script src="/assets/vendor/tiny-slider/tiny-slider.js?
v=TUoRPxlDCbgCqz7qhneDUfttB5a74WlyYrm3FOjFZnU"></script>
<script src="/assets/vendor/purecounterjs/dist/purecounter_vanilla.js?
v=faMnyiv1xv8mqVhNEZAf8nONW6FTf7T0o40mEeleNsQ"></script>
<script src="/assets/vendor/glightbox/js/glightbox.js?v=r0f52UVK7WXq6iGxjyhjV-
Y2WjDtpwawIrQaoBtwqE4"></script>
<script src="/assets/vendor/flatpickr/js/flatpickr.min.js?
v=AkQap91tDcS4YyQaZY2VV34UhSCxu2bDEIgXXXuf5Hg"></script>
<script src="/assets/vendor/choices/js/choices.min.js?
v=GGLVnYaVIFDbccxWOhWJiXbdGgmWv7nDSer8VyCQSBk"></script>
<script src="/assets/vendor/jarallax/jarallax.min.js?
v=051mEhTXV1pINFHbbB6peqpAeo2lEkRMtXVe59eo8Xo"></script>
<script src="/assets/vendor/jarallax/jarallax-video.min.js?
v=hfysllUmwJ3on3niY5cibYd5iwOz1MZ-A5aKYxeD0fw"></script>

<!-- ThemeFunctions -->


<script src="/assets/js/functions.js?v=TbMKeJx-
U07R1sXdRBqHpmGBu1Oh1AfWjFjDMY8fuOA"></script>
<script src="/js/site.js?v=KZhE6R9IutBwAcH2dhNWj-BkFRm9WXFHt-59TQi7rAo"></
script>

<script>
var iframeOpenUrl = "";
var globalPopups = GetStack();
var globalCallBack = null;
var globalWindowSender = null;
function OnLanguageChange(lng) {

if (lng === 'en-US') {


return false;
}
ShowLoader();
$.ajax({
type: "POST",
url: "/DZA/account/ChangeLanguage?hdnLang=" +lng,
success: function (response) {
HideLoader();
if (response != "" && response != null && response.success ===
true) {
window.location.href = window.location.href;
}
},
error: function (response) {
HideLoader();
alert("error");
},
});
return false;
}
function OnLogout() {
$('#logoutModal').modal('show');
}
function OnLogoutSubmit() {
ShowLoader();
$.ajax({
type: "POST",
url: "/DZA/account/logout",
success: function (response) {
HideLoader();
if (response != "" && response != null && response.success ===
true) {
window.location.href = response.ru;
}
},
error: function (response) {
HideLoader();
alert(response.error);
},
});
return false;
}
</script>

<script src="/assets/vendor/kendo/js/kendo.all.min.js?
v=PO_iEpMMumS6ezVxpHt1IpXsBBwz5RAz-jXCrshdYLM"></script>

</body>
</html>

You might also like