@charset "utf-8"; 

@font-face {
	font-family: 'Conv_Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local(''), url('../fonts/Gotham-Book.woff') format('woff'), 
	url('../fonts/Gotham-Book.ttf') format('truetype'), 
	url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local(''), url('../fonts/Gotham-Bold.woff') format('woff'), 
	url('../fonts/Gotham-Bold.ttf') format('truetype'), 
	url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

*{
	outline:none;
	padding:0px;
	margin:0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Conv_Gotham-Book';
    color: #323232;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
} 
 
 
.clear{ clear:both; }
 img {
    max-width: 100%;
}
 header {
    padding: 10px 0;
    position: relative;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a03ac+0,036ef2+100 */
    background: #fc0165; /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
} 

a {
    color: #036ef2;
} 

.topnav {
     vertical-align: middle;
     position: relative;
     text-align: left;
}
.topnav .nav-tabs {
    border: 0px;
    margin: auto;
    vertical-align: middle;
}

.topnav .nav-tabs>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 8px;
    border: 0px;
    box-shadow: none !important;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    letter-spacing: normal;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px transparent solid;
}

.topnav .nav-tabs>li.active>a, .topnav .nav-tabs>li.active>a:focus, .topnav .nav-tabs>li.active>a:hover{
    background: transparent;
    border: 0;
    color: #fff;
    outline: none;
    border-bottom: 2px #fff solid;
}

.topnav .nav-tabs>li>a:hover, .topnav .nav>li>a:focus, .topnav .nav>li>a:hover  {
    background: transparent;
    border: 0; 
    color: #fff;
    outline: none; 
    border-bottom: 2px #fff 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;
}


