


/********************************** Banner **********************************/
body.ltr {
    text-align: left;
}

body.rtl {
    text-align: right;
}

.home-banner-slider {
	position: relative;
	text-align: left;
}

.my-slider {
	position: relative;
	min-height: 600px;
	height: auto;
	padding-bottom: 0;
}

.my-slider .bd-example {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%
}

.my-slider .bd-example .carousel,
.my-slider .bd-example .carousel-inner,
.my-slider .bd-example .carousel-item {
	width: 100%;
	height: 100%
}

.my-slider .bd-example .carousel-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.my-slider .bd-example .carousel-item .carousel-caption {
	top: 36%;
	bottom: auto;
	left: 8%;
}

.home-banner-list li {
	padding: 0 5px;
}

.home-banner-list li h6 img {
	width: 18px;
	vertical-align: bottom;
}

.home-tab-button {
	margin-top: -150px;
}

.banner-img01 {
    background:url(../images/banner-img01.jpg) no-repeat;
}
.banner-img02 {
    background:url(../images/banner-img02.jpg) no-repeat;
}
.banner-img03 {
    background:url(../images/banner-img03.jpg) no-repeat;
}
.home-banner-heading h1 {
	text-shadow: 1px 1px rgba(0,0,0,0.50);
}

/********************************** search engine **********************************/

.home-search-radio .form-check {
	font-size: 17px;
	color: #05205a !important;
}
.home-flight-form .form-control {
	padding: 11px 10px 11px 28px;
	border: 2px solid #a5a5a5;
}

.home-flight-form .form-select {
	padding: 11px;
	border: 2px solid #a5a5a5;
}

.home-flight-form .form-control:focus {
	border: 2px solid #076C8C;
}

.home-tab-list li a i {
	font-size: 18px;
	margin-right: 4px;
}

.home-tab-list {
	background-color: #f1f8ff;
	border-radius: 10px 10px 0 0;
	padding: 0px;
	margin: 0;
}

.home-search-box {
	padding: 20px 40px;
	border-radius: 0px 0px 10px 10px;
}

.home-tab-button li a {
	padding: 14px 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
}

.home-tab-button li .active {
	background: #05205a;
	color: #fff;
}

.home-tab-list li {
	display: inline-block;
	width: 24%;
}

.home-tab-list li:first-child a {
	border-radius: 10px 0 0 0;
}

.flight04-tab {
	width: 27% !important;
}

.home-flight-manage {
	padding: 10px 15px;
}

.home-label label {
	margin-bottom: 5px;
}

.home-book-flight {
	padding: 15px 15px;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	margin: 20px 0;
}

.home-search-btn .form-control {
	border: 1px solid #fff;
}

.home-search-btn .form-control:focus {
	border: 1px solid #e7e8ea !important;
}

.form-ico {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 18px;
	font-size: 16px;
	left: 10px;
}

.form-ico i {
	font-size: 17px;
	color: #05205a;
}

.form-flight-ico02 {
	transform: rotate(90deg);
	left: 6px !important;
}


.home-flight-arrow {
	position: absolute;
	left: 47%;
	z-index: 1;
	top: 9px;
	width: 57px;
}
.home-flight-arrow i {
	background: #f9f9f9;
	box-shadow: 0px 1px 3px #ccc;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	padding: 7px 7px;
	display: inline-block;
	color: #000;
	cursor: pointer;
}
.home-form1 {
	border-radius: 0.375rem 0 0 0.375rem;
	border-right: 0;
}
.home-form2 {
	border-radius: 0px 0.375rem 0.375rem 0px;
}


/********************************** flight traveller form **********************************/

.home-flight-form .form-menu {
	position: relative;
	padding: 0;
	border-radius: .25rem;
	width: 100%;
	z-index: 1;
}

.home-flight-form .form-menu.hovermain .hovermenu {
	position: absolute;
	top: 10px;
	background: #fff;
	width: 300px;
	margin-left: 0;
	height: auto;
	color: #333;
	padding: 10px;
	z-index: 10;
	box-shadow: 0 0 10px 1px #d2b4f7;
}

