@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); 

 @font-face {
	font-family: 'Conv_AvenirLTStd-Book';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: local(''), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AvenirLTStd-Roman';
	src: url('../fonts/AvenirLTStd-Roman.eot');
	src: local(''), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_AvenirLTStd-Black';
	src: url('../fonts/AvenirLTStd-Black.eot');
	src: local(''), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Avenir-Medium";
  src: url("../fonts/Avenir-Medium.eot"); /* IE9*/
  src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Avenir-Medium.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/Avenir-Medium.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Avenir-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: "Avenir Heavy";
  src: url("../fonts/Avenir-Heavy.eot"); /* IE9*/
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Avenir-Heavy.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/Avenir-Heavy.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Avenir-Heavy.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/Avenir-Heavy.svg#Avenir Heavy") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: "Avenir Light";
  src: url("../fonts/Avenir-Light.eot"); /* IE9*/
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Avenir-Light.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/Avenir-Light.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Avenir-Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/Avenir-Light.svg#Avenir Light") format("svg"); /* iOS 4.1- */
}
 
 
*{
	outline:none;
	padding:0px;
	margin:0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Conv_AvenirLTStd-Book';
    color:#31403f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
} 
  body, html {
  height: 100%;
}
.clear{ clear:both; }

.logo {
    text-align: left;
    padding: 0;
    vertical-align: middle;
	cursor: pointer;
	}
 
.logo img {
    width:110px;
}

.logo span {
    color: #ae8948;
    font-size: 1.5rem;
    font-weight:600;
    font-family: 'Conv_AvenirLTStd-Black';
    display: inline-block;
    vertical-align: middle;
	padding-left: 10px;
}
a{color:#ae8948;}

p {
    color:#31403f;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 10px auto;
    font-family: "Avenir Light";
}
img{
	max-width:100%;
}
header.ao-header {
    background: #fff;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    width: 100%;
    padding:10px 0;
    border-bottom: 1px #efefef solid; 
    z-index: 99;
}
 
header.topheader {
    background: #fff;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    width: 100%;
    padding:15px 0;
    border-bottom: 1px #efefef solid;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
header.topheader.shrink {
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.wrapper{
	display: table;
	width: 100%;
	/* height: 100%; */
	min-height: 100vh;
	background: #fff url(../img/hero-img.jpg) no-repeat right center;
	background-size: cover;
	position: relative;
	margin: auto;
	padding: 20px 0;
}
.wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: rgb(0 0 0 / 0.2);
}


.jotform{
	background: #fff url(../img/background-screen00.jpg) no-repeat center center;
	
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}


.hero-txt {
    margin: 2rem 0;
}
.hero-txt h1 {
    color: #31403f;
    font-family: "Avenir-Medium";
    font-weight: 800;
    font-size: 2.3rem;
    position: relative;
} 

.hero-txt h4 {
    color: #31403f;
    font-size: 1.2rem;
    margin: 1rem 0;
    line-height: 1.5;
    font-weight: 400;
} 
 

#regFormPanel, #forgotpassword {
    display: none;
}
#loginMsgBox, #regMsgBox, #forgotMsgBox {
    margin-bottom: 0px;
    display: none;  
    clear: both;
}
 
.registrationForm {
    padding: 20px 10px;
    position: relative;
    color: #31403f;
}

.formBox{
	padding: 20px 20px;
    position: relative;
    background: rgba(255 255 255 / 0.90);
}
.formBox h4 {
    color: #31403f; 
    font-weight: 600;
    font-size: 1.7rem;
}
.formBox h4 span {
    display: block;
    font-size: 1rem; 
    line-height: normal;
    padding: 8px 0;
    font-weight: 400;
}

.formBox a {
    text-decoration: none;
    color: #ae8948;
    white-space: nowrap;
}
.accounttext {
    color: #31403f;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 20px 0 0;
}
.forgotpwd {
    text-align: left;
    /*padding-top: 10px;*/
}

.form-control {
    background: #fff;
    height: 45px;
    color: #31403f;
    font-weight: 400;
    display: block;
    padding: 8px;
    border: 1px solid #bab8b8;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    font-size: 13px;
}


.form-control:focus {
    border: 1px solid #ae8948;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(9 86 141 / 0.32);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(9 86 141 / 0.32);
}

.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;
}
 

