
footer.footer2 .footer-main {
    background-color: #002765 !important;
}

.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: #002765 !important;
}

.footer-bottom {
    padding: 2px 0 0px;
}

.footer-copyright {
    margin-top: 40px;
    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;
    }
}


