.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #ffc107;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background-image: url(https://cdn.epoch.cloud/assets/static_assets/newRewards/BkgImageRewardsPage3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.sticky {
	position: sticky;
	top: 0;
}

.header {
	background-color: #153074;
	color: white;
	z-index: 99999999;
	padding: 0;
}
.header .eet_menu .menu_line {
	border-bottom: 5px solid #f9f9f9;
	width: 88.5%;
	position: absolute;
	bottom: -10px;
	z-index: -99999;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	height: 15px;
	background-color: white;
}
.header .header_content {
	height: 76px;
}

.header .header_content #eet_logo {
	width: 80%;
}

.header .header_content .points_img {
	float: left;
	width: 20%;
	transform: translateY(33%);
	margin: 0 10px 0 0;
}

.header .header_content .points {
	float: right;
	font-size: 12px;
}

.header .header_content .available_points_no {
	font-size: 18px;
}

.header .header_content .points_wrapper {
	width: 180px;
}

.navbar-links {
	font-size: 18px;
}

.rewards_body {
	width: 88%;
}

.rewards_body .title {
	font-size: 32px;
	font-family: D-DIN;
	font-weight: 700;
	line-height: 2.5rem;
}

.rewards_body .description {
	font-family: D-DIN;
	font-size: 18px;
	font-weight: 300;
	width: 90%;
}

.rewards_body .description a {
	text-decoration: underline;
}

.rewards_body .howto {
	font-family: D-DIN;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
}

.rewards_body .steps {
	font-family: D-DIN;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.rewards_body .step1 {
	font-family: D-DIN;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}

.rewards_body .you_have {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

.rewards_body .badge-info {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
}

.rewards_body .badge {
	background-color: #3083ff;
	border-radius: 0;
}
.rewards_body .card {
	border-radius: 6px;
	border: none;
}

.rewards_body .card-body {
	padding-bottom: 3px;
}

.rewards_body .card-body .card-image {
	width: 100%;
	border-radius: 5px;
}

.rewards_body .card-body .card-title {
	/*font-family: "Roboto", sans-serif;*/
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

.rewards_body .card-body .card-text {
	font-weight: 300;
	font-size: 13px;
}

.rewards_body .card-body .get-gift-card {
	border-radius: 1.3368px;
	background: #3083ff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.rewards_body .card-body .smaller-desc {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #787878;
}

#card-confirmation-modal {
	top: 30%;
}

#card-confirmation-modal .do_want {
	font-weight: 300;
	font-size: 16px;
}

#card-confirmation-modal img {
	width: 110%;
}

#card-confirmation-modal .modal-body {
	padding: 2rem;
}

#success-message {
	width: 88%;
}

#success-message .congrats_title {
	font-family: D-DIN;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
}

#success-message img {
	width: 98%;
}

#success-message .step2_title {
	font-family: D-DIN;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}

#success-message .congrats_small_title {
	font-family: D-DIN;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #153074;
	text-align: center;
}

#success-message .congrats_col_desc {
	font-family: D-DIN;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}

#success-message .padd_btn {
	padding-top: 100px;
}

#success-message .padd_btn button {
	font-weight: 500;
	font-size: 16px;
	border-radius: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
}
.section-height {
	/* height: 400px; */
}
#rewards-menu-section {
	font-size: 18px;
	/*border-bottom: 5px solid #F9F9F9;*/
}

#rewards-menu-section .col-item {
	border-bottom: 5px solid #f9f9f9;
	display: block;
	color: black;
	text-decoration: none;
}

#rewards-menu-section .col-item:hover {
	border-bottom: 5px solid #3083ff;
	display: inline-block;
	font-weight: bold;
}

#redeem-section .redeem-offer {
	background-image: url("https://cdn.epoch.cloud/assets/static_assets/newRewards/Reedem_bkg2.png");
	border-radius: 5px;
	border: 0.5px solid rgba(73, 97, 129, 0.5);
	padding-top: 40px;
	padding-left: 35px;
	padding-bottom: 35px;
	background-repeat: round;
}

#redeem-section .redeem-offer .desc {
	font-size: 16px;
}

#redeem-section .redeem-offer .see-more-btn {
	font-size: 12px;
}
#myrewards-section .rewards-offer {
	height: 209px;
	border-radius: 5px;
	border: 0.5px solid rgba(73, 97, 129, 0.5);
	padding-top: 40px;
	padding-left: 35px;
	padding-bottom: 35px;
}

#myrewards-section .history-btn,
#recent-section .history-btn {
	font-size: 12px;
	color: #3083ff;
	background-color: #ebf2fc;
	border: none;
	width: 260px;
	height: 36px;
	font-weight: bold;
}

#faq-section .btn-colapse {
	background-color: #f3f7fc;
	color: black;
	font-size: 18px;
	border-radius: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#faq-section .q-title {
	font-weight: 700;
}
#faq-section .small-line hr {
	border-top: 2px solid #3083ff;
	width: 18px;
}

#faq-section .q-text {
	font-size: 16px;
	font-weight: 300;
}

#recent-section .recent-points-row {
	background: #e9f2fd;
	border-radius: 5px;
}

#recent-section .seemore {
	width: 13px;
}

#recent-section .pointsIcon {
	width: 90px;
}

#recent-section .points-amount-number {
	color: #3083ff;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

