.header {
    background-color: #ffffff;
}

@media only screen and (max-width: 1023px){
.header__logo {
    top: 0 !important; background-color: #ffffff; border-bottom:1px solid #d9d9d9;
}
.header__menu{
    background:#091372 !important;
}
.header__menu .line-1, .header__menu .line-2, .header__menu .line-3{
    background:#ffffff !important;
}

}

@media only screen and (min-width: 1024px){
    .header__logo {
        top: 0 !important; background-color: #ffffff;
    }
    }

.header__logo a {
    background: url(../imgs/common/cv_logo_new.jpg) no-repeat center center !important;
}

.f-company__logo a {
    background: url(../imgs/common/cv_logo_new.jpg) no-repeat center center !important;
}

.h-utilityNav {
    background: #333333 !important;
}

.h-utilityNav__list {
    background: #333333 !important;
}

.h-mainNav {
    background: #ffffff !important;border-bottom:1px solid #d9d9d9;
}

.h-mainNav__list li{
    background-color: #091372 !important;
    }

.header__logo a{
    width:23.7rem !important;
}

.f-company__logo a{
    width:23.7rem !important;
}

.f-qa{
    display: none;
}