@charset "utf-8";

 

*{
	outline:none;
	padding:0px;
	margin:0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito Sans', sans-serif;
    color: #050001;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}  

.clear{ clear:both; }

.logo {
    text-align: left;
}

p {
    font-size: 16px;
    line-height: 25px;
    color:#050001;
}

#wrapper{
	/* display: table; */
	width: 100%;
	height: 100%; /* For at least Firefox */
	 min-height: 100vh; 
	background: #d2232a url('../img/index-bg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	margin: auto;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle; 
  width: 100%;
  height: 100%;
  padding: 20px 20px; 
  background: -webkit-linear-gradient(267deg,rgba(247, 161, 146, 0) 0%,rgba(236, 208, 208, 0.64) .45%,rgba(249, 224, 222, 0.60) 48.78%,rgba(252, 223, 223, 0.64) 98%);
  background: -o-linear-gradient(267deg,rgba(247, 161, 146, 0) 0%,rgba(236, 208, 208, 0.64) .45%,rgba(249, 224, 222, 0.60) 48.78%,rgba(252, 223, 223, 0.64) 98%);
  background: linear-gradient(267deg,rgba(247, 161, 146, 0) 0%,rgba(236, 208, 208, 0.64) .45%,rgba(249, 224, 222, 0.60) 48.78%,rgba(252, 223, 223, 0.64) 98%);
} 
 

.hero-txt {
    padding: 10px 10px;
    margin: 20px auto;
    position: relative;
}
.hero-txt h1  {
    margin: 10px auto;
    color: #d2232a;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
   
.hero-txt h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #050001;
}

.hero-txt h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #050001;
    margin: 10px auto;
    text-transform: uppercase;
}

.hero-txt ul {
    padding-left: 20px;
} 
 
.hero-txt ul li {
    padding: 4px 0px;
    font-size: 16px;
    line-height: normal;
}
.hero-txt ul li span {
    font-size: 11px;
}

.registrationForm {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
}

.form-control {
    background: rgba(244, 247, 248, 0.35);
    height: 45px;
    color: #050001;
    font-weight: 400;
    display: block;
    padding: 8px;
    border: 1px solid #e2e5e6;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    font-size: 15px;
}


.form-control:focus {
    border: 1px solid #d2232a;
    outline: none;
    box-shadow: none;
}

.formBox {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 20px;
    text-align: left;
    border: 2px #e3e3e3 solid;
}
 
 
.formBox h1 {
    text-align: left;
    color: #050001;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin: auto 0;
}
.loginText{
	color: #757575;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.loginText a {
    color: #d2232a;
    text-align: center;
}
 

a.forgotpwd {
    color: #fff;
    text-transform: uppercase;
}
 

 
 #regFormPanel, #forgotFormPanel {
    display: none;
}
#login_regMsgBox, #regMsgBox, #forgot_regMsgBox {
    margin-bottom: 0px;
    display: none;  
    clear: both;
}
 
.btn-default {
    border-radius: 5px;
    border: 2px #d2232a solid;
    color: #ffffff;
    text-align: center;
    padding: 6px 30px;
    font-size: 18px;
    font-weight: 600;
    background: #d2232a;
    margin: 10px auto;
}
 

.btn-default:hover, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    background: #050001;
    color: #fff;
    border: 2px #050001 solid;
    outline: none;
} 
 
 
.btn-primary {
    border-radius: 5px;
    border: 1px #d2232a solid;
    color: #d2232a;
    text-align: center;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    margin: 10px auto;
}
 
.btn-default.disabled.focus,
 .btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled].focus, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
	 background: #050001;
    color: #fff;
    border: 2px #050001 solid;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background:#d2232a;
    color: #fff;
    border:1px #d2232a solid;
    outline: none;
} 

#header {
    background: #fff;
    padding: 15px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 4px 2px 10px rgba(0,0,0,0.15);
    transition: box-shadow 0.25s ease-in-out;
}

img {
    max-width: 100%;
} 

.head-banner {
    width: 100%;
    min-height: 400px;
    position: relative;
    background: #050001 url('../img/banner_bg.jpg') no-repeat center center;
    background-size:cover;
}

.banner-text {
    padding: 20px 20px;
    position: relative;
    margin: 20px auto;
    text-align: left;
    color: #050001;
    background: rgba(255, 255, 255, 0.50);
}
.banner-text h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 20px auto;
    color: #d2232a;
    line-height: normal;
}

.banner-text h4{
    font-size: 17px;
    line-height: normal;
    color: #050001;
}
 
 
.tabPanel {
     float: right;
     vertical-align: middle;
     margin-top: 8px;
}
.tabPanel .nav-tabs {
    border: 0px;
    margin: auto;
    display: table;
    vertical-align: middle;
}

.tabPanel .nav-tabs>li>a {
    color: #050001;
    font-size: 14px;
    padding: 5px 15px;
    border: 0px;
    box-shadow: none !important;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    letter-spacing: normal;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s, left 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s, left 0.5s ease 0s;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px transparent solid;
    text-transform: uppercase;
}

