#book_now_btn {
  animation: pulse 1s infinite ease-in-out;
}

p {
  color: #3C4857;
  margin-top: 0;
  margin-bottom: 1rem;
}

span {
  color: #e32005;
}

#warranty {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #e32005;
  font-weight: 600;
  display: grid;
  align-content: center;
  align-items: center;
}

.btn {
  width: 16rem;
  border-radius: 5px;
  padding: 3px;
}

.btn {
  background-color: #e32005 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

.btn:hover {
  -webkit-transition: all 0.6s;
  -webkit-box-shadow: 0 14px 27px 0 rgb(255 135 0 / 52%) !important;
}

.box_slider {
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #1d61e7;
  width: 300px;
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
}

.box_slider:hover {
  border: 2px solid #2977dd;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  transition: box-shadow 0.3s ease-in-out;
  color: #f07939;
}

.area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