/* 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: -1px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px #D4DDE0 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; 
}

/* 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: 11px;
    color: #ae8948;
    left: 2px;
    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 #D4DDE0 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;
  border-color: #ae8948;
}

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

/* 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: 19px;
	font-size: 10px;
	color: #ae8948;
	left: 4px;
	display: none;
}

.btn-primary {
    background: #ae8948;
    border-color: #ae8948;
    padding: 0.45rem 1.5rem;
    border-radius: 0px;
    font-size: 1.1rem;
    margin: 10px 0px;
    font-weight: 400;
    /* min-width: 140px; */
    color:#fff;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(174 137 72 / 0.78);
    border-color: #ae8948;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: rgb(174 137 72 / 0.78);
    border-color: #ae8948;
    border-color: rgb(174 137 72 / 0.22);
    box-shadow: rgb(174 137 72 / 0.22);
}

.parallax{
  width: 100%;
  height: 100%;
  background-image: url('../img/hero-img.jpg'); 
  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}
  
.head-banner{
	width: 100%;
	margin: auto;
	position: relative;
	top: 90px;
	background: #fff;
} 

.banner-text {
    color: #31403f;
    text-align: center;
    padding: 20px 0px;
    margin: 2rem 0;
}

.banner-text h1 {
    font-size: 5.5rem;
    font-weight: bold;
    color: #ae8948;
    font-family: 'Conv_AvenirLTStd-Black';
}
.banner-text h1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Avenir-Medium";
}
  .banner-text h4 {
    font-weight: 300;
    font-size: 1.0rem;
    line-height: 2rem;
    margin: 2rem auto 0;
}
nav.navbar-dark.top-menu {
    padding: 0;
}

.menu-items{
	width:100%;
	text-align:right;
}
nav.navbar.top-menu {
    padding: 0;
}

.topheader ul.navbar-nav.ml-auto { 
    margin-right: 14%;
}

.top-menu .navbar-nav > li > a {
	color: #000 !important;
	padding: 5px 22px;
	margin-right:10px;
	font-size: 14px;
	text-align: center;
	border: 0;
	background: transparent;
	border-radius: 2px;
	font-weight: 500;
	border-bottom: 2px transparent solid;
}
.top-menu .navbar-nav > li.active > a, 
.top-menu .navbar-nav > li > a:focus, 
.top-menu .navbar-nav > li > a:hover {
    background: transparent;
    border-bottom: 2px #ae8948 solid;
    color: #ae8948 !important;
    outline: none;
} 

.contentpanel {
    padding: 0px;
    position: relative;
}

h2.heading {
    text-align: center;
    font-size: 2rem;
    color: #ae8948;
    margin: 1rem auto;
    font-weight: 500;
    font-family: "Avenir-Medium";
}
h5.sub-heading {
    text-align: center;
    font-weight: 300;
    margin: 0rem auto 3rem;
    display: inline-block;
    width: 100%;
    font-family: "Avenir Light";
} 

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

.stat-box h3 {
    color: #ae8948;
    font-weight: 500;
    font-size: 2rem;
    padding: 8px 0px;
    vertical-align: middle;
    margin: auto;
    font-family: "Avenir Heavy";
}

.stat-box h4 {
    color: #000000;
    padding: 10px 0px;
    margin: auto;
    font-weight: 300;
    font-size: 1rem;
    border-top: 1px #d6cec1 solid;
}


.rewards-sec { 
    margin: 20px auto;
    position: relative;
    padding: 10px 0;
}
.bg-grey{
	background: #f7f7f7;
}

.rewards-sec .col {
    padding: 0;
} 

.reward-card {
    position: relative;
    margin: 0px auto;
    text-align: center;
    background: #f7f7f7;
    border-radius: 0px !important; 
    color: #000;
    text-decoration: none;
    vertical-align: middle; 
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding: 1em 2em;
    width: 100%; 
} 

.reward-card h3, .reward-item h3  {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Avenir-Medium";
    padding: 1rem 0;
    color:#ae8948;
}
 
.reward-item h4 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    margin: 1rem auto;
}

.top-active-sec {
    padding: 1rem 0;
    position: relative;
}

.active-item {
    padding: 1rem 1rem;
    text-align: center;
}

.active-item h3 {
    font-size: 2rem;
    margin: 1rem auto;
    font-weight: 500;
    color: #ae8948;
    font-family: "Avenir-Medium";
}

.active-item h5 {
    text-align: center;
    font-weight: 500;
    margin: 2rem auto;
}

.reward-details-sec {
    margin: 20px auto;
    position: relative;
    padding:2rem 0 0;
    background: #f7f7f7;
}

