@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');  

*{
	outline:none;
	padding:0px;
	margin:0px;
 -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #183C46;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px; 
} 
 
 
.clear{ clear:both; }
 
a {
    color: #949C51;
    text-decoration: none;
}  


p {
    color: #183C46;
    font-size:0.9rem;
    font-weight: 400;
    margin: 10px auto;
    line-height:1.4rem;
}


img{max-width:100%;}

header.top-nav {
    /* background: #183C46; */
    text-align: center;
    min-height:60px;
    position:relative;
    border-top: 1px #183C46 solid;
    /* border-bottom: 1px #183C46 solid; */
    padding: 6px 0;
}
.top-nav .navbar-nav > li > a {
	color: #183C46 !important;
	padding: 7px 10px !important;
	border-radius: 0px;
	margin-right: 5px;
	font-size: 15px !important;
	text-align: center;
	border: 0px;
	border-bottom: 1px transparent solid;
}
.top-nav .navbar-nav > li.active > a, 
.top-nav .navbar-nav > li > a:focus, 
.top-nav .navbar-nav > li > a:hover {
    background: transparent;
    color: #183C46 !important;
    outline: none;
    font-weight: 600;
    border: 0px;
    border-bottom: 1px #183C46 solid;
}

.top-nav .navbar-nav > li > a.nav-link.btn  {
    margin: auto; 
    color: #fff;
}
.contentpanel {
    padding: 40px 0px;
    position: relative;
    margin: auto;
}

.activeimg {
    position: relative;
    z-index: 9;
}

