.blackbox-tmd{
	padding: 5px 10px !important;
	position: relative !important;
	margin: 10px 0px !important;
	width:100%;
}
.blackbox-tmd #timer_tmd i{
	line-height: 20px;
	margin-right: 3px;
}
.blackbox-tmd #timer_tmd{
	display: flex;
	justify-content: end;
	margin-left: auto;
}
.blackbox-tmd::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    bottom: 0;
    right: auto;
    left: auto;
    border: 12px solid transparent;
    border-bottom: 0;
    transform: translate(2px, 10px);
}
.blackbox-tmd .bprice{
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 5px;
}
.coundown-main .bheading{
	text-transform:uppercase;
}
.coundown-main{
	display:flex;
}

/* == RTL css Code start here == */
html[dir="rtl"] .blackbox-tmd::before {
    transform: translate(0, 12px);
    left: auto;
    right: 10px;
}
html[dir="rtl"] .blackbox-tmd #timer_tmd {
	justify-content: start;
    margin-right: auto;
    margin-left: 0;
}
/* == RTL css Code start here == */