.body-section {
	margin-top: 40px;
	margin-bottom: 100px;
}

/* Metrics CSS */


/* Widgets CSS */

.form-bg {
	margin: 12px 0 16px 0px;
	padding: 32px;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
	background: #fff;
}

.form-fld {
	background: #fff;
	border: #E0E0E0 solid 1px;
	border-radius: 4px;
	padding: 4px 8px;
}

.form-fld .label-txt {
	font-size: 13px;
	color: #707070;
}

.form-fld .inputText {
	border: none;
	width: 100%;
	padding: 0;
}

.form-fld select {
	border: none;
	width: 100%;
	padding: 2.6px 0;
	height: auto;
}

.form-fld select:focus-visible,
.form-fld select:focus {
	outline: none;
}

.form-fld .form-control:focus {
	outline: none;
	box-shadow: none;
}

.form-fld .inputText:focus-visible {
	outline: none;
}

.dash-widget {
	inset: 8px !important;
	margin: 0;
	width: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 0.25rem !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

.dash-widget .card {
	border: none;
}

.dash-widget .card .card-header {
	border: none;
}

.dash-widget .card .card-footer {
	border: none;
	padding: 0px;
	background-color: #fff;
	margin-top: 16px;
}

.dash-widget .card .card-footer ul {
	text-align: left;
}

.dash-widget .card .list-group-item {
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin-bottom: 0.5rem;
}

.dash-widget .card .list-group-item:last-child {
	border-bottom: none;
}

.dash-widget .card .list-group-item p:first-child {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #3d3d3d;
}

.dash-widget .card .list-group-item p:last-child {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #656565;
}

.dash-widget .card .card-body {
	height: 350px;
}

.dash-widget .widget-action-icons .btn {
	padding: 4px;
	opacity: 0;
}

.dash-widget .card:hover .widget-action-icons .btn {
	opacity: 1;
}

.form-section {
	margin: 32px 0;
}

.input-group-append {
	z-index: 0;
}

.form-fld {
	margin-bottom: 16px;
}

.dash-tp-count {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	border-radius: 0.25px;
	padding: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.dash-tp-icon1 {
	background: #F0ECFB;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 4px;
	margin-right: 10px;
}

.dash-tp-icon2 {
	background: #EEF9FD;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 4px;
	margin-right: 10px;
}

.dash-tp-icon3 {
	background: #FEF2EC;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 4px;
	margin-right: 10px;
}

.dash-tp-icon4 {
	background: #FEEDF2;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 4px;
	margin-right: 10px;
}

.dash-tp-count svg {
	padding: 2px;
}

.dash-tp-count .media h1 {
	font-size: 40px;
	margin: 0px 0;
}

.dash-tp-count .media p {
	font-size: 18px;
	padding: 0;
	margin: 0px 0;
}

.flight-result-tp {
	border: #E0E0E0 solid 1px;
	border-radius: 4px;
	background-color: #F6F6F6;
	margin-bottom: 8px;
	padding: 16px !important;
}

.flight-result-tp:last-child {
	margin-bottom: 16px;
}

.flight-result-tp h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0 8px 0;
	color: #292929;
}

.flight-result-tp h1 span {
	color: #000;
}

.flight-result-tp p {
	color: #292929;
	margin: 0;
	font-size: 15px;
}

.flight-result-tp h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #2c539e;
}

.bs-canvas-overlay {
	opacity: 0.85;
	z-index: 1100;
}

.bs-canvas {
	top: 0;
	z-index: 1110;
	overflow-x: hidden;
	overflow-y: auto;
	width: 420px;
	transition: margin .4s ease-out;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
	left: 0;
	margin-left: -420px;
}

.bs-canvas-right {
	right: 0;
	margin-right: -420px;
}

.bs-canvas .bs-canvas-header {
	border-bottom: 1px solid #d2d2d2;
	padding: 8px 16px !important;
}

.bs-canvas .bs-canvas-header h4 {
	font-size: 18px;
	color: #242424;
}

.bs-canvas .bs-canvas-header .close {
	font-weight: 400;
}

.bs-canvas .form-check svg {
	margin: -7px 2px 0 4px;
}

.filter-icon ul li {
	border: #ddd solid 1px;
	text-align: center;
	padding: 0px 5px;
	margin-bottom: 0px;
}

.filter-icon ul li:hover {
	background: #efefef;
	cursor: pointer;
}

.filter-icon ul .list-inline-item {
	width: 25%;
	float: left;
}

.filter-icon .list-inline {
	margin-bottom: 0px;
}

.filter-icon .list-inline img {
	width: 40px;
}

.filter-icon .list-inline-item:not(:last-child) {
	margin-right: 0;
}

.filter-icon .active {
	background: #fff;
	border-bottom: 4px solid #168FCE;
}

.filter-icon .filter-txt {
	font-size: 13px;
	margin: 0 0 5px 0;
}

.filter-sec .card {
	border: none;
}

