/* .foter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 2
}

.copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 10px;
}

@media only screen and (min-width:992px) {
    .tc {
        float: left!important;
        margin-right: -4%
    }
}

@media only screen and (max-width:992px) {
    .term_conditions {
        justify-content: space-evenly!important;
        margin-bottom: 5px;
        margin-left: 0!important
    }
    .tc {
        margin-bottom: -10px!important
    }
    .ul {
        margin-left: -1.5rem
    }
}

@media only screen and (max-width:480px) {
    .ul {
        font-size: .67rem
    }
    .copyright {
        font-size: .68rem
    }
} */