/* Footer Icons */
/* @media all and (min-width: 1341px) { */
    .footer-logo-bg {
        background-position: left;
    }
    .footer-logos-container-inner{
        width: 164px;
    }
    .footer-logos-container-inner:nth-child(2) {
        width: 180px;
    }
    .footer-logo-bg.footer-logo-bg-second {
        height: 58px;
    }
    .footer-logo-bg.footer-logo-bg-third {
        height: 29px;
        margin-top: 20px;
    }
    .footer-logo-bg.footer-logo-bg-fourth {
        height: 51px;
        background-position: center;
        margin-left: 10px;
    }
/* } */

.footer-logo-bg.footer-logo-bg-first {
    height: 41px;
    margin-top: 10px;
    margin-right: 10px;
}

@media all and (max-width: 768px) {
    .footer-logo-bg.footer-logo-bg-third{
        margin-top: 35px;
        margin-left: 30px;
    }
    .footer-logo-bg.footer-logo-bg-fourth {
        /* margin-top: 30px; */
        margin-top: 20px;
        margin-left: 20px !important;
    }
    p.show-on-small {
        /* margin: 20px 0; */
        margin: 20px 30px;
    }

    .qodef-social-icons-group .qodef-icon-holder:first-child {
        margin-left: inherit !important;
    }
   
}

@media (max-width: 414px){
    .footer-logos-container-inner:nth-child(2) {
        width: 45% !important;
    }
    .footer-logo-bg.footer-logo-bg-first{
        background-position: left !important;
        margin-left: 10px !important;
    } 

    .footer-logo-bg.footer-logo-bg-third{
        margin-left: 15px !important;
    }
}

@media (max-width:767px){
    .footer-logo-bg {
        background-position: center !important;
    }
}

/* Footer Icons End*/