.preloader{
    z-index: 5000000000;
}
 
.cookiePolicy {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 48px;
  line-height: 36px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
    margin-bottom: 0;
  /*transform: translate3d(0, 36px, 0);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;*/
    border-radius: 0;
}
.cookiePolicy .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    color: inherit;
}
.cookie__center {
/*    text-align: left;*/
}
.cookie__center button + button {
    margin-left: 5px;
}
.cookiePolicy.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cookiePolicy a {
  color: #b72e32;
  text-decoration: none;
}
.cookie-btn .learn_more {
    color: #000;
    line-height: 2.2;
}
.cookiePolicy__content {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}  
.alert-dismissible .cookiePolicy__close .close {
    padding: 0;
}
.cookiePolicy__close em {
    font-size: 30px;
    opacity: 1;
    color: #fff;
    text-shadow: none
} 
.cookiePolicy__close em:hover {
    color: #fff;
    opacity: 0.9;
}
.cookiePolicy__close {
    position: absolute;
    top: 35%;
    right: 16px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    cursor: pointer;
}

.cookie_yes {
    background-color: #b72e32;
    border: 1px solid #b72e32;
    color: #fff;
    padding: 0px 25px;
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0 20px;
    height: auto;
    line-height: 1;
}

.cookie_cancel {
    background-color: #fff;
    border: 1px solid #fff;
    color: #b72e32;
    padding: 0px 25px;
    display: inline-block;
}
.cookie-btn {
    display: inline-block;
    margin: 0 10px;
}
.thank-you-counter.claim-points-circle span.claim-points {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    background-color: #b26632;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
}
.claim-points-circle.thank-you-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.loc-visited{
    /*max-width: 35px;*/
    max-width: 90px;
    margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .cookiePolicy {
    height: auto;
    padding: 24px 48px;
    line-height: 1.4;
  }
  .cookiePolicy__close {
    top: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
    .cookie-btn {
        display: block;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .cookiePolicy {
        height: auto;
        padding: 15px;
        line-height: 30px;
    }
    .cookiePolicy{
        font-weight: 300;
    }
    .cookiePolicy__content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cookie__center {
        text-align: center;
    }
}

.main {
/*    padding-top: 100px;*/
     padding-top: 140px;
}
body.modal-open {
    overflow: auto!important;
    padding: 0px!important;
}
bod, #header, #topbar{
    padding-right: 0 !important;
}
.modal-open {
    padding-right: 0px !important;
}
body:not(.modal-open){
  padding-right: 0px !important;
}
#header{
/*    background-image: url('../img/ink/nav-bg.jpg');*/
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    padding: 5px 0;
    background-color: #b26632;
}
.bar-slider-bg img {
    visibility: hidden;
}

.bar-slider-bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.top-links ul li {
    display: inline-block;
    position: relative;
}

.top-links ul {
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.top-links ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 20px;
    display: block;
    position: relative;
}
.top-links ul li:last-child a {
    padding: 0 0px 0 20px;
}
.top-links ul li a:hover, .top-links ul li a:focus {
    color: #b26632;
}
.top-links ul li:before {
    position: absolute;
    content: '';
    border-right: 1px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
}

.top-links ul li:last-child:before {
    border-right: none;
}

.footer-logo {
    max-width: 125px;
    margin-bottom: 20px;
}

#footer .credits a {
    color: #fff;
    font-weight: 600;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #ffcc29;
}
.location-state {
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #201e1e;
    margin-bottom: 25px;
}

.location-detail-list h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}
.location-detail-list p {
    font-size: 17px;
    line-height: 1.2;
}
.location-list {
    padding: 25px 0;
    border-bottom: 1px solid #d1d1d1;
}

.location-detail-list {
    padding-bottom: 15px;
}

.inner-page {
    padding: 100px 0;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.inner-page:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
/*    background-color: rgb(0 0 0 / 70%);*/
    top: 0;
}

.location-detail-link a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

.location-detail-link {
    margin-bottom: 20px;
}

.inner-title {
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.location-slider-section img {
    margin: 0 auto;
}

.location-slider-section {
    padding-bottom: 25px;
}
.location-slider-section .slick-prev:before, .location-slider-section .slick-next:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.location-info p {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
}

.location-info {
    padding-bottom: 15px;
}
.location-description p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.register-btn {
    background: linear-gradient( 104deg, #201e1e 0%, #0065fd 55%);
    padding: 20px 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 18px;
    border: none;
}
.register-btn:hover {
    color: #fff;
}

.check-in-img {
    max-width: 66px;
    /*    margin-bottom: 10px;*/
}

.check-in-title {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    padding: 20px 0;
    line-height: 32px;
    font-weight: 600;
}

#loginModal .modal-content {
    padding: 50px;
    border-radius: 0;
}
.social-login-btn{
    color: #fff;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
}
.social-login ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
    padding: 0;
}

.social-login ul li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    list-style: none;
}

#loginModal .modal-body {
    padding: 0;
    overflow: hidden;
}
.social-login-btn em {
    margin-right: 5px;
}
.social-login-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.google-btn{
    background-color: #4285f4;
}
.apple-btn{
    background-color: #000;
}
.fb-btn{
    background-color: #3b5998;
}

.login-with{
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}
.login-with:before{
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #c1c1c1;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.login-with:after{
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #c1c1c1;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.forgot-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#loginModal .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8b8b8b;
    padding: 10px 15px;
    color: #111;
    border-radius: 0;
}
.login-btn-btn {
    border: 1px solid #000;
    display: block;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 12px 0;
}

.login-btn-btn:hover {
    background-color: #201e1e;
    color: #fff;
    border: 1px solid #201e1e;
}
.register-bottom-btn{
    color: #000;
}
#show_hide_password a {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 3;
}

.inner-header-btn {
    background-color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 140px;
    text-align: center;
    margin-right: 10px;
    transition: 0.3s;
}

