@charset "utf-8";

@font-face {
	font-family: 'Conv_ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local(''), url('../fonts/ProximaNova-Light.woff') format('woff'), 
	url('../fonts/ProximaNova-Light.ttf') format('truetype'), 
	url('../fonts/ProximaNova-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local(''), url('../fonts/ProximaNova-Regular.woff') format('woff'), 
	url('../fonts/ProximaNova-Regular.ttf') format('truetype'), 
	url('../fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local(''), url('../fonts/ProximaNova-Semibold.woff') format('woff'), 
	url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), 
	url('../fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local(''), url('../fonts/ProximaNova-Bold.woff') format('woff'), 
	url('../fonts/ProximaNova-Bold.ttf') format('truetype'), 
	url('../fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
 
*{
    outline:none;
    padding:0px;
    margin:0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Conv_ProximaNova-Regular';
    color:#16161d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
} 
/*html,
body {
  height: 100%;
} */
 
.clear{ clear:both; }

img {
    max-width: 100%;
}

 
a {
    color: #00a7ff;
}

p {
    color: #16161d;
    font-size: 15px;
    margin: 10px auto;
    line-height: 25px;
}

.contentpanel {
    width: 100%;
    background: #fff;
    box-shadow: 0;
    border-radius: 0;
    margin: auto;
    padding: 0px;
}

.topnav {
     vertical-align: middle;
     position: relative;
     border-bottom: 2px #e8e7e7 solid;
}
.topnav .nav-tabs {
    border: 0px;
    margin: auto;
    vertical-align: middle;
    display: table;
}

.topnav .nav-tabs>li>a {
    color: #171717;
    font-size: 18px;
    padding: 10px 15px;
    border: 0px;
    box-shadow: none !important;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    text-align: center;
    border-bottom:3px transparent solid;
    margin: 0 12px;
    font-weight: 500;
}

.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: #00a7ff;
    outline: none;
    border-bottom: 3px #00a7ff solid;
}

.topnav .nav-tabs>li>a:hover, .topnav .nav>li>a:focus, .topnav .nav>li>a:hover  {
    background: transparent;
    border: 0;
    color: #00a7ff;
    border-bottom: 3px transparent solid;
    outline: none;
    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 .tab-content {
    padding: 20px 20px;
    position: relative;
    background: #fff;
}

.intro {
    text-align: center;
    margin: 10px auto;
    position: relative;
}

.intro h2 {
    margin: 10px auto;
    font-size: 26px;
    font-weight: 500;
    color: #00a7ff;
    line-height: normal;
    font-family: 'Conv_ProximaNova-Semibold';
    display: inline-block;
}

.intro p {
    font-size: 18px;
    margin: 0px;
    line-height: 20px;
}

.packages {
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.package-tile {
    background: #f2f3f8;
    text-align: left;
    padding: 10px 20px;
    margin: 10px auto;
    border-radius: 6px;
}

.package-tile h3 {
    margin: 10px auto;
    border-bottom: 1px #d7d7d7 solid;
    padding-bottom: 7px;
    font-weight: 500;
    font-family: 'Conv_ProximaNova-Semibold';
    color: #3c3c3c;
    font-size: 22px;
}

.work-wrap {
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.work-box {
    margin: 10px auto;
    text-align: center;
    padding: 10px;
}

.work-icon  {  
	margin: auto;
	text-align: center; 
}

.work-box h3 {
    margin: 10px auto;
    color: #171717;
    line-height: normal;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Conv_ProximaNova-Semibold';
} 

.stats {
    text-align: center;
    padding: 7px 30px;
    margin: 10px auto;
    display: table;
    background: #f2f3f8;
    border-radius: 20px 0px 20px 0px;
}

.stats h3 {
    margin: 10px auto;
    font-weight: 600;
    font-size: 28px;
    color: #21d1ab;
    font-family: 'Conv_ProximaNova-Semibold';
}

.stats h4 {
    margin: 10px auto;
    color: #171717;
    font-size: 14px;
    font-weight: 300; 
}

.points-table {
    margin: 10px auto;
    position: relative;
}
.points-table .nav-tabs {
    border: 0;
    padding: 0;
    margin: auto;
    /* display: table; */
} 

.points-table .nav-tabs>li {
    margin: 0px;
    border: 0;
}
.points-table .nav-tabs>li>a {
    background: #fff;
    border: 1px #21d1ab solid;
    border-bottom: 0 !important;
    border-radius: 0;
    color: #171717;
    text-decoration: none;
    margin-right: 5px;
    font-size: 16px;
    padding: 12px 18px;
    font-weight: 500;
} 
 
.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: #21d1ab;
    border-bottom: 0 !important;
    color: #fff;
    border-radius: 0;
}

.table thead tr th  {
    background: #21d1ab;
    color: #fff;
    border: 0;
    font-weight: 400;
    padding: 15px 8px;
    font-size: 15px;
    text-align: center;
}  
.table>tbody>tr>td {
    padding: 12px 8px;
    font-size: 12px;
    text-align: center;
    color: #171717;
    vertical-align: middle;
    border: 0;
}

.points-table .tab-content {
    padding: 0 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
     background: #f6f8fa;
	     border-bottom: 2px #fff solid;
}

#reward_history tr>td {
    width: 20%;
    white-space: normal;
}

.form-control {
    background: #fff;
    border: 1px #c8c8c8 solid;
    /*height: 40px;*/
    border-radius: 0;
    font-weight: 300;
}
.form-control:focus {
    border-color: #21d1ab;
    background-color: #fff;
    outline: none; 
}

.progress-tracker {
    padding: 10px 0;
    position: relative;
    text-align: center;
} 
 .barwrapper {
    position: relative;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
}
.myProgress {
    position: relative;
    margin: 20px 0;
}
.myProgress span {
    position: absolute;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    background: #21d1ab;
    line-height: 20px;
    margin: 6px auto;
    padding: 6px 10px;
    border-radius: 5px;
    top: -40px;
    right: 0;
}

.myProgress span:after {
    content: '';
    border-top: 8px solid #21d1ab;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    right: 10px;
    /* margin-left: -4px; */
    text-align: center;
}

.progress.userProgress {
    height: 50px;
    border-radius: 50px;
    margin: 10px auto;
    width: 100%;
    float: left;
    display: inline-block;
    background: #f4f4f4;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
.userProgress .progress-bar {
    background: #21d1ab;
    transform: translate(0%, 0%) skew(-30deg) scale(1.03);
    -webkit-transform: translate(0%, 0%) skew(-30deg) scale(1.03);
    -moz-transform: translate(0%, 0%) skew(-30deg) scale(1.03);
    -ms-transform: translate(0%, 0%) skew(-30deg) scale(1.03);
    -o-transform: translate(0%, 0%) skew(-30deg) scale(1.03);
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    margin-left: -10px;
}

.tracker_value {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    margin-top: -75px;
}
.pntssection {
    width: 25%;
    /* height: 50px; */
    float: left;
    display: inline-block;
    background: none;
    text-align: center;
    margin: auto;
    color: #737373;
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}

.pntssection:after {
    content: '';
    width: 3px;
    height: 55px;
    background: #ffffff;
    /* border-radius: 100%; */
    position: absolute;
    top: -3px;
    right:0;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
 .tracker_value>div:last-child:after {
   content: none;
}


.pntssection.active {
    color: #fff;
}

.progress-tracker h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
}

.progress-tracker h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    background: #e2f4fd;
    margin: 10px auto;
    display: inline-block;
    padding: 7px 20px;
    line-height: normal;
}

.progress-tracker h4 span, .progress-tracker h3 span {
    color: #00a7ff;
    font-family: 'Conv_ProximaNova-Semibold';
}


.reward-section {
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.reward-card {
    /*width: 90%;*/
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.13);
    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;
	
}
.reward-card:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.reward-desc {
	width: 100%;
    padding: 10px 0px;
    position: relative;
}

.reward-desc h3, .reward-card h3 {
    margin: 10px;
    color: #171717;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Conv_ProximaNova-Regular';
}
.selectpts {
    padding: 15px;
}
.reward-desc h4, .reward-card h4 {
    font-weight: 500;
    font-size: 17px;
    color: #00a7ff;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.reward-card h3 {
    flex: 1; 
}

.getsocial {
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.socialmedia {
    margin: 10px auto;
    padding: 20px 0;
}

.socialmedia a {
    border: 1px #00a7ff solid;
    margin: 5px 10px;
    background: #fff;
    display: inline-block;
    padding: 3px 15px 3px 3px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
	border-radius: 25px;
}


.socialmedia a span {
    width: 42px;
    height: 42px;
    background: #0d2c6d;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    margin-right: 10px;
	border-radius: 100%;
}

.progress-tracker p {
	color: #737373;
}

.socialmedia a:hover {
    color: #21d1ab;
}
.facebook {
    border-color: #3b5998 !important;
}
.facebook span{
     background: #3b5998 !important;
}

.instagram {
    border-color: #cc3366 !important;
}
.instagram span{
    background: #cc3366 !important;
}

.twitter {
    border-color: #00aced !important;
}
.twitter span{
     background: #00aced !important;
}

.linkedin {
    border-color: #007bb6 !important;
}
.linkedin span{
     background: #007bb6 !important;
}

.uniquelink h3 {
    color: #171717;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    margin: 10px auto;
}

.shortlink {
    display: inline-block;
    border: 1px #21d1ab solid;
    position: relative;
    margin: 5px auto;
}

.shortlink h4 {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
}

.shortlink span {
    background: #21d1ab;
    color: #fff;
    height: 100%;
    padding: 8px 14px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.uniquelink {
    padding-bottom: 20px;
} 

.emailSection {
    padding: 10px 20px;
    position: relative;
    background: #f2f3f8;
}

.importContacts {
    font-size: 14px;
    padding: 10px 0;
}

.btn-default {
    background: #fff;
    border: 2px #f17e6f solid;
    color: #f17e6f;
    text-align: center;
    font-size: 16px;
	font-weight: 500;
	margin: 10px auto;
	padding: 5px 20px;
    transition: all 0.2s ease;
    /* text-transform: uppercase; */
    border-radius: 0px;
    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: #f17e6f;
    color: #fff;
    outline: none;
    border-color: #f17e6f;
}

.owl-theme .owl-nav [class*=owl-]{
    position:absolute;
    top: 50%;
    background: transparent !important;
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #b3b3b3;
    font-weight: 300;
}

#rewards_list .owl-prev, #rewards_list .owl-next {
    background: rgba(0,0,0,0.3);
    padding: 5px;
}
#rewards_list .owl-prev:hover, #rewards_list .owl-next:hover {
    background: #21d1ab;
}
#rewards_list .owl-prev {
    margin-top: -195px;
	margin-left: -30px;
	float: left;
}

#rewards_list .owl-next {
    margin-top: -195px;
    margin-right: -30px;
    float: right;
}

.owl-prev a, .owl-next a {
	color:#fff !important;
	text-decoration:none;
}
.packages-points {
    padding: 25px 0px;
}
.package-kit {
    background: linear-gradient(90deg, #66cafe, #68cdfb, #6ed4eb, #74dcdd, #79e3cd);
    padding: 10px 20px;
    border-radius: 10px;
}
.package-kit p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
	margin: auto;
}
.package-kit h4 {
    font-size: 17px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: 'Conv_ProximaNova-Semibold';
}
.socialmedia label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    padding: 0px 10px;
	color: #16161d;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #21d1ab;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}
.tabTop {
    text-align: center;
    padding: 20px 10px;
}
#fb-like-btn {
    display: inline-block;
}
/* #facebook_like {
    line-height: 20px;
    padding: 15px;
} */
#fb-like-btn span {
	height: 25px !important;
	background: none !important;
}
.fb_iframe_widget {
    line-height: 40px !important;
}
.fb_iframe_widget span {
    display: inline-block !important;
    position: relative;
    text-align: justify !important;
    margin: 5px;
}

