.footTitle{
    color: white;
    font-size: 29px;
    font-weight: bold;
}
.footerTxt{
    font-size: 19px;
    font-weight: normal;
    color: gainsboro !important;
    margin: 5px 0px;
}
.footerTxt>li>a{
    color: gainsboro !important;
}
.productStyle{
    transform:translateY(+4px);
}
.footerCopyright{
    text-align:center;
    color:white;
    border-top: 1px solid #434343;
    padding: 10px 0px;
}
@media (max-width: 768px){
    .footerAll{
        padding-top: 20px !important;
    }
    .footer-links{
        width: 100% !important;
    }
    .footer-logo-area p{
        display: none;
    }
    .footer{
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
    .footer-social-links{
        padding-top: 0!important;
        margin-top: 0!important;
    }
    .footer-logo-area{
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}