
.footer-top .logo-footer img{width:auto; height:60px; border-radius:10px}
.footer-top .app-icon {display: inline-flex;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;}
.footer-top .app-icon img{height:30px; width:auto;}
.footer-top .app-icon:hover{background: #000; box-shadow: 1px 1px 6px;}  

.section-app-download{padding-bottom:0px; border-bottom:2px dotted #505050}
  
 .ui2-footer-top .section-app-download{border-bottom:none}  
 .ui2-footer-top .section-app-download{padding-bottom:3rem; position:relative}
.ui2-footer-top .inner-app{background-color:#808b8e; box-shadow:0px 0px 6px #0000004d;  padding:1.5rem; border-radius:10px 50px 20px 50px; color:#fff; position:relative}
.ui2-footer-top .inner-app p{color:#d5d5d5;}
.qr-code{background-color:#fff; padding:10px; border-radius:10px; width:100px; height:100px}
.ui2-footer-top .app-icon{width:160px; display:flex!important; align-items:center; justify-content:center}
.ui2-footer-top .icon{position:absolute; bottom:0px; right:0px; background-color:#4f5759; display:flex; width:50px; height:50px; border-radius:50%; padding:0.7rem}
.ui2-footer-top .icon img{width:100%; height:auto}

/*======== layout 3 =========*/
.footer-light .ui3-footer-top.footer-top{background-color:#eee}
.ui3-footer-top .section-app-download{border-bottom:none; padding-bottom:3rem; position:relative; display:flex; } 
.ui3-footer-top .inner-app{padding: 1.5rem;
    border-radius: 50%;
    color: #fff;
    position: relative;
    display: flex;
    text-align: center;
    border: 1px dashed #999;
    justify-content: center;
    align-items:center;
    width:240px;
    height:240px;
}
.ui3-footer-top .inner-app .content{display: flex;
    flex-direction: column;
    align-items: center;}
.ui3-footer-top .inner-app p{color:#d5d5d5; }
.ui3-footer-top .qr-code{background-color:#fff; padding:10px; border-radius:10px; width:100px; height:100px}
.ui3-footer-top .app-icon{width:160px; display:flex!important; align-items:center; justify-content:center}
.ui3-footer-top .icon{position:absolute; bottom:0px; right:0px; background-color:#4f5759; display:flex; width:50px; height:50px; border-radius:50%; padding:0.7rem}
.ui3-footer-top .icon img{width:100%; height:auto}