www.creditlibanais.com.lb Open in urlscan Pro
207.198.102.43  Public Scan

URL: https://www.creditlibanais.com.lb/
Submission: On May 29 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form ng-submit="SubmitSearch()" class="ng-pristine ng-valid">
  <input type="text" class="input-search ng-pristine ng-untouched ng-valid ng-empty" ng-model="searchKey" placeholder="Search by keyword...">
  <button hidden="" type="submit" class="input-search"></button>
</form>

Name: CookiesForm

<form id="CookiesForm" class="holder-form ng-pristine ng-valid" name="CookiesForm" novalidate="" ng-submit="SubmitCookiesForm()">
  <div class="form-group-checkbox" ng-hide="showSuccessMessage">
    <h3 class="form-group-title">Necessary</h3>
    <label class="holder-input">Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies. <input
        class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="necessary" ng-model="cookieDisclaimer.necessary" disabled="">
      <span class="checkmark"></span>
    </label>
  </div>
  <div class="form-group-checkbox" ng-hide="showSuccessMessage">
    <h3 class="form-group-title">Preferences</h3>
    <p class="form-desc">Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region tat you are in.</p>
    <label class="holder-input">Google Analytics <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="preferences_GA" ng-model="cookieDisclaimer.preferences_GA">
      <span class="checkmark"></span>
    </label>
    <label class="holder-input">Facebook <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="preferences_Fb" ng-model="cookieDisclaimer.preferences_Fb">
      <span class="checkmark"></span>
    </label>
    <label class="holder-input">Bid <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="preferences_Bid" ng-model="cookieDisclaimer.preferences_Bid">
      <span class="checkmark"></span>
    </label>
  </div>
  <div class="form-group-checkbox" ng-hide="showSuccessMessage">
    <h3 class="form-group-title">Statistics</h3>
    <p class="form-desc">Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.</p>
    <label class="holder-input">Google Analytics <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="statistics_GA" ng-model="cookieDisclaimer.statistics_GA">
      <span class="checkmark"></span>
    </label>
    <label class="holder-input">Facebook <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="statistics_Fb" ng-model="cookieDisclaimer.statistics_Fb">
      <span class="checkmark"></span>
    </label>
    <label class="holder-input">Bid <input class="checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" id="statistics_Bid" ng-model="cookieDisclaimer.statistics_Bid">
      <span class="checkmark"></span>
    </label>
  </div>
  <div class="btn-wrapper" ng-class="{'loading' : showFormLoader}" ng-show="!showSuccessMessage">
    <button class="btn btn-default btn-red-border btn-validate" type="submit" name="button">SAVE</button>
    <div class="error-message ng-binding" ng-bind="errorMessage"></div>
    <div class="btn-loader">
      <div></div>
      <div></div>
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="form-group-checkbox section-thank-you ng-hide" ng-show="showSuccessMessage">
    <h4 class="thank-you-title">Thank you.</h4>
    <p class="thank-you-desc">Your Cookies Management details were successfully updated.</p>
  </div>
</form>

Name: applyLoanForm

