.reservation-calendar_title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 16px;
  position: relative;
}
.reservation-calendar_corner {
  display: block;
  text-align: center;
  color: #fff;
    font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: -20%;

}
 .reservation-calendar_corner:hover {
/*  color: #333333;*/

}
.reservation-calendar_prev {
  left: 0;
        background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: 5px center; /* Centers the image */
}
.reservation-calendar_next {
  right: 0;
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position:  80px center; /* Centers the image */
    
}
.reservation-calendar_next::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px; /* Adjust positioning */
  transform: translateY(-50%) rotate(-45deg); /* Rotate to create arrow shape */
  width: 20px; /* Size of the arrow */
  height: 20px; /* Size of the arrow */
  border-top: 2px solid white; /* Color and thickness of the arrow */
  border-right: 2px solid white; /* Color and thickness of the arrow */
    z-index: 999;
}

.reservation-calendar_tabel {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
  margin-top: 15px;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
 .reservation-calendar_tabel th {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
 .reservation-calendar_tabel td {
  background-color: #fff;
  background-clip: content-box;
  padding: 3px;
}
 .reservation-calendar_tabel td.active {
  background-color: #1A9BBC;
}
 .reservation-calendar_tabel td.active a small,  .reservation-calendar_tabel td.active a span {
  color: #FFF;
}
 .reservation-calendar_tabel td a {
  position: relative;
  display: block;
  padding-top: 90%;
  font-size: 12px;
  border: 2px solid #000;
}
 .reservation-calendar_tabel td a:hover {
  border: 2px solid #1A9BBC;
}
 .reservation-calendar_tabel td a:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  border: 2px solid transparent;
  position: absolute;
}
 .reservation-calendar_tabel td a small {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
  font-family: 'Hind', sans-serif;
  color: #333333;
  font-weight: 500;
}
 .reservation-calendar_tabel td a span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Hind', sans-serif;
  color: #333333;
  font-weight: 500;
  -webkit-transform: translate(-50%, 3px);
  -moz-transform: translate(-50%, 3px);
  -ms-transform: translate(-50%, 3px);
  -o-transform: translate(-50%, 3px);
}
@media (max-width: 480px) {
   .reservation-calendar_tabel td a span {
    font-size: 8px;
  }
}
 .reservation-calendar_tabel td.current-select a {
  color: #fff;
}
.reservation-heading{
    font-size:16px;
    color:#333333;
    font-family:'Montserrat';
    text-transform:uppercase;
    padding:12px 20px;
    font-weight:bold;
    text-align:center;
    border-bottom:1px solid #e4e4e4
}
.reservation_content {
  padding-bottom: 20px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .reservation_content {
    margin-left: 0;
  }
}