.account-header-btn {
/*    padding-top: 15px;*/
}
.account-header-btn {
    padding: 0px 0;
}
.info-form {
/*    padding: 0px 0 60px;*/
    padding: 20px 0 60px;
}
.inner-page.user-header {
    padding: 30px 0;
}
.inner-header-btn:hover {
    background-color: #b26632;
    color: #fff;
}
.info-form {
    background: #ffff;
    background: -webkit-linear-gradient(top, #aaa 0%, #fff 60%);
    background: -linear-gradient(top, #aaa 0%, #fff 60%);
    background: -moz-linear-gradient(top, #aaa 0%, #fff 60%);
}



.dash_form_title {
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
    margin: 0;
	    font-weight: 800;
}





.animation-section {
    position: relative;
    padding-bottom: 30px;
}
.dash_btn_sections button {
    border: 1px solid transparent;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-color: #fff;
}
.dash_btn_sections button.dash_clear_btn {
    border: 1px solid #000;
    transition: 0.3s;
    margin-right: 10px;
    background-color: #fff;
}

.dash_btn_sections button.dash_clear_btn:hover {
    background-color: #b26632;
    color: #fff;
    border: 1px solid #b26632;
}
.info-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8b8b8b;
    padding: 10px 15px;
    color: #111;
    border-radius: 0;
    background-color: #fff;
}

.dash_btn_sections {
    padding-top: 20px;
}

.dash_info {
    padding-bottom: 35px;
}
.header-login-btn {
    display: block;
    position: relative;
    color: #ffcc29;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #ffcc29;
    padding: 7px 20px;
}

.header-login-btn:hover {
    background-color: #ffcc29;
    color: #201e1e;
}
.file-upload .register-btn {
    padding: 15px;
    display: block;
    width: 100%;
}
.forgot-img {
    text-align: center;
    margin-bottom: -20px;
    margin-top: -40px;
}

.forgot-img img {
    max-width: 200px;
}

.forgot-content {
    text-align: center;
    padding: 10px 0 25px;
}

.forgot-content p {
    font-size: 16px;
    line-height: 26px;
}

.forgot-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #201e1e;
}

.forgot-pwd-form .form-group label {
    font-weight: 600;
}

.forgot-pwd-form .btn-frame {
    text-align: center;
}
.forgot-password-section{
    padding: 40px 0;
}
.forgot-pwd-form .btn-frame .register-btn {
    width: 100%;
    display: block;
    padding: 12px;
}
.forgot-content_wrapper {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 13px -4px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px -4px rgb(0 0 0 / 40%);
}
.btn-tertiary {
    color: #201e1e;
    padding: 0;
    line-height: 50px;
    width: 100%;
    margin: auto;
    display: block;
    border: 2px solid #201e1e;
    border-radius: 0;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  color: #b26632;
  border-color: #b26632;
}

/* input file style */
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.input-file + .js-labelFile .icon:before {
  content: "";
}
.input-file + .js-labelFile.has-file .icon:before {
  content: "";
  color: #5AAC7B;
}
.upload-icon {
    text-align: center;
}
.upload-icon img {
    max-width: 60%;
    margin-bottom: -15px;
   /* margin-top: -200px;*/
}
.up-receipt {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
}
.upload-receipt-title {
    color: #201e1e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
}
    .share-location-btn{
        background: linear-gradient( 104deg, #201e1e 0%, #0065fd 55%);
        padding: 15px 25px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 16px;
        border: none;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .upload-receipt-btn{
        background: linear-gradient( 104deg, #0065fd 0%, #201e1e 104%);
        padding: 15px 25px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 16px;
        border: none;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    #claimPoints .modal-content {
        border-radius: 0;
    }
    #claimPoints .modal-title {
        font-size: 26px;
        line-height: 32px;
        color: #000;
        font-weight: 500;
    }

    .claim-points-popup-content p {
        color: #000;
        font-size: 18px;
        line-height: 1.5;
    }

    .claim-points-popup-content p span {
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        display: block;
    }

    .claim-points-popup-content {
        padding-bottom: 15px;
    }
.listing-search {
    background-image: url(../img/ink/nav-bg.jpg);
    background-color: #201e1e;
    padding: 30px;
    background-size: contain;
}
.listing-search h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.listing-search hr {
    color: #fff;
    border-top: 1px solid #fff;
}
.profile_box h2 {
    color: #201e1e;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}
.profile_box {
    padding: 30px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.profile_box .form-control, .listing-search .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8b8b8b;
    padding: 10px 15px;
    color: #111;
    border-radius: 0;
}
.account-avatar img {
    max-width: 190px;
    width: 100%;
    height: 190px;
    display: block;
    border-radius: 50%;
}
.pass_save_btn {
    background: linear-gradient( 104deg, #201e1e 0%, #0065fd 55%);
    padding: 15px 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pass_cancel-btn {
    background: #fff;
    color: #201e1e;
    border: 1px solid #201e1e;
    padding: 14px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pass_cancel-btn:hover {
    color: #fff;
    background: #201e1e;
}
.change_pwd_btn {
    background: transparent;
    border: 1px solid #ffcc29;
    color: #ffcc29;
    width: 100%;
    padding: 15px 0;
    margin-top: 20px;
}

.change_pwd_btn:hover {
    background: #ffcc29;
    color: #201e1e;
}
.nav-tabs .nav-link:hover {
    background: #201e1e;
    color: #fff;
}
#points-history thead {
    background-color: #201e1e;
    color: #fff;
}
.points-claimed-table-count {
    color: #333;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
}

.points-claimed-table-count span {
    font-weight: 600;
    font-size: 24px;
    color: #201e1e;
}
form .alert-danger p {
    margin-bottom: 0;
    text-align: center;
}
form .alert-success {
    text-align: center;
}
.form-control:disabled, .form-control[readonly] {
    opacity: 1;
    cursor: no-drop;
}
.recommend-title img {
/*    max-width: 400px;*/
    margin-bottom: 20px;
}
.recommend-title {
    text-align: center;
}
.recommend-contain .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8b8b8b;
    padding: 10px 15px;
    color: #111;
    border-radius: 0;
}
.register-pg-btn .register-btn {
    width: 100%;
    display: block;
    padding: 12px;
}

.register-pg-btn {
    padding-top: 15px;
}
.mail-open-img img {
    margin-top: -20px;
    margin-bottom: -50px;
}

.verify_title {
    color: #201e1e;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
}

.thank_you_verify_content a {
    display: inline-block;
    border: 1px solid #201e1e;
    padding: 5px 20px;
    margin: 0 5px;
    color: #fff;
    background-color: #201e1e;
    transition: 0.3s;
}

.thank_you_verify_content a:hover {
    background-color: #fff;
    color: #201e1e;
}
.map_sections {
    padding: 0;
}
.location-info-btn .register-btn {
    padding: 10px 20px;
}

.location-content {
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
}
.location-info-list ul {
    padding: 0;
    display: block;
    list-style: none;
    margin-bottom: 5px;
}
.location-info-list ul li {
    display: flex;
/*    align-items: center;*/
    margin-bottom: 5px;
    position: relative;
    margin-left: 40px;
}

.location-info-list ul li span {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #201e1e;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    transition: 0.3s;
    position: absolute;
    left: -40px;
}

.location-info-list {
    color: #000;
}

.location-info-description {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.location-name-title {
    color: #201e1e;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.location-info-list ul li:hover span {
    background-color: #b26632;
}
.location-pagination {
    padding-top: 30px;
}

.location-pagination .pagination {
    border-radius: 0;
}

.location-pagination .pagination-lg .page-item:first-child .page-link {
    border-radius: 0;
}

.location-pagination .pagination-lg .page-item:last-child .page-link {
    border-radius: 0;
}

.location-pagination .page-link {
    color: #201e1e;
    font-weight: 500;
    font-size: 1.1rem;
    border: 1px solid #201e1e;
    padding: .6rem 1.2rem;
    transition: 0.3s;
}
.location-pagination .page-item.active .page-link {
    background-color: #201e1e;
    border-color: #201e1e;
}

.location-pagination .page-item .page-link:hover {
    background-color: #b26632;
    color: #fff;
}
.dash_new_btn_sections {
    padding-top: 20px;
}
#modal-alert {
    font-size: 15px;
    line-height: 24px;
}
.location-map-name-title {
    color: #201e1e;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.location-map-info-title span, .location-call-info span {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    background-color: #201e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
#button-search .fa {
    color: #201e1e;
}
.location-map-info-title, .location-call-info {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.location-call-info {
    display: flex;
    align-items: center;
}

.location-map-info-btn {
    padding-top: 5px;
}
button.gm-ui-hover-effect img {
    border: 1px solid #201e1e;
    margin-left: -5px !important;
    margin-top: 10px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    padding: 3px;
    opacity: 0.9 !important;
}
.bg-form {
    padding: 15px;
    background-color: #b26632;
}
.justify-content-flex-end{
    justify-content: flex-end;
}
.bg-form input {
    margin-left: 10px;
}
.file-upload .noselect {
    position: relative;
}

.file-upload .noselect input {
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    opacity: 0;
}
.showing_result p {
    margin-bottom: 0px;
}
ul.detail-map-listing li a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

ul.detail-map-listing li {
    padding-bottom: 5px;
    margin-left: 40px;
}

.location-info-list ul.detail-map-listing li span {
    position: absolute;
    left: -40px;
}
#loginModal .modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #201e1e;
    opacity: 1;
    padding: 6px;
    text-shadow: none;
    border-radius: 2px;
}
#loginModal {
    z-index: 10000;
    padding-left: 0 !important;
}

.upload-passport-icon img {
    max-width: 100%;
}

.claim-thank-you p {
    margin: 0;
    font-size: 18px;
}
.thank-you-counter {
    color: #201e1e;
    font-size: 20px;
    line-height: 30px;
}

.thank-you-counter span {
    color: red;
    font-size: 24px;
}
.nav-li-header-btn .noselect {
    width: 140px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
    background: #fff;
}
.nav-li-header-btn .noselect:hover .text {
    color: transparent;
}
.nav-li-header-btn .noselect .text {
    transform: translateX(10px);
    color: #201e1e;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}
.nav-li-header-btn .noselect .icon {
    position: absolute;
    border-left: 1px solid #201e1e;
    transform: translateX(110px);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-li-header-btn .noselect:hover .icon {
    width: 140px;
    border-left: none;
    transform: translateX(0);
}
.nav-li-header-btn .noselect:hover {
    background: #fff;
}

.nav-li-header-btn .noselect .icon em{
    color: #201e1e;
    font-size: 24px;
}
.leaders-title .goals-title h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
}
/**************************************************/
/**************************************************/
/************** Animation style css ***************/
/**************************************************/
/**************************************************/
.animation-section .content {
/*  margin: 0 auto;*/
  position: relative;
  height: 200px;
  max-width: 200px;
}
.animation-section.center-animation .content {
    margin: 0 auto;
}
.circle_number {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    color: #ffff;
    text-shadow: 1px 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border: 8px solid #212121;
    border-radius: 50%;
}
.circle_number h2 {
    font-size: 78px;
    line-height:78px
}
.animation-section .circle_inner__layer {
  width: 600px;
  height: 200px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: -200px;
}
.animation-section .circle_inner__layer img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.animation-section .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
  transition: all 0.5s;
/*  cursor: pointer;*/
}
.animation-section .circle:hover .circle_shine {
  top: 330px;
  left: -200px;
}
.animation-section .circle_shine {
  background: white;
  width: 600px;
  transition: 0.3s;
  height: 200px;
  opacity: 0.2;
  top: -10px;
  left: -90px;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
}
.animation-section .circle:hover h2, .animation-section .circle:hover h3 {
  opacity: 1;
  top: -36px;
}
/*
.animation-section .circle:hover .content_shadow {
  transform: scale(1.1);
  top: -22px;
}
*/
.animation-section .circle:hover h3 {
  transition: all 0.2s 0.04s;
}
.animation-section .circle:hover h2 {
  transition: all 0.2s;
}
.animation-section .circle .circle_inner__layer:nth-of-type(1) {
  top: 0px;
  left:-200px;
     transition: all 4s linear infinite;
    	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}
.animation-section .circle .circle_inner__layer:nth-of-type(2) {
  top: 0px;
  left: -210px;
     transition: all 4s linear infinite;
    	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}
.animation-section .circle .circle_inner__layer:nth-of-type(3) {
  top: 0px;
  left: -300px;
     transition: all 4s linear infinite;
    	-webkit-animation: animateCloud 5s linear infinite;
	-moz-animation: animateCloud 5s linear infinite;
	animation: animateCloud 5s linear infinite;
}
.animation-section .circle_title {
  text-align: center;
}
.animation-section .circle_title h2, .animation-section .circle_title h3 {
  opacity: 0;
  color: #4A7479;
  margin: 0;
  transition: all 0.2s 0.04s;
  position: relative;
  top: -10px;
}
.animation-section .circle_title h3 {
  transition: all 0.2s;
  color: #B0D5D6;
  font-size: 15px;
}
.animation-section .circle_inner {
  border-radius: 200px;
  background: #B0D5D6;
  overflow: hidden;
  margin: auto;
  width: 200px;
  z-index: 1;
  transition: all 0.3s;
  height: 200px;
  position: relative;
}

.animation-section .content_shadow {
  width: 200px;
  box-shadow: 0px 31px 19px -2px #E0E8F9;
  height: 20px;
  border-radius: 70%;
  position: relative;
  top: -44px;
  transition: all 0.3s;
  z-index: 0;
}
@-webkit-keyframes animateCloud {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;

	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;

	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
/**************************************************/
/**************************************************/
/************** Animation style css ***************/
/**************************************************/
/**************************************************/

/**************************************************/
/**************************************************/
/************** Button style Start  ***************/
/**************************************************/
/**************************************************/
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}
.noselect {
	width: 170px;
	height: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	background: #b26632;
}

.noselect, .noselect span {
	transition: 200ms;
}

.noselect .text {
	transform: translateX(15px);
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.noselect .icon {
	position: absolute;
	border-left: 1px solid #ddd;
	transform: translateX(125px);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.noselect .icon em{
    color: #fff;
}
.noselect:hover {
	background: #b26632 ;
}

.noselect:hover .text {
	color: transparent;
}

.noselect:hover .icon {
	width: 165px;
	border-left: none;
	transform: translateX(0);
}

.noselect:focus {
	outline: none;
}
.location-info-btn .noselect {
	width: 170px;
	height: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	background: #b26632;
}

.location-info-btn .noselect, .location-info-btn .noselect span {
	transition: 200ms;
}

.location-info-btn .noselect .text {
	transform: translateX(15px);
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.location-info-btn .noselect .icon {
	position: absolute;
	border-left: 1px solid #ddd;
	transform: translateX(125px);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.location-info-btn .noselect .icon em{
    color: #fff;
}
.location-info-btn .noselect:hover {
	background: #b26632 ;
}

.location-info-btn .noselect:hover .text {
	color: transparent;
}

.location-info-btn .noselect:hover .icon {
	width: 165px;
	border-left: none;
	transform: translateX(0);
}

.location-info-btn .noselect:focus {
	outline: none;
}

.h-nav-btn .noselect {
	width: 100px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	background: #fff;
}

.h-nav-btn .noselect, .h-nav-btn .noselect span {
	transition: 200ms;
}

.h-nav-btn .noselect .text {
	transform: translateX(10px);
	color: #201e1e;
	text-transform: uppercase;
	font-weight: 600;
}

.h-nav-btn .noselect .icon {
	position: absolute;
	border-left: 1px solid #201e1e;
	transform: translateX(65px);
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-nav-btn .noselect .icon em{
    color: #201e1e;
    font-size: 22px;
}
.h-nav-btn .noselect:hover {
	background: #fff;
}

.h-nav-btn .noselect:hover .text {
	color: transparent;
}

.h-nav-btn .noselect:hover .icon {
	width: 100px;
	border-left: none;
	transform: translateX(0);
}

.h-nav-btn .noselect:focus {
	outline: none;
}
.header-logout-section.h-nav-btn .noselect {
    width: 144px;
}
.header-logout-section.h-nav-btn .noselect .icon {
    transform: translateX(111px);
}
.header-logout-section.h-nav-btn .noselect:hover .icon {
    width: 120px;
    border-left: none;
    transform: translateX(0);
}
.account-header-btn .noselect {
    width: 180px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 3px;
	    padding-left: 7px !important;
    padding-right: 7px !important;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
        background: #b26632;
}





.account-header-btn .noselect:hover .text {
    color: transparent;
}
.account-header-btn .noselect .text {
    transform: translateX(15px);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.account-header-btn .noselect .icon {
    position: absolute;
    border-left: 1px solid #201e1e;
    transform: translateX(135px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-header-btn .noselect:hover .icon {
    width: 180px;
    border-left: none;
    transform: translateX(0);
}
.account-header-btn .noselect:hover {
    background: #fff;
}

.account-header-btn .noselect .icon em{
    color: #201e1e;
    font-size: 24px;
}
.bg-black {
    display: flex;
    background-color: #000;
    padding: 10px;
    margin: 0;
	width: 100%;
	margin-bottom: 30px;
	    border-top: solid 1px #ccc;
}
.account-header-btn a + a {
    margin-left: 10px;
/*    margin-bottom: 10px;*/
}

.dash_new_btn_sections .noselect {
    width: 140px;
}
.dash_new_btn_sections .noselect .icon {
    position: absolute;
    border-left: 1px solid #ddd;
    transform: translateX(95px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash_new_btn_sections .noselect:hover .icon {
    width: 140px;
    border-left: none;
    transform: translateX(0);
}
.dash_new_btn_sections .noselect.dash_clear_btn {
    background-color: #b3b3b3;
}

.dash_new_btn_sections .noselect.dash_clear_btn .text {
    color: #201e1e;
}

.dash_new_btn_sections .noselect.dash_clear_btn .icon {
    border-left: 1px solid #201e1e;
}

.dash_new_btn_sections .noselect.dash_clear_btn .icon em {
    color: #201e1e;
}

.dash_new_btn_sections .noselect.dash_clear_btn:hover .text {
    color: transparent;
}

.dash_new_btn_sections .noselect.dash_clear_btn:hover .icon {
    border-left: none;
}
.checkin-btn .noselect {
    width: 230px;
}
.checkin-btn .noselect .icon {
    position: absolute;
    border-left: 1px solid #ddd;
    transform: translateX(185px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkin-btn .noselect:hover .icon {
    width: 230px;
    border-left: none;
    transform: translateX(0);
}
.claim-point-btn {
    display: flex;
}
.social-share-section ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
/*      width: 404px;*/
    height: 60px;
}

/*
.social-share-section ul::before {
    content: "\f1e0";
    font-family: fontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #b26632, #000000);
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    padding-left: 2px;
    transition: 0.5s;
    z-index: 1;
}
*/
/*

.social-share-section ul:hover::before {
    content: "\f1e0";
    width: 60px;
}
*/

/*
.social-share-section ul li {
    position: absolute;
    transition: 1s;
}

.social-share-section ul li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #262626;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    transition: 0.5s;
}
*/

/*
.social-share-section ul li:nth-child(1) a {
    background-color: #3b5999;
}

.social-share-section ul li:nth-child(2) a {
    background-color: #e4405f;
}
.social-share-section ul li:nth-child(3) a {
    background-color: #dd4b39;
}
.social-share-section ul li:nth-child(4) a {
    background-color: #0077b5;
}
.social-share-section ul li:nth-child(5) a {
    background-color: #55acee;
}
*/

/*
.social-share-section ul:hover li:nth-child(1) a {
    transform: translatex(68px) rotate(360deg);
    transition-delay: 0.8s;
}

.social-share-section ul:hover li:nth-child(2) a {
    transform: translatex(136px) rotate(360deg);
    transition-delay: 0.6s;
}

.social-share-section ul:hover li:nth-child(3) a {
    transform: translatex(204px) rotate(360deg);
    transition-delay: 0.4s;
}

.social-share-section ul:hover li:nth-child(4) a {
    transform: translatex(272px) rotate(360deg);
    transition-delay: 0.2s;
}

.social-share-section ul:hover li:nth-child(5) a {
    transform: translatex(340px) rotate(360deg);
    transition-delay: 0s;
}
*/
.social-share-d-flex {
    display: inline-block;
    float: right;
    text-align: center;
}
.share-icon-box p {
    margin: 0;
    background-color: #0492c2;
    color: #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
	
}





.social-buttons {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
/*  padding: 20px;*/
/*  padding-bottom: 5px;*/
  border-radius: 10px;
  text-align: center;
/*  margin: 20px 10px;*/
  /* Helper class to divide the icons */
}
.social-buttons .social-margin {
  margin-right: 10px;
}
.social-buttons a,
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
  text-decoration: none;
}
.social-buttons .social-icon {
/*  margin-bottom: 15px;*/
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
  /* Facebook Button Styling */
  /* Twitter Button Styling */
  /* Google+ Button Styling */
  /* Linkedin Button Styling */
  /* instagram Button Styling */
  /* Behance Button Styling */
  /* Github Button Styling */
  /* Youtube Button Styling */
  /* Soundcloud Button Styling */
}
.social-buttons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}
.social-buttons .social-icon.facebook {
  font-size: 22px;
  padding-top: 9px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
.social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}
.social-buttons .social-icon.twitter {
  font-size: 22px;
  padding-top: 10px;
  padding-left: 2px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}
.social-buttons .social-icon.twitter:hover {
  background-color: #ffffff;
  color: #55acee;
}
.social-buttons .social-icon.google-plus {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 2px;
  background-color: #dd4b39;
  color: #ffffff;
  border-color: #dd4b39;
}
.social-buttons .social-icon.google-plus:hover {
  background-color: #ffffff;
  color: #dd4b39;
}
.social-buttons .social-icon.linkedin {
  font-size: 24px;
  padding-top: 8px;
  padding-left: 1px;
  background-color: #0976b4;
  color: #ffffff;
  border-color: #0976b4;
}
.social-buttons .social-icon.linkedin:hover {
  background-color: #ffffff;
  color: #0976b4;
}
.social-buttons .social-icon.instagram {
  font-size: 22px;
  padding-top: 9px;
  background-color: #cb2027;
  color: #ffffff;
  border-color: #cb2027;
}
.social-buttons .social-icon.instagram:hover {
  background-color: #ffffff;
  color: #cb2027;
}
.social-buttons .social-icon.behance {
  font-size: 22px;
  padding-top: 9px;
  background-color: #1769ff;
  color: #ffffff;
  border-color: #1769ff;
}
.social-buttons .social-icon.behance:hover {
  background-color: #ffffff;
  color: #1769ff;
}
.social-buttons .social-icon.github {
  font-size: 22px;
  padding-top: 9px;
  background-color: #4183c4;
  color: #ffffff;
  border-color: #4183c4;
}
.social-buttons .social-icon.github:hover {
  background-color: #ffffff;
  color: #4183c4;
}
.social-buttons .social-icon.youtube {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #bb0000;
  color: #ffffff;
  border-color: #bb0000;
}
.social-buttons .social-icon.youtube:hover {
  background-color: #ffffff;
  color: #bb0000;
}
.social-buttons .social-icon.soundcloud {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #ff3a00;
  color: #ffffff;
  border-color: #ff3a00;
}
.social-buttons .social-icon.soundcloud:hover {
  background-color: #ffffff;
  color: #ff3a00;
}
/**************************************************/
/**************************************************/
/************** Button style END ** ***************/
/**************************************************/

.btn-track {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px -6px rgba(0,0,0,0.3);
  border-radius: 8px;
  transition: all 0.1s ease;
}
.btn-track .--icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: #b26632;
  float: left;
  border-radius: 8px 0 0px 8px;
}
.btn-track .--icon #box {
  position: absolute;
  top: 17px;
  left: 18px;
  transition: all 0.2s ease;
}
.btn-track .--icon #pin {
  position: absolute;
  top: 0px;
  left: 25px;
  opacity: 0;
  transition: all 0.2s ease;
}
.btn-track .--icon .circle-inner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  margin: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  transform: scale(0);
  transition: all 0.3s ease;
}
.btn-track .--icon .circle-outer {
  position: absolute;
  margin: 4px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transform: scale(0);
  transition: all 0.3s ease;
}
.btn-track .--text {
  float: left;
  color: #fff;
  white-space: nowrap;
  line-height: 20px;
  height: 60px;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
   background-color: #b26632;
    border-left: 1px solid #fff;
    text-transform: uppercase;
}
.btn-track:hover .--icon #box {
  transform: translateY(9px) scale(0.83333);
}
.btn-track:hover .--icon #pin {
  transform: translateY(11px);
  opacity: 1;
  transition-delay: 0.15s;
}
.btn-track:hover .--icon .circle-inner {
  transform: scale(1);
  transition-delay: 0.2s;
}
.btn-track:hover .--icon .circle-outer {
  transform: scale(1);
  transition-delay: 0.25s;
}
.btn-track:hover .--text {
  color: #fff;
}
.btn-track:active {
  transform: translateY(1px);
}
.store-center-btn {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.location-map-info-btn .noselect {
    width: 140px;
    height: 40px;
}

.location-map-info-btn .noselect .icon {
    height: 35px;
    width: 35px;
    transform: translateX(105px);
}

.location-map-info-btn .noselect:hover .icon {
    width: 140px;
    border-left: none;
    transform: translateX(0);
}
.cutom-404-title {
    color: #b26632;
    font-size: 126px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 25px;
    font-weight: bold;
}
.smile {
    padding-top: 60px;
    padding-bottom: 0;
}
#counter span {
    color: red;
    font-size: 36px;
    font-weight: 600;
} 
.four-error {
    color: #000;
    font-size: 32px;
    text-align: center;
}
.four-check {
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    padding: 30px 0 60px;
}
.four-check a {
    color: #fff;
    background-color: #b26632;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
}  
.smile i {
    display: inline-block;
    font-size: 86px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: spin 6s ease-in-out infinite alternate;
    -moz-animation: spin 6s ease-in-out infinite alternate;
    -o-animation: spin 6s ease-in-out infinite alternate;
    animation: spin 6s ease-in-out infinite alternate;
    color: #b26632;
    line-height: 86px;
}  
.spin-me {
  -webkit-animation: spin 6s ease-in-out infinite alternate;
  -moz-animation: spin 6s ease-in-out infinite alternate;
  -o-animation: spin 6s ease-in-out infinite alternate;
  animation: spin 6s ease-in-out infinite alternate;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(-85deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(250deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(-15deg);
  }
  10% {
    -moz-transform: rotate(-85deg);
  }
  30% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(250deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(-15deg);
  }
  10% {
    -o-transform: rotate(-85deg);
  }
  30% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(250deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(-85deg);
  }
  30% { 
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(250deg);
  }
  100% {
    transform: rotate(0deg);
  }
}    



/**************************************************/
.notification--reminder {
    -webkit-box-shadow: 0px 0px 30px -7px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px -7px rgb(0 0 0 / 50%);
}    
.notification--reminder{
    border-radius: 20px;
    border: 5px solid rgb(178 102 50 / 60%);
    max-width: 450px;
    padding: 25px;
    bottom: 10px;
    left: 10px;
  position: fixed;
  z-index: 1000000;
  background: #fff;
  transform: translateY(80px);
  animation: notification--in linear 500ms;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification--in linear 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: notification--in linear 500ms;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: notification--in linear 500ms;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: notification--in linear 500ms;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes notification--in{
  0% {
    transform:  translate(0px,80px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes notification--in{
  0% {
    -moz-transform:  translate(0px,80px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes notification--in {
  0% {
    -webkit-transform:  translate(0px,80px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes notification--in {
  0% {
    -o-transform:  translate(0px,80px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes notification--in {
  0% {
    -ms-transform:  translate(0px,80px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.move--down{

}
.notification-title h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.notification-title p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #333;
}

.notification-title {
    margin-bottom: 25px;
}

.font-bold {
    font-weight: 600;
}

a.exit--toast {
    position: absolute;
    right: 0;
    top: -11px;
    font-size: 34px;
} 
a.exit--toast:hover, a.exit--toast:focus {
    color: #b26632;
}
.notification-title:last-child {
    margin-bottom: 0;
}   
.maxi-width{
    max-width: 600px;
    margin: 0 auto;
}
.enlarge-map{
    background-color: #b26632;
    border: 1px solid #b26632;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
}
.enlarge-map:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
}
.rewards-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.rewards-content p {
    font-size: 16px;
    line-height: 1.8;
}
.bd-radius {
    border-radius: 0.3rem;
}
.showing_result {
    text-align: right;
}
.location-info-list p {
    margin-bottom: 5px;
}
.account-login-section {
    background-color: #000;
    padding: 0;
    border-top: 1px solid #333;
}

.account-login-section .bg-black {
    border-top: none;
    margin-bottom: 0;
    justify-content: center;
}
.user-check .checkbox {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.user-check {
    display: flex;
    align-items: center;
}
.home-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.home-section .homeslider {
    margin-bottom: 0px;
}

.home-section .container-fluid {
    padding: 0;
}

.home-item {
    height: 70vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.home-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
}

.home-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    max-width: 900px;
    margin: 0 auto;
}
.home-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.home-content p {
    color: #f1f1f1;
    font-size: 16px;
    line-height: 1.6;
}
.how-read .location-info-btn a {
    margin: 0 auto;
}
.homeslider .slide-arrow {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    background: #000;
    z-index: 1;
    font-size: 36px;
    padding: 40px 10px;
}

.homeslider .slide-arrow.prev-arrow {
    left: 5px;
}

.homeslider .slide-arrow.next-arrow {
    right: 5px;
}

.homeslider .slide-arrow:hover, .homeslider .slide-arrow:focus {
    color: #000;
    background-color: #fff;
}
#ageGateModal .modal-body {
    background-color: #fff;
    margin: 10px;
    background: -webkit-linear-gradient(top, #aaa 0%, #fff 65%);
    background: -linear-gradient(top, #aaa 0%, #fff 65%);
    background: -moz-linear-gradient(top, #aaa 0%, #fff 65%);
    background: #fff;
}

#ageGateModal .modal-content {
  
}
.popup-logo-section img {
    max-width: 120px;
}

.popup-logo-section h2 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    padding: 20px 0;
}
.popup-logo-section img {
    /*max-width: 120px;*/
    max-width: 150px;
}

.popup-logo-section h2 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    padding: 20px 0;
}

#agegateform .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8b8b8b;
    padding: 10px 15px;
    color: #111;
    border-radius: 0;
    background-color: #fff;
}
#agegateform .dash_new_btn_sections {
    padding-top: 0;
}
.age-open .modal-backdrop.show {
    opacity: 1;
}
.modal-open.age-open {
    overflow: hidden !important;
}
label.checkbox-styled span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

label.checkbox-styled span:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

label.checkbox-styled span:after {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: 0.2s opacity;
    content: "\f00c";
    font-family: FontAwesome;
}

label.checkbox-styled span:after {
    background-color: #b26632;
    color: #fff;
}

.checkbox-styled input:checked + span:after {
    opacity: 1;
}

label.checkbox-styled input {
    display: none;
}
.coming-title{
        color: #b26632;
        font-size: 68px;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 25px;
        font-weight: bold;
}
.coming-img img {
    max-width: 150px;
}
.goals-title + .animation-section {
    padding-bottom: 0;
}
.check_view {
    font-size: 20px;
    line-height: 24px;
    color: green;
} 
.goal-nav-pills .nav-link {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 600;
	font-size: 13px;
}

.goal-nav-pills .nav-item {
    margin-right: 8px;
}

.goal-nav-pills .nav-link.active {
    background-color: #000;
    color: #fff;
}

.goal-nav-pills .nav-link:hover, .goal-nav-pills .nav-link:focus {
    background-color: #000;
    color: #fff;
}  
	
	
.goal-list p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
	
	
.goal-nav-pills {
    padding-top: 30px;
}    

/**************************************************/
/**************************************************/
/************** RESPONSIVE style css ***************/
/**************************************************/
/**************************************************/

@media (min-width:1200px){
    .dash_title.ps-ab {
/*
        position: absolute;
        top: -80px;
*/
    }
}
@media (max-width:1199px){
    .bg-black {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bg-black a {
        margin-bottom: 10px;
    }
}
@media (min-width:992px) and (max-width:1400px){
    .inner-page {
        padding: 50px 0;
    }
}


@media (min-width:992px){
    li.mb_nav {
        display: none;
    }
    .mb_loc {
        display: none !important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .home-content {
        padding: 0 60px;
    }
      .h-nav-btn {
        right: 100px;
        position: absolute;
    }
    .info-form .table td, .info-form .table th,
    .user-leader .table td, .user-leader .table th{
        padding: 0.5rem;
        font-size: 13px;
    }
    .account-header-btn .noselect .text {
        font-size: 13px;
        transform: translateX(7px);
    }

    .account-header-btn .noselect {
        width: 160px;
    }

    .account-header-btn .noselect .icon {
        transform: translateX(110px);
    }

    .account-header-btn .noselect:hover .icon {
        width: 150px;
    }
}

@media (max-width:991px){
    .nav-li-header-btn {
        display: none;
    }
    li.mb_nav {
        display: block;
    }
    .main {
        padding-top: 100px;
    }
    .coming-title {
        font-size: 48px;
    }
}
@media (max-width:767px){
    .coming-title {
        font-size: 36px;
    }
    .notification--reminder {
        padding: 10px;
        left: 0;
        width: 90%;
        margin: 0 auto;
        right: 0;
    }

    .notification-title h2 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .notification-title p {
        font-size: 11px;
    }

    .notification-title {
        margin-bottom: 15px;
    }
    a.exit--toast {
        font-size: 24px;
        top: -5px;
        right: 3px;
    }
    .social-share-d-flex {
        float: none;
    }
    .main {
        padding-top: 65px;
    }
   .inner-page {
       padding: 23px 0;
    }
    .inner-title {
        font-size: 21px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .location-detail-link {
        margin-bottom: 10px;
    }
    .header-login-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .mobile-nav-toggle {
        top: 21px;
        right: 0;
        font-size: 28px;
    }
    .header-logout-section {
        position: relative;
        left: 0px;
        right: 0;
    }
    #header .logo img {
        max-height: 60px;
    }
    .points-claimed-table-count {
        font-size: 18px;
        line-height: 26px;
        padding: 15px;
    }
    .points-claimed-table-count span {
        font-size: 20px;
    }
    .header-login-section {
        position: relative;
        left: -77px;
    }
    .recommend-title img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .location-info-img {
        margin-bottom: 20px;
    }
    #loginModal .modal-content {
        padding: 30px 30px;
        border-radius: 0;
    }
    .h-nav-btn .noselect {
        width: 70px;
        height: 29px;
    }
    .h-nav-btn .noselect .text {
        transform: translateX(3px);
        font-size: 9px;
        font-weight: bold;
    }
    .h-nav-btn .noselect .icon {
        transform: translateX(45px);
        height: 28px;
        width: 21px;
    }
    .h-nav-btn .noselect:hover .icon {
        width: 70px;
        border-left: none;
        transform: translateX(0);
    }
    .h-nav-btn .noselect .icon em {
        font-size: 12px;
    }
    .header-logout-section.h-nav-btn .noselect {
        width: 74px;
    }
    .header-logout-section.h-nav-btn .noselect .icon {
        transform: translateX(56px);
    }
    .header-logout-section.h-nav-btn .noselect:hover .icon {
        width: 70px;
        border-left: none;
        transform: translateX(0);
    }
    .account-header-btn .noselect {
         width: auto;
         height: auto;
         padding: 4px;
    }
    .account-header-btn .noselect:hover .text{
        color: #333;
    }
    .account-header-btn .noselect .text {
        font-size: 12px;
        transform: inherit;
    }

    .account-header-btn .noselect .icon {
        transform: translateX(100px);
        height: 35px;
        width: 35px;
        display: none;
    }

    .account-header-btn .noselect .icon em {
        font-size: 18px;
    }

    .account-header-btn .noselect:hover .icon {
        width: 130px;
        border-left: none;
        transform: translateX(0);
    }
    .location-info-list ul {padding: 0 10px;}

    .location-info-list ul.detail-map-listing li span {
        left: -30px;
    }

   .location-info-list ul.detail-map-listing li {
        padding-bottom: 10px;
        margin-left: 40px;
    }
    ul.detail-map-listing li a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    .info-form .table-responsive-sm{
        display: block;
    }
	
	
	.goals-title h2 {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    /* display: table-caption; */
    text-transform: uppercase;
    font-weight: 800;
}
	
	
	
    .table-responsive-sm{
        display: table;
    }
    .loc-pd-0 {
        padding-right: 0;
    }
    .loc-pd-0 {
        padding-right: 0;
    }

    .location-name-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .location-info-list ul li span {
        width: 20px;
        height: 20px;
        font-size: 12px;
        left: -30px;
    }

    .location-info-list ul li {
        margin-left: 20px;
    }

    .location-info-list ul li a {
        font-size: 13px;
    }
    .location-info-btn .noselect {
        width: 135px;
        height: 35px;
        margin-top: 5px !important;
    }

    .location-info-btn .noselect .text {
        transform: translateX(10px);
        font-size: 13px;
    }

    .location-info-btn .noselect .icon {
        transform: translateX(100px);
        height: 30px;
        width: 30px;
    }

    .location-info-btn .noselect:hover .icon {
        width: 135px;
    }

    .loc-visited {
        /*max-width: 25px;*/
        max-width: 60px;
        margin-top: 0;
    }
    .enlarge-map{
        padding: 8px 10px;
            font-size: 14px;
    }
    .location-info-list p {
        font-size: 14px;
    }
    #footer p {
        font-size: 13px;
        line-height: 1.6;
        margin: 0 0 30px 0;
    }
    #footer .copyright {
        font-size: 13px;
    }
    #footer .social-links {
        margin: 0 0 30px 0;
    }
    .footer-logo {
        max-width: 138px;
        margin-bottom: 20px;
    }
    .check-in-title {
        font-size: 16px;
        padding: 10px 0;
        line-height: 1.5;
    }

    .forgot-section label {font-size: 13px;}

    .form-check a {
        font-size: 13px;
    }

    .forgot-section a {
        font-size: 13px;
    }

    .login-with {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .social-login ul {
        margin-bottom: 10px;
    }

    .signup-section {
        font-size: 13px;
    }
    .bg-black a {
        margin-bottom: 5px;
    }
    .bg-black {
        padding: 10px 10px 5px 10px;
    }
    .animation-section .content {
        height: 150px;
        max-width: 150px;
        margin: inherit;
    }

    .animation-section .circle {
        width: 150px;
    }

    .circle_number {
        height: 150px;
        border: 5px solid #212121;
    }

    .animation-section .circle_inner {
        width: 150px;
        height: 150px;
    }
	
    .circle_number h2 {
        font-size: 42px;
        line-height: 42px;
		font-family: Poppins, sans-serif;
    	font-weight: 800;
    }
    .inner-page.user-header {
        padding: 15px 0 10px;
    }
    .dash_form_title {
        font-size: 24px;
        line-height: 1.5;
    }
    .dash_form_title {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .info-form .form-control {
        min-height: 40px;
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    .info-form label {
        font-size: 13px;
        margin-bottom: 0.2rem;
    }

    .info-form .form-group {
        margin-bottom: 0.5rem;
    }
    #counter span {
        color: red;
        font-size: 16px;
        font-weight: 600;
    } 
    .thank-you-counter.claim-points-circle span.claim-points {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 24px;
    }
    .claim-thank-you p {
        font-size: 16px;
    }
    .thank-you-counter {
        font-size: 12px;
    }

    .forgot-content_wrapper {
        padding: 15px;
    }
    .leaders-title .goals-title h2 {
        font-size: 18px;
    }
    .info-form .table td, .info-form .table th,
    .user-leader .table td, .user-leader .table th {
        padding: 0.2rem;
        font-size: 10px;
    }
    .share-icon-box p {
		font-size: 13px;
	}
	
	.btn-track .--icon {
		width: 44px;
		height: 44px;
	}
	
	.btn-track .--text {
		font-size: 14px;
		padding: 12px;
		height: auto;
	}
	
	.mr-auto, .mx-auto {
		    margin-right: unset !important;
	}
	.ml-3, .mx-3 {
        margin-left: 0.7rem!important;
    }
    .animation-section.center-animation .content {
        margin: initial;
    }
    .home-content {
        padding: 0 25px;
    }

    .homeslider .slide-arrow {
        padding: 20px 5px;
        font-size: 24px;
    }

    .homeslider .slide-arrow.prev-arrow {
        left: 0;
    }

    .homeslider .slide-arrow.next-arrow {
        right: 0;
    }

    .home-title {
        font-size: 24px;
    }

    .home-content p {
        font-size: 13px;
    }

    .home-item {
        height: 50vh;
    }

    .home-content {
        height: 50vh;
    }
/*
    .inputs.d-flex {
        flex-wrap: wrap;
    }
    .inputs.d-flex .mr-1 {
        margin-right: 0 !important;
        margin-bottom: 11px;
    }
*/
    #ageGateModal .modal-body {
        padding: 0.5rem;
    }
    .top-links ul li a {
        font-size: 10px;
        font-weight: normal;
        padding: 0 5px;
        text-transform: capitalize;
        letter-spacing: 0;
    }

    .top-links ul li:last-child a {
        padding: 0 0px 0 5px;
    }
}



@media (max-width: 375px){
    #header .logo img {
        max-height: 60px;
    }

}
@media (max-width: 320px){
    #header .logo img {
        max-height: 60px;
    }
    .header-logout-section.h-nav-btn .noselect {
        margin-left: 7px !important;
    }

}

@media (max-width: 375px) {
	.goal-nav-pills .nav-link {
		    font-size: 11px !important;
	}
}

@media (max-width: 320px) {
    .goal-nav-pills .nav-link {
        font-size: 10px !important;
        padding: 0.5rem 0.5rem;
    }
}