<form id="applyLoanForm" class="holder-form-special ng-pristine ng-invalid ng-invalid-required ng-valid-form-email ng-valid-pattern" name="applyLoanForm" novalidate="" ng-submit="SubmitCarLoanCalculate()">
  <div class="d-flex holder-part2__content">
    <div class="holder-content__list">
      <p for="usedCar" class="form-label">What is your vehicle status? <span class="required-sign">*</span></p>
      <div class="d-flex holder-status">
        <div class="form-group check" for="usedCar" ng-class="{'form-error' : applyLoanForm.usedCar.$touched &amp;&amp; applyLoanForm.usedCar.$invalid}" onclick="radioFunc(this)" ng-click="SelectUsedCar()">
          <div class="d-flex holder-label">
            <img for="usedCar" class="label-image" src="assets/images/useCar.png" alt="">
            <label for="usedCar" class="form-label">Used Car <br> <span class="label-year ng-binding" ng-bind="tenYearsOldYear + '-' + previousYear">2014-2023</span></label>
          </div>
          <div class="form-controls">
            <input type="radio" class="form-field form-radio" name="statusCar" id="usedCar" value="Used Car" checked="">
            <label ng-messages="applyLoanForm.usedCar.$touched &amp;&amp; applyLoanForm.usedCar.$error" class="form-error ng-inactive">
              <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
              <!-- ngMessage: formEmail -->
              <!-- ngMessage: pattern -->
            </label>
          </div>
        </div>
        <div class="form-group" for="newCar" ng-class="{'form-error' : applyLoanForm.newCar.$touched &amp;&amp; applyLoanForm.newCar.$invalid}" onclick="radioFunc(this)" ng-click="SelectNewCar()">
          <div class="d-flex holder-label">
            <img for="newCar" class="label-image" src="assets/images/newCar.png" alt="">
            <label for="newCar" class="form-label">New Car <br> <span class="label-year ng-binding" ng-bind="currentYear + '-' + nextYear">2024-2025</span></label>
          </div>
          <div class="form-controls">
            <input type="radio" class="form-field form-radio" name="statusCar" id="newCar" value="New Car">
            <label ng-messages="applyLoanForm.newCar.$touched &amp;&amp; applyLoanForm.newCar.$error" class="form-error ng-inactive">
              <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
              <!-- ngMessage: formEmail -->
              <!-- ngMessage: pattern -->
            </label>
          </div>
        </div>
      </div>
      <div class="d-flex holder-form2">
        <div class="form-2__list">
          <div class="form-group" ng-class="{'form-error' : applyLoanForm.vehicleModel.$touched &amp;&amp; applyLoanForm.vehicleModel.$invalid}">
            <label for="vehicleModel" class="holder-form-label"><img class="image-form" src="assets/images/icon1.png" alt=""> Vehicle model <span class="required-sign">*</span></label>
            <div class="form-controls">
              <select type="text" class="form-field form-select form-select__1 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="vehicleModel" id="vehicleModel" ng-model="loanModel.vehicleModel" required="">
                <option value="? undefined:undefined ?" selected="selected"></option>
                <!-- ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2014">2014</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2015">2015</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2016">2016</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2017">2017</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2018">2018</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2019">2019</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2020">2020</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2021">2021</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2022">2022</option><!-- end ngRepeat: item in yearsArray -->
                <option ng-value="item" ng-repeat="item in yearsArray" ng-bind="item" class="ng-binding ng-scope" value="string:2023">2023</option><!-- end ngRepeat: item in yearsArray -->
              </select>
              <label ng-messages="applyLoanForm.vehicleModel.$touched &amp;&amp; applyLoanForm.vehicleModel.$error" class="form-error ng-inactive">
                <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                <!-- ngMessage: formEmail -->
                <!-- ngMessage: pattern -->
              </label>
            </div>
          </div>
          <div class="form-group">
            <label for="vehiclePrice" class="holder-form-label"><img class="image-form" src="assets/images/icon2.png" alt=""> Vehicle price <span class="required-sign">*</span></label>
            <div class="form-controls">
              <div class="d-flex holder-select__wLabel">
                <select type="text" class="form-field form-select" name="vehiclePriceCurrency" id="vehiclePriceCurrency" disabled="">
                  <option value="usd" selected="">USD</option>
                </select>
                <div class="form-group form-group-price" ng-class="{'form-error' : applyLoanForm.vehiclePrice.$touched &amp;&amp; applyLoanForm.vehiclePrice.$invalid}">
                  <div class="form-controls">
                    <input type="number" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="vehiclePrice" id="vehiclePrice" ng-model="loanModel.vehiclePrice" value="" required="">
                    <label ng-messages="applyLoanForm.vehiclePrice.$touched &amp;&amp; applyLoanForm.vehiclePrice.$error" class="form-error ng-inactive">
                      <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                      <!-- ngMessage: formEmail -->
                      <!-- ngMessage: pattern -->
                    </label>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="form-group">
            <label for="downPayment" class="holder-form-label"><img class="image-form" src="assets/images/icon6.png" alt=""> Down Payment (Min 30%) <span class="required-sign">*</span></label>
            <div class="form-controls">
              <div class="d-flex holder-select__wLabel">
                <select type="text" class="form-field form-select" name="downPayment" id="downPayment" disabled="">
                  <option value="usd" selected="">USD</option>
                </select>
                <div class="form-group form-group-price" ng-class="{'form-error' : applyLoanForm.downPayment.$touched &amp;&amp; applyLoanForm.downPayment.$invalid}">
                  <div class="form-controls">
                    <input type="number" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="downPayment" id="downPayment" ng-model="loanModel.downPayment" value="" required="">
                    <label ng-messages="applyLoanForm.downPayment.$touched &amp;&amp; applyLoanForm.downPayment.$error" class="form-error ng-inactive">
                      <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                      <!-- ngMessage: formEmail -->
                      <!-- ngMessage: pattern -->
                    </label>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="form-2__list">
          <div class="holder-form2__list">
            <label for="loanPeriod" class="holder-form-label"><img class="image-form" src="assets/images/icon2.png" alt=""> Loan Period (Months) <span class="required-sign">*</span></label>
            <div class="d-flex holder-flex_list">
              <div class="text-center form-group holder-right-arrow left-arrow" tabindex="0" role="button" aria-label="Previous slide">
                <img class="chevron-left-rotate" src="assets/images/chevron-right.png" alt="">
              </div>
              <!-- Swiper -->
              <div class="swiper-container swiper-month-loan swiper-container-horizontal">
                <div class="swiper-wrapper" style="transition-duration: 0ms;">
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0">
                    <div class="form-group text-center checked-loan" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="6" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">6</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="12" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">12</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="18" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">18</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="24" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">24</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="30" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">30</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="5">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="36" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">36</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="6">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="42" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">42</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="7">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="48" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">48</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide swiper-slide-duplicate" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="8">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="54" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">54</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide swiper-slide-duplicate" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="9">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="60" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">60</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="0">
                    <div class="form-group text-center checked-loan" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="6" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">6</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="1">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="12" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">12</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="2">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="18" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">18</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="3">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="24" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">24</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="4">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="30" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">30</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="5">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="36" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">36</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="6">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="42" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">42</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide" data-swiper-slide-index="7">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="48" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">48</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="8">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="54" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">54</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="9">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="60" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">60</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0">
                    <div class="form-group text-center checked-loan" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="6" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">6</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="12" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">12</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="18" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">18</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="24" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod">24</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="30" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">30</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="5">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="36" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">36</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="6">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="42" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">42</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="7">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="48" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">48</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide swiper-slide-duplicate" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="8">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="54" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">54</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                  <div class="swiper-slide ng-hide swiper-slide-duplicate" ng-hide="loanModel.isUsedCar" data-swiper-slide-index="9">
                    <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$invalid}" onclick="radioLoanPeriod(this)">
                      <div class="form-controls">
                        <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="loanPeriod" id="loanPeriod" value="60" ng-model="loanModel.loanPeriod">
                        <span for="loanPeriod" class="">60</span>
                        <label ng-messages="applyLoanForm.loanPeriod.$touched &amp;&amp; applyLoanForm.loanPeriod.$error" class="form-error ng-inactive">
                          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                          <!-- ngMessage: formEmail -->
                          <!-- ngMessage: pattern -->
                        </label>
                      </div>
                    </div>
                  </div>
                </div>
                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
              </div>
              <div class="text-center form-group holder-right-arrow right-arrow" tabindex="0" role="button" aria-label="Next slide">
                <img src="assets/images/chevron-right.png" alt="">
              </div>
            </div>
          </div>
          <div class="holder-form2__list">
            <label for="insuranceType" class="holder-form-label"><img class="image-form" src="assets/images/icon4.png" alt=""> Insurance Type <span class="required-sign">*</span></label>
            <div class="d-flex">
              <div class="form-group text-center checked-type" id="total-loss" ng-hide="!loanModel.isUsedCar" ng-class="{'form-error' : applyLoanForm.insuranceType.$touched &amp;&amp; applyLoanForm.insuranceType.$invalid}"
                onclick="radioInsuranceType(this)">
                <div class="form-controls">
                  <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="insuranceType" id="insuranceType" value="TotalLoss" ng-model="loanModel.insuranceType">
                  <span for="insuranceType">Total Loss</span>
                  <label ng-messages="applyLoanForm.insuranceType.$touched &amp;&amp; applyLoanForm.insuranceType.$error" class="form-error ng-inactive">
                    <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                    <!-- ngMessage: formEmail -->
                    <!-- ngMessage: pattern -->
                  </label>
                </div>
              </div>
              <div class="form-group text-center" id="all-risk" ng-class="{'form-error' : applyLoanForm.insuranceType.$touched &amp;&amp; applyLoanForm.insuranceType.$invalid}" onclick="radioInsuranceType(this)">
                <div class="form-controls">
                  <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="insuranceType" id="insuranceType" value="AllRisk" ng-model="loanModel.insuranceType">
                  <span for="insuranceType">All Risk</span>
                  <label ng-messages="applyLoanForm.insuranceType.$touched &amp;&amp; applyLoanForm.insuranceType.$error" class="form-error ng-inactive">
                    <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                    <!-- ngMessage: formEmail -->
                    <!-- ngMessage: pattern -->
                  </label>
                </div>
              </div>
            </div>
          </div>
          <div class="holder-form2__list">
            <label for="insuranceBill" class="holder-form-label"><img class="image-form" src="assets/images/icon5.png" alt=""> Insurance Included In Bill <span class="required-sign">*</span></label>
            <div class="d-flex">
              <div class="form-group text-center checked-bill" ng-class="{'form-error' : applyLoanForm.insuranceBill.$touched &amp;&amp; applyLoanForm.insuranceBill.$invalid}" onclick="radioInsuranceBill(this)"
                ng-click="loanModel.insuranceBill = true">
                <div class="form-controls">
                  <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="insuranceBill" id="insuranceBill" ng-model="loanModel.insuranceBill">
                  <span for="insuranceBill">Yes</span>
                  <label ng-messages="applyLoanForm.insuranceBill.$touched &amp;&amp; applyLoanForm.insuranceBill.$error" class="form-error ng-inactive">
                    <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                    <!-- ngMessage: formEmail -->
                    <!-- ngMessage: pattern -->
                  </label>
                </div>
              </div>
              <div class="form-group text-center" ng-class="{'form-error' : applyLoanForm.insuranceBill.$touched &amp;&amp; applyLoanForm.insuranceBill.$invalid}" onclick="radioInsuranceBill(this)" ng-click="loanModel.insuranceBill = false">
                <div class="form-controls">
                  <input type="radio" class="form-field form-radio ng-pristine ng-untouched ng-valid ng-not-empty" name="insuranceBill" id="insuranceBill" ng-model="loanModel.insuranceBill">
                  <span for="insuranceBill">No</span>
                  <label ng-messages="applyLoanForm.insuranceBill.$touched &amp;&amp; applyLoanForm.insuranceBill.$error" class="form-error ng-inactive">
                    <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
                    <!-- ngMessage: formEmail -->
                    <!-- ngMessage: pattern -->
                  </label>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="holder-content__list">
      <p class="holder-instruction">Enter your email to receive your result, and/or phone number if you would like us to call you!</p>
      <div class="form-group" ng-class="{'form-error' : applyLoanForm.email.$touched &amp;&amp; applyLoanForm.email.$invalid}">
        <label for="email" class="form-label">Email</label>
        <div class="form-controls">
          <input type="text" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-form-email" name="email" id="email" ng-model="loanModel.email" required="" form-email="">
          <label ng-messages="applyLoanForm.email.$touched &amp;&amp; applyLoanForm.email.$error" class="form-error ng-inactive">
            <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
            <!-- ngMessage: formEmail -->
            <!-- ngMessage: pattern -->
          </label>
        </div>
      </div>
      <div class="form-group" ng-class="{'form-error' : applyLoanForm.mobile.$touched &amp;&amp; applyLoanForm.mobile.$invalid}">
        <label for="mobile" class="form-label">Phone</label>
        <div class="form-controls">
          <input type="tel" pattern="[0-9]*" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" name="mobile" id="mobile" ng-model="loanModel.mobile" required="">
          <label ng-messages="applyLoanForm.mobile.$touched &amp;&amp; applyLoanForm.mobile.$error" class="form-error ng-inactive">
            <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
            <!-- ngMessage: formEmail -->
            <!-- ngMessage: pattern -->
          </label>
        </div>
      </div>
      <div class="d-flex holder-note">
        <a href="" class="note-text">Privacy Policy</a>
        <p class="note-text"><span class="note-req__sign">*</span> Required fields</p>
      </div>
      <div class="btn-holder">
        <div class="btn-wrapper" ng-class="{'loading' : showFormLoader}">
          <button class="btn-default btn-red" type="submit" name="button">Calculate</button>
          <div class="error-message ng-binding" ng-bind="errorMessage"></div>
          <div class="btn-loader">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
          </div>
        </div>
        <a href="http://clnew.koeinbeta.com/services-details/retail-banking/loans/car-loan/50" class="btn-default btn-light-gray">More About Car Loan</a>
      </div>
    </div>
  </div>
