.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

section.ftco-booking {
  padding: 0;
}

.elegant-calencar {
  max-width: 700px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16); 
}

.wrap-header {
  position: relative;
  width: 35%;
  z-index: 0; 
}

.wrap-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: .5;
  z-index: -1; 
}


@media (max-width: 767.98px) {
.wrap-header {
  width: 100%;
  padding: 20px 0; } 
}

#header {
  width: 100%;
  position: relative; 
}

#header .pre-button, #header .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px; 
}

#header .pre-button i, #header .next-button i {
      color: #fff; 
}

.pre-button {
  left: 5px; }

.next-button {
  right: 5px; }

.button-wrap {
  position: relative;
  padding: 10px 0; }
  .button-wrap .pre-button, .button-wrap .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    font-size: 18px; }
    .button-wrap .pre-button i, .button-wrap .next-button i {
      color: #cccccc; }
  .button-wrap .pre-button {
    left: 20px; }
  .button-wrap .next-button {
    right: 20px; }

.head-day {
  font-size: 8em;
  line-height: 1;
  color: #fff; }

.head-month {
  font-size: 2em;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300; }

.calendar-wrap {
  width: 65%;
  background: #fff;
  padding: 40px 20px 20px 20px; }
  @media (max-width: 767.98px) {
    .calendar-wrap {
      width: 100%; } }

#calendar {
  width: 100%; 
}

#calendar tr {
  height: 3em; 
}

#calendar tr td i{
  color: #ccc; 
}

.Calendar {
	text-align: center;
}

.Calendar>thead>tr:first-child>td {
	font-family: 'Questrial', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.Calendar>thead>tr:last-child>td {
	font-family: 'Questrial', sans-serif;
	font-weight: 600;     
}

.Calendar>tbody>tr>td>p {
	font-family: 'Montserrat', sans-serif;
	height: 45px;
	width: 45px;
	border-radius: 45px;
	transition-duration: .2s;
	line-height: 45px;
	margin: 2.5px;
	display: block;
	text-align: center;
} 

.pastDay {
	color: lightgray;
}

.today {
	background-color: #F5D042;            
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.futureDay {
	background-color: #FFFFFF;
	cursor: pointer;
}
.futureDay:hover{
	background:#eee;
}

.futureDay.choiceDay,
.today.choiceDay {
	background: #0A174E;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}


@media screen and (max-width:978px) { 

}

@media screen and (max-width:768px) {
	.head-info {
		display: none;
	}

	.ftco-about-section {
		margin-top: 0;
	}

	#tour_res_chk_Modal {
		padding-right: 0 !important;
	}
}

@media screen and (max-width:480px) {

	.elegant-calencar {
		padding-right: calc(var(--bs-gutter-x) / 1.5);
		padding-left: calc(var(--bs-gutter-x) / 1.5);	
	}

	.ftco-about-section {
		margin-top: 0;
	}

	.Calendar>tbody>tr>td>p {
		height: 40px;
		width: 40px;
		border-radius: 40px;
		line-height: 40px;
	}
}