.filter-sec .card .card-header {
	padding: 4px;
	border: none;
	background: transparent;
}

.filter-sec .card .card-body {
	padding: 4px;
}

.slider-selection {
	background: #f77500 !important;
}

.slider-success .slider-selection {
	background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
	background-color: #428bca !important;
}

.slider-info .slider-selection {
	background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
	background-color: #f0ad4e !important;
}

.slider-danger .slider-selection {
	background-color: #d9534f !important;
}

.slider.slider-horizontal {
	width: 100% !important;
	height: 20px;
}

.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #bdbdbd !important;
	text-align: center;
	background-color: transparent !important;
	border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
	display: none !important;
}

.slider .tooltip.top {
	margin-top: -25px !important;
}

.well {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	padding: 0;
}

.slider-ghost .slider-track {
	height: 5px !important;
}

.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid #f77500;
}

.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}

.flight-link {
	font-size: 14px;
}

.flight-link a {
	box-shadow: none;
	color: #0F6CBD !important;
	font-size: 14px;
	padding: 3px 6px;
	border-radius: 3px;
}

.flight-link a:hover {
	color: #115ea3;
}

.flight-result-head {
	color: #292929;
	font-size: 16px;
}

.flight-result-box {
	margin-bottom: 16px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.flight-result-box:hover,
.flight-result-box:focus {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}

.flight-result-select {
	background: #f1f7fe; padding: 8px;
}

.flight-result-box .media {
	font-size: 10px;
	text-align: left;
}

.flight-result-box .media h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.flight-result-box .airline-code {
	font-size: 15px;
	color: #999;
}

.flight-result-box p {
	margin: 0px;
}

.flight-logo {
	margin-right: 6px;
}

.flight-time .flight-txt1 {
	color: #000;
	font-size: 20px;
}

.flight-time .flight-txt2 {
	color: #666;
	font-size: 15px;
}

.flight-price {
	font-size: 17px;
	color: #000; padding: 0;
}

.refundable-txt {
	display: none;
}

.refundable-txt2 {
	display: none;
}

.roundtrip-flight-price {
	font-size: 17px;
	color: #000;
	margin-top: 20px !important;
}

.flight-result-ft {
	background: #fff;
	border-top: 1px solid #d6d6d6;
	padding: 8px 10px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 3px;
}

.flight-panel .panel-title {
	font-size: 13px;
	padding: 0px 0 0 0px;
	margin: 0px;
}

.flight-panel .panel-title>a {
	border: none;
	box-shadow: none;
	color: #0F6CBD !important;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.flight-panel .panel-title>a:hover {
	color: #115ea3;
	text-decoration: underline;
}

.flight-panel .panel-title>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #0069d9;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.flight-panel .panel-title>a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.flight-result-ft .list-inline {
	margin: 0;
}

.flight-result-ft .list-inline .list-inline-item:not(:last-child) {
	margin-right: 8px;
}

.flight-result-ft .list-inline>li {
	padding: 0;
}

