.footer_div{
    width: 100%;
    background: #0371B8;
    display: table;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
.footer_div a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer_1{
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #2c8fcf;
}
.footer_1 a{
    margin: 0 5px;
}
.footer_2{
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #2c8fcf;
}
.footer_2 a{
    padding: 0 15px;
    border-right: 2px solid #FFFFFF;
}
.footer_2 a:last-child{
    border-right: none;
}
.footer_3{
    font-size: 12px;
    padding: 10px 0;
}