.countdown{
	width:100%;
	height : auto;
	border : 1px solid #c4161c;
	border-radius: 5px;
	background : #4caf50b3;
	font-family: 'SolaimanLipi', sans-serif;
}
.ssoft-image img {
	width: 60%;
	padding-left: 15px;
	margin : 10px auto;
}



.mim {
	margin-bottom: 40px;
margin-top: -30px;
}

.mim_c__top {
	background: #c4161c;
	padding: 3px;
	font-size: 29px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	margin-right: 13px;
	margin-left: 10px;
	width: 15%;
}

.mim__slot {
	position: absolute;
margin-top: 55px;
margin-left: -60px;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.ssoft-image img {
	width: 27%!important;
	overflow:hidden;
}

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.ssoft-image img {
	width: 64% !important;
	margin-top: 10px !important;
	overflow:hidden;
}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ssoft-image img {
	width: 47% !important;
	margin-top: 10px !important;
}
 }
