.social-icons {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex; /* Use flexbox to arrange items in a row */
    justify-content: center; /* Center the icons horizontally */
}

.social-icons li {
    margin: 0 10px; /* Add some space between icons */
}

.social-icons a {
    text-decoration: none; /* Remove underline from links */
    font-size: 24px; /* Adjust size as needed */
    color: #000; /* Set the icon color */
    transition: color 0.3s; /* Add a smooth color transition */
}

.social-icons a:hover {
    color: #007bff; /* Change color on hover */
}
@media screen and (min-device-width: 1367px) and (max-device-width: 1440px) {
            .smallscreenfooter{
             max-width: 100% !important;
             padding: 0 60px !important;
            }
        }
        @media screen and (min-device-width: 1100px) and (max-device-width: 1366px) {
            .smallscreenfooter{
                max-width: 100% !important;
                padding: 0 60px !important;
            }
        }