.header-top {
    background: #FFFFFF;
}

.header-top .header-top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-top .header-top-left .logo img {
    width: 68px;
    display: none;
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-top .header-top-left .logo img {
        width: 68px;
        display: none;
        }
}

.header-top .header-top-right .top-track {
    background: #002395;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    margin-right: -5px;
    margin-left: -5px;
}

.header-top .header-top-right .language {
    position: relative;
    z-index: 5;
}

.header-top .header-top-right .language .lang-btn {
    position: relative;
    font-size: 12px;
    text-transform: none;
    color: #FFFFFF;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-top .header-top-right .language .lang-dropdown {
    position: absolute;
    top: 100%;
    width: 180px;
    background: #E6B800;
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
    transition: all 300ms linear;
}

.header-top .header-top-right .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
}

.header-top .header-top-right .top-track .lang-dropdown ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.header-top .header-top-right .top-track .lang-dropdown ul li a {
    font-size: 12px;
    color: #262626;
    font-weight: 600;
    text-transform: none;
}

.header-top .header-top-right .top-track .top-track-config {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .header-top-right .top-track .top-track-config a {
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.header-top .header-top-right .top-track .top-track-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search .nav-link {
    padding: 6px 15px;
    border: 1px solid #D9D9D9;
    border-radius: inherit;
}

@media (min-width: 576px) and (max-width: 767px ) {
    .header-search .nav-link {
        position: relative;
        top: 5px;
    }
}


@media (max-width: 576px) {

    .header-search {
        padding-top: 10px;
    }

    .header-search .nav-link {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 767px) {
    .header-top .header-top-right .top-track .top-track-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


.header-top .header-top-right .top-track .top-track-links a {
    font-size: 14px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .header-top .header-top-right .top-track .top-track-links a:not(:last-child) {
        margin-right: 44px;
    }

    .header-top .header-top-right .top-track .top-track-config a {
        margin-left: 10px;
    }
}

.header-top .header-top-right .bottom-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 10px 10px 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-top .header-top-right .bottom-track .form-inline {
        margin-top: 10px;
    }
}

.header-top .header-top-right .bottom-track .form-inline .form-control {
    width: 281px;
    margin-right: 0 !important;
    border-color: #D9D9D9;
    border-radius: inherit;
    border-right: none;
}

@media (max-width: 399px) {
    .header-top .header-top-right .bottom-track .form-inline .form-control {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top .header-top-right .bottom-track .form-inline .form-control {
        width: auto;
    }
}

.header-top .header-top-right .bottom-track .gov-wrapper h2 {
    font-size: 18px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.header-top .header-top-right .bottom-track .gov-wrapper h3 {
    font-size: 14px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
}

.header-top .header-top-right .bottom-track .gov-wrapper h4 {
    font-size: 14px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
}

.header-top .header-top-right .bottom-track button {
    border: 1px solid #D9D9D9;
    border-radius: inherit;
}

.header-top .header-top-right .bottom-track button:hover {
    background-color: #002395;
    border-color: #002395;
}

.header-top .header-top-right .bottom-track button:hover i {
    color: #FFFFFF;
}

.header-top .header-top-right .bottom-track button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 35, 149, .5);
}

.header-top .header-top-right .bottom-track i {
    color: #262626;
    font-size: 13px;
}

.header-bottom {
    margin-top: 10px;
}

.header-bottom .dropdown-toggle::after {
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: none !important;
    border-left: .3em solid transparent;
}

.header-bottom .hamburger-icon {
    margin-left: 10px;
}

.header-bottom .navigation {
    width: 100%;
    justify-content: space-between;
}

.header-bottom .navigation li.nav-item a {
    color: #262626;
    font-size: 14px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.header-bottom .navigation li.nav-item:last-child .dropdown-menu {
    left: auto;
    right: -16px;
}

.header-bottom .navigation li.nav-item:last-child .dropdown-menu {
    left: auto;
    right: -16px;
}

.header-bottom .navigation li.nav-item a:hover {
    color: #0052B4;
}

.header-bottom .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .header-bottom .dropdown-menu {
        border: none;
    }
}

.header-bottom .navigation li.nav-item a.dropdown-item {
    text-align: center;
}

@media (max-width: 991px) {
    .header-bottom .navigation li.nav-item a.dropdown-item {
        text-align: left;
    }
}

.header-bottom .navigation li.nav-item a.dropdown-item:active {
    background-color: transparent;
}

@media (min-width: 992px) {
    .header-bottom .navigation li.nav-item > a:hover:after {
        content: '';
        position: absolute;
        display: block;
        border-bottom: 2px solid #0052B4;
        width: 100%;
        bottom: -8px;
    }
}