/* .sub-navLinks {
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: var(--spacing-md);
    text-align: right;
} */
/* @font-face {
  font-family: 'IBMPlexSansArabic';
  src: url('./fonts/IBMPlexSansArabic-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'IBMPlexSansArabic';
  src: url('./fonts/IBMPlexSansArabic-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins_400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins_500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
} */

/* .SANGcontainer{
    margin-inline: 10px !important;
}
div#InnerBreadcrump {
    margin-inline: 20px !important;
} */

/* @media only screen and (max-width: 1280px) {
    .SANGcontainer, .SANGcontainerCol {
        max-width: calc(100% - 64px) !important;
    }
} */

@media only screen and (max-width: 1280px) {
    .SANGcontainer {
        margin-inline:auto;
        max-width: calc(100% - 64px) !important;
    }
    .digitalStamp_heads span {
      font-size:10px;
    }
}
@media only screen and (max-width: 780px) {
    .SANGcontainer {
        margin-inline:16px;
    }

}

.footer {
    background-image: url('./images/footer.svg');
    background-repeat: repeat-x !important;
    background-position: top !important;
    padding-top: 100px;
}

