@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

.ja__headline {
  font-size: 1.981vw;
}

@media only screen and (max-width: 767px) {
  .ja__headline {
    font-size: 6vw;
  }
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autcomplete-xyz {
  position: relative;
  width: 300px;
}

.autcomplete1-xyz {
  position: relative;
}

.autcomplete_items-xyz {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width: 300px;
  background: white;
}

.autcomplete_items1-xyz {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width: 100px;
  background: white;
}

.autcomplete_div-xyz {
  border: 1px solid black;
}

.flex-container-autcomplete-xyz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input1-xyz {
  position: relative;
}

.input1-xyz > div {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width: 300px;
}

.input2-xyz {
  margin-left: 5px;
}

.button1-xyz {
  cursor: pointer;
  padding: 11px;
  font-size: 16px;
  border-radius: 0px;
  margin-left: 5px;
  float: left;
  border: 0px;
}

.auto1-xyz {
  float: left;
  margin-right: 3px;
  margin-left: 30%;
  position: relative;
}

.auto2-xyz {
  float: left;
  position: relative;
}

.clearFix-xyz {
  clear: both;
}

.autocomplete-items-div-xyz {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}

.autocomplete-items-div-xyz:hover {
  background-color: #e9e9e9;
}

.autocomplete-active-xyz {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.autocomplete-full-div-xyz {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
/*# sourceMappingURL=style.css.map */

/*===================responsive query===================*/

@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto1-xyz{
    margin-left:14% !important;
    margin-right: 0% !important;
  }
  .button1-xyz{
    margin-left: 1px;
  }
  input[type=text]{
    width: 95%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .auto1-xyz{
    margin-left:0% !important;
    margin-right: 0% !important;
  }
  .button1-xyz{
    margin-left: 1px;
  }
  input[type=text]{
    width: 95%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {}