.text-block{
	color: #ffc700;
    font-size: 25px;
    font-weight: 500;
	padding:10px;
}
.strike{
	text-decoration: line-through;
	font-size:18px;
}
.buynow{
	padding:5px;
	border:solid 1px orange;
	font-size:16px;
	border-radius:6px;
}
.col-lg-60{
	width:60%;
}
.col-lg-40{
	width:40%;
}
.footer-bottom1.offer-content {
	background: #000;
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 200;
	display: none;
}
.btn.circle.call-btn{
	visibility: visible !important;
}
.blink{
	font-size: 16px;
	font-weight: 500;
	animation: blink 0.4s linear infinite alternate;
	transform: scale(1.1);
	-webkit-text-stroke:0.02em  rgb(253, 93, 0);
}
@keyframes blink{
0%{opacity: .5;}
50%{opacity: .8;-webkit-text-stroke:0.03em  rgb(6, 182, 30);color: rgb(40, 37, 243);}
100%{opacity: 1;-webkit-text-stroke:0.05em #e6ff01;color:#01ff0e;}
}
@media only screen and (max-width: 600px) and (max-width: 768px){
  .text-block{
	color: #ffc700;
    font-size: 18px;
    font-weight: 500;
	padding:0;
	}
.strike{
	text-decoration: line-through;
	font-size:15px;
	}
.cta-date-timer{
	font-size:16px;
	}
.col-lg-60, .col-lg-40{
		width:100%;
		padding: 0;
	}
.col-lg-40 h5 {
		font-size: 14px;
		padding: 0;
		line-height: 20px;
		text-align: left;
	}
	.text-block .btn.circle {
		width: 75px;
	}
	.footer-bottom1.offer-content {
		padding: 10px;
	}
	.blink{
		transform: scale(1);
	}
}