.head-banner{
	width:100%;
	/* min-height: 400px; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a03ac+0,036ef2+100 */
    background: #5a03ac; /* Old browsers */
    background: -moz-linear-gradient(left, #5a03ac 0%, #036ef2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5a03ac 0%,#036ef2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5a03ac 0%,#036ef2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a03ac', endColorstr='#036ef2',GradientType=1 ); /* IE6-9 */
	position: relative;
	margin: auto;
}

.head-banner:before {
    content: '';
    width: 100%;
    height: 100%; 
	background:  url('../img/banner-bg.png') no-repeat; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
} 
.banner-text {
    padding: 80px 0 20px;
    text-align: center;
    color: #fff;
    margin: auto;
    position: relative;
}

.banner-text h1 {
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    margin: 20px auto;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.banner-text h1 strong {
    font-weight: 500;
}

.banner-text h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 20px auto;
}

.bannerimg {
    text-align: center;
    margin: auto;
    padding-top: 20px;
}
.banner-text h1 span {
    /* font-size: 60px; */
    /* font-style: italic; */
    /* padding: 0 5px; */
    /* text-shadow: 4px 3px 2px #000; */
    display: inline-block;
}
.banner-text h1 span img {
    max-width: 90px;
}
.headpure-logo img{
	width:280px;
}


.logo {
    position: relative;
}
.logo img {
    /* max-width: 180px; */
}
.top-points {
    text-align: right;
    position: relative;
    padding: 5px 0;
}

.top-points h4 {
    font-size: 14px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: 'Conv_Gotham-Bold';
}

.top-points h4 span {
    background: #e0e1e3;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}


.inner-head {
    width: 100%;
    min-height: 350px;
    background: url('../img/actpage-banner.png') no-repeat top center;
    background-size: cover;
    margin: auto;
    position: relative;
}

.rewardpage{
	 background: url('../img/rewardpage-banner.png') no-repeat top center;
    background-size: cover;
}
.faqpage{
	 background: url('../img/faqpage-banner.png') no-repeat top center;
    background-size: cover;
}

.inner-banner {
    text-align: center;
    margin: auto;
}

.inner-banner .banner-text {
    text-align: center;
    padding: 100px 0 20px;
}

.inner-topmenu {
    padding: 10px 0;
    position: relative;
    background: #fc0165;
}

.contentPanel {
    padding: 20px 0;
    position: relative;
	padding-bottom: 0px;
}
.intro {
    margin: 10px auto;
    position: relative;
    text-align: center;
    display: table;
}

.intro h2 {
    color: #252525;
    margin: 10px auto;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    font-family: 'Khand', sans-serif;
}
 
p {
    color: #323232;
    font-size: 15px;
    line-height: 25px;
	font-family: 'Conv_Gotham-Book';
} 
    .socialIcon .fb_likeImg {
    margin-top: -5px !important;
    width: 55%;
    }

.head-productimg {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 20px 10px;
}

.head-productimg a {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-left: -150px; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.head-productimg img {
    /* width: 200px; */
}

.retailers-sec {
    padding: 20px 0;
    position: relative;
}

.retailer-list ul {
    margin: auto;
    list-style: none;
    display: table;
    text-align: center;
}

.retailer-list ul li {
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle;
}

.retailer-list ul li img {
    max-width: 120px;
}


.levels-wrap {
    width: 100%;
    padding: 20px 0;
    margin: 10px auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3c4e6+0,cfdef1+100 */
background: #d3c4e6; /* Old browsers */
background: -moz-linear-gradient(left,  #d3c4e6 0%, #cfdef1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #d3c4e6 0%,#cfdef1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #d3c4e6 0%,#cfdef1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c4e6', endColorstr='#cfdef1',GradientType=1 ); /* IE6-9 */

} 
 
.levels-wrap .intro h2 {
    color: #000;
}

.levels-wrap .intro p {
    color: #000;
}

.chart_desktop {
    background: #fff;
    position: relative;
    border: 4px #606062 solid;
    padding: 10px 10px;
} 
.chart_desktop table {
    border-spacing: 6px 0px;
    border-collapse: initial;
    margin: 10px auto;
} 

.chart_desktop table thead tr th:first-child {
    text-align: center;
    /* text-transform: uppercase; */
    padding: 12px 20px;
    color: #0266b3;
    font-style: normal;
    width: 20%;
    text-shadow: none;
    font-size: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.chart_desktop table thead tr th {
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    border-bottom: 1px solid #ddd;
    width: 15%;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.64); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Conv_Gotham-Bold';
}

.table>thead>tr>th span {
    display: block;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;
}

.chart_desktop table tbody td {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    border-top: 0px solid #ddd;
    padding: 6px 5px;
    border-bottom: 1px solid #ddd;
}


.chart_desktop table tbody td:first-child {
    text-align: right;
    padding: 6px 5px;
    color: #000;
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.chart_desktop table tbody td img{
    max-width:50px;
}

.no-bgcolor {
    background: none !important;
    /* border: 0 !important; */
}

.chart_desktop table tbody td:nth-child(2), .levelpanel table thead tr th:nth-child(2) { 
   background: #c8b1da;  
}
.chart_desktop table tbody td:nth-child(3), .levelpanel table thead tr th:nth-child(3) { 
    background: #af8ec9; 
}
.chart_desktop table tbody td:nth-child(4), .levelpanel table thead tr th:nth-child(4) {  
   background: #9971b8;  
}

.chart_desktop table tbody td:nth-child(5), .levelpanel table thead tr th:nth-child(5) { 
	background: #8050a5; 
}

.chart_desktop table tbody tr:nth-child(8) td:nth-child(2), .chart_desktop table tbody tr:nth-child(8) td:nth-child(3), .chart_desktop table tbody tr:nth-child(9) td:nth-child(4), .chart_desktop table tbody tr:nth-child(9) td:nth-child(5) { 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}  

.chart_mobile {
    background: #fff;
    position: relative;
    border: 4px #606062 solid;
    padding: 10px 10px;
}

 .chart_mobile .nav-tabs {
    border: 0;
}
.chart_mobile .nav-tabs>li>a {
    color: #252525;
    border: 0;
    /* background: #e4e4e4; */
    font-size: 16px;
}

.chart_mobile .nav-tabs>li.active>a, .chart_mobile .nav-tabs>li.active>a:focus, .chart_mobile .nav-tabs>li.active>a:hover {
    color: #5a03ac;
    border: 0;
    /* background: #fff; */
}

.chart_mobile .nav-tabs>li>a:hover{
     color: #5a03ac;
    background: #5a03ac;
    border: 0;
}

 .chart_mobile table thead th {
    /* background: #2db678; */
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    vertical-align: middle;
    border: 0;
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.44);
    font-style: italic;
	font-family:'Conv_Gotham-Bold';
}

.chart_mobile table tbody td {
	font-weight: 400;
	text-align: center;
	padding: 12px 12px;
	background: #fff;
	line-height: 20px;
	color: #fff;
	border-bottom: 1px solid #e6e6e6;
	font-size:13px;
} 

/* .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ */
	/* background-color: transparent !important; */
/* } */
.chart_mobile ul li a:hover, .chart_mobile ul li.active a{
	background-color: transparent !important;
}
.chart_mobile ul li a:focus{
	background-color: transparent !important;
}
 
 
#silverlevel table thead th, #silverlevel table tbody td  {
   background: #c8b1da;
}
#goldlevel table thead th, #goldlevel table tbody td { 
   background: #af8ec9; 
}
#platinumlevel table thead th, #platinumlevel table tbody td { 
    background: #9971b8;
}

#diamondlevel table thead th, #diamondlevel table tbody td  {
  background: #8050a5; 
}
 

