/* ----------------------
Terms and privacy css start 
----------------------*/

.brpt ul {
	margin-top: 10px;
	padding-left: 0px;
}

.brpt ul li {
	display: inline;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
}

.brpt ul li a {
	display: inline-block;
	color: #0d2857;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

/* ----------------------
Terms and privacy css END
----------------------*/

/*---------------------
 contact page css start
 ----------------------*/
.contact_us {
	padding: 80px 0px;
}

.contact_wrp_main {
	box-shadow: 0px 10px 60px 0px #0510360D;
	border-radius: 12px;
}

.address_wrp p {
	color: #fff;
}

.address_wrp h4 {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 600;
}

.social-icons {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.social-icons a i {
	color: #fff;
	font-size: 19px;
}

.address_wrp {
	background: #204389;
	padding: 35px;
	height: 100%;
	border-radius: 12px 0px 0px 12px;
}

.contact_form {
	padding: 35px;
}

.send-btn {
	margin-top: 35px;
}

.contact_form h4 {
	color: #0d2857;
	margin-bottom: 25px;
}

.input-group textarea,
.input-group input {
	border: 1px solid #DDD;
	border-radius: 4px;
	min-height: 50px;
	width: 100%;
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.input-group {
	flex-wrap: nowrap;
}

.form-control:focus {
	color: #212529;
	background-color: #0000;
	border-color: #0d2857;
	outline: 0;
	box-shadow: none;
}

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

.input-group input {
	height: 50px;
	line-height: 24px;
	padding: 8px 15px;
	border: none;
	color: #000;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 12px;
	/* box-shadow: rgba(99, 99, 99, 0.2) 3px 5px 13px -7px; */
	width: 100%;
	border: 1px solid #20438970;
}

.input-group textarea {
	padding: 8px 15px;
	border: none;
	color: #000;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 12px !important;
	box-shadow: rgba(99, 99, 99, 0.2) 3px 5px 13px -7px;
	width: 100%;
	border: 1px solid #B5B2B2;
}

/*---------------------
 contact page css END
 ----------------------*/

/*---------------------
 Flights page css start
 ----------------------*/
.srch_flt {
	color: #fff;
	font-size: 35px;
	margin-bottom: 15px;
}

.search-fields-container {
	background-color: #fff;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.flight_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}

.flight_form .input-box {
	width: 100%;
}

.flight_form .form-group {
	position: relative;
}

.flight_form .form-group i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.input-box label {
	margin-bottom: 10px;
}

.sec__title {
	font-size: 36px;
	margin-bottom: 15px;
}

.sidebar {
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
}

.sidebar-widget {
	margin-bottom: 30px;
}

.sidebar-widget-item {
	margin: 15px 0px;
}

.stroke-shape {
	border-bottom: 1px solid #acb4b8;
	padding-bottom: 10px;
}

.flight_sec {
	margin: 80px 0px;
}

.filter-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 17px;
	align-items: center;
}

.filter-title h6 {
	color: #2C2C2C;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.sidebar-widget .title {
	font-size: 16px;
	display: flex;
	padding: 5px;
	margin-bottom: 10px;
	color: #2c2c2c;
	font-weight: 500;
}

.sidebar-widget a {
	color: #B89338;
	font-size: 18px;
	font-weight: 600;
}

.sidebar-widget .title i {
	color: #a8b1b5;
}

.sidebar-widget .clear-link {
	margin-left: auto;
	color: #8C8C8C;
}

.plane_logo img {
	max-width: 95px;
	max-height: 40px;
	object-fit: contain;
	margin-bottom: 10px;
}

.plane_logo {
	margin-right: 16px;
	position: relative;
}

.plane_logo .airline-num {
    color: #808080;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: nowrap;
}

.flight-segement .plane_logo {
	margin-right: 0;
	position: relative;
	width: 20%;
}

.flight_detail_bx {
	display: flex;
}

.flight_main_bx {
	box-shadow: rgba(0 0 0 / 14%) 0 0 7px 0;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
}

.flight_payment {
	width: 32%;
	padding: 16px;
	border-left: 1px dashed rgb(181, 181, 181);
	display: flex;
	flex-direction: column;
}

.custom-search {
	position: relative;
}

.custom-search input {
	width: 100%;
	border: 1px solid #666666;
	height: 40px;
	border-radius: 6px;
	color: #8C8C8C;
	padding: 10px 14px;
	margin-bottom: 30px;
}

.custom-search input::placeholder {
	color: #8C8C8C;
}

.custom-search .btn {
	position: absolute;
	top: 0;
	right: 0%;
	padding: 6px;
	background: #B89338;
	height: 50px;
	color: #fff;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.custom-search .btn:focus {
	box-shadow: unset;
}


.flight_des {
	width: 100%;
	padding: 16px;
}

.wishlist {
	margin-left: auto;
}

.plane_icon svg {
	width: 20px;
	margin-right: 15px;
}

.plane_imgs_wrp {
	display: flex;
	align-items: center;
	justify-content: end;
}

.plane_icon {
	margin-left: 20px;
}

.wishlist a {
	color: var(--dark-blue1);
}

.wishlist i {
	font-size: 20px;
	color: #fff;
}

.trash_wrp {
	margin-left: auto;
}

.trash_wrp i {
	color: red;
}

.time_wrp {
	margin-right: 16px;
	color: rgb(38, 38, 38);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.time_inner {
	margin-right: 16px;
	color: rgb(38, 38, 38);
	font-weight: bold;
	font-size: 18px;
}

span.date-inner {
	font-weight: 500;
	color: rgb(101, 101, 101);
	font-size: 14px;
	display: block;
}

.time_inner .date-inner:nth-child(1) {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
}

.country_inr {
	margin-right: 16px;
	color: rgb(38, 38, 38);
	display: flex;
	align-items: center;
	-webkit-line-clamp: 1;
	visibility: visible;
	overflow: hidden;
	text-align: center;
}

.flight_main_detail {
	display: flex;
	align-items: center;
	margin-top: 15px;
	font-size: 14px;
	justify-content: space-between;
}

.flight_main_detail svg {
	width: 20px;
}

.plane_icon svg path {
	fill: #a8b1b5;
}

.day_hour {
	margin-right: 0;
	color: rgb(101, 101, 101);
}

.stop_hour {
	color: rgb(101, 101, 101);
}

.price_rt {
	text-align: right;
}

.price_rt .price_inr {
	font-weight: 700;
	margin: 10px 0px;
	font-size: 20px;
}

.price_rt span {
	font-size: 13px;
	font-weight: 500;
}

.ttl_p {
	font-size: 12px;
}

.ttl-p-lg {
	font-size: 20px;
}

.flight-btn-box .btn-theme {
	padding: 5px 20px 5px;
	font-size: 14px;
	border-radius: 7px;
	width: 100%;
}

.flight_tabs .nav {
	border: 1px solid #9ba8b0;
	border-radius: 6px;
	padding: 4px;
}

.flight-btn-box {
	text-align: right;
	margin-top: auto;
}

.cs_check .form-group {
	display: block;
	margin-bottom: 15px;
}

.cs_check .form-group input[type='checkbox'] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.cs_check .form-group label {
	position: relative;
	cursor: pointer;
	display: flex;
	column-gap: 5px;
	font-size: 14px;
	color: #808080;
	font-weight: 600;
}

/* .cs_check .form-group label::before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #666666;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
} */

/* .cs_check .form-group input:checked+label::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	border: solid #204389;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
} */

.white-space-nowrap {
	white-space: nowrap;
}

/* custom range slider 1 start*/

[slider] {
	position: relative;
	height: 3px;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 45px;
	margin-top: 35px;
}

[slider]>div {
	position: absolute;
	left: 13px;
	right: 15px;
	height: 3px;
}

[slider]>div>[inverse-left] {
	position: absolute;
	left: 0;
	height: 3px;
	border-radius: 10px;
	background-color: #C8D1D5;
	margin: 0 0;
}

[slider]>div>[inverse-right] {
	position: absolute;
	right: 0;
	height: 3px;
	border-radius: 10px;
	background-color: #C8D1D5;
	margin: 0 0;
}

[slider]>div>[range] {
	position: absolute;
	left: 0;
	height: 3px;
	border-radius: 14px;
	background-color: var(--dark-blue1);
}

[slider]>div>[thumb] {
	position: absolute;
	top: -9px;
	z-index: 2;
	height: 20px;
	width: 20px;
	text-align: left;
	margin-left: -11px;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 50%;
	outline: none;
	border: 1px solid #9ba8b0;
}

[slider]>input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 3;
	height: 3px;
	top: -2px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
	-webkit-appearance: none;
	background: transparent;
	color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: transparent;
	color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
	border: transparent;
}

div[slider]>input[type=range]:focus {
	outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
	-webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
	display: none;
}

[slider]>div>[sign] {
	opacity: 0;
	position: absolute;
	margin-left: -11px;
	top: -39px;
	z-index: 3;
	background-color: var(--dark-blue1);
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

[slider]>div>[sign]:after {
	position: absolute;
	content: '';
	left: 0;
	border-radius: 16px;
	top: 19px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: var(--dark-blue1);
}

[slider]>div>[sign]>span {
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
}

[slider]:hover>div>[sign] {
	opacity: 1;
}

/* custom range slider 1 End*/


/* custom range slider 2 start*/


[slider2] {
	position: relative;
	height: 3px;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 45px;
	margin-top: 35px;
}

[slider2]>div {
	position: absolute;
	left: 13px;
	right: 15px;
	height: 3px;
}

[slider2]>div>[inverse-left] {
	position: absolute;
	left: 0;
	height: 3px;
	border-radius: 10px;
	background-color: #C8D1D5;
	margin: 0 0;
}

[slider2]>div>[inverse-right] {
	position: absolute;
	right: 0;
	height: 3px;
	border-radius: 10px;
	background-color: #C8D1D5;
	margin: 0 0;
}

[slider2]>div>[range] {
	position: absolute;
	left: 0;
	height: 3px;
	border-radius: 14px;
	background-color: var(--dark-blue1);
}

[slider2]>div>[thumb] {
	position: absolute;
	top: -9px;
	z-index: 2;
	height: 20px;
	width: 20px;
	text-align: left;
	margin-left: -11px;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 50%;
	outline: none;
	border: 1px solid #9ba8b0;
}

[slider2]>input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 3;
	height: 3px;
	top: -2px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

div[slider2]>input[type=range]::-ms-track {
	-webkit-appearance: none;
	background: transparent;
	color: transparent;
}

div[slider2]>input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: transparent;
	color: transparent;
}

div[slider2]>input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
	border: transparent;
}

div[slider2]>input[type=range]:focus {
	outline: none;
}

div[slider2]>input[type=range]::-ms-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
}

div[slider2]>input[type=range]::-moz-range-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
}