.switch-label {
    display: inline-block;
}


#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Conv_ProximaNova-Semibold';
  font-size: 200px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Conv_ProximaNova-Regular';
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 15px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Conv_ProximaNova-Regular';
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #f17e6f;
  text-transform: uppercase;
  padding: 13px 23px;
  border: 2px solid #f17e6f;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #f17e6f;
}

#package-more {
    color: inherit;
    font-family: inherit;
}

#linkedin_connect {
    line-height: 40px;
}
#linkedin_connect span {
	background: none !important;
	height: 47px;
	line-height: 40px;
}
.IN-widget {
    margin: 0px 10px !important;
}
#linkedin_connect label {
    float: right;
    margin-top: 5px;
    margin-left: 50px;
}

.myProgress-none span {
    top: -60px;
    left: 0;
    right: 0;
    min-width: 90px;
}
.myProgress-none span:after {
    right: 65px;
}
.physical-img {
	margin-top: 15px;
}
.reward-card.gift-card {
    min-height: 320px;
}
.gift-card .reward-icon img {
    border-radius: 15px;
    min-height: 170px;
    /* margin: 10px; */
}
.reward-card.gift-card {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.reward-card.physical-card img {
	width: 180px;
	/* margin: 10px; */
}
#rewards_list_physical, .bonus-rewards {
    display: flex;
    flex-wrap: wrap;
	text-align: center;
    margin: auto;
}

