.hidden { display: none!important; }
.visible { display: block; }

.Checkout .Page-Step2 .Frame-Top-Line {
  margin: 0 4px; 
}
.Page-Step2 .Frame-Top-Line .Inner-Container{
  max-width: 100%;
  width: 100%;
  background: #1D1C1C;
  border-radius: 8px;
}
.Page-Step2 .banner_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 0;
}
.Page-Step2 .banner_wr-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 0 10px;
  margin: 0 auto;
}
.Page-Step2 .banner-top {
 background: url('https://members.upclick.com/main/Publishers/1001837/Designer/Soda360-Main-Join_3step-3prod_EXIT_ND_BF25/BG-BF25.png') no-repeat;
  background-size: cover;
  z-index: 999;
  background-repeat: no-repeat;
}
.Page-Step2 .banner-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;

}
.Page-Step2 .banner-img {
  max-width: 220px;
  width: 100%;
}
.en .Page-Step2 .banner-img,
.de .Page-Step2 .banner-img {
  padding: 5px 0 0;
}
/* timer start */
.Page-Step2 .timer {
  display: flex;
  gap: 10px;
}
.Page-Step2 .countdown {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 8px;
}
.Page-Step2 .timer {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  background: #0068DF;
  border-radius: 8px;
}
.Page-Step2 .countdown-title,
.Page-Step2 .deadline-message {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.Page-Step2 .countdown-number {
  background: #ffffff;
  color: #0068DF;
  font-weight: 500;
  padding: 8px 18px;
  position: relative;
  border-radius: 8px;
  font-size: 20px;
  white-space: nowrap;
}

.countdown-number::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #0068DF;
  transform: rotate(180deg);
}

.countdown-number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #0068DF;
  transform: rotate(180deg);
}
/* timer end */
@media (max-width: 1210px) {
  .Page-Step2 .banner-img {
    display: none;
  }

  .Page-Step2 .banner_wr-content {
    gap: 20px;
  }

  .Page-Step2 .timer {
    gap: 5px;
    padding: 10px;
    background: #0068DF;
    border-radius: 8px;
  }

  .Page-Step2 .countdown-title,
  .Page-Step2 .deadline-message,
  .Page-Step2 .countdown-number {
    font-size: 18px;
  }

  .Page-Step2 .countdown-number {

    padding: 7px;
  }
}
@media (max-width: 768px) {
  .Page-Step2 .banner_wr-content {
    flex-direction: column;
    gap: 10px;
  }

  .Page-Step2 .banner-top {
    background: transparent;
  }

  .Page-Step2 .timer {
    order: 1;
  }

  .Page-Step2 .banner-title {
    order: 2;
    text-align: center;
    font-size: 18px;
  }

  .Checkout .Page-Step2 .Frame-Top-Line {
    margin: 0px 4px 20px;
  }
}

@media (max-width: 420px) {
  .Checkout .Page-Step2 .Frame-Top-Line {
      margin: 0 4px;
    }
  .countdown-number::before,
  .countdown-number::after {
    display: none;
  }

  .Page-Step2 .countdown-title {
    display: none;
  }

  .Page-Step2 .countdown {
    gap: 5px;
  }

  .Page-Step2 .timer {
    gap: 0px;
    padding: 4px;
  }

  .Page-Step2 .banner-title {
    font-size: 14px;
  }
}
