.scroll-slider {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    padding: 0 2rem;
}

.previous_button {
    background: url(/themes/custom/cadri/images/nextArrow.png) no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 27px;
    display: inline-block;
    transform: rotate( 180deg);
    text-indent: -99999999px;
    margin: 1rem;
    cursor: pointer;
}

.next_button {
    background: url(/themes/custom/cadri/images/nextArrow.png) no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 27px;
    display: inline-block;
    text-indent: -99999999px;
    cursor: pointer;
}

.country_hub-menu {
    background: #FD6925;
    margin-top: 0;
    padding: 1rem;
    display: none;
}

.country_nav-title {
    color: #ffffff;
    font-family: 'Gill Sans';
    font-weight: bold;
    font-size: 16px;
}

.country-hub_submenu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.open {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.country_nav {
    height: 7rem;
}

.nav_item-active {
    background-color: #FD6925;
    color: #ffffff !important;
}

.submenu-item {
    margin: 0;
    font-size: 14px;
}

.dropdown-menu li:hover,
.dropdown-menu li:visited {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .country_nav {
        height: 3rem;
    }
    .footer-area {
        margin-top: 5rem;
    }
    .page-node-type-about-us .footer-area,
    .page-node-type-country-hub .footer-area {
        margin-top: 3rem;
    }
    .about-us-our-members .footer-area,
    .path-our-approach .footer-area,
    .resources-blog .footer-area {
        margin-top: 2rem;
    }
    .about-us-our-team .footer-area,
    .resources-videos .footer-area {
        margin-top: 0;
    }
    #mouseover-dropdown-menu {
        display: none;
        visibility: hidden;
    }
}