#footer {
    border-radius: 100px 100px 0 0;
    margin-top: -90px;
}

#footer .socket{
    border-top:1px solid #e4e4e4;
}
#footer .socket .app-store{
    max-width:192px;
}
#footer .certification img{
    max-width:100px;
}

@media screen and (max-width: 1600px){
    #footer .android {
        margin-top:1rem;
    }
}

@media screen and (max-width: 768px) and (min-width: 510px){
    #footer .android {
        margin-top:0;
    }
}


@media screen and (min-width:992px){
    #footer .info-col {
      border-left: 5px solid #ECECEC;
    }
  }
  
  @media screen and (max-width:991px) and (min-width:768px){
    #footer .info-col-lg {
      border-left: 5px solid #ECECEC;
    }
  }