.contentbx {
  position: relative;
  padding: 60px 0;
}
.firstcontentbx {
	padding-top: 80px;
}
.blubg {
  background-color: #F2F4FA;
}
.blackbg {
  background: #2D3038;
  background: linear-gradient(180deg,rgba(45, 48, 56, 1) 0%, rgba(67, 71, 81, 1) 100%);
}
.blackbg h2, .blackbg p {
	color:#fff !important;
}
.pinkbg {
  background:#FEF9F5;
}
.greybg {
  background:#efefef;
}
.contentbx h1,
.contentbx h2 {
	font-size: 32px;
	color: #2C2F36;
	font-weight: 700;
	margin-bottom: 25px;
}
.contentbx h2 span {
	color: #FF6900;
}
.contentbx h2 label {
	font-weight: bold;
    display: block;
    margin-top: 4px;
}
.contentbx h3 {
    font-size: 25px;
    color: #2C2F36;
    font-weight: 700;
    margin-bottom: 25px;
}
.contentbx h3 span {
    color: #FF6900;
}
.contentbx p + h5 {
	margin-top: 30px;
}
.contentbx p {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.contentbx p.bigp {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 50px;
}
.contentbx a, .contentbx a:hover {
    color: #ff6b00;
}
.contentbx ul:not([class]) {
	margin:25px 0;
	padding: 0;
	list-style-type: none;
}
.contentbx ul:last-child{
	margin-bottom: 0;
}
.contentbx ul:not([class]) li {
	margin:0;
	padding: 0 0 20px 25px;
	list-style-type: none;
	background: url("../images/award-box-check.svg") no-repeat;
	background-position: left top 3px;
	color: #666666;
	font-size: 14px;
}
.contentbx ul:not([class]) li:last-child {
	padding-bottom: 0;
}
.contentbx ol {
    padding: 0 0 0 18px;
    margin-bottom: 25px;
}
.contentbx ol li:not(:last-child) {
	margin-bottom: 10px;
}
.contentbx .container,
.page-rewards .faq .container {
	max-width: 1060px !important;
}
.container {
  position: relative;
  z-index: 1;
}
.curvebx {
  position: relative;
}
/* .curve-rt::before {
	background: url("../images/el-curve-rt.png") no-repeat;
	background-position: right top;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
    z-index: 1;
}
.curve-rb::before {
	background: url("../images/el-curve-rt.png") no-repeat;
	background-position: right top;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	transform: scaleY(-1);
    z-index: 1;
}
.curve-lb::after {
	background: url("../images/el-curve-bl.png") no-repeat;
	background-position: left bottom;
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 50%;
	height: 100%;
    z-index: 0;
}
.curve-lt::after {
	background: url("../images/el-curve-bl.png") no-repeat;
	background-position: left bottom;
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 50%;
	height: 100%;
	transform: scaleY(-1);
    z-index: 0;
} */
.contentbx .ctabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.contentbx .ctabcontent {
  display: none;
}
.contentbx .ctabcontent1 {
  display: block;
}
.contentbx .cbtn {
	display: block;
    background-color: transparent;
    border: 1px solid rgb(45, 48, 56, 40%);
    color: #2D3038;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    padding: 8px 18px;
}
.contentbx .cbtn:hover,
.contentbx .cbtn:focus,
.contentbx .cbtn.active,
.contentbx .item-list-data.active .cbtn {
    background-color: #FF6900;
    border-color: #FF6900;
    color: #fff !important;
}
.imgradius img {
    border-radius: 16px;
}
.imgbx img {
	width: 100%;
}
.imgbx img + h3 {
    margin-top: 15px;
}
.imgbx video,
.imgbx iframe {
	width: 100%;
}
.hero-section.bannerform .content-wrapper {
    max-width: 35rem;
}
.breadcrumb {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 71.25rem !important;
	padding: 20px 0 !important;
    background-color: transparent !important;
	margin: 0 auto !important;
	font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px !important;
}
.breadcrumb a, .breadcrumb a:hover {
    color: #ff6b00;
}
.breadcrumb a:hover {
	text-decoration: underline !important;
}
.mw-100 {
  max-width: 100% !important;
}
.view-content {
	max-width: 100%;
}
.reward-webform #edit-captcha-response--2--description {
    display: none !important;
}
.bformbx h6 {
	font-size: 24px;
}
.bformbx h6 span {
    color: #FF6900;
}
.bformbx .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--form-border);
    font-size: 0.875rem;
    padding-left: 0;
	outline: 0;
}
.bformbx textarea.form-control {
	resize: none;
}
.bformbx .form-item {
	margin: 0 !important;
	grid-column: span 2;
}
.bformbx .form-actions {
	grid-column: span 2;
	margin: 0;
}
.back-link {
	margin-bottom: 30px;
	font-size: 12px;
    font-weight: 500;
}
.back-link a {
	display: inline-block;
	background: url('../images/caret-left.svg') no-repeat left center;
	padding-left: 12px;
}
.fw-200 {
	font-weight: 200;
}
.firstblog h3 {
	line-height: 1.4;
}
.blogcat {
	display: inline-block;
	background: #333333;
	font-size: 11px;
	font-weight: 200;
	color: #fff;
	padding: 6px 14px;
	margin-bottom: 15px;
	border-radius: 25px;
}
.blogdate {
	color: #666666;
	font-size: 12px;
	font-weight: 200;
	margin: 25px 0;
}
.btnbx a {
	display: inline-block;
	background: #FF6900;
	font-size: 14px;
	color: #fff;
	padding: 10px 16px;
	border-radius: 6px;
}
.btnbx a:hover {
	background: #e66000;
	color: #fff;
}
.newsbx .imgbx {
	position: relative;
}
.newsbx .blogcat {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 1;
}
.newsbx .blogdate {
	margin-bottom: 15px;
}
.newsbx h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 200;
	margin-bottom: 20px;
}
.newsbx p {
	font-size: 14px;
	color: #666666;
	margin: 20px 0;
}
.readmore a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #ff6b00;
	background: url('../images/caret-right.svg') no-repeat right center;
	padding-right: 12px;
}
.readmore a:hover {
	color: #e66000;
}
.newsdetail {
	background: url('../images/news-bg.jpg') no-repeat center top / 100% auto;
}
.newsdetail h1 {
	line-height: 1.4;
}
.newsdetail .blogdate {
	margin: 0;
}
.newsdetail .imgbx,
.newsdetail .textbx img {
	margin: 40px 0;
	border-radius: 16px;
}
.contentbx.newsdetail .bigp {
	margin-bottom: 25px;
}
.socialbx p {
	font-size: 12px;
	font-weight: 700;
	margin: 0 12px 0 0;
	color: #333333;
}
.social-media-sharing li {
	width: 18px;
    margin-right: 10px;
}
.page-rewards .faq {
	margin-top: -20px;
    padding-bottom: 60px;
    padding-top: 40px;
}
.rewards-details strong {
	font-family: 'Aller', 'GE-SS-Two', sans-serif !important;
}

