.menunewfot {
  padding: 15px; }

.menunewfot *, .menunewfot a {
  color: #fff; }

.footerimagesocial img {
  max-width: 80px;
  margin-right: 15px; }

.div_flexonerow {
  margin-bottom: 10px; }

.footerpupupnew {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: center;
  gap: 1px; }
  .footerpupupnew > div {
    width: calc(100%/3); }
    .footerpupupnew > div a {
      display: flex;
      justify-content: center;
      background: #f77e7e;
      gap: 4px;
      font-size: 13px;
      align-items: center;
      padding: 10px;
      color: #ffffff; }
      .footerpupupnew > div a img {
        width: 22px;
        height: 22px;
        object-fit: contain; }

body:has(.footerpupupnew) footer {
  padding-bottom: 150px; }
