#header {
    background: #06284b;
    padding: 0;
    width: 100%;
    font-family: "Inter";
}

@media only screen and (max-width: 1210px) {
    #header {
        position: initial;
    }
    
    #header .header-tab-cont {
        justify-content: center;
    }
}

.cc_banner-wrapper {
    display: none;
}

.header-tab-cont {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}
.header-tab {
    padding: 23px 15px;
}

.header-tab img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.header-tab span {
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin-left: 10px;
}

.header-tab:hover {
    background:#007b9d;
}

.header-tab.active {
    background: white;
}

.header-tab.active span {
    color: #06284b;
    font-weight: 400;
}

.header-tab > a {
    text-decoration: none;
}

.navbar-right-links a {
    padding: 0 15px;
    color: #00c7d4;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.navbar-right-links a:hover {
    color: #ffcd00 !important;
}
