.searchbox .form{width: 50%;  margin: auto;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  display: block;  height: 45px;}
@media screen and (max-width:667px){
.searchbox .form{width: 90%;}

}
