.custom-header div.top-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 6px;
}

@media (min-width: 768px) {

    .custom-header.custom-header-footer{
        width: 80%;
        max-width: 1280px;
        margin: auto;
    }
    
}

@media (min-width: 1536px) {

    .custom-header.custom-header-footer{
        width: 1280px;
        margin: auto;
    }
    
}




@media (max-width: 767px) {


    #custom-header .custom-header{
        width: 100%;
        display: flex;

    }

    .custom-header div.header-menu-icons{
        display: none;
    }
    .custom-header div.top-row{
        width: 100%;
        position: relative;
    }
    header#headsec nav{
        position: absolute;
        right:0;
        z-index:9;
        top:149px;
    }
    body header#headsec nav ul.listnav li{
        background: #fff;
    }
}


