body{
  background: #fff;
  font-family: sans-serif;
  padding: 0;
  width: 100%;
  margin: 0;
}
.content{
  /* width: 1440px; */
  /* margin:auto; */
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 10px 50px;
  background: #FFF;
  border-bottom: 1px solid #efefef;
}

.login-btn{
  color: #00AB4E;
  text-decoration: none;
}

.login-button {
  border-radius: 4px;
  border: 1px solid #00AB4E;
  background: #EFFFF6;
  padding: 6px 17px;
}

.login-button a {
  text-decoration: none;
  color: #00AB4E;
}
.open-an-account {
  background: #00AB4E;
  color: #fff;
  border: none;
  padding: 8px 8px;
  border-radius: 4px;
  outline: none;
}
.open-an-account:focus{
  outline: none !important;
}
.buttons{
  display: flex;
  gap: 16px;
  align-items: center;
}
.banner-content{
  background: linear-gradient(86deg, rgba(255, 255, 255, 0.00) 12.93%, #D1E0EB 122.84%), #FFF;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grey-color{
  width: 360px;
  height: 194px;
  transform: rotate(-30.277deg);
  flex-shrink: 0;
  background: #F6F9FE;
  position: absolute;
  top: -100px;
  left: -120px;
  z-index: 0;
}
.green-color{
  position: absolute;
  top: -150px;
  left: 233px;
  width: 207px;
  height: 207px;
  transform: rotate(-33.839deg);
  flex-shrink: 0;
  border-radius: 40px;
  background: #C8EDDA;
  z-index: 0;
}
.download-content{
  text-align: center;
}
.exclusive-text{
  margin-top: 129px;
  color: #000;
  text-align: center;
  font-family: sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.scan-text{
  color: #000;
  font-family: sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 30px;
}
.playstore-appstore{
  display: flex;
  justify-content: center;
  gap: 68px;
  margin-bottom: 124px;
}
.footer{
  margin: 19px 0;
}
.footer ul {
  list-style-position: inside; 
  text-align: center;          
  padding: 0;                  
  margin: 0 auto;              
}
.footer li {
  display: list-item;
}
.footer ul li{
  color: #656565;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px 10px 16px;
    background: #FFF;
  }
  .exclusive-text{
    margin-top: 119px;
    color: #000;
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
  .scan-text{
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .playstore-appstore{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 20px 0 58px 0;
  }
  .play-store-img{
    width: 259px;
    height: 100px;
    flex-shrink: 0;
  }
  .app-store-img{
    width: 259px;
    height: 100px;
    flex-shrink: 0;
  }
  .footer{
    padding: 15px;
  }
}