div[slider2]>input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
	-webkit-appearance: none;
}

div[slider2]>input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0 none;
}

div[slider2]>input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0 none;
}

div[slider2]>input[type=range]::-ms-tooltip {
	display: none;
}

[slider2]>div>[sign] {
	opacity: 0;
	position: absolute;
	margin-left: -11px;
	top: -39px;
	z-index: 3;
	background-color: var(--dark-blue1);
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

[slider2]>div>[sign]:after {
	position: absolute;
	content: '';
	left: 0;
	border-radius: 16px;
	top: 19px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: var(--dark-blue1);
}

[slider2]>div>[sign]>span {
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
}

[slider2]:hover>div>[sign] {
	opacity: 1;
}



/* custom range slider 2 END*/
.responsive-filter-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3ecf2;
	padding: 4px 10px;
	border-radius: 4px;
	height: 50px;
	transition: all ease .25s;
	cursor: pointer;
}

.form-group select.custom-form-select {
	border-radius: 0.25rem;
}

.form-group select.custom-form-select option {
	color: #000;
}

.responsive-filter-wrapper:hover {
	color: #fff;
	background-color: #204389;
}

.responsive-filter-wrapper:hover svg path {
	fill: #fff;
}

.responsive-filter-wrapper span {
	margin-left: 10px;
}