.activeimg:before {content: '';width: 100%;height: 100%;border: 1px #949C51 solid;max-width: 100%;position: absolute;left: -15px;top: 15px;z-index: -1;}
 
.activelevel h3 {
    color: #183C46;
    margin: 20px auto;
    font-size: 1.7rem;
    line-height: normal;
    font-weight: 600;
}

.activelevel h3 span.userLevelHeader, .activelevel h3 span.currentpoints {
    color: #949C51;
}
 
.tracker_top {
    margin-top: -30px;
    position: relative;
}

.top-active-sec {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.progress-tracker {
    position: relative;
    margin: 50px auto 10px;
}

.tracker_top .title {
    width: 33.3%;
    float: left;
    line-height: normal;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}
 

.tracker_top .title h4 { 
    color: #183C46;
    font-size: 1rem;
    margin: 10px auto;
    line-height: normal;
    font-weight: 600;
}
.tier-icon {
   width: 45px;
    height: 45px;
    background: #e0e0e0;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    font-weight: 600;
    color: #757575;
    font-size: 22px;
    border: 2px #a3b1b5 solid;
}

.tracker_top .title:first-child {
    text-align: left;
}

.tracker_top .title:last-child {
    text-align: right;
}

.tier-icon img {
    object-fit: fill;
    height: 50px;
    width: auto;
    text-align: center;
    margin: auto;
    vertical-align: middle;
}

.tracker_top .title:nth-child(2) .tier-icon img {
    height: 30px;
}
 
.icon-show {
    display: inline-block;
}

.icon-hide {
    display: none;
}

.tracker_top .title:nth-child(2) .tier-icon {
    /*line-height: 50px;*/
}

.title.active .tier-icon {
    background: #949C51;
    border: 2px #949C51 solid;
    color: #fff;
}
.title.active .tier-icon .icon-show {
 display: none;
}

.title.active .tier-icon .icon-hide {
     display: inline-block;
} 
.user-progress {
        height: 15px;
    margin: 0px auto;
    width: 99%;
    background: #E8E9EA;
    box-shadow: none;
    /*margin-top: -30px;*/
}
.user-progress .progress-bar {
    background: #949C51;
    position: relative;
    display: inline-block;
    box-shadow: none; 
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.upgrade-banner {
	width: 100%;
	min-height: 250px;
	background: #183C46;
	display: flex;
	align-items: center;
	position:relative;
	text-align: center;
	color: #fff;
	padding: 30px 0px 20px;
}

.upgrade-banner:before{
	content:'';
	width: 100%;
	height: 100%;
	background: #183C46 url('../img/patterns.png') repeat center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	opacity: 0.1;
}
.banner-caption h2 {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: normal;
    font-weight: 500;
}

.banner-caption h5 {
    margin: 20px auto;
    font-weight: 300;
    line-height: 2rem;
    font-size: 1.25rem;
}

h4.nextlevlepnts {
    text-align: right;
    color: #183C46;
    font-size: 13px;
    padding: 10px 0;
    font-weight: 400;
}


.level-tile {
    margin: 20px auto;
    position: relative;
}
.level-icon {
    text-align: left;
    position: relative;
    display: inline-block;
}

.level-desc {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    border-radius: 5px;
    padding: 20px 20px;
    text-align: left;
    position: relative;
    width: 100%;
}

.level-desc h3 {
    color: #183C46;
    font-size: 1.5rem;
    font-weight: 600;
    margin: auto;
}

.level-desc h4 {
    color: #949C51;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.all-levels .level-tile>:nth-child(1) .level-icon:after  {
    content:'01.';
}
.all-levels .level-tile:nth-child(2) .level-icon:after  {
    content:'02.';
}
.all-levels .level-tile:nth-child(3) .level-icon:after {
    content:'03.';
}

.all-levels .level-tile .level-icon:after {
    content:none !important;
    font-size: 80px;
    color:rgba(23 59 68 / 0.17);
    text-align:right;
    position: absolute;
    top: 70%;
    right: -50px;
    font-family: 'Roboto', sans-serif;
    /*z-index: -1;*/
    font-weight: 700;
    display: block;
} 

.all-levels .level-tile:nth-child(2) .level-icon {
	text-align:center;
    display: table;
    margin: auto;
}

.all-levels .level-tile:nth-child(2) .level-icon:after {
   /* right:-30px; */
}

.level-desc:after {content: '';width: 1px;height: 100px;background: #E8E9EA;position: absolute;left: 40px;z-index: -1;}

.all-levels .level-tile:nth-child(2) .level-desc:after {
    content:none;
}
.all-levels .level-tile:nth-child(3) .level-desc:after{
    top: -90px;
}

.activity-box {
    background: #f5f5f6;
    text-align: center;
    padding: 20px 10px;
    margin: 10px 10px;
    border-radius: 10px !important;
    border: 0px !important;
    display: block;
    text-decoration: none !important;
}
.activity-box h3 {
    color: #183C46;
    font-size:1.2rem;
    margin: 1rem auto;
    font-weight: 600;
}
.activity-box img {
	height:70px;
	}
.activity-box h5 {
    color: #949C51;
}

.activity-box a {
    text-decoration: none;
    display: block;
}
.getpoints .nav-tabs .nav-item.show .nav-link, 
.getpoints .nav-tabs .nav-link.active,
.getpoints .nav-tabs .nav-link:focus, 
.getpoints .nav-tabs .nav-link:hover {
    background: #f5f5f6;
    border: 0px !important;
}


.getpoints li.nav-item {
    width: 33%;
}
.getpoints .card {
    width: 97%;
    margin: auto;
}
.heading h2 {
    color: #183C46;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem auto;
}

.stat-box {
    background: #f5f5f6;
    margin: 15px auto;
    text-align: center;
}

.stat-box h3 {
    color: #183C46;
    font-weight: 500;
    font-size: 2rem;
    padding: 25px 10px;
    vertical-align: middle;
    margin: auto;
}

.stat-box h4 {
    background: #949C51;
    color: #fff;
    padding: 10px 10px;
    margin: auto;
    font-weight: 300;
    font-size: 1rem;
}

.points-table {
    margin: 2rem auto 0;
    position: relative;
}
.points-tabs.nav-tabs {
    margin: auto;
    border: 0px;
    border-bottom: 4px solid #e8e9ea;
}
 

.points-tabs.nav-tabs>li>a {
    color: #183C46;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    border: 0px !important;
    background: transparent;
    padding:14px 20px;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 0px !important;
    text-transform: uppercase;
}
 

.points-tabs.nav-tabs>li {
    border: 0;  
}

.points-tabs.nav-tabs .nav-item.show .nav-link, 
.points-tabs.nav-tabs .nav-link.active,
.points-tabs.nav-tabs .nav-link:focus, 
.points-tabs.nav-tabs .nav-link:hover {
    border: 0px;
    color: #183C46;
    background: #e8e9ea;
}
 
.points-table .table td, .points-table .table th {
    text-align: center;
}

.contentpanel .table thead th {
    background: #183C46;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
	vertical-align: middle;
}

.contentpanel .table td {
    font-weight: 500;
    color: #77797F;
    font-size: 0.9rem; 
}

.reward-card {
    background: #E8E9EA;
    margin: 10px auto; 
}
 

.reward-icon {
    text-align: center;
    width: 100%;
    position: relative;
}

.reward-icon img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.reward-desc {
    padding: 15px 15px 10px;
    text-align: left;
    position: relative;
    min-height: 112px;
}

.reward-desc h3 {
    font-size: 1.2rem;
    color: #183C46;
}
.reward-foot {
    padding: 15px 15px 10px;
    text-align: left;
    position: relative;
}
.reward-foot h4 {
    text-align: center;
    color: #949C51;
    font-size: 1rem;
}
.reward-foot button.btn-primary {
    /* margin-top: 2rem; */
}

.btn-primary {
    background: #183C46;
    border-color: #183C46;
    padding: 7px 20px;
    color: #fff;
    margin: 10px auto;
    border-radius: 0px;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
    background: #0b1b20;
    border-color: #0b1b20; 
    color:#fff;
}


.btn-secondary {
    background: #949C51;
    border-color: #949C51;
    padding: 7px 20px;
    color: #fff;
    margin: 10px auto;
    border-radius: 0px;
}
.btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle{
    background: #7e8641;
    border-color: #7e8641; 
    color:#fff;
}



.faqcontent{
	color: #183C46;
	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: #183C46;
}

.faqcontent h5 {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #183C46;
} 


.getpoints .card-body {
    text-align: center;
}
.getpoints .card-body h4 {
    text-align: center;
    font-size: 1.3rem;
}
.social-media {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.social-media a {
    width: 45px;
    height: 45px;
    background: #949C51;
    display: inline-block;
    margin: 5px 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
}
.facebook{background: #3b5998 !important;}

.twitter {background: #55acee !important;}

.linkedin {background: #007bb5 !important;}

.instagram {background: #e1306c !important;}

.social-icon a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #183C46;
}

.social-icon a i {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #183C46;
    margin: 5px 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
}

.share-block {
    padding: 20px 0;
    text-align: center;
}

.social-icon h5 {
    font-size: 1rem;
    font-weight: 300;
}
.useraccount {
    background: #f5f5f6;
    border-radius:6px;
    padding: 15px 15px;
    margin: 20px auto; 
    -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;
    width: 100%;
}
 

.userinfo {
    color: #183C46;
    vertical-align: middle;
}
.userinfo h2 {
    color: #183C46;
    font-size: 1.6rem;
    font-weight: 600;
}

.userinfo h5 {
     font-size: 1rem;
    font-weight: 400;
    white-space: normal;
    word-break: break-word;
} 

.member-num span {
    font-weight: 700;
    vertical-align: middle;
}

.member-num {
    padding-top: 10px;
    font-size: 18px;
}

.form-control {
    background: #fff;
    height: 45px;
    color: #183c46;
    font-weight: 400;
    display: block;
    padding: 8px;
    border: 1px solid #e8e9ea;
    border-radius: 0; 
    transition: all 0.1s ease-in-out;
    font-size: 13px;
	
	-webkit-overflow-scrolling: touch;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.form-control:focus {
    border: 1px solid #183c46;
    outline: none; 
}


.customcheckbox {
    display: block;
}
.customcheckbox label{
  margin: 5px auto;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  vertical-align: middle;
  font-weight: 500;
}
 

/* 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: 0px;
  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: #183c46;
    left: 3px;
    display: none;
}

  /**** radio button *************/
 
 /* The container */
.customradio label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 10px 5px 10px 5px;
  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 radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}  

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px #d6d6d6 solid;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .radiomark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .radiomark:after {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	color: #183c46;
	left: 3px;
	display: none;
}

.benefits h5 {
    font-size: 1rem;
    font-weight: 600;
}

.benefits ul {
    padding-left: 20px;
    font-size: 0.9rem;
    margin: auto;
}

.benefits {
    padding-top: 20px;
}
.hotelbooking-tile {
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.hotelbooking-tile img {
    width: 90px;
    margin: auto;
}

.hotelbooking-tile h3 {
    color: #183C46;
    font-size: 1.2rem;
    margin: 1rem auto 2px;
    font-weight: 600;
}

.hotelbooking-tile h5 {
    color: #949C51;
}

.getpoints h2 {
    color: #183C46;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem auto 1rem;
}

.redeem-hotel-content h2 {
    color: #183C46;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: left;
    margin: 1rem auto;
}

.redeem-item {
    background: #E8E9EA;
    margin: 10px auto;
}

.redeem-icon {
    text-align: center;
    width: 100%;
    position: relative;
}

.points-info {
    padding: 15px 15px 10px;
    text-align: left;
    position: relative;
}

.points-info h3 {
    font-size: 1.6rem;
    color: #949C51;
    margin: 1rem auto 1.2em;
    text-align: center;
    font-weight: 700;
}
 .total-pnts h1 {
    font-size: 1rem;
    font-weight: 600;
}

.total-pnts h1 span {
    display: block;
    color: #949C51;
    font-size: 2rem;
    line-height: 3rem;
}

.price-slider {
    width: 100%;
    /*padding: 10px 0;*/
    position: relative;
}
  

.slider-selection {
	background: #f6bd4e !important;
	border-radius: 50px;
} 
.slider.slider-horizontal {
    width: 100% !important;
    height: 30px;
}
.slider-handle {
	background-color: #0b1b20 !important;
	background-image: none !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
	-moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
	border: 2px #fff solid;
	width: 30px;
	height: 30px;
}



.slider.slider-horizontal .slider-track {
    height: 22px;
    margin-top: -10px;
    background: #f4e3c2;
    border-radius: 50px;
} 

.irs-min, .irs-max, .irs-single {
    display: none !important;
}

.price-slider .irs--big .irs-line {
    background: #f4e3c2;
    border-color: #ead8b4;
    height: 20px;
}

.price-slider .irs--big .irs-bar {
    background: #f6bd4e !important;
    border-color: #f6bd4e !important;
    height: 20px;
} 

.price-slider .irs--big .irs-handle {
    background-color: #0b1b20 !important;
    background-image: none !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 27%) !important;
    border: 2px #fff solid !important;
    border-radius: 100px;
    width: 35px;
    height: 35px; 
}

 

.price-slider .irs--big .irs-handle.state_hover, 
.price-slider .irs--big .irs-handle:hover {
    background-color: #949C51 !important;
}

.btn-outline-primary {
    color: #0b1b20 !important;
    border: 1px #0b1b20 solid !important;
    padding: 7px 20px;
    border-radius: 0px;
    background:#fff !important;
    margin:10px auto;
} 


.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #949C51 !important;
    background:#fff !important;
    border: 1px #949C51 solid !important;
}

 

.modal-footer>* {
    margin: .25rem !important;
}

.product-image img{
    max-height: 200px;
}

.visible-xs {
    display: none!important;
}
  
.nav-tabs.activity-tabs {
    display:none;
    border: 0px !important;
}



.wrapper{
	display: table;
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	background: #fff url(../img/rewards-by-the-handful.jpg) no-repeat left center;
	background-size: cover;
	position: relative;
	margin: auto;
	padding: 50px 0;
}
.wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(100deg,rgba(0 0 0 / 0.50),rgba(0,0,0,.52) 39%,transparent);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}
.navbar-brand {
    width: 200px;
    height: 200px; 
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 25%);
    padding: 20px;
    position: absolute;
    overflow: visible;
    background-color: #ffffff;
    z-index: 1050;
    top: 0;
    margin: auto;
    display: block;
}

.square.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    vertical-align: middle;
    height: 100%;
}

#regFormPanel, #forgotFormPanel {
    display: none;
}
#loginMsgBox, #regMsgBox, #forgotMsgBox, #updtMsgBox {
    margin-bottom: 0px;
    display: none;  
    clear: both;
}
 
.formBox {
    padding: 20px 20px;
    position: relative;
    background: rgba(255 255 255 / 0.90);
}

.formBox h4 {
    color: #183C46;
    margin: 0px auto 10px;
    font-size: 1.7rem;
    line-height: normal;
    font-weight: 600;
}
.formBox h4 span {
    display: block;
    font-size: 1rem; 
}

.formBox a {
    text-decoration: none;
    color: #949C51;
    white-space: nowrap;
}
.accounttext {
    color: #183C46;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    padding: 20px 0;
}
.forgotpwd {
    text-align: left;
    padding-top: 10px;
}

.innerlogo img {
    width: 120px;
}


.terms {
	 font-size: 18px;
    text-align: left; 
    margin: 2em 0;
    font-weight: 300;
}

.terms h4 {
   font-size: 1.1rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #183C46;
    text-transform:uppercase;
}
.terms ol, .terms ul{
    padding-left: 35px;
    color: #183C46;
}
.terms li {
    padding-bottom: 1px;
       color: #183C46;
    font-size: 1rem;
    /*font-weight:700;*/
    margin: 10px auto;
    line-height: 1.4rem;
}
.terms li p{
        color: #183C46;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 10px auto;
    line-height: 1.4rem;
}
.terms ul {
    list-style-type: disc;
}
.terms li > ul > li { 
        color: #183C46;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 10px auto;
    line-height: 1.4rem;
} 

.top-banner {
    background: #183C46;
    text-align: center;
    color: #ffffff;
    padding: 20px 20px;
    position: relative;
    border-top: 1px #caccc1 solid;
    border-bottom: 1px #caccc1 solid;
    margin: 10px auto;
}
.top-banner:before{
	content:'';
	width: 100%;
	height: 100%;
	background: #7e8641 url(../img/patterns.png) repeat center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	opacity: 0.1;
}

.top-banner-txt h3 {
    font-size: 1.5rem;
    font-weight:600;
}

.top-banner-txt h5 {
    margin:10px auto;
    font-weight: 400;
    line-height: 2rem;
    font-size: 1.0rem;
}

.innerlogo {
    padding: 10px 0;
    text-align: center;
    margin: auto;
}

.payment-details .col-lg-6.col-md-6 {
    display: flex;
}

.payment-details .useraccount {
    display: flex;
    flex-direction: column;
}

/************/
@media screen and (max-width:991px){
    .all-levels .level-tile .level-icon:after {
		right: -20px;
	} 
	.all-levels .level-tile .level-icon:after {
		font-size: 50px;
	}
	/*.all-levels .level-tile:nth-child(2) .level-icon:after {
		left: -30px;
	}
	.activity-box {
		padding: 10px 10px;
		margin: 10px auto;
	}*/
	.activity-box img {
		height: 50px; 
	}

	.activity-box h3 {
		font-size: 1rem;
		margin: 0.9rem auto;
	}

	.activity-box h5 {
		font-size: 0.9rem;
	}
	.top-nav .navbar-nav > li > a { 
		font-size: 14px !important;
	}
	.total-pnts h1 {
		font-size: 0.9rem;
	}

	.total-pnts h1 span {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.activelevel h3 {
		font-size: 1.5rem;
		margin: 0.9rem auto;
	}
	.total-pnts {
		padding: 5px 0;
	}
}
@media(min-width:768px) {
    .nav-tabs.activity-tabs {
        border: 0px !important;
        display:flex;
    } 

    .getpoints .card .card-header {
        display:none;
    }  

    .getpoints .card .collapse{
        display:block;
    }  
}
@media (max-width: 767.98px) {
    .tab-content.activity-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border: 0px !important;
        width: 100%;
        margin: auto;
    } 
}

@media screen and (max-width:767px){
	.innerlogo {
		text-align: left;
		margin: 0;
	}

	.top-nav nav.navbar.navbar-light {
		padding: 0.5rem 0rem; 
	}	
	.top-nav .navbar-nav > li > a {
		text-align: left;
	}
	.contentpanel {
		padding: 20px 0px;
	}
    .order_image_mbl {
        order: 2;
    }
    .points-tabs.nav-tabs>li>a {
        font-size: 16px;
        padding: 20px 20px;
    }
	/*.all-levels .level-tile:nth-child(2) .level-icon:after {
		left: auto;
		right: -20px;
	} */
    .visible-xs {
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }
    .getpoints .card-header {
		border: 0px !important;
		text-align: center;
		padding: 0;
		background-color: transparent;
	}

	.getpoints .card-body {
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid rgba(0,0,0,.125);
		border-radius: .25rem;
	}
	.navbar-brand {
		width: auto;
		height: auto;
		background: transparent;
		position: relative;
		box-shadow: none;
		text-align: left;
		margin: 0; 
	}

	.square.logo {
		display: block;
		width: 140px;
		max-width: 100%;
	}
	.activelevel h3 {
		font-size: 1.2rem;
		margin: 10px auto;
	}
}

@media screen and (max-width:640px){  
	.progress-tracker {
		margin: 30px auto 10px;
	}

	.tracker_top {
		margin-top: -35px;
	}
	.tier-icon {
		width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 18px;
	}

	.tier-icon img {
		height: 25px;
	}

	.tracker_top .title:nth-child(2) .tier-icon img {
		height: 20px;
	}

	.tracker_top .title:nth-child(2) .tier-icon {
		line-height: 34px;
	} 

	.tracker_top .title h4 {
		min-height: 40px;
		vertical-align: middle;
		font-size: 0.9rem;
	}

	.user-progress {
		margin-top: -27px;
	}
	.total-pnts h1 {
		font-size: 0.8rem;
	}

	.total-pnts h1 span {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}

@media screen and (max-width:575px){
	/*.all-levels .level-tile:nth-child(2) .level-icon {
		display: inline-block;
		text-align: left;
	}*/
	.level-desc:after {
		content: none;
	}
	div#payment_submit {
		text-align: left !important;
	}
	#points_submit .text-right {
		text-align: left !important;
	}
	
	.level-icon img {
		width:180px;
	}
	.level-tile {
		margin: 10px auto;
	}

	.level-icon {
		padding: 20px 0;
		display: table;
		margin: auto;
	}
}

@media screen and (max-width:480px){
    .points-tabs.nav-tabs>li {
        width: 100%;
        text-align: center;
    }

    .points-tabs.nav-tabs>li>a {
        padding: 12px 10px;
		margin: auto;
    }
	.contentpanel .table thead th {
		font-size: 0.9rem;
	}

	.contentpanel .table td {
		font-size: 13px;
		line-height: normal;
	}
	.userinfo h5 {
		font-size: 0.8rem;
	}

	.userinfo h2 {
		font-size: 1.2rem;
	}
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  top: -54%;
  left: -250%;
  background-color: #fff;
  padding: 0 1em;
  min-width: 3rem;
  font-size: 10px;
  border: 1px solid #183c46;
  background: #e8e9ea;
  text-align: left;
  font-weight: bold;
    z-index: 9;
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}
.tooltip-wrap .tooltip-content .claim_btn{
    background: #949C51;
    color: #fff;
    padding: 0px 8px;
    margin: auto;
    margin-bottom: 5px;
    font-weight: 300;
    border: none;
    position: absolute;
    right: 10px;
    top: 3px;
    border-radius: 2px;
}
.table-responsive{
    overflow-x: visible;
}
