ul.modals-footer > li > a {
    color: #546E7A !important;
    display: table;
    width: 100%;
    text-align: center !important;
    font-size: 13px;
}
ul.modals-footer > li {
    display: inline-block;
    width: 33% !important;
    cursor: pointer;
}
ul.modals-footer {
    display: table;
    width: 100% !important;
}
.modal-dialog {
    max-width: 70% !important;
}
.modal-dialog h4.modal-title {
    font-size: 2em;
}
.modal-body > .padding-sidegap10 > h3,
.modal-body > .padding-sidegap10 > h4,
.modal-body > .padding-sidegap10 > h5 {
    font-size: 1.5em !important;
}
.footer-Content .contact-footer {
    display: table !important;
    width: 100% !important;
}
.footer-Content .contact-footer > li {
    display: inline-block;
    width: 33%;
    float: left;
}
.services-item .icon > img {
    display: table;
    width: 25% !important;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    img[src='img/AlliedGlobalCrop_black.png'] {
        width: 50% !important;
    }
    .footer-Content .contact-footer > li {
        display: table;
        width: 100%;
    }
    #services > .container > .row > div.col-lg-3.col-md-6.col-xs-12 {
        display: inline-block !important;
        width: 49% !important;
    }
    .item-boxes h4 {
        margin: 0 !important;
        white-space: nowrap;
        font-size: 15px;
    }
    .services-item .icon > img {
        width: 55% !important;
    }
}