infinity.icicibank.com Open in urlscan Pro
2001:df7:f401::1025  Public Scan

Submitted URL: https://bit.ly/38dFR6l
Effective URL: https://infinity.icicibank.com/corp/AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&__START_TRAN_FLAG__=Y&FG_BUTTONS_...
Submission: On June 20 via api from IN — Scanned from DE

Form analysis 3 forms found in the DOM

Name: AuthenticationFGPOST AuthenticationController;jsessionid=0000quOovxQslLG5q0W3UIcxSTI:CR02n36weht?bwayparam=RHbmS4Exi2bzt0kI%2FZ4TJCA9VEVbo2LRyptke0qJqVQ%3D

<form name="AuthenticationFG" action="AuthenticationController;jsessionid=0000quOovxQslLG5q0W3UIcxSTI:CR02n36weht?bwayparam=RHbmS4Exi2bzt0kI%2FZ4TJCA9VEVbo2LRyptke0qJqVQ%3D" method="post" autocomplete="off">
  <script type="text/javascript">
    function actionset() {
      if (document.AuthenticationFG.ACTIONSWITCH == "Y") {
        document.AuthenticationFG.ACTIONSWITCH = "N"
      } else {
        document.AuthenticationFG.action = "";
        document.AuthenticationFG.action = "";
      }
    }
  </script>
  <script type="text/javascript">
    // Checks if the browser supports document.all
    linkArray = new Array();
    isIE = document.all;
    // Checks if browser used is Netscape Navigator
    isNN = !document.all && document.getElementById;
    // Checks if browser used is Netscape Navigator 4
    isN4 = document.layers;
    ppX = 450;
    ppY = 250;
    editCtl = null;
    tmpEditCtl = null;
    rX = (Math.random() * 24) - 12;
    rY = (Math.random() * 36) - 18;
    /*** Declaring variable and separate flag values for call id: 128860 --Begin-- satyabrata ghosh --29/08/2008 ***/
    vIndex = 0;
    vRandomAlp = 0;
    vRandomNo = 0;
    vRandomSpl = 0;
    /*** Declaring variable and separate flag values for call id: 128860 --End-- satyabrata ghosh --29/08/2008 ***/
    isHot = false;
    showFirstTime = true;
    /*For enabling links*/
    isFirstTimeEnable = true;
    /* This function is used to enter alphabets, special characters and numbers*/
    insertData = function(ctl, value) {
      ctl.value = ctl.value + value;
    };
    /* This function is used to enter password, change case and clear */
    applyNumber = function(ctl) {
      if (editCtl.value.length >= 6 && ctl.name != 'pp_clear' && ctl.name != 'pp_erase' && ctl.name != 'pp_caps' && this.target.id != 'AuthenticationFG.ACCESS_CODE' && this.target.id != 'AuthenticationFG.USER_PRINCIPAL' && this.target.id !=
        'PasswordChangeFG.SIGNON_PWD' && this.target.id != 'PasswordChangeFG.SIGNON_NEW_PWD' && this.target.id != 'PasswordChangeFG.RETYPE_SIGNON_PWD' && this.target.id != 'LoginAltFlowFG.RETYPE_LOGIN_PWD' && this.target.id !=
        'LoginAltFlowFG.LOGIN_PWD' && this.target.id != 'AuthenticationFG.SIGNON_PWD' && this.target.id != 'AuthenticationFG.SIGNON_NEW_PWD' && this.target.id != 'AuthenticationFG.RETYPE_SIGNON_PWD' && this.target.id !=
        'AuthenticationFG.TRANSACTION_PWD' && this.target.id != 'AuthenticationFG.TRANSACTION_NEW_PWD' && this.target.id != 'AuthenticationFG.RETYPE_TRANSACTION_PWD') {
        // Restricted
      } else {
        if (editCtl != null) {
          if (ctl.name == 'pp_clear') {
            editCtl.value = '';
          } else if (ctl.name == 'pp_erase') {
            editCtl.value = editCtl.value.substring(0, editCtl.value.length - 1);
            /*** Working of the Caps button for call id: 128860 --Begin--  satyabrata ghosh --29/08/2008 ***/
          } else if (ctl.name == 'pp_caps') {
            var vCaps = document.getElementById('pp_caps').value;
            for (var vIndex = 0; vIndex < 26; vIndex++) {
              var vAlp = document.getElementById('alp_' + vIndex).value;
              // Changes to Uppercase 
              if (vAlp == vAlp.toLowerCase()) {
                var vTemp = vAlp.toUpperCase();
                document.getElementById('alp_' + vIndex).value = vTemp;
                //Commented for To ticket Id 340925
                //document.getElementById('pp_caps').value=vCaps.toUpperCase();
                // Changes to Lowercase
              } else {
                var vTemp = vAlp.toLowerCase();
                document.getElementById('alp_' + vIndex).value = vTemp;
              }
              //Commented for To ticket Id 340925
              //document.getElementById('pp_caps').value=vCaps.toLowerCase();
            }
            /*** Working of the Caps button for call id: 128860 --End--  satyabrata ghosh --29/08/2008 ***/
          } else {
            // Inserts alphabets, special characters and numbers on click
            if (!editCtl.maxLength || editCtl.maxLength == 0 || editCtl.maxLength > editCtl.value.length) {
              insertData(editCtl, ctl.value);
            }
            tmpEditCtl = editCtl;
            if (editCtl.maxLength && editCtl.maxLength <= editCtl.value.length) {
              setPinPadCtl(null);
            }
            if (tmpEditCtl.focus) {
              setTimeout('tmpEditCtl.focus()', 1);
            }
          }
        }
      }
    };
    isIE = document.all ? 1 : 0
    /*Disable Actual Keyboard*/
    noKeyboard = function(e) {
      keyEntry = !isIE ? e.which : event.keyCode;
      if ((keyEntry < '255') || (keyEntry > '0')) {
        return false;
      }
    };
    // Arrays containing alphabets, special characters and numbers in different languages 
    var langBsdSmallAlp = {
      "001": "abcdefghijklmnopqrstuvwxyz",
      "002": "abcdefghijklmnopqrstuvwxyz",
      "003": "abcdefghijklmnopqrstuvwxyz",
      "004": "abcdefghijklmnopqrstuvwxyz"
    };
    var langBsdNum = {
      "001": "0123456789",
      "002": "0123456789",
      "003": "0123456789",
      "004": "0123456789"
    };
    var langBsdSplChars = {
      "001": ".+-! ,@#$%&*()?=<>^_]{:\\|}`/[~\"\';",
      "002": ".+-! ,@#$%&*()?=<>^_]{:\\|}`/[~\"\';",
      "003": ".+-! ,@#$%&*()?=<>^_]{:\\|}`/[~\"\';",
      "004": ".+-! ,@#$%&*()?=<>^_]{:\\|}`/[~\"\';"
    };
    /* This is method creates separate arrays with alphabets, special characters and numbers based on lang id*/
    getCharBasedOnLangId = function(arrayObj) {
      var chars = arrayObj[langID];
      var langArr = new Array();
      var character;
      /* Added so that a virtual keypad will be displayed even if an entry for alphabets, special chars and nos

      	is not present for a particular lang id */
      if (chars == null) {
        chars = arrayObj["001"];
      }
      var charLen = chars.length;
      for (i = 0; i < charLen; i++) {
        character = chars.substring(i, i + 1);
        if (character == "\"") {
          langArr[i] = "&quot";
        } else {
          langArr[i] = character;
        }
      }
      return langArr;
    };
    /*This function is used to paint the virtual keyboard on the page */
    settingPinPadCtl = function(whatobject, whatimage, whatelement) {
      if (noAction) {
        return;
      }
      smallAlpArr = getCharBasedOnLangId(langBsdSmallAlp);
      numArr = getCharBasedOnLangId(langBsdNum);
      splCharArr = getCharBasedOnLangId(langBsdSplChars);
      /**** Depending on condition shuffle the keys on every click for call id: 128860 --Begin-- satyabrata ghosh --29/08/2008 ***/
      if (vRandomAlp == 0) {
        // Shuffling the order of an array -AbdulMalik 6/27/2008
        smallAlpArr.sort(function() {
          return 0.5 - Math.random()
        })
      }
      if (vRandomNo == 0) {
        numArr.sort(function() {
          return 0.5 - Math.random()
        })
      }
      if (vRandomSpl == 0) {
        splCharArr.sort(function() {
          return 0.5 - Math.random()
        })
      }
      /**** Depending on condition shuffle the keys on every click for call id: 128860 --End-- satyabrata ghosh --29/08/2008 ***/
      var incr = 0;
      var incralp = 0,
        incrno = 0,
        incrspl = 0;
      var formname = '';
      for (j = 0; document.forms[j] != null; j++) {
        for (i = 0; document.forms[j].elements[i] != null; i++) {
          if ((document.forms[j].elements[i].name == whatelement)) {
            formname = document.forms[j].name;
          }
        }
      }
      this.target = document.forms[formname].elements[whatelement];
      /**** Reformed the table and button name,separate table created for action buttons for call id: 128860 --Begin-- satyabrata ghosh --29/08/2008 ***/
      /* Generates virtual keypad based on the number of special characters, numbers and alphabets : 

      Added for internationalization */
      var len = 11;
      var numSplVal = 0;
      var newRow;
      var smallAlpArrLen = smallAlpArr.length;
      var numArrLen = numArr.length;
      var splCharArrLen = splCharArr.length;
      /** This condition is used for Password,mPin and passcode**/
      if (whatimage == 2) {
        var sHTML = '<div id="close-keypad" class="width100percentforkeypad" ><div id="keypadstyle"  class="width100percentforkeypad">' +
          '<p align="right"> <span> <strong><a name="CLOSE_KEYPAD" id="CLOSE_KEYPAD" href="javascript:setPinPadCtl(null),enableTextField(\'+whatelement+\')" class="close" title="Close" style="margin-left:500px">x&nbsp;</a></strong></span> </p>' +
          '<p ><span id="titleBar" class="keyBordText" ><ilayer width="100%" onSelectStart="return false">' + '<layer  width="100%" onMouseover="isHot=true;if (isN4) ddN4(pp_div)" onMouseout="isHot=false">'
        //Added for User Id Keybord addition
        if (this.target.id == 'AuthenticationFG.USER_PRINCIPAL') {
          sHTML = sHTML + 'User ID: ' + '</layer></ilayer>' + '</span>' + '<span class="floatingleft"><input length="13" type=text name="buffer" id="input_buffer" value="" id=buffer onkeyup=checkPinPad(this) readonly></span>' +
            '<span class="left CellBackGroundColourForKeypad"></span></p></div>';
        } else if (this.target.id == 'AuthenticationFG.RIB_LOGIN_ATM_PIN') {
          sHTML = sHTML + 'ATM PIN: ' + '</layer></ilayer>' + '</span>' + '<span class="floatingleft"><input length="13" type=text name="buffer" id="input_buffer" value="" id=buffer onkeyup=checkPinPad(this) readonly></span>' +
            '<span class="left CellBackGroundColourForKeypad"></span></p></div>';
        } else if (this.target.id == 'AuthenticationFG.RIB_LOGIN_OTP') {
          sHTML = sHTML + '6 Digit OTP: ' + '</layer></ilayer>' + '</span>' + '<span class="floatingleft"><input length="13" type=text name="buffer" id="input_buffer" value="" id=buffer onkeyup=checkPinPad(this) readonly></span>' +
            '<span class="left CellBackGroundColourForKeypad"></span></p></div>';
        } else {
          //For the defect 336275 start 1-Apr-2013
          //+'Keyed Code: '
          sHTML = sHTML + 'Password: ' + '</layer></ilayer>' + '</span>' + '<span class="floatingleft"><input length="13" type=password name="buffer" id="input_buffer" value="" id=buffer onkeyup=checkPinPad(this) readonly></span>' +
            '<span class="left CellBackGroundColourForKeypad"></span></p></div>';
        }
        //For the defect 336275 End 1-Apr-2013
        sHTML = sHTML + '<div id="keypadclear" class="width100percentforkeypad" >';
        while (incralp < smallAlpArrLen || incrno < numArr.length || incrspl < splCharArrLen) {
          // Creates a new row
          sHTML = sHTML + '<p class="clearboth">';
          newRow = true;
          for (i = 0; i < len; i++) {
            // Adds style to td if its the first element of a new row.
            if (i == 0) {
              sHTML = sHTML + '<span  class="height28forkeypad">';
            } else {
              sHTML = sHTML + '<span>';
            }
            // Creates a button for each alphabet
            if (incralp < smallAlpArrLen && i < len - 2) {
              sHTML = sHTML + '<input class="mainButton" type="button" name="alp_' + incralp + '" id="alp_' + incralp + '" value="' + smallAlpArr[incralp++] + '" onclick="applyNumber(this)"/></span>';
              // Adds an empty cell to row if not a new row
              if (incralp == smallAlpArrLen) {
                sHTML = sHTML + '<input class="mainButton_blank" type="button" /></span>';
                // Adds an empty cell to row if not a new row
              }
              newRow = false;
            }
            // Creates a button for each number (The last two columns are reserved for numbers )
            if (incrno < numArrLen && i >= len - 2) {
              sHTML = sHTML + '<input class="mainButtonblue" type="button" name="pp_' + numSplVal + '" id="pp_' + numSplVal + '" value="' + numArr[incrno++] + '" onclick="applyNumber(this)"/></span>';
              numSplVal++;
              // Adds an empty cell to row if not a new row
            } else if (incrno >= numArrLen && i >= len - 2) {
              sHTML = sHTML + '</span>';
            }
            // Creates a button for special characters
            if (incrspl < splCharArrLen && i < len - 2 && newRow == true) {
              sHTML = sHTML + '<input class="mainButtongreen" type="button" name="pp_' + numSplVal + '" id="pp_' + numSplVal + '" value="' + splCharArr[incrspl++] + '" onclick="applyNumber(this)"/></span>';
              numSplVal++;
            }
            // Adds an empty cell to row if not a new row
            if ((incrspl >= splCharArrLen || incralp >= smallAlpArrLen) && i < len - 2) {
              sHTML = sHTML + '</span>';
            }
          }
          sHTML = sHTML + '</p>';
        }
        sHTML = sHTML + '</div>';
        sHTML = sHTML + '<div id="listing" class="width100percentforkeypad"><p class="listingcol">';
        if (langID == '001') {
          sHTML = sHTML + '<span class="otherbtns"><input class="keybtn" type="button" id="pp_caps" name="pp_caps" value="CAPS" alt="Caps" onclick="applyNumber(this)"/></span>';
        } else {
          sHTML = sHTML + '<span class="otherbtns"><input class="keybtn" type="button" id="pp_caps" name="pp_caps" value="CAPS" alt="Caps"/></span>';
        }
        sHTML = sHTML + '<span class="otherbtns"><input class="keybtn" type="button" name="pp_erase" id="pp_erase" value="BACKSPACE" onclick="applyNumber(this)"/></span>' +
          '<span class="otherbtns"><input class="keybtn" type="button" name="pp_clear" id="pp_clear" value="CLEAR" onclick="applyNumber(this)"/></span>' +
          '<span class="otherbtns"><input class="keybtn" type="button" name="done" id="done" value="OK" alt="OK" onclick="donePinPad(document.' + formname + '.buffer),setPinPadCtl(null),enableTextField(\'' + whatelement + '\')"/></span>' +
          '</p> <p></p></div> </div>';
      }
      /**** Reformed the div and button name,separate div created for action buttons for call id: 128860 --End-- satyabrata ghosh --29/08/2008 ***/
      document.getElementById("scriptdiv").innerHTML = sHTML;
      document.forms[formname].buffer.maxLength = 2147483647;
      setPinPadCtl(document.forms[formname].buffer);
      elem = whatelement;
    };
    // This function is used to pop up and hide virtual keypad
    setPinPadCtl = function(ctl) {
      if (ctl && !editCtl && ctl.maxLength && ctl.maxLength <= ctl.value.length) {
        return;
      }
      editCtl = ctl;
      var elements = document.forms[0].elements;
      for (i = 0; i <= 77; i++) {
        var el = elements['pp_' + i];
        if (el != null) {
          el.disabled = editCtl == null;
        }
      }
      var el = elements['pp_clear'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      var el = elements['pp_erase'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      var el = elements['close'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      var el = elements['done'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      var el = elements['buffer'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      var el = elements['help'];
      if (el != null) {
        el.disabled = editCtl == null;
      }
      topLayer = isIE ? 'BODY' : 'HTML';
      layer = isIE ? document.all.pp_div : document.getElementById ? document.getElementById('pp_div') : document.layers ? document.layers.pp_div : document.pp_div;
      if (isIE && event || !isIE && ctl) {
        hotLayer = isIE ? event.srcElement : ctl.target;
        while (hotLayer != null && hotLayer.id != 'titleBar' && hotLayer.tagName != topLayer) {
          hotLayer = isIE ? hotLayer.parentElement : hotLayer.parentNode;
        }
        if (hotLayer != null && hotLayer.id == 'titleBar' && ctl != null) {
          offsetx = isIE ? event.clientX : ctl.clientX;
          offsety = isIE ? event.clientY : ctl.clientY;
          nowX = parseInt(layer.style.left);
          nowY = parseInt(layer.style.top);
          ddEnabled = true;
          document.onmousemove = dd;
        }
      }
      if (layer != null) {
        if (editCtl != null) {
          if (showFirstTime) {
            // Called when pinpad is shown for the first time
            showFirstTimePinPad(layer, ctl);
            display();
            showFirstTime = false;
          } else {
            //Called when pinpad is shown subsequent times
            showPinPad(layer, ctl);
            display();
          }
        } else {
          hidePinPad(layer);
          display();
        }
      } else {
        alert('Pin Pad not supported by your browser');
      }
    };
    onloadNumber = function(ctl) {
      ctl.disabled = editCtl == null;
    };
    checkPinPad = function(ctl) {
      if (ctl.maxLength && ctl.maxLength != 0 && ctl.maxLength <= ctl.value.length) {
        setPinPadCtl(null);
      } else {
        if (editCtl == null) setPinPadCtl(this);
      }
    };
    /* This function is used to show virtual keypad*/
    showPinPad = function(ctl, pctl) {
      if (isIE || isNN) {
        layer.style.visibility = 'visible';
      } else if (isN4) {
        document.pp_div.visibility = 'show';
      }
    };
    /*To Load Pin pad first time*/
    showFirstTimePinPad = function(ctl, pctl) {
      var pX = 500;
      var pY = 250;
      if (ppY) {
        pY = ppY;
      } else if (pctl.screenTop) {
        pY = pctl.screenTop + 30;
      } else if (pctl.screenY) {
        pY = pctl.screenY + 30;
      }
      if (ppX) {
        pX = ppX;
      } else if (pctl.screenLeft) {
        pX = pctl.screenLeft;
      } else if (pctl.screenX) {
        pX = pctl.screenX;
      }
      if (ctl.style) {
        ctl.style.top = pY + rX;
        ctl.style.left = pX + rY;
      }
      if (isIE || isNN) {
        layer.style.visibility = 'visible';
      } else if (isN4) {
        document.pp_div.visibility = 'show';
      }
    };
    /* This function is used to hide virtual keypad */
    hidePinPad = function(ctl) {
      if (isIE || isNN) {
        layer.style.visibility = 'hidden';
      } else if (isN4) {
        document.pp_div.visibility = 'hide';
      }
      elem = null;
    };
    ddInit = function(ctl) {
      var topLayer = isIE ? 'BODY' : 'HTML';
      var layer = isIE ? document.all.pp_div : document.getElementById ? document.getElementById('pp_div') : document.layers ? document.layers.pp_div : document.pp_div;
      var hotLayer = isIE ? event.srcElement : ctl.target;
      if (layer != null) {
        while (hotLayer.id != 'titleBar' && hotLayer.tagName != topLayer) {
          hotLayer = isIE ? hotLayer.parentElement : hotLayer.parentNode;
          if (hotLayer == null) return;
        }
        if (hotLayer.id == 'titleBar') {
          offsetx = isIE ? event.clientX : ctl.clientX;
          offsety = isIE ? event.clientY : ctl.clientY;
          nowX = parseInt(layer.style.left);
          nowY = parseInt(layer.style.top);
          ddEnabled = true;
          document.onmousemove = dd;
        }
      }
    };
    dd = function(ctl) {
      if (!ddEnabled) return;
      layer.style.left = isIE ? nowX + event.clientX - offsetx : nowX + ctl.clientX - offsetx + 'px';
      layer.style.top = isIE ? nowY + event.clientY - offsety : (nowY + ctl.clientY - offsety) + 'px';
      display();
      return false;
    };
    /* This function is used to deactivate parent window when virtual keypad pops up */
    disbleTextField = function(whatelement) {
      // if virtual keypad is already open
      var isVisible = document.getElementById('pp_div').style.visiblity = 'visible' ? true : false;
      if (isVisible && elem == whatelement) {
        noAction = true;
        return;
      } else {
        noAction = false;
      }
      /*Iterate through all the forms*/
      var j = 0;
      var enab = true;
      var disb = true;
      while ((document.forms[j] != null && (enab || disb))) {
        /*Iterate through all elements in a form*/
        for (i = 0; document.forms[j].elements[i] != null; i++) {
          /*IF you find an element with the name that was passed in*/
          if (isVisible && (document.forms[j].elements[i].name == elem)) {
            document.forms[j].elements[i].disabled = false;
            enab = false;
          } else if ((document.forms[j].elements[i].name == whatelement)) {
            /*disable it and exit the loop*/
            document.forms[j].elements[i].disabled = true;
            disb = false;
          }
          if (!isVisible) {
            enab = false;
          }
        }
        j++;
      }
    };
    /* This function is used to change styles of the object passed to it*/
    setStyle = function(obj, style, value) {
      obj.style[style] = value;
    };
    /* This function is used to enable page*/
    enableTextField = function(whatelement) {
      this.target.disabled = false;
    };
    getPixel = function(str) {
      if (str == "") {
        return "0";
      } else {
        return parseInt(str.substring(0, str.length - 2), 10);
      }
    };
    // function to get the virtual keyboard displayed at random locations
    randomDisplay = function(top, left) {
      //var isFF = !document.all.pp_div.style.pixelTop;
      var scrollTop = window.pageYOffset || window.document.documentElement.scrollTop || window.document.body.scrollTop;
      var locationtop = top;
      var locationleft = left;
      // capturing the top and left positions of the keyboard
      if (!isIE) {
        document.getElementById('pp_div').style.top = locationtop + 'px';
        document.getElementById('pp_div').style.left = locationleft + 'px';
      } else {
        document.all.pp_div.style.pixelTop = locationtop;
        document.all.pp_div.style.pixelLeft = locationleft;
      }
      display();
    };
    ddN4 = function(whatLayer) {
      if (!isN4) return;
      N4 = eval(whatLayer);
      N4.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP);
      N4.onmousedown = function(ctl) {
        N4.captureEvents(Event.MOUSEMOVE);
        N4x = ctl.x;
        N4y = ctl.y;
      }
      N4.onmousemove = function(ctl) {
        if (isHot) {
          N4.moveBy(ctl.x - N4x, ctl.y - N4y);
          return false;
        }
      }
      N4.onmouseup = function() {
        N4.releaseEvents(Event.MOUSEMOVE);
      }
    };
    /* This function is used to put the password entered on virtual keypad into the page on click of OK*/
    donePinPad = function(buffer) {
      this.target.value = buffer.value;
      buffer.value = '';
    };
    /* This function is used to open the help file for virtual keypad*/
    openPinPadHelp = function() {
      var url = 'pinpad.html';
      newwindow = window.open(url, 'Security', 'height=500,width=700,scrollbars=yes,resizable=yes');
      if (window.focus) {
        newwindow.focus();
      }
    };
    display = function() {
      if (navigator.userAgent.toLowerCase().indexOf("msie") != -1) {
        if (document.getElementById('iframetop') != null) {
          //Fix for overlapping dropdowns
          // show layer
          var layerdiv = document.getElementById('pp_div');
          layerdiv.style.display = '';
          // show IFRAME
          var iframe = document.getElementById('iframetop');
          iframe.style.display = '';
          iframe.style.width = layerdiv.offsetWidth;
          iframe.style.height = layerdiv.offsetHeight;
          iframe.style.left = layerdiv.offsetLeft;
          iframe.style.top = layerdiv.offsetTop;
          iframe.style.visibility = layerdiv.style.visibility;
        }
      }
    };

    function getScrollXY() {
      var scrOfX = 0,
        scrOfY = 0;
      if (typeof(window.pageYOffset) == 'number') {
        //Netscape compliant
        scrOfY = window.pageYOffset;
        scrOfX = window.pageXOffset;
      } else if (document.body && (document.body.scrollLeft || document.body.scrollTop)) {
        //DOM compliant
        scrOfY = document.body.scrollTop;
        scrOfX = document.body.scrollLeft;
      } else if (document.documentElement && (document.documentElement.scrollLeft || document.documentElement.scrollTop)) {
        //IE6 standards compliant mode
        scrOfY = document.documentElement.scrollTop;
        scrOfX = document.documentElement.scrollLeft;
      }
      return [scrOfX, scrOfY];
    }
  </script>
  <script type="text/javascript">
    document.onmousedown = ddInit;
    document.onmouseup = Function("ddEnabled=false");
  </script>
  <iframe id="iframetop" scrolling="no" frameborder="0"> </iframe>
  <div id="pp_div" valign="right" class="keypaddiv" style="visibility: hidden;">
    <div id="scriptdiv"></div>
  </div>
  <script type="text/javascript">
    ppX = 100;
    ppY = 100;
    setTimeout('setPinPadCtl(null)', 1);
  </script>
  <script type="text/javascript">
    jQuery(document).ready(function() {
      var txtBox = document.getElementById("AuthenticationFG.USER_PRINCIPAL");
      try {
        txtBox.focus();
      } catch (err) {}
      if ((jQuery('#MessageDisplay_TABLE').length > 0) && (document.getElementById('PID').value != null) && (document.getElementById('PID').value != '')) {
        jQuery("#global").hide();
        jQuery("#MessageDisplay_TABLE").hide();
        jQuery("#HDisplay1").hide();
        jQuery("#HDisplay2").hide();
        jQuery("#FooterLinks").hide();
        jQuery("#Footertext").hide();
        jQuery("#footer").hide();
        var errMessage = "";
        try {
          errMessage = document.getElementById('MessageDisplay_TABLE').firstChild.childNodes[2].textContent;
        } catch (err) {
          errMessage = document.getElementById('MessageDisplay_TABLE').firstChild.innerText;
        }
        alert(errMessage);
        //alert('MD'+ document.getElementById('MD').value)
        //document.getElementById('MD_NEW').value= document.getElementById('MD').value;
        //alert('PID'+ document.getElementById('PID').value) ;
        document.getElementById('PID_NEW').value = document.getElementById('PID').value;
        //alert('PRN'+ document.getElementById('PRN').value);
        document.getElementById('PRN_NEW').value = document.getElementById('PRN').value;
        //alert('ITC'+ document.getElementById('ITC').value);
        document.getElementById('ITC_NEW').value = document.getElementById('ITC').value;
        //alert('AMT'+ document.getElementById('AMT').value);
        document.getElementById('AMT_NEW').value = document.getElementById('AMT').value;
        //alert('CRN'+document.getElementById('CRN').value);
        document.getElementById('CRN_NEW').value = document.getElementById('CRN').value;
        //alert('RU'+ document.getElementById('RU').value) ;
        document.getElementById('RU_NEW').value = document.getElementById('RU').value;
        //alert('CG'+ document.getElementById('CG').value) ;
        document.getElementById('CG_NEW').value = document.getElementById('CG').value;
        //alert('ES'+ document.getElementById('ES').value) ;
        document.getElementById('ES_NEW').value = document.getElementById('ES').value;
        document.RIBSignOn.submit();
      }
    });
  </script>
  <div id="global" class="body-style-02 global-margin">
    <div id="header">
      <div id="Loginheader-main" class="Loginheader-main">
        <div id="header-wrapper" class="wrapper">
          <div id="header-row" class="Loginrow">
            <div id="header-logo" class="logo1">
              <a href="http://www.icicibank.com/?utm_source=homepage&amp;utm_medium=stand&amp;utm_campaign=homepage-header-logo" target="_blank" tabindex="-1"><img width="197" height="46" src="L001/consumer/images/DisplayImage_CompanyLogo.jpg" alt="Future bank Logo"></a>
            </div>
            <div id="links_container" class="links_container links-margin">
              <div id="TopICICIBankHome" class="links"><a target="_blank" href="http://www.icicibank.com/" tabindex="-1">ICICI Bank Home</a></div>
              <div id="TopAboutUs" class="links"><a target="_blank" href="http://www.icicibank.com/aboutus/about-us.html" tabindex="-1">About Us</a></div>
              <div id="Top24hrCustomerCare" class="links"><a target="_blank" href="http://www.icicibank.com/customer-care.html" tabindex="-1">Customer Care</a></div>
              <div id="TopFindATM" class="last_links"><a target="_blank" href="http://www.icicibank.com/find-atm-branch.html" tabindex="-1">Find ATM/Branch</a></div>
            </div>
            <div id="mb" class="mb" alt="Mobile Banking"></div>
            <div id="links_container_mb" class="links_container_mb">
              <div id="Topmb" onclick=""><a target="_blank" href="http://www.icicibank.com/mobile-banking/index.html" tabindex="-1">Mobile Banking</a></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div id="topbar">
      <div id="header">
        <div id="topbar-nav" class="Loginheader-nav">
          <div id="topbar-wrapper" class="wrapper" style="display: none;">
            <div id="topbar-row" class="row">
              <ul class="tabs1">
                <li id="PersonalBanking_default">
                  <a target="_blank" href="http://www.icicibank.com" tabindex="-1">Personal Banking</a>
                </li>
                <li id="PrevilegeBanking">
                  <a target="_blank" href="http://www.icicibank.com/privilege-banking/index.page" tabindex="-1"> Privilege Banking</a>
                </li>
                <li id="WealthManagement">
                  <a target="_blank" href="http://www.icicibank.com/wealth-management/index.page" tabindex="-1">Wealth Management</a>
                </li>
                <li id="PrivateBanking">
                  <a target="_blank" href="http://www.icicibankprivatebanking.com/" tabindex="-1">Private Banking</a>
                </li>
                <li id="NRIBanking">
                  <a target="_blank" href="http://www.icicibank.com/nri-banking/nri_banking.page" tabindex="-1">NRI Banking</a>
                </li>
                <li id="CorporateBanking">
                  <a target="_blank" href="http://www.icicibank.com/corporate/corp-index.page" tabindex="-1">Corporate Banking</a>
                </li>
                <li id="BusinessBanking">
                  <a target="_blank" href="http://www.icicibank.com/business-banking/index.page" tabindex="-1">Business Banking</a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row toprow">
    <noscript>
      <font face="Helvetica" color="#000000" style="display: block; text-align: center; margin:20px 0;"> You need to enable javascript in your browser. For details please
        <a class="m_noscript_link" href="http://www.icicibank.com/Pfsuser/webnews/javaenablementinstructions.htm" alt="Contact Us" title="Instructions for Javascript" target="_blank">click here</a>. </font>
    </noscript>
    <div class="" id="HDisplayDefault1">
      <div class="" id="HDisplayDefault1.Rowset2">
        <div id="Revamp_Banner" class="iframeWrapper">
          <iframe id="Revamp_Banner_ID" class="resp-iframe" style=" margin-top: -2px; position: absolute; border: none;left: 0px;" frameborder="0" width="100%" height="1400px" scrolling="no"
            src="https://www.icicibank.com/personal-banking/login/primer">
          </iframe>
        </div>
      </div>
    </div>
    <div id="ErrorDisplay_TABLE" class="section"></div>
    <!-- Added for Login with OTP PIN -->
    <!--<script>
  try{
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 
	ga('create', 'UA-17906056-1',{'cookieDomain': 'icicibank.com'});
	ga('send', 'pageview', '/VPV/LI/InternetBanking/InfinityLogin/LogintoInternetBankin',{
	'dimension72':'NA', 'dimension77': 'BPRVMP'});
  }catch(e){}
</script>-->
    <!--CIB RIB Integration - START -->
    <!--CIB RIB Integration - END -->
    <div class="completeHide" id="HDisplayDefault">
      <div class="login-field login-text row_login" id="HDisplayDefault.Rowset2">
        <p id="HDisplayDefault.Rb12" class="login-heading">
          <span id="HDisplayDefault.Rb12.C1" class="lock_image m_left10"><img src="L001/consumer/images/u16_original.png?mtime=1472814763000" alt="Lock" title="Lock" height="18" width="18" class="lock_pic" id="Image11381011" border="0"></span><span
            id="HDisplayDefault.Rb12.C2" class="lock_id"><label for=" " id="LabelForControl16117102" title="Login to Internet Banking" class="simpletext23">Login to Internet Banking</label></span>
        </p>
        <p id="HDisplayDefault.Rb14" class="login_label marginTop45">
          <span id="HDisplayDefault.Rb14.C1"><label for=" " id="UserId_Text" title="Login using User ID and password" class="label">User ID</label></span>
        </p>
        <p id="HDisplayDefault.Rb14" class="input-field  ">
          <span id="HDisplayDefault.Rb14.C3" class="input-arrow"><span class="labelColumn"><input type="text" name="DUMMY1" title="Login using User ID and password" size="28" tabindex="-5" "="" class=" login-input mode-select-userid" maxlength="65"
                id="DUMMY1" value="" onkeypress="return checkEnter(event);"></span><img src="L001/consumer/images/../icici-login-update/img/goahead.png?mtime=1568465547000" alt="" title="arrow" height="8" width="65" class="goahead"
              id="user-id-goahead" border="0" onclick="goUserId();"></span>
        </p>
        <p id="HDisplayDefault.Rb14aa" class="input-field">
          <span
            id="HDisplayDefault.Rb14aa.C2"><a href="AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&amp;__START_TRAN_FLAG__=Y&amp;__EVENT_ID__=LOAD&amp;__CALL_MODE__=10&amp;LOGIN_FLAG=1&amp;BANK_ID=ICI" title="Create UserId" id="HREF_AuthenticationFG.KNW_USERID" name="HREF_AuthenticationFG.KNW_USERID" class="forgot-user" target="_blank" tabindex="-1">Get User ID</a></span>
        </p>
        <h2 class="partition-line">
          <p class="partition-circle">OR</p>
        </h2>
        <p id="HDisplayDefault.Rb16" class="login_label">
          <span id="HDisplayDefault.Rb16.C1"><label for=" " id="mobile_label_dummy" title="Login Using Registered Mobile Number" class="label">Registered Mobile Number</label></span>
        </p>
        <p id="HDisplayDefault.Rb16" class="input-field">
          <span id="HDisplayDefault.Rb16.C2" class="input-arrow"><span class="labelColumn"><input type="text" name="DUMMY2" readonly="" title="Login Using Registered Mobile Number" size="28" "="" class=" mode-select-mobile" maxlength="0" id="DUMMY23"
                value="" onkeypress="return checkEnter(event);"></span><img src="L001/consumer/images/../icici-login-update/img/goahead.png?mtime=1568465547000" alt="" title="arrow" height="8" width="10" class="goahead" id="user-id-goahead"
              border="0" onclick="goToMobileOTP();"></span>
        </p>
        <p id="HDisplayDefault.Rb30" class="login-info">
          <span id="HDisplayDefault.Rb30.C1">
            <span class="need-userfield" id="span_Caption29543082" title="Need Help?" style="color: inherit; padding-left: 0;"> How to login? <a href="#" title="Need Help?" id="Caption29543082" name="HREF_Caption29543082" class="" onclick="lightbox_open();" style="margin-left: 3px;">Watch iPlay demo
<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="https://www.w3.org/2000/svg">
<path d="M8.21326 5.43708C8.55616 5.24658 8.55616 4.75342 8.21326 4.56292L0.742822 0.412679C0.409557 0.22753 1.13662e-07 0.468514 1.09116e-07 0.849757L1.01333e-08 9.15024C5.58699e-09 9.53148 0.409556 9.77247 0.742822 9.58732L8.21326 5.43708Z" fill="#F27B1A"></path>

</svg>
</a>
              <!-- added for video site capture  start -->
            </span></span>
        </p>
        <div id="light">
          <div>
            <iframe src="https://www.youtube.com/embed/laGp2CFbRCM?rel=0" id="IplayHowToLoginVideo" style="height: 300px; width: 600px;"></iframe>
          </div>
          <a class="boxclose" id="boxclose" onclick="lightbox_close();" tabindex="-1">X</a>
        </div>
        <div id="fade">
        </div>
        <!-- added for video site capture  end -->
        <p></p>
      </div>
    </div>
    <!--CIB RIB Integration - START -->
    <!--CIB RIB Integration - END -->
    <!-- added for Login revamp NLI page banner loading start here -->
    <!--CIB RIB Integration - START -->
    <!--CIB RIB Integration - END -->
    <div class="" id="HDisplay1">
      <div class="login-field login-text row_login" id="HDisplay1.Rowset2">
        <p id="HDisplay1.Rb12" class="login-heading">
          <span id="HDisplay1.Rb12.C1" class="lock_image m_left10"><img src="L001/consumer/images/u16_original.png?mtime=1472814763000" alt="Lock" title="Lock" height="18" width="18" class="lock_pic" id="Image11381011" border="0"></span><span
            id="HDisplay1.Rb12.C2" class="lock_id"><label for=" " id="LabelForControl16117102" title="Login to Internet Banking" class="simpletext23">Login to Internet Banking</label></span>
        </p>
        <p id="HDisplay1.Rb14" class="login_label">
          <span id="HDisplay1.Rb14.C1"><label for=" " id="UserId_Text" title="User ID" class="label">User ID</label></span>
        </p>
        <input type="password" style="display:none;">
        <p id="HDisplay1.Rb14" class="input-field m_cf ">
          <span id="HDisplay1.Rb14.C2"><span class="labelColumn"><input type="text" name="AuthenticationFG.USER_PRINCIPAL" title="User Id" size="28" "="" class=" login-input type_UserPrincipal" data-febatype="UserPrincipal" maxlength="65"
                id="AuthenticationFG.USER_PRINCIPAL" value=""
                onkeypress="return checkEnter(event);"></span><a data-isexcluded="true" href="javascript:disbleTextField('AuthenticationFG.USER_PRINCIPAL'),settingPinPadCtl(this,2,'AuthenticationFG.USER_PRINCIPAL'),randomDisplay();" tabindex="-1"><img src="L001/consumer/images/v-keyboard.png?mtime=1472814764000" alt="Virtual Key Board" title="Virtual Key Board" class="login_virtual_key floatRight" id="virtual_keyboard_password" border="0" onclick="disbleTextField('AuthenticationFG.USER_PRINCIPAL'),settingPinPadCtl(this,2,'AuthenticationFG.USER_PRINCIPAL'),randomDisplay();"></a></span>
        </p>
        <p id="HDisplay1.Rc4">
          <span
            id="HDisplay1.Rc4.C2"><a href="AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&amp;__START_TRAN_FLAG__=Y&amp;__EVENT_ID__=LOAD&amp;__CALL_MODE__=10&amp;LOGIN_FLAG=1&amp;BANK_ID=ICI" title="Get User ID" id="HREF_AuthenticationFG.KNW_USERID" name="HREF_AuthenticationFG.KNW_USERID" class="forgot-user" target="_blank" tabindex="-1">Get User ID</a></span>
        </p>
        <p id="HDisplay1.Rb16" class="login_label">
          <span id="HDisplay1.Rb16.C1"><label for=" " id="label_access_code" title="Password" class="label">Password</label></span>
        </p>
        <!-- added for password:start -->
        <!--   added for password:start -->
        <p id="HDisplay1.Rb16" class="input-field m_cf">
          <span id="HDisplay1.Rb16.C2"><input type="password" onpaste="return false" oncopy="return false" name="dummypwd1" size="1" class="dummypwd_btn" id="dummypwd1" title="dummy Access Code 1" tabindex="-1"></span><input type="password"
            onpaste="return false" oncopy="return false" name="dummypwd2" size="1" class="dummypwd_btn" id="dummypwd2" title="dummy Access Code 2" autocomplete="new-password" tabindex="-1"><input type="password" onpaste="return false"
            oncopy="return false" name="AuthenticationFG.ACCESS_CODE" size="28" class="login-input-password" id="AuthenticationFG.ACCESS_CODE" title="Password" onkeypress="return checkEnter(event);" "="" maxlength=" 128"
            autocomplete="off"><a data-isexcluded="true" href="javascript:disbleTextField('AuthenticationFG.ACCESS_CODE'),settingPinPadCtl(this,2,'AuthenticationFG.ACCESS_CODE'),randomDisplay();" tabindex="-1"><img src="L001/consumer/images/v-keyboard.png?mtime=1472814764000" alt="Virtual Key Board" title="Virtual Key Board" class="login_virtual_key keyboard-image floatRight" id="virtual_keyboard_password" border="0" onclick="disbleTextField('AuthenticationFG.ACCESS_CODE'),settingPinPadCtl(this,2,'AuthenticationFG.ACCESS_CODE'),randomDisplay();"></a><input
            type="password" onpaste="return false" oncopy="return false" name="dummy1" value="JN0123XYZ" size="28" class="donothing1" id="dummy1" title="Access Code" autocomplete="new-password">
        </p>
        <p id="HDisplay1.Rc6" class="m_cf forgot-details">
          <span
            id="HDisplay1.Rc6.C2"><a href="AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&amp;__START_TRAN_FLAG__=Y&amp;__EVENT_ID__=LOAD&amp;__CALL_MODE__=91&amp;LOGIN_FLAG=1&amp;BANK_ID=ICI" title="Get Password" id="HREF_AuthenticationFG.PWD_LABEL" name="HREF_AuthenticationFG.PWD_LABEL" class="forgot-password" target="_blank" tabindex="-1">Get Password</a></span>
        </p>
        <p id="HDisplay1.Rb18" class=" m_cf">
          <span id="HDisplay1.Rb18.C1"><label for="AuthenticationFG.MENU_ID" id="ForMNU" title="Start In" class="label">Start In</label></span>
        </p>
        <p id="HDisplay1.Rb18" class="select-drop-down m_cf">
          <span id="HDisplay1.Rb18.C4"><span class="labelColumn_combo"><span class="labelColumn_combo_brdr"> <select name="AuthenticationFG.MENU_ID" class="dropdownexpandalbe" id="AuthenticationFG.MENU_ID" title="Default_login"
                  style="display: none;">
                  <option value="CTCD">Bill Payment</option>
                </select></span></span></span>
        </p>
        <div class="newListSelected " tabindex="0" style="">
          <div class="selectedTxt">Bill Payment</div>
          <div class="SSContainerDivWrapper" style="visibility: visible; top: 19px; height: 0px; left: 0px; display: none;">
            <ul class="newList" style="height: 0px;">
              <li><a href="JavaScript:void(0);" class="hiLite" tabindex="-1">Bill Payment</a></li>
            </ul>
          </div>
        </div>
        <p></p>
        <p id="HDisplay1. Rr5" class="check-box-top">
          <span id="HDisplay1. Rr5.C1"><input type="checkbox" name="AuthenticationFG.REMEMBER_USERID_CHECKBOX" value="true" id="AuthenticationFG.REMEMBER_USERID_CHECKBOX" title="Remember User Id" onclick="RememberUserId();"><span
              class="check-lable-style 	m2" id="AuthenticationFG.CHECK_BOX1"> Remember User Id</span></span>
        </p>
        <!-- added for Login Captcha Changes start here  -->
        <!-- added for Login Captcha Changes end here  -->
        <!-- Added for iMobile SSO - Start -->
        <!-- Added for iMobile SSO - End -->
        <p id="HDisplay1.Rb20" class="m_cf btn-dev">
          <span id="HDisplay1.Rb20.C2" class="btn-dev"><input type="Submit" name="Action.VALIDATE_CREDENTIALS" class="cta" id="VALIDATE_CREDENTIALS1" value="Login" title="Log In" onclick="return feba.js.adaptive.icici.onLoginSubmit(this.id);"><span
              class="hide" id="Caption29543080" title="Login" onclick="return feba.js.adaptive.icici.onLoginSubmit(this.id);">&nbsp;</span><input type="Submit" name="Action.IMOBILE_LOGIN" class="completeHide hide" id="IMOBILE_LOGIN" value=""
              title="Log In"><input type="Submit" name="Action.DEH_LOGIN" class="completeHide hide" id="DEH_LOGIN" value=" " title="Log In"></span><span id="HDisplay1.Rb20.C2"><span class="get_page" id="span_Caption11598121"
              title="Trouble logging in?"><a <a="" href="http://www.icicibank.com/trouble-login.page" title="Trouble logging in?" id="Caption11598121" name="HREF_Caption11598121" class="" target="_blank" tabindex="-1">Trouble logging in?</a></span></span>
        </p>
        <p id="HDisplay1.Rb30" class="login-info">
          <span id="HDisplay1.Rb30.C1" class="ainner-col-2"><span class="need-user" id="span_dummy" title="Login with Mobile Number"
              onclick="loginWithMobileLink();"><a <a="" href="#" title="Login with Mobile Number" id="dummy" name="HREF_dummy" tabindex="-1">Login with Mobile Number</a></span></span><span id="HDisplay1.Rb30.C1"><span class="need-user"
              id="span_Caption29543082"
              title="Need Help?"><a <a="" href="http://www.icicibank.com/online-demo/introduction.page" title="Need Help?" id="Caption29543082" name="HREF_Caption29543082" class="" target="_blank">Need Help?</a></span></span>
        </p>
        <p id="HDisplay1.Rb20">
          <span id="HDisplay1.Rb20.C2"><input type="Submit" name="Action.LOGIN_MODE_SEL" class="completeHide hide" id="LOGIN_MODE_SEL_FROM_USR" value="t" title="Log In"></span>
        </p>
      </div>
    </div>
    <!--CIB RIB Integration - START -->
    <!--CIB RIB Integration - END -->
    <!--CIB RIB Integration - START -->
    <!-- added for Login Captcha Changes start here  -->
    <!-- added for Login Captcha Changes end here  -->
    <script type="text/javascript">
      jQuery(document).ready(function() {
        document.getElementById("CUSTOM_RIB_VALIDATE_MOBILE_LOGIN").addEventListener("click", function(event) {
          if (document.getElementById('AuthenticationFG.VERIFICATION_CODE').value.length <= 3) {
            alert("Please enter 4-digit Captcha");
            event.preventDefault();
          }
        });
      });

      function mobCaptchaEnq(event) {
        console.log("entering into funcc");
        if (document.getElementById('AuthenticationFG.VERIFICATION_CODE').value.length >= 3) {
          console.log("inside if cond..");
          document.getElementById('CUSTOM_RIB_VALIDATE_MOBILE_LOGIN').disabled = false;
        } else {
          console.log("inside else cond..");
          document.getElementById('CUSTOM_RIB_VALIDATE_MOBILE_LOGIN').disabled = true;
        }
        console.log("final funcc..");
      }
    </script>
    <style>
      .loginrow-VM {
        width: 250px !important;
        clear: both;
        margin-top: 15px;
      }

      INPUT[type='submit'][disabled] {
        color: #848284 !important;
      }
    </style>
    <!--CIB RIB Integration - END -->
    <div class="completeHide" id="HDisplayMobile">
      <div class="login-field login-text row_login" id="HDisplayMobile.Rowset2">
        <p id="HDisplayMobile.Rb12" class="login-heading">
          <span id="HDisplayMobile.Rb12.C1" class="lock_image m_left10"><img src="L001/consumer/images/u16_original.png?mtime=1472814763000" alt="Lock" title="Lock" height="18" width="18" class="lock_pic" id="Image11381011" border="0"></span><span
            id="HDisplayMobile.Rb12.C2" class="lock_id"><label for=" " id="LabelForControl16117102" title="Login to Internet Banking" class="simpletext23">Login to Internet Banking</label></span>
        </p>
        <p id="HDisplayMobile.Rb16" class="login_label margin_bot_11">
          <span id="HDisplayMobile.Rb16.C1" class="login_labelfield12"><label for=" " id="label_access_code" title="Registered Mobile Number" class="label">Registered Mobile Number</label></span>
        </p>
        <!--   added for password:start -->
        <p id="HDisplayMobile.Rb16" class="input-field-mob m_cf adg-input-inline-block">
          <span id="HDisplayMobile.Rb16.C2" class="ainner-col-2"><span class="labelColumn_combo dropdown-el"><span class="labelColumn_combo_brdr"> <select name="AuthenticationFG.RIB_COUNTRY_CODE" class="ainner-col-2"
                  id="AuthenticationFG.RIB_COUNTRY_CODE" title="Mobile Number" style="display: block;">
                  <option value="1">1</option>
                  <option value="7">7</option>
                  <option value="7">7</option>
                  <option value="20">20</option>
                  <option value="27">27</option>
                  <option value="30">30</option>
                  <option value="31">31</option>
                  <option value="32">32</option>
                  <option value="33">33</option>
                  <option value="34">34</option>
                  <option value="36">36</option>
                  <option value="39">39</option>
                  <option value="40">40</option>
                  <option value="41">41</option>
                  <option value="43">43</option>
                  <option value="44">44</option>
                  <option value="45">45</option>
                  <option value="46">46</option>
                  <option value="47">47</option>
                  <option value="48">48</option>
                  <option value="49">49</option>
                  <option value="52">52</option>
                  <option value="53">53</option>
                  <option value="54">54</option>
                  <option value="55">55</option>
                  <option value="56">56</option>
                  <option value="57">57</option>
                  <option value="57">57</option>
                  <option value="58">58</option>
                  <option value="60">60</option>
                  <option value="61">61</option>
                  <option value="62">62</option>
                  <option value="63">63</option>
                  <option value="64">64</option>
                  <option value="65">65</option>
                  <option value="66">66</option>
                  <option value="81">81</option>
                  <option value="82">82</option>
                  <option value="84">84</option>
                  <option value="86">86</option>
                  <option value="90">90</option>
                  <option selected="" value="91">91</option>
                  <option value="92">92</option>
                  <option value="93">93</option>
                  <option value="94">94</option>
                  <option value="95">95</option>
                  <option value="98">98</option>
                  <option value="212">212</option>
                  <option value="212">212</option>
                  <option value="216">216</option>
                  <option value="218">218</option>
                  <option value="220">220</option>
                  <option value="221">221</option>
                  <option value="222">222</option>
                  <option value="223">223</option>
                  <option value="224">224</option>
                  <option value="224">224</option>
                  <option value="226">226</option>
                  <option value="227">227</option>
                  <option value="228">228</option>
                  <option value="229">229</option>
                  <option value="230">230</option>
                  <option value="231">231</option>
                  <option value="233">233</option>
                  <option value="233">233</option>
                  <option value="234">234</option>
                  <option value="234">234</option>
                  <option value="235">235</option>
                  <option value="236">236</option>
                  <option value="238">238</option>
                  <option value="238">238</option>
                  <option value="240">240</option>
                  <option value="242">242</option>
                  <option value="245">245</option>
                  <option value="245">245</option>
                  <option value="246">246</option>
                  <option value="247">247</option>
                  <option value="248">248</option>
                  <option value="248">248</option>
                  <option value="250">250</option>
                  <option value="250">250</option>
                  <option value="252">252</option>
                  <option value="252">252</option>
                  <option value="253">253</option>
                  <option value="255">255</option>
                  <option value="256">256</option>
                  <option value="256">256</option>
                  <option value="256">256</option>
                  <option value="258">258</option>
                  <option value="258">258</option>
                  <option value="260">260</option>
                  <option value="261">261</option>
                  <option value="261">261</option>
                  <option value="263">263</option>
                  <option value="263">263</option>
                  <option value="264">264</option>
                  <option value="266">266</option>
                  <option value="266">266</option>
                  <option value="266">266</option>
                  <option value="267">267</option>
                  <option value="268">268</option>
                  <option value="290">290</option>
                  <option value="291">291</option>
                  <option value="297">297</option>
                  <option value="297">297</option>
                  <option value="299">299</option>
                  <option value="299">299</option>
                  <option value="345">345</option>
                  <option value="350">350</option>
                  <option value="351">351</option>
                  <option value="352">352</option>
                  <option value="353">353</option>
                  <option value="355">355</option>
                  <option value="356">356</option>
                  <option value="356">356</option>
                  <option value="357">357</option>
                  <option value="359">359</option>
                  <option value="359">359</option>
                  <option value="371">371</option>
                  <option value="372">372</option>
                  <option value="373">373</option>
                  <option value="373">373</option>
                  <option value="376">376</option>
                  <option value="376">376</option>
                  <option value="376">376</option>
                  <option value="378">378</option>
                  <option value="381">381</option>
                  <option value="381">381</option>
                  <option value="386">386</option>
                  <option value="387">387</option>
                  <option value="389">389</option>
                  <option value="420">420</option>
                  <option value="421">421</option>
                  <option value="423">423</option>
                  <option value="473">473</option>
                  <option value="500">500</option>
                  <option value="501">501</option>
                  <option value="503">503</option>
                  <option value="503">503</option>
                  <option value="505">505</option>
                  <option value="506">506</option>
                  <option value="508">508</option>
                  <option value="508">508</option>
                  <option value="509">509</option>
                  <option value="590">590</option>
                  <option value="592">592</option>
                  <option value="593">593</option>
                  <option value="594">594</option>
                  <option value="595">595</option>
                  <option value="596">596</option>
                  <option value="597">597</option>
                  <option value="597">597</option>
                  <option value="598">598</option>
                  <option value="670">670</option>
                  <option value="670">670</option>
                  <option value="671">671</option>
                  <option value="672">672</option>
                  <option value="674">674</option>
                  <option value="674">674</option>
                  <option value="675">675</option>
                  <option value="676">676</option>
                  <option value="679">679</option>
                  <option value="679">679</option>
                  <option value="680">680</option>
                  <option value="681">681</option>
                  <option value="682">682</option>
                  <option value="683">683</option>
                  <option value="683">683</option>
                  <option value="685">685</option>
                  <option value="687">687</option>
                  <option value="687">687</option>
                  <option value="687">687</option>
                  <option value="689">689</option>
                  <option value="691">691</option>
                  <option value="692">692</option>
                  <option value="767">767</option>
                  <option value="809">809</option>
                  <option value="850">850</option>
                  <option value="852">852</option>
                  <option value="853">853</option>
                  <option value="855">855</option>
                  <option value="856">856</option>
                  <option value="869">869</option>
                  <option value="876">876</option>
                  <option value="880">880</option>
                  <option value="886">886</option>
                  <option value="960">960</option>
                  <option value="961">961</option>
                  <option value="962">962</option>
                  <option value="963">963</option>
                  <option value="964">964</option>
                  <option value="965">965</option>
                  <option value="966">966</option>
                  <option value="967">967</option>
                  <option value="968">968</option>
                  <option value="971">971</option>
                  <option value="972">972</option>
                  <option value="973">973</option>
                  <option value="974">974</option>
                  <option value="975">975</option>
                  <option value="976">976</option>
                  <option value="977">977</option>
                  <option value="988">988</option>
                  <option value="993">993</option>
                  <option value="994">994</option>
                  <option value="995">995</option>
                  <option value="996">996</option>
                  <option value="998">998</option>
                  <option value="1670">1670</option>
                  <option value="1670">1670</option>
                  <option value="1868">1868</option>
                  <option value="1868">1868</option>
                  <option value="1868">1868</option>
                  <option value="1868">1868</option>
                </select></span></span></span>
        </p>
        <div class="newListSelected " tabindex="0" style="box-shadow: none;">
          <div class="selectedTxt">91</div>
          <div class="SSContainerDivWrapper" style="visibility: visible; top: 19px; height: 0px; left: 0px; display: none;">
            <ul class="newList" style="height: 0px;">
              <li><a href="JavaScript:void(0);" tabindex="-1">1</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">7</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">7</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">20</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">27</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">30</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">31</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">32</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">33</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">34</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">36</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">39</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">40</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">41</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">43</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">44</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">45</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">46</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">47</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">48</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">49</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">52</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">53</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">54</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">55</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">56</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">57</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">57</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">58</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">60</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">61</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">62</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">63</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">64</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">65</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">66</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">81</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">82</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">84</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">86</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">90</a></li>
              <li><a href="JavaScript:void(0);" class="hiLite" tabindex="-1">91</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">92</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">93</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">94</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">95</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">98</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">212</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">212</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">216</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">218</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">220</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">221</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">222</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">223</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">224</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">224</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">226</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">227</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">228</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">229</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">230</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">231</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">233</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">233</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">234</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">234</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">235</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">236</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">238</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">238</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">240</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">242</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">245</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">245</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">246</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">247</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">248</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">248</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">250</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">250</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">252</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">252</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">253</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">255</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">256</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">256</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">256</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">258</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">258</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">260</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">261</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">261</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">263</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">263</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">264</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">266</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">266</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">266</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">267</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">268</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">290</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">291</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">297</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">297</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">299</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">299</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">345</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">350</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">351</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">352</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">353</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">355</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">356</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">356</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">357</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">359</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">359</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">371</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">372</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">373</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">373</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">376</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">376</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">376</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">378</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">381</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">381</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">386</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">387</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">389</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">420</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">421</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">423</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">473</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">500</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">501</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">503</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">503</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">505</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">506</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">508</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">508</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">509</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">590</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">592</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">593</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">594</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">595</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">596</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">597</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">597</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">598</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">670</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">670</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">671</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">672</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">674</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">674</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">675</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">676</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">679</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">679</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">680</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">681</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">682</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">683</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">683</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">685</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">687</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">687</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">687</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">689</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">691</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">692</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">767</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">809</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">850</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">852</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">853</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">855</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">856</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">869</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">876</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">880</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">886</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">960</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">961</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">962</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">963</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">964</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">965</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">966</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">967</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">968</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">971</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">972</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">973</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">974</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">975</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">976</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">977</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">988</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">993</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">994</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">995</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">996</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">998</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1670</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1670</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1868</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1868</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1868</a></li>
              <li><a href="JavaScript:void(0);" tabindex="-1">1868</a></li>
            </ul>
          </div>
        </div><span class="labelColumn"><input type="text" name="AuthenticationFG.RIB_LOGIN_MOBILE" title="Registered Mobile Number" size="28" "="" class=" mob-no-input type_FEBAUnboundString" data-febatype="FEBAUnboundString" maxlength="15"
            id="AuthenticationFG.RIB_LOGIN_MOBILE" value="" onkeypress="return valMobileCountry(event);"></span>
        <p></p>
        <p id="HDisplayMobile.Rc6" class="m_cf forgot-details">
          <span id="HDisplayMobile.Rc6.C1"><label for=" " id="OTP_SCREEN_PAGE" title="Authenticate" class="completeHide hide">Authenticate</label></span>
        </p>
        <!-- Added for iMobile SSO - Start -->
        <!-- Added for iMobile SSO - End -->
        <p id="HDisplayMobile.Rb20" class="btn-dev">
          <span id="HDisplayMobile.Rb20.C1"><input type="Submit" name="Action.RIB_VALIDATE_MOBILE_LOGIN" class="cta get-OTP-page" id="RIB_VALIDATE_MOBILE_LOGIN" value="Authenticate" title="Authenticate"></span>
        </p>
        <p id="HDisplayMobile.Rb30" class="login-info">
          <span id="HDisplayMobile.Rb30.C1" class="ainner-col-2"><span class="need-user" id="span_dummy" title="Login with UserId"
              onclick="loginWithUserIdLink();"><a <a="" href="#" title="Login with UserId" id="dummy" name="HREF_dummy" tabindex="-1">Login with UserId</a></span></span><span id="HDisplayMobile.Rb30.C1"><span class="need-user"
              id="span_Caption29543082"
              title="Need Help?"><a <a="" href="http://www.icicibank.com/online-demo/introduction.page" title="Need Help?" id="Caption29543082" name="HREF_Caption29543082" class="" target="_blank">Need Help?</a></span></span>
        </p>
        <p id="HDisplayMobile.Rb20">
          <span id="HDisplayMobile.Rb20.C2"><input type="Submit" name="Action.LOGIN_MODE_SEL" class="completeHide hide" id="LOGIN_MODE_SEL_FROM_MOB" value="t" title="Log In"></span>
        </p>
      </div>
    </div>
    <!--CIB RIB Integration - START -->
    <!--CIB RIB Integration - END -->
    <!--
 IBM pin points-- Kartikey Passive Malware
 -->
    <div class="width100percent_loginbg" id="HDisplay2" style="display: none;">
      <div class="width100percent" id="HDisplay2.Rowset1">
      </div>
      <div class="width100percent" id="HDisplay2.Rowset2">
        <p id="HDisplay2.Ra2" class="center">
          <span id="HDisplay2.Ra2.C2" class="textwithlargerfont"><span class="null" id="">Request in progress. Please do not close this window</span></span>
        </p>
        <p id="HDisplay2.Ra3" class="center">
          <span id="HDisplay2.Ra3.C3"><img src="L001/consumer/images/widget-loading.gif?mtime=1472814764000" alt="Widget-Loading" title="Widget-Loading" height="50" width="50" id="Widget-Loading_Img" border="0"></span>
        </p>
      </div>
    </div>
    <!-- Added for iMobile SSO - Start -->
    <div class="width100percent_loginbg" id="HDisplayIMobile" style="display: none;">
      <div class="width100percent" id="HDisplayIMobile.Rowset2">
        <p id="HDisplayIMobile.Ra2" class="center">
          <span id="HDisplayIMobile.Ra2.C2" class="textwithlargerfont"><span class="null" id="">Request in progress. Please do not close this window</span></span>
        </p>
        <p id="HDisplayIMobile.Ra3" class="center">
          <span id="HDisplayIMobile.Ra3.C3"><img src="L001/consumer/images/widget-loading.gif?mtime=1472814764000" alt="Widget-Loading" title="Widget-Loading" height="50" width="50" id="Widget-Loading_Img" border="0"></span>
        </p>
      </div>
    </div>
    <!-- Added for iMobile SSO - End -->
    <!-- Added for DehLogin - Start -->
    <div class="width100percent_loginbg completeHide" id="HDisplayDEH">
      <div class="width100percent" id="HDisplayDEH.Rowset2">
        <p id="HDisplayDEH.Ra2" class="center">
          <span id="HDisplayDEH.Ra2.C2" class="textwithlargerfont"><span class="null" id="">Request in progress.... Please do not close this window</span></span>
        </p>
        <p id="HDisplayDEH.Ra3" class="center">
          <span id="HDisplayDEH.Ra3.C3"><img src="L001/consumer/images/widget-loading.gif?mtime=1472814764000" alt="Widget-Loading" title="Widget-Loading" height="50" width="50" id="Widget-Loading_Img" border="0"></span>
        </p>
      </div>
    </div>
    <!-- Added for DehLogin - End -->
    <div class="section" id="Footertext">
      <div class="center width100percent1_new" id="Footertext.Rowset1">
        <p id="Footertext.Ra28a" class="m_cf bold1">
          <span id="Footertext.Ra28a.C1"><span class="bold_new" id="Caption17995316" title="Digital Secutiry:">Digital Security:</span></span>
        </p>
        <p id="Footertext.Ra29" class="formrow m_cf">
          <span id="Footertext.Ra29.C1"><span class="long_text_last_new" id="Caption11224625"
              title="https://infinity.icicibank.com has been verified by Entrust. The communication of your private information from any address beginning with &quot;https&quot; is encrypted and secured using SSL.">https://infinity.icicibank.com has
              been verified by Entrust. The communication of your private information from any address beginning with "https" is encrypted and secured using SSL.</span></span>
        </p>
      </div>
    </div>
    <input type="Hidden" name="FG_BUTTONS__" value="VALIDATE_CREDENTIALS,VALIDATE_CREDENTIALS_DIG_CERT,BACK,CLEAR_VALUES" id="FGBUTTONS">
    <input type="Hidden" name="AuthenticationFG.IS_FIRST_AUTHENTICATION" value="Y" id="AuthenticationFG.ISFIRSTAUTHENTICATION">
    <input type="Hidden" name="QS" value="" id="QS">
    <input type="Hidden" name="MD" value="" id="MD">
    <input type="Hidden" name="PID" value="" id="PID">
    <input type="Hidden" name="PRN" value="" id="PRN">
    <input type="Hidden" name="ITC" value="" id="ITC">
    <input type="Hidden" name="AMT" value="" id="AMT">
    <input type="Hidden" name="CRN" value="" id="CRN">
    <input type="Hidden" name="RU" value="" id="RU">
    <input type="Hidden" name="CG" value="" id="CG">
    <input type="Hidden" name="ES" value="" id="ES">
    <input type="Hidden" name="RUBACK" value="null" id="RUBACK">
    <input type="Hidden" name="AuthenticationFG.LOGIN_MODE_FLAG" value="U" id="PageIdentifier">
    <!-- Added for iMobile SSO - Start -->
    <input type="Hidden" name="AuthenticationFG.__CALL_MODE__" value="null" id="AuthenticationFG.__CALL_MODE__">
    <!-- Added for iMobile SSO - End -->
    <input type="Hidden" name="CATEGORY_ID" value="" id="CATEGORYID">
    <input type="Hidden" name="AuthenticationFG.PREFERRED_LANGUAGE" value="001" id="AuthenticationFG.PREFERREDLANGUAGE">
    <input type="Hidden" name="FORMSGROUP_ID__" value="AuthenticationFG" id="FORMSGROUP_ID__">
    <input type="Hidden" name="AuthenticationFG.REPORTTITLE" value="AuthenticationScreen" id="AuthenticationFG.REPORTTITLE">
    <input type="Hidden" name="counterPartyNickName" value="" id="counterPartyNickName">
    <input type="Hidden" name="amountSendToCxps" value="" id="amountSendToCxps">
    <input type="Hidden" name="counterPartyTpe" value="" id="counterPartyTpe">
    <input type="Hidden" name="freqTyp" value="" id="freqTyp">
    <input type="Hidden" name="bankId" value="ICI" id="bankId">
    <input type="Hidden" name="cxpsUserId" value="" id="cxpsUserId">
    <input type="Hidden" name="corpId" value="" id="corpId">
    <input type="Hidden" name="usertype" value="1" id="usertype">
    <input type="Hidden" name="RECEIVED_RESPONSE" value="" id="RECEIVED_RESPONSE">
    <div id="CrossSellContainer"></div>
  </div>
  <!-- Role is added for DDA to specify footer of the page -->
  <div id="footer" role="contentinfo">
    <!-- COMMENTED BY HARPREET TO REMOVE ADDITIONAL INFO THROUGHOUT -->
    <!-- Added for UPI error message START-->
    <style type="text/css">
      .upi_error {
        color: #eb6c18;
        font-weight: 700;
        text-decoration: underline !important;
      }
    </style>
    <!-- Added for UPI error message END-->
    <!-- Commenting due to incompatability of Mozilla FireFox 11.0 -->
    <!-- Added to disable copy-paste - START -->
    <!--<script type="text/javascript" >

	function killCopy(e){

	return false

	}

	function reEnable(){

	return true

	}



	document.onselectstart=new Function ("return false")

	if (window.sidebar){

	document.onmousedown=killCopy

	document.onclick=reEnable

	}



</script>-->
    <!-- Added to disable copy-paste - END -->
    <!-- Added to disable right click - START -->
    <script type="text/javascript">
      var message = "Due to security reason,Right Click is not allowed.";

      function clickIE4() {
        if (event.button == 2) {
          alert(message);
          return false;
        }
      }

      function clickNS4(e) {
        if (document.layers || document.getElementById && !document.all) {
          if (e.which == 2 || e.which == 3) {
            alert(message);
            return false;
          }
        }
      }
      if (document.layers) {
        document.captureEvents(Event.MOUSEDOWN);
        document.onmousedown = clickNS4;
      } else if (document.all && !document.getElementById) {
        document.onmousedown = clickIE4;
      }
      document.oncontextmenu = new Function("alert(message);return false")
    </script>
    <!-- Added to disable right click - END -->
    <!-- Added for Grid card autotab functionality - Start -->
    <script type="text/javascript">
      function checkLen(element, elementLength) {
        if (elementLength.toString().length == element.maxLength) {
          var next = element.tabIndex;
          if (next < feba.domManipulator.getElement("form")[0].length) {
            feba.domManipulator.getElement("form")[0].elements[next + 1].focus();
          }
        }
      }

      function moveCursorTo(fieldMaxLength, contentLength, nextFieldID) {
        if (contentLength == fieldMaxLength) {
          //alert(jQuery("#"+"FORMSGROUP_ID__").val());						
          if (nextFieldID != '') {
            var fieldIDSplit = nextFieldID.split(".");
            var fgname = fieldIDSplit[0];
            var fieldname = fieldIDSplit[1];
            jQuery("#" + fgname + "\\." + fieldname).focus();
          }
        }
      }

      function numberOnly(content, fieldID) {
        if (content.charCodeAt(0) < 48 || content.charCodeAt(0) > 57) {
          alert("Please enter numeric values only");
          document.getElementById(fieldID).value = "";
        }
        if (content.length > 1 && (content.charCodeAt(1) < 48 || content.charCodeAt(1) > 57)) {
          alert("Please enter numeric values only");
          document.getElementById(fieldID).value = "";
        }
      }
    </script>
    <!-- Added for Grid card autotab functionality - End -->
    <!--Added for UPI Err Msg inclusion - Start -->
    <script>
      function callUPIModal2() {
        jQuery("[id$='ViewDetails2']").click();
      }
    </script>
    <!--Added for UPI Err Msg inclusion - End -->
    <div id="footerInner">
      <div id="FooterContainerTop" class="FooterTop_Global">
        <div class="FooterTop">
          <div class="FooterLinksContainer" id="FooterLinksContainer1">
            <h5 class="FooterLinksClassification FooterLinksClassificationColor_Global">Customer Service</h5>
            <a target="_blank" href="http://www.icicibank.com/complaints/customer-care.html" title="Safe Banking" class="compliments" tabindex="-1">Customer Care Numbers</a>
            <br>
            <a target="_blank" href="https://www.icicibank.com/complaints/complaints.page?ITM=nli_cms_CONTACT_US_complaints_menu_navigation" title="Safe Banking" class="compliments" tabindex="-1">Grievance Redressal</a>
          </div>
          <div class="FooterLinksContainer" id="FooterLinksContainer2">
            <h5 class="FooterLinksClassification FooterLinksClassificationColor_Global">Useful Links</h5>
            <a target="_blank" href="AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&amp;__START_TRAN_FLAG__=Y&amp;__EVENT_ID__=LOAD&amp;__CALL_MODE__=10&amp;LOGIN_FLAG=1&amp;BANK_ID=ICI" title="Get User ID" class="Global first" tabindex="-1">Get User ID</a>|<a target="_blank" href="http://www.icicibank.com/Personal-Banking/insta-banking/insta-index.html" title="Ways To Bank" class="Global" tabindex="-1">Ways To Bank</a>
            |<a target="_blank" href="http://www.icicibank.com/Personal-Banking/insta-banking/internet-banking/index.html" title="Online Banking" class="Global" tabindex="-1">Online Banking</a>|<a target="_blank" href="http://www.icicibank.com/Personal-Banking/account-deposit/savings-account/index.html" title="Savings Account" class="Global" tabindex="-1">Savings Account</a>|<a target="_blank" href="http://www.icicibank.com/Personal-Banking/investments/ppf/ppf.html" title="PPF" class="Global" tabindex="-1">PPF</a>|
            <a target="_blank" href="http://www.icicibank.com/financial-tools/index.html" title="Personal Finance Tools" class="Global" tabindex="-1">Personal Finance Tools</a> |
            <a target="_blank" href="http://www.icicibank.com/form-center.html" class="Global" title="Form Center" tabindex="-1">Form Center</a>
            |<a target="_blank" href="http://www.icicibank.com/Personal-Banking/investments/icici-bank-pure-gold/gold-rate.html" title="Gold Rate Today" class="Global" tabindex="-1">Gold Rate Today</a>|
            <a target="_blank" href="http://www.icicibank.com/media-gallery/media-gallery.html" title="Media Gallery" class="Global" tabindex="-1">Media Gallery</a>|<a target="_blank" href="http://www.icicibank.com/Personal-Banking/credit-card/credit-cards.html" title="Credit Card" class="Global" tabindex="-1">Credit Card</a>
          </div>
          <div class="FooterLinksContainer1" id="FooterLinksContainer3">
            <h5 class="FooterLinksClassification FooterLinksClassificationColor_Global m_h5Overwrite">Visit Other ICICI Bank Sites</h5>
            <div id="new" class="ICICI_links">
              <a target="_blank" href="http://www.icicigroupcompanies.com/" title="ICICI Group" class="Global first" tabindex="-1">ICICI Group</a> |
              <a target="_blank" href="http://www.icicifoundation.org/" title="ICICI Foundation" class="Global" tabindex="-1">ICICI Foundation</a> |
              <a target="_blank" href="https://www.icicilombard.com/" class="Global" title="ICICI Lombard General Insurance" tabindex="-1">ICICI Lombard General Insurance</a> |
              <a target="_blank" href="http://www.iseconline.com/" title="ICICI Securities" class="Global" tabindex="-1">ICICI Securities</a> |
              <a target="_blank" href="http://www.iciciprulife.com/public/default.htm" title="ICICI Prudential Life Insurance" class="Global" tabindex="-1">ICICI Prudential Life Insurance</a> |
              <a target="_blank" href="http://www.icicipruamc.com/Homepage.aspx" title="ICICI Prudential AMC" class="Global" tabindex="-1">ICICI Prudential AMC</a> |
              <a target="_blank" href="http://www.iciciventure.com/" class="Global" title="ICICI Venture" tabindex="-1">ICICI Venture</a> |
              <a target="_blank" href="http://content.icicidirect.com/newsitecontent/Home/Home.asp" class="Global" title="ICICI Direct" tabindex="-1">ICICI Direct</a> |
              <a target="_blank" href="http://www.icicihfc.com/" title="ICICI Home Finance" class="Global" tabindex="-1">ICICI Home Finance</a> |
              <a target="_blank" href="http://www.icicibank.com/ebor/index.html" title="Erstwhile The Bank of Rajasthan" class="Global" tabindex="-1">Erstwhile The Bank of Rajasthan</a> |
              <a target="_blank" href="https://www.icicicareers.com/icici_career/home.aspx?X" title="Careers" class="Global" tabindex="-1">Careers</a> |
              <a target="_blank" href="http://www.icicibankbahrain.com/" title="Bahrain" class="Global" tabindex="-1">Bahrain</a> | <a target="_blank" href="http://www.icicibank.ca/" title="Canada" class="Global" tabindex="-1">Canada</a> |
              <a target="_blank" href="http://www.icicibank.de/" title="Germany" class="Global" tabindex="-1">Germany</a> | <a target="_blank" href="http://www.icicibank.hk/" title="HongKong" class="Global" tabindex="-1">Hong Kong</a> |
              <a target="_blank" href="http://www.icicibankrussia.com/" title="Russia" class="Global" tabindex="-1">Russia</a> | <a target="_blank" href="http://www.icicibank.com.sg/" title="Singapore" class="Global" tabindex="-1">Singapore</a> |
              <a target="_blank" href="http://www.icicibank.lk/" title="Srilanka" class="Global" tabindex="-1">Srilanka</a> | <a target="_blank" href="http://www.icicibank.co.uk/" title="UK" class="Global" tabindex="-1">UK</a> |
              <a target="_blank" href="http://www.icicibankusa.com/" title="US" class="Global" tabindex="-1">US</a>
            </div>
          </div>
          <div class="FooterLinksContainer2" id="FooterLinksContainer4">
            <h5 class="FooterLinksClassification FooterLinksClassificationColor_Global m_h5Overwrite" style="margin-top: 5px;">Our Initiatives</h5>
            <div id="new" class="ICICI_links m_tbl_txt_width">
              <a target="_blank" href="http://www.icicibank.com/online-safe-banking/index.html" title="Safe Banking" class="Global" tabindex="-1">Safe Banking</a> |
              <a target="_blank" href="http://www.icicibank.com/go-green/Index.html" class="Global" title="Go Green" tabindex="-1">Go Green</a>
            </div>
          </div>
          <!--footer top div close-->
        </div>
        <!--FooterContainerTop div close-->
      </div>
      <div id="FooterContainerBottom" class="FooterBottom_Global">
        <div id="FooterMenuContainer">
          <a target="_blank" href="http://www.icicibank.com/terms-condition/terms-and-conditions.html" class="Global first" title="Terms &amp; Conditions" tabindex="-1">Terms &amp; Conditions</a> |
          <a target="_blank" href="http://www.icicibank.com/interest-rates.html" class="Global" title="Interest Rates" tabindex="-1">Interest Rates</a> |
          <a target="_blank" href="http://www.icicibank.com/service-charges/service-charges.html" title="Service Charges &amp; Fees" class="Global" tabindex="-1">Service Charges &amp; Fees</a> |
          <a target="_blank" href="http://www.icicibank.com/do-not-call.html" title="Do Not Call Registry" class="Global" tabindex="-1">Do Not Call Registry</a> |
          <a target="_blank" href="http://www.icicibank.com/disclaimer.html" title="Disclaimer" class="Global" tabindex="-1">Disclaimer</a> |
          <a target="_blank" href="http://www.icicibank.com/multilingual-disclaimer.html" title="Multilingual Disclaimer" class="Global" tabindex="-1">Multilingual Disclaimer</a> |
          <a target="_blank" href="http://www.icicibank.com/code-of-commitment.html" class="Global" title="Code of Commitment" tabindex="-1">Code of Commitment</a> |
          <a target="_blank" href="http://www.icicibank.com/aboutus/pdf/code_of_business_conduct_ethics.pdf" class="Global" title="Group Code of Business Conduct and Ethics" tabindex="-1">Group Code of Business Conduct and Ethics</a> |
          <a target="_blank" href="http://www.icicibank.com/aboutus/invest-disclosure.html" class="Global" title="Basel II Disclosures" tabindex="-1">Basel II Disclosures</a> |
          <a target="_blank" href="http://www.icicibank.com/notice-board.html" class="Global" title="Notice Board" tabindex="-1">Notice Board</a> |
          <a target="_blank" href="http://www.icicibank.com/unparliamentary-language-by-customers.html" class="Global" title="Use of Unparliamentary Language by Customers" tabindex="-1">Use of Unparliamentary Language by Customers</a> |
          <a target="_blank" href="http://www.icicibank.com/privacy.html" class="Global" title="Privacy" tabindex="-1">Privacy</a> |
          <a target="_blank" href="http://www.icicibank.com/usa-patriot-act-certification.html" class="Global" title="USA Patriot Act Certification" tabindex="-1">USA Patriot Act Certification</a>
          <!--FooterMenuContainer div close-->
          <div class="hide" id="PageHeader1">
            <p id="PageHeader1.Ra1" class="hide">
              <span id="PageHeader1.Ra1.C1" class="hide"><span class="labelColumn_combo"><span class="labelColumn_combo_brdr"> <select name="FieldDropdown" class="dropdownexpandalbe hide" id="FieldDropdown" title="Upgrade Debit Card"
                      style="display: none;">
                      <option value="">Select</option>
                      <option value="Value">Value</option>
                    </select></span></span></span>
            </p>
            <div class="newListSelected " tabindex="0" style="position: static;">
              <div class="selectedTxt">Value</div>
              <div class="SSContainerDivWrapper" style="visibility: visible; top: -18px; height: 18px; left: 0px; display: none;">
                <ul class="newList" style="height: 18px;">
                  <li><a href="JavaScript:void(0);" class="" tabindex="-1">Select</a></li>
                  <li><a href="JavaScript:void(0);" tabindex="-1" class="hiLite">Value</a></li>
                </ul>
              </div>
            </div>
            <p></p>
          </div>
        </div>
        <!-- Added for chatbot -start-->
        <input type="Hidden" name="TxnType" value="" id="TxnType">
        <!-- Added for CHATBOT ENCRYPTED USER ID -start-->
        <!-- Added for CHATBOT ENCRYPTED USER ID -start-->
        <input type="Hidden" name="CHAT_USERID" value="" id="CHAT_USERID">
        <input type="Hidden" name="FEDID" value="0" id="FEDID">
        <input type="Hidden" name="ChatEncUserId" value="z+ArlOwUX6ewN6ncDVmifg==" id="ChatEncUserId">
        <!-- Added for CHATBOT ENCRYPTED USER ID -end-->
        <!-- Added for chatbot -end-->
        <!--Added for UPI Err Msg inclusion - Start -->
        <a data-isexcluded="true" style="display:none; position:absolute;" id="ViewDetails2" href="#" tabindex="-1">"+"Add Funds"+"</a>
        <!--Added for UPI Err Msg inclusion - End -->
        <!--  <div id="FooterBottomTextContainer">

        	Best viewed with Internet Explorer 7 or Firefox 3.6 with a resolution of 1024 x 768

        	FooterBottomTextContainer div close

        </div>-->
        <!--FooterContainerBottom div close-->
      </div>
      <p></p>
    </div>
    <!-- Added for OTP Bypass Vulnerability security Issue - start -->
    <input type="Hidden" name="MFPrint"
      value="{&quot;VERSION&quot;:&quot;1.0&quot;,&quot;MFP&quot;:{&quot;System&quot;:{&quot;Platform&quot;:&quot;Win32&quot;,&quot;Language&quot;:&quot;en-US&quot;,&quot;Timezone&quot;:0,&quot;Fonts&quot;:&quot;&quot;},&quot;Screen&quot;:{&quot;FullHeight&quot;:1200,&quot;AvlHeight&quot;:1200,&quot;FullWidth&quot;:1600,&quot;AvlWidth&quot;:1600,&quot;BufferDepth&quot;:&quot;&quot;,&quot;ColorDepth&quot;:24,&quot;PixelDepth&quot;:24,&quot;DeviceXDPI&quot;:&quot;&quot;,&quot;DeviceYDPI&quot;:&quot;&quot;,&quot;FontSmoothing&quot;:&quot;&quot;,&quot;UpdateInterval&quot;:&quot;&quot;},&quot;Browser&quot;:{&quot;UserAgent&quot;:&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36&quot;,&quot;Vendor&quot;:&quot;Google Inc.&quot;,&quot;VendorSubID&quot;:&quot;&quot;,&quot;BuildID&quot;:&quot;&quot;,&quot;CookieEnabled&quot;:true},&quot;Camera&quot;:&quot;&quot;,&quot;Microphone&quot;:&quot;&quot;},&quot;MAC&quot;:&quot;&quot;,&quot;ExternalIP&quot;:&quot;XYZABC&quot;,&quot;InternalIP&quot;:&quot;&quot;,&quot;MESC&quot;:&quot;mi=2;cd=200;id=50;mesc=1991991;ldi=339;mesc=1835737;ldi=398&quot;,&quot;DESC&quot;:&quot;&quot;}"
      id="MFPrint">
    <input type="Hidden" name="xyz" value="" id="xyz">
    <input type="Hidden" name="ABC" value="ABC" id="ABC">
    <!-- Added for OTP Bypass Vulnerability security Issue - end -->
    <!--Added for UPI Err Msg inclusion - Start -->
    <script type="text/javascript">
      feba.features.MODAL_VIEW_CONTAINER = new feba.js.ajax.modalView({
        isListPaginated: "true",
        paintExceptionOnPage: "true",
        CLOSE_URL: "FinacleRiaRequest;jsessionid=0000quOovxQslLG5q0W3UIcxSTI:CR02n36weht?bwayparam=iEKhC509SuATRWWgOqPqs9wd0aSwgYxCa%2BIexq4RP5htWcQ96wdGR5CzOm%2FO3u4yJsRAmv45ycCz%0D%0A%2BRPk6EZLvcuqaTp2e4UZ%2FDEx1JEEV66NoYX%2BDHkZU3q8CXT6ID%2FTQH5pMj1RL07gd1HK%2B7bKgIDxrTcH%0D%0A%2FtKLWJ1PF5yoHIFcyUyDfOReV4QzA8VuVex0",
        eventType: "click",
        source: "ViewDetails2",
        abortEvent: "PREVENT_SESSION_TIMEOUT__",
        baseUrl: "FinacleRiaRequest;jsessionid=0000quOovxQslLG5q0W3UIcxSTI:CR02n36weht?bwayparam=iEKhC509SuATRWWgOqPqs9wd0aSwgYxCa%2BIexq4RP5h2SKfaoMrjZUL8xfgHvVMGD60TfEo1yLld%0D%0AOm61BsIxccHLEKxJoX6zRRrBuSKjZbbm2YUZtPMyzGBItC2DLSQJegTIyIhY8Kv%2Fp00h1S8%2B7RcytbIc%0D%0ARrM7w%2BI%2F82pgDfGKNaftiZ0ih9TK1h%2F3JURyNXrH6dH%2FhbGcSU5IkcYyk0IwsDqkpf%2Bg8qH%2BiPX4%2B9PD%0D%0ALMNZGXoBFV6ysnLrEXLBqhx281A66gIfEkdyGsTAuMzRrR4apA5pufkzQKRFq7td8RGCij7r4rtzpM18%0D%0AcEkArEdWa7ty2VXg2MdFgGVqLw%3D%3D",
        startIndex: "0",
        hideTitle: "false",
        forcontrolIDs: "User ID=AuthenticationFG.USER_PRINCIPAL@@Access Code=AuthenticationFG.ACCESS_CODE@@Language:=AuthenticationFG.PREFERRED_LANGUAGE@@Default Login Page:=AuthenticationFG.MENU_ID@@",
        asynchronous: "false",
        endIndex: "1",
        retainValuesOnException: "true",
        width: "730",
        riaFeatureID: "1",
        tagHelper: "MODAL_VIEW.TagHelper",
        height: "400"
      });
    </script>
    <!--Added for UPI Err Msg inclusion - End -->
  </div>
  <div id="footer-line" class="footer_line"><img width="1" height="1" src="L001/consumer/images/trans.gif"></div>
  <!-- Portal Changes end-->
  <script type="text/javascript" src="/corp/scripts/adaptiveauthentication/arcot/ca-aid-download.js"></script>
  <div id="ArcotIDClient1"></div>
  <script>
    downlaodaid('javascript', '/corp/jsp', '', '', 'RIBINDIA');
  </script>
  <input type="Hidden" name="AuthenticationFG.ARCOT_CHALLENGE" value="" id="AuthenticationFG.ARCOT_CHALLENGE">
  <input type="Hidden" name="AuthenticationFG.SIGNED_CHALLENGE" value="1001" id="AuthenticationFG.SIGNED_CHALLENGE">
  <input type="Hidden" name="AuthenticationFG.ARCOT_CLIENT_TYPE" value="" id="AuthenticationFG.ARCOT_CLIENT_TYPE">
  <input type="Hidden" name="AuthenticationFG.ARCOT_ENABLE_BROWSER" value="N" id="AuthenticationFG.ARCOT_ENABLE_BROWSER">
  <input type="Hidden" name="AuthenticationFG.CALLERID" value="" id="AuthenticationFG.CALLERID">
  <input type="Hidden" name="AuthenticationFG.ARCOT_IP_ADDRESS" value="" id="AuthenticationFG.ARCOT_IP_ADDRESS">
  <input type="Hidden" name="AuthenticationFG.FETCH_ARCOTID_FLAG" value="N" id="AuthenticationFG.FETCH_ARCOTID_FLAG">
  <input type="Hidden" name="AuthenticationFG.ARCOT_DEVICE_ID" value="1001" id="AuthenticationFG.ARCOT_DEVICE_ID">
  <input type="Hidden" name="AuthenticationFG.ARCOT_DEVICE_DNA" value="" id="AuthenticationFG.ARCOT_DEVICE_DNA">
  <input type="Hidden" name="AuthenticationFG.ARCOT_TIME_OUT" value="N" id="AuthenticationFG.ARCOT_TIME_OUT">
  <input type="Hidden" name="AuthenticationFG.ARCOT_EXECUTION_TIME" value="" id="AuthenticationFG.ARCOT_EXECUTION_TIME">
  <input type="Hidden" name="AuthenticationFG.ARCOT_IS_DNA_DONE" value="false" id="AuthenticationFG.ARCOT_IS_DNA_DONE">
  <input type="Hidden" name="AuthenticationFG.ARCOT_FLASH_COOKIE" value="1001" id="AuthenticationFG.ARCOT_FLASH_COOKIE">
  <input type="Hidden" name="AuthenticationFG.ARCOT_JAVA_SCRIPT_FLAG" value="disabled" id="AuthenticationFG.ARCOT_JAVA_SCRIPT_FLAG">
  <input type="Hidden" name="AuthenticationFG.ARCOT_FLASH_FLAG" value="disabled" id="AuthenticationFG.ARCOT_FLASH_FLAG">
  <input type="Hidden" name="AuthenticationFG.ARCOT_EXTRALOG" value="" id="AuthenticationFG.ARCOT_EXTRALOG">
  <input type="Hidden" name="AuthenticationFG.ARCOT_NO_SCRIPT_TAG" value="" id="AuthenticationFG.ARCOT_NO_SCRIPT_TAG">
  <input type="Hidden" name="AuthenticationFG.CHNL_IDNTFR" value="RIB" id="AuthenticationFG.CHNL_IDNTFR">
  <input type="Hidden" name="AuthenticationFG.UBA_PASSWORD" value="" id="AuthenticationFG.UBA_PASSWORD">
  <input type="Hidden" name="UserId" value="" id="AuthenticationFG.USER_PRINCIPAL1">
  <input type="Hidden" name="LOGIN_REVAMP_NLI_URL" value="https://www.icicibank.com/personal-banking/login/primer" id="LOGIN_REVAMP_NLI_URL">
  <input type="Hidden" name="AuthenticationFG.PINOTPFLG" value="N" id="AuthenticationFG.PINOTPFLG">
  <input type="Hidden" name="JS_ENABLED_FLAG" value="Y" id="JS_ENABLED_FLAG"><input type="Hidden" name="CHECKBOX_NAMES__" value="AuthenticationFG.REMEMBER_USERID_CHECKBOX" id="CHECKBOX_NAMES__"><input type="Hidden" name="Requestid" value="1"
    id="Requestid">
  <script type="text/javascript">
    feba.js.common.checkJS("JS_ENABLED_FLAG");
  </script><input type="Hidden" name="AuthenticationFG.__COLLAPSIBLE_IDS__" value="|" id="COLLAPSIBLE_IDS">
  <script type="text/javascript">
    var imageAltPlus = 'Plus';
    var imageAltMinus = 'Minus';
    var imageTitleExpand = 'Expand';
    var imageTitleCollapse = 'Collapse';
    var imagePath = 'L001/consumer/images';
    initHideSeek('null');
  </script><noscript><br>
    <center><b>
Your browser is not Javascript enabled. Please enable Javascript for enhanced security.
</b></center>
  </noscript>
  <input type="HIDDEN" id="__JS_ENCRYPT_KEY__" name="__JS_ENCRYPT_KEY__"
    value="10001,c286244a96e330d6eeb3b28ea66f298d364451bb286e636a7f989c86c2996998beba12a5ce92dbe91228875418f22d3c8abf30ca25f046ed6c4e40be1031cf77d7d94c29a94e2e3f18a24f3d26d7112136399b57d952b32d2604d118680afd3341a89007f1d3c47363ea0113dd060ec8df7a5d5a1d89b8832417b20058ec4dc7,131">
  <script type="text/javascript">
    jsVarForControlIds = "AuthenticationFG.MENU_ID=Start In@@AuthenticationFG. =Authenticate@@"
  </script>
  <script type="text/javascript">
    jQuery(function() {
      RedrawAllTrees();
      jsonObj = {
        "TypesCatalogue": {
          "UserPrincipal": {
            "LEN": "65",
            "JUS": "LEFT_JUSTIFIED",
            "CST": "MIXED_CASE",
            "CNT": "ALPHA_NUMERIC",
            "SEC": "false",
            "BCC": "false",
            "PTY": "STR"
          },
          "FEBAUnboundString": {
            "LEN": "-1",
            "JUS": "LEFT_JUSTIFIED",
            "CST": "MIXED_CASE",
            "CNT": "null",
            "SEC": "false",
            "BCC": "false",
            "PTY": "STR"
          }
        }
      };
      init(jsonObj, null, jsVarForControlIds);
      feba.js.common.blockOnButtonClicks("loadingImage");
      feba.js.common.blockOnHyperlinkClicks("loadingImage");
      feba.js.common.runPageCustomFunction("AuthenticationScreen_onload");
    });
  </script><img src="L001/consumer/images/widget-loading.gif" id="loadingImage" style="display:none;"><input type="hidden"
    value="{&quot;VERSION&quot;:&quot;1.0&quot;,&quot;MFP&quot;:{&quot;System&quot;:{&quot;Platform&quot;:&quot;Win32&quot;,&quot;Language&quot;:&quot;en-US&quot;,&quot;Timezone&quot;:0,&quot;Fonts&quot;:&quot;&quot;},&quot;Screen&quot;:{&quot;FullHeight&quot;:1200,&quot;AvlHeight&quot;:1200,&quot;FullWidth&quot;:1600,&quot;AvlWidth&quot;:1600,&quot;BufferDepth&quot;:&quot;&quot;,&quot;ColorDepth&quot;:24,&quot;PixelDepth&quot;:24,&quot;DeviceXDPI&quot;:&quot;&quot;,&quot;DeviceYDPI&quot;:&quot;&quot;,&quot;FontSmoothing&quot;:&quot;&quot;,&quot;UpdateInterval&quot;:&quot;&quot;},&quot;Browser&quot;:{&quot;UserAgent&quot;:&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36&quot;,&quot;Vendor&quot;:&quot;Google Inc.&quot;,&quot;VendorSubID&quot;:&quot;&quot;,&quot;BuildID&quot;:&quot;&quot;,&quot;CookieEnabled&quot;:true},&quot;Camera&quot;:&quot;&quot;,&quot;Microphone&quot;:&quot;&quot;},&quot;MAC&quot;:&quot;&quot;,&quot;ExternalIP&quot;:&quot;XYZABC&quot;,&quot;InternalIP&quot;:&quot;&quot;,&quot;MESC&quot;:&quot;mi=2;cd=200;id=50;mesc=1991991;ldi=339;mesc=1835737;ldi=398&quot;,&quot;DESC&quot;:&quot;&quot;}"
    id="deviceDNA" name="deviceDNA"><input type="hidden" value="1646" id="executionTime" name="executionTime"><input type="hidden" value="" id="desc" name="desc"><input type="hidden" value="mi=2;cd=200;id=50;mesc=1991991;ldi=339;mesc=1835737;ldi=398"
    id="mesc" name="mesc"><input type="hidden" value="" id="dnaError" name="dnaError"><input type="hidden" value="2" id="mescIterationCount" name="mescIterationCount"><input type="hidden" value="true" id="isDNADone" name="isDNADone"><input
    type="hidden" value="" id="arcotFlashCookie" name="arcotFlashCookie"><input type="hidden" value="" id="DEVICE_ID" name="DEVICE_ID"><input type="hidden" value="DEVICEID.HTTP" id="DEVICE_TYPE" name="DEVICE_TYPE"><input type="hidden"
    value="{&quot;VERSION&quot;:&quot;1.0&quot;,&quot;MFP&quot;:{&quot;System&quot;:{&quot;Platform&quot;:&quot;Win32&quot;,&quot;Language&quot;:&quot;en-US&quot;,&quot;Timezone&quot;:0,&quot;Fonts&quot;:&quot;&quot;},&quot;Screen&quot;:{&quot;FullHeight&quot;:1200,&quot;AvlHeight&quot;:1200,&quot;FullWidth&quot;:1600,&quot;AvlWidth&quot;:1600,&quot;BufferDepth&quot;:&quot;&quot;,&quot;ColorDepth&quot;:24,&quot;PixelDepth&quot;:24,&quot;DeviceXDPI&quot;:&quot;&quot;,&quot;DeviceYDPI&quot;:&quot;&quot;,&quot;FontSmoothing&quot;:&quot;&quot;,&quot;UpdateInterval&quot;:&quot;&quot;},&quot;Browser&quot;:{&quot;UserAgent&quot;:&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36&quot;,&quot;Vendor&quot;:&quot;Google Inc.&quot;,&quot;VendorSubID&quot;:&quot;&quot;,&quot;BuildID&quot;:&quot;&quot;,&quot;CookieEnabled&quot;:true},&quot;Camera&quot;:&quot;&quot;,&quot;Microphone&quot;:&quot;&quot;},&quot;MAC&quot;:&quot;&quot;,&quot;ExternalIP&quot;:&quot;XYZABC&quot;,&quot;InternalIP&quot;:&quot;&quot;,&quot;MESC&quot;:&quot;mi=2;cd=200;id=50;mesc=1991991;ldi=339;mesc=1835737;ldi=398&quot;,&quot;DESC&quot;:&quot;&quot;}"
    id="MACHINE_FINGER_PRINT" name="MACHINE_FINGER_PRINT">
</form>

Name: RIBSignOnPOST https://infinity.icicibank.co.in/BANKAWAY?IWQRYTASKOBJNAME=bay_mc_login&BAY_BANKID=ICI

<form name="RIBSignOn" action="https://infinity.icicibank.co.in/BANKAWAY?IWQRYTASKOBJNAME=bay_mc_login&amp;BAY_BANKID=ICI" method="POST">
  <!-- Set all input Field values as hidden fields -->
  <!--INPUT TYPE=HIDDEN NAME=RTNTTYPE Value='POST'-->
  <input type="HIDDEN" name="ShowOnSamePage" value="N">
  <input type="HIDDEN" name="MD" id="MD_NEW" value="P">
  <input type="HIDDEN" name="PID" id="PID_NEW">
  <input type="HIDDEN" name="PRN" id="PRN_NEW">
  <input type="HIDDEN" name="ITC" id="ITC_NEW">
  <input type="HIDDEN" name="AMT" id="AMT_NEW">
  <input type="HIDDEN" name="CRN" id="CRN_NEW">
  <input type="HIDDEN" name="RU" id="RU_NEW">
  <input type="HIDDEN" name="CG" id="CG_NEW">
  <input type="HIDDEN" name="ES" id="ES_NEW">
  <!-- Clicking the Submit Button Submits the Form and sends all hidden field values to Infinity-->
</form>

Name: index2

<form name="index2" id="index2">
  <input type="hidden" name="noscripttag" id="noscripttag" value="noscript found::javascript=disabled">
  <input type="hidden" name="cacheSignChallenge" value="1001">
  <input type="hidden" name="challenge">
  <input type="hidden" name="fetchArcotId" value="N">
  <input type="hidden" name="arcotClientType" value="">
  <input type="hidden" name="arcotEnableBrowser" value="N">
  <!-- RiskFort data collection-->
  <input type="hidden" name="MFP"
    value="{&quot;VERSION&quot;:&quot;2.1.2&quot;,&quot;MFP&quot;:{&quot;Browser&quot;:{&quot;UserAgent&quot;:&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36&quot;,&quot;Vendor&quot;:&quot;Google Inc.&quot;,&quot;VendorSubID&quot;:&quot;&quot;,&quot;BuildID&quot;:&quot;20030107&quot;,&quot;CookieEnabled&quot;:true},&quot;IEPlugins&quot;:{},&quot;NetscapePlugins&quot;:{&quot;Chrome PDF Plugin&quot;:&quot;&quot;,&quot;Chrome PDF Viewer&quot;:&quot;&quot;,&quot;Native Client&quot;:&quot;&quot;},&quot;Screen&quot;:{&quot;FullHeight&quot;:1200,&quot;AvlHeight&quot;:1200,&quot;FullWidth&quot;:1600,&quot;AvlWidth&quot;:1600,&quot;ColorDepth&quot;:24,&quot;PixelDepth&quot;:24},&quot;System&quot;:{&quot;Platform&quot;:&quot;Win32&quot;,&quot;systemLanguage&quot;:&quot;en-US&quot;,&quot;Timezone&quot;:0}},&quot;ExternalIP&quot;:&quot;[2a03:1b20:6:f011::4e]&quot;,&quot;MESC&quot;:{&quot;mesc&quot;:&quot;mi=2;cd=150;id=30;mesc=1520473;mesc=1654207&quot;}}">
  <input type="hidden" name="IpAddress" value="[2a03:1b20:6:f011::4e]">
  <input type="hidden" name="CallerID" value="123456">
  <input type="hidden" name="DeviceID" value="">
  <input type="hidden" name="deviceDNA"
    value="{&quot;VERSION&quot;:&quot;2.1.2&quot;,&quot;MFP&quot;:{&quot;Browser&quot;:{&quot;UserAgent&quot;:&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36&quot;,&quot;Vendor&quot;:&quot;Google Inc.&quot;,&quot;VendorSubID&quot;:&quot;&quot;,&quot;BuildID&quot;:&quot;20030107&quot;,&quot;CookieEnabled&quot;:true},&quot;IEPlugins&quot;:{},&quot;NetscapePlugins&quot;:{&quot;Chrome PDF Plugin&quot;:&quot;&quot;,&quot;Chrome PDF Viewer&quot;:&quot;&quot;,&quot;Native Client&quot;:&quot;&quot;},&quot;Screen&quot;:{&quot;FullHeight&quot;:1200,&quot;AvlHeight&quot;:1200,&quot;FullWidth&quot;:1600,&quot;AvlWidth&quot;:1600,&quot;ColorDepth&quot;:24,&quot;PixelDepth&quot;:24},&quot;System&quot;:{&quot;Platform&quot;:&quot;Win32&quot;,&quot;systemLanguage&quot;:&quot;en-US&quot;,&quot;Timezone&quot;:0}},&quot;ExternalIP&quot;:&quot;[2a03:1b20:6:f011::4e]&quot;,&quot;MESC&quot;:{&quot;mesc&quot;:&quot;mi=2;cd=150;id=30;mesc=1520473;mesc=1654207&quot;}}">
  <input type="hidden" name="executionTime" value="331">
  <!-- RiskFort data collection -->
  <input type="hidden" name="javascriptflag" value="disabled">
  <input type="hidden" name="flashflag" value="disabled">
  <input type="hidden" name="CorporateSignonCorpId" value="">
  <input type="hidden" name="extralog" value="User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.133 Safari/537.36:">
  <script type="text/javascript">
    document.forms["index2"].extralog.value = "User-Agent:" + navigator.userAgent + ":";
  </script>
  <div id="ArcotIDClient123"></div>
  <input type="hidden" name="onOffValue" value="Y">
  <div id="DeviceIdClient"></div>
  <div id="ArcotIDClient"></div>
</form>

Text Content

Log in to Internet Banking

ICICI Bank Home
About Us
Customer Care
Find ATM/Branch

Mobile Banking
 * Personal Banking
 * Privilege Banking
 * Wealth Management
 * Private Banking
 * NRI Banking
 * Corporate Banking
 * Business Banking

You need to enable javascript in your browser. For details please click here.



Login to Internet Banking

User ID



Get User ID

OR

Registered Mobile Number



How to login? Watch iPlay demo


X




Login to Internet Banking

User ID



Get User ID

Password



Get Password

Start In

Bill Payment
Bill Payment
 * Bill Payment

Remember User Id

 Trouble logging in?

Login with Mobile NumberNeed Help?



Login to Internet Banking

Registered Mobile Number

1 7 7 20 27 30 31 32 33 34 36 39 40 41 43 44 45 46 47 48 49 52 53 54 55 56 57 57
58 60 61 62 63 64 65 66 81 82 84 86 90 91 92 93 94 95 98 212 212 216 218 220 221
222 223 224 224 226 227 228 229 230 231 233 233 234 234 235 236 238 238 240 242
245 245 246 247 248 248 250 250 252 252 253 255 256 256 256 258 258 260 261 261
263 263 264 266 266 266 267 268 290 291 297 297 299 299 345 350 351 352 353 355
356 356 357 359 359 371 372 373 373 376 376 376 378 381 381 386 387 389 420 421
423 473 500 501 503 503 505 506 508 508 509 590 592 593 594 595 596 597 597 598
670 670 671 672 674 674 675 676 679 679 680 681 682 683 683 685 687 687 687 689
691 692 767 809 850 852 853 855 856 869 876 880 886 960 961 962 963 964 965 966
967 968 971 972 973 974 975 976 977 988 993 994 995 996 998 1670 1670 1868 1868
1868 1868
91
 * 1
 * 7
 * 7
 * 20
 * 27
 * 30
 * 31
 * 32
 * 33
 * 34
 * 36
 * 39
 * 40
 * 41
 * 43
 * 44
 * 45
 * 46
 * 47
 * 48
 * 49
 * 52
 * 53
 * 54
 * 55
 * 56
 * 57
 * 57
 * 58
 * 60
 * 61
 * 62
 * 63
 * 64
 * 65
 * 66
 * 81
 * 82
 * 84
 * 86
 * 90
 * 91
 * 92
 * 93
 * 94
 * 95
 * 98
 * 212
 * 212
 * 216
 * 218
 * 220
 * 221
 * 222
 * 223
 * 224
 * 224
 * 226
 * 227
 * 228
 * 229
 * 230
 * 231
 * 233
 * 233
 * 234
 * 234
 * 235
 * 236
 * 238
 * 238
 * 240
 * 242
 * 245
 * 245
 * 246
 * 247
 * 248
 * 248
 * 250
 * 250
 * 252
 * 252
 * 253
 * 255
 * 256
 * 256
 * 256
 * 258
 * 258
 * 260
 * 261
 * 261
 * 263
 * 263
 * 264
 * 266
 * 266
 * 266
 * 267
 * 268
 * 290
 * 291
 * 297
 * 297
 * 299
 * 299
 * 345
 * 350
 * 351
 * 352
 * 353
 * 355
 * 356
 * 356
 * 357
 * 359
 * 359
 * 371
 * 372
 * 373
 * 373
 * 376
 * 376
 * 376
 * 378
 * 381
 * 381
 * 386
 * 387
 * 389
 * 420
 * 421
 * 423
 * 473
 * 500
 * 501
 * 503
 * 503
 * 505
 * 506
 * 508
 * 508
 * 509
 * 590
 * 592
 * 593
 * 594
 * 595
 * 596
 * 597
 * 597
 * 598
 * 670
 * 670
 * 671
 * 672
 * 674
 * 674
 * 675
 * 676
 * 679
 * 679
 * 680
 * 681
 * 682
 * 683
 * 683
 * 685
 * 687
 * 687
 * 687
 * 689
 * 691
 * 692
 * 767
 * 809
 * 850
 * 852
 * 853
 * 855
 * 856
 * 869
 * 876
 * 880
 * 886
 * 960
 * 961
 * 962
 * 963
 * 964
 * 965
 * 966
 * 967
 * 968
 * 971
 * 972
 * 973
 * 974
 * 975
 * 976
 * 977
 * 988
 * 993
 * 994
 * 995
 * 996
 * 998
 * 1670
 * 1670
 * 1868
 * 1868
 * 1868
 * 1868

Authenticate



Login with UserIdNeed Help?



Request in progress. Please do not close this window



Request in progress. Please do not close this window



Request in progress.... Please do not close this window



Digital Security:

https://infinity.icicibank.com has been verified by Entrust. The communication
of your private information from any address beginning with "https" is encrypted
and secured using SSL.



CUSTOMER SERVICE

Customer Care Numbers
Grievance Redressal

USEFUL LINKS

Get User ID|Ways To Bank |Online Banking|Savings Account|PPF| Personal Finance
Tools | Form Center |Gold Rate Today| Media Gallery|Credit Card

VISIT OTHER ICICI BANK SITES

ICICI Group | ICICI Foundation | ICICI Lombard General Insurance | ICICI
Securities | ICICI Prudential Life Insurance | ICICI Prudential AMC | ICICI
Venture | ICICI Direct | ICICI Home Finance | Erstwhile The Bank of Rajasthan |
Careers | Bahrain | Canada | Germany | Hong Kong | Russia | Singapore | Srilanka
| UK | US

OUR INITIATIVES

Safe Banking | Go Green
Terms & Conditions | Interest Rates | Service Charges & Fees | Do Not Call
Registry | Disclaimer | Multilingual Disclaimer | Code of Commitment | Group
Code of Business Conduct and Ethics | Basel II Disclosures | Notice Board | Use
of Unparliamentary Language by Customers | Privacy | USA Patriot Act
Certification

Select Value
Value
 * Select
 * Value

"+"Add Funds"+"






Your browser is not Javascript enabled. Please enable Javascript for enhanced
security.