.bonus-reward {
    padding: 20px 0;
    position: relative;
	margin: 20px auto;
}

.bonuspnts {
    text-align: center;
    font-family: 'Khand', sans-serif;
    font-size: 60px;
    color: #252525;
    font-weight: 500;
    vertical-align: middle;
} 
.bonuspnts span {
    display: inline-block;
    vertical-align: middle;
}

.app-section {
    width: 100%;
    background: #029cd3;
    padding: 20px 0;
    position: relative;
}

.app-section .intro h2, .app-section .intro p {
    color: #fff;
}

.getPoints {
    margin: 0px auto;
    position: relative; 
   /* display: inline-block;*/
    width: 80%;
    border-radius: 8px;
} 
.getPoints .col-md-4  {
    padding: 0 5px;
}



.getPoints>div>div:nth-child(1) .act-tile {
    background: #e46600;
}
.getPoints>div>div:nth-child(2) .act-tile {
    background: #7e4096;
}
.getPoints>div>div:nth-child(3) .act-tile {
    background: #00a4c0;
}
.getPoints>div>div:nth-child(4) .act-tile {
    background: #0090d9;
}
.getPoints>div>div:nth-child(5) .act-tile {
    background: #e33101;
}
.getPoints>div>div:nth-child(6) .act-tile {
    background: #be027d;
}
.getPoints>div>div:nth-child(7) .act-tile {
    background: #a5be02;
}
.getPoints>div>div:nth-child(8) .act-tile {
    background: #02a844;
}
.getPoints>div>div:nth-child(9) .act-tile {
    background: #1e3c82;
}

.act-tile {
    width: 100%;
    background: #7e4096;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    color: #fff;
    margin: 5px auto;
    cursor: pointer;
    min-height:286px;
    /*box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.45);
     height: 350px; */
    vertical-align: middle;
} 
.getPoints>div>div:nth-child(3n+1) {
    clear: both;
}

.act-tile h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
}
.act-tile h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.act-panel h3 {
    color: #252525;
    font-family: 'Khand', sans-serif;
    margin: 10px auto;
}

.socialMedia {
    margin: 10px auto;
    padding: 20px 0;
}

