.search_form {
	position: relative;
}

.hero-banner {
	position: relative;
	z-index: 1;
	height: 500px;
}

.hero-banner:before {
	content: "";
	background: linear-gradient(45deg, rgb(166 43 57) 0%, rgb(29 54 114) 100%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.hero-banner .carousel-item {
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 0 32px;
	transition: background-image 1s ease-in-out;
	width: 100%;
	z-index: 1;
}

.hero-banner .carousel-item:before {
	content: "";
	background: linear-gradient(45deg, rgba(86, 58, 250, 0.1) 0%, rgba(242, 184, 39, 0.1) 100%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}


@media (min-width: 1024px) {

	.hero-banner .carousel-control-prev,
	.hero-banner .carousel-control-next {
		width: 5%;
	}
}

.search_form_section {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
}

.searchform_home .search_tabs {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
}

.searchform_home .search_tabs li {
	list-style: none;
	float: left;
	position: relative;
}

.searchform_home .search_tabs li a {
	color: var(--tts-buttton-txt);
	padding: 13px 16px 13px 30px;
	background: var(--tts-buttton-bg);
	display: block;
	text-align: center;
}

.searchform_home .search_tabs li.current a {
	background-color: var(--bg-white);
	color: #000;
}

.searchform_home .search_tabs li a span i {
	font-size: 20px;
	margin-right: 10px;
}

.searchform_home .search_tabs li a span svg {
	margin-right: 10px;
}

.tts_product_box {
	padding: 15px;
	background-color: var(--bg-white);
}

.search-check {
	margin-right: 11px;
	align-items: center;
	display: flex;
	background-color: #ebebed;
	border-radius: 40px;
}

.search-check label input {
	margin: 0 5px 0 0px;
}

.search-check label {
	padding: 5px 15px;
	font-size: 13px;
	text-transform: capitalize;
	margin: 0;
	display: flex;
	align-items: center;
}

.tts_product_box .search-check {
	margin-right: 11px;
	background-color: #ebebed;
	border-radius: 40px;
}

.tts_product_box .search-check .search-check label {
	padding: 5px 15px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
}

.tts_product_box .search-check .search-check .form-check-input:checked {
	background-color: var(--tts-buttton-bg);
	border: none;
}

.flight-search h3 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0px;
}

.tts_product_box .tts__input__input,
.tts_product_box .tts__traveller_select {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 20px 10px 15px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	height: 70px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 0;
}

.tts_product_box .tts__input__input1 {
	border-top: 0;
}

.tts_product_box .tts__input__input2 {
	border-right: 1px solid #ebebeb;
}

.tts_product_box .tts__input__input:focus,
.tts_product_box .tts__traveller_select:focus {
	box-shadow: none;
}

.tts_product_box .tts__traveller_select option {
	font-size: 14px;
}

.tts-input-padding {
	padding: 25px 20px 10px 15px !important;
}

.tts_product_box .oneway_btn {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	color: var(--tts-buttton-txt);
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
	height: 70px;
	border-radius: 0;
	background-color: var(--tts-buttton-bg);
	border: 1px solid var(--tts-buttton-bg);
}

.tts_product_box .addcity-btn {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	color: var(--tts-buttton-txt);
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
	height: 70px;
	border-radius: 0;
	background-color: var(--tts-buttton-bg);
	border: 1px solid var(--tts-buttton-bg);
}

.tts_product_box .addcity-btn:hover {
	background-color: var(--tts-buttton-bg1) !important;
	border: 1px solid var(--tts-buttton-bg1) !important;
	color: var(--tts-buttton-txt1);
}

.tts_product_box .oneway_btn:hover {
	background-color: var(--tts-buttton-bg1) !important;
	color: var(--white) !important;
	border-color: var(--tts-buttton-bg1) !important;
}

.tts_product_box .tts__traveller_select_tts_span {
	font-size: 16px;
	line-height: 50px;
}

.tts_product_box span.cabinclass {
	display: block;
	line-height: 0;
	font-weight: 400;
	margin-top: -5px;
}

.tts_product_box span {
	font-size: 13px;

}

.tts_product_box .form-label {
	font-size: 13px;
	line-height: 1;
	padding: 5px 15px 5px 15px;
	display: block;
	margin-bottom: 0;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 1;
}

.tts_product_box .tts__interchange__arrow {
	width: 28px;
	height: 28px;
	padding: 7px;
	border-radius: 50%;
	background-color: var(--white);
	;
	position: absolute;
	right: -15px;
	bottom: 24px;
	z-index: 1;
	cursor: pointer;

}

.tts_product_box .flight_text_p {
	font-size: 13px;
	line-height: 1;
	padding: 5px 15px 5px 15px;
	display: block;
	margin-bottom: 0;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	bottom: 2px;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.tts_product_box .flight-return-date-disable {
	background: #dedede !important;
}

.tts_product_box .tts__counter {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: var(--tts-buttton-bg1);
	color: var(--tts-buttton-txt1);
}

.tts_product_box .tts_traveller__counter_span {
	width: 40px !important;
	font-size: 13px;
	text-align: center;
	border: 0;
}

.tts_product_box .tts__inputradio_label {
	font-size: 13px;
	cursor: pointer;
}

.tts_product_box .dropdown-menu .tts__traveller__select h6 {
	line-height: 16px;
	color: rgb(20, 24, 35);
	margin: 0;
	font-weight: normal;
}

.tts_product_box .dropdown-menu .tts__traveller__select h6 span {
	display: block;
	font-size: 10px;
}

/* 
.tts_product_box .makeflex {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.tts_product_box .makeflex span {
	width: 58px;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	color: rgb(119, 119, 119);
	margin-right: 16px;
}

.tts_product_box .makeflex .search_filters {
	position: relative;
	display: flex;
	overflow: auto;
	white-space: nowrap;
}

.tts_product_box .makeflex .form-check-inline {
	margin-bottom: 0;
	min-height: 0;
	font-size: 13px;
}

.tts_product_box .makeflex .form-check-border {
	border-right: 1px solid #9b9b9b;
	padding-right: 1rem;
}

.tts_product_box .makeflex .search_filters input[type=checkbox] {
	margin-top: 6px;
	border-radius: 50%;
}

.tts_product_box .makeflex .form-check-inline label {
	margin-bottom: 0;
} */
.makeflex {
	display: flex;
	align-items: center;

	overflow-y: auto;
	scrollbar-color: #747474 #dcdcdc;
	scrollbar-width: thin;
	max-width: 100%;
	border-right: 1px solid #dedede;
}

.makeflex label {
	font-size: 12px;
}

.makeflex:last-child {
	border: 0;
}

.makeflex span {
	display: flex;
	align-items: center;
	width: 58px;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	color: rgb(119, 119, 119);
	margin-right: 16px;
	flex-shrink: 0;
}

.tts__dropdown__menu__right {
	height: 300px;
	overflow: auto;
	z-index: 9999;
}

.tts__dropdown__menu__right h5 {
	font-size: 14px;
	color: rgb(20, 24, 35);
}

.tts-autocomplete {
	margin-top: 19px !important;
	max-height: 296px;
	overflow: scroll;
	overflow-x: hidden;
	font-family: inherit;
	z-index: 1111;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 0;

	clear: left;
	width: 100%;
}

/* 
@media only screen and (max-width: 600px) {

	.tts_product_box .tts__input__input,
	.tts_product_box .tts__traveller_select {
		border-right: 1px solid #ebebeb !important;
		border-top: 1px solid #ebebeb !important;
		border-bottom: 0 !important;
	}

	.search-check label {
		font-size: 13px !important;
	}

	.search-check label {
		padding: 0px 3px !important;
	}

	.searchform_home .search_tabs li {
		width: 33.33%;
	}

	.searchform_home .search_tabs li a:last-child {
		margin: 0 !important;
	}

	.searchform_home .search_tabs li a {
		padding: 10px !important;
	}

	.searchform_home .search_tabs li a span i,
	.searchform_home .search_tabs li a span svg {
		margin: 0 auto 0px auto !important;
		display: block;
		width: 20px;
		height: 20px;
	}

	.hero-banner .carousel-item {
		height:250px;
	}

	.ui-datepicker.calendarOuter {
		width: 300px !important;
		z-index: 9999 !important;
		height: 500px;
		overflow: auto;
	}

	.ui-datepicker {
		width: 300px !important;
	}

	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100% !important;
	}

	.ui-datepicker-multi .ui-datepicker-group {
		float: none;
	}

}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
	.searchform_home .search_tabs li a {
		padding: 10px 17px 10px 17px;
		font-size: 13px;
	}

	.searchform_home .search_tabs li a span i {
		font-size: 18px;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
	.tts_product_box {
		height: 100%;

	}
} */


.ui-widget.ui-widget-content {
	font-family: inherit !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid var(--tts-buttton-bg1) !important;
	background: var(--tts-buttton-bg1) !important;
	color: var(--tts-buttton-txt1) !important;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0px;
	background-color: transparent;
}

.ui-widget-header {
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0px solid rgb(180, 180, 180);
	background: rgb(246, 246, 246);
	font-weight: normal;
	color: rgb(79, 79, 79);
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: center;
	text-decoration: none;

}

.ui-state-disabled span {
	color: rgb(170, 170, 170) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	font-weight: normal;
	border: 0px solid var(--tts-buttton-bg);
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	font-weight: normal;
	border: 0px solid var(--tts-buttton-bg);
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);

}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: rgb(43, 43, 43);
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: rgb(94, 158, 214) 0px 0px 3px 1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	font-weight: normal;
	border: 0px solid var(--tts-buttton-bg);
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);

}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: rgb(0, 62, 255);
	background-color: rgb(255, 255, 255);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


