
@media (max-width: 1024px){
    .navbar-custom {
        left: 0;
        padding: 0 10px;
        margin: 0px;
        }
        .logo{
            display: block;
        }
    
        .navbar-custom .logo {
            display: block;
        }

        .user-profile .pro-user-name1 {
           display: none;
        }


        .navbar-custom .button-menu-mobile1 {
            border: none;
            color: #adb5bd;
            display: block;
            height: 72px;
            line-height: 72px;
            width: 60px;
            background-color: transparent;
            font-size: 24px;
            cursor: pointer;
            /* margin-right: 45px; */
        }


        @include media-breakpoint-down(xs) {
        .navbar-custom{
            .page-title{
                display: block;
            }
        }
    }
}


.user-profile .pro-user-name1 {
    color: #4b4b5a;
    font-weight: 600;
}

