:root {
	--prim-color: #4b000e;
	--prim-trans: #a4ff9898;
	--sec-color: #011c27ff;
}

/* ---------------search list page------------------  */
.right-block-new.right-block.p-3 {
	position: relative;
}

.right-block {
	border: 1px solid #dcdcdc;
	box-shadow: 0px 0px 8px 1px #dfdfdf;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #6b6b6b;
}

#search_results .right-block,
.review-form .right-block {
	background-color: #fff;
}

.exclu-btn h2 {
	color: #003f48;
	font-weight: 700;
	font-size: 17px;
}

.right-block-new h2 {
	font-size: 12px;
}

.exclu-btn a {
	background: #404156;
	padding: 5px 20px;
	border-radius: 40px;
	color: #fff;
	font-size: 12px;
}

.right-block-new h3 {
	font-size: 14px;
	font-weight: 700;
	color: #3f4156;
}

.exclu-btn h3 a {
	background: inherit;
	padding: 0;
	border-radius: 0px;
	color: #004673;
	font-size: 14px;
}

.right-block-new p {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

.right-block-new-price {
	float: right;
	/* margin-top: -80px; */
}

.right-block-departure p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #943b94;
	font-weight: 700;
	text-transform: uppercase;
}

.right-block-new p {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

.instantoffer {
	display: block !important;
	background: #000;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	padding: 10px 0;
	margin-top: 15px;
}

.right-block-departure-arrow i {
	font-size: 25px;
	color: #9f6804;
}

.instantoffer a,
.instantoffer span {
	color: #fff;
	font-size: 16px;
}

.right-block-departure span {
	font-size: 12px;
}

.right-block-departure small {
	font-size: 12px;
}

.right-block-new-price small {
	font-size: 10px;
	display: inherit;
}

.table-curved.table {
	border: 1px solid #ddd;
}

.table-curved .table td,
.table-curved.table th a {
	padding: 0 10px;
	font-size: 12px;
	color: #000;
}

.table-curved.table td,
.table-curved.table th {
	padding: 0;
	border-top: none;
	border-left: 1px solid #ddd;
}

section.single-page-flight.position-relative {
	padding-top: 10%;
	margin-top: -10px;
	background: #edf2f6;
}

.destination-airport h2 {
	color: #fff;
	font-size: 14px;
}

.bg-flight-search {
	background: #555669;
}

.arrowboth img {
	background: #fff;
	border-radius: 50%;
	margin-top: 17px;
	padding: 5px;
}

.destination-airport i {
	background: #2e7fa8;
	color: #fff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

.bg-lightcu {
	background: #edf2f6;
}

.mainflight-search-section {
	background: #fff;
	padding: 0px 10px 0;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	position: relative;
}

.airline-name h3 {
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #00a6ef;
	font-weight: 700;
}

.airline-time h3 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
}

p.air-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #2e7fa8;
	font-weight: 900;
}

p.air-port-name {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
}

.airline-book h3 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 6px;
}

.airline-book a {
	background: #2e7fa8;
	color: #fff !important;
	font-size: 18px;
	padding: 5px 10px;
}

.stopdiv {
	border-bottom: 2px solid #827e7e;
	position: relative;
}

.stopdiv p {
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
}

.stopdiv::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #827e7e;
	border-radius: 5px;
	background: #fff;
	top: 14px;
}

.stopdiv::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #827e7e;
	border-radius: 5px;
	background: #fff;
	right: 0;
	top: 14px;
}

.flight-brief-layovers {
	-ms-flex: 1;
	flex: 1;
	padding: 0 8px;
	font-weight: 400;
}

.flight-brief-layovers__flight_time {
	display: -ms-flexbox;
	-js-display: flex;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	margin-top: -15px;
	font-size: 11px;
	/*margin-left: 40px;*/
	text-align: center;
}

.formatted_time {
	word-spacing: -0.2ex;
	direction: ltr;
}

.flight-brief-layovers__list {
	position: relative;
	display: block;
}

.flight-brief-layovers__list:before {
	position: absolute;
	top: 16px;
	right: 10px;
	left: 10px;
	height: 1px;
	background: #b3b3cd;
	content: "";
}