.socialMedia a {
    border-radius: 50px;
    margin: 10px 20px;
    background: #036ef2;
    display: inline-block;
    padding: 3px 20px 3px 3px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.socialMedia a span {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #036ef2;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
}

.socialMedia a:hover {
    color: #252525;
}


.appdownload {
    padding: 20px 0;
}

.btn-default {
    background: #f58233;
    border: 2px #fff solid;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 10px auto;
    padding: 7px 30px;
    transition: all 0.2s ease;
    /* text-transform: uppercase; */
    border-radius: 8px;
    letter-spacing: normal;
} 
 
.btn-default:hover, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    background: #fff;
    color: #f58233;
    border-color: #f58233;
    outline: none;
}

.btn-primary {
    background: #fff;
    border: 2px #f58233 solid;
    color: #f58233;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 10px auto;
    padding: 7px 30px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: normal;
} 
 
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background: #f58233;
    color: #fff;
    border-color: #f58233;
    outline: none;
}

.socialIcon {
    text-align: center;
    margin: 15px auto;
}

.socialIcon h4 {
    color: #252525;
}
.socialIcon i {
    width: 70px;
    height: 70px;
    background: #036ef2;
    text-align: center;
    margin: auto;
    border-radius: 100%;
    line-height: 65px;
    font-size: 30px;
    color: #fff;
    border: 3px #d9d9d9 solid;
} 

.importContacts {
    font-size: 14px;
    padding: 10px 0;
    color:#58595b;
}


.form-control {
    background: #f0f0f0;
    box-shadow: none;
    border: 1px #fff solid;
    padding: 10px;
    height: 42px;
    border-radius: 3px;
    color: #58595b;
    font-weight: 300;
}
.form-control:focus {
    border-color: #036ef2;
    background-color: #fff;
    outline: none; 
}
.statSection {
    padding: 20px 0;
    position: relative;
}
.stats-wrap {
    /* padding: 20px 0; */
    position: relative;
    display: inline-block;
    width: 100%;
}

.statBox {
    padding: 10px 10px;
    margin: 10px auto;
    text-align: center;
}

.statBox h3 {
    color: #5a03ac;
    margin: 3px auto;
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #f1f1f1;
    padding: 20px 20px;
    border-radius: 50px;
	width: 100%;
}

.statBox h4 {
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 10px auto;
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Khand', sans-serif;
}

.stats-wrap>div>div:last-child .statBox {
	border: 0;
}

.reward-section{
	width: 100%;
	padding: 20px 0;
	margin: 0px auto; 
	background: #efeaf5; 
} 

.reward-card {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16862745098039217), inset 0px 0px 0px 2px #fff;
    width: 100%;
    /* border: 15px #61a2dd solid; */
    min-height:  260px; /* 430px; */
}

.reward-icon {
    /* width: 90px;
    height: 90px; */
   /*  background: #61a2dd; */
    text-align: center;
    margin: auto;
   /*  border-radius: 100%; */
    /* line-height: 90px; */
    font-size: 50px;
    color: #fff;
}

.reward-icon img {
	border: 1px solid #D9D9D9;
	min-width: 100%;
	height: 140px;
    width: auto;
    object-fit: contain;
}
.reward-card .selectpts {
    width: 80%;
}
.reward-desc h3 {
    margin: 5px auto;
    font-family: 'Khand', sans-serif;
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
	height: 60px;
}

.reward-desc h4 {
    color: #323232;
    font-size: 16px;
}
.selectpts {
    display: inline-block;
    vertical-align: middle;
}

.reward-desc button {
    display: block;
	font-size: 14px;
	padding: 7px 30px;
}


.points-table {
    margin:0px auto;
    position: relative; 
	padding-bottom: 0px;
}

