/*style 2*/
.countdown-style-2 .flipdown {
	text-align:center;
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.countdown-style-2 .flipdown .rotor-group:first-child::after{
	content:'';
	position:absolute;
	bottom:50px;
	left:115px;
	width:10px;
	height:10px;
	border-radius:50%;
}
.countdown-style-2 .flipdown .rotor-group:first-child::before{
	content:'';
	position:absolute;
	bottom:20px;
	left:115px;
	width:10px;
	height:10px;
	border-radius:50%;
}
.countdown-style-2 .flipdown.flipdown__theme-dark .rotor-group:first-child::before,.countdown-style-2 .flipdown.flipdown__theme-dark .rotor-group:first-child::after{
	background-color:#151515;
}
.countdown-style-2 .flipdown.flipdown__theme-light .rotor-group:first-child::before,.countdown-style-2 .flipdown.flipdown__theme-light .rotor-group:first-child::after{
	background-color:#ddd;
}
@media (max-width:550px){
	.countdown-style-2 .flipdown .rotor-group:first-child::after{
		left:69px;
		bottom:29px;
		height:8px;
		width:8px;
	}
	.countdown-style-2 .flipdown .rotor-group:first-child::before{
		left:69px;
		bottom:13px;
		height:8px;
		width:8px;
	}
}
/*style 2*/