
.fixed_btm.offer_img {
    bottom: 66px;
    left: 15px;
    z-index: 999999;
    transform: translateX(0);
  animation: slideUp 0.9s ease-in-out forwards;
  }
  
  /* .fixed_btm.offer_img {
    bottom: 66px;
    left: 15px;
    z-index: 999999;
    transform: translateX(0);
   
  } */
  .fixed_btm {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .fixed_btm.offer_img_new {
    bottom: 200px;
    left: 15px;
    z-index: 999999;
    transform: translateX(0);
  animation: slideUp 0.9s ease-in-out forwards;
  
  }
  .mobile-banners {
    width: 190px !important;
    height: 150px !important;
    
  }
  .mobile-banners img{
  width: 100%;
  
  }
  .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
  }
  
  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
  }
  
  
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
  }
  
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  
  .fixed_btm.offer_img .alert img {
    height: 402px;
    object-fit: unset;
    border-radius: 15px;
    width: 300px;
  }
  @media(min-width: 768px){
  .d-md-block {
    display: block !important;
  }
  }
  
  
  @keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
  }
  
  
        
  