section.inner-banner {
    margin-top: 70px;
}
.inner-banner img {
    width: 100%;
}
.store-sec {
    padding: 40px 0;
}
h2.text-heading {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
}
p.lg-text {
    font-size: 18px;
    padding: 10px 0px;
}
.row.stores {
    padding-top: 30px;
}
.stores .title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 10px 0 15px 42px;
    background: url(../img/icon-store.png) no-repeat 0 8px;
}
.stores label {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.stores .submit {
    text-align: center;
}
.stores input {
    width: 100%;
    padding: 10px;
    background: #e9eae5;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    min-height: 60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.stores .submit input {
    width: auto;
    border: none;
    background: #fa6e36;
    color: #fff;
    font-size: 20px;
    min-height: 50px;
    font-weight: 200;
    border-radius: 5px;
    margin: 15px auto 0;
}
.stores form {
    margin-bottom: 20px;
}
.stores .locations {
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    margin-top: 25px;
    max-height: 290px;
    overflow-y: auto;
}
.stores .locations ul {
    margin: 0;
    padding: 0;
}
.locations ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 15px;
    border-bottom: dashed 1px #ddd;
}
.locations ul .num {
    background: #f16435;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: solid #ca3200;
    border-width: 1px 1px 0;
    width: auto;
    height: 15px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    position: relative;
    float: left;
    top: 10px;
    margin-right: 14px;
}
.locations ul .num:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #f16435;
    border: 1px solid #ca3200;
    position: absolute;
    top: 7px;
    left: 1px;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.locations ul .finded-content {
    float: left;
    width: 85%;
}
.locations ul .finded-content .store-name a{    
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}
.locations ul .finded-content .store-desc {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #5e5e5e;
    margin-bottom: 5px;
}
.map-sec {
    border: solid 1px #ddd;
    border-radius: 5px;
}
@media screen and (max-width:639px){
    #map {
        overflow: auto!important;
        /* position: static!important; */
        height: 400px;
        width: 100%;
        order: 0;
        margin-top: 20px;
    }   
}