@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
  font-family: "Source Sans 3", sans-serif;
  font-size: 100%;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: "Source Sans 3", sans-serif;
    font-size: 100%;
  }
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.title-type {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.title-content {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
#map-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
}
#map {
  width: 100%;
  height: 100%;
}
.map-sidebar-content {
  padding: 10px 0;
}

.map-sidebar-content img {
  vertical-align: middle;
  margin-right: 10px;
}
.city-list {
  display: none;
  margin-bottom: 10px;
}
#map-sidebar {
  position: fixed;
  z-index: 10;
  width: 350px;
  height: 100%;
  left: 0;
  top: 50px;
}
#sidebarTopMenu {
  background-color: #080B7B;
  padding: 20px 20px 10px 20px;
  border-radius: 7px 7px 0 0;
  margin-left: 20px;
}
#sidebarTopMenu h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 10px 20px 0;
}
.locate-title {
  color: #fff;
}
#sidebarBottomMenu {
  background-color: #080B7B;
  color: #fff;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 0 0 7px 7px;
}
#sidebarBottomMenu  h3 {
  padding: 0 0 0 20px;
}
#sidebarBottomMenu .map-sidebar-info {
  position: relative;
}
#sidebarBottomMenu .map-sidebar-info:not(first-child):before {
  content: '';
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  display: block;
  position: relative;
  opacity: 0.5;
}
.address {
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}
.address-info,
.address-tel,
.address-email {
  position: relative;
}
.address-info:before {
  content: '';
  background: url('../img/white-pin.png') no-repeat;
  width: 11px;
  height: 14px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 3px;
}
.address-info span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.address-pic {
  margin-top: 10px;
}
.address-position {
  color: #C9D2DB;
  font-size: 10px;
}
.address-tel {
  margin-top: 10px;
}
.address-tel:before {
  content: '';
  background: url('../img/phone.png') no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 3px;
}
.address-tel span {
  display: inline-block;
  padding-left: 15px;
}
.address-fax {
  margin-top: 10px;
  position: relative;
}
.address-fax:before {
  content: '';
  background: url('../img/fax.png') no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1px;
}
.address-fax span {
  display: inline-block;
  padding-left: 20px;
}
.address-email {
  margin-top: 10px;
}
.address-email:before {
  content: '';
  background: url('../img/email.png') no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 5px;
}
.address-email span {
  display: inline-block;
  padding-left: 20px;
  word-break: break-word;
}
.options-area label {
  width: 150px;
  display: inline-block;
  padding: 0 0 10px 0;
}
.options-area label span {
  font-size: 13px;
}
.state-part {
  margin-bottom: 10px;
  margin-top: 15px;
}
.state-part select,
.city-list select {
  padding: 5px; 
  font-size: 14px;
  width: 100%;
}
.gm-style .gm-style-iw {
  max-width: 200px;
}
.marker-icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
label.checkbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
label.checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #dbdad4;
}
label.checkbox input[type="checkbox"] + span > span.tick {
  display: block;
  position: absolute;
  z-index: 100;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  opacity: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/tick-green_03.png');
  background-size: 17px;
  background-position: 2px 4px;
}
label.checkbox input[type="checkbox"]:checked + span > span.tick {
  opacity: 1;
  transition: all 700ms ease 0s;
}
#sidebarBottomMenu .load-img {
  display: none;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
}
.code-text {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-weight: bold;
}
.direction-text {
  font-size: 14px;
  margin-top: 10px;
}
.waze-google {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  #map-sidebar {
    left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  #map-sidebar {
    width: 250px;
    position: absolute;
  }
  #sidebarBottomMenu {
    max-height: 250px;
  }
  #map-wrapper {
    height: 270px;
  }
}

@media only screen and (max-width: 640px) {
  #map-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }
  #sidebarTopMenu {
    margin: 0;
  }
  #sidebarBottomMenu {
    max-height: 270px;
    margin: 0;
  }
  .options-area label {
    width: 145px;
  }
  #map {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .options-area label {
    width: 135px;
  }
}