.new-contact-us {
    .contactus-info {
        text-align: center;
        margin: 10px 20%;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
    }

    .accordion .accordion-item {
        background-color: #ffffff;
    }

    .accordion-header {
        background-color: #ffffff;
        /* border-bottom: 1px solid #CCCCCC; */
    }

    .accordion-button {
        background-color: #fff !important;
        color: #000 !important;
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1pc !important;
        font-weight: 700;
    }

    .accordion-button:focus {
        border-color: transparent;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .accordion-button .accordion-button:after {
        background-color: #ffffff !important;
        color: #000000 !important;
        font-weight: bold;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 16px !important;
        background-image: none;
        content: url(/images/g20-secretariat/expand_arrow.svg);
        -webkit-transform: none;
        transform: none;

        &::after {
            background-color: none;
            border: none;
            content: url('images/g20-secretariat/expand_arrow.svg');
            background-image: none;
            transform: none;
        }

        &:not(.collapsed) {
            &::after {
                background-color: none;
                border: none;
                content: url('images/g20-secretariat/expand_arrow.svg');
                background-image: none;
                transform: rotate(180deg);
            }
        }

        &:focus {
            box-shadow: none;
        }
    }


    .cu-accrd {
        overflow-x: auto;
    }

    .cu-t-head {
        background: #2E59C1;
        color: #ffffff;
        font-weight: bold;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .cu-t-body {
        font-family: 'Lato', sans-serif;
    }

    .cu-btn-query {
        border: 1px solid #2E59C1;
        border-radius: 5px;
        color: #2E59C1;
        width: fit-content;
        padding: 10px 25px;

        &:hover {
            border: 1px solid white;
            color: #ffffff;
            background: #2E59C1;
        }
    }

    .cu-table {
        width: -webkit-fill-available;
    }

    .cu-query {
        background: #f2f2f2;
    }

    .cu-query-info {
        font-weight: bold;
        padding-right: 90px;
        padding-left: 30px;

        @include mobile {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 20px;
        }

        @media only screen and (min-width:768px) and (max-width:991px) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 20px;
        }
    }


}

button {
    border-color: none;
    background-color: #ffffff;
}


.top-navbar {
    color: #ffffff;
    display: block;
    background: linear-gradient(90deg, rgb(255, 156, 21), rgb(71, 145, 91)) 0px 0px no-repeat padding-box padding-box transparent;

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        font-size: 10px;
    }

    .top-menu-container {
        @include mobile {
            justify-content: center !important;
        }

        .nav {
            @include mobile {
                margin-left: initial !important;
            }
        }
    }
}

.nav-item {
    padding: 5px 0;

    .nav-link {
        padding: 0;

        @media screen and (min-width: 768px) and (max-width: 1024px) {
            padding: 5px 0;
        }

        &.font-inc {
            color: #ffffff;
            border-radius: 4px;
            margin: 0 5px;
            text-align: center;
            line-height: 22px;
            margin: 0 5px;
            padding: 0px 6px;

            @media screen and (min-width: 768px) and (max-width: 1024px) {
                line-height: 18px;
                margin: 0 3px;
                padding: 0px 0px;
            }

            @include mobile {
                line-height: normal;
            }

            &:hover,
            &.active {
                background: #ffffff;
                color: #191919 !important;

                @include mobile {
                    background: #000000;
                    color: #000000 !important;
                }
            }
        }

        &.language {
            padding: 0 0.5rem !important;
            margin-bottom: 0rem;
            line-height: 16px;
            margin: 0 !important;
            text-align: center;

            @media screen and (min-width: 768px) and (max-width: 1024px) {
                font-size: 10px;
            }

            &:hover {
                .language-icon {
                    background: #ffffff;
                    color: #191919;
                }

                .language-text {
                    color: #191919;

                    @include mobile {
                        color: #191919;
                    }
                }
            }

            .active-language {
                border-radius: 3px;

                @include mobile {
                    padding: 5px;
                }

                .language-icon {
                    color: #2E59C1;
                    margin: 0;

                    @include mobile {
                        color: #2E59C1;
                        margin-right: 8px;
                        padding: 1px 5px;
                    }
                }

                .language-text {
                    color: #2E59C1;

                    @include mobile {
                        color: #2E59C1;
                    }
                }
            }

            .language-icon {
                background: transparent;
                color: #191919;
                border-radius: 4px;
                margin-top: 0px;
                margin: 0;
                padding: 0 .3vw;
                text-align: center;
                display: inline-block;

                @media screen and (min-width: 1920px) {
                    padding: 0.1vw .2vw;
                }
            }

            .language-text {
                color: #191919;
                padding-left: 0;
                padding-right: 0.41vw;

                @include large {
                    font-size: 0.83vw;
                }

                @include mobile {
                    color: black;
                }
            }

        }
    }
}