.lh-logo-content{
    background-image: url("head_logo.svg");
    background-position: -20px -5px;
    background-size: 405px auto;
    background-repeat: no-repeat;
    height: 125px;
    margin-left: 0px;
    width: 420px;
}

.lh-logo-footer{
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

@media screen and (max-width: 640px) {
    .lh-logo-content {
        background-size: 240px auto;
        height: 80px;
        width: 240px;
        background-position: -10px -5px;
    }
    .header-container {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 0%, #ffffff 47%, #0071a3 100%) repeat scroll 0 0;
    }

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #8f8f90 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #efefef !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }

    .header-container-logo {
        width: auto;
    }
}

@media screen and (max-width: 460px) {
    .lh-logo-content {
        background-size: 150px auto;
        height: 60px;
        width: 150px;
        background-position: 0px 0px;
    }
}
