#brands li a {
    background-color: var(--light);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

#brands #facebook:hover {
    background-color: #3A5696;
    color: var(--light);
}

#brands #instagram:hover {
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 9%, rgba(253, 29, 29, 1) 70%, rgba(252, 176, 69, 1) 100%);
    color: var(--light);
}

#brands #linkedin:hover {
    background-color: #2864AA;
    color: var(--light);
}

#brands #youtube:hover {
    background-color: #ff0000;
    color: var(--light);
}

#brands #whatsapp:hover {
    background-color: #31D24E;
    color: var(--light);
}

.footer {
    background-color: var(--primary);
    font-weight: var(--fw-sm);
    padding: 10px 10px;
}

.footer .container-fluid {
    width: 90%;
    margin: auto;
}

/* Company Info */
.footer #footerdiv #cmpnyinfo h5,
.footer #footerdiv #cmpnyinfo h5 a {
    color: var(--light) !important;
    font-weight: var(--fw-sm);
    margin-top: 10px;
}

.footer #footerdiv .footerheadings h5 {
    font-family: var(--main-font);
    color: var(--light);
    margin-top: 10px;
    font-weight: 300;
}

.footer #footerdiv #cmpnyinfo h5 i {
    color: var(--light);
}

.footer .nav-item a,
.footer .col-md-3 form p {
    color: var(--light);
    font-weight: var(--fw-sm);
}

.footer .nav-item a:hover {
    transition: var(--transition);
    text-decoration: underline var(--light);
}

/* Brands Footer */
.brandsfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brandsfooter h6 {
    color: var(--light);
    font-weight: var(--fw-md);
    text-transform: uppercase;
}

@media screen and (min-width: 1023px) {

    #brands li a {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .footer #footerdiv {
        margin-top: 10px;
    }

    /* Company Info */
    .footer #footerdiv #cmpnyinfo h5,
    .footer #footerdiv #cmpnyinfo h5 a {
        font-size: 14px;
    }

    .footer #footerdiv .footerheadings h5 {
        font-size: 20px;
    }

    .footer #footerdiv #cmpnyinfo h5 i {
        font-size: 20px;
    }

    .footer .nav-item a,
    .footer .col-md-3 form p {
        font-size: 14px;
    }

    .brandsfooter h6 {
        font-size: 12px;
    }

}

@media screen and (min-width: 767px) and (max-width: 1023px) {

    .footer .footerlogo img {
        height: 100px !important;
    }

    #brands li a {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .footer #footerdiv {
        margin-top: 10px;
    }

    /* Company Info */
    .footer #footerdiv #cmpnyinfo h5,
    .footer #footerdiv #cmpnyinfo h5 a {
        font-size: 12px;
    }

    .footer #footerdiv .footerheadings h5 {
        font-size: 18px;
    }

    .footer #footerdiv #cmpnyinfo h5 i {
        font-size: 18px;
    }

    .footer .nav-item {
        margin-bottom: 0px !important;
    }

    .footer .nav-item a,
    .footer .col-md-3 form p {
        font-size: 10px;
    }

    .brandsfooter h6 {
        font-size: 12px;
    }

}

@media screen and (max-width: 767px) {

    .footer .container-fluid {
        width: 95%;
    }

    .footer {
        width: 100%;
        display: block;
        margin: auto;
    }

    .footer .footerlogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #brands li a {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .footer #footerdiv {
        margin-top: 10px;
    }

    /* Company Info */
    .footer #footerdiv #cmpnyinfo h5,
    .footer #footerdiv #cmpnyinfo h5 a {
        font-size: 14px;
    }

    .footer #footerdiv .footerheadings h5 {
        font-size: 20px;
    }

    .footer #footerdiv #cmpnyinfo h5 i {
        font-size: 20px;
    }

    .footer .nav-item {
        margin-bottom: 0px !important;
    }

    .footer .nav-item a,
    .footer .col-md-3 form p {
        font-size: 12px;
    }

    .brandsfooter h6 {
        font-size: 12px;
    }

}