.footer_location{

}

 
.footer_location_content{

    background: #fff;
    left: -1px;
    width: 101%;
    position: absolute; 
}
.no_lca{
    color:#fff;
    text-align:center;
    color: #fff;
    font-size: 12px; 
}
.footer_location_content ul{
       width: 78%;
    margin: 0 auto;
padding:30px 0px;
}
.footer_location_content li{
    list-style:none;
    display:inline-block;
    width:25%;
}
.footer_location_content li a{
    display:inline-block;
    color:#fff;
    text-align:center;
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight:300 !important;
}
@media screen and (max-width: 767px) {
  .footer_location_content ul{
             width: 100%%;
            padding-top: 20px;
    }
    .footer_location_content li{
        width:100%;
        
    }
}
