/** How to Book CSS **/

/** Main Banner **/
#online-booking-main {
	padding-top: 280px;
	padding-bottom: 80px;
	text-align: center;
	background: #ffffff url("../images/online-booking-main-bg-2.jpg") no-repeat bottom center;
	border-bottom: 3px solid #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/** End Main Banner **/

/** Animations **/
.animate__pulse {
	animation-delay: 3s;
	animation-iteration-count: 3;
}


#online-booking-main h1 {
	font-size: 72px;
	color:  #ffffff;
	margin-bottom: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	font-family: 'Dancing Script', cursive !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#online-booking-main h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	font-weight: 300;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
}

#online-booking-main .booking-cta {
	margin: 30px auto 30px;
	max-width: 280px;
}

#online-booking-main p {
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
	max-width: 400px;
	margin: 0 auto 20px;
}

#online-booking-main .icon {
	font-size: 36px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}

#helpful-tips {
	text-align: center;
	padding: 40px 0;
}

#helpful-tips h2 {
	font-size: 48px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#helpful-tips p {
	margin-bottom: 30px;
}

#helpful-tips a {
	color: #d5b19b;
	text-decoration: none;
}

#helpful-tips a:hover {
	color: #e8c0a8;
	text-decoration: underline;
}

#helpful-tips .bolder {
	font-weight: 500;
}

#helpful-tips .name {
	font-weight: 500;
	font-family: 'Dancing Script', cursive !important;
	font-size: 24px;
}

#about {
	text-align: center;
	padding: 40px 0;
}

#about h2 {
	font-size: 48px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#about p {
    margin-bottom: 30px;
}

#about a {
	color: #d5b19b;
	text-decoration: none;
}

#about a:hover {
	color: #e8c0a8;
	text-decoration: underline;
}

#about img {
	width: 100%;
}

#about .booking-cta {
	margin-top: 0px;
}


#about .bolder {
font-weight: 500;
}






#faq {
  background-color: #fff;
  padding: 60px 0 60px;
  position: relative;
  z-index: 200;
}

#faq h2 {
	font-size: 48px;
	margin-bottom: 40px;
	text-align: center;
}

#faq h4 {
	font-size: 18px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	display: flex;
	justify-content: space-between;
}

#faq .icon-arrow-down-12 {
	position: relative;
	top: -2px;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
}

#faq .collapsed .icon-arrow-down-12 {
	top: 2px;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}



#faq .panel {
    border: none;
    box-shadow: none;
    padding: 10px 0;
  }

#faq .panel-heading {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
}

#faq .bolder {
	font-weight: 500;
}

#faq .panel-heading a:hover {
	text-decoration: none;
}

#faq .panel-heading a:active {
      text-decoration: none;
}

#faq .panel-heading a:focus {
      text-decoration: none;
}

#faq .panel-body {
    border-top: none;
    padding: 0px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #636363;
}







@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
	#online-booking-main {
	    padding-top: 190px;
	    background: #ffffff url("../images/online-booking-main-bg-2.jpg") no-repeat bottom left;
	}
	
	#about img {
		width: 100%;
		max-width: 400px;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {

}

@media (max-width: 450px) {
	#online-booking-main h1 {
		font-size: 60px;
	}

	#helpful-tips h2 {
		font-size: 36px;
	}

	#about h2 {
		font-size: 36px;
	}

  	#faq h2 {
    	font-size: 36px;
  	}
}

@media (max-width: 440px) {
	#faq h4 {
	    font-size: 16px;
	    line-height: 20px;
	}
}

