#stickyfooter {
    /* margin-top:5%; */
    position: absolute;
    /* bottom: 0; */
    width: 100%;
}

.footer_body {
    width: 100%;
}

#footer_id {
    width: 100%;
 
}

.footer_wrapper {
    padding-top: 30px;
    padding-bottom:0;
    background-color: #007BFF;
}

.footer_cont ul li {
    list-style-type: none;
}

.footer_cont ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    display: block;
    padding: 2px 0;
}

.footer_cont ul li a:hover {
    text-decoration: underline;
}

.footer_title p {
    padding-left: 0;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

#footer_id a i {
    color: white;
}

#footertxt a {
    text-decoration: none;
    color: #000000;
}

ul.social_hand {
    margin: 0;
    padding: 0;
}

ul.social_hand li {
    list-style-type: none;
}

ul.social_hand li a {
    text-decoration: none;
    padding: 10px;
    margin-left: 0/*20px*/;
}

ul.social_hand li a i {
    font-size: 1em !important;
}

.social_links,
.social_hand {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    color: #fff;
    margin-bottom: 0;
}
.copy-right{text-align: right;}
@media screen and (max-width: 400px) {
    ul.social_hand li a {
        margin-left: 0px;
        padding: 10px;
    }
    .social_links p {
        padding-left: 10px;
    }
}

.footer-bottom {
    background-color: #cecfff;
    /*top: 53px;*/
    bottom: 0;
    width: 100%;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer_cont ul{
    padding-left: 0;
}

@media only screen and (max-width:767px) {
    .footer-bottom {
        top: 74px;
    }
}

@media only screen and (max-width:300px) {
    .footer-bottom {
        top: 95px;
    }
}