.countdown {
	background-color: transparent;
	color:#000000;
	font-family: 'Poppins', sans-serif;;
	text-align: center;	
	display: flex;
	justify-content: space-between;
}
/* Css For Timer Display */
.timer-label{margin-right:15px; padding:5px 0px!important; width:100%; color:#fff; border: 2px solid #6F209D; border-radius: 10px; background-color: rgba(217, 217, 217, 0.10);}
.countdown .timer-label:last-child{margin-right:0px;}
.timerbg{font-weight:600; line-height:120%; width:100%; float:left;   color:#fff; }



