.borderr {
  border: 1px solid red !important;
}

.booking_confirm_div h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 0.5px;
}

.booking_confirm_div p {
  font-size: 14px;
  color: #777777;
  line-height: 25px;
}

#confirm_book_again {
  background: linear-gradient(rgb(39, 68, 96), #1c2b39);
  transition: all 0.4s ease;
  border-radius: 5px;
  border: 1px solid #fbbf24;
  color: white;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .booking_confirm_div p {
    font-size: 13px;
    width: 95%;
  }

  .booking_confirm_div h4 {
    font-size: 20px;
  }

  .booking_confirm_title_div hr {
    display: none;
  }

  .booking_confirm_title_div h2 {
    font-size: 26px;
  }
}