.tabPanel .nav-tabs>li.active>a, .tabPanel .nav-tabs>li.active>a:focus, .tabPanel .nav-tabs>li.active>a:hover{
    background: transparent;
    border: 0;
    color: #d2232a;
    outline: none;
    border-radius: 0;
    border-bottom: 2px #d2232a solid;
}

.tabPanel .nav-tabs>li>a:hover, .tabPanel .nav>li>a:focus, .tabPanel .nav>li>a:hover  {
    background: transparent;
    border: 0;
    color: #d2232a;
    outline: none;
    border-radius: 0;
    border-bottom: 2px #d2232a solid;
    text-decoration: none;
    webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: all .3s ease;
}  

.contentPanel {
    position: relative;
    padding: 20px 0;
} 
.intro {
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.intro h2 {
    color: #050001;
    font-weight: bold;
    font-size: 24px;
    margin: 10px auto;
    text-transform: uppercase;
} 
 
 

.faqcontent{
	color: #050001;
	font-size: 16px;
	margin: 2em 0;
	text-align: left;
	font-weight: 400;
}
.faqcontent ul {
    margin: auto;
    padding: 0;
    list-style: none;
}
.faqcontent ul li {
    padding: 10px 0;
    color: #262626;
}

.faqcontent h5 {
    font-size: 14pt;
    line-height: 19pt;
    font-weight: 600;
    text-align: left;
    color: #050001;
} 

.terms {
	 font-size: 18px;
    text-align: left; 
    margin: 2em 0;
    font-weight: 300;
}

.terms h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #050001;
    font-weight: 700;
}
.terms ol, .terms ul{
    padding-left: 25px;
    color: #050001;
}
.terms li {
    padding-bottom: 12px;
    color: #050001;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.terms li p{
    color: #757575;
    font-weight: 400;
}
.terms ul {
    list-style-type: disc;
}
.terms li > ul > li {
    color: #757575;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
} 

.customcheckbox label {
  margin: auto;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px #d6d6d6 solid;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    color: #d2232a;
    left: 3px;
    display: none;
}

footer {
    width: 100%;
    background-color: #050001;
    text-align: center;
    color: #fff;
    padding: 15px 0;
} 
.copywrite {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.footerlink {
    text-align: right;
    color: #feba15;
    font-size: 14px;
}

.footerlink a {
    padding: 5px 5px;
    color: #feba15;
    font-size: 14px;
}

.work-box {
    text-align: center;
    position: relative;
    margin: 10px auto;
}

.work-icon {
    display: inline-block;
    width: 140px;
    height: auto;
    background: rgb(247 241 237 / 0.75);
    border-radius: 100%;
    /* line-height: 130px; */
    max-width: 100%;
}

.work-box h3 {
    color: #050001;
    font-weight: 600;
    font-size: 20px;
    margin: 10px auto;
    display: block;
    padding: 10px 0;
}

.work-icon img {
   /* max-width: 100px;*/
}

.loyaltycoupon {
    margin: 15px auto;
    text-align: center;
    padding: 20px 20px;
    position: relative;
}

.stats-wrap { 
    margin: 20px auto;
     position: relative;   
}

.statBox {
    color: #fff;
    /* padding: 10px 10px; */
    margin: 15px auto;
    background: #f4f7f8;
}

.statBox h3 {
       margin: 0px auto;
       font-size: 36px;
       font-weight: 600;
       color: #050001;
       line-height: normal;
       padding: 15px 10px;
       text-align: center;
}
.statBox h4 {
    font-weight: 400;
    margin: 0px auto;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    background: #050001;
    padding: 10px 10px;
    text-align: center;
}

.stats-wrap>div>div:last-child>.statBox  {
    border:0;
}

.reward-section {
    /*background: #f9f9f9;*/
    padding: 10px 0;
    position: relative;
    text-align: center;
    margin: 15px auto;
}
.reward-section::after, .reward-section::before {
    position: absolute;
    bottom: 0rem;
    content: "";
}
.reward-section:before { 
     top: 10rem;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -2;
     background: -webkit-linear-gradient(267.57deg,rgba(252, 245, 245, 0.08) .44%,rgba(247,245,252,.5) 49.36%,rgb(246, 244, 244) 98.13%);
     background: -o-linear-gradient(267.57deg,rgba(252, 245, 245, 0.08) .44%,rgba(247,245,252,.5) 49.36%,rgb(246, 244, 244) 98.13%);
     background: linear-gradient(267.57deg,rgba(252, 245, 245, 0.08) .44%,rgba(247,245,252,.5) 49.36%,rgb(246, 244, 244) 98.13%);
     -webkit-transform: matrix(1,.19,0,.98,0,0);
     -ms-transform: matrix(1,.19,0,.98,0,0);
     transform: matrix(1,.19,0,.98,0,0);
}
.reward-section::after {
    top: 6rem;
    right: 0;
    left: 0;
    z-index: -1;
    background: -webkit-linear-gradient(267.63deg,rgba(252, 246, 245, 0.5) .44%,rgb(251, 251, 251) .45%,rgba(255, 240, 239, 0.36) 48.78%,rgba(252, 245, 245, 0.44) 98.13%);
    background: -o-linear-gradient(267.63deg,rgba(252, 246, 245, 0.5) .44%,rgb(251, 251, 251) .45%,rgba(255, 240, 239, 0.36) 48.78%,rgba(252, 245, 245, 0.44) 98.13%);
    background: linear-gradient(267.63deg,rgba(252, 246, 245, 0.5) .44%,rgb(251, 251, 251) .45%,rgba(255, 240, 239, 0.36) 48.78%,rgba(252, 245, 245, 0.44) 98.13%);
    -webkit-transform: matrix(1,.19,0,.98,0,0);
    -ms-transform: matrix(1,.19,0,.98,0,0);
    transform: matrix(1,.19,0,.98,0,0);
}

.rewards-list {
    padding: 20px 0;
    position: relative;
}

.rewards-list h1 {
    text-align: left;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px #e2dedf solid;
    padding-bottom: 5px;
}

.owl-theme .owl-nav [class*=owl-]{
    position:absolute;
    top: 0;
    background: #050001;
    padding: 0;
    margin: 0;
    margin-top: -30px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}
.owl-prev{
    left: auto;
    right: 50px;
}
.owl-next{
   right: 10px;
}
.owl-nav a{
	color: #fff;
	text-decoration:none;
	font-weight: 300;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #feba15;
}

.reward-card {
    width:100%;
    margin: 15px auto;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-align: center;
    padding: 10px 10px;
}
.reward-card:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.reward-desc {
    position: relative;
    padding: 12px 0;
}

.reward-desc h3 {
    margin: 10px auto;
    color: #050001;
    font-weight: 600;
    font-size: 17px;
} 

.reward-desc h5 {
    font-weight: 400;
    color: #474444;
    font-size: 15px;
}
.selectpts {
     display: inline-block;
     vertical-align: middle;
     padding: 5px 0;
}

#rewards_list>div:nth-child(3n+1) { 
    clear: both;
}

