.more {
    margin-top:  5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.more a {
    color: #000;
}

.footer-mobile {
    background: #265fab;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.footer-mobile ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.footer-mobile ul li {
    padding: 8px 0;
    list-style: none;
}
.footer-mobile ul li a {
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
.footer-mobile ul li a i {
    color: #d8211b;
    margin-right: 4px;
}
.fb-customerchat iframe{
    right: 100px;
}
p.email-home {
    font-size: 15px;
    color: #0c569b;
    font-weight: bold;
    margin-top: 10px;
}

h4.m-title-2.t-left {
    font-weight: bold;
}

h2.m-footer-info__name {
    font-weight: bold;
}

.m-intro__icon {
    height: 38px;
    margin-right: 5px;
}