    footer .footer-links h6 {
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        line-height: 1.444em;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 30px;
    }

    footer .footer-links p:first-child {
        margin-top: 35px;
    }

    footer .footer-links p,
    footer .footer-links p a {
        color: #e0dff1;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.143em;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

    footer p:hover,
    footer p a:hover {
        color: #6639e4 !important;
    }

    footer p {
        padding: 0 !important;
    }

    .footer-social-media-link i {
        text-align: center;
        width: 36px;
        height: 36px;
        min-width: 36px;
        color: white;
        border-radius: 1000px;
        font-size: 18px;
        padding-top: 9px;
        margin-left: 10px;
        background-color: rgba(156, 151, 211, 0.5);
        transition: 0.5s;
        text-decoration: none;
    }

    .footer-social-media-link:hover i {
        background-color: #6639e4;
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #fff;
    }

    footer .site-box {
        background-color: rgba(156, 151, 211, 0.2);
        color: #e0dff1;
        font-size: 15px;
        line-height: 1.778em;
    }

    @media only screen and (max-width:786px) {

        footer .col-md-6,
        footer .col-lg-3 {
            text-align: left;
        }

        footer .social-icons {
            margin-top: 20px;
            justify-content: flex-start !important;
        }

        footer .site-box button:first-child {
            margin-bottom: 20px;
        }
    }
