body {
	/*background-color: #F4FAFA;*/
	background-color: #091523;
}

input[type=checkbox], input[type=radio]
{
	margin-left: 20px;
	margin-right: 8px;
}

.header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

	.header .logo {
		max-width: 39.5rem;
	}

@media only screen and (max-width: 991.98px) {
	.header .logo {
		max-width: 35rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.header .logo {
		max-width: 25rem;
	}
}

.header-menu > .menu-item:not(.current-menu-item, .style-button) > a {
	position: relative;
}

	.header-menu > .menu-item:not(.current-menu-item, .style-button) > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0.9rem;
		background-color: #ec1a39;
		position: absolute;
		bottom: -1rem;
		left: 0;
		transition: all 0.25s;
	}

	.header-menu > .menu-item:not(.current-menu-item, .style-button) > a:hover::after {
		width: 100%;
	}

.header-menu .current-menu-item > a {
	position: relative;
}

	.header-menu .current-menu-item > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 0.9rem;
		position: absolute;
		bottom: -1rem;
		left: 0;
		background-color: #ec1a39;
	}

.header .style-button > a {
	border-radius: 1.4rem;
	background-color: #ec1a39;
	padding: 0.7rem 1.4rem;
}

.header .navbar-toggler {
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 0;
}

.header .nav-link {
	color: #ffffff;
}

.footer {
	padding: 7rem 0 5rem 0;
}

.footer .logo {
	max-width: 30rem;
}

.footer .menu-title {
	border-bottom: 1px solid #b1b1b1;
}

.footer .copyright {
	font-size: 1.8rem;
	color: #b1b1b1;
	border-top: 1px solid #b1b1b1;
}

.footer .search-form {
	width: 80rem;
	max-width: 100%;
	border: 1px solid #707070;
	border-radius: 2.3rem;
	background-color: #ffffff;
	padding: 0.3rem 2rem;
}

.footer .search-form input[type="text"] {
	border: unset;
	background-color: unset;
	padding: 0.7rem 1rem;
	font-family: "rubik";
	font-weight: 500;
	font-size: 1.9rem;
}

.footer .search-form button {
	border-left: 1px solid #000000;
	padding-left: 1rem;
}

.footer .icon {
	max-width: 5rem;
}

.section
{
	position: relative;
	height: 100vh;
}

.section .section-center
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Montserrat', sans-serif;
	background-image: url( '../images/background.jpg' );
	background-size: cover;
	background-position: center;
	background-color: #3170f3;
}

#booking::before
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(47, 103, 177, 0.2);
}

.booking-form
{
	background-color: #fff;
	padding: 50px 20px;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin-bottom: 50px;
}

.booking-form .form-group
{
	position: relative;
	margin-bottom: 0px;
}

.booking-form .form-control2
{
	background-color: #ebecee;
    border-radius: 4px;
    border: none;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px;
    padding: .375rem .75rem;
}