.flight-panel svg {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flight-result-detail p {
	margin: 0;
}

.flight-result-detail strong {
	color: #000 !important;
}

.layover {
	padding: 20px;
	border-bottom: 2px dotted #e8ecef;
	margin: -16px 3% 30px 1%;
	height: 0px;
	text-align: center;
	position: relative;
}

.layover .loDiv {
	width: 150px;
	height: 30px;
	background: #E8F7FF;
	border: 1px solid #deeaf0;
	color: #000;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 400;
	margin: auto;
	position: relative;
	top: 3px;
	border-radius: 2px;
}

.layover .loDiv {
	color: #7a6b52;
	font-size: 12px;
	font-weight: 400;
}

.layover .loDiv .time {
	color: #333;
	font-weight: 400;
}

.ribbon {
	--f: .5em;
	--r: .8em;
	font-size: 12px;
	color: #212529;
	position: absolute;
	top: 8px;
	right: calc(-1*var(--f));
	padding-inline: .25em;
	line-height: 1.8;
	background: #DFF6DD;
	border-bottom: var(--f) solid #0005;
	border-left: var(--r) solid #0000;
	clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.ribbon2 {
	--f: .5em;
	--r: .8em;
	font-size: 12px;
	color: #212529;
	position: absolute;
	top: 8px;
	right: calc(-1*var(--f));
	padding-inline: .25em;
	line-height: 1.8;
	background: #FED9CC;
	border-bottom: var(--f) solid #0005;
	border-left: var(--r) solid #0000;
	clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.top-0 {
	top: 0;
}

.flight-detail-table td {
	padding: 4px 0;
}

.flight-detail-table {
	background: #f8f8f8;
	padding: 0px 8px;
	border-radius: 4px;
}

.fare-breakup {
	font-size: 14px !important;
	line-height: 25px;
}

.fare-breakup h2 {
	font-size: 14px !important;
	padding-bottom: 0px !important;
	margin-bottom: 6px !important;
	color: #0069d9 !important;
}

.fare-breakup strong {
	color: #666 !important;
	font-weight: normal;
}

.fare-breakup .exin,
.fare-breakup .exin .INR {
	color: #999 !important;
}

.fare-breakup .exin,
.fare-breakup .exin .INR {
	color: #999 !important;
}

.fare-breakup .pass-count {
	font-size: 11px;
	color: #666;
	font-weight: 400;
	margin-top: 4px;
}

.fare-breakup .price-breakup {
	color: #666;
}

.price-breakup p {
	padding: 5px 0px;
	color: #999;
	text-align: left;
	font-size: 14px;
}

.price-breakup p span:nth-of-type(2n) {
	color: #666;
	font-size: 14px;
}

.price-breakup p span:first-child {
	color: #333;
	font-size: 13px;
}

.fare-breakup .ptleft {
	padding-left: 5px;
	font-size: 13px;
}

.price-breakup .full-total {
	background: #e6e6e6;
	padding: 6px 10px;
}

.refundable {
	border: #5cb85c solid 1px !important;
	color: #5cb85c !important;
	font-size: 12px;
	border-radius: 4px;
	padding: 2px 12px 0px 12px !important;
}

.itinerary h2 {
	font-size: 14px !important;
	color: #000 !important;
	font-weight: 400;
}

.flightup {
	margin-right: 10px;
	float: left;
	font-size: 20px;
	color: #999;
	position: relative;
	top: 2px;
}

.itinerary .itinerarySummary {
	display: table;
	margin: 0 0 15px;
	width: 100%;
	padding: 0;
	background: #f3f3f3;
	border: 1px solid #e1e1e1;
}

.itinerary .itinerarySummary .vendor {
	display: inline-table;
	vertical-align: top;
}

.airLogo {
	float: left;
	margin: 2px 8px 8px 0;
	position: relative;
}

.itinerary .itinerarySummary .vendor .name {
	display: block;
}

.baggagedetails .airlineName small {
	font-size: 13px !important;
	color: #999 !important;
}

.baggagedetails .checkin-baggage {
	float: left;
	width: 100% !important;
	list-style: none;
	text-align: center;
}

.cancellation_list {
	list-style: disc;
	margin-left: 20px;
}

.terms_text {
	color: rgba(0, 0, 0, .7);
	font-size: .8667rem;
	margin: 15px 0;
	line-height: 18px;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.form-check label {
	margin-bottom: 0 !important;
}

.flight-detail-box {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 10px 4px 4px 4px;
	-moz-border-radius: 10px 4px 4px 4px;
	border-radius: 10px 4px 4px 4px;
	background: #fff;
	position: relative;
	padding: 0 10px 10px 10px;
	margin-bottom: 16px;
}

.flight-detail-box .dprtBg {
	background-color: #d2d2d2;
	padding: 3px 10px;
	float: left;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-left: -10px;
	border-radius: 10px 0px 14px 0;
}

.flight-detail-inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fafafa;
	position: relative;
	padding: 10px;
}

.flight-detail-box .media h5 {
	font-size: 16px;
	margin-bottom: 0;
}

.flight-detail-box .media .airline-code {
	color: #999
}

.flight-detail-box-posAbs {
	position: absolute;
}

.flight-detail-box-top {
	top: -1px;
	right: 493px;
}

.flight-detail-box-bot {
	bottom: -1px;
	right: 493px;
}

.flight-detail-box-Top {
	width: 20px;
	height: 10px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top-color: rgba(0, 0, 0, 0.125);
	border-top-color: #fff;
}

.flight-detail-box-Circle {
	width: 20px;
	height: 10px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom-color: rgba(0, 0, 0, 0.125);
	border-bottom-color: #fff;
}

.flight-booking {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 10px 4px 4px 4px;
	-moz-border-radius: 10px 4px 4px 4px;
	border-radius: 10px 4px 4px 4px;
	background: #fff;
	position: relative;
	padding: 10px;
	margin-bottom: 16px;
}

.flight-booking h2 {
	font-size: 20px;
	margin: 0;
}

.flight-booking .flight-booking-time {
	font-size: 18px;
	margin: 0;
}

.flight-booking .flight-booking-date {
	font-size: 15px;
	margin: 0;
}

.flight-booking .media {
	margin: 8px;
}

.flight-booking .media h5 {
	margin-top: 10px;
	font-size: 18px;
}

.flight-booking .media span {
	font-size: 15px;
}

.flight-booking .flight-booking-inner {
	background: #F9F9F9;
	border-radius: 4px;
	padding: 8px;
	text-align: center;
	min-height: 264px;
}

.flight-booking .flight-booking-inner h3 {
	font-size: 15px;
}

.flight-booking .flight-booking-inner p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

/*.flight-result-box .list-inline svg{-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg);transform: rotate(45deg);}*/

.flight-booking-inner-lt svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.flight-booking-inner-lt2 svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.flight-booking .flight-booking-inner-rt h3 {
	font-size: 15px;
	margin: 0 0 4px 0;
}

.flight-booking .flight-booking-inner-rt p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.flight-booking-inner-btm h1 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.flight-detail-txt {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 20px;
}

.flight-detail-txt span {
	font-weight: 600;
	font-size: 17px;
}

.flight-detail-box .list-unstyled {
	text-align: left;
}

.flight-detail-form h1 {
	font-size: 16px;
	font-weight: 600;
}

.flight-detail-form .card {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14);
	padding: 16px;
	margin-bottom: 16px;
}

.flight-detail-fare {
	position: fixed;
	width: 25.333%;
}
.flight-detail-fare1 {
	position: static;
	width: 100%;
}

.flight-detail-fare .card {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14);
	padding: 16px;
	margin-bottom: 16px;
}

.flight-detail-fare .card .card-body {
	padding: 4px;
}

.flight-detail-fare .inner-card .card-header {
	padding: 0;
	background: #F9F9F9;
	border-radius: 4px;
	border: none;
	color: #292929;
	margin-bottom: 4px;
}

.flight-detail-fare .inner-card .card-header .btn-link {
	color: #000;
}

.flight-detail-fare .inner-card .card-header .btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}

