.gtb-bg {
    margin-bottom: 0;
    /*margin-bottom: 5px;*/
}

/*nav item style*/
.dchl_top_menu > li {
    background-color: #F0F0F0;
}
.dchl_top_menu > li.dtm-bg-none {
    background-color: inherit;
}
/*last nav item style*/
.menu-bg-blue {
    background-color: #0068A6 !important;
}
.dchl_top_menu .menu-bg-blue a {
    color: #ffffff;
}

/*nav link style*/
.dchl_top_menu a {
    font-weight: normal;
    font-size: 0.75rem;
    padding: 0 15px !important;
    margin: 8px 0;
}
.dchl_top_menu a:hover {
    text-decoration: underline;
}
.dchl_top_menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

/*search icon*/
.dchl_top_menu .e-search-bar {
    color: #0068A6;
    font-size: 0.75rem;
    cursor: pointer;
}
.dchl_top_menu .e-search-bar span::before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    content: "\f002";
    margin-right: 5px;
}

.dchl_top_menu .e-search-bar.active {
    display: none;
}

/*search bar field*/
.dt_search_bar {
    display: none;
}
.dt_search_bar_inner {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
}
.dt_search_bar_inner .form {
    height: 34px;
}
.dt_search_bar_inner .form input {
    height: 33px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dt_search_bar_inner .ico-fa-search {
    position: relative;
    top: -27px;
    left: 230px;
    font-size: 0.75rem;
    color: #0068A6;
    font-weight: 400;
    cursor: pointer;
}

/*login icon*/
.dchl_top_menu .login-icon::before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 900; /* Use 900 for solid icons, 400 for regular */
    content: "\f2f6";
    margin-right: 5px;
}

.dchl_top_menu .con-us-icon::before,
.dchl_top_menu .sen-us-icon::before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 200;
    margin-right: 8px;
    font-size: 20px;
    width: 20px;
    display: inline-block;
}
.dchl_top_menu .con-us-icon::before {
    content: "\f095";
}
.dchl_top_menu .sen-us-icon::before {
    content: "\f0e0";
}

.dchl_top_menu .cpwpm-icon::before,
.dchl_top_menu .vision-icon::before,
.dchl_top_menu .den-cov-icon::before,
.dchl_top_menu .doc-dir-icon::before,
.dchl_top_menu .hea-den-car-icon::before,
.dchl_top_menu .tax-icon::before {
    font-family: "Font Awesome Kit";
    font-weight: 900;
    margin-right: 8px;
    font-size: 20px;
    width: 20px;
    display: inline-block;
}
.dchl_top_menu .cpwpm-icon::before {
    content: "\e011";
}
.dchl_top_menu .vision-icon::before {
    content: "\e02a";
}
.dchl_top_menu .den-cov-icon::before {
    content: "\e020";
}
.dchl_top_menu .doc-dir-icon::before {
    content: "\e021";
}
.dchl_top_menu .hea-den-car-icon::before {
    content: "\e01e";
}
.dchl_top_menu .tax-icon::before {
    content: "\e029";
}

/*border right*/
.dchl_top_menu li:not(:first-child):not(:last-child) a {
    border-right: 1px solid #d2d2d2;
}

/*border radius*/
.dchl_top_menu li:nth-child(2) {
    border-bottom-left-radius: 6px;
}
.dchl_top_menu li:last-child {
    border-bottom-right-radius: 6px;
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .dchl_top_menu .login-icon::before {
        margin-right: 8px;
        font-size: 20px;
        width: 20px;
        display: inline-block;
    }
}