.menu_overlay {
    float: left;
    margin-left: 4px;
    margin-top: 7px;
    font-weight: 700;
    color: #333;
    font-size: 14px;
     font-family: 'Poppins', sans-serif;
    font-weight: 400
}

#close_button {
    position: absolute;
    top: 20px;
    right: 100px;
    background: none;
    border: none
}

.menu_overlay .button {
    display: inline;
    position: unset;
    right: 50px;
    top: 6px;
    z-index: 99999999999999 !important;
    padding-left: 10px;
    border-left: 2px solid #ccc
}

.menu_overlay .button a {
    text-decoration: none
}

.menu_overlay .btn-open:after {
    color: #333;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.menu_overlay .btn-close:hover:after {
    color: #34B484
}

.overlay_menu {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(69, 85, 96, .95);
    overflow: auto;
    z-index: 9999999
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 50px
}

.wrap .country_content {
    text-align: left;
    float: left;
    margin-top: 50px
}

.wrap .country_content .footerborder {
    background: #fff
}

.wrap .country_content .footerborderOut {
    margin-bottom: 25px
}

.wrap .country_content ul {
    padding: 0;
    margin: 0
}

.wrap .country_content h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.wrap .country_content ul li {
    color: #fff;
    list-style: none;
    float: left;
    font-size: 16px;
    width: 50%;
    margin: 0 0 10px 0
}

.wrap .country_content ul li a {
    color: #fff
}

.header-to-new {
    background-color: #e0e0e2;
    padding-top: 7px;
    padding-bottom: 7px
}

.header-to-new p {
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0
}

@media screen and (max-width:480px) {
    .header-to-new p {
        font-size: 16px;
    }
}