.points-table {
    margin: 20px auto;
    position: relative;
    padding: 20px 0;

}

.points-table .tabTop {
    margin: 10px auto;
    display: inline-block;
    position: relative;
}

.points-table .nav-tabs {
    border: 0;
    padding: 0;
    margin: 0;
} 

.points-table .nav-tabs>li {
    margin: 0px;
    border: 0;
}
.points-table .nav-tabs>li>a {
    background: #fff;
    border-radius: 5px;
    color: #050001;
    text-decoration: none;
    margin-right: 5px;
    font-size: 18px;
    padding: 10px 18px;
    font-weight: 500;
    border: 2px #c9c9c9 solid;
} 
.points-table .nav-tabs>li.active>a:hover, .points-table .nav-tabs>li>a:hover{
      background: #d2232a;
      color: #fff;
      border: 2px #d2232a solid;
} 
 
.points-table .nav-tabs>li.active>a, .points-table .nav-tabs>li.active>a:focus{
    background: #d2232a;
    color: #fff;
    border: 2px #d2232a solid;
    outline:none;
}

.points-table .table thead tr th  {
    text-align: center;
    background: #d2232a;
    color: #fff;
    border: 0;
    font-weight: 400;
    padding: 17px 8px;
    font-size: 16px;
}
.points-table .table>tbody>tr>td {
    padding: 15px 8px;
    font-size: 14px;
    text-align: center;
    color: #050001;
    border-color: #ebebeb;
    background: #f4f7f8;
} 


table.table {border-radius: 5px;}

thead {
    border-radius: 5px;
}

.points-table .table thead tr th:first-child {
    border-top-left-radius: 5px;
}

.points-table .table thead tr th:last-child {
    border-top-right-radius: 5px;
}


.useraccount {
    border: 1px solid #e2e5e6;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
}
 
 
 
label {
    color: #050001;
    font-size: 14px;
    font-weight: 600;
}

hr {border-color: #ecd2d2;}
 
/**********/

@media screen and (max-width:991px){
   /* .reward-card {
        min-height: 326px;
    }*/
	.reward-desc h3 {
		min-height: 35px;
	}
}

@media screen and (max-width:767px){
	.tabPanel {
		/* float: none; */
		margin: auto;
	}

	.tabPanel button.navbar-toggle {
		margin-top: -60px;
		font-size: 25px;
		color: #050001;
	}

	.tabPanel .nav-tabs>li {
		width: 100%;
		margin: auto;
		padding: 4px 0;
		text-align: right;
	}

	.tabPanel .nav-tabs>li>a {
		text-align: right;
		display: inline-block;
	}

	.footerlink {
		text-align: center;
		padding: 5px 0;
	}

	.copywrite {
		text-align: center;
	}
}