#header {
    position: sticky;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1031;
    transition: top 0.5s ease;
}

body:not(.page-template-template-modular, .header-scrolled) #header {
    box-shadow: 0px 1px 1px 0px #B1B1B138;
}

body.home #header {
    position: fixed;
    top: calc(50px + 8px);
}

body.home #header>.container>.header-main-shell {
    padding: 1.125rem 1rem;
}

body.header-scrolled:not(.home) #header>.container>.header-main-shell {
    padding: 1.125rem 1rem;
}

body.header-scrolled #header {
    top: 0px;
}

body.home.header-scrolled #header {
    top: 8px;
}

body.header-scrolled #header>.container>.header-main-shell {
    box-shadow: 0px 1px 1px 0px #B1B1B138;
}

body:not(.header-scrolled) .header-top>.container,
body:not(.header-scrolled) #header>.container {
    padding-left: 0;
    padding-right: 0;
}

.header-top-shell {
    padding-left: 15px;
    padding-right: 15px;
}

#header>.container>.header-main-shell {
    background-color: var(--white);
    border-radius: 1rem;
    padding: 1.125rem 0;
    transition: 0.3s;
}

@media (max-width: 1199.98px) {
    #header::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: var(--white);
        z-index: -1;
    }

    #header>.container>.header-main-shell {
        background-color: transparent;
        border-radius: 0;
    }
}

.header-top {
    background-color: var(--color1);
    padding: 6px 1rem;
}

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

.header-top .header-top-right {
    display: flex;
    align-items: center;
}

.header-top .header-top-right .header-call-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    padding-left: 3rem;
    position: relative;
    transition: 0.3s;
}

.header-top .header-top-right .header-call-btn i {
    font-weight: 700;
}

.header-top .header-top-right .header-call-btn:hover {
    color: var(--color2);
}

.header-top .header-top-right .header-call-btn::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #F9EEEE54;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    border-radius: 1.25rem;
}

.header-top .header-top-right .header-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-top .header-top-right .header-social a i {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: var(--white);
    transition: 0.3s;
}

.header-top .header-top-right .header-social a i.icon-linkedin {
    align-items: flex-start;
    font-size: 17px;
}

.header-top .header-top-right .header-social a:hover i {
    color: var(--color2);
}

.header-logo {
    max-width: 161px;
}

.wrap-menu-top ul.header-menu-top>li>a {
    margin: 0 3px;
    padding: 1.5rem 0.5rem;
    position: relative;
    font-size: 0.875rem;
    color: var(--color3);
    font-family: var(--main_font);
    min-height: 44px;
    transition: 0.3s;
}

.wrap-menu-top ul.header-menu-top>li>a:hover {
    color: var(--color1);
}

.mobile .icon-search {
    font-size: 24px;
}

.header-menu li a,
.header-menu-top li a {
    font-size: 15px;
    color: var(--color3);
}

.header-menu li a:hover {
    color: #147A7F;
}

.top-header-content {
    gap: 10px;
    justify-content: flex-end;
}

.icon-arrow-down {
    font-size: 1rem;
    color: var(--color3);
    transition: 0.3s;
}

.search-box .header-search .icon-search {
    color: var(--color3);
    font-size: 1.125rem;
    transition: 0.3s;
}

.lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: var(--color3) !important;
    min-height: 50px;
    background-color: #F8F8F8;
    border-radius: 0.75rem;
    padding: 0 10px;
    position: relative;
    transition: 0.3s;
    font-size: 17px;
}

.doctor-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: var(--color3) !important;
    min-height: 50px;
    background-color: #F8F8F8;
    border-radius: 0.75rem;
    padding: 0 12px;
    position: relative;
    transition: 0.3s;
    font-size: 0.875rem;
}

.doctor-login-btn::after,
.lang-button::after {
    content: '';
    width: 10px;
    height: 12px;
    background-color: #147A7F;
    border: 1px solid var(--white);
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -6px;
    border-radius: 3px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.doctor-login-btn:hover::after,
.lang-button:hover::after {
    opacity: 1;
    visibility: visible;
}

.doctor-login-btn i {
    font-size: 12px;
}

.lang-button i {
    font-size: 16px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}
/* --------------------
    Menu Mobile
-------------------- */
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 99%;
    background: var(--white);
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
    max-width: 600px;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    background: transparent;
    text-align: center;
    display: inline-flex;
    color: var(--text);
    background-color: #F1F2F2;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.come-menumobile {
    right: 0 !important;
}

