.footer-container {
    padding: 30px 0;
    background-color: #010027;
    position: relative;
}

.footer-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/astrology-bg.png);
    opacity: .08;
}

.footer .container {
    position: relative;
}

.footer .top-footer {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.footer .top-footer img {
    width: 240px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.footer .top-footer p {
    max-width: 80%;
    margin: 0 auto 10px;
    color: #cecece;
    font-weight: 500;
}



.footer .top-footer .social-icon {
    margin-top: 10px;
}

.footer .top-footer .social-icon svg {
    width: 24px;
    height: 24px;
    padding: 6px;
    color: #fff;
    transition: all 0.4s;
}

.footer .top-footer .social-icon svg:hover {
    background-color: #dd000b !important;
}


.footer .footer-link-container {
    padding: 30px 0;
}

.footer .footer-link-container .footer-column h5 {
    color: #fff;
    font-family: 'Philosopher', sans-serif !important;
    padding-bottom: 8px;
    position: relative;

}

.footer .footer-link-container .footer-column h5::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.footer .footer-link-container .footer-column.service-link ul li {
    width: 48%;
    display: inline-block;
}
.footer .footer-link-container .footer-column ul li a {
    color: #c0c0c0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s;
}
@media (min-width:992px) and (max-width:1200px) {
    .footer .footer-link-container .footer-column.service-link ul li {
        width: 100%;
        display: inline-block;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .footer .footer-link-container .footer-column.service-link ul li {
        width: 100%;
        display: inline-block;
    }
}
@media (min-width:568px) and (max-width:768px) {
    .footer .top-footer p {
        max-width: 100%;

    }
}
@media (max-width:568px) {
    .footer .footer-link-container .footer-column{
        text-align: center;
    }
    .footer .footer-link-container .footer-column.service-link ul li {
        width: 100%;
        display: inline-block;
    }
    .footer .top-footer p {
        max-width: 100%;

    }
}
.footer .footer-link-container .footer-column ul li a::before {
    content: "-";
    margin-right: 5px;
    color: #c0c0c0;
}



.footer .footer-link-container .footer-column ul li a:hover {
    color: #FFB007;
}

.footer .copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #000000;
}

.footer .copyright p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.footer .copyright p a {
    color: #FFB007;
}