.flight-detail-fare .inner-card .card-header .btn:focus {
	outline: 0;
	box-shadow: none;
}

.flight-detail-fare .list-group .list-group-item {
	padding: 4px;
}

.flight-detail-fare .card .card-header .btn-link::after {
	content: "+";
	line-height: 10px;
	font-size: 26px;
	float: right;
}

.flight-detail-fare .card .card-header .btn-link.collapsed::after {
	content: "-";
}

.roundtrip-select {
	width: calc(100% - 408px) !important;
	background: #0a223d;
	padding: 10px;
	position: fixed;
	bottom: 0;
	z-index: 99;
	color: #fff;
	font-size: 18px;
	border-top: #1c88db solid 1px;
	border-radius: 4px;
	left: 19%;
}

.roundtrip-select .title {
	font-size: 16px !important;
	margin-bottom: 8px !important;
}

.roundtrip-select p:first-child {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.roundtrip-select p:last-child {
	color: #fff;
	font-size: 13px;
	margin: 0;
}

.roundtrip-select .flight-price {
	color: #fff;
}

.roundtrip-select img {
	border: #D2D2D2 solid 1px;
	border-radius: 3px;
	background: #fff;
	width: 30px;
}

.roundtrip-select h5 {
	margin: 0;
	font-size: 14px;
}

.roundtrip-select span {
	font-size: 14px;
}

.roundtrip-select .border-right {
	border-right: #41556c solid 1px !important;
}

.accordion {
	width: 100%;
	height: 38px;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	transition: height 0.3s ease;
	margin-bottom: 10px;
}

.accordion .accordion_tab {
	padding: 6px 10px;
	cursor: pointer;
	user-select: none;
	background: #F9F9F9;
	font-size: 16px;
	position: relative;
}

.accordion .accordion_tab .accordion_arrow {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	right: 20px;
	width: 15px;
	height: 15px;
	transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
	width: 100%;
	height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
	transform: translateY(-50%) rotate(180deg);
	top: 70%;
}

.accordion.active {
	height: auto;
}

.accordion .accordion_content {
	padding: 8px;
	border-top: 1px solid #d2d2d2;
}

.accordion .accordion_content .accordion_item {
	margin-bottom: 0px;
}

.accordion .accordion_content .accordion_item p.item_title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
	color: #9a9b9f;
	font-size: 14px;
	line-height: 20px;
}

.flight-option {
	border: #e6e6e6 solid 1px;
	border-radius: 4px; padding: 8px;
}

.flight-option .flight-option-inner {
	border-bottom: #e6e6e6 solid 1px;
}

.flight-option .media .airline-code {
	color: #999;
}

.flight-option .price {
	font-size: 20px !important;
	margin: 16px 0 0 0 !important;
}

.flight-option p:first-child {
	font-size: 20px;
	margin: 16px 0 0 0;
}

.flight-option p:last-child {
	font-size: 16px;
	margin: 0;
}

.success-bg {
	background: #F1FAF1;
	border: #9FD89F solid 1px;
	padding: 6px 12px;
	border-radius: 4px;
}

.error-bg {
	background: #FDF3F4;
	border: #EEACB2 solid 1px;
	padding: 6px 12px;
	border-radius: 4px;
}

.warning-bg {
	background: #FDF6F3;
	border: #F4BFAB solid 1px;
	padding: 6px 12px;
	border-radius: 4px;
}

.info-msg svg {
	vertical-align: text-bottom;
	margin-right: 6px;
	margin-top: 3px;
}

.info-msg p {
	margin: 0;
}

.flight-option-btm {
	background: #F9F9F9;
	border-radius: 0 0 4px 4px;
	padding: 16px;
}

