/* Locate Map Css Start Here */
.locate_map {
    padding: 60px 0;
}
.locate_map .heading h2 {
    font-size: 35px;
    text-align: center;
}
.locate_map .search_box .form-group {
    display: flex;
    width: 80%;
    margin: 30px auto 10px;
    position: relative;
}
.locate_map .search_box .form-group .form-control {
    border-radius: 0;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    -webkit-appearance: none;
    background-image: url("../img/arrow.PNG");
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: right;
    font-family: "Poppins";
}
.locate_map .listing {
    margin-top: 60px;
}
.locate_map .listing li {
    margin: 10px 0;
    list-style: none;
    text-align: left;
}
.locate_map .listing li a {
    color: #bb943c;
    font-size: 15px;
    text-decoration: underline;
}
/* Locate Map Css End Here */