#rewards_list_physical .col-md-4.col-sm-6, .bonus-rewards .col-md-4.col-sm-6  {
    display: flex;
}

.reward-card.physical-card, .reward-card.cash-card {
    /*min-height: 370px;*/
    padding: 20px 20px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.reward-card.physical-card .reward-icon {
	min-height: 150px;
}
.cash-card .reward-icon {
    background: #000000; 
    width: 100%;
}

#rewards_list_packages.reward-icon {
    background: #191919; 
    width: 100%;
}

.cash-card .reward-icon img{
	height:300px;
	width:100%;
	 object-fit: contain;
}

.reward-intro {
    text-align: center;
    margin: 10px auto;
    position: relative;
}

.reward-intro h3 {
    margin: 10px auto;
    font-size: 24px;
    font-weight: 500;
    color: #00a7ff;
    line-height: normal;
    font-family: 'Conv_ProximaNova-Semibold';
    display: inline-block;
}

.reward-intro p {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
	font-family: 'Conv_ProximaNova-Regular';
}
.sweet-alert {
	font-family: 'Conv_ProximaNova-Regular' !important;
}
.sweet-alert h2 {
	margin: 10px 0 !important;
}
.sweet-alert p.cash-text {
	font-size: 13px !important;
	margin-bottom: 5px !important;
	color: #797979 !important;
}
.cash-card .reward-icon img {
    border-radius: 5px;
    width: 340px;
}
label.check-terms {
    font-weight: 500;
    margin: 10px auto;
	font-size: 14px !important;
}
.sweet-alert label.check-terms input {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: auto 2px !important;
}
#redeem-terms-error {
    font-size: 13px;
    color: #f92323;
    font-style: italic;
}


