@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700;800;900&display=swap');

*{
    outline:none;
    padding:0px;
    margin:0px;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Muli', sans-serif !important;
    color:#42535c;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
	background:#fff;
} 
 
h1, h2, h3, h4, h5, h6, p{
	font-family: 'Muli', sans-serif !important;
}
  
.clear{ clear:both; }

.logo {
    text-align: left;
}
 .logo img {
    width: 100px;
}

a {
    color: #005177;
}
p {
    font-family: 'Muli', sans-serif !important;
    color:#42535c;
    font-size: 16px;
    font-weight: 400;
    margin: 10px auto;
    line-height: 1.4;
}
img{
	max-width:100%;
}

.topheader {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px #161930 solid;
}

.logo span {
    display: inline-block;
    margin-right: 15px;
}

.top-loginbtn {
    text-align: right;
}


.btn-primary  {
    font-size: 17px;
    font-weight: 600;
    white-space: normal;
    background-color: #161930;
    border: 1px solid #161930;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    margin: 10px auto;
    text-decoration:
    none;
    font-family: 'Muli', sans-serif !important;
} 

.btn-primary:hover, 
.btn-primary:active:hover, 
.btn-primary:active:focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:focus {
    background: #171931;
    border-color:#171931;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}


.btn-secondary  {
    font-size: 1.1em;
    font-weight: 600;
    white-space: normal;
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 0px;
    color: #242424;
    display: inline-block;
    padding: 8px 15px;
    margin: 10px auto;
    text-decoration:
    none;
    font-family: 'Muli', sans-serif !important;
} 

.btn-secondary:hover, 
.btn-secondary:active:hover, 
.btn-secondary:active:focus, 
.btn-secondary:active, 
.btn-secondary:focus, 
.btn-secondary:active:focus {
    background: #161930;
    border-color:#161930;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

.hero-head {
    background: #F5F6FA;
    position: relative;
}
.hero-txt{
	width:100%;
	background:#171931 url('../img/homepage-hero-bg.png') no-repeat center center;
	background-size:cover;
	border-radius: 5px 5px 0 0;
	position: relative;
	margin: 80px auto 0;
	text-align: center;
	height: 300px;
	display: flex;
}
.hero-txt h1 {
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px 0;
    font-weight: 600;
    display: inline-block;
}

.masthead {
    position: relative;
    background: #fff;
}

.masthead-content {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    text-align: center;
    box-shadow:0px 1px 7px -1px rgb(0 0 0 / 26%);
    padding: 20px 10px;
}

.masthead-content h4 {
    font-size: 17px;
}

.contentpanel {
    padding: 20px 0;    
    flex: 1 1 auto;
    vertical-align: top;
    position: relative;
}

h2.heading {
    color: #4a4a4a;
    font-size: 25px;
    font-weight: 700;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.howitwork-tabs .nav-tabs {
    border-bottom: 1px #e8e7e7 solid;
}

.howitwork-tabs {
    padding: 20px 0;
    position: relative;
}

.howitwork-tabs .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px transparent solid;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}

.howitwork-tabs .nav-tabs .nav-item.show .nav-link, 
.howitwork-tabs .nav-tabs .nav-link.active,
.howitwork-tabs .nav-tabs .nav-link:focus, 
.howitwork-tabs .nav-tabs .nav-link:hover {
    border: 0px;
    border-bottom: 2px #161930 solid;
    color: #242424 !important; 
}

.work-box {
    margin: 20px auto;
    position: relative;
}


.work-icon {
    text-align: center;
}
.work-icon img {
    width: 100px;
}

.work-txt {
    text-align: left;
}

.work-txt h6 {
    color: #161930;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.work-txt h3 {
    margin: 10px auto;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom:10px;
}

.footer {
    background: #161930;
    position: relative;
    color: #fff;
    padding: 20px 0;
}
.footerlinks {
    padding: 10px 0;
}
.footerlinks a {
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
}

.contact-links {
    text-align: right;
}

.contact-links a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}
.registrationForm {
    background: #F5F6FA;
    padding: 20px 20px !important;
    position:  relative;
    margin: 20px auto;
}

.formBox h3 {
    color: #42535c; 
    font-size: 20px;
    line-height: normal; 
    position: relative;
    margin: 20px auto;
	font-weight: 700;
}
 

.formBox h3 span {
    display: block; 
    line-height: 25px;
    font-size: 14px;
}

 label {
    font-size: 14px;
	margin-bottom: 2px;
 }

.form-control {
    box-shadow: none;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #42535c;
    border-radius: 0px;
    height: 45px; 
    position: relative;
    font-size:14px;
}
.form-control:hover,
.form-control:focus {
    border-color: #42535c;
    background-color: #fff;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
 
.top-menu  ul.nav.nav-tabs {
    border: 0;
    margin: 12px 0;
}
.top-menu .nav-tabs>li > a {
	color: #192c4f  !important;
	padding: 6px 15px !important;
	border-radius: 0px;
	margin-right: 5px;
	font-size: 15px;
	text-align: center;
	text-decoration: none !important;
	word-break: normal;
	vertical-align: middle;
	font-weight: 500 !important;
}
.top-menu .nav-tabs>li.active > a, 
.top-menu .nav-tabs>li > a:focus, 
.top-menu .nav-tabs>li > a:hover {
    background: #d8d8d8 !important;
    color: #161930 !important;
    outline: none; 
} 


.head-banner {
    background: #0D0F1D;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 20px 0;
}

.banner-text {
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.banner-text h1 {
    font-size: 26px;
    font-weight: 500;
}

.banner-text h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px auto;
}


.stats-wrap {
    background: #d8d8d8;
    position: relative;
    margin: 10px auto;
    text-align: center;
    padding: 10px 10px;
}


 .stat-box {
    padding: 10px 10px;
    margin: 10px auto;
    text-align: center;
    border-right: 1px solid #161930;
} 
 

.stat-box h3 {
    color: #313b45;
    margin: auto;
    font-size: 32px;
    font-weight: 700;
}

.stat-box h4 {
    font-size: 16px;
    margin: 10px auto 0;
    color: #737373;
}

.stats-wrap>div>div:last-child>.stat-box  {
    border:0;
}

.reward-table-sec {
    padding: 20px 0;
    position: relative;
}


.points-table {
    margin: 20px auto;
    position: relative;
}

table.table {
    border: 1px #eee solid;
}
 
.points-table .nav-tabs .nav-link { 
   font-size: 15px;
   color: #161930;
    background:#d8d8d8;
   padding: 10px 15px;
   border-radius: 0px;
   margin: 0px 5px;
   border: 0;
}
.points-table .nav-tabs .nav-item.show .nav-link, 
.points-table .nav-tabs .nav-link.active,
.points-table .nav-tabs .nav-link:focus, 
.points-table .nav-tabs .nav-link:hover {
    /*border: 0px;
    color: #ffffff !important;
    background: #161930 !important; */
}
.points-table .nav-tabs .nav-item.active .nav-link{
    border: 0px;
    color: #ffffff !important;
    background: #161930 !important; 
}
.points-table .table thead tr th {
    background: #f6f6f6;
    color: #161930;
    border: 0px !important; 
    font-size:14px;
    letter-spacing: 0.2px;
    width: 25%;
    max-width: 100%;
    float: left;
    vertical-align: middle;
    text-align: left; 
}
 
.points-table .table>tbody>tr>td {
     color: #656565 !important;
     border-top: 1px solid #ddd !important;     
     font-size:14px;
     background: #fff !important;
     width: 25%;
     max-width: 100%;
     float: left;
     vertical-align: middle;
     text-align: left;
}
.points-table .table>tbody>tr>td h4{ 
    font-size: 14px;
     color: #656565 !important;
}
.nodata{
	width: 100% !important;
	text-align: center !important;
	padding: 20px 0 !important;
}

.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:180px;
    overflow-y:auto;
    width: 100%;
    border: 0px !important;
} 
.reward_wrapper {
    margin: 20px auto;
    position: relative;
}
.reward_wrapper .nav-tabs {
    background: #f2f2f2 !important;
    padding: 10px 15px 0 !important;
}
.reward_wrapper .nav-tabs .nav-link {
   font-size: 15px;
   color: #757575;
   padding: 8px 15px;
   border-radius: 0px;
   margin: 0px 5px;
   border: 0;
   border-bottom: 3px transparent solid;
   background: transparent;
}
.reward_wrapper .nav-tabs .nav-item.show .nav-link, 
.reward_wrapper .nav-tabs .nav-link.active,
.reward_wrapper .nav-tabs .nav-link:focus, 
.reward_wrapper .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 3px #262a2d solid;
    background: transparent;
    color: #262a2d !important;
}

