.header {
    margin-bottom: 18px;
}

.header::before {
    content: "";
    display: block;
    height: 20px;
}

.wrap::before {
    content: "";
    display: block;
    height: 10px;
}

.image_cont {
    background: #fff;
    float: left;
    min-height: 124px;
    overflow: hidden;
    padding: 0;
    width: 21.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_info {
    border-bottom: solid 12px #2f546c;
    float: right;
    min-height: 125px;
    width: 76%;
}

.header_title {
	width: 97%;
}

.wrap .title_section {
    color: #2f546c;
    float: left;
    font-size: 2.6rem;
    line-height: 1.2em;
    width: 63%;
}

.wrap .widget_section {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 30%;
}


.mobile_nav {
    display: none;
    margin-top: 20px;
    background-color: #fff;
}

.mobile_nav_li_a {
    text-decoration: none;
    padding: 6px;
}

.mobile_nav_li {
    list-style: none;
    color: #2f546c;
    font-size: 18px;
    text-transform: uppercase;
}

#widget_log>a {
    color: #fff;
}

#widget_log .links_a {
    align-items: center;
}

#signini {
    padding: 5px;
}

#widget_log {
    height: 40px;
    min-width: 120px;
    padding: 8px;
    background-color: #2f546c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

#widgets {
    width: 50px;
    height: 40px;
    background-color: #2f546c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flags {
    height: 25px;
    width: 25px;
    margin-right: 4px;
}

.fa-user,
.fa-user-plus,
.fa-facebook {
    font-size: 15px;
    color: #fff;
    text-decoration: none !important;
}

.wrap .search_section {
    float: right;
    width: 30%;
}

.wrap .search_section::before {
    content: "";
    display: block;
    height: 10px;
}

.search_form {
    display: flex;
}

.header__inp {
    border: none;
    border-right: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.search-button {
    padding: 10px;
    border: none;
    border-left: none;
    width: 25%;
    background-color: #2f546c;
}

.fa-search {
    color: #fff;
    font-size: 15px;
}

.links_a {
    text-decoration: none !important;
    display: flex;
    color: #fff;
}

.image_cont>a>p {
    display: none;
}

.widgets {
    display: none;
}

.menu_btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 5px;
}

.menu_btn>button {
    background-color: #2f546c;
    color: #fff;
    width: 80px;
    height: 40px;
    text-transform: uppercase;
}

.accordion_item {
    border-bottom: 1px solid #ddd;
    width: 90%;
}

.accordion_header {
    padding: 10px;
    cursor: pointer;
}

.accordion_content {
    padding: 10px;
    display: none;
}

.accordion_content p {
    margin: 0;
}

.mobile_nav .accordion_content > li {
	padding-top: 5px;
}

.accordion_item.active .accordion_header {
    background-color: #ddd;
}

.accordion_item.active .accordion_content {
    display: block;
	list-style: none;
	background-color: #ddd;
}

.mobile_nav_content {
    font-size: 18px;
    text-decoration: none;
    color: #2f546c;
    text-transform: uppercase;
}

.mobile_nav_li_a:hover {
    text-decoration: none;
}

.mobile_nav_li:hover {
    color: #5082a4;
}

.active {
    display: block;
}



/* .header__top {
    /* background-image: linear-gradient(to left, #3d7ddf, #1c4788); *
    display: flex;
    padding: 5px 0px 10px 0px;
    max-width: 73%;
    margin: 0 auto;
} */


/* .right_side {
    margin-right: 8%;
    width: 70%;
} */

#user_name {
    min-width: fit-content;
    cursor: pointer;
}


/* The navigation menu links */


/* .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
} */


/* Position and style the close button (top right corner) */

.links {
    width: 73%;
    display: flex;
    justify-content: flex-end;
    padding: 7px;
    margin: 0 auto;
}

.link__item {
    display: flex;
    margin-left: 20px;
    cursor: pointer;
}

.link__item__icon>i {
    color: #e9e9e9;
}

.links>strong {
    margin: 0 7px 0;
}

.link__item__text {
    width: max-content;
}

.link__item__text>p {
    color: #e9e9e9;
    margin-left: 7px;
}

@media screen and (min-width: 768px) {
    .mobile_nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header_right {
        display: none;
    }

    .header_info {
        display: none;
    }

    .menu_btn {
        display: block;
    }

    .image_cont {
        position: relative;
        width: 100%;
        justify-content: space-between;
    }

    .image_cont>a {
        padding-left: 15px;
        text-decoration: none;
    }

    .image_cont>a>p {
        display: block;
        color: #2f546c;
        font-size: 18px;
        padding-top: 8px;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .widgets {
        display: block;
    }

    .widget_section {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        border-bottom: solid 10px #2f546c;
        padding-bottom: 20px;
    }

    .leftIcon,
    .rightIcon {
        display: flex;
    }
}