.flight-brief-layovers__list-wrapper {
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flight-brief-layover {
	position: relative;
}

.flight-brief-layover__iata {
	position: relative;
	margin-top: 11px;
	width: 22px;
	text-align: center;
	cursor: default;
}

.flight-brief-layover__iata:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #fff;
	content: "";
	top: -13px;
}

.flight-brief-layover__iata > span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: -5px;
	color: #9f6804;
	font-weight: 700;
}

.flight-brief-layover__iata:after {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 4px;
	background-color: rgb(255, 255, 255, 0);
	box-shadow: 0 0 0 1px #b3b3cd;
	content: "";
}

.shortby label {
	font-size: 12px;
	font-weight: 600;
}

.totalresul p {
	font-size: 12px;
	font-weight: 600;
}

select.form-control {
	font-size: 12px;
}

.border-bottom-custom {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-group.form-check {
	font-size: 13px;
}

.form-checkedlist.include-airlines {
	background: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	border: 1px solid #d9d9d9;
	padding: 10px 10px 0;
}

.check-redio-style {
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}

.form-checkedlist.include-airlines h2 {
	background-color: #404156;
	text-align: center;
	font-size: 20px;
	padding: 5px 0;
	color: #fff;
}

.mainflight-search-section .row:nth-child(even) {
	border: none;
}

/*.include-airline{padding: 10px;}*/
@media screen and (max-width: 991px) {
	.rightblockpopup .instantoffer {
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0;
	}

	#myModal.modal {
		background-color: #fff;
	}

	#myModal .modal-dialog {
		margin: 0rem !important;
		background-color: #fff;
	}

	#myModal .modal-content {
		background-clip: inherit !important;
		border: none !important;
		border-radius: 0rem !important;
		top: 0;
		position: absolute;
	}

	.rightblockpopup
		.right-block-travel
		.row:nth-child(1)
		.right-block-departure-arrow {
		margin-left: 30px;
	}

	.rightblockpopup .right-block-travel .row:nth-child(2),
	.rightblockpopup .right-block-travel .row:nth-child(3),
	.rightblockpopup .right-block-travel .row:nth-child(4) {
		margin-left: 0px !important;
	}

	#myModal .modal-header {
		margin-top: -28px;
	}

	p.right-block-newdate.right-block-newdate1 {
		margin-top: -58px;
	}

	section.bannerform-sec.single-form.single-form1.flighttop-form {
		margin-top: 22%;
	}

	.rightblockpopup .right-block-departure span {
		font-size: 9px;
	}

	.rightblockpopup p.right-block-newdate {
		margin-bottom: 30px;
	}

	button.close1 {
		right: -94% !important;
	}

	#clock {
		margin: 10px 0 !important;
		display: inherit !important;
	}

	.rightblockpopup .right-block-travel .row:nth-child(2),
	.rightblockpopup .right-block-travel .row:nth-child(3),
	.rightblockpopup .right-block-travel .row:nth-child(4) {
		margin-left: 0;
	}

	.deptop {
		margin-top: -20px !important;
	}

	.airline-book p {
		display: none;
	}

	header {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 30px;
	}

	.banner-text {
		margin-top: 40%;
	}

	section.bannerform-sec {
		margin-top: -290px;
	}

	.product-item-container .image img {
		width: 100%;
	}

	.header-call li {
		display: inline;
		padding: 0 4px;
		border-right: none;
	}

	.mb3 {
		margin-bottom: 10px;
	}

	.fixed #sidebar {
		top: 65px;
	}

	.about-banner .banner-text h1 {
		margin: -17px auto;
		width: 73%;
		line-height: 33px;
	}

	.hotel-single-banner-rt {
		width: 100%;
		margin-top: 0;
		padding: 10px;
	}

	.hotel-single-banner-text {
		margin-top: 27%;
	}

	.about-banner .hotel-single-banner-text h1 {
		line-height: 40px;
		width: 100%;
		font-size: 25px;
	}

	.hotel-single-banner-rt h2 {
		font-size: 20px;
		color: #fff;
	}

	.hotel-filter {
		margin-bottom: 20px;
	}

	.hotel-sec {
		padding: 25px 0 0;
	}

	.moresuboffer .image-container {
		width: 100%;
	}

	img.lt {
		width: 30px;
	}

	.travetting-title h2 {
		font-size: 13px !important;
	}

	.right-block-new-price {
		float: right;
		margin-top: 0px;
	}

	.payment-img {
		margin-bottom: 10px;
	}

	.right-block-travel .col-lg-3.col-4,
	.right-block-travel .col-lg-3.col-12 {
		padding: 0;
	}

	.right-block-new p {
		margin-bottom: 2px;
		margin-top: 5px;
	}

	.right-block-new p {
		font-size: 10px;
	}

	.right-block-departure span {
		font-size: 10px;
	}

	.right-block-new-price span {
		font-size: 12px;
	}

	.destination-airport h2 {
		font-size: 12px;
	}

	.destination-airport {
		text-align: left;
	}

	.arrowboth img {
		margin-top: 0;
	}

	.bg-flight-search {
		margin-top: 20%;
	}

	.instantoffer a,
	.instantoffer span {
		color: #fff;
		font-size: 20px;
	}

	p.air-port-name,
	p.air-date,
	.airline-book h3 {
		margin-bottom: 0px;
	}

	.airline-book {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -30%);
	}

	.totalresul.text-right p {
		margin-bottom: 0;
		padding: 20px 0;
	}

	.airline-book p {
		margin-bottom: 0;
	}

	.airline-book a {
		font-size: 16px;
		padding: 0px 10px;
		margin-bottom: 10px;
	}

	.flight-brief-layovers__flight_time {
		margin-top: 5px;
		font-size: 11px;
		margin-left: 0;
	}

	.flight-brief-layovers__list:before {
		right: -5px;
	}

	.flight-brief-layover__iata {
		margin-right: 10px;
	}

	.flight-brief-layovers {
		padding: 0 0px;
		text-align: center;
	}
}