.reward_catalog_tabcontent {
    padding: 10px 10px;
    background: #fafafa;
}

.reward-card {
    margin: 10px auto;
    background: #f5f6f8;
    border-radius: 0px;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-align: center;
    padding: 20px 20px;
    box-shadow: none;
    border:1px #d9d9d9 solid;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.reward-icon {
    text-align: center;
    margin: auto;
}

.reward-icon img {
    margin: auto;
    text-align: center;
} 
 .reward-desc h3 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	margin: 10px auto;
}
.reward-desc h4 {
    color: #333333;
    font-size: 16px;
    margin: auto;
}

.reward_catalog_tabcontent .row .col-md-4.col-sm-6 {
    display: flex;
}

.useraccount {
    background: #F5F6FA;
    padding: 20px 20px;
    position: relative;
    text-align: left;
    margin: 10px auto;
}

.avatar-upload {
  position: relative;
  width: 125px !important;
  height: 125px !important;
  background-color: #fff;
  border-radius: 100% !important;
  max-width: 100% !important;
  border: 2px #4a4a4a solid !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 20px auto !important;
} 

.avatar-upload img{
    width: 120px;
    height: 120px;
    max-width: 100%;
    object-fit: fill;
    -o-object-fit: fill;
    border-radius:100% !important;
    text-align: center;
    z-index: 99;
    border: 3px #ffffff solid !important;
    margin: auto !important;
    vertical-align: top;
}
a#picker_upload_link {
    width: 45px;
    height: 45px;
    background: #4a4a4a;
    display: inline-block;
    border-radius: 100%; 
    line-height:45px;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    right: -20px;
    bottom: -30px;
    z-index: 99;
    box-sizing: border-box;
}