.points-table .table thead tr th  {
    text-align: center;
    background: #9f56bb;
    color: #fff;
    border: 0;
    max-width: 100%;
    font-weight: 500;
    padding: 12px 7px;
    font-size: 14px;
    vertical-align: middle;
    /* width: 16.6%; */
    /* max-width: 100%; */
    /* float: left; */
}
.points-table .table>tbody>tr>td {
    padding: 12px 7px;
    font-size: 13px;
    text-align: center;
    color: #252525;
    border-color: #fff;
    vertical-align: middle;
    /* width: 16.6%; */
    /* max-width: 100%; */
    /* float: left; */
}  

.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: #c4a0d2;
    border: 0px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    font-size: 15px;
    padding: 12px 18px;
    font-weight: 400;
} 
 
.points-table .nav-tabs>li.active>a, .points-table .nav-tabs>li.active>a:focus, .points-table .nav-tabs>li.active>a:hover, .points-table .nav-tabs>li>a:hover {
    background: #9f56bb;
    border: 0 !important;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd), .table-striped>tbody>tr {
    background: #f0f0f0;
}


.faqcontent ul {
    padding: 0;
    list-style: none;
}

.faqcontent ul li {
    padding: 10px 0;
    color: #662d91;
}

.faqcontent ul li h5 {
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    text-align: left;
    color: #0054a6;
}
.faqcontent ul li ol {
    padding-left: 20px;
}
.faqcontent p {
    color: #662d91;
}

.terms {
	 font-size: 18px;
    text-align: left;
    color: #252525; 
    font-weight: 300;
}

.terms h4 {
    font-size: 16px;
    text-transform: none;
    text-align: left;
    color: #252525;
    font-weight: 500;
    line-height: 1.6em;
}
.terms ol, .terms ul{
    padding-left: 25px;
    color: #252525;
}
.terms li {
    padding: 7px 2px;
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.terms li p{
    color: #58595b;
    font-weight: 400;
}
.terms ul {
    list-style-type: disc;
}
.terms li > ul > li {
    color: #58595b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
} 


.likeImg{
	width: 27.5%;
}
.loader{
    color: #7f3f98;
    font-size: 25px;
}
.ui-datepicker-buttonpane {
	display:none;
}
button#twitter_follow, button#linkedin_follow {
    margin: -5px auto;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
    background: #61a2dd;
    border-color: #61a2dd;
}

button#twitter_follow:hover, button#twitter_follow:active:hover, button#twitter_follow:active:focus, button#twitter_follow:active, button#twitter_followt:focus, button#linkedin_follow:hover, button#linkedin_follow:active:hover, button#linkedin_follow:active:focus, button#linkedin_follow:active, button#linkedin_follow:focus {
    background: #036ef2;
    color: #fff !important;
    border-color: #036ef2;
    outline: none;
}
.ui-datepicker select.ui-datepicker-month {
    width: 80%;
}
.ui-datepicker .ui-datepicker-year {
    display: none;
}

.sweet-alert h2 {
    font-weight: 500 !important;
    font-family: 'Khand', sans-serif !important;
}

.text-note {
	display:none;
}

.fp__overlay {
    z-index: 2000 !important;
}

ul.merchant-category-list li {
    background-repeat: no-repeat;
    background-size: 25px 25px;
    list-style: none;
	background-position: 0 10px;
}
ul.merchant-category-list a {
    color: #8491a0;
    padding: 14px 0 14px 36px;
    display: block;
    font-weight: 500;
    line-height: 1.3;
	text-decoration: none;
	font-family: 'Khand', sans-serif;
	font-size: 17px;
}
.merchant-category-list a.selected, .merchant-category-list a:hover {
    color: #3498db;
}
.merchants-sidebar .sidebar-title {
    color: #8491a0;
    font-weight: 600;
    line-height: 30px;
	font-family: 'Khand', sans-serif;
	font-size: 24px;
	border-bottom: 1px dashed #e9e0d7;
	padding: 0px 0 20px 0px;
}
.go-top {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #f1f1f1; 
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #5a03ac;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
.go-top:hover {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	background-color: #5a03ac;
	color: #fff;
}

.download_icon img{
	width: 60%;
}

.act-tile span{
	font-size: 21px;
    font-weight: 700;
}

.points-table thead, .points-table tr{
	display: table;
	width: 100%;
	table-layout: fixed;
}

#points_history, #rewards_history, #inviteHistory, #reward_history{
	display: block;
	max-height: 200px !important;
	overflow: auto;
	width: 100% !important;
}

