.contact-us-page-section .contact-btn {
	background-color: #d9534f;
	color: ffffff;
	border: none;
	padding: 10px 15px; 
	border-radius: 5px;
}

.contact-us-page-section .contact-btn:hover {
	background-color: #c9302c;
}

.book label {
	color: #ffffff;
}

.contact-us-page-section  .form-check-input {
	margin-top: 5px;
}

.contact-left-section span{
	font-size: 16px !important;
	font-family: 'poppins';
	line-height: 0.5 !important;
	font-weight: normal;
}

#navbarNav:not(.show) {
  display: none;
}

.container .logo img{
	width: 300px;
}

.thumbnail img{
	height: 350px;
}

.gallery .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #292929;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.gallery .thumbnail img{
	display: block;
	max-width: 100%;
	  max-height: 100%;
	    margin: 0 auto;
}
 
.common-section {
  background-image: url('/public/frontend/assets/img/faq.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -230px;
  padding-top: 0px;
  padding-bottom: 300px;
}
.com-container {
  background-color: rgb(0 0 0 / 56%);
  padding: 20px;
} 

.footr_btn .link-btn{
  background-color: #fff;
  border-color: #0d6efd;
  color: #2297f9;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 3px solid #2297f9;
  border-bottom: 3px solid #2297f9;
  border-radius: 0;
  width: 162px;
  border-left: 4px solid #000;
  border-top: 4px solid #000;
}

.btns-container .link-btn span{
	border-radius: 0px;
	filter: none;
	box-shadow: none;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: absolute; */
	height: calc(100% + 4px);
	width: 100%;
	inset: 0;
	top: 0px;
	top: -4px;
}

/*****Event calendar CSS******/
 
#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	text-align: left;
}
	
#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
}
	
.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}
	
#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
}
	
#external-events p input {
	margin: 0;
	vertical-align: middle;
}

#calendar {
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 1px 2px #C3C3C3;
	-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
}

.fc-col-header-cell-cushion, .fc-col-header-cell-cushion:hover{
	color: #000000;
	text-decoration: none;
}

.fc-event .fc-event-time, .fc-event .fc-event-title, .fc-daygrid-day-number{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}	
.fc-daygrid-day-number{
	font-size: 14px;
}	
.fc-h-event .fc-event-main-frame .fc-event-time, 
.fc-h-event .fc-event-main-frame .fc-event-title-container .fc-event-title{
	color: #ffffff;  
	font-weight: normal;
}
.success .fc-event-main-frame .fc-event-time, 
.success .fc-event-main-frame .fc-event-title-container .fc-event-title,
.pastn .fc-event-main-frame .fc-event-time, 
.past .fc-event-main-frame .fc-event-title-container .fc-event-title{
	color: #ffffff;  
}
.fc-event-future, a.fc-event-past{
	color: #ffffff;  
}
/*****End Event calendar CSS******/