
header{
    width: 100%;
    height: 90px;
}
header .ps-life-head{
    background: #2C2C2C;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 11px 10px 10px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}

header .header-logo{
    display: inline-block;
    height: 47px;
    position: relative;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
}
header .header-logo img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
    display: inline-block;
}
header a.ps-life-logo{
    float: left;
    display: block;    
    width: 110px;
    margin: 0;
}
header a.ps-life-logo img{
    max-width: 100%;
    height: auto;
}

header .navbar-item{
    float: right;
    color: #fff;
}
a.navbar-toggler:hover, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active{
    background-color: transparent;
    color: #fff;
}

.navbar-collapse{
    display: none;
    position: absolute;
    top: 50px;
    right: 7px;
    color: rgb(68, 68, 68);
    background: rgb(255, 255, 255);
    border-radius: 2px;
    width: 210px;
    font-size: 14px;
    font-family: 'Work Sans';
    text-align: left;
    padding: 10px 0;
    box-shadow: 2px 5px 10px -2px #00000080;
}
#navbarSupportedContent:before {
    content: '';
    position: absolute;
    right: 13px;
    top: -15px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
}
.navbar-collapse ul li a{
    display: block;
    padding: 10px 15px !important;
}
.navbar-collapse.show{
    display: block;
}

@media (max-width: 767px){

    header{
        height: 80px;
    }
    header a.ps-life-logo{
        width: 70px;
        margin-left: -5px;
        margin-top: 7px;
    }
    header .header-logo{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px;
        top: 0px;
        height: 33px;
        bottom: 0;
        text-align: center;
    }
    header .navbar-item{
        margin-right: -10px;
        padding: 5px 0 0;
    }
    header .ps-life-head{
        height: 80px;
    }
    header .ps-life-head .wrapper-bigger{
        width: 95%;
    }
    header .header-logo img{
        margin-left: 10px;
    }
}