@media screen and (max-width:350px){
	button.navbar-toggle{
		margin-right: 0px;
	}
	
	.retailer-list ul li{
		margin: 10px 4px;
	}
	.retailer-list ul li img{
		max-width: 85px;
	}
	
}

.chart_mobile ul li a{
	padding: 10px 10px;
}

.instagramBtn{     
    background: #fff;
    border: 2px solid #f58233;
    color: #f58233;
    border-radius: 35px;
    font-size: 16px;
}

.searchInput{
    background: #fff;
    border: 1px solid #55555536;
}
.searchIcon{
    background: #9f56bb;
    color: #fff;
}

.sweetAlert-img{
    max-width: 50%;
}
.href_link{

    color: #797979 !important;
    text-decoration: none !important;
}


.btn-claim {
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 0;
}

.loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ccc;
    z-index: 999;
    text-align: center;
}

.loading-ui {
    margin-top: 10%;
}

.loading-ui p {
    font-size: 25px;
    margin: 40px 0px;
    color: #6b6b6b;
}

.loading-ui img {
    max-width: 300px;
}

.act-tile.disabled {
    opacity: .5;
    cursor: default;
}

.faqcontent h5 {
    font-weight: bold;
    margin-top: 40px;
}

.faqcontent p {
	color: black;
}

.faqcontent ol {
    margin: 0px;
    padding: 0px 0px 0px 39px;
    color: #662d91;
}

.visa_card_menu{
    padding-left: 4px;
}
.visa_card_menu a{
    padding-left: 0px !important;
}
.visa_card_menu span{
    padding-left: 14px;
}

.socialIcon.disabled .fbLikeImg,
.socialIcon.disabled #twitter_follow,
.socialIcon.disabled #linkedin_follow {display: none;}

.socialIcon.disabled .hide.social-success-msg {
    display: block !important;
    line-height: normal;
    padding: 3px;
    border-radius: 4px;
    color: #8BC34A;
}

.socialIcon.disabled i,
.socialIcon.disabled h4 {
    opacity: .4;
}

.custom-intro button.btn.btn-default {
    margin: 0px;
    background: #ececec;
    border: 1px solid #d4d4d4;
    padding: .3em .8em;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
}

.anno.anno-navs-info, .anno.anno-target-center-bottom {
    width: 600px;
    border-radius: 10px;
} 

.anno.anno-navs-info ul {
    padding: 15px 15px 0px 15px;
}

.anno.anno-navs-info ul li {
    margin-bottom: 10px;
    color: #323232;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Conv_Gotham-Book';
}
.anno-content{font-family: 'Conv_Gotham-Book' !important;}
 
.anno .anno-inner .anno-btn-container .anno-btn {
	font-family: 'Conv_Gotham-Book' !important;
    background: #f58233 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    border: 1px #f58233 solid !important;
}

.anno .anno-inner .anno-btn-container .anno-btn:hover {
    background: #fff !important;
    color: #f58233 !important;
}

#setup-menu {
    margin: 0px !important;
    padding: 0px !important;
}

.shortlink {
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 20px 0;
    width:100%;
    border-radius: 3px;
    background: #fff;
}

.shortlink h5 {
    margin: auto;
    display: inline-block;
    padding: 12px 12px;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}

.shortlink span {
    float: right;
    background: #f58233;
    display: inline-block;
    padding: 7px 20px;
    font-size: 12px;
    color: #fff;
    border: 1px #f58233 solid;
    border-bottom: 0;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
}

