.ptnew_header_topband_wrapper_bg {
    background-color: #001A53;
    padding: 6px 0;
}

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

.pt_header_top_text {
    font-family: "OpenSans-Regular";
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.pt_header_top_text a {
    color: #FFFFFF;
}

.helpline_text {
    font-weight: 700;
    color: #181818;
    display: block;
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

.skip_main_content_text,
.skip_main_content_text:hover {
    color: #FFFFFF;
}

.access-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
    text-decoration: none;
}

.access-icon a.active {
    background: #06207C;
    /* dark navy highlight */
    border-radius: 4px;
}

.ptnew_header_login_dropdown_btn {
    background-color: #2661E0;
    color: #fff;
    font-family: "OpenSans-Regular";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #2661E0;
    margin-left: 10px;
}

.ptnew_header_login_dropdown_btn:hover {
    color: #fff;
    /* background-color: #F8F9FE; */
}

.ptnew_header_login_dropdown .ptnew_header_login_dropdown_btn.dropdown-toggle::after {
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    margin-left: 10px;
}

/* .ptnew_header_login_dropdown:hover .ptnew_header_login_dropdown_btn.dropdown-toggle::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #001A53;
} */

.ministry_text_div{
    display: none;
}

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

    .ptnew_header_login_dropdown_btn {
        font-size: 10px;
    }

}

@media screen and (max-width: 991px) {
    .ptnew_header_login_dropdown_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0;
        padding: 15px 15px;
        margin-left: 0;
        font-size: 14px;
    }

    .ministry_text_div{
        display: block;
        font-family: "OpenSans-Regular";
        font-weight: 400;
        font-size: 11px;
        color: #181818;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: max-content;
    }
}

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

    .ptnew_header_login_dropdown_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0;
        padding: 10px 15px;
        margin-left: 0;
        font-size: 14px;
    }

    .navbar_toggler_btn:focus {
        box-shadow: none;
    }

    .ministry_text_div{
        display: block;
        font-family: "OpenSans-Regular";
        font-weight: 400;
        font-size: 11px;
        color: #181818;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: max-content;
    }

}