.wrapper {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper>.container {
    overflow: hidden
}

.topbar {
    background-color: #201f1f;
    color: #fff;
    font-size: 1.125rem;
    padding: 8px 0
}

.topbar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.topbar .contact-info span {
    margin-right: 16px
}

.topbar .contact-info span .topbar-icon {
    color: #1a9942;
    width: 24px;
    text-align: center
}

.topbar .contact-info span a {
    color: #fff
}

.topbar input,
.topbar .btn {
    border: none
}

.topbar .lang-switcher .input-group-text {
    color: #fff !important;
    background: none;
    border-right: 0;
    border-color: #868c93;
    color: #fff;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
}

.topbar .lang-switcher .custom-select {
    border-width: 1px;
    border-left: 0;
    border-color: #868c93;
    background: none;
    color: #fff;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
}

.topbar .lang-switcher {
    width: 120px
}
.navx{
    width: 50px;
}
.btn {
    border-radius: 32px;
    
}



