        .btn-square {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sub_mit {
    background: #f23534;
    padding: 6px 16px;
    font-size: 12px;
    border: 1px solid #f23534;
        text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
        border-radius: 50px;
        
    transition: all 0.3s linear;

}
#contact_reset {
        font-size: 12px;
    background: transparent;
    border: none;
}
 .page-subheading {
    padding-left: 0px;
    border: none;
    margin: 14px 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
    margin: auto;
}
#contact_form_map ul.store_info {
    list-style: none;
    font-style: normal;
    color: #696969;
}
#contact_form_map ul.store_info i {
    display: inline-block;
    width: 30px;
    line-height: inherit;
    font-size: 18px;
}
