header {
    padding: 30px 0 30px 0;
    font-size: .9em;
}

header .header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .secondary-menu ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    font-size: .8em;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

header .secondary-menu li {
    list-style-type: none;
    height: 100%;
    width: fit-content;
    position: relative;
}

header .secondary-menu li:not(.on):last-of-type,
header .secondary-menu li:last-of-type {
    padding-right: 0px;
    width: fit-content;
}

header .secondary-menu li a:link,
header .secondary-menu li a:visited,
header .secondary-menu li a:active {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0s;
    padding: 0 15px;
}

header .secondary-menu li a:hover,
header .secondary-menu li.on a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    padding: 0 15px;
}

header .secondary-menu ul li.login a:link,
header .secondary-menu ul li.login a:visited,
header .secondary-menu ul li.login a:active,
header .secondary-menu ul li.login a:hover,
header .secondary-menu ul li.logo.on a {
    padding: 0;
}

header .secondary-menu li a .fas {
    margin-left: 5px;
}

header .secondary-menu li a:hover .fas,
header .secondary-menu li.on a .fas {
    transform: rotate(180deg);
    color: #42a1a0;
}

header .secondary-menu ol {
    display: none;
    position: absolute;
    border-top: 4px solid #42a1a0;
}

header .secondary-menu li.on ol {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    width: 100%;
    min-width: 150px;
    z-index: 1000;
}

header .secondary-menu ol li:first-of-type {
    margin-top: 0px;
}

header .secondary-menu ol li {
    height: initial;
    margin: 0;
    height: initial !important;
    border: none !important;
    border-bottom: 1px solid #d5d5d5 !important;
    width: 100% !important;
    padding: 0 !important;
}

header .secondary-menu ol li:last-of-type {
    border: none !important;
}

header .secondary-menu ol li a:link,
header .secondary-menu ol li a:visited,
header .secondary-menu ol li a:active {
    height: initial !important;
    border: none !important;
    text-transform: initial !important;
    padding: 15px !important;
    text-align: left;
    justify-content: start;
    color: #333 !important;
}

header .secondary-menu ol li a:hover {
    color: #42a1a0 !important;
}

header .secondary-menu span.x-svg {
    height: 20px;
    fill: #333;
    width: 15px;
    transition: all .4s;
    margin-right: 0px;
    display: block;

}

header .secondary-menu span.welcome {
    font-weight: 300;
    padding: 2px 5px;
    background: #d5d5d5;
    margin-left: -6px;
    margin-right: 5px;
    border-radius: 30px;
}

header .secondary-menu span.ico_container {
    background: #d5d5d5;
    height: 25px;
    border-radius: 50px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo {
    margin: 0;
    max-width: 250px;
    max-height: 63px;
}

header .logo svg {
    width: 250px;
    height: 63px;
}

header .utility-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    min-width: 50px;
}

header .utility-menu ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    font-size: .8em;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

header .utility-menu ul li {
    height: 100%;
    list-style-type: none;
    color: #fff;
    border-right: 1px solid #fff;
}

header .utility-menu ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    background: #65c8c7;
}

header .utility-menu ul li a:hover {
    background: #333;
}

header .utility-menu ul li a i {
    font-size: 1.2em;
    margin-right: 5px;
}

header .utility-menu ul li a span {
    font-weight: 600;
}

.breadcrumbs .container {
    border-top: 2px solid #65c8c7;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.breadcrumbs p {
    margin: 0;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .9em;
    text-transform: capitalize;
}

.breadcrumbs p.active {
    font-weight: 600;
}

.breadcrumbs p span.num {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #d5d5d5;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    font-size: .8em;
}

.breadcrumbs p.active span.num {
    background: #333;
    color: #65c8c7;
}

.breadcrumbs p:not(.active) span.section,
.breadcrumbs p:not(.active) span.x-svg {
    display: none;
}

.breadcrumbs p.active span.section {
    display: block;
    margin: 0 0 0 5px;
}

.breadcrumbs p.active span.x-svg {
    width: 20px;
    fill: #65c8c7;
    margin: 0 0 0 7px;
}

.mobile-menu-toggler {
    display: none;
}

.slider_menu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.slider_menu ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #56b8b7;
}

.slider_menu ul li:last-of-type {
    border-bottom: none;
}

.slider_menu ul li a {
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    width: 100%;
}

.slider_menu ul li a:hover {
    color: #cef9f9 !important;
    background: #65c8c7;
}

.slider_menu ul li svg {
    height: 25px;
    width: auto;
}

.slider_menu ul li polyline:first-of-type {
    fill: #ffffff;
}

.close_slider-menu {
    display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) , only screen
and (max-aspect-ratio: 13/9)
and (max-device-width: 1023px) {
    header {
        padding: 30px 0;
        font-size: .9em;
    }

    header .logo {
        margin: 0 auto 15px;
        max-width: 200px;
    }

    header .logo svg {
        width: 200px;
        height: auto;
    }

    header .header_container {
        display: block;
        padding: 0;
    }

    header .secondary-menu {
        display: none;
    }

    header .secondary-menu ul {
        flex-direction: column;
    }

    header .secondary-menu li {

    }

    header .secondary-menu ol {
        position: initial;
    }

    .mobile-menu-toggler {
        width: 50px;
        height: 50px;
        background: #65c8c7;
        position: absolute;
        right: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-toggler svg {
        height: 30px;
        width: auto;
    }

    .mobile-menu-toggler svg polyline:nth-of-type(1) {
        fill: #fff;
    }

    .breadcrumbs p:not(.active) {
        display: none;
    }

    .close_slider-menu {
        display: flex;
        background: #000;
    }
    header .secondary-menu ol li a:link,
    header .secondary-menu ol li a:visited,
    header .secondary-menu ol li a:active {
        text-align: center;
        justify-content: center;
    }
}
