﻿.main-header__inner {
    background-color: #ffffff;
    background: #f4f4f4;
}
nav {
    border-bottom: 0px solid var(--teal);
    background: #f4f4f4;
    box-shadow: none;
}
.main-header__wrappper {
    border-bottom: 3px solid var(--teal);
}
.main-menu .main-menu__list > li > a {
    color: #154c6a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    gap: 2px;
    align-items: center;
}
.main-header__user-profile__avater {
     padding-right: 15px; 
 padding-top: 8px;  
    color: #154c6a;
    /* color: var(--ehiapp-primary, #58aec0); */
}
.dropdown-menu-custom a {
    display: block;
    padding: 6px 14px;
    color: #154c6a;
    text-decoration: none;
    font-size: 15px;
}
.sticky-header.active .main-header__inner {
    background: #f4f4f400;
}
.sticky-header.active nav { 
    background: #f4f4f400;
    box-shadow: none;
}
.sticky-header.active .main-header__inner { 
    padding: 0 10px 0 20px;
}
.sticky-header.active .main-menu .main-menu__list > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    gap: 2px;
    align-items: center;
}
.hcard-head-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.breadcrumb {
    background: transparent !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    margin-left: 0px;
}
.page-section { 
     padding: 0px; 
}
h1, h2, h3, h4, h5, h6 { 
    margin-left: 0;
}
.anc h4 {
    font-size: inherit;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}
.anc p {
    font-size: 15px;
    color: #000000;
    margin-top: 5px;
    line-height: 1.6;
}
.ancf small {
    font-size: 13px;
    color: #58606b;
}
.main-footer__bottom {
    background: #0a2535;
    padding: 0;
    text-align: center;
    margin-top: 0;
}
.main-footer__copyright {
    margin: 0;
     font-size: 15px; 
    font-weight: 300;
    line-height: 1;
     color: #fff !important; 
}
@media screen and (min-width: 240px) and (max-width: 766px) {
    .mobile-nav__btn span {
        width: 100%;
        height: 2px;
        background-color: #000000;
    }
}
.sticky-header.active .main-header__user-profile__avater, .sticky-header.active .mobile-nav__btn span {
    background: white;
}