.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;
}

.quickbook-header{
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 100%);
	background: radial-gradient(circle, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	position: absolute;
	/* top: 60px; */
	left: 0;
	z-index: 9;
	width: 100%;
}
.quickbook-tabcontent{
	color: #fff;
	/* margin-top: 20px; */
}

/* .quickbook-tabcontent {
	padding: 0px 40px 40px;
	max-width: 642px;
	width: 100%;
	margin: auto;
	background: #2d343b;
} */

.quickbook-tabcontent .form-header {
	padding: 40px;
	margin: 0px -40px 30px;
	background: #1a1f24;
}

.quickbook-tabcontent .form-header h1 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	margin: 0;
	color: #fff;
}

.quickbook-tabcontent .form-group {
	position: relative;
	margin-bottom: 20px;
}

.quickbook-tabcontent .form-control {
	background-color: rgb(255, 255, 255, 0.80);
	height: 50px;
	padding: 7px 20px 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2d343b;
	width: 100%;
}

.quickbook-tabcontent select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.quickbook-tabcontent select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 50px;
	line-height: 50px;
	color: #2d343b;
	font-size: 14px;
}

/* .quickbook-tabcontent select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
} */

.quickbook-tabcontent .form-label {
	position: absolute;
	top: 15px;
	left: 20px;
	text-transform: uppercase;
	color: #2d343b;
	/* font-weight: 700; */
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.quickbook-tabcontent .form-group.input-not-empty .form-label {
	/* top: -10px;
	font-size: 14px;
	font-weight: 700; */
	display: none;
}

.quickbook-tabcontent .form-group:not( .input-not-empty) .form-control:not( :focus) {
	color: transparent;
	width: 100%;
}

.input-min-width-100p {
	min-width:100%;
}

.quickbook-tabcontent .form-group .form-control:focus+.form-label {
	/* top: -10px;
	font-size: 14px;
	font-weight: 700; */
	display: none;
}

.quickbook-tabcontent .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.quickbook-tabcontent .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	color: #fff;
	font-weight: 700;
}

.quickbook-tabcontent .form-checkbox label+label {
	margin-left: 15px;
}

.quickbook-tabcontent .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #1c2126;
	background: #1c2126;
	border-radius: 50%;
}

.quickbook-tabcontent .form-checkbox input:checked+span {
	border-color: #f3c510;
}

.quickbook-tabcontent .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #f3c510;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.quickbook-tabcontent .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.quickbook-tabcontent .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.quickbook-tabcontent .submit-btn {
	color: #1c2126;
	background-color: #f3c510;
	height: 50px;
	border: none;
	padding: 0px 40px;
	box-shadow: unset;
	font-weight: bold;
	width: 100%;
}

#advanced-tab .advanced-fields {
	padding: 0px;
}

#from_airport_list, #to_airport_list, #quicksearch_airport_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 350px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  z-index: 1;
}

.fa_list_item, .ta_list_item, .qs_list_item {
  display: none;
}

#from_airport_list li a, #to_airport_list li a, #quicksearch_airport_list li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #eee;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  color: #1c2126;
  display: block;
}

#from_airport_list li a:hover:not(.header), #to_airport_list li a:hover:not(.header), #quicksearch_airport_list li a:hover:not(.header) {
  background-color: #1c2126;
  color: #fff;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /* background-color: #2d343b; */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #555;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  box-shadow: unset;
}

.quickbook-header .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #2d343b;
  font-size: 16px;
  font-weight: bold;
  box-shadow: unset;
  border: 1px solid #f3c510;
  background-color: rgb(243,197,16,0.4);
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #2d343b;
}

.quickbook-header .tab button:hover {
  background-color: rgb(255,255,255,0.6);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #f3c510;
  color: #2d343b;
}

.quickbook-header .tab button.active {
  background-color: #f3c510;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  border-radius: 0px 0px 10px 10px;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

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

.row.product-card {
    box-shadow: 0px 5px 5px #ccc;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 15px 5px;
	display: flex;
	background: #fff;
    /* align-items: center; */
}

.row.product-card .section-middle {
    text-align: center;
}

.row.product-card .section-right {
    text-align: center;
	margin: auto auto;
}

.row.product-card .product-name {
    font-size: 16px;
    /* padding-top: 10px; */
}

.row.product-card .section-left, .row.product-card .section-middle, .row.product-card .section-right {
    padding: 10px 12px;
}

.section-left, .section-middle {
    border-right: 1px solid #ccc;
}

.product-price {
    font-size: 18px;
}

.price-note {
    font-size: 12px;
}

.select-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
	display: inline-block;
	border-radius: 5px;
	vertical-align: text-top;
	/* background: #09549e; */
	background: #555;
    color: #fff;
}

.select-btn:hover {
    /* background: #2ea8e6; */
    background: #2d343b;
	cursor: pointer;
}

.row.product-card.selected {
    border: 2px solid #555;
    /* box-shadow: 0 12px 10px 0 rgb(0 0 0 / 10%); */
}

.row.product-card.selected .select-btn {
    /* background: #2ea8e6; */
    background: #f3c510;
	color: #2d343b;
}

.nav-btns {
	padding: 0 15px;
	margin-bottom: 5px;
}