.cordial .bar {
    height: 50px;
    background: #eee;
    color: #000;
    padding: 10px 0;    
}

.cordial .nav_container {
    background: #394a9b;
}

.cordial .header-bottom {
    border-bottom: none !important;
}

.cordial .main-menu .first {
    color: #fff!important;
}

.amsterdam .bar {
    height: 50px;
    background: #eee;
    color: #000;
    padding: 10px 0;   
}

.amsterdam .nav_container {
    background: #fff;
}

.amsterdam .menu_container {
    display: none;
}

.amsterdam .header-bottom {
    border-bottom: none !important;
}

.amsterdam .main-menu .first {
    color: #000 !important;
}

.promo_container .active_promo_code {
    color: #000;
}

@media (max-width: 768px) {
   
    .cordial .bar {
        height: 85px;        
    }
    .amsterdam .bar {
        height: 85px;       
    }
}

@media  (min-width: 768px) and (max-width: 1024px) {

    .cordial .bar {
        height: 70px;       
    }

    .amsterdam .bar {
        height: 70px;
    }
}