#rewards_list_giftcard>div:nth-child(3n+1) {
	clear: both; 
 }

/********/
 
@media screen and (max-width:991px){
   #rewards_list_giftcard>div:nth-child(3n+1) {
        clear: none;
    }
}

@media only screen and (max-width : 768px) {
	
	.myProgress span {
		top: -55px;
	}
	.myProgress {
		position: relative;
		margin: 30px 0;
	}
	.contentpanel .tab-content {
		padding: 20px 0px;
	}
	.socialmedia a {
		width: 100%;
		margin: 5px 0px;
	}
	.socialmedia a span {
		margin-top: 0px;
		float: left;
	}
	.socialmedia label {
		float: left;
		padding: 10px 10px;
	}
	#fb-like-btn {
		display: inline-block;
		float: left;
		margin: 10px 0px;
	}
	.switch-label {
		/* display: block; */
		width: 45%;
	}
	.fb_iframe_widget {
		display: block;
		position: relative;
	}
	
	.socialmedia a.#linkedin_connect label {
		float: left;
		padding: 0px;
	}
	#linkedin_connect {
		line-height: 0px;
	}
	#linkedin_connect label {
		float: left;
		margin-top: 10px;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 767px) {
	
	.topnav .nav-tabs>li {
		width: 100%;
		margin: auto;
	}
	
	  .notfound .notfound-404 h1 {
		font-size: 148px;
	  }
	  .tabTop {
		padding: 0px;
	}

	.switch {
		width: 50px;
		height: 25px;
		display: block;
		text-align: center;
		margin: 5px auto;
	}

	.slider:before {
		width: 18px;
		height: 18px;
	}
	.table thead tr th {
		font-size: 13px;
	}

	.table>tbody>tr>td {
		font-size: 10px;
	}
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
  .hide-mobile{display:none;}
}

@media (min-width: 576px){
    #rewards_list_physical .col-md-4, .bonus-rewards .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px){
    #rewards_list_physical .col-md-4, .bonus-rewards .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 576px){
    #rewards_list_physical, .bonus-rewards {
        display: block;
    }
}