.check-redio-style {
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}

.includeair-title {
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 15px !important;
	letter-spacing: 0.33px;
	text-transform: uppercase;
	color: #555;
}

.form-check-label {
	font-size: 12px;
}

.check-redio-style {
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}

.adult-title span {
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	margin-right: 10px;
}

section.bannerform-sec.single-form.single-form1.flighttop-form {
	margin-top: 124px;
	width: 100%;
}

p.max_price_range.form-group1 {
	margin-bottom: 0;
}

a.clear_filter_option {
	font-size: 13px;
	color: #2e7fa8;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.right-block-travel .row:nth-child(1) .right-block-departure-arrow {
	margin-left: 0px;
}

.right-block-travel .row:nth-child(2) {
	margin-left: -15px;
}

.right-block-travel .row:nth-child(3) {
	margin-left: -15px;
}

.right-block-travel .row:nth-child(4) {
	margin-left: -15px;
}

.right-block-travel .row:nth-child(5) {
	margin-left: -15px;
}

.right-block-travel .row:nth-child(6) {
	margin-left: -15px;
}

/* ----------review------------ */
.travetting-title h2 {
	background-color: #3f4156;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
	/* text-align: center; */
}

.adult-title i {
	float: right;
	font-size: 20px;
	color: #ffa500;
	font-weight: 700;
}

.adult-title span {
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	margin-right: 10px;
}

.adult-title {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.adult-title h3 a {
	font-size: 13px;
	color: #3f4156;
	font-weight: 700;
}

/* div#collapseExample.show i{
      transform: rotate(90geg);
    } */
.collapsed i {
	transform: rotate(180deg);
}

.adult-title .card-body {
	border: inherit;
}

.adult-title h2 {
	font-size: 15px;
	border-left: 2px solid #ffa500;
	padding: 0px 10px 0;
	color: #3f4156;
	font-weight: 700;
}

label.review-label {
	font-size: 13px;
	font-weight: 700;
}

.adult-title input.form-control {
	font-size: 12px;
	box-shadow: inherit;
}

.payment-img {
	text-align: center;
	background: #edf2f6;
}

.payment-img img {
	padding: 15px;
	border-radius: 4px;
}

.adult-title .form-check-label {
	font-size: 11px;
}

.buy-now-btn a {
	background: #ffa500;
	padding: 9px 30px;
	color: #fff;
	border: 1px solid;
	border-radius: 4px;
}

.buy-now-btn p {
	font-size: 13px;
	font-weight: 700;
}

.item-content.clearfix {
	position: absolute;
	top: 0;
}

.fareSmry-sctn {
	padding: 5px 0;
}

.fareSmry-sctn:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}