</form>

Name: exampleForm

<form class="newsletter-form ng-pristine ng-invalid ng-invalid-required ng-valid-form-email" id="exampleForm" name="exampleForm" novalidate="">
  <div class="form-group" ng-class="{'form-error' : exampleForm3.email.$touched &amp;&amp; exampleForm3.email.$invalid}">
    <div class="form-controls">
      <input type="text" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-form-email" name="email" id="email" placeholder="Email address" ng-model="newsLetterModel.email" required="" form-email="">
      <label ng-messages="exampleForm3.email.$touched &amp;&amp; exampleForm3.email.$error" class="form-error ng-inactive">
        <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
        <!-- ngMessage: formEmail -->
        <!-- ngMessage: pattern -->
      </label>
    </div>
  </div>
  <div class="btn-wrapper">
    <button class="btn btn-transparent" ng-click="OpenNewsletterModal()" type="submit" name="button">Join</button>
    <div class="btn-loader"></div>
  </div>
</form>

Name: newsletterForm

<form id="newsletterForm" class="holder-form ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-form-email" name="newsletterForm" novalidate="" ng-submit="SubmitNewsletterForm()">
  <div class="d-flex holder-body-form" ng-hide="showSuccessMessage">
    <div class="form-group" ng-class="{'form-error' : newsletterForm.firstName.$touched &amp;&amp; newsletterForm.firstName.$invalid}">
      <label for="firstName" class="form-label">First name *</label>
      <div class="form-controls">
        <input type="text" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="firstName" id="firstName" ng-model="newsLetterModel.firstName" required="">
        <label ng-messages="newsletterForm.firstName.$touched &amp;&amp; newsletterForm.firstName.$error" class="form-error form-error-custom ng-inactive">
          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
          <!-- ngMessage: formEmail -->
          <!-- ngMessage: pattern -->
        </label>
      </div>
    </div>
    <div class="form-group" ng-class="{'form-error' : newsletterForm.lastName.$touched &amp;&amp; newsletterForm.lastName.$invalid}">
      <label for="lastName" class="form-label">Last name *</label>
      <div class="form-controls">
        <input type="text" class="form-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="lastName" id="lastName" ng-model="newsLetterModel.lastName" required="">
        <label ng-messages="newsletterForm.lastName.$touched &amp;&amp; newsletterForm.lastName.$error" class="form-error form-error-custom ng-inactive">
          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
          <!-- ngMessage: formEmail -->
          <!-- ngMessage: pattern -->
        </label>
      </div>
    </div>
  </div>
  <div class="d-flex holder-body-form" ng-hide="showSuccessMessage">
    <div class="form-group" ng-class="{'form-error' : newsletterForm.email.$touched &amp;&amp; newsletterForm.email.$invalid}">
      <label for="email" class="form-label">Email*</label>
      <div class="form-controls">
        <input type="email" class="form-field ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-form-email" name="email" id="email" ng-model="newsLetterModel.email" required="" form-email="">
        <label ng-messages="newsletterForm.email.$touched &amp;&amp; newsletterForm.email.$error" class="form-error form-error-custom ng-inactive">
          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
          <!-- ngMessage: formEmail -->
          <!-- ngMessage: pattern -->
        </label>
      </div>
    </div>
    <div class="form-group" ng-class="{'form-error' : newsletterForm.country.$touched &amp;&amp; newsletterForm.country.$invalid}">
      <label for="country" class="form-label">Country</label>
      <div class="form-controls">
        <select class="form-field form-select ng-pristine ng-untouched ng-valid ng-empty" name="country" id="country" ng-model="newsLetterModel.country">
          <option value="" selected="selected">Select Country</option>
          <!-- ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:1">Afghanistan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:2">Albania</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:3">Algeria</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:4">American Samoa</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:5">Andorra</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:6">Angola</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:7">Anguilla</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:8">Antarctica</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:9">Antigua and Barbuda</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:10">Argentina</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:11">Armenia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:12">Aruba</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:13">Australia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:14">Austria</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:15">Azerbaijan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:16">Bahamas</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:17">Bahrain</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:18">Bangladesh</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:19">Barbados</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:20">Belarus</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:21">Belgium</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:22">Belize</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:23">Benin</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:24">Bermuda</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:25">Bhutan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:26">Bolivia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:27">Bosnia and Herzegovina</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:28">Botswana</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:29">Bouvet Island</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:30">Brazil</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:31">British Indian Ocean Territory</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:32">Brunei Darussalam</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:33">Bulgaria</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:34">Burkina Faso</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:35">Burundi</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:36">Cambodia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:37">Cameroon</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:38">Canada</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:39">Cape Verde</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:40">Cayman Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:41">Central African Republic</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:42">Chad</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:43">Chile</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:44">China</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:45">Christmas Island</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:46">Cocos (Keeling) Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:47">Colombia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:48">Comoros</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:49">Congo</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:51">Cook Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:52">Costa Rica</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:53">Cote D'Ivoire</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:54">Croatia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:55">Cuba</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:56">Cyprus</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:57">Czech Republic</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:58">Denmark</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:59">Djibouti</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:60">Dominica</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:61">Dominican Republic</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:62">Ecuador</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:63">Egypt</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:64">El Salvador</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:65">Equatorial Guinea</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:66">Eritrea</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:67">Estonia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:68">Ethiopia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:69">Falkland Islands (Malvinas)</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:70">Faroe Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:71">Fiji</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:72">Finland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:73">France</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:74">French Guiana</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:75">French Polynesia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:76">French Southern Territories</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:77">Gabon</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:78">Gambia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:79">Georgia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:80">Germany</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:81">Ghana</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:82">Gibraltar</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:83">Greece</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:84">Greenland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:85">Grenada</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:86">Guadeloupe</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:87">Guam</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:88">Guatemala</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:89">Guinea</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:90">Guinea-Bissau</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:91">Guyana</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:92">Haiti</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:93">Heard Island and Mcdonald Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:94">Holy See (Vatican City State)</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:95">Honduras</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:96">Hong Kong</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:97">Hungary</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:98">Iceland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:99">India</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:100">Indonesia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:101">Iran, Islamic Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:102">Iraq</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:103">Ireland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:104">Italy</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:105">Jamaica</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:106">Japan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:107">Jordan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:108">Kazakhstan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:109">Kenya</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:110">Kiribati</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:111">Korea, Democratic People's Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:112">Korea, Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:113">Kuwait</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:114">Kyrgyzstan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:115">Lao People's Democratic Republic</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:116">Latvia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:117">Lebanon</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:118">Lesotho</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:119">Liberia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:120">Libyan Arab Jamahiriya</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:121">Liechtenstein</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:122">Lithuania</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:123">Luxembourg</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:124">Macao</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:125">Macedonia, the Former Yugoslav Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:126">Madagascar</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:127">Malawi</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:128">Malaysia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:129">Maldives</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:130">Mali</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:131">Malta</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:132">Marshall Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:133">Martinique</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:134">Mauritania</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:135">Mauritius</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:136">Mayotte</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:137">Mexico</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:138">Micronesia, Federated States of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:139">Moldova, Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:140">Monaco</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:141">Mongolia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:142">Montserrat</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:143">Morocco</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:144">Mozambique</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:145">Myanmar</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:146">Namibia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:147">Nauru</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:148">Nepal</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:149">Netherlands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:150">Netherlands Antilles</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:151">New Caledonia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:152">New Zealand</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:153">Nicaragua</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:154">Niger</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:155">Nigeria</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:156">Niue</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:157">Norfolk Island</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:158">Northern Mariana Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:159">Norway</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:160">Oman</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:161">Pakistan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:162">Palau</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:163">Palestinian Territory, Occupied</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:164">Panama</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:165">Papua New Guinea</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:166">Paraguay</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:167">Peru</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:168">Philippines</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:169">Pitcairn</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:170">Poland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:171">Portugal</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:172">Puerto Rico</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:173">Qatar</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:174">Reunion</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:175">Romania</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:176">Russian Federation</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:177">Rwanda</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:178">Saint Helena</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:179">Saint Kitts and Nevis</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:180">Saint Lucia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:181">Saint Pierre and Miquelon</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:182">Saint Vincent and the Grenadines</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:183">Samoa</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:184">San Marino</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:185">Sao Tome and Principe</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:186">Saudi Arabia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:187">Senegal</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:188">Serbia and Montenegro</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:189">Seychelles</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:190">Sierra Leone</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:191">Singapore</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:192">Slovakia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:193">Slovenia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:194">Solomon Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:195">Somalia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:196">South Africa</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:197">South Georgia and the South Sandwich Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:198">Spain</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:199">Sri Lanka</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:200">Sudan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:201">Suriname</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:202">Svalbard and Jan Mayen</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:203">Swaziland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:204">Sweden</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:205">Switzerland</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:206">Syrian Arab Republic</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:207">Taiwan, Province of China</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:208">Tajikistan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:209">Tanzania, United Republic of</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:210">Thailand</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:50">the Democratic Republic of the Congo</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:211">Timor-Leste</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:212">Togo</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:213">Tokelau</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:214">Tonga</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:215">Trinidad and Tobago</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:216">Tunisia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:217">Turkey</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:218">Turkmenistan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:219">Turks and Caicos Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:220">Tuvalu</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:221">Uganda</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:222">Ukraine</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:223">United Arab Emirates</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:224">United Kingdom</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:225">United States</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:226">United States Minor Outlying Islands</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:227">Uruguay</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:228">Uzbekistan</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:229">Vanuatu</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:230">Venezuela</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:231">Viet Nam</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:232">Virgin Islands, British</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:233">Virgin Islands, U.S.</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:234">Wallis and Futuna</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:235">Western Sahara</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:236">Yemen</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:237">Zambia</option><!-- end ngRepeat: item in data.countries -->
          <option ng-repeat="item in data.countries" ng-value="item.id" ng-bind="item.label" class="ng-binding ng-scope" value="string:238">Zimbabwe</option><!-- end ngRepeat: item in data.countries -->
        </select>
        <label ng-messages="newsletterForm.country.$touched &amp;&amp; newsletterForm.country.$error" class="form-error form-error-custom ng-inactive">
          <!-- ngMessagesInclude: form-error-messages --><!-- ngMessage: required -->
          <!-- ngMessage: formEmail -->
          <!-- ngMessage: pattern -->
        </label>
      </div>
    </div>
  </div>
  <div class="text-center btn-wrapper" ng-class="{'loading' : showFormLoader}" ng-show="!showSuccessMessage">
    <p class="form-note">*required fields</p>
    <button class="btn-default btn-red" type="submit" name="button">Subscribe</button>
    <div class="btn-loader">
      <div></div>
      <div></div>
      <div></div>
      <div></div>
    </div>
    <p class="section-subtitle ng-binding" ng-bind="errorMsg"></p>
  </div>
