.footer-link-heading span{
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
    .footer-link-heading span::before {
        content: "";
        position: absolute;
        left: 0;
        width: 70%;
        height: 2px;
        background-color: #ffc107;
        bottom: -5px;
    }
.footer-link-parent{
    padding-left: 15px;
    list-style: none;
}
.footer-link-parent li{
    margin-top: 10px;
}
    .footer-link-parent li a {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        transition: all 0.5s;
        justify-content: center;
    }
.footer-link-parent li a::before{
    position: absolute;
    left: -20px;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url(../img/chevron.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
media-a-tag{
    position:relative
}
.media-a-tag svg {
    font-size: 25px;
}
.media-a-tag::before {
    display: none !important;
}

.footer-link-parent li a:hover {
    color: #ffc107;
    font-weight: 500;
}
.footer-social-links{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-social-links{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.footer-social-links::before{
    display: none;
}
.social-link{
    padding-left: 0px;
}
.footer-social-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #ffc107;
}
.footer-social-links span svg{
    fill: #000;
    width: 14px;
}
.footer{
    border-top: 1px solid #fc62195e;
}
.footer-copyright {
    background-color: #ffc107;
}
.footer-cont{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.footer-call-now{
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 888;
    overflow-x: hidden;
    max-width: 100vw;
}
.same-w-c{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f00606;
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
}
.same-w-c svg{
    fill: #fff;
    width: 16px;

}
.same-w-c.whatsapp_bg{
    background-color: #01570f;
}
@media (max-width:991px){
    .footer-logo a img{
        width: 80px;
    }
}
