.alert {
            padding: 15px;
            margin: 10px 0;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }
        .alert-success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        .alert-danger {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        .contact-body{
            padding:20px;
        }
        
        .contact-body .form .input {
  height: 58px;
  border-radius: 8px;
  background: #F7F7F7;
  display: block;
  float: left;
  width: 90%;
  border: 0;
  font-size: 18px;
  color: #222;
  padding: 0 20px;
  margin-bottom: 18px;
  transition: all .2s linear;
}
.contact-body .form .input:focus {
  background: #EAEAEA;
  transition: all .2s linear;
}
.contact-body .form .input::-webkit-input-placeholder {
  color: #919193;
}
.contact-body .form .input::-moz-placeholder {
  color: #919193;
}
.contact-body .form .input:-moz-placeholder {
  color: #919193;
}
.contact-body .form .input:-ms-input-placeholder {
  color: #919193;
}
.contact-body .form .textarea {
  height: 100px;
  border-radius: 8px;
  background: #F7F7F7;
  display: block;
  float: left;
  width: 90%;
  border: 0;
  font-size: 18px;
  color: #222;
  padding: 20px;
  margin-bottom: 18px;
  resize: none;
  transition: all .2s linear;
}
.contact-body .form .textarea:focus {
  background: #EAEAEA;
  transition: all .2s linear;
}
.contact-body .form .textarea::-webkit-input-placeholder {
  color: #919193;
}
.contact-body .form .textarea::-moz-placeholder {
  color: #919193;
}
.contact-body .form .textarea:-moz-placeholder {
  color: #919193;
}
.contact-body .form .textarea:-ms-input-placeholder {
  color: #919193;
}
.contact-body .form .submit {
  background: #D03000;
  width: 100%;
  height: 58px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  padding: 0 18px;
}
.contact-body .form .submit b {
  font-weight: 600;
}
.contact-body .form .link {
  color: #FF3B00;
  font-size: 18px;
  margin-top: 14px;
  display: inline-block;
}
.contact-body .form .link:hover {
  text-decoration: underline;
}
#book_now{
    width:90%;
}