.hero-banner {
	width: 100%;
	padding: 150px 0;
	position: relative;
	
}

.hero-banner .info {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 0px 0 60px 0;
	color: #fff;
}

@media (max-width: 768px), (max-height: 480px) {
	.hero-banner{
		padding: 100px 0;
	}
}

.hero-banner .info h2 {
	font-size: 56px;
	font-weight: 700;
	position: relative;
}



@media (max-width: 768px) {
	.hero-banner .info h2 {
		font-size: 36px;
	}
}

.hero-banner .info p {
	color: #ffffff;
	font-size: 18px;
}


.hero-banner .carousel {
	inset: 0;
	position: absolute;
	overflow: hidden;
}

.hero-banner .carousel-item {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition-duration: 0.4s;
}

.hero-banner .carousel-item img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero-banner .carousel-item::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	inset: 0;
	z-index: 2;
}

.hero-banner .carousel-control-prev {
	justify-content: start;
}

@media (min-width: 640px) {
	.hero-banner .carousel-control-prev {
		padding-left: 15px;
	}
}

.hero-banner .carousel-control-next {
	justify-content: end;
}

@media (min-width: 640px) {
	.hero-banner .carousel-control-next {
		padding-right: 15px;
	}
}

.hero-banner .carousel-control-next-icon,
.hero-banner .carousel-control-prev-icon {
	background: none;
	font-size: 26px;
	line-height: 0;
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
	border-radius: 50px;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
	z-index: 3;
	transition: 0.3s;
}

.hero-banner .carousel-control-prev:focus,
.hero-banner .carousel-control-next:focus {
	opacity: 0.5;
}

.hero-banner .carousel-control-prev:hover,
.hero-banner .carousel-control-next:hover {
	opacity: 0.9;
}
.search_form_section{
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.search_form_section .search-wrapper {
	z-index: 3;
	position: relative;
}

.search_form_section .search-check{
    margin-right: 10px;
}
.search_form_section .search-check .form-check-input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.search_form_section .search-check .search-check-label{
    background: transparent;
    border-color: transparent;
    color: #ffffff;
    letter-spacing: 0.1px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.5rem 0.4rem;
    cursor: pointer;
    width: 100px;
}

.search_form_section .search-check .form-check-input:checked+label {
    color: #fff;
    background: #0a2960;
    border-color: #0a2960;
}

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

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

.searchform_home .search_tabs li a {
	color: var(--tts-buttton-txt);
	padding: 10px 16px 10px 16px;
	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 {
	background-color: transparent;
}

.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;
	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-bg) !important;
	border: 1px solid var(--tts-buttton-bg) !important;
	color: var(--tts-buttton-txt);
}

.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 {
	line-height: normal;
	font-weight: 400;
	color: rgb(255, 255, 255);
	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;
    color: #fff;
}

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



.tts_product_box .makeflex .form-check-inline label {
	margin-bottom: 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!important;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 0;
	clear: left;
	width: 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: var(--tts-buttton-bg);
}

.ui-widget-header {
	color: var(--tts-buttton-txt);
	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 only screen and (max-width: 600px) {
	

	.searchform_home .search_tabs {
		margin-bottom: 20px;
	}

	.searchform_home .search_tabs li {
		width: 17.7%;
		margin-bottom: 10px;
		background: rgb(255, 255, 255);
		border-radius: 5px;
		box-shadow: -1px 1px 4px -1px rgb(136 136 136 / 50%);
	}

	.searchform_home .search_tabs li+li {
		margin-left: 10px;
	}



	.searchform_home .search_tabs li a {
		color: #000;
		padding: 10px 10px;
		background: rgb(255, 255, 255);
		border-radius: 5px;
		font-size: 12px;
	}

	.searchform_home .search_tabs li a i {
		display: block;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.searchform_home .search_tabs li.current a {
		background-color: var(--tts-buttton-bg);
		color: var(--tts-buttton-txt);
	}

	.tts_product_box .search-check {
		background-color: transparent;
		margin-bottom: 20px;
	}

	.search-check label {
		padding: 0;
		font-size: 15px;
	}

	.tts_product_box .makeflex {
		display: block;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group{
		width: 100%;
		float: none;
	}
	.ui-widget.ui-widget-content{
		width: 100% !important;
		left: 0 !important;
		top: 150px !important;
	}
}