footer.FooterPane {
    background: var(--mc1);
}
.footer__Logo a.logo__Link>img{
    width: 100%;
}
.footer__Top__section {
    margin: 15px 0px;
    display: flex;
    gap: 8px;
}
.footer__Icon{
    width: 47px;
}
.footer__Top.main_Space {
    margin-top: 30px;
    margin-bottom: 20px !important;
}
.footer__Top__section p {
    color: var(--white);
    font-size: 13px;
}
.footer__Address{
    border-right: 2px solid var(--mc1-fade-0);
    border-radius: 1px;
}
@media only screen and (min-width:1200px){
    .footer__Address .footer__Icon {
        width: 92px;
    }
}
@media only screen and (min-width:768px) and (max-width:1199px){
    .footer__Address .footer__Icon {
        width: 59px;
    }
}
.footer__Logo {
    padding-left: 24px;
}
.footer__Top a p{
    font-size: 15px;
    font-weight: var(--fw-900);
    color: var(--white);
}
.footer__Bottom__List h3 {
    font-size: var(--fz-md);
    color: var(--white);
    padding-bottom: 10px;
}
.list-footer li:before{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/Portals/1/Images/icon/mark.png);
    display: inline-block;
    margin-left: 5px;
}
.list-footer li>a{
    color: var(--white);
    font-size: 13px;
    line-height: 2.2;
}
.footer__Bottom .row {
    border-top: 2px solid #1a437c;
    padding-top: 16px;
    padding-bottom: 28px;
}
.copyright-login {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    font-size: var(--fz-xs);
    color: var(--bw-fade-2);
}
.copyright-login a {
    font-size: var(--fz-xs);
    color: var(--white);
}
.copyright {
    background: #122e53;
    padding: 10px 0px;
}
.copyright__Inner span{
    font-size: var(--fz-xs);
    color: var(--bw-fade-2);
}
@media only screen and(max-width:767px){
    .copyright__Inner {
        text-align: center;
    }
    .copyright-login {
        justify-content: center !important;
    }
}
.footer_menu_Title {
    font-size: 16px;
    margin-bottom: 1rem !important;
    line-height: 2;
    color: white;
    font-weight: 700;
}
.list-footer li{
    transition: all ease-in 300ms;
}
.list-footer li:hover {
  
    padding-right: 5px;
}
.list-footer li:hover a{
    color: #0b9bd5;
}
.footer-icon .ezIcon {
    background-color: var(--white);
    width: 47px;
    height: 47px;
}
.footer__Icon img{
    width: 47px;
    height: 47px;
}