/* Slider text overlay background for readability */
.rev_slider .tp-caption.slider-overlay-bg {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
}

.tender-image-container {
    margin-top: 2rem;
    text-align: center;
}

.tender-image-container img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.sztp-banner {
  height: 200px;
  width: auto;
}

.sztp-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
  margin: 0px;
  border: 0;
}

.sztp-close {
  position: absolute;
  bottom: 160px;
  right: 670px;
}