/*CSS to overwrite old footer design*/
.footer-change {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #E3E3E3;
    height: 5%;
    padding: 0px 10px;
    margin-top: 0;
    background-color: #EBEBEB;
}

.footer-box-one {
    margin-left: 80px;
    width: 22%;
    display: flex;
    align-items: center;
}

.footer-address {
    color: black !important;
    text-decoration: underline;
}

.footer-address a{
    color: black !important;
    text-decoration: underline;
}

.disclaimercall {
    color: black;
    cursor: pointer;
}

.footer-change address {
    padding-bottom: 0;
}

.footer-related {
    min-height: 0 !important;
    height: 100%;
}

.adjust-for-footer {
    flex: 1;
    background-color: #f0f0f0;
}

#fix-footer {
    display: flex;          
    flex-direction: column; 
    min-height: 95%;  
    background-color: #f0f0f0;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 125px !important;
    margin-left: 0 !important;
    margin-right: 18px !important;
}

.footer-logo {
    height: 70%;
    width: 100%;
}