.booking-form .form-control
{
	background-color: #ebecee;
	border-radius: 4px;
	border: none;
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3e485c;
	font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder
{
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder
{
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder
{
	color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid
{
	color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control + .select-arrow
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 14px;
}

.booking-form select.form-control + .select-arrow:after
{
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label
{
	display: inline-block;
	color: #3e485c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-top: 20px;
}

.booking-form a
{
	margin-left: 7px;
}


.booking-form .submit-btn2
{
	background-color: #1e62d8;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin: 5px 10px;
}


.booking-form .submit-btn,.login-btn
{
	display: inline-block;
	color: #fff;
	background-color: #1e62d8;
	font-weight: 700;
	padding: 14px 30px;
	border-radius: 4px;
	border: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	margin: auto;
	text-align: center;
	margin: 5px 10px;
}

	.buynow-btn {
		display: inline-block;
		color: #fff;
		background-color:red;
		font-weight: 700;
		padding: 14px 30px;
		border-radius: 4px;
		border: none;
		-webkit-transition: 0.2s all;
		transition: 0.2s all;
		margin: auto;
		text-align: center;
		margin: 5px 10px;
	}

	.booking-form .submit-btn:hover,  .booking-form .submit-btn:focus {
		opacity: 0.9;
	}


.booking-form .dateinput {
	background-image: url('../images/SmallCalendar.gif');
	background-Position: 95% center;
	background-Repeat: no-repeat;
	cursor: pointer;
}
	
	/*coupon*/
.coupon {
	border: 5px dotted #bbb; /* Dotted border */
	width: 80%;
	/*width:242px;
	height:300px;*/
	border-radius: 15px; /* Rounded border */
	margin: 0 auto; /* Center the coupon */
	max-width: 300px;
}

	.coupon .header {
		padding: 2px 16px;
		background-color: white;
		height:20%;
	}

	.coupon .body {
		padding: 2px 16px;
		background-color: #F4FAFA;
		height: 50%;
	}

	.coupon .footer {
		padding: 2px 16px;
		background-color: white;
		height: 30%;
	}


	.coupon .promo {
		background: #ccc;
		padding: 3px;
	}

	.coupon .expire {
		color: red;
	}
	
	
	
/*.login-btn{
	pointer-events: none;
}*/
.form-btn
{
	margin: auto;
	text-align: center;
}
.booking-cta
{
	margin-top: 80px;
	margin-bottom: 30px;
}

.booking-cta h1
{
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}



.booking-cta p
{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.smaller
{
	font-size: 0.8em !important;
}



table
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table caption
{
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table tr
{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

table th, table td
{
	padding: .625em;
	text-align: left;
	overflow: hidden;
}

table th
{
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}



.screen-1
{
	margin-top: 10em;
}
.screen-2
{
	margin-top: 3em;
}

.strikethrough
{
	position: relative;
	font-size: 15px !important;
	color: darkblue;
}
.strikethrough:before
{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid red;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.divmenu
{
	padding: 10px;
	background-color: White;
}

.divmenu ul
{
	list-style: none;
}

.divmenu ul li
{
	display: inline;
	padding-left: 20px;
}

.divmenu ul li a
{
	display: inline-block;
}

.padding-left30
{
	padding-left: 30px;
}

.radio-group-col 
{
	padding-top: 30;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar > ul > li {
		white-space: nowrap;
		padding: 10px 0 10px 28px;
	}

	.navbar a, .navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-size: 15px;
		font-weight: 600;
		color: #222222;
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
	}

		.navbar a i, .navbar a:focus i {
			font-size: 12px;
			line-height: 0;
			margin-left: 5px;
		}

	.navbar > ul > li > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: #106eea;
		visibility: hidden;
		width: 0px;
		transition: all 0.3s ease-in-out 0s;
	}

	.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
		visibility: visible;
		width: 100%;
	}

	.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
		color: #106eea;
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 28px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
	}

		.navbar .dropdown ul li {
			min-width: 200px;
		}

		.navbar .dropdown ul a {
			padding: 10px 20px;
			font-weight: 400;
		}

			.navbar .dropdown ul a i {
				font-size: 12px;
			}

			.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
				color: #106eea;
			}

	.navbar .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #222222;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

	.mobile-nav-toggle.bi-x {
		color: #fff;
	}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(9, 9, 9, 0.9);
	transition: 0.3s;
	z-index: 999;
}

	.navbar-mobile .mobile-nav-toggle {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.navbar-mobile ul {
		display: block;
		position: absolute;
		top: 55px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		padding: 10px 0;
		background-color: #fff;
		overflow-y: auto;
		transition: 0.3s;
	}

	.navbar-mobile a, .navbar-mobile a:focus {
		padding: 10px 20px;
		font-size: 15px;
		color: #222222;
	}

	.navbar-mobile > ul > li {
		padding: 0;
	}

	.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
		visibility: hidden;
	}

	.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
		color: #106eea;
	}

	.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
		margin: 15px;
	}

	.navbar-mobile .dropdown ul {
		position: static;
		display: none;
		margin: 10px 20px;
		padding: 10px 0;
		z-index: 99;
		opacity: 1;
		visibility: visible;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	}

		.navbar-mobile .dropdown ul li {
			min-width: 200px;
		}

		.navbar-mobile .dropdown ul a {
			padding: 10px 20px;
		}

			.navbar-mobile .dropdown ul a i {
				font-size: 12px;
			}

			.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
				color: #106eea;
			}

	.navbar-mobile .dropdown > .dropdown-active {
		display: block;
	}


.mymodal_Background {
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: .5;
}

.mymodal_Popup {
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
	height: auto;
}

.mymodal_lbl {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}  
@media (min-width: 768px) and (max-width: 991px)
{
	.booking-form .submit-btn, .login-btn {
		margin: 0px;
		padding: 14px 10px;
	}
}


@media (max-width: 768px)
{
	.divmenu ul li
	{
		padding-left: 0px;
	}
	
	.radio-group-col
	{
		padding-top:0;
	}
}


@media screen and (max-width: 600px)
{

	.booking-cta h1
	{
		font-size: 40px;
	}

	.screen-1
	{
		margin-top: 0em;
	}

	.screen-2
	{
		margin-top: 0em;
	}

	.strikethrough:before
	{
		position: absolute;
		content: "";
		left: 75%;
		top: 50%;
		right: 0;
		width: 25%;
		border-top: 1px solid red;
		font-size: 15px !important;
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	
	
	.tablepaging tr:first-child 
	{
		display : none;
	}

	table tr
	{
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: center;
		width: 1px;
	}

	table td
	{
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
		width: unset !important;
	}

	table td::before
	{
		/*     * aria-label has no advantage, it won't be read inside a table     content: attr(aria-label);     */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child
	{
		border-bottom: 0;
	}

	.noline
	{
		border-bottom: none !important;
		display: block;
		font-size: 0.1em;
		text-align: right;
	}

	table.ui-datepicker-calendar td
	{
		padding: 1px;
		text-align: left;
		/*overflow: hidden;*/
		display: table-cell;
		font-size: .9em;
	}

	table.ui-datepicker-calendar tr
	{
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		padding: .35em;
		display: table-row;
	}

	.calendarWrapper {
		background-color: #4CCAEF;
		padding: 10px;
		display: inline-block;
	}

	.myCalendar {
		background-color: #f2f2f2;
		width: 156px;
		border: 10px solid #4CCAEF !important;
		border-top: 0px !important;
	}

	.myCalendar a {
		text-decoration: none;
	}

	.myCalendar .myCalendarTitle {
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		background-color: #4CCAEF;
		color: #ffffff;
	}

	.myCalendar th.myCalendarDayHeader {
		height: 25px;
		border-bottom: outset 2px #fbfbfb;
		border-right: outset 2px #fbfbfb;
	}

	.myCalendar td.myCalendarDay {
		border: outset 2px #fbfbfb;
	}

	.myCalendar td.myCalendarDay:nth-child(7) a {
		color: #c52e2e !important;
	}

	.myCalendar .myCalendarNextPrev {
		text-align: center;
	}

	.myCalendar .myCalendarNextPrev a {
		font-size: 1px;
	}

	.myCalendar .myCalendarNextPrev:nth-child(1) a {
		color: #4CCAEF !important;
		background: url("prevMonth.png") no-repeat center center;
	}

	.myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
		background-color: transparent;
	}

	.myCalendar .myCalendarNextPrev:nth-child(3) a {
		color: #4CCAEF !important;
		background: url("nextMonth.png") no-repeat center center;
	}

	.myCalendar td.myCalendarSelector a {
		background-color: #25bae5;
	}

	.myCalendar .myCalendarDayHeader a,
	.myCalendar .myCalendarDay a,
	.myCalendar .myCalendarSelector a,
	.myCalendar .myCalendarNextPrev a {
		display: block;
		line-height: 20px;
	}

	.myCalendar .myCalendarToday {
		background-color: #f2f2f2;
		-webkit-box-shadow: 0 0 7px 3px #e5e5e5;
		box-shadow: 0 0 7px 3px #e5e5e5;
	}

	.myCalendar .myCalendarToday a {
		color: #25bae5 !important;
	}

	.myCalendar .myCalendarDay a:hover,
	.myCalendar .myCalendarSelector a:hover {
		background-color: #25bae5;
	}

	nocsstable {
		border: 0;
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	
}

.fulltable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: auto;
}

span.title {
	padding: 20px;
}

span.title2 {
	padding: 20px;
}

span.title3 {
	font-size: 20px;
}

@media screen and (min-width: 600px) {
	div.title {
		font-size: 55px;
	}

	span.title2 {
		font-size: 30px;
	}

	span.title3 {
		font-size: 30px;
		visibility: visible;
	}

	img.toplogo {
		width: 395px;
		height: 99px;
	}

	img.branchnameimg {
		width: 1000px;
	}
}

@media screen and (max-width: 600px) {
	div.title {
		font-size: 35px;
	}

	span.title2 {
		font-size: 15px;
		visibility: visible;
	}

	span.title3 {
		font-size: 10px;
		visibility: hidden;
	}

	img.toplogo {
		width: 300px;
		height: 75px;
	}

	img.branchnameimg {
		width: 350px;
		height: 45px;
	}
}