*{
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
  Helvetica, Arial, sans-serif !important;
}
#selectbar {
  display: flex;
  margin: 30px 100px;
}
#selectbar input {
  display: none;
}
#selectbar .sel_radiobox1,
.sel_radiobox2,
.sel_radiobox3 {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 4px solid rgb(19, 146, 19);
  box-sizing: border-box;
}
#selectbar .sel_hori_line1,
.sel_hori_line2 {
  width: 200px;
  height: 1.5px;
  margin-top: 15px;
  margin-left: 0.2px;
  background-color: gray;
}
#search_box_cont {
  margin-left: 100px;
}
#search_box_cont h1 {
  font-weight: 500;
  font-size: 27px;
  color: rgb(61, 70, 87);
}
#search_box_cont #sel_start {
  display: flex;
}
#sel_start #city_sel {
  border: 2px solid greenyellow;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 40px;
}
#sel_start #sele_st_loca {
  width: 370px;
  height: 40px;
}
#sel_start #sele_st_loca h3 {
  font-weight: 400;
  color: grey;
  margin: 7px 3px;
}
#locate_btn {
  border: grey;
  cursor: pointer;
  color: grey;
  font-size: 9px;
  width: 70px;
}
#locate_btn .div_locate > img {
  width: 13px;
  height: 13px;
  margin-top: 0%;
  margin-bottom: 5px;
}
.locate_par {
  font-size: 10px;
}
#showmap_btn {
  border: none;
  background: none;
}
#showmap_btn a {
  color: grey;
}
#city_sel select {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  box-sizing: border-box;
  padding: 5px;
  box-sizing: border-box;
}
#drop_diff_city {
  display: flex;
  margin: 30px 100px;
}
#drop_diff_city .center {
  margin-left: 25px;
}
#diff_city_check[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 15px;
  appearance: none;
  background: rgb(223, 220, 220);
  outline: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  /* transition: 0.5s; */
}
#diff_city_check:checked[type="checkbox"] {
  background-color: rgb(72, 185, 72);
}
#diff_city_check[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -3px;
  left: 0;
  background-color: white;
  transform: scale(1.2);
  transition: 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#diff_city_check:checked[type="checkbox"]::before {
  left: 20px;
}
.diff_city_para {
  font-family: "Trebuchet MS", sans-serif;
  color: #323a44;
  font-size: 18px;
}
#popular_pick {
  margin-left: 100px;
}
#popular_pick button {
  color: rgb(61, 70, 87);
  display: block;
  margin: 10px 0px;
  width: 150px;
  height: 30px;
  background: none;
  border: none;
}
#popular_pick p:first-child {
  color: black;
}
#input_sel_st {
  width: 100%;
  height: 110%;
  box-sizing: border-box;
  border-left: none;
  border-top: 2px solid greenyellow;
  border-right: 2px solid greenyellow;
  border-bottom: 2px solid greenyellow;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/*hidden things on select*/
#sel_start2 {
  display: none;
  margin-left: 100px;
}
#sel_start2 #city_sel2 {
  border: 2px solid greenyellow;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 40px;
}
#sel_start2 #sele_st_loca2 {
  width: 370px;
  height: 40px;
}
#sel_start2 #sele_st_loca2 h3 {
  font-weight: 400;
  color: grey;
  margin: 7px 3px;
}
#locate_btn2 {
  border: grey;
  cursor: pointer;
  color: grey;
  font-size: 9px;
  width: 70px;
}
#locate_btn2 .div_locate2 > img {
  width: 13px;
  height: 13px;
  margin-top: 0%;
  margin-bottom: 5px;
}
.locate_par2 {
  font-size: 10px;
}
#showmap_btn2 {
  border: none;
  background: none;
}
#showmap_btn2 a {
  color: grey;
}
#city_sel2 select {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  box-sizing: border-box;
  padding: 5px;
  box-sizing: border-box;
}
#input_sel_st2 {
  width: 100%;
  height: 110%;
  box-sizing: border-box;
  border-left: none;
  border-top: 2px solid greenyellow;
  border-right: 2px solid greenyellow;
  border-bottom: 2px solid greenyellow;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#deta_Airport {
  display: flex;
  margin-top: 12.5vh;
  margin-left: 0%;
  padding: 20px 50px;
  background-color: rgb(248, 248, 248);
}
#air_para {
  font-size: 16px;
  color: rgb(69, 71, 82);
}
.airport_btn {
  width: 17vw;
  margin: 0 20px;
  background: none;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(69, 71, 82);
  border-color: rgb(69, 71, 82);
}
#zoom_air_work {
  margin-left: 20vw;
  cursor: pointer;
  color: rgb(69, 71, 82);
}
#last_nav {
  display: flex;
  background-color: rgb(65, 79, 94);
  height: 100px;
}
#start_div_fo {
  background-color: rgb(51, 65, 79);
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  width: 18vw;
}
#start_div_fo > div {
  color: #bdbdbd;
  font-weight: 500;
  font-family: sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
#st2_divin {
  font-size: 12px;
  font-style: italic;
}
#next_btn {
  margin-left: 60vw;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  background: rgb(155, 155, 155);
  color: white;
  border: 2px solid rgb(155, 155, 155);
  box-sizing: border-box;
  font-size: 18px;
}
