.navbar {
  background-color: #f1f1f1;
  padding: 10px;
}
.logo {
  width: 250px;
}
.svgmap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  overflow-x: hidden;
}

#svg .st0 {
  fill: #7798bb;
  stroke: #ffffff;
  stroke-width: 1.01;
  stroke-miterlimit: 2.64;
  stroke-opacity: 0.5;
}
#svg .st1 {
  fill: #ffffff;
}
#svg .st2 {
  font-family: arial;
}
#svg .st3 {
  font-size: 5px;
}
#svg .st4 {
  enable-background: new;
}
#svg .st5 {
  fill: none;
  stroke: #000000;
  stroke-width: 0.99;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2.64;
}
.svgmap .city text {
  cursor: pointer;
}
#svg .city.show .st0 {
  fill: #003a6f;
}

.map-detail {
  margin-bottom: 100px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}

.map-detail .accordion-body,
.map-detail .accordion-button,
.map-detail .accordion-button:not(.collapsed) {
  background-color: #f1f1f1;
}
.map-detail .accordion-item {
  margin-bottom: 15px;
  border-radius: 0;
}
.map-detail .accordion-item:not(:first-of-type) {
  border-top: solid 1px #dee2e6;
}
.map-detail .accordion-button {
  font-weight: 700;
  font-size: 18px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.map-detail .rowname {
  font-weight: 700;
}
.info-address {
  margin-top: 15px;
}
.selectcity {
  width: 180px;
  margin-bottom: 10px;
}
.selectcity label {
  width: 100%;
}
.selectcity select {
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border: solid 1px #c1c1c1;
  height: 35px;
  color: #000;
}

.mapwrap {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

#map-instructions {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9999;
  max-width: 90%;
  text-align: center;
  line-height: 1.4;
  pointer-events: none;
  /* don't block clicks */
}

/* IMPORTANT: let JS handle touch gestures */
#my-svg,
#my-svg svg {
  touch-action: none;
  -ms-touch-action: none;
  width: 100%;
  height: 100%;
  display: block;
}

.mapinfo .fusion-accordian .fusion-panel {
  background-color: #f1f1f1 !important;
  border: none !important;
}
.mapinfo .fusion-accordian .fusion-panel .panel-title {
  font-size: 18px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
  padding-right: 50px;
}
.mapinfo .fusion-accordian .fusion-panel .panel-title .fusion-toggle-heading {
  margin-left: 0;
}

.mapinfo .fusion-accordian .panel-title .fusion-toggle-icon-wrapper {
  position: absolute;
  right: 15px;
  left: auto;
}
.mapinfo .fusion-accordian .panel-title .fa-fusion-box,
.mapinfo .fusion-accordian .panel-title a:not(.active):hover .fa-fusion-box {
  background-color: #0088cb !important;
}
.mapinfo .fusion-accordian .panel-title a.active .fa-fusion-box {
  background-color: #003a6f !important;
}
.mapinfo .panel-body {
  color: #6f767c;
}
.mapinfo .panel-body tr td strong {
  font-weight: 500;
}
.mapinfo .panel-body tbody td {
  font-weight: 400;
  font-size: 18px;
}
.mapinfo .fusion-accordian .panel-title a.active {
  color: #003a6f !important;
}

.mapinfo .fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a {
  color: #0088cb !important;
}

@media only screen and (max-width: 767px) {
  .page-id-17219 #main,
  .page-id-5149 #main {
    padding: 0 30px;
  }
  .selectcity {
    width: 130px;
  }
  .mapwrap {
    overflow: auto;
  }
  #map-instructions {
    display: block;
  }

  #my-svg {
    width: 100%;
    height: 40vh;
    /* adjust height */
    overflow: hidden;
    touch-action: none;
    /* allow pan & pinch to be captured */
  }

  #my-svg svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .page-id-17219 .container,
  .page-id-5149 .container {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .page-id-17219 .fusion-content-tb .fullwidth-box,
  .page-id-17219 .fusion-content-tb .fullwidth-box .fusion-column-wrapper,
  .page-id-17219 .fusion-content-tb .fusion-column-wrapper,
  .page-id-5149 .fusion-content-tb .fullwidth-box,
  .page-id-5149 .fusion-content-tb .fullwidth-box .fusion-column-wrapper,
  .page-id-5149 .fusion-content-tb .fusion-column-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .mapinfo .panel-body tbody td {
    font-size: 16px;
  }
  .mapinfo .fusion-accordian .fusion-panel .panel-title {
    padding-left: 15px;
  }
  .mapinfo .panel-body {
    padding: 15px;
    overflow-x: auto;
  }
  .mapinfo .fusion-accordian .fusion-panel .panel-title a {
    padding: 15px 0 !important;
  }
  .page-id-17219 .fusion-builder-row .fusion-separator,
  .page-id-5149 .fusion-builder-row .fusion-separator {
    margin-top: 0 !important;
  }
}