.home-flight-form .form-menu.hovermain .hovermenu::before {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 15%;
	position: absolute;
	top: -21px;
	width: 0;
	z-index: 1;
}

.home-flight-form .form-menu.hovermain .hovermenu .others {
	padding: 10px 5px;
	margin-bottom: 6px;
}

.home-flight-form .form-menu.hovermain .hovermenu .others .btn-minus,
.home-flight-form .form-menu.hovermain .hovermenu .others .btn-plus,
.search-box .form-menu1.hovermain .hovermenu .others .btn-minus {
	display: inline-block;
	width: auto;
	height: auto;
	background: 0 0;
	color: #333;
	border: none;
	box-shadow: none;
	padding: 0;
	float: right;
}

.home-flight-form .form-menu.hovermain .hovermenu .others .btn-minus span,
.home-flight-form .form-menu.hovermain .hovermenu .others .btn-plus span {
	margin-left: 0;
	color: #fff;
	text-decoration: none;
	height: 25px;
	border-radius: 50%;
	width: 25px;
	display: block;
	text-align: center;
	line-height: 23px;
	font-size: 17px;
	background: #05205a;
}

.home-flight-form .form-menu.hovermain .hovermenu .others .btn-minus:hover span,
.search-box .form-menu.hovermain .hovermenu .others .btn-plus:hover span,
.home-flight-form .form-menu1.hovermain .hovermenu .others .btn-minus:hover span {
	color: #fff;
	background: #082442;
}

.home-flight-form .form-menu.hovermain .hovermenu .others .btn-plus:hover span,
.search-box .form-menu.hovermain .hovermenu .others .btn-plus:hover span,
.home-flight-form .form-menu1.hovermain .hovermenu .others .btn-plus:hover span {
	color: #fff;
	background: #082442;
}

.home-flight-form .form-menu.hovermain .hovermenu .others .qty {
	float: right;
	margin: 1px 8px;
	width: 12px;
	color: #000;
	background-color: transparent;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: center;
	font-weight: 700;
}

.home-flight-form .hovermenu .others span {
	font-size: 14px;
}

.home-flight-form .form-menu.hovermain .hovermenu .flightclass .flig-btn .flight_type_btn {
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 5px;
	font-size: 15px;
	margin-top: 15px;
	text-decoration: none;
	background: #05205a;
}

.home-flight-form .form-menu.hovermain .hovermenu .flightclass .flig-btn .flight_type_btn:hover {
	color: #fff;
	background: #082442;
}

.home-flight-form .form-menu.hovermain .hovermenu .flightclass .flig-btn {
	width: 100%;
	background-color: #AA02FF;
	height: auto;
	min-height: 25px;
}

.home-flight-label label i {
	margin-right: 5px;
}


/********************************** Why-choose  **********************************/

