
.aqua_logo{
     position: absolute;
    bottom: 365px;
    /*right: 175px;*/
    
    width: 35px;
    height: 35px;
     border-radius: 50%;
    border:1px solid grey;
}

.user_address::before{
    content: "";
    position: absolute;
    
    height: 20px;
    width:100%;
    background-color: #14131354;
    z-index: -1;;
    opacity: 0.4;
    
    
}
.hi_user{
    position: relative;bottom: 100px;
}

.user_address{
    width: 1000px;
}
/*@media screen and (min-width:991px){*/
/*    .aqua_logo{*/
/*        display: none;*/
/*    }*/
    
/*}*/