@media only screen and (min-width:1200px) {
	.responsive-filter-wrapper {
		display: none;
	}
}

.sidebar-widget-item .nav-pills .nav-link.active,
.sidebar-widget-item .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #204389;
}

.sidebar-widget-item .nav-pills .nav-link {
	padding: 10px;
}

.sidebar-widget-item .nav-pills .nav-link {
	padding: 6px 10px;
	font-size: 14px;
	color: #204389;
	width: 50%;
	border-radius: 6px;
}

.flight_tabs .tab-content {
	padding-top: 20px;
}

.flight_tabs .form-group label {
	font-size: 14px;
}

.flight_tabs .form-group label span {
	font-weight: 600;
}

.air_class span {
	font-size: 14px;
	font-weight: 500;
}

.air_class .eco {
	color: #0a77bc;
}

.view_btn {
	color: var(--dark-blue1);
}

.flight_main_dtl .card {
	border: none;
	border-radius: 0px 0px 12px 12px;
	border-top: 1px dashed rgb(181, 181, 181);
	padding: 33px 20px;
}

.flight_main_dtl .depart .depart-header {
	font-weight: 600;
}

.flight-detail-info {
	display: flex;
	flex-wrap: wrap;
}

.flight-detail-info li:not(:last-child) {
	margin-right: 30px;
	position: relative;
}

