.mobile-menu {
    background-color: rgb(92, 183, 92);
    z-index: 100000;
    position: relative;
}

.universal-header{
    z-index: 1234;
}

#premium-tariff-modal {
    z-index: 12345;
}

.universal-header a {
    transition: .3s;
}
.universal-header a:hover{
    background: unset !important;
    color: #0BBF35 !important;
}

@media screen and (max-width: 568px) {
    header.universal-header > .container .pull-right {
        width: min-content;
    }

    header.universal-header > .container .logo {
        padding-left: 30px;
    }

    .plus-sign-wrap {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 25px;
    }
}

.menu {
    position: relative;
    z-index: 1051 !important;
    color: white;
}

.menu .menu-button {
    background: #1B1E28 !important;
}

.menu ul:not(.sub-menu) {
    background: #292C36 !important;
    border: 2px solid #4B4E56 !important;
}

.menu ul a {
    color: white !important;
}

.gift-container {
    display: inline-block;
    color: #FFFFFF;
    background: #FFFFFF;
    border: 4px solid rgb(92, 183, 92);
    border-radius: 10px;
    cursor: pointer;
}

.gift-button {
    margin: 10px;
}

.blog-link-container a:hover {
    text-decoration: none;
}

.gift-button span {
    color: rgb(92, 183, 92);
    font-weight: bold;
}

.glyphicon-gift {
    color: rgb(92, 183, 92);
    right: 5px;
}

.more-services-list {
    z-index: 1234;
    background: #292C36 !important;
    border: 2px solid #4B4E56 !important;
}

.more-services-list .list-item:hover .label-service {
    color: #0BBF35 !important;
}

#_header_widget {
    z-index: 100;
    margin-bottom: 80px;
    top: -40px;
}

#_header_widget header.universal-header{
    padding: 20px 0;
    border-bottom: 3px solid #292C36;
    height: auto;
}

.more-services-button{
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    background: #232631 !important;
}

.menu-button{
    border: 2px solid #fff !important;
    background: #232631 !important;
    border-radius: 8px !important;
}

.brand-label{
    font-size: 30px !important;
    line-height: 35px;
    font-family: Roboto;
    font-weight: 500;
    margin: 0.3em 0 !important;
}