.modal .tts-autocomplete {
	z-index: 9999;
}


.GwMit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background: rgb(255, 255, 255);
	margin-left: auto;
	border: 1px solid #ced4da;
}

/* @media (max-width: 959px) {
	.tts_product_box .makeflex span {
		width: 190px;
	}

	.searchform_home .search_tabs {
		white-space: nowrap;
		overflow: auto;
		display: flex;
	}
} */


@media (max-width: 991px) {

	.hero-banner,
	.hero-banner .carousel-item {
		height: 350px;
	}

	.search_form_section {
		position: relative;
		height: 100%;
		margin-top: -70px;
	}
}




/* =====================
search css
===================== */

.search-area {
	position: relative;
	z-index: 2;
}

.search-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.search-nav {
	display: inline-block;
	background: #fff;
	border-radius: 50px;
	margin-bottom: -28px;
}

.search-nav .nav-item {
	margin: 5px;
}

.search-nav .nav-link {
	background: rgba(113, 103, 255, .15);
	border-radius: 50px;
	padding: 6px 16px;
	font-weight: 500;
	color: #222;
	position: relative;
	transition: none;
}

.search-nav .nav-link i {
	margin-right: 8px;
	color: var(--tts-buttton-bg);
}

.search-nav .nav-link.active i {
	color: #fff;
}