.flight-detail-info li:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c09629;
	top: 8px;
	right: -20px;
}

.depart h5 {
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 5px;
}

.depart span {
	font-size: 14px;
}

.depart_inr_1 {
	margin-top: 20px;
	position: relative;
}

.depart_inr_2 {
	margin-top: 20px;
	position: relative;
}

.depart_inr_3 {
	align-items: center;
	margin-top: 20px;
}

.depart_time {
	width: 25%;
}

.depart_time span,
.depart_plc span {
	color: rgb(101, 101, 101);
}

.depart_main_wrp p {
	margin-bottom: 3px;
	font-weight: 500;
}

.depart_plc ul {
	margin-bottom: 0px;
	margin-left: 15px;
}

.depart_plc ul li {
	position: relative;
	padding-left: 20px;
}

.depart_plc ul li::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	background: #204389;
	left: 0;
	top: 7px;
	border-radius: 50%;
}

.depart_main_wrp {
	font-size: 15px;
	padding-left: 0;
	position: relative;
	padding-bottom: 15px;
}

.depart_inr_1::before,
.depart_inr_2::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #204389;
	left: -24px;
	border-radius: 50%;
	top: 6px;
}

.flight-stopper {
	border-top: 1px dashed rgb(181, 181, 181);
	border-bottom: 1px dashed rgb(181, 181, 181);
	padding: 8px;
	border-radius: 0;
	font-size: 14px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* text-transform: capitalize; */
	color: #7e7e7e;
	padding-right: 20px;
}

.flight_main_dtl .flight-detail-box {
	/* border-bottom: 1px solid rgb(181, 181, 181); */
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.flight_main_dtl .flight-detail-box:last-child {
	border-bottom: unset !important;
}

.flight-detail-price {
	border-top: 1px dashed rgb(181, 181, 181);
	padding: 20px 20px 0;
}

.flight-detail-price .price_inr {
	font-weight: 700;
	margin: 10px 0px;
	font-size: 20px;
	color: #bf9828;
}

.air_class .first {
	color: #c09629;
}

.air_class .bussns {
	color: #828397;
}

/* choose airline checkboxes css */
.choose-airline .airline-checkbox-wrapper {
	display: flex;
	background: #f4f4f4;
	padding: 10px;
	margin: 0 0 30px;
	border-radius: 8px;
	flex-wrap: nowrap;
	overflow-x: scroll;
	gap: 10px;
}

.airline-checkbox-wrapper::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

.airline-checkbox-wrapper::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.airline-checkbox-wrapper::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	height: 2px;
	border-radius: 10px;
	background: rgba(2, 44, 106, 0.64);
}