</form>

Text Content

Announcement



Schedule for selected branches



Know more
 *    
      
    * LEB
      
      
      
      
   
      
    * LEB
      
    * SEN
      
   
   LEB Bah Can Cyp Irq Sen
 * C By Credit Libanais
    * 
    * 
    * 

 * 

 * 
 * 

 * OUR PRODUCTS
 * Merchants & Payment solutions portal
 * 
 * ABOUT LOYALTY
 * FAQ

0
 * Locate us
 * Call us from Lebanon
   1518
   card help desk
   961-1-608282
   Call us from Abroad
   +961 1 607100
 * Give Feedback
 * Chat With Us
 *    
      
      
      
    * 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    * 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    * 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    * 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    * 
      
      
      
      
    * 
      
      
      
      
      
      
      
      
      
      
      
      

 * Online Banking
    * Retail banking
      
    * Merchant
    * more info

 * 

 * Locate us
 * Call us from Lebanon
   1518
   card help desk
   961-1-608282
   Call us from Abroad
   +961 1607100
 * Give Feedback
 * Online Banking
    * Retail banking
      
    * Merchant
    * more info

C By Credit Libanais
 * 
 * 
 * 

Select a country

   
   
 * LEB
   
   
   
   

   
 * LEB
   
 * SEN
   

