#pfm-map-header {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  margin-bottom: 117px;

  max-width: 100%;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}


#pfm-map-header input[type="text"] {
  background: #D4DCE5;
  border-radius: 99px;
  padding: 14px 38px 14px;
  font-size: 22px;
  color: #3F5267;
  height: 59px;
  width: 452px;
  max-width: 100%;
  box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 16%);
  border: none !important;
  outline: none !important;
}
#pfm-map-header input[type="text"]::-webkit-input-placeholder { color: #3F5267; }
#pfm-map-header input[type="text"]:-ms-input-placeholder { color: #3F5267; }
#pfm-map-header input[type="text"]::placeholder { color: #3F5267; }

#pfm-map-header .full-portfolio-btn {
  background: #AD9C79;
  background: #025b49;
  border-radius: 99px;
  padding: 14px 38px 14px;
  font-size: 22px;
  color: #FFFFFF;
  height: 59px;
  width: 452px;
  max-width: 100%;
  box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 16%);
  border: none !important;
  outline: none !important;
}

#pfm-map-header .full-portfolio-btn img {
  vertical-align: -7px;
  margin-right: 7px;
}

#pfm-map-header #pfm-map-filters {
  position: relative;
}
#pfm-map-header #pfm-map-filters button {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  background-color: transparent;
  background-image: url(../img/search-icon.svg);
  background-size: cover;
  background-position: center;

  box-shadow: none !important;
}


#pfm-map-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 73px;

  max-width: 100%;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
#pfm-map-icons .pfm-map-icon {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3F5267;
}
#pfm-map-icons .pfm-map-icon img {
  margin-right: 13px;
}


#pfm-map {
  width: 100%;
  height: 500px;
}

@media (max-width: 1400px) {
  #pfm-map {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #pfm-map {
    height: 480px;
  }
}

#pfm-map .gm-style-iw.gm-style-iw-c,
#pfm-map .gm-style-iw-d {
  border-radius: 0;
  padding: 0;
}

#pfm-map #infowindow {
  padding: 50px 45px 40px 50px;
}

#pfm-map #infowindow h4 {
  font-size: 28px;
  margin-bottom: 23px;
}

#pfm-map #infowindow hr {
  background: #3F5267;
  margin-bottom: 25px;
}

#pfm-map #infowindow .statistic {
  display: flex;
}

#pfm-map #infowindow .statistic .st-title,
#pfm-map #infowindow .statistic .st-stat {
  width: 50%;
  font-size: 11px;
  margin-bottom: 15px;
}
