#myInput {
  width: 50%;
}
#submit_input {
  width: 9%;
}
#root_location {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: scroll;
  padding-top: 40px;
}
.main_search_div {
  justify-content: center !important;
}
#root_location::-webkit-scrollbar {
  height: 8px;
  width: 4px;
  background: gray;
  border-radius: 10px;
}
#root_location::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#root_location::-webkit-scrollbar-thumb {
  background: #888;
}
#root_location::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#root_location::-webkit-scrollbar-thumb:horizontal {
  background: #f9abae;
  border-radius: 10px;
}
.filter_data {
  width: 22%;
  flex-shrink: 0;
  margin: 0 15px;
  background-color: #f5f5f5;
  padding: 0 0px 0px;
  min-height: 220px;
  margin-bottom: 15px;
  box-shadow: 0 0 12px -4px #000;
  position: relative;
  padding-bottom: 40px;
}
.filter_data a {
  text-decoration: none;
}
.filter_data h3 {
  color: #ccc !important;
  background-color: #65545c;
  padding: 15px;
  margin-top: 0;
  font-size: 20px;
}
.filter_data h3:hover {
  color: #ffffff !important;
  background-color: #bb787b;
  transition: 0.5s;
}
.context_text {
  padding: 15px 15px 0;
}
.text_align_right {
  position: absolute;
  left: 15px;
  bottom: 12px;
}
.text_align_right a {
  border: 1px solid #a64145;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  color: #a64145;
}
.gm-style-iw-d div div .filter_data {
  width: 300px !important;
  margin: 0;
  height: 0;
}
.gm-style-iw gm-style-iw-c {
  width: 315px !important;
  max-width: 315px !important;
  height: auto !important;
}
.gm-style .gm-style-iw-c {
  padding: 0;
}
.gm-style .gm-style-iw {
  font-size: 14.5px !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
  max-height: unset !important;
}
@media only screen and (max-width: 767px) {
  #myInput {
    width: 60%;
  }
  #submit_input {
    width: 23% !important;
  }
  .filter_data {
    width: 65%;
  }
  .main_search_div {
    justify-content: start !important;
  }
  .gm-style-iw-d div div .filter_data {
    width: auto !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #root_location {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: scroll;
    padding-top: 0 !important;
  }
  #root_location::-webkit-scrollbar {
    height: 8px;
    width: 4px;
    background: gray;
    border-radius: 10px;
  }

  #root_location::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  #root_location::-webkit-scrollbar-thumb {
    background: #f9abae;
  }

  #root_location::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  #root_location::-webkit-scrollbar-thumb:horizontal {
    background: #f9abae;
    border-radius: 10px;
  }
}
