            .profile-left-section
            {
                padding: 0 9px;
                width: 15%;
                position: sticky;
                top: 0;
                height: 100vh;
                overflow-y: auto;
            }
            .profile-left-section div
            {
                text-align: center;
                margin-top: 33px;
            }
             .profile-left-section div a
            {
                font-size: 14px;
                color: #0078b3 !important;
                line-height: 25px;
                margin-top: 25px;
                transition: .4s ease;
            }
             
            .profile-left-section div a i
            {
                font-size: 30px;
            }
             .profile-left-section div a:hover
            {
                text-decoration: none;
                color: #7f8080 !important;
                transition: .6s ease;
            }
.reg_footer
{
    display: block;
    width: 100%;
    background: #000;
    padding: 1em;
    margin:40px auto;
    color: #fff;
    text-align: center;
}
.reg_footer p
{
    font-size: 14px;
}
.right-side-logo
{
    width: 75%;
}