.footer-hub01-eo, .footer-hub01-mobile-eo{
    border-top: 0px;
    padding: 70px 15px;
    background: #f7f7f7;
    font-size: 14px;
}

.footer-hub01-eo .user-name img{
    width: 70px;
    height: 70px;
    margin-top: 26px;
    margin-right: 10px;
    border-radius: 100%;
}

.footer-hub01-mobile-eo .user-name img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
}


.footer-hub01-eo .user-name span, .footer-hub01-eo .user-name div{
    display: inline-block;
}

.footer-hub01-eo .user-name div{
    position: relative;
    top: -15px;
}

.footer-hub01-eo .navmenu ul,
.footer-hub01-mobile-eo .navmenu ul{
    list-style: none;
}

.footer-hub01-mobile-eo .navmenu ul{
    padding-left: 0;
}

.footer-hub01-eo .navmenu li, .footer-hub01-mobile-eo .navmenu li{
    padding: 10px 50px 10px 10px;
}

.footer-hub01-eo .footer-left-name{
    font-size: 16px;
}

.footer-hub01-eo p{
    margin-bottom: 0;
}

.footer-hub01-eo .navmenu{
    display: flex;
    border-left: 2px solid #8cabdb;
    border-right: 2px solid #8cabdb;
}

.footer-hub01-eo .social-media-eo{
    display:flex;
    flex-wrap: wrap;
}

.footer-hub01-eo .social-media-eo a,
.footer-hub01-mobile-eo .social-media-eo a,
.footer-hub01-eo .social-media-eo a:hover,
.footer-hub01-eo .social-media-eo a:focus,
.footer-hub01-mobile-eo .social-media-eo a:hover,
.footer-hub01-mobile-eo .social-media-eo a:focus {
    font-size: 2rem;
    color: white;
    text-align: center;
    background-color: #1051b9;
    border-radius: 50%;
    padding: 8px;
    text-decoration:none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-right: 2rem;
}

.footer-hub01-mobile-eo .footer-left-name{
    font-size: 20px;
}

.footer-hub01-mobile-eo .user-name div{
    margin: 20px 0 30px;
}

.footer-hub01-eo .social-media-eo span,
.footer-hub01-mobile-eo .social-media-eo span{
    color:#d0d0d0;
}

.footer-hub01-eo .social-media-eo a:hover span,
.footer-hub01-mobile-eo .social-media-eo a:hover span{
    color:#359a88;
}

.footer-hub02-eo{
    background: #151515;
    padding-bottom: 20px;
}

.footer-hub02-eo
.member-name {
    font-size: 13px!important;
    color: #f9f8f6;
}

.footer-hub02-eo .copyright {
    color: #f9f8f6;
    font-size: 13px;
    position: relative;
    top: 6px;
}

.footer-hub02-eo .copyright a {
    color: #367ae2;
    font-size: 13px;
}

.footer-hub02-eo  .allRights {
    float: left;
}

.footer-hub02-eo  .poweredby {
    float: right;
}

.footer-hub02-eo .privacy {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

@media (max-width:1199px){
    .footer-hub01-eo .user-name{
        text-align: center;
    }
    .footer-hub01-eo .user-name img{
        margin: 10px auto 0;
    }
    .footer-hub01-eo .user-name span, .footer-hub01-eo .user-name div {
        display: block;
    }
    .footer-hub01-eo .user-name div {
        top: 10px;
    }
}

@media (max-width: 1024px) {
    .footer-hub01-eo .navmenu li {
        padding: 10px 26px 10px 10px;
    }
}

@media (max-width: 991px) {
    .footer-hub02-eo .poweredby {
        text-align: left !important;
        width: 31%;
    }

    .footer-hub02-eo .flex-col-sm {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-hub02-eo .privacy {
        top: 0;
        width: 100%;
    }

    .footer-hub02-eo .allRights, 
    .footer-hub02-eo .poweredby {
        float: none;
    }

    .footer-hub02-eo .poweredby {
        width: 100%;
    }

    .footer-hub02-eo{
        padding-top:20px;
    }

    .footer-hub01-eo .navmenu ul{
        padding-left: 10px;
    }

    .footer-hub02-eo .copyright{
        top: 0;
    }
}

@media (max-width: 767px){
    /* .footer-hub01-mobile-eo {
        padding: 25px 15px;
    }

    .footer-hub01-mobile-eo .social-media-eo{
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #8cabdb;
    } */

    .footer-hub01-eo{
        padding: 50px 0 70px;
    }

    .footer-hub01-eo .social-media-eo a,
    .footer-hub01-eo .social-media-eo a:hover,
    .footer-hub01-eo .social-media-eo a:focus{
        font-size: 1.8rem;
        width: 40px;
        height: 40px;
        margin-right: 1rem;
    }

    .footer-hub01-eo .user-name img{
        margin: 0 auto;
    }

    .footer-hub01-eo .social-media-eo{
        justify-content: center;
        flex-wrap: nowrap;
    }

    .footer-hub01-eo .navmenu{
        border-top: 2px solid #8cabdb;
        border-bottom: 2px solid #8cabdb;
        border-left: none;
        border-right: none;
        margin: 3rem 0 1rem;
        padding: 1rem 0;
    }
}

@media (max-width: 350px){
    .footer-hub02-eo .container{
        padding-left: 0;
        padding-right: 0;
    }
}