

.featured-page-cover {
	background-image: url('../img/featured-bg-1.jpg');
	width: 100%;
	/*height: 300px;*/
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
    /*background-position: 0 -320px; */
}

.featured-page-cover h2 {
	color: #fff;
	padding: 240px 0px 120px;
	text-align: center;
}

.blog-section {
	padding: 60px 0 !important;
}

.claim-reward-parent-box {
	background: #222;
    padding: 10px 10px 40px;
    box-shadow: 0 0 10px 0 #000;
}

.claim-reward-parent-box h3 {
	color: #fff;
	margin-top: 30px;
}

.claim-reward-parent-box h5 {
    color: #eb261e;
	margin-top: 10px;
}

.claim-reward-parent-box p {
    color: #fff;
}

.claim-reward-parent-box button {
	background: #eb261e;
    border: 0;
    padding: 10px 50px;
    border-radius: 60px;
    margin-top: 10px;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.claim-reward-parent-box button:hover {
	background: #bb1e17;
	transition: 0.4s ease-in-out;
}

.claim-popup-prod_desc h3 {
	color: #000;
}

.claim-popup-prod_desc p {
	color: #000;
}

.modal-header .close {
	padding: 3px 9px;
}

.checked {
  color: #eb261e !important;
}

.fa-star {
	color: #525252;
}

.modal-header {
	border-bottom: 0;
}

.claim-popup-prod_desc {
	text-align: left;
}

.modal-header .close {
	margin: -0.5rem -0.5rem -1rem auto;
}
