.ova_time_countdown {
  background-color: #2a2c37;
  padding: 26px 20px 26px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ova_time_countdown .ova-button {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.ova_time_countdown .ova-button a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #2a2c37;
  background: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_time_countdown .ova-button a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .ova_time_countdown .due_date {
    flex: 0 0 100%;
  }
}
.ova_time_countdown .due_date .countdown-section {
  display: inline-block;
  text-align: left;
}
.ova_time_countdown .due_date .countdown-section:not(:last-child) {
  padding-right: 50px;
}
.ova_time_countdown .due_date .countdown-section:nth-child(1) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(2) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(3) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(4) {
  display: none;
  margin-right: 0;
}
.ova_time_countdown .due_date .countdown-section .countdown-amount {
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}
.ova_time_countdown .due_date .countdown-section .countdown-period {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: capitalize;
}
.ova_time_countdown.version_2 {
  background: transparent;
  justify-content: center;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ova_time_countdown.version_2 {
    text-align: center;
    justify-content: center;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 60px 0 0;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section {
    padding: 0 30px;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section:last-child {
  padding: 0;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section:last-child {
    padding: 0 30px;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section:not(:last-child):after {
  content: ":";
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 50px;
  color: #868686;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section:not(:last-child):after {
    display: none;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section .countdown-amount {
  font-size: 60px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 400;
}
.ova_time_countdown.version_2 .due_date .countdown-section .countdown-period {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
  font-weight: 400;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section .countdown-period {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .ova_time_countdown .due_date .countdown-section:not(:last-child) {
    margin-bottom: 10px;
  }
  .ova_time_countdown .due_date .countdown-section .countdown-amount {
    font-size: 40px;
  }
  .ova_time_countdown .due_date .countdown-section .countdown-period {
    font-size: 18px;
  }
}