/*-- Use For Custom Styling --*/


.count_down p {
    color: #232323;
}

.count_down.animated-gradient p {
    color: #fde428;
}

.count_down.white p {
    color: #fe7a52;
}

ul.count_down {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: block;
}

ul.count_down li {
    display: inline-block;
    padding: 0 20px;
    width: auto;
}

ul.count_down li:first-child{
    padding-left: 0;
}
ul.count_down li:last-child{
    padding-right: 0;
}

ul.count_down li p:nth-child(1) {
    font-size: 3rem;
    color: white!important;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    transition: 1s;
}

ul.count_down li p:nth-child(2) {
    color: inherit;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    transition: 1s;
    font-weight: 500;
}

ul.count_down.white li p:nth-child(2) {
    color: #fe7a52;;
}


.payment-mashup{
  text-align:left;

}

.payment-mashup p a{
  color:#d7af00;
  font-weight:400;
}

.payment-breathless{
  text-align:left;

}

.payment-breathless p a{
  color:#8aa013;
  font-weight:400;
}


.payment-tustee{
  text-align:left;

}

.payment-tustee p a{
  color:#d43897;
  font-weight:400;
}
