.inner-banner-content h1 {
  font-size: 50px;
}

table {
  color: #000;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: center;
  padding: 15px;
}

table thead tr th {
  color: #fff;
}

th {
  background-color: #e34949;
}

.today {
  background-color: #ffff99;
}

.event {
  background-color: #ffdddd;
}

div.overview-content h1 {
  font-size: 24px;
}

div.overview-content h3 {
  font-size: 18px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1200px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.popup img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  object-position: center;
}

.single-tour-inner h2 {
  font-size: 25px;
}

.btn-facebook {
  width: 100%;
  background-color: #1877f2;
  text-align: center;
  color: #fff;
  border-radius: unset;
  padding: 10px;
  transition: background-color 0.4s ease;
}

.btn-facebook:hover {
  background-color: #1255ab;
  color: #fff;
}

.btn-line {
  width: 100%;
  background-color: #06c755;
  text-align: center;
  color: #fff;
  border-radius: unset;
  padding: 10px;
  transition: background-color 0.4s ease;
}

.btn-line:hover {
  background-color: #05883b;
  color: #fff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

blockquote p {
  font-size: 18px;
}

pre {
  font-size: 15px;
  font-style: normal;
}

.popup-link {
  position: relative;
  width: 100%;
  padding-top: 70%;
}

.popup-link img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule-content ul {
  margin: 20px 0px 30px 20px;
}

.tour-table td {
  color: #000;
}

.tour-table td,
.tour-table th {
  padding: 0.4rem;
}

.tour-table thead > tr > th {
  background-color: #bf1500;
}

.tour-table tbody > tr > th {
  color: #000;
}

.tour-table th {
  font-weight: 500;
  background-color: unset;
}

.tour-table thead td,
.tour-table thead th {
  border-bottom-width: unset;
}

.tour-table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #000;
}

.tour-table td,
.tour-table th {
  border: 1px solid #000;
}

.tour-table .text-price {
  font-size: 17px;
  font-weight: 600;
  color: #bf1500;
}

.single-post-section {
  margin: unset;
  margin-top: 10px;
  text-align: center;
}

.single-post-section .meta-wrap {
  margin: unset;
}

.single-post-section .meta-wrap .tag-links a {
  color: #4c4c4c;
  font-weight: 500;
}

.single-post-section .meta-wrap .tag-links:before {
  color: #646464;
}

.table-focus {
  transition: 0.3s ease;
}

.table-focus:hover {
  background-color: #efefef;
}

.btn-booking {
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
}

.packname_link {
  color: #000;
}

.badge-op {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.air-logo {
  width: 70px;
}

.lemu-icon {
  width: 55px;
  margin-right: 7px;
}

marquee {
  width: 240px;
}

@media (max-width: 767px) {
  .tour-table {
    font-size: 9px;
  }
}