LEB Bah Can Cyp Irq Sen
Online Banking
 * Retail banking
   
 * Merchant
 * more info

   
   
   
   
   
   
   
   
 * Retail Banking
   
   
   
 * Corporate Banking
   
   
   
 * Global Markets
   
   
 * E-Banking Services
   
   
   
   
   
   
   
   
 * E-Payment & Cards Technology
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

   
   
 * Group Profile
   
   
   
 * Publications
   
   
   
 * Privacy & Security
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

 * FEEDBACK

 * CONTACT US 24/7
   1518

 * FIND US

   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
 * 

Retail Banking

LOANS

   
   
 * Overseas Home Loan
   
   
   
 * ESFD Loan
   
   
   
 * Consumer Loan
   
   
   
 * Car Loan
   
   
   
 * BDL Green Loan
   
   
   
   
   
   
   
   
   
   
   
   
   

ACCOUNTS

   
   
 * Pay Xpress Merchant Account
   
   
   
 * Banque du Liban Basic Circular 158
   
   
   
 * Fresh Money Account
   
   
   
 * Fresh Wedding Account
   
   
   
 * Term Savings Account
   
   
   
 * Sight Savings Account
   
   
   
 * Salary Domiciliation Service
   
   
   
 * Merchant Access Account
   
   
   
 * Fixed Term Deposit Account
   
   
   
 * Current Account
   
   
   
 * CLIB Savings Account
   
   
   
 * Checking Account
   
   
   
 * Card Account
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

SERVICES

INSURANCE PLANS

   
   
 * Bancassurance
   
   
   
   
   
   
   
   
   
   
   
   
   
 * CLA Insurance Products
   
   
   
   

Corporate Banking

ACCOUNTS

   
   
 * Term Savings Account
   
   
   
 * Sight Savings Account
   
   
   
 * Salary Domiciliation Service
   
   
   
 * Merchant Access Account
   
   
   
 * Current Corporate Account
   
   
   
 * Corporate Accounts
   
   
   
 * CLIB Savings Account
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

LOANS

   
   
 * Term Loans
   
   
   
 * Merchant Overdraft Facilities
   
   
   
 * Kafalat Programs
   
   
   
 * Discounting Bills
   
   
   
 * Business Overdrafts
   
   
   
 * BDL Green Loan
   
   
   
 * BDL Commercial Loan
   
   
   
 * Banque Du Liban (BDL) Subsidies
   
   
   
 * Arab Trade Finance Program (ATFP)
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

SERVICES

INSURANCE PLANS

 * Bancassurance
 * CLA Insurance Products

INVESTMENT BANKING

   
   
 * Investment Bank (CLIB)
   
   

Global Markets

 * Private Banking & Wealth Management

 * Treasury & Foreign Exchange

 * Capital Markets

E-Payment & Cards Technology

 * Cards Portal

 * Loyalty Portal

 * Merchant Portal

E-Banking Services

 * C by Credit Libanais Mobile Application

 * Online Banking

 * CL Digital Contact Center

 * Merchant

 * SMS Alert

 * Deposit ATMs

Group Profile

   
 * About Us
   
 * The Vision
   
 * Bank Values
   
 * BCP Statement
   
 * Corporate Governance
   
 * Bank Pioneering Role
   
 * Policy
   
 * The Group
   

Publications

   
 * Annual Reports
   
 * Financial Statements
   
 * CL Stock Market Indices
   
 * Economic Research Blog
   
 * News and Events
   
 * Compliance Bulletins
   
 * Reflections
   
 * Awards
   

Privacy & Security

   
 * Privacy Notice
   
 * Security Tips & Hints
   
 * GDPR
   
 * Card Security (PCI- Plastic Cards)
   
 * Cookies Management
   

COOKIES MANAGEMENT


NECESSARY

Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.


PREFERENCES

Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region tat you
are in.

Google Analytics Facebook Bid


STATISTICS

Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

Google Analytics Facebook Bid
SAVE



THANK YOU.

Your Cookies Management details were successfully updated.


RETAIL
BANKING


RETAIL
BANKING


CORPORATE
BANKING


CORPORATE
BANKING


GLOBAL
MARKETS


GLOBAL
MARKETS


E-BANKING
SERVICES


E-BANKING
SERVICES


