



.subhiden{

 position: absolute;
 z-index: 5000;
 width: 33px  ;
 height: 33px  ;
 border: 0px ;
 background:  transparent;
 font-size: 0px;
 overflow: hidden;

}


.search-box{
	position: absolute;
	left: 100px;
	transform: translate(0%,-50%);
	background: #FF8C8C   ;
	height: 33px;
	border-radius: 50px;
	padding: 0px;
    color:  #000 !important;

}







.search-btn{
   	color:  #000 !important;
	float:left;
	width: 33px;
	height: 33px;
	border-radius: 0%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    border: 1px solid #ddd

}
.search-box:hover > .search-btn{
	background: white;
    color:  #888888 !important;
}


.search-txt{
	border:none;
	background: none;
	outline: none;
	float: right;
	padding: 0;
	color:  #000 !important;
	font-size: 11px;
	transition: 0.4s;
	line-height: 33px;
	width: 0;
      font-family: 'Vazir-FD' !important;

}





.search-box:hover > .search-txt{
	width: 160px;
    padding-right: 0px
}



.iconeeser{

  font-size: 18px;
  color: #fff

}


/*
  -----------------------------------------------------
*/


.placeholder  {

     color: #fff !important;

}







.form-control::-moz-placeholder {

  color: #fff !important;

  opacity: 1;

}







.form-control:-ms-input-placeholder {

  color: #fff !important;

}







.form-control::-webkit-input-placeholder {

  color: #fff !important;

}

