.title-mm {
    background: #F8F8F8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 28px 20px 32px;
    border-radius: 0.75rem;
}

.title-mm img {
    user-select: none;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    background: #F8F8F8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0px 32px;
    border-radius: 0.75rem;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
    font-size: 1.125rem;
}

.main-mm {
    padding: 5px 15px;
}

.main-mm ul li a {
    color: var(--color3);
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F2F2;
    position: relative;
    font-family: var(--main_font);
    font-size: 18px;
    line-height: 47px;
    color: var(--text);
    margin-bottom: 1rem;
}

.main-mm ul li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
}

.main-mm ul li a:hover {
    color: var(--color1);
}

.main-mm ul li>.sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 99%;
    background: var(--white);
    right: -100%;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i {
    position: absolute;
    cursor: pointer;
    border: solid var(--color3);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.childer {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #F1F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.come-submenu {
    right: 0 !important;
}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: transparent;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid var(--color1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;

}

.title-subcome {
    color: var(--color1);
    font-weight: normal;
    position: relative;
    top: 2px;
}

.icon-menu {
    font-size: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color3);
}

@media (max-width: 1199.98px) {

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

    .header-ms {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .header-top .header-top-left-mobile {
        align-items: center;
        gap: 10px;
    }

    .header-top {
        position: relative;
        z-index: 1032;
        padding: 8px 20px;
        overflow: visible;
    }

    .header-top .header-top-inner,
    .header-top>.container,
    .header-top .header-top-left-mobile {
        overflow: visible;
    }

    .lang-button {
        height: 50px;
        max-height: 50px;
    }

    body.home.header-scrolled #header {
        top: 0;
    }

    body.home #header {
        position: fixed;
        top: calc(50px + 16px);
    }

    body.header-scrolled #header {
        top: 0;
    }

    #header {
        top: 66px;
    }

    #header>.container>.header-main-shell {
        border-radius: 0;
        padding: 1rem 1.25rem;
    }

    .header-top .header-top-right .header-call-btn {
        padding-left: 2rem;
    }

    .header-top .header-top-right .header-call-btn::after {
        left: 1rem;
    }

    .search-box .header-search .icon-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 22px;
        color: var(--bg_light);
    }
}

@media (min-width: 1199.99px) {
    .top-header-inner {
        display: flex;
        align-items: center;
        gap: 2.25rem;
    }

    .header-menu-top {
        gap: 0.5rem;
    }

    .lang-button {
        height: 100%;
        max-height: 50px;
    }

}

@media screen and (max-width: 1400px) {
    .header-wrapper {
        max-width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 1199.98px) {
    #header>.container>.header-main-shell {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 1199.98px) {

    .mobile-last-column {
        display: flex;
        flex-wrap: wrap;
        gap: 1.125rem;
        justify-content: center;
        align-items: center;
        margin: 28px 20px;
    }

    .mobile-last-column .last-column-item {
        width: 100%;
        background-color: #F8F8F8;
        padding: 0.875rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 1rem;
        flex: 0 0 47%;
        max-width: 47%;
        transition: 0.3s;
        /* height: 100%;
    max-height: 150px; */
    }

    .mobile-last-column .last-column-item .last-column-item__icon,
    .mobile-last-column .last-column-item .last-column-item__image {
        border-radius: 1rem;
        width: 2.75rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: var(--white);
        background-color: var(--color1);
        margin-bottom: 0.5rem;
    }

    .mobile-last-column .last-column-item .last-column-item__image img {
        max-width: 24px;
        max-height: 24px;
    }

    .mobile-last-column .last-column-item .last-column-item__title {
        font-family: var(--bold_font);
        color: var(--bg_light);
        font-size: 16px;
        transition: 0.3s;
    }

    .mobile-last-column a.last-column-item:hover .last-column-item__title {
        color: var(--color1);
    }
}

@media screen and (min-width: 1199.99px) and (max-width:1205px) {
    #header {
        width: 98%;
    }

    .top-header-inner {
        gap: 1rem;
    }
}