#recent-section .points-amount-action {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#recent-section .action-ts {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

#recent-section .action-details {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

#earn-section .earn-offer {
	border-radius: 5px;
	border: 0.5px solid rgba(73, 97, 129, 0.5);
	padding-top: 30px;
	padding-left: 22px;
	padding-right: 18px;
	padding-bottom: 26px;
}
#earn-section .row_1 {
	color: #3083ff;
	font-weight: bold;
	font-size: 24px;
}

#earn-section .left_text {
	line-height: 20px;
}
#earn-section .left_text .left_text_light {
	font-weight: 300;
}
#earn-section .row_2 {
	font-size: 16px;
}

#earn-section .more_details {
	text-decoration: underline;
	font-weight: bold;
}

#earn-section .row_3 {
	background-color: #e9f2fd;
	border-radius: 4px;
}

#earn-section .row_3 .blue_frame {
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 9px;
	padding-bottom: 25px;
}

#earn-section .row_3 .blue_frame .middle_col {
	width: 10px;
}
#earn-section .row_3 .left_header {
	font-size: 18px;
	font-weight: bold;
}

#earn-section .row_3 .left_header img {
	width: 24px;
	padding-right: 5px;
}

#earn-section .row_3 .left_header .txt {
	vertical-align: middle;
}

#earn-section .row_3 .small_text {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}

#earn-section .row_3 .option1,
#earn-section .row_3 .option2 {
	font-size: 14px;
	font-weight: bold;
}

#earn-section .row_3 .option1_input,
#earn-section .row_3 .option2_btn {
	width: 97%;
}

#earn-section .row_3 .option1_input img {
	width: 15px;
}

#earn-section .row_3 .option1_input .cpyBtnTxt {
	vertical-align: middle;
	font-size: 14px;
}

#earn-section .row_3 .option1_input .inputBox {
	font-size: 16px;
	color: #555555;
	border: none;
	height: 44px;
	border-radius: 2px;
}

#earn-section .row_3 .option1_input .copyBtn {
	background-color: #f3f7fc;
	color: #787878;
	border: none;
	border-radius: 2px;
}

#earn-section .row_3 .option2_btn .inviteBtn {
	height: 44px;
	font-size: 15px;
	border-radius: 2px;
}

#earn-section .row_3 .verticalLine {
	height: 66.5px;
	border-left: 1px solid #c1cdde;
}

#earn-section .row_3 .orTxt {
	font-size: 14px;
	color: #3083ff;
	transform: translateX(-15px);
	padding: 5px;
}

#earn-section .row_3 .small_text_right {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

#earn-section .row_3 .article_container {
	height: 165px;
	overflow: scroll;
}
#earn-section .row_3 .article_container .article_line {
	border-top: 0.5px solid rgba(73, 97, 129, 0.5);
	padding-top: 13px;
	padding-bottom: 8px;
	margin-right: 15px;
}

#earn-section .row_3 .article_container .article_line .article_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#earn-section .row_3 .shareBy {
	text-align: right;
	padding-top: 5px;
}

#earn-section .row_3 .shareBy .copyBtn {
	background-color: #f3f7fc;
	color: #787878;
	border: none;
	border-radius: 2px;
	height: 20.35px;
	vertical-align: middle;
	display: inline-block;
	padding-top: 0px;
}

#earn-section .row_3 .shareBy .copyImg {
	width: 13px;
}

#earn-section .row_3 .shareBy .cpyBtnTxt {
	font-weight: 500;
	font-size: 12px;
}
#earn-section .row_3 .shareBy .mediaPng {
	width: 27px;
}

#earn-section .row_3 .shareBy .smallTxt {
	font-size: 12px;
	color: #787878;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#subscriber-notenoughgold-modal .close,
#nonsubscriber-modal .close {
	padding: 5px;
}

#subscriber-notenoughgold-modal .modal-header,
#nonsubscriber-modal .modal-header {
	border-bottom: none;
}

#subscriber-notenoughgold-modal .modal-body,
#nonsubscriber-modal .modal-body {
	padding-top: 0px;
}

#subscriber-notenoughgold-modal .modal-body img,
#nonsubscriber-modal .modal-body img {
	width: 100%;
}
#subscriber-notenoughgold-modal .modal-footer,
#nonsubscriber-modal .modal-footer {
	border: none;
}

#subscriber-notenoughgold-modal .modal-footer .btn,
#nonsubscriber-modal .modal-footer .btn {
	border-radius: 2px;
	font-size: 14px;
}

#subscriber-notenoughgold-modal .modal-body .txt,
#nonsubscriber-modal .modal-body .txt {
	line-height: 1.4;
}

.section-width {
	width: 100%;
}

.footer {
	height: 47px;
	background-color: #f4f7fa;
	margin-top: 200px;
}

.footer img {
	width: 100%;
	display: block;
}

.footer .row {
	height: 47px;
}

.footer .rights {
	font-family: D-DIN;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #71747e;
}

.fraud-user a{
	color: #0c5460;
	text-decoration: none;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.footer .rights {
		font-family: D-DIN;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		color: #71747e;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.section-width {
		width: 91%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.header .header_content .points_wrapper {
		width: 180px;
		transform: translateX(55px);
	}

	.rewards_body .title {
		line-height: 3rem;
	}
}