.airline-checkbox {
	flex: 0 0 200px;
	display: flex;
	background-color: #fff;
	border: 2px solid #d1d1d1;
	border-radius: 30px;
	box-shadow: none;
	gap: 5px;
	overflow: hidden;
	padding: 3px;
}

.airline-checkbox.b-b {
	border: 2px solid #26377e !important;
}

.airline-checkbox-wrapper .airline-checkbox-img {
	background: #FFF;
	border: 1px solid #fff;
	padding: 5px;
	cursor: pointer;
}

.airline-checkbox-wrapper .airline-checkbox-img img {
	max-width: 41px;
	width: 100%;
	height: 28px;
	object-fit: contain;
}

.airline-checkbox-data h5 {
	color: #808080;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: normal;
}

.airline-checkbox-data p {
	color: #2C2C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.airline-checkbox input {
	/* position: absolute; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}

.airline-checkbox-data h5 {
	padding: 0px;
}

.airline-checkbox input[type="checkbox"]:checked+.airline-checkbox-img {
	border-color: var(--dark-blue1);
}

/*end choose airline checkboxes css */

/*---------------------
 Flights page css END
 ----------------------*/
.share_btn {
	margin-top: 30px;
}

.share_icons_wrp img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.share_icons_wrp {
	display: flex;
	column-gap: 25px;
}

.share_icons_wrp a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
	display: flex;
}

.contct p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.wave_img img {
	border-radius: 0px 0px 12px 12px;
}

.payment_succes {
	margin-top: 0px;
	padding: 80px 0px;
	background: #f9fbff;
}

.payment_succes .payment_inner {
	padding: 30px 15px;
	margin-top: 80px;
	border-radius: 12px;
	text-align: center;
	background: #fff;
	box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.payment-check-icn {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: #6eb356;
	display: flex;
	font-size: 35px;
	margin: 30px auto;
	justify-content: center;
	align-items: center;
	border: 3px solid #6eb356;
}

.payment-check-icn i {
	font-size: 55px;
	animation: mover 1s infinite alternate;
}

.payment_hd {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}

.payment_inner p {
	color: #7d807b;
}

.invoice_btn_wrp {
	margin: 35px 0px 20px;
}

.btn-invoice {
	background: var(--dark-blue1);
	padding: 8px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	border: 0px;
	margin-top: 15px;
}

.btn-invoice:hover {
	color: #fff;
}

.contact_inrr {
	display: flex;
	column-gap: 30px;
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
}

@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
}

/* Blog page css START */
.blog-area {
	position: relative
}

.blog-single-area {
	padding: 80px;
}

.blog-item {
	padding: 20px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 12px;
	box-shadow: -4px -5px 14px rgba(0, 0, 0, 0), 5px 8px 16px rgba(0, 0, 0, 0.04);
	transition: all .5s ease-in-out;
}

.blog-item-img {
	border-radius: 12px;
	overflow: hidden
}

.blog-item-img img {
	border-radius: 12px;
	transition: all .3s ease-out 0s;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.blog-item:hover .blog-item-img img {
	transform: scale(1.1)
}

.blog-item-info {
	padding: 15px 0 0
}

.blog-item-meta ul {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	border-bottom: 1px solid rgb(235, 235, 235);
	padding-bottom: 18px
}

.blog-item-meta ul li {
	display: inline-block;
	margin-right: 15px;
	font-weight: 500;
	position: relative;
	color: var(--color-dark)
}

.blog-item-meta ul li i {
	margin-right: 5px;
	color: var(--dark-blue1)
}

.blog-item-meta a:hover {
	color: var(--dark-blue1)
}

.blog-title {
	font-size: 22px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.blog-item-info p {
	margin-bottom: 16px
}

.blog-item-info .theme-btn {
	margin-top: 15px
}

.blog-item-info h4 a {
	color: var(--color-dark)
}

.blog-item-info h4 a:hover {
	color: var(--dark-blue1)
}

.blog-thumb-img {
	margin-bottom: 20px
}

.blog-single-content img {
	border-radius: 15px
}

.blog-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
	display: flex;
	align-items: center;
	gap: 20px
}

.blog-meta .blog-meta-left ul li {
	font-weight: 500
}

.blog-meta i {
	margin-right: 5px;
	color: var(--dark-blue1)
}

.blog-meta a {
	color: #212529;
	font-weight: 500;
}

.blog-meta a:hover {
	color: var(--dark-blue1)
}

.blog-details-title {
	font-size: 34px;
	color: var(--color-dark)
}

.blockqoute {
	background: #E7E7F0;
	border-left: 5px solid var(--dark-blue1);
	padding: 30px;
	font-size: 17px;
	font-style: italic;
	margin: 20px 0;
	border-radius: 0;
}

.blockqoute-author {
	margin-top: 20px;
	padding-left: 60px;
	position: relative;
	color: var(--color-dark)
}

.blockqoute-author::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 40px;
	background: var(--dark-blue1);
	left: 0;
	top: 10px
}