.search-nav .nav-link.active {
	background: var(--tts-buttton-bg);
}

.search-wrapper .tab-content {
	background: #fff;
	padding: 30px 30px 50px 30px;
	border-radius: 10px;
	position: relative;
	border: 1px solid #dedede;
}

.search-wrapper .search-box {
	background: #fff;
	padding: 30px 30px 50px 30px;
	border-radius: 20px;
}

.search-wrapper .search-box.flight-search {
	padding-top: 20px
}

.search-form .form-group {
	position: relative;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #dedede;
}

.search-form .form-group label {
	color: #222;
	font-size: 14px;
}

.search-form .form-control {
	padding: 0px 0px;
	box-shadow: none;
	color: #222;
	background: transparent;
	border: none;
	font-size: 18px;
	font-weight: 600;
}

.search-form .form-group i {
	position: absolute;
	right: 16px;
	top: 12px;
	font-size: 28px;
	color: var(--tts-buttton-bg);
}

.search-form .form-group .flight_text_p,
.search-form .form-group .passenger-class-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #222;
	font-size: 14px;
	max-width: 120px;
	height: 30px;
	line-height: 30px;
}

.search-form .form-group .passenger-class-name {
	margin: 0;
}

.search-form-swap {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.search-form .search-form-swap i {
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
	font-size: 14px !important;
	position: unset !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.search-form-date {
	display: flex;
}

.search-form .passenger-total {
	padding: 0px 0px;
	color: #222;
	font-size: 19px;
	font-weight: 500;
}

.search-form .passenger-box {
	cursor: pointer;
}

.search-form .passenger-box .dropdown-menu {
	background: #fff;
	border-radius: 0px;
	padding: 15px 10px;
	width: 300px;
	right: -15px !important;
	margin-top: 10px !important;
	max-height: 300px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.search-form .static-dropdown.passenger-box .dropdown-menu {
	right: 0px !important;
}

.search-form .passenger-box .dropdown-item {
	padding: 0;
}

.search-form .passenger-box .dropdown-item:hover,
.search-form .passenger-box .dropdown-item:focus,
.search-form .passenger-box .dropdown-item.active {
	background: transparent;
	box-shadow: none;
	color: #222;
}

.search-form .passenger-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
}

.search-form .passenger-item h6 {
	font-size: 14px;
	margin: 0;
}

.search-form .passenger-item p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #222;
	margin: 0;
	font-size: 15px;
}

.search-form .passenger-qty {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: rgba(113, 103, 255, .15);
}

.search-form .passenger-qty button {
	border: none;
	width: 30px;
	height: 30px;
	line-height: 28px;
	background: var(--tts-buttton-bg);

}

.search-form .passenger-qty button i {
	position: unset !important;
	font-size: 14px !important;
	color: var(--tts-buttton-txt) !important;
}

.search-form .passenger-qty input {
	width: 25px;
	text-align: center;
	border: none;
	outline: none;
	font-weight: 500;
	color: #222;
}

.search-form .passenger-class-info .form-check {
	margin-top: 5px;
}

.search-form .passenger-class-info .form-check-input {
	box-shadow: none;
	margin-top: 7px;
}

.search-form .passenger-class-info .form-check-input:checked {
	background-color: var(--tts-buttton-bg);
	border-color: var(--tts-buttton-bg);
}


.search-form .search-btn .theme-btn {
	position: absolute;
	border-radius: 50px;
	border: 5px solid #dedede;
	bottom: -25px;
	left: 50%;
	padding: 7px 25px;
	white-space: nowrap;
	transform: translateX(-50%);
	background-color: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
}

.search-form .search-btn .theme-btn:hover {
	background-color: var(--tts-buttton-bg1);
	color: var(--tts-buttton-txt1);
}


/* flight */
.search-form .flight-type {
	margin-bottom: 10px;
}

.search-form .flight-type .form-check-input {
	margin-top: 6px;
	box-shadow: none;
	border: 2px solid #222;
}

.search-form .flight-type .form-check-input:checked {
	background-color: var(--tts-buttton-bg);
	border-color: var(--tts-buttton-bg);
}

.search-form .flight-type .form-check-label {
	font-weight: 500;
	color: #222;
}

.search-wrapper .flight-search-wrapper .tab-content {
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding: 0;
}

.flight-search .search-form-return {
	display: none;
}

.search-form .flight-multicity-item {
	margin-top: 10px;
}

.search-form .multicity-btn {
	padding-top: 31px;
	padding-bottom: 31px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	color: #222;
}

.search-form .multicity-item-remove {
	color: #222222;
}

.search-form .multicity-item-remove i {
	color: #222222 !important;
}


@media all and (max-width: 1199px) {
	.search-area .container {
		max-width: 100%;
	}

	.search-form .form-group {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 991px) {
	.search-nav {
		border-radius: 20px;
	}

	.search-nav .nav {
		justify-content: center;
	}

	.search-wrapper .tab-content {
		border-radius: 20px;
	}

	.search-form-swap {
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
	}
}