
/*This code for make footer alignment*/
.pkp_structure_footer{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.pkp_footer_content{
    flex: 1;
}

.pkp_brand_footer{
    margin-right: 0;
    margin-left: 30px;
}
.pkp_structure_footer_wrapper{
    background:#a3c1e3;
    padding:4px 0 !important;
    margin-top:5px !important;
    height:auto
}
/*End code*/