.blog-details-tags {
	display: flex;
	align-items: center;
	gap: 20px
}

.blog-details-tags h5 {
	color: var(--color-dark)
}

.blog-details-tags ul {
	display: flex;
	align-items: center;
	gap: 15px
}

.blog-details-tags ul a {
	background: #F9F9F9;
	color: var(--color-dark);
	padding: 6px 18px;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}

.blog-details-tags ul a:hover {
	background: var(--dark-blue1);
	color: #fff
}

.blog-author {
	display: flex;
	justify-content: start;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	margin: 50px 0;
	padding: 20px
}

.blog-author-img {
	width: 320px
}

.blog-author-img img {
	border-radius: 15px
}

.author-name {
	font-size: 22px;
	color: var(--dark-blue1);
	margin: 8px 0
}

.author-info {
	padding: 0 20px
}

.author-social {
	margin-top: 10px;
	display: flex;
}

.author-social a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	border: 2px solid var(--dark-blue1);
	border-radius: 50px;
	margin-right: 5px;
	color: var(--dark-blue1);
	transition: all .5s ease-in-out;
}

.blog-item-meta ul li a {
	color: #212529;
}

.author-social a:hover {
	color: #fff;
	background: var(--dark-blue1)
}

.blog-comments {
	margin-bottom: 50px
}

.blog-comments h3 {
	color: var(--color-dark)
}

.blog-comments-wrapper {
	margin: 30px 0
}

.blog-comments-single {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	margin-top: 50px
}

.blog-comments-single img {
	border-radius: 50%
}

.blog-comments-content {
	padding: 0 0 0 20px
}

.blog-comments-content span {
	font-size: 14px;
	color: var(--dark-blue1);
	font-weight: 500
}

.blog-comments-content a {
	font-weight: 500;
	margin-top: 5px;
	color: var(--dark-blue1)
}

.blog-comments-content a:hover {
	color: var(--color-dark)
}

.blog-comments-content h5 {
	color: var(--color-dark)
}

.blog-comments-reply {
	margin-left: 50px
}

.blog-comments-form {
	padding: 30px;
	margin-top: 50px;
	border-radius: 10px;
	background: #fff;
}

.blog-comments-form h3 {
	margin-bottom: 20px
}

.blog-comments-form .form-group {
	margin-bottom: 20px
}

.blog-comments-form .form-control {
	padding: 15px 20px;
	border-radius: 12px;
	box-shadow: none;
	transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
	border-color: var(--dark-blue1)
}

.blog-area {
	padding: 80px;
}

.widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.widget .widget-title {
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	font-size: 25px;
	color: var(--color-dark)
}

.widget .widget-title::before {
	position: absolute;
	content: '';
	width: 15px;
	border-bottom: 3px solid var(--dark-blue1);
	bottom: 0;
	left: 0
}

.widget .widget-title::after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 3px solid var(--dark-blue1);
	bottom: 0;
	left: 22px
}

.widget .search-form .form-control {
	padding: 12px 15px;
	border-radius: 12px;
	box-shadow: none
}

.widget .search-form {
	position: relative
}

.widget .search-form .form-control:focus {
	border-color: var(--dark-blue1)
}

.widget .search-form button {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 18px;
	background: 0 0;
	border: none;
	color: var(--dark-blue1);
	transform: translate(-50%, -50%);
}