.flight-option-btm p {
	font-size: 18px;
	margin: 0px;
}

.line {
	position: relative;
	display: block;
	z-index: 1;
}

.line::before {
	border-top: 2px dashed #d2d2d2;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

.oval {
	width: 7px;
	height: 7px;
	background-color: #d2d2d2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 12px;
}

.fl {
	float: left;
}

.padLR10 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}

.padLR10 svg {
	width: 30px;
}

.whiteBg {
	background: #fff;
}

.fr {
	float: right;
}

.flight-icon {
	color: #2d67b2;
	margin-top: 5px;
}

.greyLter {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	color: #343434;
}

.flight-booking .table thead th {
	font-weight: normal;
	border-bottom: 1px solid #dee2e6;
	background-color: #f8f8f8;
}

.flight-booking .table td,
.flight-booking .table th {
	padding: .2rem;
}

.my-profile {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	margin-right: 10px;
	padding: 2px;
	border: #D2D2D2 solid 1px;
}

.my-profile-box {
	padding: 16px;
	border: #D2D2D2 solid 1px;
}

.my-profile-box .media p {
	margin: 0;
}

.my-profile-txt p:first-child {
	font-size: 15px;
	margin: 0;
	color: #343434;
}

.my-profile-txt p:last-child {
	font-size: 17px;
	margin: 0;
}

.flight-preview-bg {
	margin: 0px 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #d2d2d2 solid 1px;
	position: relative;
	padding: 10px;
}

.title {
	font-size: 20px;
	margin: 16px 0;
}

.flight-preview-bg ul li {
	text-align: left;
	line-height: 28px;
}

.hotel-room-bg {
	background: #fff;
	border-radius: 4px;
	padding: 16px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
	position: absolute;
	top: 82%;
	left: 2%;
	width: 96%;
}

