:root {
  --backgound: #4e57a6;
  --text: #fff;
}

.coupon-banner-cont {
  margin: 0px auto 60px auto;
  padding: 40px 0px 0px 0px;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.coupon {
  background: var(--backgound);
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  max-width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
}

.coupon-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Web version small */
@media (max-width: 1190px) {
  .coupon-banner-cont {
    margin: 0px auto 60px auto;
    padding: 40px 0px 0px 0px;
    max-width: 900px;
  }
}

/* Mobile version */
@media (max-width: 950px) {
  .coupon-banner-cont {
    margin: 0px auto 60px auto;
    padding: 20px 15px 0px 15px;
    max-width: 400px;
  }

  .coupon {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

/* Notches */

/* .coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.coupon::before {
  left: -20px;
}
.coupon::after {
  right: -20px;
}
.coupon-content {
  padding: 20px;
  text-align: center;
} */
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.coupon::before {
  left: -20px;
}
.coupon::after {
  right: -20px;
}
.coupon-content {
  padding: 20px;
  text-align: center;
}

.bottom {
  min-width: 270px;
  margin: 15px 0px 15px 20px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  border-left: 2px dashed #ccc;
}

@media (max-width: 480px) {
  .coupon-content {
    padding: 16px;
  }
}

@media (max-width: 950px) {
  .bottom {
    min-width: 270px;
    margin: 0px 0px 25px 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    border-left: none;
  }
}

/* - - - - - - - - - - - - - - */

/* - - - COUNTDOWN TIMER  - - -*/

/* - - - - - - - - - - - - - - */

.coupon-outer-bx {
  background-color: rgb(247, 232, 240);
  max-width: 500px;
}

#countdown {
  color: var(--text);
  text-align: center;
}

#countdown img {
  width: 100%;
  max-width: 150px;
  margin: 0px auto 10px auto;
}

#countdown p {
  font-size: 12px;
  margin: 0;
  text-align: center;
}

#countdown ul {
  padding-inline-start: 0px;
  margin: 0;
}

/* for days hours etc */
#countdown ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
  padding: 0 4px 4px 4px;
}

/* for numbers hours etc */
#countdown ul li span {
  display: block;
  font-size: bold;
  font-size: 22px;
}

@media (max-width: 600px) {
  #countdown ul li {
    font-size: 0.9em;
    padding: 1em;
  }

  #countdown ul li span {
    font-size: 2rem;
  }
}

/* - - - - - - - - - - - - - - */

/* - - - Download Button  - - -*/

/* - - - - - - - - - - - - - - */

.phone-button {
  background: var(--backgound);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 15px;
  padding: 7px 14px 7px 14px;
  border: 2px solid #fff;
  margin: 15px auto 0px auto;
  color: var(--text);
}

.phone-button:hover {
  transform: scale(1.04);
  transition-duration: 0.6s;
}

.phone-button a {
  color: var(--text);
  font-weight: bold;
}

.phone-button a:hover {
  color: var(--text);
}

.pnumber_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pnumber_button h4 {
  font-size: 14px;
  margin: 0;
}

.pnumber_button img {
  height: 16px;
  margin-right: 10px;
}
/* ----- Download Button end ------ */
