.top-header {
    padding: 10px 0px;
    background: #fff;
}

.flag {
    display: inline-block;
    width: 30px;
    opacity: .4;
    z-index: 99;
}

.flag:hover {
    opacity: 1
}

.active .flag {
    opacity: 1
}


.head-icon ul {
    list-style: none;
    padding-inline-start: 50px;
}

.head-icon ul li {
    position: relative;
}

.head-icon ul li:before {
    font-family: 'Material Icons Sharp';
    position: absolute;
    text-align: center;
    content: "\e0b0";
    color: #475365;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: -50px;
    top: -5px;
    /* margin-right: 15px; */
    /* margin-bottom: 50px; */
    vertical-align: middle;
    font-size: 24px;
    padding: 5px;
    /* padding-right: 1px; */
}

.head-icon ul li:nth-child(1):before {
    content: "\e0b0";
}

.head-icon ul li:nth-child(2):before {
    content: "\e0be";
}

.sc a{
    color: #414e61;
}

.sc a:hover{
    color: #0043a1;
}

header ul.attributes li {
    position: relative;
    float: left;
    display: block;
}

header ul.attributes li a {
    position: relative;
    display: block;
    padding: 20px 9px;
    color: #fff;
}




@media(min-width:992px) {
    .top-header {
        padding: 20px 0px;
        background: #fff;
    }

    header {
        position: relative;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999999;
    }

    header ul.attributes li {
        position: relative;
        float: left;
        display: none;
    }
    
    header ul.attributes li a {
        position: relative;
        display: none;
        padding: 20px 9px;
        color: #000000;
    }

}