
.footer{
    width: 100%;
    margin: 0;
}
.footer .help-container{
    background: #F1F1F1;
    display: flex;
    padding: 1rem 15%;
}
.link-menu-box{
    width: 60%;
    display: flex;
    justify-content: space-around;
    color: #16181A;
}
.link-menu-box dl{

}
.link-menu-box dl dt{
    font-weight: bolder;
}
.link-menu-box dl dt,
.link-menu-box dl dd{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.link-menu-box dl dd:last-child{
    margin-bottom: 0;
}
.contact-box{
    width: 30%;
    color: #fff;
    display: flex;
    justify-content: center;
}
.contact-box .img-wrap{
    margin-bottom: 0.5rem;
}
.contact-box dl dd{
    font-size: 1rem;
    text-align: center;
    color: #16181A;
}
.copyright{
    color: #fff;
    background: #808080;
    padding: 1rem 15%;
    text-align: center;
}
.contact-box img{
    width: 5rem;
    height: 5rem;
}
.contact-box .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.contact-box .icon:before{
    display: none;
}
.contact-box .icon-phone{
    background-image: url("../images/icon-phone.png");
}
.contact-box .icon-Email{
    background-image: url("../images/icon-Email.png");
}























