/* ==================== price-comparison style ============================== */
.price-comparison .items {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.price-comparison .items h6 {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 15px;
  color: #fff;
  padding: 5px 15px;
  z-index: 5;
  transition: all 0.3s ease;
}

.price-comparison .items h6 a {
  color: #fff;
}

.price-comparison .items:hover h6 {
  padding: 10px 15px 5px 30px;
}

.price-comparison .items:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000000cb, transparent);
}

.price-comparison .items img {
  height: 250px;
  width: 100%;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