.fareSmry-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.fareSmry-sctn.reqPad-fareSmry-sctn {
	width: 100%;
	background: #004673;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin: 0px;
	border-radius: 0px 0px 10px 10px;
}

.fareSmry-sctn.reqPad-fareSmry-sctn h4 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	width: 50%;
	margin-bottom: 0;
}

.fareSmry-sctn.reqPad-fareSmry-sctn h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	width: 50%;
	margin-bottom: 0;
}

.fareSmry-row:last-child {
	margin-bottom: 0;
}

.fareSmry-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 700;
}

.adult-title1 {
	padding: 10px 10px;
}

p.fareSmry-hdng.mb-0 {
	padding: 10px;
}

.rightblockpopup.right-block-new h2 {
	font-size: 20px;
	display: inline-block;
	margin-right: 15px;
	color: #0e08ff;
}

.modal {
	z-index: 99999;
}

.rightblockpopup {
	box-shadow: none !important;
	border: 0 !important;
}

#myModal .modal-header {
	margin-top: -35px;
}

button.close1 {
	float: right;
	position: relative;
	right: -97%;
	box-shadow: 0 !important;
	outline: none;
	border: none;
	background: transparent;
	font-size: 30px;
	top: 32px;
	padding: 0 0px;
	position: relative;
	z-index: 999999999999999;
}

.rightblockpopup .right-block-travel .row:nth-child(2),
.rightblockpopup .right-block-travel .row:nth-child(3),
.rightblockpopup .right-block-travel .row:nth-child(4) {
	margin-left: -15px;
}

#clock {
	font-size: 18px;
	text-align: center;
	border: 2px solid black;
	border-radius: 5px;
	padding: 5px;
}

.deptop {
	margin-top: -20px;
	height: 17px;
}

.rightblockpopup .instantoffer a {
	color: #fff;
	font-size: 24px;
}

.right-block-arr-popup {
	margin-top: -3px;
}

