
footer.footer2 .footer-main {
    background-color: #55090a;
}

.footer-main {
    padding-top: 60px;
}

.footer_category {
    color: #fff;
}

.footer-main a {
    color: #fff;
}

.footer-main h3.h3-small {
    font-size: 16px;
}

h3.h3-small {
    font-size: var(--h3-small);
    line-height: 1.56;
}

.social-layout-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

.axil-social.gap-12 ul {
    gap: 12px;
}

.axil-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.axil-social.social-layout-1 ul li.facebook a {
    border-color: #c7c7c7;
}

.axil-social.size-small ul li a {
    font-size: 16px;
    height: 28px;
    width: 28px;
}

.footer-copyright {
    /*    margin-top: 40px;*/
    padding-top: 10px;
    border-top: 1px solid;
    border-color: #fff;
    text-align: center;
}

footer.footer2 .footer-bottom {
    background-color: black;
}

.footer-bottom {
    padding: 2px 0 0px;
}

.footer-copyright {
    margin-top: 0px !important;
    padding-top: 10px;
    border-top: 1px solid;
    border-color: #424242;
    text-align: center;
}

    .footer-copyright .copyright-text {
        color: #d6d6d6;
        font-size: 10px;
    }

footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.axil-social.gap-12 ul li {
    width: 28px;
    height: 28px;
    text-align: center;
}

footer .facebook i {
    margin-left: 16px;
}


#livebtbox {
    position: fixed;
    bottom: 75px;
    right: 35px;
    z-index: 9999;
}

#live-bt a {
    display: block;
    background: red;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    /* padding: 10px 20px; */
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 14px;
    place-content: center;
    text-align: center;
}

.circle-rippl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 2px solid red;
    border-radius: 50%;
    animation: ripple 1.5s infinite;
    z-index: -1;
}

@keyframes ripple {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}



@media (max-width:768px) {

    #socialll .social-icons-top {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 8px;
        padding: 0;
        margin: 0;
    }

        #socialll .social-icons-top li {
            list-style: none;
            flex: 0 0 auto;
        }

        #socialll .social-icons-top::-webkit-scrollbar {
            display: none;
        }
}


/*///////////////////////////////////////////////////////////////////////////////////////*/

/* MOBILE FOOTER FIX */
@media (max-width:768px) {

    /* Top Category & Quick Links left align */
    .footer-main .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #div_menu_bottom,
    #div_menu_bottom .row,
    .footer-widget {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    /* Quick links columns */
    .footer-main .col-6,
    .footer-main .col-md-6 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        text-align: left !important;
    }

    /* Heading left */
    .footer_category {
        text-align: left !important;
        padding-left: 8px !important;
    }

    /* Link text proper */
    .footer-widget h3,
    .footer-widget a {
        text-align: left !important;
        display: block;
    }
}




/* QUICK LINKS MOBILE FIX */
@media (max-width:768px) {

    /* 2 column layout proper */
    .footer-main .col-lg-2.col-md-6.col-6 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    /* link text */
    .footer-widget h3 {
        font-size: 14px !important;
        line-height: 22px !important;
        margin: 0 !important;
        word-break: break-word;
    }

        .footer-widget h3 a {
            display: block;
            text-align: left !important;
        }

    /* QUICK LINKS heading */
    .footer_category {
        padding-left: 10px !important;
    }
}


