@media only screen and (max-width : 1199px) {
    /* .fotter-bottom-margin {
        margin-bottom: 59px;
    } */
    .aiz-mobile-bottom-nav {
        display: none;
    }
    .d-1199-none {
        display: none;
    }
}













.footer-links:hover {
    text-decoration: underline;
    color: #ffffffb7 !important;
}

.footer-address-box  {
    width: 340px;
    background: rgba(48, 60, 77, 1);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px 15px;
    text-align: right;
}

.footer-icons {
    text-align: right;
    justify-content: end;
}
.footer-icons img {
    width: 46px;
    height: 46px;
    margin-right: 5px;
    
}
.back-to-top button {
    background: rgba(55, 72, 91, 1);
    color: white;
    padding: 10px 5px;
    font-weight: 400;
}
.border-top-offwhite {
    border-top: 1px solid rgba(127, 151, 185, 0.1) !important;
}