.hotel_cancellation .cancellation {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.11);
  padding: 38px 45px 88px;

}

.hotel_cancellation .cancellation_head {
  border-bottom: 1px solid #e6e6e6;
}

.hotel_cancellation .cancellation_title {
  padding: 22px 0 39px;
}

.hotel_cancellation .cancellation_title h2 {
  font-family: Lato;
  font-size: 27px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  margin: 0;
}

.hotel_cancellation .cancellation_head {
  position: relative;
  padding-bottom: 49px;
}

.hotel_cancellation .cancellation_head::after,
.hotel_cancellation .check_in::after {
  content: "";
  display: table;
  clear: both;
}

.hotel_cancellation .head_title {
  float: left;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.hotel_cancellation .booking-id {
  float: right;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.hotel_cancellation .cancellation_head .booking-id p {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.hotel_cancellation .cancellation_details h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #236eaf;
  margin: 30px 0 10px;
}

.hotel_cancellation .cancellation_details p {
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  margin: 0 0 17px;
}

.hotel_cancellation .cancellation_details h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  margin: 0 0 10px;
}

.hotel_cancellation .cancellation_details small {
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.hotel_cancellation .cancellation_details .divider_line {
  width: 60%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.hotel_cancellation .cancellation_booking_details h4,
.room_details h4 {
  font-family: Lato;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  margin: 0 0 19px;
}

.hotel_cancellation .cancellation_booking_details_check {
  width: 60%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.hotel_cancellation .check_in {
  position: relative;
  margin-bottom: 28px;
}

.hotel_cancellation .check_in div:nth-child(1) {
  float: left;
  width: 40%;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}

.hotel_cancellation .check_in div:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}

.hotel_cancellation .room_details {
  width: 60%;
}

.hotel_cancellation .room_details h4 {
  margin: 0 0 32px;
}

.hotel_cancellation .room_details ul li {
  width: 33%;
  display: inline-block;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}

.hotel_cancellation .room_details ul li:nth-child(2) {
  position: relative;
}

.hotel_cancellation .room_details ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  background-color: #323232;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hotel_cancellation .room_details ul li:nth-child(2)::after {
  position: absolute;
  content: "";
  background-color: #323232;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.expcancel {
  display: flex;
}