.new-contact-us .contactus-info {
    font-family: Lato,sans-serif;
    font-size: 14px;
    margin: 10px 20%;
    text-align: center
}

.new-contact-us .cu-heading {
    font-family: Plus Jakarta Sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.new-contact-us .accordion-button {
    background-color: #fff!important;
    color: #000!important;
    font-family: Plus Jakarta Sans,sans-serif;
    font-size: 1pc!important;
    font-weight: 700
}

.new-contact-us .accordion-button:after {
    /*background-image: none;*/
    content: url('images/g20-secretariat/expand_arrow.svg');
    -webkit-transform: none;
    transform: none
}

.new-contact-us .accordion-button:not(.collapsed):after {
    /*background-image: none;*/
    content: url('images/g20-secretariat/expand_arrow.svg');
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.new-contact-us .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.new-contact-us .cu-accrd {
    overflow-x: auto
}

.new-contact-us .cu-table {
    width: -webkit-fill-available
}

.new-contact-us .cu-t-head {
    background: #2a4dc0;
    color: #fff;
    font-family: Plus Jakarta Sans,sans-serif;
    font-weight: 700
}

.new-contact-us .cu-t-body {
    font-family: Lato,sans-serif
}

.new-contact-us .cu-query {
    background: #f2f2f2
}

.new-contact-us .cu-query-info {
    font-weight: 700;
    padding-left: 30px;
    padding-right: 90px
}

@media(max-width: 767px) {
    .new-contact-us .cu-query-info {
        padding-bottom:20px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .new-contact-us .cu-query-info {
        padding-bottom:20px;
        padding-left: 0;
        padding-right: 0
    }
}

.new-contact-us .cu-btn-query {
    border: 1px solid #2a4dc0;
    border-radius: 5px;
    color: #2a4dc0;
    padding: 10px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.new-contact-us .cu-btn-query:hover {
    background: #2a4dc0;
    border: 1px solid #fff;
    color: #fff
}





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;
                }
            }

        }
    }
}