#wrapper_body{
    width: 100%;
    height: 100%;
}
#wrapper_section{
    width: 100% !important;
    overflow: hidden;
    background: none;
    min-height: 50%;
}

.page_content{
    width: 100% !important;
    overflow: hidden;
    background: #fff;
    min-height: 500px;
}
/* .page_content .sidebar{
    width: 100%;
} */

#wrapper_body>#main_section{
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

#wrapper_body>#main_footer{
    overflow: hidden;
    width: 100%;
    height: auto;
    display: table;
    background: var(--footer_bg);
}