.home-flight-logo img {
	height: 47px;
	width: auto !important;
}
.flight-logo-caro {
	margin-top: 60px;
	z-index: 0;
}
.home-flight-logo {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.home-why-bg {
	padding: 40px 25px;
	border-radius: 10px;
	min-height: 264px;
}

.home-why-ico {
	padding: 20px 0;
	width: 70px;
	margin: 0 auto;
	border-radius: 50%;
	height: 70px;
}

.home-why-ico i {
	font-size: 30px;
	color: #fff;
}

/********************************** home-planning  **********************************/

.home-planning-star {
	position: absolute;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.home-planning-con h5 i {
	background: #05205a;
	color: #fff;
	font-size: 12px !important;
	padding: 5px;
	border-radius: 50px;
	margin: 0 5px;
	position: relative;
	top: -2px;
}

.home-planning-star i {
	color: #ffc104;
}

.home-planning-con h4 span {
	margin-right: 3px;
}

.home-planning-con {
	border-radius: 0 0 10px 10px;
	height: 228px;
	text-align: left;
}

.home-planning {
	border-radius: 10px;
	margin-bottom: 70px;
}
.home-planning-img .card img {
	height: 200px;
}

.home-planning-con h4 {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	line-height: 27px;
}

.home-planning-link a {
	padding: 10px 20px;
}

.home-planning .home-planning-img .card img,
.home-hotel .home-hotel-img .card img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.home-planning .home-planning-img .card,
.home-hotel .home-hotel-img .card {
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	border: 0;
	padding: 0;
	border-radius: 10px 10px 0 0 !important;
	background: transparent;
}

.home-planning .home-planning-img:active:before,
.home-planning .home-planning-img:focus:before,
.home-planning .home-planning-img:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-planning .card:hover img,
.home-hotel .card:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 10px;
	cursor: pointer;
}

.home-planning-bg {
	background: transparent;
	border: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 70px;
}

.home-flight-caro .owl-nav button {
	position: absolute;
	content: "";
	top: -70px;
	bottom: 0;
	font-size: 16px !important;
	display: inline-block;
	background: var(--primary) !important;
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 50px;
	color: #fff !important;
}

.home-flight-caro .owl-nav .owl-prev {
	left: -58px;
}

.home-flight-caro .owl-nav .owl-next {
	right: -58px;
}

.home-planning-con h5 {
	font-size: 20px;
}

/********************************** popul-des **********************************/

.home-desti-price span {
	padding-right: 3px;
}

.home-desti-img img {
	border-radius: 10px;
}

.home-desti-con {
	border-radius: 0 0 10px 10px;
}

.holiday-text h4 i {
	margin: 0 3px;
}

.home-desti .home-desti-img .card {
	border-radius: 10px !important;
}

.home-hotel-img img {
	width: 100%;
}

.home-desti .card {
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	border: 0;
	padding: 0;
	border-radius: 10px !important;
	background: transparent;
}

.home-desti.package-button {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	width: 100%;
	padding: 0;
	background: 0;
	border: 0;
	border-radius: 10px;
}

.home-desti .package-button .package-card {
	margin-bottom: 0
}

.home-desti .package-button .package-card img {
	border-radius: 10px;
}

.home-desti .holiday-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
	text-align: center;
}