.widget .category-list a {
	display: block;
	padding: 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #ced4da;
	transition: var(--transition);
	color: #212529;
}

.widget .recent-post-bio h6 a {
	color: #212529;
}

.widget .category-list a:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.widget .category-list a:hover {
	padding-left: 10px;
	color: var(--dark-blue1)
}

.widget .category-list a i {
	margin-right: 5px;
	color: var(--dark-blue1)
}

.widget .category-list a span {
	float: right
}

.widget .recent-post-single {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 20px
}

.widget .recent-post-img {
	margin-right: 20px
}

.widget .recent-post-img img {
	width: 120px;
	border-radius: 8px;
	height: 75px;
	object-fit: cover;
}

.widget .recent-post-bio h6 {
	font-size: 18px
}

.widget .recent-post-bio span {
	font-size: 14px;
	color: var(--dark-blue1)
}

.widget .recent-post-bio span i {
	margin-right: 5px
}

.widget .recent-post-bio h6 a:hover {
	color: var(--dark-blue1)
}

.widget .social-share-link a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	border: 2px solid var(--dark-blue1);
	color: var(--dark-blue1);
	text-align: center;
	margin-right: 5px;
	border-radius: 50px;
	transition: var(--transition)
}

.widget .social-share-link a:hover {
	background: var(--dark-blue1);
	color: #fff
}

.social-share-link {
	display: flex;
}

.widget .tag-list a {
	background: #E7E7F0;
	color: var(--color-dark);
	padding: 5px 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 10px;
	display: inline-block;
	transition: var(--transition);
}

.widget .tag-list a:hover {
	background-color: var(--dark-blue1);
	color: #fff
}

.pagination-area .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.pagination-area .pagination .page-link {
	border: none;
	background: #212529;
	color: #fff;
	margin: 0 10px;
	border-radius: 8px !important;
	width: 40px;
	height: 40px;
	line-height: 28px;
	text-align: center;
	transition: var(--transition);
}

.pagination-area .pagination .page-link:hover,
.pagination .page-item.active .page-link {
	background: var(--dark-blue1);
	color: #fff;
}

/* review trip page start */
.review_trip {
	margin: 80px 0px;

}

.review_inner {
	box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
}

