﻿ 
.box-to-page { display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; position: fixed; bottom: 28px; right: 18px; background: #15397f; border-radius: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35); z-index: 90; color: #fff !important; }
.box-to-page .small-text { font-size: 10px; color: #fff !important; margin-top: -4px; }
.box-footer {
    background-color: rgba(26, 26, 26, 1);
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.box-footer .box-logo { height: 80px; width: 120px; }
.box-footer .box-logo img{ width:100%;height:100%;object-fit:contain }
.box-footer a, .box-footer a:hover {
    color: rgba(128, 128, 128, 1);
    text-decoration: none
}
.text-color-custom{ color:darkgray}
.box-email a{
    color:dimgray;
}
.box-address, .box-logo, .box-email, .box-phone, .box-header, .box-item {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1)
}