.hotel-room-bg .title2 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.hotel-room-bg .title {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.hotel-room-bg .title span {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.hotel-room-bg .container {
	display: flex;
	background: #fff;
	border-radius: 4px;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 0 0 2px 0;
	margin-bottom: 8px;
}

.hotel-room-bg h1 {
	margin: 0;
	padding: 0;
	user-select: none;
	font-size: 20px;
}

.hotel-room-bg .col>button,
.hotel-room-bg .number {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: 0px;
	text-align: center;
	padding: 0;
}

.hotel-room-bg .col>button {
	border: 1px solid #0F6CBD;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	padding-bottom: 6px;
}

.hotel-room-bg .button {
	padding: 0;
	border-radius: 4px;
	line-height: 20px;
}

.hotel-room-bg button {
	color: #000000;
	font-size: 24px;
	user-select: none;
	outline: none;
}

.hotel-room-bg hr {
	margin: 4px 0 8px 0;
}

.hotel-img img {
	border-radius: 4px;
	object-fit: cover;
	height: 235px;
}

.hotel-box h1 {
	margin: 0;
	padding: 0 0 4px 0;
	user-select: none;
	font-size: 20px;
}

.hotel-box p {
	margin: 0;
	padding: 0 0 4px 0;
	user-select: none;
	font-size: 16px;
}

.hotel-box p svg {
	margin-top: -4px;
}

.hotel-box .hotel-content {
	border-left: 1px solid #ebebeb;
	min-height: 110px;
}

.btn-sm {
	padding: .25rem .5rem !important;
	font-size: .875rem !important;
}

.hotel-box .slide {
	transition: 0.5s ease;
	transform: inherit;
	left: 0px;
	box-shadow: inherit;
	top: 0px;
}

.refund-txt{background: #DFF6DD; color: #000; border-radius: 4px; padding: 4px 6px; font-size: 14px; text-align: center; border: #BED6BC solid 1px;}

.pictures {
	list-style: none;
	margin: 0;
	max-width: 30rem;
	padding: 0;
}

.pictures>li {
	border: 1px solid transparent;
	float: left;
	height: calc(100% / 3);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	width: calc(100% / 3);
}

.pictures>li>img {
	cursor: zoom-in;
	width: 100%;
}

.hotel-content-inner {
	background: #F7F7F7;
	min-width: 178px;
}

.hotel-content-inner-txt p:first-child {
	font-weight: 600;
}

.hotel-content-inner-txt p:last-child {
	font-size: 16px;
}

.hotel-content-inner-txt .price {
	font-size: 20px !important;
}

.hotel-detail-list li {
	list-style-type: decimal;
	line-height: 26px;
	text-align: left;
	padding-bottom: 8px;
}

.hotel-box .bg-light .txt1 {
	color: #666;
}

.hotel-box .bg-light .txt2 {
	font-weight: 600;
}

.error-msg {
	background: #fdf3f3;
	padding: 4px;
	position: relative;
	width: 100%;
	text-align: center;
	border-radius: .25rem .25rem 0 0;
}

.payment-logo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #d2d2d2 solid 1px;
	text-align: center;
	padding: 8px 12px;
}

.payment-logo p {
	margin: 0;
	color: #000 !important;
	font-size: 18px !important;
}

.selected {
	border: #168FCE solid 1px;
}

.price {
	font-size: 20px !important;
	margin-bottom: 8px;
}

.qr-img {
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

.payment-layover {
	padding: 20px;
	border-bottom: 2px dotted #e8ecef;
	margin: -16px 3% 30px 1%;
	height: 0px;
	text-align: center;
	position: relative;
}

.payment-layover .loDiv {
	width: 40px;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 400;
	margin: auto;
	position: relative;
	top: 3px;
	border-radius: 2px;
}

.payment-layover .loDiv {
	color: #7a6b52;
	font-size: 18px;
	font-weight: 400;
}

.payment-layover .loDiv .time {
	color: #333;
	font-weight: 400;
}

.flight-multicity-tab {
	margin: 0 0 30px 0;
}

.flight-multicity-tabs {
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}

.flight-multicity-tab .nav-link {
	margin: 0px 0px;
	padding: 10px 90px !important;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	border-bottom: 2px solid #fff;
	color: #616161;
	font-size: 16px;
	line-height: 24px;
}

.flight-multicity-tab .nav-link.active {
	color: #fff;
	border-radius: 0px;
	background-color: #0F6CBD;
	border-bottom: 2px solid #0F6CBD !important;
}

.flight-multicity-tab .nav-link.active img {
	width: 18px;
}

.flight-multicity-tab .nav-link:hover {
	color: #000;
	border-radius: 0px;
	background-color: #F6F6F6;
	border-bottom: 2px solid #0F6CBD !important;
}

.booking-box {
	background: #fdf7e1;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}

.booking-box img {
	border-radius: 6px 0 0 6px;
}

.booking-box p {
	font-size: 20px;
	margin: 0 0 8px 0;
}

.booking-box-cont {
	margin: 0 0 8px 0px;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border: 1px solid rgba(86, 61, 124, .2);
	margin-bottom: 16px;
	list-style: none;
}

.show-grid .active {
	background: #0F6CBD;
	color: #fff;
	border-radius: 4px 0 0 4px;
}

.show-grid p {
	margin-bottom: 8px;
}

.show-grid .inactive {
	color: #000;
	background-color: #f0f0f0;
}

.show-grid .hover {
	color: #000;
	background-color: #f0f0f0;
	border-radius: 0px 4px 4px 0;
}

.roundtrip-select-arrow {
	position: relative;
	top: 46px;
}

.roundtrip-select-arrow img {
	border: none;
	border-radius: 0;
	background: transparent;
	width: inherit;
}

.roundtrip-tab .nav-item .nav-link,
.roundtrip-tab .nav-tabs .nav-link {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.roundtrip-tab .card a {
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
	-webkit-transition: transform 150ms ease 0s;
	-moz-transition: transform 150ms ease 0s;
	-o-transition: transform 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.roundtrip-tab .now-ui-icons {
	display: inline-block;
	font-size: inherit;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-moz-keyframes nc-icon-spin {

	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes nc-icon-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

.roundtrip-tab .nav-tabs {
	border: 0;
}

.roundtrip-tab .card .nav-tabs {
	border-top-right-radius: 0.1875rem;
	border-top-left-radius: 0.1875rem;
}

.roundtrip-tab .nav-tabs>.nav-item>.nav-link {
	color: #000;
	margin: 0;
	margin-right: 5px;
	background-color: #f1f7fe;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 17px;
	padding: 11px 23px;
	line-height: 1.5;
	text-align: left;
}

.roundtrip-tab .nav-tabs>.nav-item>.nav-link p {
	margin: 0;
}

.roundtrip-tab .nav-tabs>.nav-item>.nav-link:hover {
	background-color: transparent;
}

.roundtrip-tab .nav-tabs>.nav-item>.nav-link.active {
	background-color: #0F6CBD;
	border-radius: 6px;
	color: #FFFFFF;
}

.roundtrip-tab .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.roundtrip-tab .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
	color: #FFFFFF;
}

.roundtrip-tab .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
}

.roundtrip-tab .card {
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.roundtrip-tab .card .card-header {
	background-color: transparent;
	border-bottom: 0;
	border-radius: 0;
	padding: 0;
}

.car-result-box {
	padding: 0px;
	border-radius: 4px;
	border: 1px solid #d7d8d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(215, 216, 216);
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	margin: 8px 0;
}

.car-result-box h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin: 8px 0 8px 16px;
}

.hotel-box h1 span {
	color: #656565;
	font-size: 14px;
}

.car-result-box h2 {
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 8px 16px;
}

.car-box {
	display: flex;
	margin: 0 16px;
	justify-content: space-between;
	position: relative;
	padding: 8px 0;
	border-top: 1px solid #d7d8d8;
	border-bottom:
		1px solid #d7d8d8;
}

.car-box img {
	width: 20px;
}

.car-box-txt {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	vertical-align: text-bottom;
}

.car-result-img {
	text-align: center;
}

.car-result-txt {
	color: #000;
	padding: 0 16px;
	margin-top: 8px;
}

.car-result-box p {
	margin: 0;
}

.car-btm {
	background: #f5f5f5;
	padding: 4px 0;
	margin: 8px 0 0 0;
}

.car-btm p:first-child {
	font-size: 18px;
}

.car-btm p:last-child {
	font-size: 14px;
}

.car-box2 {
/* 	display: flex;
	justify-content: space-between;
	position: relative;*/
	padding: 8px 0; 
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

.car-box2 svg {
	width: 18px;
}

.car-price {
	border-left: 1px solid #ebebeb;
	min-height: 160px;
}

.car-rating-logo .list-inline-item:not(:last-child) {
	margin: 0;
}

.car-price-txt {
	margin: 0;
	padding: 0 0 4px 0;
	user-select: none;
	font-size: 26px !important;
	font-weight: 600;
}

.car-price-txt p svg {
	margin-top: -4px;
}

.multi-select {
	position: relative;
}

.multi-select .input-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	padding: 4px;
	min-height: 38px;
	border-bottom: 2px solid #bdbdbd;
}

.multi-select .input-container input {
	border: none;
	outline: none;
	flex: 1;
}

.multi-select .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 2;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14) !important;
}

.dropdown-option {
	display: flex;
	align-items: center;
	padding: 5px;
	cursor: pointer;
}

.dropdown-option:hover {
	background-color: #f0f0f0;
}

.dropdown-option input[type="checkbox"] {
	margin-right: 10px;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	accent-color: #0F6CBD;
}

.multi-select .input-container span {
	background: #e0e0e0;
	margin: 2px;
	padding: 3px 8px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	height: 24px !important;
}

.multi-select .input-container span i {
	margin-left: 5px;
	cursor: pointer;
}

.multi-select .dropdown label {
	margin-bottom: 2px !important;
}

.hotel-rate-btn {
	border: 1px solid #d2d2d2 !important;
	border-radius: 20px;
	padding: 6px 16px !important;
}

.hotel-rate-btn:hover,
.hotel-rate-btn.active {
	border: 1px solid #0F6CBD !important;
	background: #edf7ff;
}

.filter-sec ul {
	text-align: inherit;
	margin: 0;
}

.filter-sec .list-inline-item:not(:last-child) {
	margin-right: 0px;
}

.filter-sec .list-inline>li {
	margin-bottom: 4px;
	padding: 0;
}

.filter-sec .list-inline>li svg {
	margin-top: -3px;
}

.flight-btn{margin: 26px 0 0 0!important;}

@media screen and (max-width: 768px) {

	.flight-price{font-size: 24px; font-weight: 600; text-align: left;}

	.flight-btn{margin: 0px 0 0 0; float: right;}

	.roundtrip-tab .nav-tabs {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.roundtrip-tab .nav-tabs .nav-item>.nav-link {
		margin-bottom: 5px;
	}

}

@media (max-width: 768px) {

	.flight-booking h2 {
		font-size: 1.4rem;
	}

	.sm-hidden {
		display: none;
	}

	.flight-price {
		margin-top: 34px !important;
	}

	

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (max-width: 1024px) {


	.xs-hidden {
		display: none;
	}

	.flight-detail-fare {
		width: 100%;
		position: relative;
		margin: 20px 0 0 0;
	}

	.booking-box p {
		font-size: 20px;
		margin: 0;
	}

	.booking-box-cont {
		margin: 0 0 8px 8px;
	}

	.roundtrip-select {
		width: 100% !important;
		left: 0;
	}

	

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (max-width: 1366px) {

	.xs-hidden {
		display: none;
	}

	.roundtrip-select {
		width: calc(100% - 198px) !important;
		left: 7%;
	}

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (min-width:1367px) and (max-width:1396px) {

	.xs-hidden {
		display: none;
	}

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (max-width: 1280px) {

	.roundtrip-select {
		width: calc(100% - 118px) !important;
	}

}

/* @media (min-width:768px) and (max-width:1024px) {

    .flight-btn{margin: 0px 0 0 0!important;}

} */

.blockHead:after {
	color: #ebeae8;
	border-left: 20px solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	display: inline-block;
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
}



.blockHead {
	background-color: #ebeae8;
	width: 60px;
	height: 24px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	border-left: #0F6CBD solid 2px;
	margin-right: 10px;
}



.blockHead2:after {
	color: #ebeae8;
	border-left: 20px solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	display: inline-block;
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
}



.blockHead2 {
	background-color: #ebeae8;
	width: 60px;
	height: 24px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	border-left: #ee7014 solid 2px;
	margin-right: 10px;
}



.blocktext {
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
}



.car-pickup .list-inline-item:not(:last-child) {
	margin: 0px;
}

.-space-x-4> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1rem * var(--tw-space-x-reverse));
	margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

/* Report page CSS */

.reports-tab .nav-pills {
	margin-bottom: 12px;
	border-bottom: 1px solid #d2d2d2;
}

.reports-tab .nav-link {
	margin: 0px 6px;
	margin-right: 10px;
	padding: 2px 10px !important;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	border-bottom: 2px solid #fff;
	color: #616161;
	border-radius: 0px;
}


.reports-tab .nav-link.active {
	color: #242424;
	background-color: #fff;
	border-bottom: 2px solid #0F6CBD !important;
}

.reports-tab .nav-link:hover {
	color: #242424;
	background-color: #fff;
	border-bottom: 2px solid #0F6CBD !important;
}

/* Report page CSS */
.list .table td{
white-space: normal!important;
    line-height: 26px!important;
}
table.fold-table>tbody>tr.fold {
	display: none;
}

table.fold-table>tbody>tr.fold.open {
	display: table-row;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	transition-timing-function: ease;
	transition-duration: 2s;
	transition-delay: 1s;
}

.fold-content {
	/* background: #f5f5f5; */
	padding: 0px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.sub-box {
	margin: 10px 0;
}

.table-inner-flight p:first-child {
	font-weight: 600;
}

.table-inner-flight p:last-child {
	font-weight: 500;
	margin-bottom: 0;
}

.car-detail-tile h2 {
	font-size: 26px;
}

.car-detail-tile p {
	font-size: 20px;
}

.car-detail-tile .car-detail-box {
	background: #f5f5f5;
	border-radius: 8px;
	padding: 8px;
}

.car-detail-inner {
	background: #f6f7f8;
	padding: 8px;
}

.car-detail-inner ul h1 {
	font-size: 16px;
	font-weight: 600;
}

.car-detail-inner ul p {
	font-size: 15px;
}

.object-center {
	object-position: center;
}

.object-cover {
	object-fit: cover;
}

.border-white {
	border: #fff solid 0px;
}

.rounded-full {
	border-radius: 9999px;
}

.w-12 {
	width: 2.4rem;
}

.h-12 {
	height: 2.4rem;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.-space-x-4> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1rem * var(--tw-space-x-reverse));
	margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.hover\:z-10:hover {
	z-index: 10;
}

@media screen and (max-width: 768px) {

	.flight-btn{margin: 0px 0 0 0;}


	.roundtrip-tab .nav-tabs {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.roundtrip-tab .nav-tabs .nav-item>.nav-link {
		margin-bottom: 5px;
	}

}

@media (max-width: 768px) {

	.flight-booking h2 {
		font-size: 1.4rem;
	}

	.sm-hidden {
		display: none;
	}

	.flight-price {
		margin-top: 34px !important;
	}

	

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}


@media (min-width: 1024px) {

	.flight-btn{margin: 0px 0 0 0; float: right;}

	.flight-price{font-size: 24px; font-weight: 600; text-align: left; padding-top: 20px;}	

	.car-price {border-left: none; margin: auto; text-align: center;}

	.car-img{text-align: center;}

}

@media (max-width: 1024px) {

	
.car-price {border-left: none; margin: auto; text-align: center;}

	.xs-hidden {
		display: none;
	}

	.flight-detail-fare {
		width: 100%;
		position: relative;
		margin: 20px 0 0 0;
	}

	.booking-box p {
		font-size: 20px;
		margin: 0;
	}

	.booking-box-cont {
		margin: 0 0 8px 8px;
	}

	.roundtrip-select {
		width: 100% !important;
		left: 0;
	}

	

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

	.flight-btn{margin: 0px 0 0 0!important; float: right;}

	.flight-price{font-size: 24px; font-weight: 600; text-align: left;}



}

@media (max-width: 1366px) {

	.xs-hidden {
		display: none;
	}

	.roundtrip-select {
		width: calc(100% - 198px) !important;
		left: 7%;
	}

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (min-width:1367px) and (max-width:1396px) {

	.xs-hidden {
		display: none;
	}

	.refundable-txt {
		background: #DFF6DD;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 9px;
		font-size: 14px;
		display: block;
	}

	.refundable-txt2 {
		background: #FED9CC;
		width: 30px;
		height: 24px;
		border-radius: 6px;
		padding: 1px 7px;
		font-size: 14px;
		display: block;
	}

}

@media (max-width: 1280px) {

	.roundtrip-select {
		width: calc(100% - 118px) !important;
	}

}

.car-detail-tile h2{font-size: 26px;}

.car-detail-tile p{font-size: 20px;}

.car-detail-tile .car-detail-box{background: #f5f5f5; border-radius: 8px; padding: 8px;}

.car-detail-inner{background: #f6f7f8; padding: 2px;}

.car-detail-inner ul h1{font-size: 16px; font-weight: 600;}

.car-detail-inner ul p{font-size: 15px;}

.car-booking-inner-lt svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}