E-PAYMENT & CARDS
TECHNOLOGY


E-PAYMENT & CARDS
TECHNOLOGY

Cash Withdrawal Service Fresh USD



Apply for a card



Open an account



Browse our Services

Apply For a loan

ARE YOU LOOKING FOR A


ARE YOU LOOKING FOR A RETAIL LOAN?


ARE YOU LOOKING FOR A CORPORATE LOAN?



CAR LOAN

 * Repayment period up to 60 months for new cars and 48 to 60 months for
   pre-owned cars
 * Repayments are in equal monthly installments



Calculate More Info

CONSUMER LOAN

 * Special account opened for 6 months in USD & LBP
 * Offering immediate availability of funds at a preferential Interest rate
 * Free 2 Plantinum Debit Cards for the couple



More Info

BDL GREEN LOAN

 * Repayment period up to 10 years
 * Preferential interest rates
 * Grace period up to 2 years
 * No loan maximum amount set



More Info

ESFD LOAN

 * Finances a new or existent project, in all productive economic sectors except
   real estate
 * Finances machinery, equipment and other business needs, as well as working
   capital
 * Helps to create job opportunities and positively contributes to community
   development



More Info

OVERSEAS HOME LOAN

 * Preferential interest rates
 * Loan granted in EUR or USD
 * Repayment period from 3 to 25 years



More Info

BUSINESS OVERDRAFTS

 * A current account with a predetermined limit and direct access
 * The facility offers you extra funds within a limit that shouldn't be
   exceeded 
 * Available to all types of companies
 * Availability of cash when needed
 * Finance of working capital
 * Checkbook facility






More Info

BDL COMMERCIAL LOAN

 * Granted in LBP
 * Different sectors can benefit from it (agriculture, industrial, touristic,
   trade, services, etc.);
 * Preferential interest rates apply 
 * No commission
 * Repayment period of 7 years
 * Grace period ranges from 6 to 24 months 



More Info

BDL GREEN LOAN

 * Repayment period of up to 10 years
 * Preferential interest rates
 * Grace period up to 4 years
 * Loan maximum amount $10 million



More Info

DISCOUNTING BILLS

 * You can discount your receivables, and Credit Libanais provides you with cash
   up to a certain percentage of your bill portfolio



More Info

KAFALAT PROGRAMS

 * Loans are subsidized by the Central Bank of Lebanon (up to 4.5%)
 * Loans are guaranteed by Kafalat S.A.L, with commission: 2.5% of the value of
   the Kafalat guarantee + 3% fiscal stamps (a one-time fee). 
 * Interest on loans granted in US Dollars for 1 year Libor +5.5%
 * Loans are granted to small and medium sized businesses: companies, sole,
   proprietorship, individual, or cooperative
 * Repayment periods vary between 12 and 180 months, including a 6 month to
   3-year grace period 



More Info

MERCHANT OVERDRAFT FACILITIES

 * Facilities granted to Merchant Access Account Customers
 * SMEs in the following sectors: supermarkets, pharmacies and gas stations
 * Facility type: Overdraft up to LBP 50,000,000
 * Life insurance covering the facility



More Info

TERM LOANS

 * Medium-term loan (2-7 years)



More Info

BANQUE DU LIBAN (BDL) SUBSIDIES

 * Low interest rates as BDL subsidizes the loan by 4.5%
 * A maximum of 15% of the capital will be settled in the first 2 years 
 * Repayment period from 5 to 7 years



More Info

ARAB TRADE FINANCE PROGRAM (ATFP)

 * Low and competitive interest rates
 * Repayment period of up to 5 years for machinery and equipment; up to 6 months
   for consumable goods, and up to 18 months for raw materials
 * The program finances goods of Arab and non-Arab origins. Goods are considered
   Arab if the value increases by at least 40% due to work in an Arab country 
 * Minimum financing of USD 50,000 



More Info

Apply For a loan


CALCULATE YOUR MONTHLY CAR LOAN FEES



What is your vehicle status? *

Used Car
2014-2023

New Car
2024-2025

Vehicle model *
2014201520162017201820192020202120222023
Vehicle price *
USD

Down Payment (Min 30%) *
USD

Loan Period (Months) *
6
12
18
24
30
36
42
48
54
60
6
12
18
24
30
36
42
48
54
60
6
12
18
24
30
36
42
48
54
60

Insurance Type *
Total Loss
All Risk
Insurance Included In Bill *
Yes
No

Enter your email to receive your result, and/or phone number if you would like
us to call you!

Email

Phone

Privacy Policy

* Required fields

Calculate


More About Car Loan

Apply For a loan


YOUR RESULTS



Monthly Payment



Total Payment



Insurance Amount



Intesrest



Minimum Salary



Car status:

Car price:

Original loan:

Loan period:

Apply

More About Car Loan
Have a question? 1518


Apply for a Card


WHAT ARE YOU LOOKING FOR?

Learn more about our loyalty

Preloaded Fresh



Debit LBP



Credit LBP



Fresh Debit



Fresh Corporate

Open an account


WHAT ARE YOU LOOKING FOR?

View our products & offers

Card Account



Sight Savings

Account



Term Savings

Account



Checking

Account



Clib Saving

Account



Wedding

Account



Payroll Account/

Private Sector


WHAT KIND OF ACCOUNT ARE YOU LOOKING FOR?

Card Account



 * Immediate access to your accounts
 * Offering a Blue Spark Debit card, for use at ATMs and POS 
 * No minimum balance required, to set up account 
 * A bank account to conduct basic transactions, with minimal amounts






Apply More Info

Fresh Wedding Account



 * Fresh Wedding Account opening in LBP and USD
 * Offering immediate availability of funds
 * Debit cards for the bride and the groom (Red Spark and Purple Spark)
   



Apply More Info

Checking Account



 * Sole or joint bank account

 * In any currency

 * BankerNet debit card

Sole or joint bank account

In any currency

BankerNet debit card




Apply More Info

Current Account



 * Ideal for sole proprietorships, joint stock or limited liability companies
   etc., both local and foreign companies in Lebanon
 * Inter-branch transaction
 * Domiciliation of bills and invoices, settlement of loan
 * E-Banking Services
   



Apply More Info

Merchant Access Account



 * Dual currency current account with savings options
 * Discounts on VISA credit cards fees for business partners
 * E-banking services



Apply More Info

Sight Savings Account



 * For sole or joint account holders, (resident and non-resident Lebanese, as
   well as foreign nationals)
 * Interest is paid at the end of the year, subject to market conditions 
 * Minimum opening deposit is not required 



Apply More Info

Term Savings Account



 * For sole or joint account holders
 * Ideal for both resident and non-resident Lebanese, as well as foreign
   nationals
 * In any currency 



Apply More Info