.share-block {
    padding: 20px 10px;
} 

.socialshare {
    text-align: center;
    position: relative;
}

.socialshare a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #5a03ac;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    margin: 5px 5px;
    position: relative;
}

.socialshare .facebook{background: #3b5998;}

.socialshare .twitter{background: #55acee;}

.socialshare .linkedin{background: #007bb5;}

.modal-footer .btn+.btn {
    margin: 10px auto;
}

.modal-footer .btn-primary {
    text-transform: none;
}

h4.modal-title {
    color: #5a03ac;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    font-family: 'Khand', sans-serif;
}

.learnbtn {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.foot-btns {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    align-items: center;
    width:50%;
}

#termsModal .modal-footer {
    display: flex;
    align-items: center;
}

.learnbtn a {
    color: #7f3f98;
}

#termsModal .modal-body { 
    max-height: 500px;
    overflow: auto;
} 

.login-overlay {
    text-align: center;
    position: relative;
}

.overlay-icon img {
    width: 100px;
}

.login-overlay h2 {
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    margin: 20px auto;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
} 
body.modal-open.overlaymodal-open {
    overflow: auto;
}

#loginoverlayModal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 30px * 2);
}
#loginoverlayModal .modal-footer {
    text-align: center;
    padding: 5px 15px;
}

#loginoverlayModal .registerbtn a {
    color: #7f3f98;
}

.btn-category {
    width: 100%;
    color: #8491a0;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    border: 1px #e9e0d7 solid;
    text-align: left;
    background: #fff;
} 

ul.dropdown-menu.merchant-category-list {
    padding: 5px 10px;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #3498db;
    background: transparent;
}
 
.mobile-category{
	display:none;
	margin-bottom: 10px;
}

.visa-details h4 {
    color: #5a03ac;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: 'Khand', sans-serif;
    text-align: center;
}

.redeem-head-banner{
	width: 100%; 
	/*min-height: 200px;*/
	position: relative;
	margin: 0px auto; 
	background: url('../img/PureRewards_Masthead1.jpg') no-repeat top center; 
	background-size:cover; 
}
.redeem-txt {
    padding: 30px 0px;
    position: relative;
    width: 100%;
    margin: auto;
}
.redeem-txt h2{
	font-family: 'Khand', sans-serif;
    font-size: 40px;
    margin: 0px auto;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}



/***** media query *******/
@media screen and (max-width:1024px){
    .points-table .table thead tr th {
        white-space: normal;
        font-size: 13px;
        height:60px;
    }
    
    .points-table .table>tbody>tr>td {
        white-space: normal;
        font-size: 12px;
    }     
}

@media screen and (max-width:991px){ 
    .socialMedia a {
		margin: 10px 10px;
		font-size: 15px;
		padding: 3px 15px 3px 3px;
	}
	.getPoints {
		margin: 0px auto; 
		width: 100%; 
	} 
	.getPoints>div>div:nth-child(3n+1) {
		clear: none;
	}
	.getPoints>div>div:nth-child(odd) {
		clear: both; 
	}
}