.all-items {
    padding: 2rem 0;
    text-align: center;
    position: relative;
    margin: 1rem auto;
}

.reward-item img.rounded {
    border-radius: 100% !important;
    margin: 1rem auto;
}

.reward-item {
    margin: 1rem auto;
}
.points-table {
    margin: 0rem auto;
    position: relative;
}
.points-tabs {
    border: 0;
    text-align: center;
    margin: auto;
    width: 100%;
}

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

.points-tabs.nav-tabs>li>a {
    color: #fff;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 500;
    background: #bab8b8;
    padding:10px 20px;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 0px !important;
    border: 0px;
}
.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: #fff;
    background: #ae8948;
}

.points-table table {
    border: 1px #f7f7f7 solid;
    background: #ffffff;
    position: relative;
    z-index: 99;
}

.points-table thead,
.points-table tbody,
.points-table tr,
.points-table td,
.points-table th  {
 	display: block;
}

.points-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.points-table tbody {
    max-height: 200px;
    overflow-y:auto;
    width: 100%;
} 
.points-table .table-responsive>.table {
    height: 100%;
    
} 
.nodata{
	width: 100% !important;
	text-align: center !important;
	padding: 20px 0 !important;
}
.nodata h4 {
    font-size: 1rem !important;
} 

.points-table .table thead th {
    background: #ae8948;
    color: #fff;
    font-weight:500;
    font-size:13px;
    text-transform: uppercase;
    padding: .65rem .65rem;
    text-align: center;
    width: 25%;
    border: 0;
    max-width: 100%;
    float: left;
    vertical-align: middle;
}

.points-table .table td {
    font-weight: 400;
    color: #31403f;
    font-size: 0.9rem;
    text-align: center;
    width: 25%;
    max-width: 100%;
    float: left;
    padding: .65rem .65rem;
}
.useraccount {
    width: 100%;
    background:#f7f7f7; 
    padding: 20px 20px;
    margin: 1rem 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;
    display: inline-block;
}

.user-img img {
    border: 2px #ffffff solid;
    border-radius: 100%;
    max-width: 100%;
    object-fit: fill;
    -o-object-fit: fill;
    position: relative;
    width: 115px;
    height: 115px;
}
.user-img {
    display: inline-block;
    border: 2px #000 dashed;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    /* max-width: 100%; */
    position: relative;
    margin: auto;
    text-align: center;
}

a.changephoto {
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #ae8948;
    border-radius: 100%;
    font-size: 14px;
    line-height: 32px;
}

.userinfo {
    color: #000;
    vertical-align: middle;
    padding-top: 20px;
}
.userinfo h2 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    margin:auto;
}

.userinfo h5 {
    font-size: 0.9rem;
    font-weight: 400; 
    padding:6px 0px;
}

.profileheader { 
	padding-bottom: 20px;
} 

.faqcontent { 
    width: 100%;
    margin:2rem auto;
}
 
.faqcontent .accordion>.card {
    margin: 10px auto;
    border: 1px #f7f7f7 solid;
    border-radius: 10px;
}

.faqcontent .accordion>.card>.card-header {
    border: 0px !important;
    background: #f7f7f7;
    padding: 20px 20px;
    cursor: pointer;
}

.faqcontent .accordion>.card>.card-header h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    width: 92%;
    margin: 0;
    text-align: left;
    line-height: 1.6rem;
    font-family: "Avenir-Medium";
}


.faqcontent .accordion>.card>.card-header h4:before, 
.faqcontent .accordion>.card>.card-header h4.collapsed:before {
    content: "";
    position: absolute;
    top: 10px;
    right:15px;
    font-size: 14px;
    color: #0C1733;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    display: inline-block;
}
.faqcontent .accordion>.card>.card-header h4:before{
    content: "\f078";
}
.faqcontent .accordion>.card>.card-header h4.collapsed:before{
    content:'\f054';
}
.faqcontent .card-body {
    border: 0px;
    text-align: left;
} 
 
.faqcontent ol, .faqcontent ul{
    padding-left: 20px;
    color: #000;
}
.faqcontent li {
    padding: 5px 0;
    font-size:1rem;
    line-height: 1.4rem;
    color: #31403f;
    font-weight: 400;
    font-family: "Avenir Light";
}

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