/*==end==*/
/*benefits_section section start*/
.benefits_section {
	padding: 60px 0px;
	background: url("../images/travels_dealsbg.png");
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.benefits_section .text_box h5 {
	font-weight: 500;
	color: var(--main_color);
	padding: 0px 0px 4px 0px;
}

.benefits_section .text_box h2 {
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;
	color: #000;
	padding: 0px 160px 0px 0px;
}

.benefits_section .text_box p {
	font-weight: 300;
	padding: 10px 160px 0px 0px;
}

.benefits_section .text_box .icon_subbox {
	margin: 80px 0px 0px 0px;
}

.benefits_section .text_box .icon_subbox .main_box {
	background: #fff;
	padding: 20px 20px 0px 20px;
	border-radius: 8px;
	position: relative;
	border-bottom: 2px solid var(--primary-color1);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	height: 100%;
}

.benefits_section .text_box .icon_subbox .main_box .icon_elebox {
	position: absolute;
	top: -25px;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: var(--primary-color1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefits_section .text_box .icon_subbox .main_box .icon_elebox i {
	font-size: 22px;
	color: #fff;
}

.benefits_section .text_box .icon_subbox .main_box .text_box h4 {
	padding: 40px 0px 0px 0px;
	font-size: 17px;
	font-weight: 600;
}

.benefits_section .text_box .icon_subbox .main_box .text_box p {
	font-weight: 300;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.benefits_section .right_box {
	position: relative;
	top: 50px;
}

.benefits_section .right_box .image_box {
	width: 400px;
	height: 400px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 120px;
}

.benefits_section .right_box .image_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.benefits_section .right_box .small_imagebox {
	width: 250px;
	height: 250px;
	position: absolute;
	bottom: 0px;
	left: 25px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #fff;
}

.benefits_section .right_box .small_imagebox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.benefits_section .right_box .postion_imagecon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	animation: up_down 2s infinite;
}

.benefits_section .right_box .postion_imagecon img {
	width: 200px;
}

@keyframes up_down {
	0% {
		bottom: 50px;
	}

	75% {
		bottom: 30px;
	}

	100% {
		bottom: 50px;
	}
}

/*benefits_section section end*/
section.CustomCTASection.my-3 {
	padding: 30px 0px;
}

.customCTA {
	background-image: url("../images/flight_second_banner.webp");
	/* height: 300px; */
	background-position: center !important;
	background-size: cover !important;
	padding: 15px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.customCTA::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	z-index: -1;
}

.customCTA .content h3 {
	color: #fff;
}

.customCTA .content p {
	color: #ff8d00;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 300;
	line-height: 28px;
	text-transform: uppercase;
}

.customCTA .ctaBook {
	background-color: #fff;
	color: #333;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
}

.CustomCTASection2 .customCTA {
	background-image: url("../images/flightSP/cta_2.webp");
	display: flex;
	height: 300px;
	align-items: center;
	padding: 15px 40px;
	position: relative;
}

.CustomCTASection2 .customCTA .content {
	position: relative;
	z-index: 1;
}

.CustomCTASection2 .customCTA .content h3 {
	font-weight: 500;
}

.CustomCTASection2 .customCTA .content p {
	text-transform: inherit;
	color: #fff;
	font-weight: 200;
}

.CustomCTASection2 .customCTA .ctaBook {
	background-color: var(--prim-color);
	color: #fff;
	display: flex;
	align-items: center;
	width: max-content;
}

.CustomCTASection2 .customCTA .ctaBook .iconWrapper {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--prim-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	margin-right: 10px;
}

.px-2.float-end {
	display: flex;
	justify-content: right;
}

/*end*/
/*top_destination_section code start*/
.top_destination_section {
	padding: 30px 0px;
}

.top_destination_section .heading_box h5 {
	font-weight: 500;
	color: #4da528;
	font-size: 20px;
	margin-bottom: 6px;
}

.top_destination_section .heading_box h2 {
	text-transform: capitalize;
	line-height: 1.4;
}

.top_destination_section .main_wrap {
	position: relative;
	margin-top: 35px;
}

.top_destination_section .main_wrap .image_box {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 100px;
	box-shadow: 0px 0px 0px 5px #e0f4f3, 0px 0px 0px 7px #9da0a0,
		0px 0px 0px 10px #e0f4f38c;
	margin: 0 auto;
}

.top_destination_section .main_wrap .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_destination_section .main_wrap .text_box h5 {
	font-weight: 600;
	font-size: 19px;
	text-transform: capitalize;
	text-align: center;
	padding-top: 25px;
}

.top_destination_section .main_wrap .postion_textbox {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	color: #fbad17;
}

.top_destination_section .main_wrap .postion_textbox h3 {
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	margin-bottom: 0;
}

.top_destination_section .main_wrap .postion_textbox .reletive_wrap {
	position: relative;
}

/*top_destination_section code End*/

/*====who_weare_section code start====*/
.who_weare_section {
	padding: 0px 0px 70px 0px;
}

.who_weare_section .text_wraper h5 {
	font-weight: 500;
}

.who_weare_section .text_wraper h1 {
	font-weight: 800;
}

.who_weare_section .image_wraper ul {
	display: flex;
	margin: 30px 0px 0px 0px;
}

.who_weare_section .image_wraper ul li .image_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.who_weare_section .image_wraper ul li {
	width: 35%;
}

.who_weare_section .image_wraper ul li .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*end*/
.cta2 {
	background-image: url("../images/last_banner.webp");
	background-position: center !important;
	background-size: cover !important;
	height: 250px;
	position: relative;
	z-index: 1;
}

.cta2 .content h2 {
	margin-bottom: 25px;
	position: relative;
	color: #fff;
}

.cta2 .content p {
	color: #ffff;
}

.cta2 .content a {
	padding: 10px 17px;
	color: #fff;
	background: #004673;
	border-radius: 100px;
}

.cta2::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
	z-index: -1;
}

/*end*/
.join-club-sec.bg_change {
	background: url("../images/middle_ctabanner.webp");
	position: relative;
	z-index: 1;
	padding: 80px 0px;
}

.join-club-sec.bg_change::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
	z-index: -1;
}

@media (max-width: 991px) {
	.benefits_section .text_box h2 {
		padding: 0px;
		font-size: 24px;
	}

	.benefits_section .text_box p {
		padding: 10px 10px 0px 0px;
	}

	.benefits_section .text_box .icon_subbox .main_box {
		height: revert;
		margin: 0px 0px 40px 0px;
	}

	.benefits_section .right_box .image_box {
		width: 100%;
		height: 370px;
		margin-left: 0px;
	}

	.benefits_section .right_box .small_imagebox {
		width: 180px;
		height: 180px;
	}

	.customCTA .ctaBook {
		font-size: 13px;
	}

	.top_destination_section .heading_box h2 {
		font-size: 24px;
	}

	.top_destination_section .main_wrap .image_box {
		margin: 0 auto;
	}

	.who_weare_section h2 {
		font-size: 24px;
	}

	.who_weare_section .image_wraper ul {
		display: revert;
	}

	.who_weare_section .image_wraper ul li {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	.cta2 .content h2 {
		font-size: 24px;
	}

	.who_weare_section {
		padding: 0px 0px 30px 0px;
	}

	.join-club-sec.bg_change {
		margin-bottom: 30px;
	}

	.top_destination_section .main_wrap {
		margin-top: 15px;
	}
}

/* Loader */

.loading_container .loader {
	text-align: center;
	width: 100%;
	position: relative;
	/* overflow: hidden; */
	max-width: 35rem;
	height: 30rem;
	margin: 0 auto;
}

.loading_container .wait {
	margin: 60px 0 70px 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.loading_container .wait h1 {
	display: block;
}

.loading_container .iata_code {
	font-size: 6rem;
	opacity: 0.7;
	top: 52%;
	position: absolute;
	color: #0099cc;
	font-weight: 700;
}

.loading_container .departure_city {
	left: -40px;
}

.loading_container .arrival_city {
	right: -4rem;
}

.loading_container .plane {
	position: absolute;
	margin: 60px auto 0;
	width: 100%;
}

.loading_container .plane-img {
	-webkit-animation: spin 2.5s linear infinite;
	-moz-animation: spin 2.5s linear infinite;
	animation: spin 2.5s linear infinite;
}

.loading_container .earth {
	width: 160px;
	height: 160px;
	background: url(https://zupimages.net/up/19/34/6vlb.gif);
	border-radius: 100%;
	background-size: 340px;
	animation: earthAnim 12s infinite linear;
	margin: 0 auto;
	border: 1px solid #cdd1d3;
}

.filter_wrapper .filter_flight_time button:hover {
	background-color: var(--prim-trans);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.filter_wrapper .filter_flight_time button {
	border-radius: 5px;
	width: 120px;
	margin: 4px;
}

.filter_wrapper .close,
.filter_wrapper_phn button {
	display: none;
	color: var(--prim-color);
}

.filter_wrapper {
	display: block;
}

/* Filter quick select date box and flight timing filter style */

.filter_flight_time button {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 12px;
	margin-right: 10px;
}

.filter_flight_time .filter_time {
	font-size: 11px;
}

.filter_flight_time button {
	background-color: #efefef;
}

.filter_wrapper .filter_flight_time button:hover {
	background-color: var(--prim-trans);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.filter_wrapper .filter_flight_time button {
	border-radius: 5px;
	width: 120px;
	margin: 4px;
}

.departure_box {
	column-count: 2;
	padding: 0;
}

.departure_box li {
	margin-bottom: 4px;
}

.filter_category .table th,
.filter_category .table td {
	background-color: transparent;
	border: none;
}

.filter_category .table .filter_title {
	width: 195px;
}

.filter_category .table td {
	padding: 5px !important;
}

.filter_category .table tr td,
.flight_search_listbox .logo {
	font-size: 14px;
}

.filter_category .table .segment td {
	font-size: 16px;
}

.filter_category .table .segment td a {
	background-color: var(--prim-trans);
	border: 2px solid var(--prim-color);
	color: var(--prim-color);
	font-size: 14px;
	padding: 10px 20px;
	transition: all 0.2s ease-in-out;
}

.filter_category .table .segment td a:hover {
	background-color: var(--prim-trans);
	border: 2px solid rgba(13, 189, 253, 0);
	color: var(--prim-color);
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-check-input {
	width: 1.2em;
	height: 1.2em;
	border: var(--bs-border-width) solid #010101 !important;
	position: relative;
	top: 0px;
}

.form-check-input:checked {
	background-color: var(--prim-color);
	border: 2px solid #00b170;
}

.form-check-input:hover {
	border: 2px solid var(--prim-color);
}

.color-red {
	font-size: 14px;
	padding: 15px;
	border: 1px solid red;
	color: red;
	background: #e7d9d9;
	text-align: left;
}

.color-green {
	font-size: 14px;
	padding: 15px;
	border: 1px solid green;
	color: green;
	background: #d9e9d9;
	text-align: left;
}

/* Loader */

.loading_container .loader {
	text-align: center;
	width: 100%;
	position: relative;
	/* overflow: hidden; */
	max-width: 35rem;
	height: 30rem;
	margin: 0 auto;
}

.loading_container .wait {
	margin: 60px 0 70px 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.loading_container .wait h1 {
	display: block;
}

.loading_container .iata_code {
	font-size: 6rem;
	opacity: 0.7;
	top: 52%;
	position: absolute;
	color: #0099cc;
	font-weight: 700;
}

.loading_container .departure_city {
	left: -40px;
}

.loading_container .arrival_city {
	right: -4rem;
}

.loading_container .plane {
	position: absolute;
	margin: 60px auto 0;
	width: 100%;
}

.loading_container .plane-img {
	-webkit-animation: spin 2.5s linear infinite;
	-moz-animation: spin 2.5s linear infinite;
	animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loading_container .earth-wrapper {
	position: absolute;
	margin: 60px auto 0;
	width: 100%;
	padding-top: 2.7rem;
}

.loading_container .earth {
	width: 160px;
	height: 160px;
	background: url("https://zupimages.net/up/19/34/6vlb.gif");
	border-radius: 100%;
	background-size: 340px;
	animation: earthAnim 12s infinite linear;
	margin: 0 auto;
	border: 1px solid #cdd1d3;
}

@keyframes earthAnim {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -340px;
	}
}

@media screen and (max-width: 420px) {
	.loading_container .departure_city {
		left: 0;
		right: 0;
		top: 20%;
		position: absolute;
		margin: 0 auto;
	}

	.loading_container .arrival_city {
		left: 0;
		right: 0;
		top: 95%;
		position: absolute;
		margin: 0 auto;
	}
}

.fareRules {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}

.fareRules:not(:first-child) {
	border-top: 1px dashed #6b6b6b;
	padding-top: 5px;
	margin-top: 5px;
}

.fareRules ul li {
	font-size: 12px;
	margin-bottom: 5px;
	color: #212529;
}

.fareRules ul li b {
	font-size: 13px;
}

.fareRules ul li span {
	text-transform: capitalize;
}

.adult-title1 .baggageSmry:not(:first-child) {
	border-top: 1px dashed #6b6b6b;
	padding-top: 5px;
	margin-top: 5px;
}

.cmn-gap {
	padding: 60px 0;
}

.center-tittle {
	text-align: center;
	margin-bottom: 20px;
}

.blog {
	position: relative;
}

.blog-box {
	position: relative;
}

.blog .subTittle.double-line:before {
	background-color: #b6babd;
}

.blog .subTittle.double-line:after {
	background-color: #b6babd;
}

.place-item {
	position: relative;
}
.place-item {
	border-radius: 10px;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
	overflow: hidden;
}
.place-item .place-img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	height: 280px;
}

.place-item .place-img img {
	border-radius: 10px 10px 0 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.place-item:hover .place-img img {
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.place-item .place-img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 28.82%,
		rgba(0, 0, 0, 0.5) 100%
	);
}
.place-item .place-img .fav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.place-item .place-img .fav-item .badge {
	font-size: 13px;
	border-radius: 54px;
	font-weight: 400;
	background: #f2a036;
}
.place-item .place-content {
	position: relative;
}
.place-item .place-content {
	padding: 20px;
	background: #fff;
}
.place-item .text-primary {
	color: #f2a036 !important;
	opacity: 1;
	margin: 0;
}
.place-item .cmn-btn {
	padding: 11px 11px;
}

.place-item .bg-danger {
	background-color: #f2a036 !important;
	border: 1px solid #f2a036 !important;
	color: #fff;
}
.place-item .badge.badge-warning {
	background: #ffca18;
	color: #fff;
}
.place-item .badge.badge-xs {
	font-size: 10px;
	padding: 0px 5px;
	line-height: 18px;
}
.fs-14 {
	font-size: 0.875rem !important;
}
.fs-16 {
	font-size: 1rem !important;
}
.hotel-card-btn {
	width: 100px;
}
.text-gray-9 {
	color: #111827 !important;
}
.fs-13 {
	font-size: 0.8125rem !important;
}
.place-item .place-item .place-img .fav-item .badge {
	font-size: 13px;
	border-radius: 54px;
	font-weight: 400;
}
.place-item .badge {
	padding: 0.25rem 0.45rem;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 4px;
}
.place-item .bg-info {
	background-color: #155eef !important;
	border: 1px solid #155eef !important;
	color: #fff;
}
.place-item .hotel-name-text a {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .hotel-name-location-text {
	color: #212529;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facility-add {
	color: var(--primary-color);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facilities-text {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facilities-text i {
	font-size: 12px;
}

.blog-box figure {
	width: 100%;
	height: 351px;
	overflow: hidden;
	position: relative;
}

.blog-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.blog-box-content h3 {
	position: relative;
}

.blog-box-content h3:after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #b6babd;
}

.blog-box-content {
	left: 30px;
	right: 0;
	padding: 28px 14px 20px 20px;
	background: #fff;
	margin-top: -50px;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #004673;
	max-width: 336px;
}

.blog-box:hover .blog-box-content {
	border-color: #004673;
	transition: border 0.6s ease-in-out;
}

.blog-box figure:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.blog-box-content a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.18px;
	text-transform: capitalize;
	line-height: normal;
	display: inline-block;
}

.blog-box-content a:hover {
	color: var(--red-color);
}

.blog-box-content a.cmn-btn {
	background: inherit;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.blog-box-content a.cmn-btn:hover {
	color: #004673;
}

.blog-box-content a.cmn-btn:hover span img {
	fill: #004673;
}

.blog-btn {
	text-align: center;
	margin-top: 56px;
}

.flight-loc .loc-name {
	background: #fff;
	border: 1px solid #e4ebf1;
	border-radius: 64px;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 15px;
}
.rotate-45 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	display: inline-block;
}

.flight-loc .arrow-icon {
	background: #111827;
	color: #fff;
	border-radius: 54px;
	width: 30px;
	height: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.flight-loc .loc-name {
	background: #fff;
	border: 1px solid #e4ebf1;
	border-radius: 64px;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 15px;
}

.rotate-135 {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	display: inline-block;
}

.text-truncate {
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.text-truncate a {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.avatar.avatar-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.65rem;
}

.place-item .place-content .date-info {
	background: #f5f8fa;
	border: 1px solid #e4ebf1;
	border-radius: 10px;
}

.place-item .place-content .date-info .text-primary {
	color: #cf3425 !important;
	opacity: 1;
}

.place-item .place-content .date-info .text-default {
	color: #4e5561 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1320px !important;
}

@media (max-width: 991px) {
	.blog-box-content {
		left: 0;
		margin-top: 0;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.blog-box-content {
		left: 0px;
		max-width: 100%;
		height: 100%;
	}
	.benefits_section .text_box .icon_subbox .main_box {
		margin-bottom: 40px;
		height: auto;
	}
}
.top_destination_section .main_wrap .postion_textbox h3 {
	font-size: 12px;
}

