.loadheader{
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #ffe02c;
    position: relative;
    position: fixed;
    top: 0;
    z-index: 3;
}

.logoarea {
    display: inline-block;
    width: 182px;
    position: absolute;
    top: 14%;
    left: 5%;
}
.logoarea img{
    width: 100%;
}

.icon {
    display: inline-block;
    width: 30%;
    height: 55px;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 2%;
}
.icon .icons{
    display: inline-block;
    height: 100%;
    margin: 0% 5%;
}
.icons img{
    height: 100%;
}

@media screen and (max-width:1366px){}
@media screen and (max-width:1024px){}
@media screen and (max-width:768px){}
@media screen and (max-width:415px){}
@media screen and (max-width:376px){}
@media screen and (max-width:321px){}