.tbar{
    background-color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 20px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);

    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}
.tbar-flex{
    display:flex;
    align-items: center;
}
.tbar-flex h1{
    margin: 0;
    padding: 0;
    color: #4fa3e3;
}
.tbar-flex span{
    margin: 0;
    padding: 0 10px;
    color: #4fa3e3;
    font-size: 15px;
}

.booking-cont{
    margin-top: 100px;
}

.section {
	position: relative;
	height: auto;
	padding-bottom: 20px;
}

.section .section-center {
	/*position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

#booking {
	font-family: 'Lato', sans-serif;
	background-size: cover;
	background-position: center;
	color: #191a1e;
}

/* .booking-form {
	padding: 30px 20px 20px;
	background: rgba( 255, 255, 255, 0.8 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	border-radius: 0.2em;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
} */

.booking-form {
	position: relative;
	/* max-width: 642px; */
	/* width: 100%; */
	/* margin: auto; */
	padding: 44px 15px 34px 12px;
	background: rgba( 255, 255, 255, 0.8 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	border-radius: 1.2em;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-form .form-control {
	background-color: #fff;
	/* height: 65px; */
	padding: 0px 10px;
	padding-top: 15px;
	color: #191a1e;
	border: 2px solid #dfe5e9;
	font-size: 12px;
	font-weight: 300;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0.2em;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #dfe5e9;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #dfe5e9;
}

.booking-form .form-control::placeholder {
	color: #dfe5e9;
}

.booking-form .form-control:focus {
	background: #f9fafb;
}

.booking-form input[type="date"].form-control:invalid {
	color: #dfe5e9;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #dfe5e9;
	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 {
	position: absolute;
	top: 2px;
	left: 10px;
	font-weight: 400;
	text-transform: uppercase;
	/* line-height: 24px; */
	/* height: 24px; */
	font-size: 10px;
	color: #98c9ee;
}

.booking-form .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: 700;
	color: #191a1e;
}

.booking-form .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #dfe5e9;
	border-radius: 50%;
}

.booking-form .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #4fa3e3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.booking-form .submit-btn {
	color: #fff;
	background-color: #0a65ab;
	font-weight: 500;
	/* height: 65px; */
	font-size: 14px;
	/* border: none; */
	width: 30%;
	border-radius: 0.2em;
	text-transform: uppercase;
	Padding:10px;
}

.booking-cta {
	margin-top: 45px;
}

.booking-cta h1 {
	font-size: 52px;
	text-transform: uppercase;
	color: #4fa3e3;
	font-weight: 400;
}

.booking-cta p {
	font-size: 22px;
	color: #191a1e;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
  .navbar-collapse {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block !important;
  }
  .navbar-collapse {
    display: none !important;
    width: 100%;
    background: #001a57; /* Optional: match your navbar color */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }
  .navbar-collapse.show {
    display: block !important;
  }
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
  }
  .nav-item {
    width: 100%;
  }
  .nav-link {
    width: 100%;
    /* padding: 12px 20px !important; */
    color: #fff !important;
  }
}