CLIB Savings Account



 * Sole or joint account holders, or businesses 
 * In any currency
 * Higher interest rates than any other deposit account 
 * Interest earnings received periodically



Apply More Info

Fixed Term Deposit Account



 * Ideal for individuals and businesses 
 * High interest rates, based on maturity date chosen (ranging from 1 to 12
   months)
 * E-banking services



Apply More Info

Salary Domiciliation Service



 * Save time via direct electronic fund transfers
 * Cost effective solution that cuts overhead expenses
 * Increased efficiency in managing employees' payroll
 * Low risk, due to electronic processing of large sums, eliminating the need
   for cash or checks



Apply More Info

Fresh Money Account



The Deposited Amounts Can Be Used For:


 * Cash Withdrawals Up To 100% & Local and international spending Through a card
   linked to this account
 * Overseas Funds transfers
 * Transfer to other fresh money accounts



Apply More Info

Banque du Liban Basic Circular 158

Banque du Liban issued the Basic Circular 158, enabling clients holders of
Foreign currencies accounts, opened before 31/10/2019, to execute gradual
monthly withdrawals.

Apply More Info

Pay Xpress Merchant Account

• Currency: Fresh USD only
• Unrestricted Cash withdrawals over the counter.
• Cash withdrawal through ATM up to the card’s limit.

Apply More Info

Corporate Accounts



 * Businesses require a reliable banking partner to understand their complex
   needs
   



Apply More Info

Current Corporate Account



 * The Current Account for companies is ideal for any company type.



Apply More Info

Sight Savings Account



 * The Sight Savings Account from Credit Libanais allows account holders to earn
   interest, while benefitting from instant access to their accounts. 



Apply More Info

Term Savings Account



 * For sole or joint account holders
 * Ideal for both resident and non-resident Lebanese, as well as foreign
   nationals
 * In any currency
 * Minimum opening deposit of 1,000 USD
 * Higher interest rates than other deposit accounts, paid upon maturity (based
   on market conditions)
 * Transactions are allowed from any of Credit Libanais branches (passbook
   required)
   



Apply More Info

CLIB Savings Account



 * Credit Libanais Savings Account offers high interest rates on blocked
   deposits.
 * Ideal for individuals or businesses seeking to grow their funds.



Apply More Info

Merchant Access Account



 * Dual currency current account with savings options
 * Interest earning of 1% on USD and 2% on LBP (min 1,000USD or 1,500,000LBP
   calculated every 6 months)
 * BankerNet debit card (for sole proprietorship)
 * Discounts on VISA credit cards fees for business partners
 * Electronic Funds Transfer (EFT) of the transactions on the Merchant Access
   Account within 24 hours of download time
 * Periodic statements
 * Free Checkbooks
 * E-banking services include: Mobile banking & Online banking
   



Apply More Info

Salary Domiciliation Service



 * Salaries can be settled by direct transfer into each individual employee's
   account at Credit Libanais
 * No minimum salary or minimum balance required
 * Currency: USD or LBP
 * Special offers for employees
   



Apply More Info

Browse our Services


WHAT KIND OF SERVICE ARE YOU LOOKING FOR?

Cash Withdrawal Service - Fresh USD

Edfa3li Cashless Payment Service

Wedding Account Online Payment Service

E-Tax Payment

Money Transfer

Annual Mécanique Fees

University Tuition Payments

Port of Beirut Fees Payment

Safe Deposit Boxes

Tax Payment Through Credit Libanais Branches

ADSL Service

Mobile ATM Recharge

Utility Bills Domiciliation

Settlement of Taxes and Fees Online with Credit Libanais Cards

Salary Domiciliation

Loyalty Program

Properties for Sale

E-Banking Services


RETAIL BANKING


CORPORATE BANKING


GLOBAL MARKETS


E-BANKING SERVICES


E-PAYMENT & CARDS TECHNOLOGY

LOYALTY PROGRAM

Credit Libanais is committed to reward you with meaningful experiences through
its generous loyalty program. Browse through thousands of gift items and redeem
the perfect one for you.

TAX PAYMENT THROUGH CL BRANCHES

Thanks to a direct Web Service Connection between Credit Libanais and the
Ministry of Finance

PROPERTIES FOR SALE

The Credit Libanais properties for sale search engine was developed to help you
perform a detailed search based on criteria that best suit your desired
specifications and requirements

WEDDING ACCOUNT ONLINE PAYMENT

Is a secure payment gateway, accepting all VISA and MasterCard local and
International cards

MONEY TRANSFER



Prompt transfers of funds with Credit Libanais, using SWIFT. 

 



UNIVERSITY TUITION PAYMENTS

The importance of education is undeniable. To process and settle tuition fees
for your children in a convenient manner, you can settle school and university
payments at Credit Libanais.

PORT OF BEIRUT FEES PAYMENT

This service assists individuals, companies, maritime cargo agents and import
and export traders to settle Port of Beirut fees at any Credit Libanais branch

ANNUAL MÉCANIQUE FEES

You can settle your annual traffic fees (Mecanique) at any Credit Libanais
branch and receive the official sticker on the spot. 

TAX PAYMENT THROUGH CREDIT LIBANAIS

Thanks to a direct Web Service connection between Credit Libanais and the
Ministry of Finance, you can easily and instantly settle your taxes at any of
Credit Libanais branches.

IBAN

Domestic and international bank transfers are facilitated by Credit Libanais,
with the use of your International Bank Account Number (IBAN).

ADSL SERVICE

The Credit Libanais ADSL Internet Package offers you a complete solution that
combines an ADSL connection with a full range of interconnected banking
services.

MOBILE ATM RECHARGE

By using Credit Libanais ATM's network, you can recharge your Alfa Active line
or Touch Magic line with one quick and easy transaction.

SETTLEMENT OF TAXES AND FEES ONLINE WITH CREDIT LIBANAIS CARDS

Say goodbye to queuing and pay your utility bills online using your Credit
Libananis Mastercard or Visa cards.

SALARY DOMICILIATION

A simple computerized salary domiciliation will grant many benefits to both your
company and your staff.





TRANSPARENCY & AWARENESS



We value your Customer Experience with CL and commit to provide you with our
products and services according to transparency, fairness and suitability
standards, and handle your complaints on a timely and efficient manner


CORPORATE RESPONSIBILITY



We at Credit Libanais Group are conscious of our important role in the
communities where we operate, and are committed to creating value to all our
stakeholders.


GROUP PROFILE



Credit Libanais SAL, which aims to meet the needs of each customer throughout
its lifecycle, operates as a global provider providing a full range of banking
products and services.

CLASI

1,809.40

05.29.24

 * YEAR HIGH
   
   2,214.26

 * CHANGE %
   
   -0.296%

 * YEAR LOW
   
   1,749.09

 * PREVIOUS 05.28.24
   
   1,814.77