.trip_icon {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.trip_dtl h6 {
	color: #fff;
	font-size: 1.5rem;
}

.trip_icon i {
	background: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: var(--dark-blue1);
	font-size: 18px;
}

.trip_dtl p {
	margin: 0px;
	color: #fff;
}

.trip_dtl span {
	font-weight: 600;
	margin-right: 10px;
}

.trip_bx {
	display: flex;
	align-items: center;
	background: var(--dark-blue1);
	padding: 25px 25px;
}

.color_gold {
	color: #fa2;
}

.daparture_cs {
	padding: 20px 0px;
	display: flex;
	align-items: center;
}

.d_icon i {
	font-size: 22px;
	background: var(--dark-blue1);
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.baggage-info {
	font-size: 14px;
	color: #737373;
}

.timing_wrapp {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.timing_wrapp p {
	color: #7799BE;
}

.timing_wrapp p {
	color: #204389;
	font-size: 14px;
	margin-bottom: 0px;
}

.refundPolcy {
	border-radius: 3px;
	border: 1px solid #B0CFF6;
	background: #F8FBFF;
	color: #5B5B5B;
	padding: 13px 15px 13px 15px;
	font-size: 16px;
	position: relative;
	line-height: 22px;
	margin-top: 25px;
}

.timing_wrapp span {
	font-size: 18px;
}

.refundPolcy span {
	display: inline-block;
	color: #4D99EB;
	margin-right: 3px;
}

.refundPolcy i {
	color: #4D99EB;
	margin-right: 6px;
}

/* plane rotate css */
.bg-building-rotate {
	/*! overflow: hidden; */
	position: relative;
	justify-content: center;
	display: flex;
}

.building-rotate-row {
	height: 45rem;
	overflow: hidden;
}

.bg-building-rotate img {
	opacity: 1;
	width: 400vw;
	max-width: 400vw !important;
}

.bg-building-rotate {
	/*! width:100%; */
	text-align: center;
}


.cta_section {
	position: relative;
	padding-top: 10px;
	background: #2043890d;
}

.animation {
	background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plane-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
}

.plane-wrapper-2 {
	position: absolute;
	top: 50%;
	right: -10%;
}

.plane-wrapper-2 .paper-plane {
	transform: scaleY(-1);
}

.paper-plane {
	width: 150px;
	transition-duration: 0.4s;

}

.content-one {
	display: flex;
}

.content-one h2 {
	font-size: 28px;
	line-height: 28px;
	margin-right: 8px;
}

.content-two {
	position: relative;
	z-index: 2;
}

.content-two h2 {
	font-size: 58px;
	line-height: 58px;
	text-transform: uppercase;
	color: #ffffffa1;
	text-shadow: 0px 2px 10px #f292df59;
}

.scrolling_up img {
	transform-origin: center center;
	transform: scaleX(-1);
	transition-duration: 0.4s;
}

.plane-wrapper-2.scrolling_up img {
	transform-origin: center center;
	transform: scaleX(-1) scaleY(-1);
	transition-duration: 0.4s;
}

.animation-pun {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_gold {
	background: var(--gold-1) !important;
	border-color: var(--gold-1) !important;
}

#cta_form_wrappper .input-group input:focus {
	border-color: #fff;
}

.dep:hover:before {
	opacity: 1;
	width: 100%;
	left: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.dep:before {
	bottom: 0;
	display: block;
	height: 100%;
	width: 0%;
	content: "";
	z-index: -1;
	border-radius: 20px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.dep:before {
	position: absolute;
	z-index: -1;
	background: var(--dark-blue1);
	border-radius: 20px;
}

/* price range css */
#slider-range {
	width: calc(100% - 20px) !important;
}

.ui-widget-content {
    background-color: #b7b7b782;
    border: none !important;
    position: relative;
    overflow-x: hidden !important;
    height: 6px;
    border-radius: 10px;
	width: 95%;
}

.range-bar {
	overflow-x: visible !important;
	margin-right: 0;
}

.ui-widget-header {
	background: #26377e !important;
	position: absolute;
	height: 100%;
}

.ui-slider-handle {
	top: -8px !important;
	height: 20px;
	width: 20px;
	background: #26377e !important;
	border-radius: 10px;
	border: 4px solid #fff !important;
	position: absolute;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 38%);
}

.ui-state-hover,
.ui-state-focus,
.ui-state-active {
	outline: none;
}

.price-label {
	width: 100%;
	display: flex;
	margin-top: 25px;
	justify-content: space-between;
}

.price-label span {
	color: #747474;
	font-size: 20px;
	font-weight: 500;
}

.price-label .range-value {
    background-color: #26377E;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 6px;
    min-width: 30px;
}

.price-label .range-value span {
	color: #fff;
	font-size: 12px;
}

/* end price range css */
.wishlist-ic i {
	color: var(--dark-blue1) !important;
}

.custom-loader .progress {
	height: 9px;
	font-size: 0.75rem;
	background-color: #DCDCDC;
}

.custom-loader .progress .progress-bar {
	background: url('../images/progress.svg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
}

.hotel-input-checkbox-fillter input[type='checkbox'],
.hotel-booking-input-checkbox input[type='checkbox'] {
	padding: 0;
	margin: 0;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
}

.hotel-booking-input-checkbox .form-check {
	margin: 0;
	padding: 0;
}

.hotel-booking-input-checkbox .form-check label {
	padding-left: 5px;
}

.hotel-input-checkbox-fillter .rating-option .form-group {
	display: flex !important;
	margin: 0px !important;
	padding: 0px !important;
}


.hotel-input-checkbox-fillter .cs_check .form-check {
	padding: 0;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
}

.hotel-input-checkbox-fillter .cs_check .form-check input.form-check-input {
	margin-right: 10px;
}

.hotel-input-checkbox-fillter .meals-type-option div.mb-3 {
	margin-bottom: 5px !important;
}