.profile {
    display: inline-block!important;
    vertical-align: top !important;
    text-align: left!important;
    padding: 30px 0px !important;
    color: #fff;
    position: relative;
}
.file_picker_upload {
	display:none !important;
}

.profileheader{
	text-align: left;
}


.faqcontent ul {
    list-style: none;
}
.faqcontent{ 
	font-size: 16px; 
	text-align: left;
	font-weight: 400;
}  

.faqcontent h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing:0.2px;
    text-align: left;
    color: #161930;
	margin:10px 0;
} 
.faqcontent ul {
    /*padding-left: 20px;*/
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #42535c !important; 
    font-weight: 500;
}
 

.faqcontent ul li {
    padding: 3px 0;
    margin-bottom:10px;
} 
.faqcontent p {
    font-size: 16px;
}

 
.terms h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing:0.2px;
    text-align: left;
    color: #161930;
	margin:10px 0;
    text-transform: uppercase;
} 
.terms ol { 
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #161930 !important;  
}  

.terms ol li {
    padding: 3px 0;
    margin-bottom:10px;
}
.terms ul li {
    font-family: 'Muli', sans-serif !important;
    color: #42535c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.terms ul {
    padding-left: 20px;
}

/************/

@media screen and (max-width:767px){
	.contact-links {
		text-align: center;
	}

	.footerlinks {
		text-align: center;
	}
	.howitwork-tabs .nav-tabs .nav-link {
		padding: 10px 10px;
		font-size: 15px;
	}
	
	.stat-box {
		border-right: 0;
		border-bottom: 1px solid #161930;
	}
}

ul.navbar-nav {
    list-style: none;
    float: right;
}

.reward_catalog_tabcontent:after {
    content: "";
    display: table;
    clear: both;
}
.text-left {
    text-align: left !important;
}