html {
    font-size: 14px;
}

.header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
}

.header-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 80px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 100vw;
}

.header-section  p {
    color: #00314C;
    font-weight: 500;
    font-size: 1.14rem;
    margin: 0;
}

.header-section a {
    color: #00314C;
    font-weight: 500;
    font-size: 1.14rem;
    margin: 0;
    text-decoration: none;
}

.header-section a:hover {
    color: #F26E22;
}

.header-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-logo {
    width: 170px;
    height: 66px;
    padding-bottom: 10px;
}

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

.header-main-nav-name-desktop {
    display: flex;
    gap: 10px;
    height: 80px;
    align-items: center;
    padding-right: 35px;
}

.header-main-nav-name-desktop img {
    padding-top: 2px;
}

.header-main-nav-desktop-item:hover .header-sub-nav-desktop {
    display: flex;
}

.header-main-nav-desktop-item:hover .blue-arrow-icon {
    display: none;
}

.header-main-nav-desktop-item:hover .orange-arrow-icon {
    display: flex;
}

.header-main-nav-desktop-item:hover .header-main-nav-name-desktop p {
    color: #F26E22;
}

.header-sub-nav-desktop {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 7;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 280px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.10), inset 0 -4px 4px 0 rgba(0, 0, 0, 0.10);
}

.header-sub-nav-container-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 1131px;
    margin: 0 auto;
}

.header-sub-nav-column-desktop {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 180px;
    justify-content: flex-start;
    align-items: flex-start;
}

.-width {
    width: 250px;
}

.sub-nav-title {
    font-weight: 700 !important;
    height: 20px;
}

.header-sub-nav-column-desktop  > .large-title {
    font-size: 1.71rem;
    line-height: 28px;
}

.header-sub-nav-column-desktop  p{
    margin-bottom: 10px;
    line-height: 18px;
    color: #00314C;
}

.header-sub-nav-column-desktop a {
    margin-bottom: 10px;
    line-height: 18px;
    color: #00314C;
}

.header-sub-nav-column-desktop  li {
    margin-bottom: 10px;
    line-height: 18px;
    color: #00314C;
}

.header-sub-nav-column-desktop a {
    color: #00314C;
}

.header-sub-nav-column-desktop .title {
    margin-bottom: 20px;
    font-weight: 700;
}

.header-sub-nav-column-desktop img {
    width: 15px;
    height: 9px;
}

.header-sub-nav-column-desktop  button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F26E22;
    border: none;
    border-radius: 8px;
    width: 162px;
    height: 42px;
    cursor: pointer;
    font-weight: 700;
    color: #FFFFFF;
}

.header-main-nav-desktop-item-blog a {
    color: #00314C;
}

.header-phone {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #F26E22;
    border-radius: 8px;
    padding: 0 5px;
    width: 173px;
    height: 45px;
}

.header-phone p {
    padding-top: 3px;
}

.header-phone .header-phone-icon {
    width: 30px;
    height: 30px;
}

.orange-arrow-icon {
    display: none;
}

.colored-bar-container {
    display: flex;
    align-items: flex-end;
    height: 252px;
    background-color: #00314C;
    width: 100vw;
}

.colored-bar-blog {
    display: flex;
    align-items: center;
    width: 100vw;
    padding: 0 8%;
}

.colored-bar-blog a {
    font-size: 1.71rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}


@media (min-width: 993px) and (max-width: 1440px) {
    .header-logo {
        width: 120px;
        height: 76px;
    }

    .header-main-nav-desktop-item {
        gap: 10px;
        padding-top: 0;
    }

    .header-main-nav-name-desktop {
        padding: 3px 15px 0 10px;
    }

    .header-sub-nav-container-desktop {
        width: 940px;
    }

    .header-sub-nav-column-desktop  > .large-title {
        font-size: 1.57rem;
    }

    .header-phone {
        border: none;
        width: 30px;
        height: 30px;
    }

    .header-phone  p {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-section {
        height: 54px;
    }

    .header-container {
        height: inherit;
        gap: 10px;
    }

    #toggle-menu-button {
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    #toggle-menu-button img {
        width: 23px;
        height: 23px;
    }

    #close-icon {
        display: none;
    }

    .header-main-nav {
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        z-index: 7;
        width: 100vw;
    }

    .header-main-nav-container {
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 100vw;
        height: inherit;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .header-main-nav-item {
        display: flex;
        flex-direction: column;
    }

    .header-main-nav-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: inherit;
        border-top: 1px solid #8D8E9F;
        padding: 7px 5%;
    }

    .header-main-nav-name img {
        width: 15px;
        height: 9px;
    }

    .header-main-nav-name .active {
        color: #F26E22;
    }

    .header-sub-nav {
        display: none;
        position: relative;
        left: 0;
        right: 0;
        z-index: 7;
        background-color: #FFFFFF;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }

    .header-sub-nav-container {
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 100vw;
        height: inherit;
        border-top: 1px solid #8D8E9F;
        max-height: 70vh;
        overflow-y: auto;
    }

    .header-sub-nav-item {
        display: flex;
        justify-content: space-between;
        width: inherit;
        padding: 0 5% 20px;
    }

    .header-sub-nav-item a {
        color: #00314C;
        font-weight: 500;
        font-size: 1.14rem;
    }

    .header-sub-nav-item p {
        padding-top: 10px;
        font-weight: 700;
    }

    .-padding {
        padding: 10px 5% 15px;
    }

    .header-logo{
        width: 129px;
        height: 40px;
        padding-bottom: 3px;
    }

    .header-phone-icon {
        width: 27px;
        height: 27px;
    }

    .colored-bar-container {
        display: flex;
        align-items: flex-end;
        height: 100px;
        background-color: #00314C;
        width: 100vw;
    }

    .colored-bar-blog {
        display: flex;
        align-items: center;
        width: 100vw;
        padding: 0 10%;
    }

    .colored-bar-blog  a {
        font-size: 1.14rem;
        font-weight: 700;
        color: #FFFFFF;
    }

}