#public_footer{
    background: #0B0E50 !important;
    padding: 0 0;
}

.public_footer_container{
    padding: 0 15% 1%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #474F8E;
}

.info_list{
    width: 20%;
}
.info_list ul{
    margin: 0;
}
.footer_logo{
    color: #fff;
    width: 45%;
}
.footer_title{
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
}
.footer_des{
    font-size: 14px;        
    color: #E2F0FF;
    line-height: 24px;
    margin-top: 20px;
}
.footer_small_text{
    color: #6C73A7;
    font-size: 0.7vw;
    margin-bottom: 10px;
    list-style: none;
}
.info_list a {
    color: #6C73A7 !important;
    text-decoration: none !important;
}
.saoma_img{
    width: 13%;
}
.saoma_des{
    font-size: 16px;
    color: #4367BB;
    line-height: 45px;
    text-align: center;
}
#public_footer a:hover{
    text-decoration: underline;
    color: white !important;
}


.bottom_info_list{
    display: flex;
    justify-content: space-between;
}

.bottom_info_list a{
    font-size: 0.8vw;
    color: #6C73A7;
    text-decoration: none !important;
}
.footer_ztlogo{
    width: 71px;
}

.copyright{
    font-size: 0.7vw;
}
 .copyright a{
    color: #2A3051;
    text-decoration: none;
 }
 .copyright a:hover{
    color: #aaa !important;
    text-decoration: none !important;
 }
@media screen and (max-width: 960px) {
    .footer_ztlogo{
        width: 80px;
        height: 30px;
    }
    .bottom_info_list{
        display: block;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-left: 10px;
    }
    .bottom_info_list>a{
        display: block;
    }
    .copyright{
        font-size: 10px !important;
    }
    .contact_us{
        margin-top: 10px;
    }
}