
/*-----Offer Page -----*/
html {
  scroll-behavior: smooth;
}

.sec-heading{
	color:#3676bf;
}
	.icon img{
		width:25%
	}
	
	.item-offer img {
		width:100%;
	}
	.offer-iteam{
		margin: 2%;
	}
	.nv-txt{
		padding:10px;
	}
	.card-footer{
		margin-top:10px;
	}
	.nv-sec{
		border-bottom: 1px solid #ccc9c9;
		margin-bottom: 5px;
	}
	
.offer-tag {
	background: #e61a1a;
    padding: 10px 10px 0px 10px;
   color:white;
    position: absolute;
    top: 6px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.txt-area{
	border: 1px solid #007acc;
}

.txt-read{
	font-weight: 500; 
	font-size: 12px; 
	transition: all 0.4s; 
	text-decoration: underline;
	margin-left: 0px; 
	padding: 7px;
	border: 1px solid #007acc; 
	color:#007acc;
}

.thumbnail{
	border-radius: 0px;
	margin: 0px;
}

.card-text{
	color:#333;
}

.card-title {
	color:#337ab7;
}

@media only screen  and (max-width:480px){
	.sec-heading{
		font-size: 40px;
	}
	.card-text{
		font-size: 22px;
	}
	.txt-read{
		font-size: 22px;
	}
}

