.panel.wrapper{
    background-color: #192A49FF;
    color: #fff;
}
.topheader ul{
    color: #fff;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.topheader ul a{
    color: #ffff;
}
.topheader ul li{
    margin-bottom: 0;
}
.topheader a{
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
}
.topheader a::before{
    content: "";
    position: absolute;
    background-image: url("");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.topheader ul li:nth-of-type(1) a::before{
    background-image: url("../image/message.svg");
}
/***************************/

.header.links a{
    color: #fff;
}
@media (max-width: 768px){
    .topheader {
        padding: 15px 0;
    }
}

@media (min-width: 768px), print{
    .header.panel>.header.links>li a{
        font-size: 14px;
        margin: 0 0 0 0;
        padding-left: 25px;
    }
}