.ova_wrap_search_all.type1 form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ova_wrap_search_all.type1 form {
    display: block;
  }
}
.ova_wrap_search_all.type1 form .wrap_field {
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  margin-right: 20px;
}
.ova_wrap_search_all.type1 form input.search-field {
  border: none;
  height: 60px;
}
.ova_wrap_search_all.type1 form input.search-field::-webkit-input-placeholder {
  /* Edge */
  color: #62718d;
}
.ova_wrap_search_all.type1 form input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #62718d;
}
.ova_wrap_search_all.type1 form input.search-field::placeholder {
  color: #62718d;
}
.ova_wrap_search_all.type1 form i {
  color: #aab1bd;
}
.ova_wrap_search_all.type1 form button {
  border: none;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ova_wrap_search_all.type1 form button {
    width: 100%;
    margin-top: 15px;
  }
}
.ova_wrap_search_all.type2 form {
  display: flex;
}
.ova_wrap_search_all.type2 input {
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: 50px;
  padding-left: 20px;
}
.ova_wrap_search_all.type2 input::-webkit-input-placeholder {
  /* Edge */
  color: #62718d;
}
.ova_wrap_search_all.type2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #62718d;
}
.ova_wrap_search_all.type2 input::placeholder {
  color: #62718d;
}
.ova_wrap_search_all.type2 button {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  transform: rotateY(180deg);
  outline: 0;
  white-space: nowrap;
}
.ova_wrap_search_all.type2 button i:before {
  margin-left: 0;
}
.ova_wrap_search_all.type3 form {
  display: flex;
}
.ova_wrap_search_all.type3 input {
  border: 1px solid #e5e5e5;
  height: 50px;
  padding-left: 20px;
  border-right: none;
}
.ova_wrap_search_all.type3 input::-webkit-input-placeholder {
  /* Edge */
  color: #62718d;
}
.ova_wrap_search_all.type3 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #62718d;
}
.ova_wrap_search_all.type3 input::placeholder {
  color: #62718d;
}
.ova_wrap_search_all.type3 button {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
  border-right: none;
  background: none;
  cursor: pointer;
  transform: rotateY(180deg);
  outline: 0;
  white-space: nowrap;
}
.ova_wrap_search_all.type3 button i:before {
  margin-left: 0;
}