.col-md-12{
    width: 100%;
}
.col-md-6{
    width: 50%;
}
.map_main_div{
    display: flex;
}
#addresses{
    max-height: 360px;
    overflow-y: scroll;
    padding-right: 80px;
}
#addresses ul{
    padding: 0px;
}
#addresses ul li{
    list-style: none;
    padding: 10px 0px;
    border-bottom: solid 1px #707070;
}

.col-md-6.location_fields {
    padding-right: 50px;
}
#locationInp{
    border-radius: 50px;
}
input#geocode{
    width: 100%;
    border-radius: 50px;
    margin: 20px 0px;
}

@media only screen and (max-width: 600px) {
  .col-md-6{
    width: 100%;
}
.map_main_div{
    display: inline-block;
}
#map {
    height: 40vh;
    width: 100%;
}
.col-md-6.location_fields{
    padding: 10px;
}
}