/*----new-----*/
.search-container1 input
{
  position:relative;
  -webkit-transform:translate(0%,0%) !important;
  width:40px;
  height:35px;
  border-style:none;
  border-radius:0px;
  padding:0px;
  padding-left:40px;
  background-color:#636363;
  border:0px !important;
  outline:none;
  transition-duration:500ms;
  cursor:pointer;
   background-image:url(search-icon.png);
  background-repeat:no-repeat;
  font-size:14px;
  color:transparent;
  overflow:hidden;
}
.search-container1 input:focus
{
  -webkit-transform:translate(0%,0) !important;	 
  width:240px;
  cursor:text;
  padding-left:48px;
  color:#000000;
  border:0px !important;
}



/*----new-----*/