/* header .container .row:last-child {
  position: relative;
}
.banner-sticky-image {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 80px;
  height: auto;
  z-index: 1001;
  display: none;
} */


/* header .container .row:first-child {
  position: relative;
}

.banner-sticky-image {
  position: absolute;
  top: 5px;
  right: -35px;
  width: 80px;
  height: auto;
  z-index: 1001;
  display: none;
}

@media (max-width: 767px) {
  .banner-sticky-image {
    position: static;
    display: block;
    width: 60px;
    height: auto;
    margin: 15px auto 0;
  }
} */

/* .banner-sticky-image {
  display: none;
}


.banner-sticky-image {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 80px;
  height: auto;
  z-index: 1001;
}

header .container .row:last-child {
  position: relative;
}

/* ===== MOBILE: paragraph च्या खाली ===== */
/* @media (max-width: 767px) {
  .banner-sticky-image {
    position: static !important;
    display: block !important;
    width: 80px;
    height: auto;
    top: auto;
    right: auto;
    margin-left: 100px;
    margin-bottom: 10px;
  }
} */
 /* .banner-sticky-image {
  display: none;
  position: static;
  width: 130px;
  height: auto;
  margin-left: 299px;
}

 @media (max-width: 767px) {
  .banner-sticky-image {
   display: none;
  position: static;
  width: 130px;
  height: auto;
  margin-left: 70px;
  }
} */









.banner-sticky-image {
 position: fixed !important;
    bottom: 187px;
    left: 10px;
    width: 85px !important;
    margin: 0;
    z-index: 1002;
}
/* ===== MOBILE: bottom-left ला fixed ===== */
@media (max-width: 767px) {
  .banner-sticky-image {
    position: fixed !important;
    bottom: 130px;   /* booking bar च्या वर राहण्यासाठी adjust कर */
    left: 10px;
    width: 10px;
    margin: 0;
    z-index: 1002;
  }
}

@media (max-width: 480px) {
  .banner-sticky-image {
    width: 62px;
  }
}