.train-title-area {
  height: 230px !important;
}
.train-title-area h1 {
  font-size: 35px;
  font-weight: 500;
}
.search-result {
  padding: 10px 0;
}
.travel-class {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 5px;
  align-items: center;
}
.travel-class > input {
  margin-right: 5px;
}
.booking-section .row {
  padding-bottom: 10px;
}
.booking-section input {
  border: 1px solid #bcbcbc;
  height: 40px;
}
.booking-section .input-notify {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.form-name {
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 30px;
}
.change-booking {
  color: #2466ca;
  font-weight: bold;
  padding: 0 10px
}
.result-card {
  border:1px solid #456;
  border-radius: 5px;
  background-color: #e2f6f0;
  display: flex;
  flex-direction: column;
  height: 300px;
  width: 420px;
  padding: 10px 20px 20px;
  margin-top: 5rem;
  float: right;
  margin-right: auto;
  margin-left: auto;
}
.submit-card {
  border:1px solid #456;
  border-radius: 5px;
  background-color: #e2f6f0;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 420px;
  padding: 10px 20px 20px;
  margin-top: 5rem;
  float: right;
  margin-right: auto;
  margin-left: auto;
}
.result-card h4 {
  text-align: center;
  padding: 10px 0;
}
.result-card .discount-wrapper {
  display: flex;
  padding: 15px 0 30px;
}
.result-card .discount-wrapper .discount {
  font-size: 15px;
}
.result-card .discount-wrapper .cost {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.result-card .passengers {
  text-align: center;
}
.result-card .footer {
  display: flex;
  flex-direction: row;
  margin-top: auto;
}
.result-card .footer .trainbtn {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00af80;
  border: unset;
  margin: 0 10px;
  -webkit-box-shadow: 3px 7px 10px -5px rgba(0,0,0,0.59); 
  box-shadow: 3px 7px 10px -5px rgba(0,0,0,0.59);
}
.train-class-tab {
  padding: 6em 0;
  width: 400px;
  margin: 0 auto;
}
.train-class-wrapper {
  display: flex;
  padding: 0 10px;
}
.class-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.class-detail span {
  font-weight: bold;
  text-align: right;
}
.message {
  border: 1px solid #585858;
  border-radius: 5px;
  background-color: #e2f6f0;
  padding: 20px 10px;
  margin-bottom: 1em;
}
.preview-section {
  padding: 2em 0;
}