.footer-un-somnath1 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
}

.footer-un-somnath1 .main {
    width: 100%;
}
.footer-un-somnath1 .main .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.footer-un-somnath1 .main .menu ul li{
    padding: 0px 10px;
    border-right: 2px solid var(--main-bgcolor);
}

.footer-un-somnath1 .main .menu1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 0px 3px 0px;
}
.footer-un-somnath1 .main .menu1 .ic a{
    height: auto;
    width: auto;
    display: flex;
    padding: 7px;
    justify-content: center;
    gap: 30px;
    font-size: 20px;
    color: white;
    background: var(--main-container-bgcolor);
}