.home-desti .package-button:active:before,
.home-desti .package-button:focus:before,
.home-desti .package-button:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-desti .home-desti-img {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-desti .home-desti-img img {
	min-height: 300px;
	max-height: 300px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	transition: all .3s;
	border-radius: 0;
}

.home-desti:hover .holiday-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

.home-desti .home-desti-img:hover img {
	transform: scale(1.15);
	border-radius: 0;
}

.home-desti {
	margin-bottom: 20px;
}

.home-desti-price h6 {
	margin-bottom: 5px;
}

.home-newsle-form .form-control {
	padding: 12px 15px;
	border-radius: 50px 0 0px 50px;
	border: none;
}

.home-newsle-btn .btn {
	border-radius: 0px 50px 50px 0px;
	padding: 12px 40px;
}

.home-newsle-form {
	width: 30%;
}

.home-desti-bottom a {
	width: 100%;
}

.promo-flight-img img {
	border-radius: 10px;
	height: 620px;
	width: 100%;
}

.home-newsle {
	background: url(../images/news-img.jpg) no-repeat;
	padding: 100px 60px;
	border-radius: 10px;
	margin-top: 60px;
}

.home-newsle-btn .btn-secondary:hover{background-color:var(--secondary);border:1px solid var(--secondary);color:#fff;}



/********************************** Responsive **********************************/

@media only screen and (max-width: 1349px) {}

@media only screen and (max-width: 1200px) {
	
	.home-link-left {
		margin-right: 0 !important;
	}



	.home-banner-heading br {
		display: none;
	}

	.home-banner-slider {
		text-align: center;
	}

	.my-slider .bd-example .carousel-item .carousel-caption {
		top: 40%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}


}

@media only screen and (max-width: 992px) {

	.promo-flight-img img {
		height: auto;
		margin-bottom: 20px;
	}

	.home-newsle-form {
		width: 100%;
	}



	.home-flight-caro .owl-nav .owl-prev {
		left: -13px;
	}

	.home-flight-caro .owl-nav .owl-next {
		right: -13px;
	}

	.home-desti-bottom a {
		width: 100% !important;
	}

	
	.home-search-btn .btn {
	width: 100%;
}
.home-planning-img .card img {
	height: 250px;
}
	.home-flight-book,
	.home-flight-stop,
	.home-flight-manage,
	.home-flight-status {
		padding: 0;
		border: none;
		border-radius: 0;
		margin: 10px 0;
	}

	.home-label {
		padding: 15px 15px;
		border: 1px solid #e7e8ea;
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.home-flight-line {
		display: none;
	}

	.flight04-tab,
	.home-tab-list li {
		width: auto !important;
	}

	.home-tab-button li a {
		padding: 12px 15px;
	}

	.home-search-btn .form-control {
		border: 1px solid #e7e8ea;
		margin-bottom: 20px;
	}

	.form-floating {
		width: 100%;
	}

	.home-planning-bg {
		width: 100%;
	}

	.home-search-sec {
		padding: 40px 0 0 0;
	}


	.home-banner-slider {
		text-align: center;
	}

	.carousel-control-next,
	.carousel-control-prev {
		top: 18%;
	}

	.my-slider .bd-example .carousel-item .carousel-caption {
		top: 40%;
		left: 5%;
		right: 5%;
		margin: 0 auto;
	}

	.home-flight-arrow a {
		background: #f9f9f9;
		box-shadow: 0px 1px 3px #ccc;
	}

	.home-search-icon a span {
		display: block;
	}

	.home-search-icon a i {
		display: none;
	}

	.home-link-left {
		margin-right: 0 !important;
	}



	.home-flight-banner img {
		height: auto;
		width: 100%;
	}



	.home-tab-button {
		margin-top: -200px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}



	.home-flight-arrow {
	left: 46%;
	top: 10px;
}

	.VIpgJd-ZVi9od-xl07Ob-lTBxed {
		margin-left: 0 !important;
		margin-right: 0;
	}


	.home-form1 {
	border-radius: 0.375rem;
	border-right: 1px  solid #A5A5A5;
    }
    .home-form2 {
	border-radius: 0.375rem;
    }
    .home-why-bg {
	min-height: auto;
}
	
}

@media only screen and (max-width: 768px) {

	.home-tab-list li:first-child a {
		border-radius: 10px 0px 0 0;
	}



	.banner-slider .carousel-item .img-fluid {
		max-width: none;
		height: auto;
	}

	.home-tab-button {
		margin-top: -150px;
	}

	.my-slider {
		min-height: 500px;
	}
	.home-flight-arrow {
	left: 45%;
}

}

@media only screen and (max-width: 576px) {
	.home-newsle {
		padding: 80px 20px;
	}

	.home-head-link li {
		padding: 10px 20px;
	}

	.home-flight-caro .owl-nav .owl-prev {
		left: 8px;
	}

	.home-flight-caro .owl-nav .owl-next {
		right: 8px;
	}

	.home-flight-caro .owl-nav button {
		top: -80px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: 0%;
	}

	.my-slider {
		min-height: 500px;
	}

	.home-search-box {
		padding: 20px 20px;
	}
	.home-search-btn {
	margin-top: 20px;
}


	.home-tab-list {
		width: 100%;
	}

	.home-start-form {
		width: 100%;
	}

	.home-newsle-btn .btn {
		padding: 12px 20px;
	}

	.home-flight-form .form-menu.hovermain .hovermenu {
		width: 100%;
	}

	.my-slider .bd-example .carousel-item .carousel-caption {
		top: 35%;

	}

	.navbar-collapse {
		background-color: rgb(255, 255, 255);
		margin: 1px -15px !important;
	}


	.home-foot-social,
	.home-foot,
	.text-justify {
		text-align: center;
	}

	.home-flight-arrow {
		top: 42px;
	}

}

@media only screen and (max-width: 480px) { 
    #ui-datepicker-div {
	width: 20em !important;
}
}


