@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
a,
a:hover {
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif !important;
}
.seven-eleven-logo,
.cliqq-logo,
.cashbee-logo {
  width: auto;
  height: 80px;
}
.banner-bg {
  position: relative;
  background: url("../storage/black-grid.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-1-img {
  position: absolute;
  width: 100px;
  padding: 0;
  left: 50px;
}
.banner-2-img {
  position: absolute;
  width: 100px;
  padding: 0;
  top: 20px;
  right: 50px;
}
.banner-3-img {
  position: absolute;
  width: 100px;
  padding: 0;
  left: 50px;
  bottom: -50px;
}
.banner-4-img {
  position: absolute;
  width: 100px;
  padding: 0;
  right: 50px;
  bottom: -70px;
}
.cliqq-badge {
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(-20deg);
}
.footer-container-bg-left {
  background-image: linear-gradient(#FFCE2B, #FCAD33);
}
.footer-container-bg-right {
  background-color: #F4F4F4;
}
.separator {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
}
@media only screen and (max-width: 1190px) {
  
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {
  .cliqq-badge {
    width: 150px;
    top: -5px;
    left: -5px;
  }
  .download-container {
    text-align: center;
  }
  .footer-container-bg-right {
    flex-direction: column !important;
  }
  .seven-eleven-logo,
  .cliqq-logo,
  .cashbee-logo {
    height: 50px;
  }
  .req-desc {
    flex-direction: column !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 320px) { 
  .footer-labels > img {
    width: 30px;
  }
  .footer-labels {
    font-size: 12px;
  }
  .seven-eleven-logo,
  .cliqq-logo,
  .cashbee-logo {
    height: 40px;
  }
}
