.rooms-main-cont {
  padding: 50px;
}

.content-main-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 80px;
}

.content-main-div img {
  width: 100%;
  height: 60vh;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
}
.content-main-div h1 {
  color: rgb(29, 29, 29);
  font-weight: 600;
  font-family: cursive !important;
  text-decoration: underline;
  font-size: 28px;
}
.content-main-div p {
  color: rgb(60, 60, 60);
  font-weight: 500 !important;
  line-height: 16px;
}
.content-main-div span {
  color: rgb(40, 173, 22);
  font-weight: 600;
}
.color-p-tag {
  background: rgb(157, 36, 36);
  color: #fff !important;
  padding: 2px 15px;
  width: fit-content;
}
.rate-price {
  color: red;
  font-size: 42px;
}
.rate-price span {
  font-size: 32px;
  text-decoration: line-through;
  font-weight: 500;
  color: black;
  padding: 0 5px;
}
.blue-color-p {
  background: rgb(22, 123, 138);
  color: #fff !important;
  padding: 2px 15px;
  width: fit-content;
}
.booking-main-div {
  display: flex;
  align-items: flex-end;
}
.booking-icon-main-cont {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  /* background: #00771a; */
  font-family: cursive !important;
}

.booking-icon-main-cont img {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  padding-left: 10px;
}
.content-main-div h4 {
  font-size: 22px;
  background: rgb(40, 173, 22);
  padding: 2px 5px;
  font-weight: 500;
  border-radius: 4px;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .rooms-main-cont {
    padding: 10px;
  }

  .content-main-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 35px;
  }
  .content-main-div h1 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .content-main-div h4 {
    font-size: 16px;
    background: rgb(40, 173, 22);
    padding: 2px 3px;
    font-weight: 500;
  }
  .booking-main-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .content-main-div img {
    width: 100%;
    height: 40vh;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
  }
  .booking-icon-main-cont img {
    width: 180px;
    height: 50px;
    border-radius: 4px;
    padding-left: 0px;
  }
 
}
