.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    box-shadow: 0px 1px 5px 0px #666;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}

.sub-navbar {
    box-shadow: none;
    background-color: transparent;
    position: absolute;
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo-img {
    height: 35px;
    /* width: 130px; */
    /* margin-right: 20px; */
}

.navbar-title {
    height: 1.8rem;
}

.navbar-logo-text {
    font-size: 0.8rem;
    color: #777;
}

.navbar-logo-title {
    height: 30px;
}

.callMe {
    display: flex;
    align-items: center;
}

.navbar-phone {
    height: 30px;
    margin-left: 5px;
}