.footer {
    background: #010027;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/astrology-bg.png) rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .13;

}

.footer .footer-left1 {
    padding: 0px 40px 30px 0px;
    position: relative;
}

.footer .footer-about a img {
    width: 260px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.footer .footer-about p {
    color: #fff;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.footer .footer-links {
    padding: 18px 0 0;
}

.footer .footer-navigation1 strong {
    display: block;
    color: #ffb007;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.footer .footer-navigation1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-navigation1 ul li {
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer .footer-navigation1 li:before {
    content: "";
    font-size: 15px;
    margin: 0;
    height: 2px;
    left: 0;
    top: 20px;
    width: 13px;
    background: #ffb007;
    position: absolute;
}

.footer .footer-navigation1 ul li a {
    color: #fff;
}

.footer .footer-services1 {
    padding: 0 0px;
}

.footer .footer-services1 strong {
    display: block;
    color: #ffb007;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.footer .services-left1 {
    padding: 0px;
}

.footer .services-left1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .services-left1 ul li {
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.footer .services-left1 ul li a {
    color: #fff;
}

.footer .services-left1 li:before {
    content: "";
    font-size: 15px;
    margin: 0;
    height: 2px;
    left: 0;
    top: 20px;
    width: 13px;
    background: #ffb007;
    position: absolute;
}

.footer .footer-right1 {
    padding: 10px 0 0 30px;
    border-left: 1px solid #ffb007;
    position: relative;
}

.footer .footer-right1 strong {
    display: block;
    color: #ffb007;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}

.footer .footer-right1 ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.footer .footer-right1 ul li {
    padding: 12px 0;
}

.footer .footer-right1 li i {
    font-style: normal;
    font-size: 17px;
    font-weight: 600;
    color: #ffe49c;
    text-transform: uppercase;
    display: block;
}

.footer .footer-right1 li span {
    font-size: 17px;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600;
}

.footer .footer-right1 .social-icon svg{
    color: #fff;
    margin-right: 8px;
    font-size: 18px;

}
.footer .copy-right {
    padding: 20px 0 0 0;
    border-top: 1px solid #ffb007;
    position: relative;
}

.footer .copy-right p {
    color: #fff;
    display: block;
}

.footer .copy-right p a {
    font-weight: 700;
    color: #ffb007;
}



@media (max-width:768px) {
    .footer .footer-about {
        text-align: center;
    }

    .footer .footer-left1 {
        padding: 5px;
        position: relative;
    }

    .footer .footer-navigation1 strong {
        text-align: center;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    }

    .footer .footer-navigation1 ul li {
        padding: 8px 0 8px 20px;
        text-align: center;
    }

    .footer .footer-navigation1 li::before {
        display: none;
    }

    .footer .footer-services1 {
        padding: 0 0px;
        margin-top: 20px;
    }

    .footer .footer-services1 strong {
        text-align: center;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 20px;
    }

    .footer .footer-services1 li {
        padding: 8px 0 8px 20px;
        text-align: center;
    }

    .footer .footer-services1 li::before {
        display: none;
    }

    .footer .footer-right1 {
        padding: 10px 0;
    }

    .footer .footer-right1 strong {
        text-align: center;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);

    }

    .footer .footer-right1 li {
        text-align: center;

    }

}