.serach-map{
  border: none;
  margin-bottom:20px;
}
.serach-map input {
  padding: 10px;
  padding-left:0px;
  float: right;
  width: 90%;
  border-top-right-radius:55px;
  border-bottom-right-radius:55px;
  border-left: none;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  margin-left:0px;
}
.serach-map button {
  float: right;
  width: 10%;
  padding: 5px;
  padding-right:0px;
  background: #E2E6ED;
  color: #E11D48;
  cursor: pointer;
  border:0;
  margin-right:0px;
  border-top-left-radius:55rem;
  border-bottom-left-radius:55rem;
}
.serach-map button:hover {
  color: #F98714;
}
.serach-map::after {
  content: "";
  clear: both;
  display: table;
}