CLFI

593.87

05.29.24

 * YEAR HIGH
   
   658.47

 * CHANGE %
   
   0.180%

 * YEAR LOW
   
   529.63

 * PREVIOUS 05.28.24
   
   592.80

CLCI

3,786.43

05.29.24

 * YEAR HIGH
   
   4,795.07

 * CHANGE %
   
   -0.411%

 * YEAR LOW
   
   3,649.34

 * PREVIOUS 05.28.24
   
   3,802.07


Download
Annual report Download
Balance Sheet

ECONOMIC RESEARCH

THE WORLD BANK PUBLISHES THE LEBANON POVERTY AND EQUITY ASSESSMENT 2024 REPORT

According to the World Bank, monetary poverty in Lebanon rose to 44% in 2022, up
from 12% in 2012....

IMF MISSION CONCLUDES VISIT TO LEBANON

...

GROUP NEWS

31 Oct 2023

Credit Libanais Achieves PCI-DSS Certification Renewal for 2023-2024

PRESS RELEASES

24 Jan 2024

Credit Libanais embraces Digital Wallets in its Payment Ecosystem by enabling QR
code payments on all CCM terminals through its Pay Xpress service

FEATURED ARTICLE

27 Dec 2023

Credit Libanais Bank launches “Wink Pay”, the first service that will be
included on Wink Neo platform

AWARDS

2020


BEST IN CLASS VISA GLOBAL SERVICE QUALITY AWARD

 * 1518
   
   961-1-607100
   
   961-1-608282
   
   (card help desk)

 * Share with your friends

 * Join
   our newsletter
   
   Join
   

 * Download
   C by Credit Libanais
   
   

 * ISO 9001:2015
   Quality management system

Stay Connected:

   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * 
   
   
 * 

View Sitemap Hide Sitemap



RETAIL BANKING

   
   
 * Loans
   
   
   
   
   
 * Accounts
   
   
   
 * Services
   
   
   
 * Insurance Plans
   
   
   


CORPORATE BANKING

   
   
 * Accounts
   
   
   
 * Loans
   
   
   
 * Services
   
   
   
 * Insurance Plans
   
   
   
 * Investment Banking
   
   
   


GLOBAL MARKETS

   
   
 * Private Banking & Wealth Management
   
   
   
 * Treasury & Foreign Exchange
   
   
   
 * Capital Markets
   
   
   


E-BANKING SERVICES

   
 * C by Credit Libanais Mobile Application
   
 * Online Banking
   
 * CL Digital Contact Center
   
 * Merchant
   
 * SMS Alert
   
 * Deposit ATMs
   


E-PAYMENT & CARDS TECHNOLOGY


SERVICES

   
 * Cash Withdrawal Service - Fresh USD
   
 * Edfa3li Cashless Payment Service
   
 * Wedding Account Online Payment Service
   
 * E-Tax Payment
   
 * Money Transfer
   
 * Annual Mécanique Fees
   
 * University Tuition Payments
   
 * Port of Beirut Fees Payment
   
 * Safe Deposit Boxes
   
 * Tax Payment Through Credit Libanais Branches
   
 * ADSL Service
   
 * Mobile ATM Recharge
   
 * Utility Bills Domiciliation
   
 * Settlement of Taxes and Fees Online with Credit Libanais Cards
   
 * Properties for Sale
   
 * Salary Domiciliation
   
 * Loyalty Program
   
 * E-Banking Services
   


GROUP PROFILE

   
 * About Us
   
 * The Vision
   
 * Bank Values
   
 * BCP Statement
   
 * Corporate Governance
   
 * Bank Pioneering Role
   
 * Policy
   
 * The Group
   


PUBLICATIONS

   
 * Annual Reports
   
 * Financial Statements
   
 * CL Stock Market Indices
   
 * Economic Research Blog
   
 * News and Events
   
 * Compliance Bulletins
   
 * Reflections
   
 * Awards
   


CORPORATE RESPONSIBILITY

   
 * CL and the environment
   
 * CL and responsible financing
   
 * CL and the communities
   
 * CL and customer experience
   
 * CL and people capital optimization
   
 * CL and corporate governance
   
 * CL Strategy
   


TRANSPARENCY & AWARENESS

   
 * CL customer experience
   
 * Customer rights & duties form
   
 * Feedback / Complaints
   
 * List of fees & charges
   


PRIVACY & SECURITY

   
 * Privacy Notice
   
 * Security Tips & Hints
   
 * GDPR
   
 * Card Security (PCI- Plastic Cards)
   
 * Cookies Management
   


OTHERS

   
   
   
   
   
   
   
   
   
 * CL Application
   
   
   
   
   
   
   
   
   
   
 * Careers
 * Contact
 * Feedback
 * Find Us

   

 * Banks list No.53-CRB:10742 Online & Phone Banking service - BDL 1/984 -
   July,2000

   

 * 

   

 * Credit Libanais SAL - All rights reserved

   

Join our Newsletter

First name *

Last name *

Email*

Country
Select Country AfghanistanAlbaniaAlgeriaAmerican
SamoaAndorraAngolaAnguillaAntarcticaAntigua and
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia
and HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCayman
IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCook IslandsCosta RicaCote
D'IvoireCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland
Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuineaGuinea-BissauGuyanaHaitiHeard
Island and Mcdonald IslandsHoly See (Vatican City State)HondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic
ofIraqIrelandItalyJamaicaJapanJordanKazakhstanKenyaKiribatiKorea, Democratic
People's Republic ofKorea, Republic ofKuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyan Arab
JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMacedonia, the Former Yugoslav
Republic ofMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States
ofMoldova, Republic
ofMonacoMongoliaMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern
Mariana IslandsNorwayOmanPakistanPalauPalestinian Territory, OccupiedPanamaPapua
New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarReunionRomaniaRussian FederationRwandaSaint HelenaSaint Kitts and
NevisSaint LuciaSaint Pierre and MiquelonSaint Vincent and the
GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbia and
MontenegroSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSpainSri
LankaSudanSurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyrian Arab
RepublicTaiwan, Province of ChinaTajikistanTanzania, United Republic
ofThailandthe Democratic Republic of the
CongoTimor-LesteTogoTokelauTongaTrinidad and
TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying
IslandsUruguayUzbekistanVanuatuVenezuelaViet NamVirgin Islands, BritishVirgin
Islands, U.S.Wallis and FutunaWestern SaharaYemenZambiaZimbabwe

*required fields

Subscribe





THANK YOU

You’ve successfully joined our newsletter.

COOKIES DISCLAIMER
This website uses cookies to give you the best experience. By continuing to
browse this site, you give us your consent for cookies to be used. For more
information, click here.
Accept All Personalize