.marker-col{
  border:1px solid #E5E3DF;
  padding:10px;
  height: 400px;

  overflow: auto;
}
@media(max-width:786px){
  .marker-col{
    margin-bottom: 10px;
  }
}

.text-right{
  text-align: right;
}
.text-right input{
  margin-left: 5px;
  margin-right: 10px;
}
.text-right label:last-child input{
  margin-right: 0;
}
.pxp_map_wrapper h3{
  font-size:20px;
  font-weight: bold;
  margin:0;
}
.pxp_map_wrapper p{
  font-size: 16px;
}
.pxp_map_wrapper h5{
  font-size: 16px;
  font-weight: 600;
}
#pxp_zip{
  width:100%;
  padding-left: 25px;
  border:1px solid #E5E3DF;
}
.pxp_marker{
  border-bottom:1px solid #E5E3DF;
  margin-bottom:10px;
  cursor: pointer;
}
.pxp_marker:last-child{
  border-bottom:0;
  margin-bottom: 0;
}
.pxp_marker.hidden{
  display:none;
}
.pxp_search_icon{
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 20;
  transform: translateY(-50%);
}