.newswrap {
    padding-left: calc(50% - 528px);
	overflow: hidden;
}
.newsslider {
	margin-left: -12px;
	margin-right: -12px;
}
.newsslider .slick-slide {
	padding-left: 12px;
	padding-right: 12px;
}
.newsslider .slick-arrow {
	position: absolute;
	top: 23%;
	z-index: 1;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #FF6900;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
	text-indent: -9999px;
}
.newsslider .slick-arrow:hover {
	background-color: #e66000;
}
/* .newsslider .slick-disabled {
	background-color: #d4d4d4;
} */
.newsslider .slick-prev {
	left: -65px;
	background-image: url("../images/arrow-left.svg");
}
.newsslider .slick-next {
	right: 65px;
	background-image: url("../images/arrow-right-new.svg");
}
.page-type-news_media .view-header .contentbx {
	background:#FEF9F5;
}
.page-type-news_media .view-header .contentbx h2 {
	margin-bottom: 0 !important;
}
.page-type-news_media .view-header + .view-content {
	background:#FEF9F5;
	padding-top: 30px;
	padding-bottom: 60px;
}
.quicktabs-tabs {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
}
.quicktabs-tabs button {
    display: block;
    background-color: transparent;
    border: 1px solid rgb(45, 48, 56, 40%);
    color: #2D3038;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    padding: 8px 18px;
}
.quicktabs-tabs button:hover,
.quicktabs-tabs button:focus,
.quicktabs-tabs button.active {
    background-color: #FF6900;
    border-color: #FF6900;
    color: #fff !important;
}
.pagination {
	gap: 8px;
}
.page-link {
	border-radius: 6px !important;
    padding: .5rem .75rem;
    color: #2D3038 !important;
    border: 1px solid #abacaf !important;
}
.page-link:hover {
	background-color: #ff6900 !important;
    border-color: #ff6900 !important;
    color: #fff !important;
}
.newsdetail .imgbx iframe {
	height: 400px;
}
.support__image {
	max-width: 400px;
}
.supportfull {
    max-width: 100% !important;
}