section {
    text-align: justify;
}
.footer-toggle {
    display: none;
}
.link-cat {
    cursor: pointer;
}
footer ul {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
}
footer ul li {
    list-style-type: none;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 2;
}
footer .footer-cat,
#newsletter span {
    font-size: 20px;
}
.footer-cat-links a {
    color: #cecece;
    text-decoration: none;
    position: relative;
}
.footer-cat-links.active>li a {
    pointer-events: auto;
}
.footer-cat-links a:after {
    top: 21px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #fff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.footer-cat-links a:hover:after,
.footer-cat-links a:focus:after {
    width: 100%;
    left: 0;
}
.col-3 {
    display: inline-table;
    color: #fff;
    font-family: JioType Var;
}
/* iPads to Smartphone for Common Elements ----------- */
@media only screen and (max-width : 700px) {
    .col-3 {
        display: block;
        padding-bottom: 1em;
        position: relative;
    }
    .col-3#newsletter {
        position: relative;
        padding-bottom: 0;
        padding-top: 1em;
    }
    footer .footer-cat {
        margin-left: 25px;
    }
    .footer-toggle,
    .footer-toggle::after {
        background: #fff;
        height: 2px;
        width: 15px;
        position: absolute;
        display: block;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }
    .footer-toggle {
        top: 11px;
        cursor: pointer;
    }
    .footer-toggle::after {
        content: '';
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .btnActive .footer-toggle::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .footer-cat-links {
        margin: 0 0em 0px 1.6em;
    }
    .footer-cat-links a {
        pointer-events: none;
    }
    .footer-cat-links li {
        line-height: 0;
        opacity: 0;
    }
    .footer-cat-links.active>li {
        line-height: 2;
        opacity: 1;
    }

}
ul.footer-cat-links.active {
    font-weight: 600;
}