@media screen and (max-width:767px){
    button.navbar-toggle {
        margin-top:-40px;
        font-size: 23px;
        color: #fff; 
    }
	.topnav .nav-tabs>li>a {
		text-align: center;
		padding-left: 0;
	}

	.topnav .nav-tabs {
		margin-left: 0;
	}
    .topnav {
        float: none;
		padding: 0px;
    }

    .topnav .nav-tabs>li {
        width: 100%;
        margin: auto;
    } 
    .footerlink {
        text-align: center;
    } 

	p {
		font-size: 15px;
		line-height: 25px;
	}
	#fb-like-btn{
		padding-top: 0px;
	}
	.facebook_text{
		margin-left: -7px;
	}
	.likeImg{
	width: 99.5% !important;
	}

	.statBox {
		border-right: 0;
	} 
	.levelpnts {
		text-align: left;
	}

	.banner-text {
		padding: 20px 0 20px;
	}
	
    #termsModal .modal-footer {
        text-align: center;
        margin: auto; 
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .learnbtn {
        width: 100%;
        text-align: center;
        order: 2; 
    }

    .foot-btns {
        width: 100%;
        display: block;
        text-align: center;
    }
	.desktop-category{
		display:none;
	}
	.mobile-category{
		display:block;
	}
	
	.points-table tbody td {
        padding: 5px 10px;
    }
    .points-table tbody tr {
        display: grid;
        width: 100%;
        grid-template-columns: auto auto;
        margin-bottom:2px;
    }  
    .points-table tbody tr td{
        text-align:left !important;
        border-top: 1px solid #e5e5e5 !important;
    }

    .points-table tbody tr > td:nth-child(1) {
        order: 3;
        text-align: left;
        font-weight: bold;
    }
    
    .points-table tbody tr > td:nth-child(2) {
        order: 1;
        font-weight: bold;
        text-align: left; 
    }
    
    .points-table tbody tr > td:nth-child(3) {
        order: 2;
        text-align: right;
        font-weight: bold;
    }

    .points-table tbody tr > td:nth-child(4) {
        order: 4;
        text-align: right;
    }

    .points-table thead {
        display: none;
    }


    #points_history tr > td:nth-child(1):before {
        content: 'Points Earned: ';
        font-weight: normal;
    }
    #points_history tr > td:nth-child(2):before {
        content: 'Description: ';
        font-weight: normal;
    }
    
    #points_history tr > td:nth-child(3):before {
        content: 'Sales Order: ';
        font-weight: normal;
    }
    
    #points_history tr > td:nth-child(4):before {
        content: 'Date: ';
        font-weight: normal;
    }
    #points_history tr > td:nth-child(5):before {
        content: 'Status: ';
        font-weight: normal;
    }
    #points_history tr > td:nth-child(6):before {
        content: 'Transaction Info: ';
        font-weight: normal;
    }

     #rewards_history tr > td:nth-child(1):before {
        content: 'PureRewards: ';
        font-weight: normal;
    }
    #rewards_history tr > td:nth-child(2):before {
        content: 'PurePoints Used: ';
        font-weight: normal;
    }
    
    #rewards_history tr > td:nth-child(3):before {
        content: 'Issued On: ';
        font-weight: normal;
    }
    
    #rewards_history tr > td:nth-child(4):before {
        content: 'Gift Card: ';
        font-weight: normal;
    }
    #rewards_history tr > td:nth-child(5):before {
        content: 'Gift Card Link: ';
        font-weight: normal;
    }
    #rewards_history tr > td:nth-child(6):before {
        content: 'Status: ';
        font-weight: normal;
    }
}

@media screen and (max-width:480px){
	.points-table .nav-tabs>li {
		width: 100%;
		text-align: center;
	}

	.points-table .nav-tabs>li>a {
		font-size: 14px;
		margin: auto;
	}

	.points-table .table thead tr th {
		font-size: 11px;
		white-space: normal;
		vertical-align: middle;
	}

	.points-table .table>tbody>tr>td {
		font-size: 10px;
		white-space: normal;
		vertical-align: middle;
	}
	#fb-like-btn{
		padding-top: 0px;
	}
	.facebook_text{
		margin-left: -7px;
	}
	.likeImg{
		width: 99.5% !important;
	} 
	
	.top-points{
		text-align: center;
	}
	
	.text-note {
		display:block;
		text-align: center;
		font-size: 12px;
		line-height: 10px;
		color: #8491a0;
		font-family: 'Khand', sans-serif;
		padding: 10px;
	}
	.bonuspnts img {
		padding: 15px;
	}
	.retailer-list ul li{
		margin: 10px 7px;
	}
	.retailer-list ul li img{
		max-width: 93px;
	}
} 