  @font-face {
    font-family: '3MCircularTT-Light';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Light.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Regular';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Regular.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Bold';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Bold.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Black';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Black.ttf');
  }

  @font-face {
    font-family: 'DINPro-Light';
    src: url('../../_assets/fonts/FF DIN/DINPro-Light.otf');
  }

  @font-face {
    font-family: 'DINPro-Light';
    src: url('../../_assets/fonts/FF DIN/DINPro-Light.otf');
  }

  @font-face {
    font-family: 'DINPro-Regular';
    src: url('../../_assets/fonts/FF DIN/DINPro.otf');
  }

  @font-face {
    font-family: 'DINPro-Bold';
    src: url('../../_assets/fonts/FF DIN/DINPro-Bold.otf');
  }



  body {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: '3MCircularTT-Regular';
    color: #000;
  }

  .logo-header{
    width: 100%;
    max-width: 175px;
    display: block;
  }

  .bg-navbar{
    background: #000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
  }

  .burger-menu {
    border: none;
    padding: 0;
  }

  .burger-menu:focus {
    box-shadow: none;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #ECDBC1;
  }

  .poweredby{
    background: #000;
  }

  .header-desktop {
    display: none !important;
  }

  .header-signin {
    font-family: '3MCircularTT-Bold';
  } 

  .forgot-pass{
    font-weight: bold;
    color: #B98A54;
  }

  .color-required{
    color: #B98A54 !important;
  }

  .second-div{
    background: #ECDBC1;
    border-radius: 12px;
  }

  .join-mims{
    color: #B98A54;
    font-family: '3MCircularTT-Bold';
    letter-spacing: 0.5mm;
  }

  .btn-joinnow{
    border: 1px solid #B98A54;
    color: #B98A54;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-joinnow:hover{
    border: 1px solid #B98A54;
    color: #fff;
    background: #B98A54;
  }

  .btn-signin{
    font-size: 18px;
    color: #000;
    border: 1px solid #000000;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    background: #fff;
  }

  .btn-signin:hover{
    background: #ECDBC1;
  }

  .btn-join{
    font-size: 18px;
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-join:focus{
    font-size: 18px;
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-join:disabled{
    font-size: 18px;
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-join:hover{
    color: #fff;
    background: #B98A54;
    border: 1px solid #B98A54;
  }

  .btn-red {
    background-color: #EC1F28;
    opacity: 0.85;
    color: #fff;
  }

  .btn-red:hover {
    background-color: #EC1F28;
    opacity: 1;
    color: #fff;
    border: 1px solid #EC1F28;
  }

  .btn-join.signin{
    box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
    font-size: 23px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .link {
    text-decoration: none;
  }

  .form-control:focus, .form-select:focus{
    border-color: #B98A54;
    box-shadow: none;
  }

  .form-check-input:checked {
    background-color: #B98A54;
    border-color: #B98A54;
  }

  .nav-link {
    font-size: 18px;
    color: #fff;
  }

  .nav-link:hover {
    color: #B98A54;
  }

  .nav-link.show {
    color: #B98A54;
  }

  .home-greetings p{
    font-family: 'DINPro-Regular';
    font-size: 20px;
    text-align: left;
  }

  .home-greetings b {
    font-family: 'DINPro-Bold';
  }

  .home-greetings a {
    text-decoration: none;
    color: red;
  }

  .headings{
    margin-top: 30px;
    font-family: '3MCircularTT-Bold';
    font-size: 2rem;
    text-align: center;
  }

  .underline{
    margin: auto;
    border-bottom: 3px solid #B98A54;
    opacity: 1;
    width: 21%;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .underline.rewards-underline {
    width: 16% !important;
  }

  .home-upcoming {
    font-family: 'DINPro-Regular';
    font-size: 1rem;
    text-align: center;
    width: 60%;
    margin: auto;
  }

  .upcoming-carousel{
    margin-bottom: 100px !important;
  }
  
  .upcoming.card {
    background: #F9F9F9;
  }

  .upcoming.card-title{
    font-family: 'DINPro-Bold';
    font-size: 20px;
    font-weight: bold;
  }

  .btn-main{
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn-main:hover, .btn-main:focus{
    color: #fff;
    background: #B98A54;
  }

  .color-red {
    color: red;
  }

  .create-select {
    font-size: 1rem !important;
  }
  
  .create-select .color-required{
    color: red;
  }

  .div-min-height {
    min-height: 70vh;
  }

  .btn-resend-code{
    font-size: 0.9rem!important;
    padding: 0 !important;
  }

  .btn-resend-code{
    border: none !important;
  }

  /* Footer */
  .social-media img{
    width: 25px;
  }

  .ul-learn{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .ul-learn li a {
    color: #000;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
  }

  .ul-learn li a:hover {
    color: #B98A54;
  }

  .copyright{
    font-weight: bold;
    color: #707070;
    font-size: 1rem;
  }

  .poweredby-img{
    width: 100%;
    max-width: 200px;
  }

  /* Rewards */
  .merchant-card {
    position: relative;
    width: 50;
    max-width: 300px;
    border-radius: 12px;
  }

  .merchant-card-background{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .merchant-card-details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .merchant-card-classification {
    color: #fff;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    opacity: 0.9;
    text-shadow: 0px 0px 3px #000;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    text-transform: uppercase;
  }

  .merchant-card-name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.5em;
    text-align: left;
    text-shadow: 0px 0px 3px #000;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
  }

  .merchant-card-location {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 0.9rem;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
  }

  .merchant-card > .merchant-card-details {
    background: -webkit-radial-gradient(ellipse farthest-side at 0% 0%, rgba(0,0,0,0.25) 0,transparent 100%);
    background: radial-gradient(ellipse farthest-side at 0% 0%, rgba(0,0,0,0.25) 0, transparent 100%);
    padding: 20px 15px;
    z-index: 1;
    border-radius: 12px;
}

.div-rewards-banner {
  height: 300px;
  background: url('../img/rewards-banner.png') center right no-repeat;
}

/* Rewards Info */

#cover {
  padding-top: 50px;
  height: 500px;
  background: #333333 center center no-repeat;
  width: 100%;
  background-size: cover;
}

.center-name{
  color: #fff;
}

.voucher-card {
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
}

.div-about{
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
}

#map { 
  width: 100%;
  height: 400px;
  background: #f9f9f9;
}

.popup-modal-redemption {
  position: relative;
}

.popup-modal-redemption .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.popup-modal-redemption .icon-box.error{
  background: #ed1c24;
}

.popup-modal-redemption .icon-box.success{
  background: #B98A54;
}

.popup-modal-redemption .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

.redemption-message{
  font-size: 1.1rem;
}

.modal-denom-style{
  max-width: 350px !important;
}

.denomination-name {
  font-size: 1.3rem;
  font-family: '3MCircularTT-Bold';
}

.denomination-logo{
  border-radius: 0.3rem 0.3rem 0 0;
}

.cancel-btn {
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  color: #000;
}

.cancel-btn:hover {
  color: #000;
}

/* Profile */
.div-profile{
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
  padding: 2.2rem !important;
}

.img-avatar, .div-info{
  vertical-align: middle;
}

.img-icons-profile{
  height: 17px;
  width: 17px;
}

.name-span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.edit-text {
  font-size: 1rem;
}

.edit-text-link{
  color: #B98A54;
  text-decoration: none;
}

.edit-text-link:hover{
  color: #B98A54;
  text-decoration: none;
}

.nav-tabs .nav-link.active {
  color: #B98A54;
}

.nav-link.profile-link {
color: #000;
}

.table-danger {
  --bs-table-bg: #e3c9af;
}

.table-info {
  --bs-table-bg: #fdf6ef ;
}


/* Sign in Page */
/* #specialty-div {
  background: #B98A54;;
} */



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .underline.rewards-underline {
    width: 11% !important;
  }

  .logo-header{
    width: 100%;
    max-width: 350px;
    display: block;
  }

  .header-signin{
    text-align: center;
  }

  .join-mims {
    text-align: center;
  }

  .join-mims-sub {
    text-align: center;
  }

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .underline.rewards-underline {
    width: 11% !important;
  }

  .headings{
    margin-top: 40px;
    font-size: 2.5rem;
  }

  .card-div{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
    padding: 2.2rem !important;
  }

  .second-div{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Footer */
  .ul-learn li {
    float: left;
  }

  .ul-learn li a {
    color: #000;
    display: block;
    text-align: center;
    padding: 0 15px;
    border-right: 2px solid #010101;
  }

  .ul-learn li a:hover {
    color: #B98A54;
  }

  .ul-learn li:first-child a{
    padding-left: 0px;
  }

  .ul-learn li:last-child a{
    border-right: none;
  }

 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .underline.rewards-underline {
    width: 10% !important;
  }

  .header-desktop {
    display: flex !important;
  }

  .headings{
    margin-top: 50px;
    font-size: 3rem;
  }

 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .underline.rewards-underline {
    width: 9% !important;
  }

  .headings{
    margin-top: 70px;
    font-size: 3.5rem;
  }

 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .underline.rewards-underline {
    width: 6% !important;
  }

}

/* Owl Carousel */
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

 /* Loader */
 .load {
  display:    none;
  position:   fixed;
  z-index:    1057;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .7 ) url('../assets/loader4.gif') 50% 50% no-repeat;
}
body.loading {
  overflow: hidden;
}
body.loading .load {
  display: block;
}

/* Pagination */
.active>.page-link, .page-link.active {
  background: #b69167 !important;
  border-color: #b69167 !important;
}

a.page-link {
  color: #b69167;
}

a.page-link:hover {
  color: #b69167;
}