.bg-footer {
    background-color: #4f4f4f;
    /* padding: 10px 0 10px;*/
    bottom: 0;
    /* position: sticky;  */
    width: 100%;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #fff;
    line-height: 40px;
    /*font-size: 14px;*/
    font-size: 12px;
    transition: all 0.5s;
}

    .footer-link a:hover {
        color: white;
    }

.contact-info {
    color: #acacac;
    /*font-size: 14px;*/
    font-size: 12px;
    font-family: 'Poppins';
}

.footer-social-icon {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #4f4f4f;
    padding-top: 0px;
    font-family: 'Poppins';
}

.footer-sec {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.footer-alt {
    color: #fff;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

    .footer-heading:after {
        content: '';
        width: 25px;
        border-bottom: 1px solid #FFF;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        border-bottom: 1px solid #1bbc9b;
    }

.footer-text {
    text-align: end;
}
/* footer Mobile view *****************/

@media (max-width: 992px) {
    .footer-text {
        text-align: center !important;
    }

    .footer-sec {
        justify-content: center;
        display: flex;
    }
}

.create-page {
    min-height: 600px;
}