.flagimg {
  border-radius: 50%;
}

#ads {
  margin: 30px 0 30px 0;
 
}

#ads .card-notify-badge {
  position: absolute;
  left: 6px;
  top: 6px;
   background-color: rgba(255,255,255,.75);
  border-radius: 5px;
  color: #ffc107;
  height: 25px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 15%);
  font-size: 12px;
  padding: 3px 13px;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
  }

#ads .card-notify-year {
position: absolute;
  right: 4px;
  top: 4px;
  width: 68px;
  height: 28px;
  padding: 3px 10px;
  background-color: #fcb919;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 9px;
  padding: 3px 10px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 76% 95%, 50% 75%, 0% 75%);
}


#ads .card-detail-badge {      
      background: #f2d900;
      text-align: center;
      border-radius: 30px 30px 30px 30px;
      color: #000;
      padding: 5px 10px;
      font-size: 14px;        
  }

 

#ads .card:hover {
          background: #fff;
          box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
          border-radius: 4px;
          transition: all 0.3s ease;
      }

#ads .card-image-overlay {
      font-size: 20px;
      
  }


#ads .card-image-overlay span {
          display: inline-block;              
      }


#ads .ad-btn {
      text-transform: uppercase;
      width: 150px;
      height: 40px;
      border-radius: 80px;
      font-size: 16px;
      line-height: 35px;
      text-align: center;
      border: 3px solid #e6de08;
      display: block;
      text-decoration: none;
      margin: 20px auto 1px auto;
      color: #000;
      overflow: hidden;        
      position: relative;
      background-color: #e6de08;
  }

#ads .ad-btn:hover {
          background-color: #e6de08;
          color: #1e1717;
          border: 2px solid #e6de08;
          background: transparent;
          transition: all 0.3s ease;
          box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
      }

#ads .ad-title h5 {
      text-transform: uppercase;
      font-size: 18px;
  }



  .modal {
border-radius: 7px;
overflow: hidden;
background-color: transparent; }
.modal .logo a img {
  width: 30px; }
.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px; }
  .modal .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
    .modal .modal-content .modal-body h2 {
      font-size: 18px; }
    .modal .modal-content .modal-body p {
      color: #777;
      font-size: 14px; }
    .modal .modal-content .modal-body h3 {
      color: #000;
      font-size: 22px; }
    .modal .modal-content .modal-body .close-btn {
      color: #000; }
    .promo-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; }
.main-content {
  padding-left: 20px;
  padding-right: 20px; }
.modal .coupon {
  padding: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px dashed #6c757d;
  margin-bottom: 20px; }
.modal .cancel {
  color: gray;
  font-size: 14px; }

.form-control {
}
.form-control:active, .form-control:focus, .form-control:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn {
border-radius: 4px;
border: none; }
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.logo img {
  height: 60px !important;
  width: 180px;
 }

.bg-4 {
background: white; }

.slick-prev:before,
.slick-next:before {
color: gray !important;
font-size:44px !important;
}