body {
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /* overflow: hidden; */
}

.main_content {
    margin-top: 60px;
}

.footer_div {
    clear: both;
    position: relative;
    width: 100%;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 56px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 50px;
    
    background-color: #3077E1;
    background-color: transparent;
    
/*    z-index: 100;*/
    z-index: 10;
/*    background-color: rgb(238, 238, 238);*/
}



.content {
    min-height: calc(100vh -56px);
    /* overflow-y: scroll; */
/*    min-height: calc(100vh - 35px);*/
}

.footer_div_2 {
    background-color: rgb(255, 255, 255);
    position: relative;
    margin-top: 100px;
    text-align: center;
}
.footer_div_2 p {
    margin: auto;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* bottom: 20px; */
    /* width: 200px; */
}

.footer_copyright {
    margin: auto; color: #5d5d5d; font-weight: 500; font-size: 14px; margin-bottom: 0px; bottom: 20px; width: 200px; float: left; margin-left: 10px;
}
.footer_terms {
    margin: auto; color: #5d5d5d; font-weight: 500; font-size: 14px; margin-bottom: 0px; bottom: 20px; width: 160px; float: right; text-align: right; margin-right: 20px;
}

@media only screen and (max-width: 390px) {
    .footer_copyright {
        /* background-color: red; */
        width: 100%;
        clear: both;
        text-align: center;
        float: left;
        margin: 0px;
    }
    .footer_terms {
        /* background-color: red; */
        width: 100%;
        clear: both;
        text-align: center;
        float: left;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}