
.txtContent,
.txtContent p{
	display:inline-block;
	color:white;
	font-size:16px;
}
.timer {
	float: right;
}
.number {
	color: #84388c;
	font-size: 24px;
	font-weight: 600;
	float: left;
	border-radius: 4px;
	margin: 0;
	height: 60px;
	width: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.font {
	color: #fff;
	margin: auto;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	font: 400 14px/16px var(--primary-font);
}
.time {
	float: left;
	margin: 0 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.ttcountdown-inner{
	float: left;
	width: 100%;
}
a{
	display:inline-block;
}
.btnclick{
	display:inline-block;
    border-radius: 2px;
    margin: 12px;
    font-size: 16px;
	text-decoration: underline;
}
#icon1 {
	display: inline-block;
	cursor: pointer;
	background-image: url(../img/image.png);
	background-repeat: no-repeat;
	background-size: auto;
	z-index: 5004;
	height: 29px;
	width: 30px;
	margin: 8px 20px 0 0;
	border-radius: 50%;
	display: none;
}
.ttcountdowntimer-main {
    width: 100%;
    float: left;
    position: relative;
}
.timers{
    line-height: 1;
}
.time:last-child {
	margin-right: 0;
}
.up{
	background-position:5px 5px;
}
.down{
	background-position:5px -64px;
}
.ttcountdown-inner .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ttcountdown-inner .txtContent {
	display: flex;
	align-items: center;
}
.ttcountdown-inner .btn-timer {
	display: none;
}
.ttcountdowntimer {
	float: left;
	width: 100%;
	background: url(../img/topbanner-01.jpg);
	text-align: center;
	padding: 25px 0;
}
.timer-text {
	font: 700 40px/44px var(--primary-font);
	text-transform: uppercase;
}
.timer-text span {
	color: var(--secondary-bg-color);
}
.timer-tag {
	padding: 0 20px 0 0;
}
.timer-img {
	padding: 0 50px 0 70px;
}
@media (max-width: 1559px) {
	.timer-text{
		font-size: 34px;
		line-height: 38px;
	}
}
@media (max-width: 1429px) {
	.number {
		font-size: 20px;
		height: 50px;
		width: 40px;
	}
	.timer-text {
		font-size: 30px;
		line-height: 34px;
	}
	.ttcountdowntimer {
		padding: 20px 0;
	}
}
@media (max-width: 1329px) {
.number {
	font-size: 18px;
}
.timer-text {
	font-size: 24px;
	line-height: 28px;
}
.timer-img {
	padding: 0 40px 0 60px;
}
}

@media (max-width: 1199px) {

.timer-tag {
	padding: 0 10px 0 0;
}
.timer-text {
	font-size: 18px;
	line-height: 20px;
}
.timer-img {
	padding: 0 20px 0 40px;
	width: 42%;
}
.number {
	font-size: 16px;
	width: 35px;
	height: 45px;
}
.font{
	font-size: 12px;
	line-height: 14px;
}
.time{
	margin: 0 5px;
}

}

@media (max-width:991px) {
.ttcountdowntimer {
	padding: 10px 0;
}
.ttcountdown-inner .txtContent {
	width: 78%;
}
.number {
	font-size: 14px;
	width: 30px;
	height: 40px;
}
.font {
	font-size: 12px;
	line-height: 14px;
}
.timer-text {
	font-size: 14px;
	line-height: 16px;
}
.timer-img {
	padding: 0 10px 0 20px;
	width: 44%;
}
}


@media (max-width:767px) {
.ttcountdown-inner .txtContent {
	width: 69%;
}
.timer-img {
	display: none;
}
}
@media (max-width:543px) {
.ttcountdown-inner .container {
	display: block;
}
.ttcountdown-inner .txtContent {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 5px;
    justify-content: center;
}
.timer-tag {
	padding: 0 10px 0 0;
}
.timer-text {
	font-size: 13px;
	line-height: 15px;
}
.timer {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
}