@media (max-width: 767px) {
    .footer-second ul li,
    .footer-third ul li,
    .footer-inner {
        width: 100%;
        border: 0!important;
        text-align: center;
    }
    .container-md {
        min-width: 100%;
        max-width: 100%;
        padding: 0!important;
    }
    .footer-logo-text h1 {
        font-size: 1.5rem !important;
        bottom: 0%;
    }
    .footerLinks>li, .footerHeader, .grievance-block{
        text-align: left;
    }
    .footerLinks { 
    margin-left: 0px;
    margin-bottom: 0;
    }
    .grievance-block ul{
        margin-left:0;
    }
    .footer-icon {
        margin-right: 0;
        text-align: left;
    }
    .new-footer-logo-text {
        right: 0;
        position: relative;
        left: 0;
        display: block;
        padding-top: 24px;
        text-align: left;
        bottom: 0;
        padding-bottom: 24px;
    }
    .lnt-sufin-footer-logo {
        font-size: 36px;
        text-align: left;
    }
}

@media (min-width:640px) and (max-width: 766px) {
    .container-md {
        min-width: 100%;
        max-width: 100%;
        padding: 0!important;
    }
    .footer-logo-text h1 {
        font-size: 1.5rem !important;
        bottom: 0%;
    }
}

@media (max-width: 1024px) {
    .footer-second ul li,
    .footer-third ul li {
        padding-left: 0;
        border: 0!important;
    }
    .footer-logo-text h1 {
        font-size: 2rem !important;
        bottom: 0%;
    }
    .new-footer-logo-text h1{
        font-size:36px;
    }
    .footerHeader {
        font-size: 15px!important;
    }
    .footer-icon{
        margin-right:10px;
    }
    /* .new-footer-logo-text{        
        right: 0;
        position: relative;
    } */
    .lnt-sufin-footer-logo{
        font-size:36px;
    }
}

@media (max-width: 991px) {
    .no-sm-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .no-sm-gutters>.col,
    .no-sm-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .footer-logo-text h1 {
        font-size: 1.8rem !important;
        bottom: 0%;
    }
    .new-footer-logo-text {
        right: 0;
        position: relative;
        left: 0;
        display: block;
        padding-top: 24px;
        text-align: left;
        bottom: 0;
        padding-bottom: 24px;
    }
    .lnt-sufin-footer-logo {
        font-size: 36px;
        text-align: left;
    }
    .footer-icon {
        margin-right: 0px;
        text-align: left;
    }
}