@font-face
{
    font-family:ClanPro-regular;
    src: url(../fonts/ClanPro-regular.otf);
}
@font-face
{
    font-family:ClanPro-bold;
    src: url(../fonts/ClanPro-bold.ttf);
}

/*
 * Table of Contents

 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Section
 * 4.0 - Modal
 * 5.0 - Responsive Styles

 */


/*---------------------------------------------------------------------------------------------
 1.0 - Reset
 ----------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0;
    vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:none;}
ul ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title], acronym[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }

html{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;height: 100%; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; }

/* generic class */
.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
*:focus 
{
  outline: none;
}

body
{
    font-family:ClanPro-regular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    font-size: 14px;
}
a
{
    color: #1a1919;
    text-decoration: none;
    outline: 0;
}
a:hover, a:active, a:focus
{
    outline: 0;
    text-decoration: none;
    color: #1a1919;
}

/* --------------------------------- */
/* 2.0 Header styles
----------------------------------- */
header
{
  position: relative;
  padding:0 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 200;
}
.header-text
{
  font-family:ClanPro-bold;
  font-size: 20px;
  text-transform:capitalize;
  padding:20px 0;
}
.header-tabs
{
  position:relative;
  border-left: 1px solid #eee;
  padding: 22px 0;
  text-align: center;
  cursor: pointer;
}
.header-tabs:not(:last-child):hover .notification-popup
{
  display: block;
}
.header-tabs img
{
  width:20px;
  height:20px;
}
.badge
{
  position:absolute;
  top:14px;
  right:10px;
  font-size: 9px;
  border-radius: 2px;
  color: #fff;
}
.notification-popup
{
  position: absolute;
  top:72px;
  right:0px;
  width:280px;
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 400;
}
.notification-popup-head
{
  font-family:ClanPro-bold;
  text-align: left;
  padding:15px;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.notification-lists
{
  padding:12px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 13px;
  margin:0;
}
.notification-icon
{
  padding:0;
}
.notification-icon img
{
  width:35px;
  height:35px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.avatar-col
{
  padding:0;
}
.avatar
{
  position:relative;
  width:55px;
  height:55px;
  border-radius:55px;
  border:2px solid#eee;
  overflow: hidden;
}
.avatar img
{
  width:100%;
  height:auto;
}
.request-name
{
  padding:0;
  padding-top:20px;
}
.pending-request-icon
{
  padding:0 0 0 4px;
}
.pending-request-icon img
{
  width:20px;
  height:20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sms
{
  font-family:ClanPro-bold;
  text-transform: capitalize;
  text-align: center;
  padding:0;
}
.sms:first-child
{
  border-right: 1px solid #eee;
}
.promotional, .transactional
{
  margin-bottom: 10px;
}
.sms-count
{
  font-family:ClanPro-bold;
  font-size: 22px;
  color: #0e5e8d;
}
.account-dropdown img
{
  margin-top: -5px;
}
.account-logo, .account-credentials
{
  padding: 0;
}
.account-logo img
{
  width:90px;
  height:90px;
}
.account-row, .credentials-row
{
  width:100%;
  margin:0;
}
.account-row
{
  padding:20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.account-name
{
  text-transform: capitalize;
  font-family:ClanPro-bold;
  font-size: 14px;
}
.account-email
{
  font-size: 14px;
  color: #ccc;
  margin-bottom:20px;
}
.add-account
{
  font-family:ClanPro-bold;
  width:100px;
  height:70px;
  border-radius: 4px;
  background-color: #0e5e8d;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.password, .logout
{
  font-family:ClanPro-bold;
  padding:20px 10px;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  color: #1a1919
}
.password
{
  border-right: 1px solid #eee;
}
.notification, .pending-request, .sms-notification, .account
{
  display:none;
}
.advanced_dashboard_login
{
  position: absolute;
  right:20px;
  bottom:20px;
}
/* --------------------------------- */
/* 3.0 Section styles
----------------------------------- */
section
{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-image:url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
.section-foreground
{
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  z-index: 100;
}
.centered-element
{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.logo
{
  margin-bottom: 40px;
}
.logo img
{
  width: 200px;
  height:200px;
}
.login-field
{
  width:300px;
  height:50px;
  padding:5px 10px 5px 20px;
  border: 2px solid #eee;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display:inline-block;
  vertical-align: top;
  font-size: 20px;
}
.go-button
{
  width:60px;
  height:50px;
  line-height: 50px;
  font-family:ClanPro-bold;
  background-color: #0e5e8d;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 18px;
  text-align: center;
  color:#fff;
  display:inline-block;
  margin-left: -8px;
  vertical-align: top;
  border-style: none;
  cursor: pointer;
}
.login-field::-webkit-input-placeholder 
{ 
  color: #a09f9f;
  font-family:ClanPro-bold;
}
.login-field::-moz-placeholder 
{ 
  color: #a09f9f;
  font-family:ClanPro-bold;
}

/* --------------------------------- */
/* 4.0 Modal styles
----------------------------------- */
.modal-dialog 
{
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal-field
{
  width:100%;
  height:50px;
  padding:8px 10px 8px 20px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-field-textarea
{
  width:100%;
  height:80px;
  padding:8px 10px 8px 20px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-field::-webkit-input-placeholder , .modal-field-textarea::-webkit-input-placeholder 
{ 
  color: #a09f9f;
  font-family:ClanPro-bold;
  font-size: 14px;
}
.modal-field::-moz-placeholder, .modal-field-textarea::-moz-placeholder
{ 
  color: #a09f9f;
  font-family:ClanPro-bold;
  font-size: 14px;
}
.modal-header
{
  background-color: #ccc;
}
.modal-title
{
  font-family:ClanPro-bold;
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
}
.modal-body
{
  text-align: center;
  padding:40px;
}
.forgot-password
{
  font-family:ClanPro-bold; 
  font-size: 14px;
  color: #0e5e8d!important;
}
.btn
{
  font-family:ClanPro-bold;
  border-radius: 6px;
  border-style: none;
  background-color: #0e5e8d;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding:8px 20px;
  font-size: 16px;
  margin:10px auto;
}
.countdown
{
  font-family:ClanPro-bold; 
  font-size: 40px;
  color: #0e5e8d;
  margin-bottom:20px;
}
.awaiting-message
{
  font-family:ClanPro-bold; 
  font-size: 20px;
  margin-bottom:20px;
}
.or
{
  color: #ccc;
  margin-bottom: 20px;
}
.verify-avatar
{
  width:120px;
  height:120px;
  border-radius: 120px;
  overflow: hidden;
  margin-top: -25px;
}
.verify-avatar img
{
  width:100%;
  height:auto;
}
.user-informations
{
  text-align: left;
}
.verify-fields
{
  margin:20px auto;
}
.verify-divs
{
  padding:10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.verify-name
{
  text-transform: capitalize;
  color: #0e5e8d;
  margin-bottom: 5px;
}
.verify-content
{
  font-family:ClanPro-bold;
}
.information-content
{
  margin-bottom: 30px;
}
.information-div
{
  font-family:ClanPro-bold;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}
.booklet-row
{
  margin-bottom: 20px;
}
.booklet-row img
{
  width:40px;
  height:50px;
  margin-top: -12px;
}
.coupon-name
{
  padding: 0;
  font-family:ClanPro-bold;
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
}
.booklet-value
{
  padding:0;
  font-family:ClanPro-bold;
  color: #7a7979;
}
.booklets-selected
{
  font-family:ClanPro-bold;
  text-align: left;
  margin-bottom:30px;
  font-size: 18px;
  text-transform: capitalize;
}
.coupons-selected
{
  font-family:ClanPro-bold;
  margin-bottom:30px;
  font-size: 16px;
  text-transform: capitalize;
}
.coupon-row
{
  margin:0 0 20px 0;
}
.padding-0
{
  padding:0;
}
.coupon-row img
{
  width:40px;
  height:40px;
  margin-top: -12px;
}
.coupon-value
{
  text-align: right;
}
.coupon-value input
{
   width:80px;
   height:40px;
   padding:8px 10px 8px 20px;
   border: 2px solid #ccc;
   border-radius: 8px;
   font-size: 16px;
}
.redeem-navigation
{
  margin-bottom: 40px;
}
.modal-menu
{
  font-family:ClanPro-bold;
  color: #949191;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  padding:5px 10px;
  cursor: pointer;
}
.modal-menu-active
{
  font-family:ClanPro-bold;
  border-radius: 16px;
  border-style: none;
  background-color: #0e5e8d;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding:5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.border-right
{
  border-right:1px solid #ccc;
}
.redeem
{
  font-family:ClanPro-bold;
  border-radius: 6px;
  border-style: none;
  background-color: #0e5e8d;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding:6px 15px;
  font-size: 16px;
}
.rewards-area
{
  display:none;
}
/* --------------------------------- */
/* 5.0 profile styles
----------------------------------- */
.search-box
{
  padding:14px;
}
.search-field
{
  padding:10px;
  width:250px;
  border: none;
}
.search-field::-webkit-input-placeholder 
{ 
  color: #ccc;
  font-size: 18px;
}
.search-field::-moz-placeholder 
{ 
  color: #ccc;
  font-size: 18px;
}
.desktop-hidden
{
  display:none;
}
.fa-search
{
  margin-right:10px;
  color: #ccc;
}
.fa-bars , .fa-times
{
  color: #0e5e8d;
  font-size: 24px;
  cursor: pointer;
}
.fa-times
{
  display: none;
}
.desktop-menu-container
{
  width:90%;
  padding:40px 0;
  margin:0 auto;
}
.menu-list
{
  font-family:ClanPro-bold;
  color: #a7a7a7;
  font-size: 14px; 
  text-transform: capitalize;
  text-align: center;
  padding:5px 0;
  cursor: pointer;
}
.menu-list:hover, .active
{
  background-color: #0e5e8d;
  color: #fff;
  border-radius: 12px;
}
.expand, .less
{
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  font-family:ClanPro-bold;
  background-color:#0e5e8d;
  color:#fff;
  padding:5px 10px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  float:right;
}
.less
{
  display:none;
}
.hidden-form
{
  background-color: #eee;
  padding:60px 0;
  display:none;
}
.hidden-section
{
  width:90%;
  margin:0 auto;
  background-color: #fff;
  border-radius:8px;
  padding:60px 40px;
  display:none;
}
.hidden-section input[type="text"], .hidden-section textarea
{
  width:100%;
  height:60px;
  padding:5px 10px 5px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
}
input[type="checkbox"]
{
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #afadad;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
  inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
input[type="checkbox"]:active, input[type="checkbox"]:checked:active 
{
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
  inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked 
{
	border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
  inset 0px -15px 10px -12px rgba(0,0,0,0.05), 
  inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type="checkbox"]:checked:after 
{
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
  left: 3px;
	color: #99a1a7;
}
.checkbox-text
{
  font-size: 16px;
  color:#0e5e8d;
  text-transform: capitalize;
}
.percentage
{
  display:inline-block!important;
  font-family:ClanPro-bold!important;
  width:45px!important;
  height:45px!important;
  padding:5px!important;
  font-size: 14px!important;
  border:1px solid #000!important;
  background-color: #fff!important;
  vertical-align: bottom!important;
}
.percentage_value
{
  width:60%!important;
  display:inline-block!important;
  border-radius:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  vertical-align: bottom!important;
}
.hidden-form-field
{
  margin-bottom: 40px;
}
.hidden-form-label
{
  font-family:ClanPro-bold;
  text-transform: capitalize;
  color: #afadad;
  font-size: 18px;
}
.hidden-field-menu
{
  font-family:ClanPro-bold;
  color: #949191;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  padding:5px;
  cursor: pointer;
}
.hidden-field-menu-active
{
  font-family:ClanPro-bold;
  border-radius: 16px;
  border-style: none;
  background-color: #0e5e8d;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding:5px;
  font-size: 16px;
  cursor: pointer;
}
.coupon-area, .ewallet-area
{
  display:none;
}
.mobile-menu-list
{
  font-family:ClanPro-bold;
  color: #000;
  font-size: 14px; 
  text-transform: capitalize;
  text-align:left;
  cursor: pointer;
  margin:40px auto;
  display:none;
}
.arrow_carrot-up, .arrow_carrot-down 
{
  font-size: 30px;
  color: #d7dde2;
  margin-top: -7px;
  float: right;
}
.section2
{
  width:100%;
  background-color: #eee;
  padding:40px 0;
  position: relative;
}
.profile-container
{
  width:90%;
  margin:0 auto;
}
.profile-pic
{
  position:relative;
  width:100%;
  height:auto;
  border-radius: 100%;
  overflow: hidden;
  top:50%;
  transform: translateY(-50%);
}
.profile-pic img
{
  width:100%;
  height:auto;
  vertical-align:middle;
}
.profile-heading
{
  padding:15px 0;
  border-bottom: 1px solid #afadad;
}
.profile-name
{
  font-family:ClanPro-bold;
  text-transform: capitalize;
  font-size: 20px;
}
.profile-status
{
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  font-family:ClanPro-bold;
  background-color:#ffd15c;
  color:#fff;
  padding:5px 10px;
  border-radius: 6px;
  text-align: center;
}
.check-in-status
{
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  font-family:ClanPro-bold;
  background-color:#0e5e8d;
  color:#fff;
  padding:5px 10px;
  border-radius: 6px;
  text-align: center;
}
.statistic
{
  display:inline-block;
  width:13.6%;
  padding:20px 10px 20px 0;
}
.statistic-heading
{
   color: #a09f9f;
   text-transform: capitalize;
   font-size: 13px;
}
.statistic-value
{
  font-family:ClanPro-bold;
}
.card-container
{
  width:90%;
  margin:40px auto 0 auto;
}
.cards
{
  height:400px;
  border:1px solid #ccc;
  margin-bottom: 40px;
}
.card-header
{
  font-family:ClanPro-bold;
  padding:20px;
  text-transform: capitalize;
}
.personal-details
{
  margin-bottom: 12px;
}
.personal-details img
{
  width:25px;
  height:25px;
}
.note-textarea
{
  width:100%;
  height:300px;
  border: none;
}
.details-field, .tags-field
{
  margin-bottom: 20px;
}
.label
{
  font-family:ClanPro-bold;
  text-transform: capitalize;
  margin-bottom:5px;
  text-align: left;
}
.details-field input[type="text"], .tags-field input[type="text"]
{
  width:100%;
  padding:5px 10px 5px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
}

/*---------------------------------------------------------------------------------------------
 5.0 - Responsive Styles for Login page
 ----------------------------------------------------------------------------------------------*/
 @media only screen and (max-width:1200px)
 {
    header
    {
      padding:0 5px;
    }
}
 @media only screen and (max-width:768px)
 {
    .mobile-hidden
    {
      display: none;
    }
    .desktop-hidden
    {
      display:block;
    }
    .centered-element
    {
      width:100%;
    }
}

 @media only screen and (max-width:400px)
 {
    .header-text
    {
      padding:10px 0 5px 0;
      font-size: 14px;
    }
    .header-tabs
    {
      padding:14px 0 5px 0;
    }
    .notification-popup 
    {
      top: 35px;
      right: 0px;
      width:200px;
    }
    .notification
    {
      right:-40px;
    }
    .account
    {
      width:240px;
    }
    .notification-popup-head
    {
      font-size: 12px;
    }
    .notification-lists
    {
      padding: 8px;
      font-size: 10px;
    }
    .notification-icon img 
    {
      width: 20px;
      height: 20px;
    }
    .avatar
    {
      width:40px;
      height:40px;
    }
    .request-name
    {
      padding-top:10px;
    }
    .pending-request-icon img
    {
      width:15px;
      height:15px;
    }
    .sms-count
    {
      font-size: 16px;
    }
    .account-row
    {
      padding:10px 5px;
    }
    .account-name, .account-email
    {
      font-size: 12px;
    }
    .account-email
    {
      margin-bottom: 10px;
    }
    .account-logo img
    {
      width:60px;
      height:60px;
    }
    .add-account
    {
      width:80px;
      height:50px;
      padding:8px;
      font-size:12px;
    }
    .password, .logout
    {
      padding:12px 5px;
      font-size: 12px;
    }
    .badge
    {
      top: 5px;
      right: 3px;
      font-size: 8px;
    }
    .logo img
    {
      width: 150px;
      height:150px;
    }
    .login-field
    {
      width:200px;
      height:40px;
      padding:2px 5px 2px 10px;
      font-size: 14px;
    }
    .go-button
    {
      width:40px;
      height:40px;
      line-height: 40px;
      font-size: 14px;
    }
    .login-field::-webkit-input-placeholder 
    { 
      font-size: 14px;
    }
    .login-field::-moz-placeholder 
    { 
      font-size: 14px;
    }
 }

/*---------------------------------------------------------------------------------------------
 6.0 - Responsive Styles for Modal
 ----------------------------------------------------------------------------------------------*/
 @media(max-width: 768px) 
 {
    .modal-dialog 
    {
      min-height: calc(100vh - 20px);
    }
    .advanced_dashboard_login
    {
      left:50%;
      transform: translateX(-50%);
    }
 }
 @media only screen and (max-width:400px)
 {
    .modal-field
    {
      width:100%;
      height:40px;
      padding:5px 10px;
      border: 1px solid #eee;
      border-radius: 6px;
      font-size: 14px;
      margin-bottom: 10px;
    }
    .modal-field-textarea
    {
      width:100%;
      height:80px;
      padding:5px 10px;
      border: 1px solid #eee;
      border-radius: 6px;
      font-size: 14px;
      margin-bottom: 10px;
    }
    .modal-field::-webkit-input-placeholder , .modal-field-textarea::-webkit-input-placeholder 
    { 
      color: #a09f9f;
      font-family:ClanPro-regular;
      font-size: 12px;
    }
    .modal-field::-moz-placeholder, .modal-field-textarea::-moz-placeholder
    { 
      color: #a09f9f;
      font-family:ClanPro-regular;
      font-size: 12px;
    }
    .modal-title
    {
      font-family:ClanPro-bold;
      text-transform: capitalize;
      font-size: 16px;
      color: #fff;
    }
    .modal-body
    {
      text-align: center;
      padding:20px 10px;
    }
    .forgot-password
    {
      font-size: 12px;
    }
    .btn
    {
      border-radius: 4px;
      padding:5px 20px;
      font-size: 14px;
    }
    .countdown
    {
      font-size: 20px;
    }
    .awaiting-message
    {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .or
    {
      color: #ccc;
      margin-bottom: 10px;
    }
    .verify-avatar
    {
      width:80px;
      height:80px;
      border-radius: 80px;
      overflow: hidden;
      margin-top: 20px;
    }
    .verify-fields
    {
      margin:20px auto;
    }
    .verify-divs
    {
      padding:10px;
      border-bottom: 1px solid #eee;
      text-align: left;
    }
    .verify-name
    {
      font-size: 12px;
    }
    .verify-content
    {
      font-size: 12px
    }
    .information-div
    {
      font-size: 14px;
    }
    .label
    {
      font-size: 12px;
    }
    .booklets-selected
    {
      font-size: 12px;
    }
    .booklet-row img
    {
      width:20px;
      height:25px;
      margin-top: -6px;
    }
    .coupon-name
    {
      font-family:ClanPro-bold;
      text-align: left;
      text-transform: capitalize;
      font-size: 10px;
    }
    .booklet-value
    {
      font-size: 10px;
    }
    .coupons-selected
    {
      padding:0;
      font-size: 12px;
    }
    .coupon-row img
    {
      width:20px;
      height:20px;
      margin-top: -6px;
    }
    .coupon-value input
    {
      width:60px;
      height:25px;
      padding:5px;
      font-size: 12px;
      border-radius: 4px;
    }

}

/*---------------------------------------------------------------------------------------------
 6.0 - Responsive Styles for Profile page
 ----------------------------------------------------------------------------------------------*/
 @media only screen and (max-width:1000px)
 {
    .desktop-section1
    {
      padding:40px 0;
    }
 }
@media only screen and (max-width:768px)
{
    .section2
    {
      margin-top: 120px;
    }
    .desktop-menu-container
    {
      display:none;
    }
    .hidden-form
    {
      width:90%;
      margin:0 auto;
      background-color: #fff;
      padding:0;
      display:none;
    }
    .hidden-section
    {
      border-radius:none;
      padding:0;
      display:none;
    }
    .mobile-menu-list
    {
      display:block;
    }
    .search-box 
    {
      padding: 22px 10px;
    }
    .hidden-section input[type="text"]
    {
      width:100%;
      height:40px;
      padding:10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
    }
    .hidden-section textarea
    {
      width:100%;
      height:60px;
      padding:10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
    }
    .hidden-section input[type="checkbox"]
    {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #afadad;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
      inset 0px -15px 10px -12px rgba(0,0,0,0.05);
      padding: 8px;
      border-radius: 4px;
      display: inline-block;
      position: relative;
    }
    .hidden-section input[type="checkbox"]:active, .hidden-section input[type="checkbox"]:checked:active 
    {
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
      inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .hidden-section input[type="checkbox"]:checked 
    {
      border: 1px solid #adb8c0;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
      inset 0px -15px 10px -12px rgba(0,0,0,0.05), 
      inset 15px 10px -12px rgba(255,255,255,0.1);
      color: #99a1a7;
    }
    .hidden-section input[type="checkbox"]:checked:after 
    {
      content: '\2714';
      font-size: 14px;
      position: absolute;
      top: -2px;
      left: 3px;
      color: #99a1a7;
    }
    .checkbox-text
    {
      font-size: 14px;
      color:#0e5e8d;
      text-transform: capitalize;
    }
    .hidden-form-field
    {
      padding:0 10px;
      margin:10px 0;
    }
    .hidden-form-label
    {
      font-family:ClanPro-bold;
      text-transform: capitalize;
      color: #afadad;
      font-size: 14px;
    }
    .coupon-area, .ewallet-area
    {
      display: none;
    }

    .statistic
    {
      width:100px;
      padding:30px 5px;
    }
    .statistic-heading
    {
      font-size: 12px;
    }
    .statistic-value
    {
      font-size: 12px;
    }
    .personal-details
    {
      font-size: 12px;
    }
    .profile-pic
    {
      width:160px;
      height:160px;
      border-radius:160px;
      margin: -80px auto 0 auto;
    }
    .profile-heading
    {
      margin-top: -30px;
      border: none;
    }
    .profile-name
    {
      text-align: center;
    }
    .profile-status
    {
      font-size: 14px;
      text-align: center;
      margin: 5px auto;
    }
    .rewards
    {
      position: absolute;
      left:20px;
      top:10px;
    }
    .check-in
    {
      position: absolute;
      right:20px;
      top:10px;
      font-family:ClanPro-bold;
      background-color:#0e5e8d;
      color:#fff;
      padding:5px 10px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
    }
}

@media only screen and (max-width:400px)
{
    .search-box 
    {
      padding: 10px 5px;
    }
    .section2
    {
      margin-top: 80px;
    }
    .hidden-section input[type="text"], .hidden-section textarea
    {
      padding: 5px;
      font-size: 12px;
    }
    .hidden-section input[type="checkbox"]
    {
      padding: 5px;
      border-radius: 2px;
    }
    .hidden-section input[type="checkbox"]:checked:after 
    {
      font-size: 10px;
      top: -3px;
      left: 2px;
    }
    .checkbox-text
    {
      font-size: 12px;
    }
    .hidden-form-field
    {
      padding:0 5px;
      margin:5px 0;
    }
    .hidden-form-label
    {
      font-size: 10px;
    }
    .hidden-field-menu
    {
      font-size: 12px;
    }
    .hidden-field-menu-active
    {
      border-radius: 16px;
      font-size: 12px;
    }
    .coupon-area, .ewallet-area
    {
      display: none;
    }
    .statistic
    {
      width:80px;
      padding:20px 5px;
    }
    .statistic-heading
    {
      font-size: 10px;
    }
    .statistic-value
    {
      font-size: 12px;
    }
    .personal-details
    {
      font-size: 12px;
    }
    .profile-pic
    {
      width:100px;
      height:100px;
      border-radius:100px;
      margin: -60px auto 0 auto;
    }
    .profile-heading
    {
      margin-top: -30px;
    }
    .profile-name
    {
      font-size: 14px;
      text-align: center;
    }
    .profile-status
    {
      font-size: 10px;
      text-align: center;
      margin: 5px auto;
    }
    .rewards
    {
      position: absolute;
      left:10px;
      top:10px;
    }
    .check-in
    {
      position: absolute;
      right:10px;
      top:10px;
      width:70px;
      font-family:ClanPro-bold;
      background-color:#0e5e8d;
      color:#fff;
      padding:4px 2px;
      border-radius: 2px;
      text-align: center;
      font-size: 10px;
    }
    .customer-cart, .rewards-menu
    {
      font-size: 12px;
    }
    .redeem
    {
      font-size: 10px;
    }
}