.terms h4 {
   font-size: 1.1rem; 
    font-weight: 500;
    color: #000;
    text-align: left; 
    text-transform:uppercase;
     font-family: "Avenir-Medium";
}
.terms ol, .terms ul{
    padding-left: 20px;
    color: #000;
}
.terms li {
    padding: 5px 0;
    font-size:1rem;
    margin: 10px auto;
    line-height: 1.4rem;
    color: #31403f;
    font-weight: 400;
    font-family: "Avenir Light";
}
.terms h5 {
    font-size: 1.0rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-family: "Avenir-Medium";
    margin: 15px 0;
}
 
.terms ul {
    list-style-type: disc;
}

.altig-services {
   /* padding:1rem 0;*/
    position: relative;
    text-align: center;
}

.service-card h3, .contact-card h3 {
    font-size: 2rem;
    margin: 1rem auto;
    font-weight: 500;
    color: #ae8948;
    font-family: "Avenir-Medium";
}

.service-card {
    text-align: left;
    padding: 0 1rem;
}

section.contact-sec.bg-grey {
       padding: 1rem 0px;
} 

.overview-txt {
    /*padding: 2rem 0 0;*/
    text-align: center;
   /* margin: 0rem auto 2rem;*/
}

.overview-head {
   padding-top: 10rem;
   position: relative;
   padding-bottom: 40%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
   height: auto;
}
.overview-head iframe, 
 .overview-head object,
 .overview-head embed {
    position: absolute;
    top: 5%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80%;
}


.overview-head img {
    width: 100%;
    height: 565px;
    object-fit: cover;
    object-position: 50% 50%;
    text-align: left;
}
footer {
    background: #7a7979;
    padding: 10px 0;
    text-align: center;
    position: relative;
}


.copywrite {
    padding: 10px 10px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 300;
}

.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    background: #f1f1f1 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
    height: 32px;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}
.owl-prev{
    left: 10px; 
}
.owl-next{
   right: 10px;
}
.owl-nav a{
	color: #000;
	text-decoration:none;
	font-weight: 400;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ae8948;
}

.overview-txt h2.heading {
    font-size: 3rem;
}

.howswork-wrap {
        padding-bottom: 1rem;
    /*border-bottom: 1px #f7f7f7 solid;*/
    text-align: center;
    margin: 0rem auto;
    display: inline-block;
    width: 100%;
}
.work-box {
    margin: 10px 10px;
    position: relative;
    text-align: center;
}

.work-icon img {
    width: 90px;
}

.work-box h3 {
    font-size: 1.3rem;
    margin: 1rem 0;
    font-weight: 500;
    font-family: "Avenir-Medium";
}


@media screen and (max-width:991px){
	.wrapper {
		background-position: center center;
	}

	.topheader ul.navbar-nav.ml-auto {
		margin-right: 0;
	}
	.reward-card {
		padding: 1rem 1rem;
	}
	.logo span { 
		white-space: normal;
		line-height: normal;
		font-size: 1.2rem;
	}
	.stat-box h4 {
		font-size: 0.9rem; 
	}
	
	.overview-txt h2.heading {
		font-size: 2rem;
	}
	 
}
@media screen and (max-width:767px){ 
     .order_image_mbl {
        order: 2;
    }
	.banner-text h1 {
		font-size: 4rem;
	}
	
	.points-tabs.nav-tabs>li>a {
		padding: 10px 11px;
		font-size: 14px;
	}
	.profileheader {
		text-align: center; 
	}
	.parallax {
		background-attachment: scroll;
		background-position: center center;
	}
}

@media screen and (max-width:575px){  
	
	.points-tabs.nav-tabs>li {
		width: 100%;
	}
	.points-tabs.nav-tabs>li>a {
		margin: auto;
	}
	.points-table .table thead th {
		font-size: 10px;
		line-height: normal; 
		vertical-align: middle;
		height: 46px;
	}

	.points-table .table td {
		font-size: 10px;
		line-height: normal;
	}
	.logo span {
		font-size: 1rem;
	}
	.logo img {
		width:100px;
	}

	/*button.navbar-toggler {
		margin-top: 10px;
	}*/
	.banner-text h1 {
		font-size: 3rem;
	}
	.overview-head {
   padding-top: 10rem;
   position: relative;
   padding-bottom: 30%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
   height: auto;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)  {
	.parallax {
		background-attachment: scroll;
		background-position: center center;
	} 
  }

.force-text-center{
	text-align:center !important;
}
.force-m-top{
	margin-top:50px !important;
}


label {
    margin: auto;
}

h6.note {
    font-size: 14px;
    text-align: left; 
}