#desktop-header {
    background: #1A2A32;
    /* margin-bottom: 45px; */
    height: 132px;
    padding-left: 25px;
    padding-right: 25px;
}

.logo.img-fluid {
    max-height: 40px;
    width: auto;
}

/* #desktop-header-container .row > .element {
    flex: 0 0 calc(15% - 1px);
} */

#desktop-header-container .row .element .tel,
#desktop-header-container .row .element span,
#language_selector a {
    color: #B6C7CF;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7143rem; /* 150% */
}

#desktop-header-container .row > .element.search {
    flex: 0 0 calc(55% - 1px);
}

#desktop-header-container .row > .element.follow {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    text-align: center;
}

#desktop-header-container .row {
    align-items: center;
}

#user_info {
    margin-top: 0 !important;
}

#user_info a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

#search-widget-mobile {
    background-color: #1A2A32;
}

#search_widget .form-search-control, #search-widget-mobile .form-search-control {
    border-radius: 16px;
    background: #313C44;
    border: 1px solid transparent;
    color: #B6C7CF !important;
}

#search_widget .form-search-control:hover {
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #1A2A32;
}

#search_widget .form-search-control:focus, #search-widget-mobile .form-search-control:focus {
    border: 1px solid white;
    background: #1A2A32;
    color: white !important;
}

#search_widget .form-search-control::placeholder, #search-widget-mobile .form-search-control::placeholder {
    color: #D0D5DD;
    font-style: italic;
}

#search_widget .input-group .search-btn, #search-widget-mobile .input-group .search-btn i {
    color: #B6C7CF !important;
}   

#search_widget {
    max-width: 100%;
}

#desktop-header-container .row .element:nth-child(1) {
    padding-right: .7143rem;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

#desktop-header-container .row .element:nth-child(4) {
    padding-left: .7143rem;
    padding-right: 0;
}

#desktop-header-container .row .element {
    padding-right: .7143rem;
    padding-left: .7143rem;
}

#desktop-header-container .row .divider {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

#desktop-header-container .row .divider span {
    display: block;
    width: 1px;
    height: 26.5px;
    background: rgba(182, 199, 207, 0.50);
}

.iqit-megamenu-container {
    display: flex;
    flex-direction: row;
    padding: 1.1429rem 1.7143rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 85.9px 0px rgba(0, 0, 0, 0.07);
}

.menu-item {
    display: flex;
    flex-direction: row;
    gap: 1.0714rem;
}

#iqitmegamenu-horizontal {
    background: white !important;
}

#cbp-hrmenu a {
    color: #6A7179;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7143rem;
    background: transparent !important;
    border-left: none;
    text-wrap: nowrap;
}

.cbp-horizontal .cbp-tab-title {
    padding-bottom: 5px;
    top: 2px;
}

.cbp-horizontal .cbp-tab-title:hover {
    border-bottom: 2px solid #E73443;
}

.sticky-desktop-wrapper {
    display: flex;
    align-items: center;
}

.menu-item .red-text {
    color: #640C00;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7143rem; /* 150% */
}

.menu-item .contact {
    color: #FFF !important;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7143rem; /* 150% */
    padding: .7143rem 1.2857rem;
    border-radius: 16px;
    background-color: #640C00;
}

.menu-item > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5714rem;
}

#header {
    position: sticky;
    top: -70px;
}

.cbp-horizontal .cbp-tab-title {
    font-weight: 500 !important;
}

.mobile-main-bar i {
    color: black;
}

#language_selector a {
    display: flex;
    align-items: center;
    gap: 5px;
}