@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--black: #000000;
	--white: #ffffff;
	--main-bg-color: #f6f6f6;
	--second-color: #273983;
	--second-bg-color: #3a3a3c;
	--dark: #787878;
	--second-dark-color: #282a39;
	--footer-Bg-color: #2e2e34;
	--footerTxtHeadColor: #999;
	--footer-second: #40424b;
	--primary-bg-color: #f29f1e;
}



.onward h5,
.return h5 {
	color: var(--second-color);
}

.airline-logo-small {
	width: 20px;
	margin-left: auto;
}

.airline-logo {
	width: 28px;
}

.select2-dropdown {
	z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple {
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

section {
	padding: 50px 0;
	position: relative;
}

.form-control,
.form-select {
	font-size: 13px;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header,
.ui-datepicker-calendar .ui-state-default {
	text-align: center !important;
}

.btn_excel {
	background: transparent;
	border: none;
	cursor: pointer;
}

.tts_white_space {
	white-space: normal
}

.error_popup {
	background: #af0909;
}

.success_popup {
	background: green !important
}

.form-error {
	color: #af0909;
}

.tts-text-danger {
	color: #dd342f !important;
	font-weight: 700;
	text-transform: capitalize;
}

.tts-text-success {
	color: green !important;
	font-weight: 700;
	text-transform: capitalize;
}

.tts-cursor-pointer {
	cursor: pointer;
}


.error_popup,
.success_popup {
	position: fixed;
	top: 62px;
	max-width: 327px;
	min-width: 300px;
	background: #af0909;
	border-radius: 5px 0 0 5px;
	min-height: 28px;
	right: 0;
	z-index: 1000;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	padding: 14px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.tts_hotel_amenities_icon {
	width: 22px;
	margin-right: 10px;
	height: 22px;
}

.error-message {
	background-color: #af0909;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	position: absolute;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	z-index: 998;
	display: block;
}

.error-message::after {
	width: 0;
	height: 0;
	border-bottom: 5px solid #af0909;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: '';
	left: 10px;
	position: absolute;
	top: -5px
}


.another_fare {
	border-radius: 2px;
	box-shadow: unset !important;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	padding: 5px 8px;
}

.hide {
	display: none
}

body {
	/* font-family: Nunito Sans, sans-serif; */
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	/* font-weight: 400;
	line-height: 26px;
	overflow-x: hidden; */
	background: rgb(255, 255, 255);
}

*,
::after,
::before {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #0052cc;
	cursor: pointer;
}

.p0 {
	padding: 0 !important
}

.p20 {
	padding: 20px !important
}

.p50 {
	padding: 50px !important
}

.pl0 {
	padding-left: 0 !important
}

.pt10 {
	padding-top: 10px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pr0 {
	padding-right: 0 !important
}

.borl0 {
	border-left: 0px !important;
}

.m0 {
	margin: 0 !important
}

.mt8 {
	margin-top: 8px
}

.mt20 {
	margin-top: 20px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.bg_white {
	background: #fff
}

.height52 {
	height: 52px !important;
}

.border0 {
	border: 0px !important;
}

ul.righ_bord {
	border-right: 1px solid #e2e2e2;
	height: 100%
}

.ml-0 {
	margin-left: 0 !important
}

.ml-5 {
	margin-left: 5px;
}

.border {
	border: 1px solid #e2e2e2;
}

option {
	font-weight: 400;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0 2px 1px
}


/*p {
    padding: 2px;
    margin: 2px
}*/

.box_shadow {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.table_box_shadow {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.disply-flex {
	display: inline-flex
}

.disply-inline {
	display: inline
}


.primary {
	color: #1d71ce
}

.success {
	color: #0a7d13
}

.warning {
	color: #e69410
}

.danger {
	color: #dc1d1d
}

.text-bold {
	font-weight: 600
}


samp,
span {
	padding: 0;
	margin: 0;
	font-family: inherit
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.w100 {
	width: 100%
}


.content {
	position: relative;
	width: 100%;
}

.page-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.full-page-content {
	padding: 15px 0 15px 0
}

.page-content-area .ui-widget-header {
	border: none;
	background: transparent;
	color: #333;
	font-weight: bold;
}

.page-content-area .ui-widget.ui-widget-content {
	border: none;
}

.page-content-area .ui-tabs-vertical .ui-tabs-nav {
	padding: 0.2em 0.1em 0.2em 2.7em;
	float: left;
	width: 12em;
}

.page-content-area .card-body {
	background: #fff;
	border-radius: 5px;
	padding: 1rem;
}

.page-content-area .ui-widget-content {
	border: none;
	background: transparent;
	color: #333;
	width: 100%;
}

.page-content-area {
	background-color: #ffffff;
	border-radius: 5px;
}


.searchform_home .tab-content {
	display: none;
}

.searchform_home .tab-content.current {
	display: inherit;
}


.pull-right {
	float: right
}

.pull-left {
	float: left
}

.site_head {
	padding: 11px 0 11px 22px;
	border-bottom: 1px solid #d8dee9
}

.callout {
	position: relative;
	padding: .3rem 1.17rem;
	margin: 1rem 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
	border-left: 4px solid #d8dbe0
}

.boxtiles {
	padding: 19px 18px 15px 24px;
	border-radius: 3px;
	margin: 1rem 0;
}

.boxtiles .tiles-title {
	font-size: 12px;
	font-weight: 500;
	color: black;
}

.boxtiles .progress {
	width: 100%;
	margin-bottom: 13px;
	height: 2px;
	background-color: #ffffffd4;
	background-image: none;
	margin-top: 20px;
}

.boxtiles .description {
	font-size: 13px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.widget-stats {
	display: inline-block;
	border-right: .5px solid #ffffff91;
	margin-right: 5px;
	padding-right: 19px;
	color: white;
}

.widget-stats:nth-child(4) {
	border-right: none;
}

.widget-stats .item-title {
	font-size: 12px;
	letter-spacing: 0.01em;
}

.widget-stats .item-count {
	font-size: 13px;
	color: #ffffff;
	display: block;
	font-weight: 500;
}

.callout-info {
	border-left-color: #1d71ce;
	box-shadow: 0 0 0 1px #1d71ce
}

.callout-danger {
	border-left-color: #dc1d1d;
	box-shadow: 0 0 0 1px #dc1d1d
}

.callout-warning {
	border-left-color: #eaa329;
	box-shadow: 0 0 0 1px #eaa329
}

.callout-success {
	border-left-color: #0a7d13;
	box-shadow: 0 0 0 1px #0a7d13
}

.callout-dev {
	border-left-color: #42a5f6;
	box-shadow: 0 0 0 1px #42a5f6
}

.callout-noop {
	border-left-color: #842286;
	box-shadow: 0 0 0 1px #842286
}

.callout-yelo {
	border-left-color: #ffd200;
	box-shadow: 0 0 0 1px #ffd200
}

.callout-rama {
	border-left-color: #845320;
	box-shadow: 0 0 0 1px #845320
}

.callout-info:hover {
	background: #1d71ce;
	color: #fff
}

.callout-danger:hover {
	background: #dc1d1d;
	color: #fff
}

.callout-warning:hover {
	background: #eaa329;
	color: #fff
}

.callout-success:hover {
	background: #0a7d13;
	color: #fff
}

.callout-dev:hover {
	background: #42a5f6;
	color: #fff
}

.callout-noop:hover {
	background: #842286;
	color: #fff
}

.callout-yelo:hover {
	background: #ffd200;
	color: #fff
}

.callout-rama:hover {
	background: #845320;
	color: #fff
}

.bg_green {
	background-color: #0aa699;
}

.bg_white {
	background-color: #fff;
}

.bg_blue {
	background-color: #0090d9;
}

.bg_purple {
	background-color: #735f87;
}

.red {
	color: red;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}

.chocolate {
	color: chocolate;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.black {
	color: black;
}

.contacted {
	color: #066105;
}


/*----- tooltip  Start --- */

.tts-tooltip {
	position: relative;
}

.tts-tooltip .tts-tooltip-text {
	visibility: hidden;
	width: 250px;
	background-color: #ebeff3;
	color: #000;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	padding: 8px 8px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	font-size: 13px;
	left: 50%;
	margin-left: -126px;
	font-weight: 400;
}

.tts-tooltip .tts-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 10px;
	border-style: solid;
	border-color: #ebeff3 transparent transparent transparent
}

.tts-tooltip:hover .tts-tooltip-text {
	visibility: visible
}

.tooltip_content span {
	display: block;
}


/*----- tooltip  End --- */

.badge {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.badge:empty {
	display: block !important;
}

.badge-sm {
	padding: 1px 10px;
	border-radius: 1px
}

.badge-md {
	padding: 6px 12px;
	border-radius: 4px
}

.badge-primary {
	color: #fff !important;
	background-color: #1f68ad
}

.badge-success {
	color: #fff;
	background-color: #10b759
}

.badge-wt {
	color: #000000;
	border-radius: 3px;
	background-color: #ffffff8f;
	padding: 3px 9px;
	border: 1px solid black;
}

.badge-wt:hover {
	filter: invert(2);
	background-color: #d6cd64;
	border-radius: 4px;
}

.wt-bleft {
	padding: 1px 10px
}

.badge-danger {
	color: #fff;
	background: red;
}

.badge-dark {
	color: #fff;
	background-color: #636f83
}

.badge-info {
	color: #fff;
	background-color: #f9b115
}

.badge-dev {
	color: #000;
	border: 1px solid #0b3463;
	display: inline-flex;
	padding: 2px 9px;
	font-size: 13px;
	background-color: #fff
}

.form_btn {
	margin-top: 26px
}

.menu_btn a:hover {
	background: gray
}

.menu_btn .dropdown-content {
	min-width: 121px;
	margin-top: 0
}

.menu_btn {
	padding: 0
}

.menu_btn:hover {
	background-color: #fff0 !important
}

.menu_btn .dropdown-content a {
	font-size: 13px;
	padding: 3px 10px
}

.disable_badge {
	pointer-events: none;
	cursor: auto;
	background: #f1f4f6;
	color: black;
}

.pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.pagination li {
	float: left;
}

.pagination a {
	border-radius: 0%;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	padding: 13px 13px;
	color: #0f51a0;
	font-weight: 600;
	line-height: 0.2;
	background: #fbfbfb;
	border: 1px solid #e0e0e0;
}

.pagination li.active a {
	background: #493d55;
	color: white;
	border: 1px solid #493d55;
}

.pagination strong {
	padding: 13px 13px;
	font-size: 13px;
	font-weight: 600;
	line-height: .2;
	margin: 0;
	color: #fff;
	border: 1px solid #0f51a0;
	background: #0e51a0;
	text-decoration: none
}


.sale_bar {
	padding: .75rem 1.25rem;
	margin-bottom: 1%;
	background-color: #fff;
	font-size: 16px;
	display: inline-block;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	width: 100%;
	font-weight: 500;
	border-radius: 5px;
}

.card-header {
	position: relative
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	display: flow-root
}

.table_title {
	justify-content: space-between
}


.tts-col-1,
.tts-col-10,
.tts-col-11,
.tts-col-12,
.tts-col-2,
.tts-col-3,
.tts-col-4,
.tts-col-5,
.tts-col-6,
.tts-col-7,
.tts-col-8,
.tts-col-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.tts_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

/* .form-group {
	margin-bottom: 0.5rem
} */

label {
	display: inline-block;

}


textarea.form-control {
	height: auto;
	font-family: inherit;
	resize: vertical
}

.login {
	width: 100%;
	height: 100%;
	position: absolute
}

.login_box {
	max-width: 500px;
	margin: 15% auto
}

.login_form {
	padding: 15px 20px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 2px
}

.profile_img {
	width: 22px;
	border-radius: 50%;
	margin-top: -5px;
	vertical-align: middle
}

.pro_icon {
	width: 16px;
}

.table-invoice td,
.table-invoice th {
	border: 1px solid #5f5b5b59;
	background-color: #f1f4f6;
}

.table-amount td {
	line-height: 3;
}

.table-amount tr {
	border: 1px solid #80808014;
}

.amountcalc {
	font-size: 13px !important;
	text-align: right !important;
}

.table-strip {
	border-collapse: collapse;
	width: 100%;
	border: 0px solid #f1f4f6;
	background: white;
}

.table-strip table {
	text-align: left;
	position: relative;
	border-collapse: collapse
}

td,
th {
	padding: .25rem
}


.table-strip td,
.table-strip th {
	padding: 0.75rem 0.9rem;
	font-size: 13px;
	text-align: left;
	color: #2e344c;
	border: 1px solid #dee2e6;
}

.table-strip tr:nth-child(even) {
	background-color: #00000008;
}

.table-strip tr:hover {
	background-color: #e5f6ee;
	color: #000;
}

.table-strip th {
	background-color: #e4e4e4;
	color: #202020;
	white-space: nowrap;
}

.table-strip th a,
.table-strip tr a {
	color: #0066ce;
	font-weight: 600
}

.form-control[readonly] {
	background-color: white;
}

.modal .GwMit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background: rgb(255, 255, 255);
	margin-left: auto;
	border: 1px solid #ced4da;
	margin-left: auto;
}

.modal .GwMit .change-col {
	width: 36px;
	height: 36px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: var(--second-color);
	color: var(--white);
}

.modal .GwMit .field-input22 {
	background: whitesmoke;
	width: 40px !important;
	font-size: 13px;
	text-align: center;
	border: 0;
	border-radius: 0;
}

.modal .GwMit .tts_traveller__counter {
	width: 40px !important;
	font-size: 13px;
	text-align: center;
	border: 0;
}


/*.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .74)
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 0;
    width: 60% ;
    height: 100%;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 2.94s;
    animation-name: animateleft;
    animation-duration: 2.91s
}*/

input:focus-visible {
	outline-offset: 0px;
	outline: -webkit-focus-ring-color auto 0px;
}

/*.top-model-content {
    position: absolute;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 2.94s;
    animation-name: animateleft;
    animation-duration: 2.91s;
    left: 36%;
    width: 25%;
    top: 29%;
}

.top-model-footer {
    padding: 6px 15px;
    background-color: #e6eff9;
    color: #000;
    width: 100%;
    bottom: 0
}*/

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.close {
	color: #e60000;
	float: right;
	font-size: 23px;
	font-weight: 400
}

.close:focus,
.close:hover {
	color: #e60000;
	text-decoration: none;
	cursor: pointer
}

/*.modal-header {
    padding: 6px 15px;
    background-color: #e6eff9;
    color: #000;
    border-radius: 0px;
}

.modal-body {
    padding: 20px 20px 20px 20px;
    background: #fff;
    margin: 10px 0 10px 0
}

.modal-footer {
    padding: 6px 15px;
    background-color: #e6eff9;
    color: #000;
    width: 100%;
    bottom: 0;
    border-radius: 0px;
}*/

.left-sidebar-leads {
	overflow: auto;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.left-sidebar-leads ul li {
	width: 100%;
	padding: 5px 0 5px 12px;
	background: #fff
}

.left-sidebar-leads ul li.active {
	border-left: 3px solid #e41412;
	font-weight: 600;
	background: #c3defb59;
}

.left-sidebar-leads ul li.active .qu-desc {
	color: #e43630
}

.qu-head {
	font-size: 13px;
	font-weight: 400;
	color: #768192;
	padding: 3px 0 3px 5px
}

.qu-desc {
	color: #1b334e;
	padding: 0px 0 3px 5px;
	font-size: 13px
}

.query-followup {
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 15px;
}

.follow_up_date {
	float: right;
	color: #0f67f6
}

.followup_detils {
	background: #a8c0d8;
	padding: 10px 11px;
	margin: 0;
	color: #fff
}

.followup_updte {
	margin: 0;
	margin-bottom: 25px;
	padding: 25px 10px
}

.tag_label {
	cursor: pointer;
	padding: 6px 2px 1px 3px
}

.settings-header {
	position: relative;
	width: 100%;
	padding: 2% 0;
	color: #ffffffd9;
	background-color: #335eaf;
	background-image: linear-gradient(45deg, #2a62b7, #ab3954)
}

.settings-header .profile-image {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	border-radius: 49.9%;
	display: inline-block
}

.company-label {
	font-size: 13px;
	font-weight: 500
}

.lm_navigation {
	position: relative;
	display: inline-flex;
	padding: 16px 14px;
	text-align: center;
	font-size: 15px;
}

.lm_navLst {
	display: inline-block;
	list-style-type: none;
	cursor: pointer;
	position: relative;
	white-space: nowrap
}

.lm_navLst a {
	padding: 15px 15px;
	color: #000;
	font-weight: 600;
}

.lm_navLst>span {
	display: inline-block;
	font-size: 13px;
	color: #333;
	line-height: 1;
	position: relative;
	cursor: pointer
}

.lm_navLst.active {
	color: #0167ff;
}

.lm_navLst.active:before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -17px;
	height: 2px;
	background: #0167ff
}

.lm_navLst:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #dedede;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0
}

.lm_navLst.active>span {
	color: #0167ff
}

.page-actions-panel {
	background: #cceef5;
	padding: 12px 20px
}

.pagiantion_text {
	font-size: 13px;
	color: #354148;
	margin-top: 1em;
}

.setting-content {
	padding: 10px;
	background: #fff;
	border: 1px solid #ededed;
}

.settings-panel {

	padding: 0
}

.item-text-head {
	color: #3b495f;
	font-size: 14px;
	padding: 0 25px 0 6px;
	white-space: nowrap
}

.item-text-value {
	font-size: 14px;
	padding: 0 4px 0 3px;
	color: #768192
}

.edit_set {
	color: #0f67f6;
	font-size: 14px;
}

.notify {
	background: #ef5350;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 13px;
	top: 1px;
	left: 58px;
	position: absolute;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.notify .heartbeat {
	position: absolute;
	top: -6px;
	right: -5px;
	height: 21px;
	width: 21px;
	z-index: 0;
	border: 5px solid #ef5350;
	border-radius: 70px;
	-moz-animation: heartbeat 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbeat 1s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbeat 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #ef5350
}

@-moz-keyframes heartbeat {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}

	25% {
		-moz-transform: scale(.1);
		opacity: .1
	}

	50% {
		-moz-transform: scale(.5);
		opacity: .3
	}

	75% {
		-moz-transform: scale(.8);
		opacity: .5
	}

	to {
		-moz-transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes heartbeat {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}

	25% {
		-webkit-transform: scale(.1);
		opacity: .1
	}

	50% {
		-webkit-transform: scale(.5);
		opacity: .3
	}

	75% {
		-webkit-transform: scale(.8);
		opacity: .5
	}

	to {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

.box {
	max-height: 630px;
	padding: 10px 0 40px 60px;
	background: #fafbfc;
	width: 100%;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all .5s linear;
	top: 0
}

.box ul:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border: 1px dashed #e1352f;
	position: absolute;
	top: 0;
	left: 30px
}

.box ul li {
	margin: 27px 10px 49px 60px;
	position: relative;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #dfe1e5;
	color: #000;
	border-radius: 3px;
	line-height: 20px;
	font-size: 13px
}

.box ul li>span {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border: 1px solid #e01d1d;
	position: absolute;
	top: 0;
	left: -31px
}

.box ul li>span:after,
.box ul li>span:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ff6d6d;
	border: 2px solid #ef6b6b;
	position: absolute;
	left: -4.5px
}

.box ul li>span:before {
	top: -10px
}

.box ul li>span:after {
	top: 95%
}

.box .title {
	font-weight: 700;
	margin-bottom: 5px
}

.box .info:first-letter {
	text-transform: capitalize;
	line-height: 1.7
}

.box .name {
	margin-top: 10px;
	text-transform: capitalize;
	font-style: italic;
	text-align: right;
	margin-right: 20px
}

.box .time span {
	position: absolute;
	left: -111px;
	color: #000;
	font-size: 80%;
	font-weight: 700
}

.box .time span:first-child {
	top: -16px
}

.box .time span:last-child {
	top: 80%
}

.note_box ul li {
	margin: 10px 0 21px;
	position: relative;
	padding: 4px 0 0 0;
	background: #fff;
	border: 1px solid #dfe1e5;
	border-left: 5px solid #012386;
	color: #000;
	border-radius: 3px;
	font-size: 13px
}

.note_listf {
	background: #f5f5f5;
	padding: 6px 10px;
	font-size: 13px;
	display: flow-root;
}

.note_box .note_title {
	padding: 4px 0 10px 10px
}

#filter .modal-content {
	width: 25% !important
}

#lead_settings .modal-content {
	width: 25% !important
}

.tts_topoption {
	display: none;
	margin-bottom: 11px
}

/* .ui-datepicker .ui-datepicker-header,
.ui-datepicker-calendar .ui-state-default {
    background: #fff;
    border: 1px solid #fff
} */

/* .ui-datepicker-calendar .ui-state-active {
    background: var(--second-color);
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--white) !important;
}

.ui-widget {
    font-family: inherit !important;
}

.ui-datepicker-calendar .ui-state-highlight {
    border: 1px solid var(--primary-bg-color);
    background: var(--primary-bg-color);
    color: var(--white) !important;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
} */

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

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

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.tabs li {
	color: #222;
	display: inline-block;
	padding: 7px 11px;
	font-size: 13px;
	cursor: pointer
}

ul.tabs li.current {
	background: #e6eff9;
	color: #fff;
	border-bottom: 2px solid #033580;
	position: relative
}

ul.tabs li.current:after {
	content: '';
	position: absolute;
	left: 50%;
	height: 0;
	bottom: -6px;
	width: 0;
	border-left: 4px solid none;
	border-right: 4px solid none;
	border-top: 4px solid none;
}

.vewmodelhed {
	background: #fff;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e4e4
}


.vi_mod_dsc .primary {
	display: block;
}

.lead_assignbtn {
	padding: 0 6px;
	color: #fff;
	border-radius: 2px;
	background: #26a69a;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	text-align: center
}

.txt_led_clr {
	color: #1a3980 !important
}

.viewld_h5 {
	background: #f7f7f7;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	padding: 6px 11px;
	color: #063a63
}

.wite_spce {
	white-space: nowrap
}

.responcive_table {
	overflow-x: auto
}


.notedelete {
	padding-right: 8px;
	cursor: pointer;
	float: right
}

.view_head {
	border: 1px dotted;
	padding: 7px;
	background: #e4e5e657;
	color: #000
}

.ms-options-wrap>.ms-options {
	width: 93.6%;
	margin-left: 15px
}

.fix_head_bar {
	background-color: #fafafa;
	padding: 1.9rem 0rem 2rem
}

.document_cls svg {
	cursor: pointer
}

.document_cls .has-icon-left {
	border: none
}

.document_cls .qu-desc {
	color: #768192;
	padding: 3px 0 3px 5px;
	font-size: 15px
}

.h_60 {
	height: 60px
}

.h_52 {
	height: 52px
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	min-inline-size: min-content;
	border-width: 2px;
	border-style: groove;
	border-color: threedface;
	border-image: initial
}

.folder_docs {
	margin-bottom: 7px
}

.document_cls label .applabel {
	font-family: inherit;
	letter-spacing: 1px;
	margin: 1.2rem 0 .5rem;
	color: #bac0c7
}

.pt_14 {
	padding-top: 14px
}

.document_cls input {
	height: 51px;
	border: none;
	padding-left: 35px;
	font-size: 15px
}

.document_cls .fix_head_bar {
	padding: 0 0 20px 0;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background: #fff
}

.document_cls .primary {
	color: #1b334e;
	padding: 3px 0px 3px 14px;
	width: 100%;
	display: table;
	vertical-align: middle;
	margin-bottom: 4px;
}

.applabel {
	font-weight: 500;
	color: grey;
	padding-bottom: 5px
}

.document_cls .left-sidebar-leads ul li {
	width: 100%;
	padding: 0px;
	border-right: none;
	border-bottom: none;
	background: 0 0
}

.document_cls .left-sidebar-leads ul li:hover {
	background: #b9c8d870;
}

.mt_20 {
	margin-top: 20px
}

.mb_10 {
	margin-bottom: 10px
}

.mb_3 {
	margin-bottom: -3px;
}

.appfileinfo .card-body {
	padding: 6px 15px
}

.shadow-none {
	box-shadow: none !important
}

.app_fold {
	display: inline-block;
	padding-left: 15px
}

.border {
	border: 1px solid #dfe3e7 !important
}

.image_pd .app_logo {
	text-align: center;
	height: 95px;
	background: #f1f1f1
}

.image_pd .card-body {
	background: #fff
}

.image_pd img {
	height: 38px;
	width: 30px;
	margin-top: 30px
}

.p-50 {
	padding: .5rem !important
}

.small_font {
	font-size: .8rem;
	color: #828d99 !important
}

.bold_font {
	font-size: .8rem;
	color: #214061 !important;
	font-weight: 500
}

.ptb_10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.document_cls .primary.active {
	color: #499eff
}

.active_bord {
	border: 2px solid #499eff;
	position: relative;
	left: -27px;
	transform: rotate(90deg);
	height: 0;
	width: 28px;
	top: 20px
}

.inverted-border-radius {
	height: 0;
	width: 0;
	background-color: #709d34;
	transform: rotate(90deg);
	position: relative;
	bottom: -37px;
	left: 20px
}

.mr_min30 {
	margin-right: -30px;
	margin-top: 15px;
	margin-bottom: 15px
}

.inverted-border-radius::before {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 8px;
	width: 90px;
	border-top-left-radius: 20px;
	box-shadow: -24px 0 0 -1px #709d34;
	right: -91px
}

.inverted-border-radius::after {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 10px;
	width: 85px;
	border-top-right-radius: 20px;
	box-shadow: 30px 0 0 -1px #709d34;
	right: 29px
}

.inverted-border-radius2 {
	height: 0;
	width: 0;
	background-color: #1f68ad;
	transform: rotate(90deg);
	position: relative;
	bottom: -37px;
	left: 20px
}

.inverted-border-radius2::before {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 8px;
	width: 90px;
	border-top-left-radius: 20px;
	box-shadow: -24px 0 0 -1px #1f68ad;
	right: -91px
}

li.day_class {
	text-align: left !important;
	cursor: pointer;
	padding-left: 25px !important;
	height: 45px;
	display: flex;
	align-items: center
}

.scroll_400 {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: auto
}

.inverted-border-radius2::after {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 10px;
	width: 85px;
	border-top-right-radius: 20px;
	box-shadow: 30px 0 0 -1px #1f68ad;
	right: 29px
}

.header_bg3 {
	background: #45a085;
	padding: 8px 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.bg_form {
	background: #2598767a;
	padding: 0 0 15px 0;
	color: #000;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px
}

.day_class.active {
	background: #efefef
}

.btn_topbl {
	padding-top: 24px
}

.btn_topbl .badge-primary {
	width: 100%
}

textarea.h_170 {
	height: 170px !important
}

.actbtn {
	background-color: #1f68ad;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	border: none;
	cursor: pointer
}

.actdropdown {
	position: relative;
	display: inline-block
}

.actdropdcont {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 156px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	z-index: 1;
	right: 0;
	font-size: 13px;
}

.actdropdcont a {
	color: #0066ce !important;
	padding: 8px 18px;
	text-decoration: none;
	border-bottom: 1px solid #8080801c;
	display: block
}

.actdropdcont a:hover {
	background-color: #f1f1f1
}

.actdropdown:hover .actdropdcont {
	display: block
}

.actdropdown:hover .actbtn {
	background-color: #1f68ad
}

.status_color {
	font-weight: 600;
	font-size: 13px;
}

.profile-join-date {
	margin-top: 13.5%;
	text-align: right;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
	background-color: #fff;
}

.active-status {
	font-weight: 500;
	background: green;
	color: white;
	padding: 3px;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	min-width: 73px;
	font-size: 12px;
}

.inactive-status {
	font-weight: 500;
	background: #dd342f;
	color: white;
	padding: 2px 8px;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	min-width: 73px;
	font-size: 12px;
}

.tts-blog-image {
	width: 60px;
	height: 60px;
}

input:disabled {
	cursor: not-allowed;
	background: #dddddd61;
}

/*.search-reset-btn {
    margin-top: 30%;
}
*/
.tts-dis-content {
	display: contents;
}

.tts-autocomplet {
	max-height: 296px;
	overflow-x: hidden;
	z-index: 999;
}

div.dest_left {
	width: 80%;
	float: left;
	text-align: left;
}

.tts-autocomplet li .ui-menu-item-wrapper {
	text-decoration: unset;
	border-right: 1px solid transparent !important;
	padding: 10px 12px 10px 8px !important;
	font-size: 13px;
	color: #333;
	font-weight: 600;
}

.tts-autocomplet .city {
	font-weight: 400;
}

.tts-autocomplet .airpotcode {
	font-weight: 400;
}

.tts-autocomplet .ui-menu-item a .aircode {
	font-weight: 400;
}

.tts-autocomplet li a {
	border-bottom: 1px solid #cacaca !important;
	display: block;
	width: 100%;
}

.tts-read-only {
	cursor: not-allowed;
	background: #dddddd61;
}

.tts-read-only:focus {
	cursor: not-allowed;
	background: #dddddd61;
}

.tts-m-auto {
	margin: auto;
}

.text_wrap {
	white-space: nowrap;
}

.tts-itinerary-row {
	margin-bottom: 10px;
}

.close-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	margin-top: 29px;
}

.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: right;
	width: 100em;
}

.ui-menu {
	z-index: 9999 !important;
}

.tts-autocomplete {
	max-height: 296px;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 9999;
	font-family: Nunito Sans, sans-serif;
	margin-top: 20px;

}

/* .tts-autocomplete li .ui-menu-item-wrapper:hover {
	background: var(--second-color);
	color: #fff;

}

.tts-autocomplete li .ui-menu-item-wrapper {
	border-right: 1px solid transparent;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	font-weight: 700;

}

.tts-autocomplete li .ui-menu-item-wrapper:hover {
	border-bottom: 1px solid #cacaca;
} */

.listing-loader-block {
	height: 90vh;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tts-showcenter {
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: center;
	align-items: center;
}

.tts-loading-box {
	text-align: center;
	background: #eef2f8;
	border-radius: 10px;
	padding: 20px;

}


.tts-share-checkbox {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3.6%;
	margin-top: 0px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
	display: none !important;
}

.spinner-grow {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}


/*------------------------------Bus Seat Layout ------------------------*/

.nseat,
.snseat,
.bseat,
.rseat,
.sseat,
.srseat,
.hseat,
.bhseat,
.rhseat,
.shseat,
.srhseat,
.vseat,
.bvseat,
.rvseat,
.svseat,
.srvseat,
.lower,
.upper {
	background: url(../img/transparent-bus-seatlayout.gif) no-repeat left top;
}

.bseat {
	background-position: 0px -40px;
	cursor: default;
}

.rseat {
	background-position: -20px -20px;
}

.snseat {
	background-position: 0px -60px;
}

.srseat {
	background-position: -20px -60px;
}

.hseat {
	width: 40px;
	background-position: -40px 0;
	z-index: 2;
}

.bhseat {
	background-position: -40px -40px;
	cursor: default;
	width: 40px;
	z-index: 2;
}

.rhseat {
	background-position: -80px -20px;
	width: 40px;
	z-index: 2;
}

.shseat {
	background-position: -40px -60px;
	width: 40px;
	z-index: 2;
}

.srhseat {
	background-position: -80px -60px;
	width: 40px;
	z-index: 2;
}

.vseat {
	background-position: -124px 0;
}

.bvseat {
	background-position: -166px 0;
}

.rvseat {
	background-position: -145px -40px;
}

.svseat {
	background-position: -187px 0px;
}

.srvseat {
	background-position: -187px -40px;
}

.busSeatlft .lower {
	background-position: -38px -83px;
	position: relative;
}

.busSeatlft .upper {
	background-position: -69px -83px;
	position: relative;
}

.seat-abl .pd {
	padding: 20px 15px;
	margin-bottom: 15px;
}

.busSeat {
	height: 50px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 90%;
	height: 100px;
}

.busseat_left {
	float: left;
	width: 63%;
}

.outerseat {
	width: 100%;
	height: 172px;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin: 1.5%;
}

.outerlowerseat {
	border: 1px solid #e0e0e0;
	width: 100%;
	height: 160px;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin: 1.5%;
}

.layout {
	width: 50%;
	float: left;
}

.seatdesp {
	float: right;
	width: 30%;
	padding: 1% 2%;
	border: 1px solid #e0e0e0
}

.seatdesp .seatsSelected {
	float: none;
}

.seatdesp .seatsSelected label {
	font-weight: normal;
}

.layout .laybtm {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 30%;
}

.laybtm select {
	width: 100%;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}

.laybtm .continueBtn {
	float: right;
	padding: 0;
	width: 15%;
}

.resultBox h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.bus_siting {
	width: 100%;
	float: left;
}

.bus_siting .left {
	float: left;
}

.bus_siting .mid {
	width: 81.5%;
	float: left;
	padding-top: 8px;
}

.mid p {
	width: 100%;
	text-align: center;
	border: none;
	font-size: 14px;
	margin: 0px;
}

.bus_siting .right {
	float: right;
}

.seats {
	float: left;
	padding: 3px 5px;
}

.seats p {
	margin: 10px 0;
	padding: 0px;
}

.seats p span {
	float: left;
	margin: 5px;
	padding: 0px;
	font-weight: bold;
}

.seats p code {
	float: left;
	margin: 8px 13px 0 0;
}

.busrow,
.slrow {
	width: 97%;
	float: left;
}

.busrow a {
	width: 45px;
	height: 40px;
	margin: 8px;
	float: right;
}

.boarding {
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}

.seat_detail {
	float: right;
	height: 109px;
	margin-top: 25px;
	padding-left: 28px;
	width: 114px;
}

.seat_detail span {
	float: left;
	width: 100%;
	margin: 6px 0;
}

.slrow a,
.sl_ladies,
.sl_booked,
.sl_selected,
.sl_avlble {
	width: 82px;
	height: 26px;
	margin: 7px;
	float: right;
}

.passanger_head {
	width: 768px;
	padding: 3px;
	border-bottom: 2px solid #eeeded;
	float: left;
	padding: 0 0 8px;
}

.ps_detail p {
	margin: 6px 0;
}

.ps_detail p code {
	width: 87px;
	float: left;
	font-size: 12px;
}

.r_head {
	margin: 5px 0;
	font-weight: bold;
	padding-left: 17px;
}

.rightContainer h3 {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	font-size: 13px;
}

.seat_price {
	max-width: 35%;
	float: right;
	border-right: 1px solid #c0c0c0;
	padding-right: 15px;
	margin-top: 25px;
	margin-right: 2%;
	min-height: 105px;
}

.seat_price p {
	width: 100%;
	border: none;
}

.seat_price p code {
	float: left;
}

.seat_price p label {
	width: 80px;
	float: left;
	font-weight: bold;
}

.travelAgency {
	border: 1px solid #C8C8C8;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 8px;
	font-size: 12px;
}

.nseat,
.snseat,
.bseat,
.rseat,
.sseat,
.srseat,
.hseat,
.bhseat,
.rhseat,
.shseat,
.srhseat,
.vseat,
.bvseat,
.rvseat,
.svseat,
.srvseat,
.lower,
.upper {
	float: left;
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer
}

.bseat {
	cursor: default;
}

.hseat {
	width: 40px;
	z-index: 2;
}

.bhseat {
	cursor: default;
	width: 40px;
	z-index: 2;
}

.rhseat {
	width: 40px;
	z-index: 2;
}

.shseat {
	width: 40px;
	z-index: 2;
}

.srhseat {
	width: 40px;
	z-index: 2;
}

.vseat {
	height: 40px;
	z-index: 2;
	width: 20px
}

.bvseat {
	cursor: default;
	height: 40px;
}

.rvseat {
	height: 40px;
}

.svseat {
	height: 40px;
}

.srvseat {
	height: 40px;
}

.busbox {
	border-bottom: 2px solid #dee4f6;
	float: left;
	width: 98.7%;
	padding: 1% 1% 2%;
}

.busbox .errorMessage {
	text-align: center;
	font-weight: bold;
}

.seatsmall dfn,
.seatdesp .seatbig dfn {
	float: left;
}

.seatsmall {
	list-style: none;
	margin: 0;
	float: left
}

.seatbig {
	list-style: none;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px
}

.seatsmall li,
.seatbig li {
	width: 100%;
	float: left;
	padding: 5px 0 !important;
}

.seatsmall li dfn,
.seatbig li dfn {
	float: left;
	width: 20px;
	height: 20px;
}

.seatsmall li span,
.seatbig li span {
	float: left;
	width: 120px;
	padding-left: 5px;
	font-size: 12px
}

.seatbig dfn.wd5 {
	width: 40px;
}

.seatbig dfn.wd6 {
	width: 40px;
}

.seatbig dfn.wd7 {
	width: 40px;
}

.seatbig dfn.wd8 {
	width: 40px;
}

.seatdesp div {
	padding: 2px 0px;
}

.seatdesp div label {
	font-weight: bold;
}

.busSeatrgt {
	width: 300px;
	float: left;
	/*margin-left:15px;*/
}

.busSeatlft {
	width: 30px;
	float: left;
	margin: 10px 0px 10px 20px
}

.busSeatlft .lower {
	width: 15px;
	height: 60px;
	cursor: default;
}

.busSeatlft .upper {
	width: 15px;
	height: 60px;
	cursor: default;
}

.seatcontainer {
	clear: both;
	height: 104px;
	z-index: 2;
	zoom: 1;
	word-spacing: normal;
	position: relative;
}

.seatsmall dfn,
seatdesp .seatbig dfn {
	background: url(../img/transparent-bus-seatlayout.gif) no-repeat left top;
}

.seatsmall li dfn,
.seatbig li dfn {
	float: left;
	width: 20px;
	height: 20px;
}

.seatsmall dfn.wd1 {
	background-position: 0px 0px;
}

.seatsmall dfn.wd2 {
	background-position: -20px -20px;
}

.seatsmall dfn.wd3 {
	background-position: 0px -60px;
}

.seatsmall dfn.wd4 {
	background-position: 0px -40px;
}


/*------------------------------END Bus Seat Layout ------------------------*/

.tts-api-error-msg {
	width: 100%;
	background: #fff;
	margin: auto;
	border-radius: 4px;
	padding: 40px;
	text-align: center;
}

.tts-minh34 {
	min-height: 34px;
}

.tts-api-error-msg img {
	max-height: 200px;
}

/*============================================================================================================================
============================================SUNNY.CSS========START===========================================================*/
@keyframes smoothScroll {
	0% {
		transform: translateY(-142px);
	}

	100% {
		transform: translateY(0px);
	}
}

/*==========header Start=======*/
#topbar {
	background: var(--white);
	font-size: 14px;
	transition: all 0.5s;
	color: #000;
	padding: 0px;
}

#topbar .navbar-brand img,
.header .navbar-brand img {
	height: 50px;
}

#topbar .navbar-first .navbar-nav {
	height: 30px;
	background-color: var(--second-color);
	padding: 5px;
	border-radius: 0px 0px 5px 5px;
	align-items: center;
}

#topbar .navbar-first .navbar-nav .nav-item {
	padding: 0px 15px 0px 15px;
}

#topbar .navbar-first .navbar-nav .nav-item {
	border-right: 1px solid #dedede;
}

#topbar .navbar-first .navbar-nav .nav-item:last-child {
	border-right: 0;
}

#topbar .navbar-first .navbar-nav .nav-item .nav-link {
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	color: var(--white);
}

#topbar .navbar-first .navbar-nav .nav-item .nav-link:hover {
	color: var(--white);
}

/* #topbar .navbar-first .navbar-nav .nav-item.has-megamenu .megamenu{
    min-width: 400px;
} */
#topbar .navbar-first .navbar-nav .nav-item.has-megamenu .megamenu.balance-content li {
	display: inline-block;
	padding: 0 5px;
	font-size: 11px;
	line-height: 15px;
}

#topbar .navbar-first .navbar-nav .nav-item.has-megamenu .megamenu.balance-content li:last-child {
	border-right: 0;
}

#topbar .navbar-first .navbar-nav .nav-item.has-megamenu .megamenu {
	margin-top: 9px;
	padding: 0;
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	border-radius: 4px;
	z-index: 99;
	margin-left: -100px;

}

#topbar .navbar-first .navbar-nav .nav-item.has-megamenu:hover .megamenu {
	opacity: 1;

	visibility: visible;

}

#topbar .navbar-first .navbar-nav .dropdown-header {
	background: var(--second-color);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
}


#topbar .navbar .dropdown .dropdown .dropdown-menu {
	top: 0;
	left: -100%;
	display: none;
	box-shadow: 0px 0px 30px rgba(33, 37, 41 0.15);
	opacity: 0;
}

#topbar .navbar .dropdown .dropdown:hover>.dropdown-menu {
	opacity: 1;
	top: 0;
	display: block !important;
}

#topbar .navbar .dropdown .dropdown-menu .dropdown-item {
	font-size: 12px;
	font-weight: 600;
}

@media (max-width: 1024px) {
	#topbar .navbar-brand img, .header .navbar-brand img{
		height: 30px;
	}

	#topbar .navbar-first .navbar-nav .nav-item{
		padding: 0px 5px 0px 5px;
	}
}


@media (max-width: 768px) {
	#topbar .navbar{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#topbar .navbar .navbar-collapse {
	   width: 100%;
	   background-color: #fff;
	   display: none !important;
	}
	#topbar .navbar .navbar-toggler {
	   display: block;
	}
	#topbar .navbar .dropdown-menu {
	   min-width: 100%;
	}
	#topbar .navbar .dropdown-menu .submenu {
	   min-width: 100%;
	}

	#topbar .navbar .navbar-collapse.show{
		display:block  !important;
	}
	#topbar .navbar-first .navbar-nav .nav-item{
		padding: 0px 5px 0px 5px;
		
	}
	#topbar .navbar-first .navbar-nav .nav-item .nav-link{
		font-size: 10px;
	}
 }

.header-second {
	background: var(--second-color);
}

.header .navbar-second {
	padding: 0;
}


.header .navbar-second .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0px;
	padding-right: 30px;
	font-weight: 500;
	color: #fff;
	position: relative;
}


.header .navbar-second .navbar-nav .nav-item .nav-link span {
	margin-right: 5px;
}

.header .navbar-second .navbar-nav .nav-item .nav-link:hover,
.header .navbar-second .navbar-nav .nav-item .nav-link.active {
	color: var(--primary-bg-color);
}

.header .navbar-second .navbar-nav .nav-item .nav-link.reportsbtn {
	padding-right: 0px;
	padding-left: 30px;
}

.header .navbar .dropdown .dropdown-menu .dropdown-header {
	background: var(--primary-bg-color);
	color: #fff;
	font-weight: 600;
	border-radius: 0;
}

@media (min-width: 1280px) {
	.header .navbar .dropdown .dropdown-menu {

		margin: 0;
		border: none;
		background: var(--main-bg-color);
		display: block;
		position: absolute;
		visibility: hidden;
		left: 0px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 0px;
		box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
		z-index: 99;

	}


	.header .navbar .dropdown .dropdown-menu .dropdown-item {
		font-size: 13px;

	}

	.header .navbar .dropdown .dropdown-menu .dropdown-item:hover,
	#topbar .navbar .dropdown .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: var(--second-color);
	}

	.header .navbar .dropdown:hover>.dropdown-menu {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.header .navbar .dropdown .dropdown-menu a:hover,
	.header .navbar .dropdown .dropdown-menu .active:hover,
	.header .navbar .dropdown .dropdown-menu li:hover>a {
		color: var(--second-color);
	}

}

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

	.header .navbar .dropdown>.dropdown-active,
	.header .navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.header .navbar .dropdown ul,
	.header .navbar .dropdown .dropdown ul {
		position: static;

	}


	.header .navbar .dropdown:hover .submenu {
		visibility: visible !important;
		margin: 20px;
	}

	.header .navbar .navbar-collapse {
		width: 100%;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: var(--second-color);
		z-index: 20000;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: 0.8s;
		transition-timing-function: ease;
	}

	.header .navbar .navbar-collapse.show {
		left: 0;
		padding: 15px;
	}

	.header .navbar .navbar-collapse .nav-menus-wrapper-close-button {
		display: none;
		color: #ffffff;
		font-size: 26px;
		cursor: pointer;
		position: absolute;
		right: 10px;
		z-index: 1030;
		top: 30px;
	}

	.header .navbar .navbar-collapse.show .nav-menus-wrapper-close-button {
		display: block !important;
	}

	.header .navbar .dropdown-menu .dropdown-item {
		font-size: 13px;
	}
}

.header .navbar .dropdown .dropdown .dropdown-menu {
	top: 0;
	left: 90%;
	visibility: hidden;
}

.header .navbar .dropdown .dropdown:hover>.dropdown-menu {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

.headerCtaa {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.headerCtaa .headerCtaa-left {
	margin-right: 5px;
}

.headerCtaa .headerCtaa-left h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0 0px 0;
	letter-spacing: 0px;
}

.headerCtaa .headerCtaa-left p {
	margin: 2px 0;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: 600;
}

.headerCtaa .headerCtaa-left p span {
	color: #00bd2e;
}

.headerCtaa .headerCtaa-left label {
	position: relative;
	background-color: #45ba11;
	color: #FFFFFF;
	border-radius: 15px;
	padding: 3px 8px 3px 8px;
	font-size: 13px;
}

/*==========header End=======*/
.search-criteria {
	background: #fff;
	border: 1px solid rgba(156, 170, 179, .28);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.page-content-area {
	margin-top: 0px !important;
}

.header_menu ul .active a {
	color: var(--primary-bg-color) !important;
}


.form-check-input:checked {

	border: none;
}

.form-check-input:checked:focus {
	box-shadow: none;
	outline: 0;
}

.form-check-input:checked[type=radio] {
	background-image: none;
}

.form-check-input:checked:active {
	background-color: red;
}


.tts__traveller__select {
	text-align: left !important;
}

.tts__counter {
	margin-right: -5px !important;
	height: 25px !important;
}

.tts_traveller__counter_span {
	height: 25px !important;
	padding: 0px 7px;
}

.tts_traveller__counter {
	height: 25px !important;
}

.tts__counter {
	padding: 0 6px !important;
	margin-right: -7px !important;
}

.tts__flight__details__box {
	position: relative;
}

.tts__filter {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	position: sticky;
	top: 0px;
	left: 0;
	right: 0;
	overflow-x: auto;
	max-height: calc(100vh - (20px + 30px));
	/* padding-bottom: 50px; */
}

.tts__filter .tts__filter__heading.filters {
	padding: 14px 15px;
	background-color: var(--second-color);
	color: var(--white);
}

.tts__filter .tts__filter__heading {
	background: #fff;
	padding: 20px 15px;
	border-bottom: 1px solid #e8e8e8;
}

.tts__filter .tts__filter__heading.filters a {
	color: var(--white);
}

.tts__flight__timing {
	height: auto;
	border-right: 1px solid #ced4da;
	color: #000;
	font-weight: 500;
}

ul.left,
ul.right {
	padding: 10px;
	margin: 0;
	background-color: #fff;
	height: 50px;
}

ul.left li {
	position: relative;
}

ul.left li h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 40px 0 0;
	color: #000;
	text-transform: uppercase;
}

ul.left li h2 span {
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	margin-top: 2px;
}

ul.left li .icons {
	margin-right: 30px;
	font-size: 17px;
}

ul.left li h3 {
	font-size: 12px;
	color: #000;
	text-transform: capitalize;
	margin-left: 20px;
	margin-right: 20px;
}

ul.left li h3 span {
	display: block;
	margin-top: 2px;
}

ul.left li.border-li {
	border-left: 1px solid #f5f6f8;
}

ul.right li .btn-link {
	height: 32px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 4px;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
	color: #000;
	position: relative;
	background: #fff;
	text-decoration: none !important;
	transition: all 0.5s ease;
	border: 1px solid #000;
}

ul.right li .btn-link:hover {
	background: var(--primary-bg-color);
	color: #fff;
	border-color: var(--primary-bg-color);
	outline: none;
}

.column {
	float: left;
	border-radius: 4px;
}

.column li:hover {
	background-color: transparent;
}

.column.left {
	width: 70% !important;
}

.column.right {
	width: 30% !important;
}

.column.right li {
	margin-left: 10px;
}

.invisible {
	display: none;
}

.tts__res__img {
	right: -17px !important;
}

.oneway_btn {
	font-weight: 500;
	height: 50px;
	width: 100%;
	white-space: nowrap;
}

.booknow_btn {
	font-weight: 500;
	padding: 6px 10px;
	font-size: 13px;
	background-color: var(--second-color);
	border-radius: 4px;
	color: white;
}

.booknow_btn:hover {
	background: var(--primary-bg-color);
	border: 1px solid var(--primary-bg-color);
	color: var(--second-color);
}


.tts__travel__date,
.tts__show__result,
.tts__sorting__title,
.tts__flight__details__box {
	border-radius: 4px;
}

.tts__flight__border__dotted::after {
	right: 20px !important;
}

.tts__arrival {
	right: 44px;
	top: 6px;
}

.presentation {
	width: 100%;
	height: 16px;
	position: relative;
}

.presentation::before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-bottom: 1px dashed #7d7b89;
	z-index: 0;
}


.flight-Icons .fa-plane {
	top: 20px;
	position: absolute;
	right: -20px;
	color: #000;
}

.presentation .stop {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--primary-bg-color);
	left: 53%;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.presentation .stop1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--primary-bg-color);
	left: 40%;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}


.flightDetailWrapper {
	background-color: #f5f6f8 !important;
}

.flight_details_ul li {
	background-color: transparent !important;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes {
	border: none;
	margin: 0;
	overflow: hidden;
	border-radius: 0 !important;
	background-color: transparent;
	box-shadow: none;
}

.list-group-item {
	border: none !important;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightTypeDetail .flightTypeName {
	margin-top: 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card {
	border-radius: 5px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_header:hover {
	background-color: transparent;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_footer {
	background-color: #fff;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_body ul li {
	list-style: none;
	padding: 5px 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_body ul li span {
	text-align: right;
}

.input-group .input-group-append .btn-warning {
	border-radius: 0px 5px 5px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 500;
	font-size: 13px;
	height: 32px;
	background-color: var(--primary-bg-color);
	color: #fff;
	border: 1px solid var(--primary-bg-color);
}

.input-group .input-group-append .btn-warning:focus {
	box-shadow: none;
}

.form-control1 {
	height: 32px;
	font-size: 14px;
}

.flightDetailWrapper .flightRightWrapper .promoOfferswrapper {
	padding: 10px !important;
}


.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightDetailTiming ul li h3 {
	margin: 0;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .card-header {
	padding: 7px 15px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail h4 {
	font-size: 13px;
}

form {
	background-color: transparent !important;
}

.flightDetailWrapper .flightLeftWrapper .flightHeadWrap {
	align-items: center;
}


.flightTypeDetail p {
	padding: 10px;
}


.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p .vaccineInfo {
	position: relative;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p {
	padding-left: 0;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail h4 span {
	margin-left: 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card {
	border-radius: 5px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background: #fff !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTravellerContact .flightGstNumber .gstUpper .btn {
	margin-top: 0px;
}

.hotal-filter-card {
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.hotal-filter-card ul.amenities-hotel-list{
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotal-filter-card ul.amenities-hotel-list li+li::before{
	display: inline-block;
    padding-right: 10px;
    color: 
color-mix(in srgb, var(--default-color), transparent 10%);
    content: ",";
}

.hotal-filter-card .nav-item.active .nav-link {
	color: var(--second-color);
}

.hotal-filter-card .nav-item .nav-link {
	color: var(--dark);
	font-weight: 600;
	padding: 0;
}

.hotal-filter-card .nav-item .roomlink {
	padding: 10px;
}

.hotel_box {
	padding: 10px;
}

.hotel_box .hotel-box-body {
	padding: 0px;
}

.hotel_box .hotel-box-body ul li {
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
}

.hotel_box .hotel-box-body ul li i {
	font-size: 10px;
}

.hotel_box .hotel-box-body .icon {
	margin-right: 4px;
	font-size: 16px;
	font-weight: 700;
	color: #055290;
}

.hotel_box .hotel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hotel_box .hotel-title i {
	font-size: 10px;
	color: #efb400;
	width: auto;
	height: auto;
	line-height: inherit;
}

.hotel_box .hotal_price h4 {
	font-size: 20px;
}

.hotel_box .hotal_price h5 {
	font-size: 13px;
	color: #6f6f6f;
	font-weight: 500;
}

.hotal-filter {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
}

.hotel-filter-rating {
	color: #efb400;
}

.bg-filter {
	background-color: #e7f4ff;
	color: #000;
	padding: 2px 10px;
	font-size: 13px;
}

.badge_bg {
	background-color: var(--second-color);
}

.badge_bg:hover {
	background: var(--primary-bg-color);
}

/*.modal-backdrop {
    z-index: 1;
}*/
form .first_night {
	font-size: 10px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 0;
	border-top: 1px dashed #000;
	white-space: nowrap;
}

.booking-form {
	position: relative;
	width: 100%;
	background-color: red;
}

.hotel-room-box {
	float: left;
	padding: 0px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	height: 250px;
}

.hotel-room-box.hotel-left {
	width: 65%;
}

.hotel-room-box.hotel-right {
	width: 35%;
	background-color: red;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
}

.hotel-room-list {
	padding: 0;
	margin: 0;
}

.hotel-room-list li {
	margin-right: 10px;
}

.placeoneway-flights {
	width: 100%;
}

/* .hotal-filter-card .modify_list {
	overflow-y: auto;
	scrollbar-color: #747474 #dcdcdc;
	scrollbar-width: thin;
} */

.hotal-filter-card ul.modify_list li {
	display: block;
	position: relative;
}

.hotal-filter-card ul.modify_list li h5 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.hotal-filter-card ul.modify_list h5 span {
	font-size: 12px;
	font-weight: 300;
}

.hotal-filter-card ul.modify_list li button.modifysearch {
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background-color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
}

.hotal-filter-card ul.modify_list li button.modifysearch:hover {
	background-color: var(--second-color);
	border: 1px solid var(--second-color);
	color: #fff;
}

.hotal-filter-card ul li:last-child.button {
	text-align: right;
}

.hotal-filter-card ul li h5 {
	font-size: 16px;
	margin: 0;
}

.hotal-filter-card ul h5 span {
	font-size: 12px;
	font-weight: 300;
}

.hotal-filter-card ul h5 a {
	color: #000;
	padding: 0;
}


.flightDetailButtonWrap .btn-link {
	height: 32px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 4px;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
	color: var(--txt-color-3);
	position: relative;
	background: #fff;
	text-decoration: none !important;
	transition: all 0.5s ease;
	border: 1px solid #000;
}

.btn-link:hover {
	background: var(--second-color);
	color: #fff;
	border-color: var(--primary-bg-color);
	outline: none;
}

.hotal-filter-card .recommended {
	position: absolute;
	z-index: 0;
	left: -8px;
	top: 0px;
	background-image: linear-gradient(to right, #1c4789, #d42829);
	width: 110px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}

.hotal-filter-card .recommended:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 0;
	border-bottom: 0;
	border-top: 7px solid #021432;
	border-right: 0 solid transparent;
	border-left: 8px solid transparent;
	z-index: 1;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 10px;
}

.gallery li {
	list-style-type: none;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.gallery li:nth-child(2),
.gallery li:nth-child(4),
.gallery li:nth-child(6) {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.amenities-list {
	padding: 0px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	background-color: #f5f6f8;
}

.amenities-list li {
	margin-right: 35px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.amenities-wrapper h3 {
	color: #000;
	font-size: 18px;
	margin: 0 0 10px;
}
/* 
.amenities-hotel-list {
	list-style: circle !important;
	padding-left: 10px;
	margin-left: 10px;
} */

/* .amenities-hotel-list li {
	font-size: 12px;
	color: #000;
	width: 25%;
	position: relative;
	float: left;
}

.amenities-hotel-list li i {
	color: #333;
	margin-right: 5px;
} */

@media only screen and (max-width: 600px) {
	.amenities-hotel-list li {
		width: 50%;
	}
}


/* Modal Content */
.gallery-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/*.modal-dialog {
    pointer-events: auto;
}*/
.hotelpoint {
	background-color: #f5f6f8;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
}

.hoteldetail h6 {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.hoteldetail h3 {
	color: #000;
	font-size: 18px;
	margin: 0;
}

.hoteldetail h4 {
	color: #000 !important;
	font-size: 12px !important;
	margin: 0 !important;
	text-transform: capitalize !important;
}

.hoteldetail h5 {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	border-top: 1px dashed #000;
	margin: 0;
}


.input-group .input-group-append .btn-warning {
	z-index: 1;
}

.sarch-inline {
	display: flex;
	align-items: center;
	justify-content: start;
}

.search-input {
	margin-right: 5px;
}


.gallery-box .gallery_img {
	width: 100%;
	object-fit: cover;
	height: 380px;
}

.form-check1 {
	min-height: 0;
	margin-bottom: 0;
}


.result-modal div.parentdv {
	position: relative;
	padding: 5px 10px 5px 10px;
}

#bus_filter {
	padding: 15px;
	width: 100%;
	height: auto;
	overflow: auto;
	max-height: 300px;
}


.bus-main {
	overflow: hidden scroll;
	height: 550px;
}

.gray_bg {
	background-color: #f9f9f9;
}

.price-detail {
	border: 1px solid #ccc;
	border-width: 1px 0px 1px 0px;
	margin: 0px -10px;
}

.btn.go_button {
	background: var(--second-color);
	border-radius: 2px;
	box-shadow: unset !important;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	padding: 5px 8px;
	z-index: 1;
}


.table {
	padding: 16px 30px 10px 15px !important;
}

.hotel_box .tts__bus__time {
	font-size: 15px;
}

.hotel_box .tts__bus__time span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.hotel_box .Departtime,
.Durationtime,
.Arrivetime,
.Arrivedate {
	margin: 0;
}

.accordion-btn {
	font-size: 13px;
	font-weight: 500;
}

.accordion-body1 {
	width: 100%;
	height: 300px;
	overflow: auto;
}

.cruiser-item-half {
	width: 50%;
	float: left;
	padding: 0 1px 1px 0;
}

.cruiser-item-half label {
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	background: #f5f5f5;
	cursor: pointer;
	white-space: nowrap;
}

/* .accordion-button {
	border-bottom: 1px solid #ccc;
}

.accordion-button:focus {
	background-color: transparent;
	box-shadow: none;
} */

/* .accordion-button:not(.collapsed) {
	color: #000;
} */


.low-rate-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.low_price {
	border: 1px dashed #26be4c;
	padding: 10px;
}

.low-rate-list li:first-child {
	border-top: 0;
}

.low-rate-list li {
	display: flex;
	justify-content: space-between;
	clear: both;
	width: 100%;
	padding: 3px 0;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #26be4c;
}

.tableFixHead {
	overflow: auto;
	max-height: 300px;
}

.tableFixHead thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}

.tableFixHead table .btn {
	padding: 0;
	border-radius: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.tableFixHead table th,
td .btn i {
	font-size: 12px;
}


.nav-tabs .gallery-link {
	background-color: #f5f6f8 !important;
	border-radius: 0;
	color: #000;
}

.gallery-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gallery-tabs button {
	width: 25%;
	font-size: 14px;
	font-weight: 500;
}

.flight-list-tab .nav-tabs .nav-link:hover,
.flight-list-tab .nav-tabs .nav-link:focus {
	border-bottom: 2px solid var(--second-color);
	color: var(--second-color);
}

.flight-list-tab .nav-tabs .nav-link.active {
	border-bottom: 2px solid var(--primary-bg-color);
	color: var(--primary-bg-color);
}

.itinerary-details {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
}

.itinerary-details li {
	position: relative;
	display: block;
	margin-left: 8px;
	margin-right: 0;
	break-inside: avoid-column;
}

.itinerary-details li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	width: 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dbdbdb;
	content: '';
}

.itinerary-details .time {
	display: flex;
	align-items: center;
	margin-top: 4px;
}

.itinerary-details li .itinerary-optional-package-wrapper {
	margin: -8px;
	margin-left: 10px;
	padding: 8px;
}

.itinerary-details li::after {
	position: absolute;
	top: 10px;
	left: 0;
	right: auto;
	display: inline-block;
	width: 8px;
	height: 8px;
	color: #707070;
	border-radius: 8px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background: currentColor;
	content: '';
	box-sizing: content-box;
	transform: translateX(-50%);
}

.nav-pills .nav-link {
	background: #f5f6f8;
	border: 0;
	border-radius: 0;
	color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--primary-bg-color);
}

.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides li {
	margin-bottom: 8px;
}

.disclaimer {
	padding: 1rem;
	font-weight: 400;
	width: 100%;
	border-radius: 3px;
	background: #f5f5f5;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.facts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.facts li {
	margin-bottom: 1px;
	padding: 0;
	border-right: 1px solid transparent;
	line-height: 36px;
	text-align: left;
}

.facts li .fas {
	display: inline-block;
	width: 36px;
	color: currentColor;
	font-size: 1.25rem;
	text-align: center;
	line-height: 36px;
	background: #dbdbdb;
	vertical-align: top;
}

.facts li .facts-wrap {
	background: #f5f5f5;
}

.facts li label {
	margin: 0 0 0 8px;
}

.slick-slider {
	width: 100%;
	position: relative;
	background: #fff !important;
}

.slider_imgd {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.slider_imgd img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #000;
	border: none;
	outline: none;
	background: #000;
}

.slick-dotted.slick-slider {
	margin: 20px;
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: #000000 !important;
	border: 1px solid #000;
	color: #000000 !important;
}

.slick-dotted.slick-slider {
	margin: 0px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px
}

.slick-slide img {
	display: inline-block;
}

.slick-prev {
	left: 0px;
}

.slick-next {
	right: 0px;
}

.cruise-list {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

.cruise-list li {
	padding: 0px 10px;
	border-right: 1px solid #ccc;
	font-weight: 500;
	font-size: 20px;
}



.cruise-box {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	width: 100%;
	background-color: #fff;
}

.cruise-card-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cruise-card-list li {
	margin: 8px;
	font-weight: 500;
}

.cruise-box .card {
	border-radius: 0 !important;
	border: none;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	width: 100%;
	background-color: #fff;
}

.card-img-top {
	border-radius: 0 !important;
}

.package-prices {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 10px;
}

.tabs-shadow {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	width: 100%;
	background-color: #fff;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: none;
	border-width: 0;
}

.sticky-bottom {
	padding: 10px 10px 10px 10px;
	background: #fff !important;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.cruise-details-package-title {
	font-size: 1.3125rem;
}

.text-price-color {
	color: var(--primary-bg-color);
}

.accordion-footer {
	margin: 10px 0 0;
	padding: 10px;
	background-color: #000000;
	text-color: #ffffff;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .form-control {
	width: 100%;
}

.flightDetailWrapper .flightLeftWrapper .logInAccount .flightDetailButtonWrap .btn-secondary {
	padding: 0 0px;
	height: 32px;
}

.ratingOrangeGradientBg {
	background: linear-gradient(63deg, #f3d452, #f09819);
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 2px;
}

.car_list .car_name {
	font-size: 20px;
	font-weight: 500;
}

.cabUtilities span {
	margin-top: 5px;
}

.font16 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.car_details-list li {
	margin-top: 10px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 500;
}

.tts__flight__details__box .tts__flight__details__box_list li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.latoBold {
	font-weight: 700;
	color: rgb(167, 104, 255);
}

.car-details {
	background: #fff;
	border: 1px solid rgba(156, 170, 179, 0.28);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	padding: 10px 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.readmoreList {
	column-count: 2;
	column-gap: 50px;
}

#car_filter {
	width: 100%;
	height: 300px;
	overflow: auto;
}

.car-filter-shadow {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px;
	position: relative;
}

.pfc3 {
	color: #3e3e3e !important;
}

.fw9 {
	font-weight: 900;
}

.f16 {
	font-size: 16px;
	line-height: 20px;
}

.flightDetailWrapper .flightLeftWrapper .logInAccount .flightDetailButtonWrap .btn-secondary {
	background-color: var(--black) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightRefundableWrapper .flightRefundContent .flightCheckList .flightListItem a {
	color: var(--primary-bg-color) !important;
}

.flightDetailWrapper .flightLeftWrapper .continuePayment .btn,
.flightDetailWrapper .flightLeftWrapper .continuePayment .btn-link {
	background-color: var(--primary-bg-color) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail p {
	color: var(--primary-bg-color) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .card-header .title {
	color: #000 !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTravellerContact .flightGstNumber .gstUpper .btn {
	border-color: var(--black) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p {
	color: var(--second-color) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p .vaccineInfo {
	background-color: var(--second-color) !important;
}

.oneway_btn {
	background-color: var(--primary-bg-color) !important;
}

/*=======footer==============*/
.footer-top {
	padding: 10px 0;
	background-color: var(--second-color);
}

.contact-wrap {

	align-items: center;
	justify-content: space-between;
	color: #fff;

}

.contact-wrap h3 {
	margin: 0;
	font-size: 20px;
}

.contact_details {
	display: flex;
	align-items: center;
	background: var(--primary-bg-color);
	padding: 7px 21px;
	border-radius: 5px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.contact_details h5 {
	font-size: 16px;
	margin: 0;
}

.contact_details .contact-info {
	margin-right: 20px;
	border-right: 2px solid #fff;
	padding-right: 20px;
	width: 180px;
}

.contact_details .contact-info:last-child {
	border: transparent;
	margin: 0;
	padding: 0;
}

.footer .footer-middle {
	background: var(--white);
	padding: 40px 0 30px;
}

.footer .footer-middle h4 {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;

}

.footer .footer-middle h4:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: var(--black);
	bottom: 0;
	left: 0;
}

.footer .footer-middle .footer-links ul li {
	line-height: 24px;
}

.footer .footer-middle .footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .footer-middle .footer-links ul a {
	color: var(--dark);
	transition: .3s;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

.footer .footer-middle .footer-links ul a:hover {
	color: var(--second-color);
}

.footer .footer-middle .footer-logo,
.footer .footer-middle .footer-links,
.footer .footer-middle .footer-info {
	margin-bottom: 0px;
}

.footer .footer-middle .footer-logo {
	text-align: center;
}

.footer .footer-middle .footer-logo img {
	height: 60px;
	margin-bottom: 20px;
}

.footer .footer-newsletter p {
	color: var(--dark);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.footer .footer-middle .footer-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .footer-middle .footer-info ul li {
	color: var(--dark);
	display: flex;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 400;
	margin-bottom: 6px;
}

.footer .footer-middle .footer-info ul li a {
	color: var(--dark);
}

.footer .footer-middle .footer-info ul li i {
	color: var(--primary-bg-color);
	font-size: 16px;
	width: 20px;
	margin-right: 5px;
	margin-top: 3px;
}

.footer .footer-newsletter form .newsletterform {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	text-align: left;
	border: 1px solid #dedede;
}

.footer .footer-newsletter form .newsletterform input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% + 0px);
}

.footer .footer-newsletter form .newsletterform button {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 14px;
	padding: 0 20px;
	background: var(--second-color);
	color: #fff;
	transition: .3s;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.footer .footer-newsletter form .newsletterform button:hover {
	background: var(--second-bg-color);
	color: var(--white);
}

.we-accept {
	text-align: right;
}

.we-accept {
	display: flex;
	align-items: center;
	justify-content: center;
}

.we-accept .paymentimg {
	margin-right: 5px;
	overflow: hidden;
	width: 40px;
}


.bottom-footer-text {
	background: var(--white);
}

.bottom-footer-text .bottom__content {
	border-top: 1px solid #dedede;
}

.bottom-footer-text .rights__content {
	color: var(--dark);
	margin-bottom: 0;
}

.footer .footer-middle .social a {
	font-size: 18px;
	display: inline-block;
	color: var(--dark);
	line-height: 1;
	padding: 8px 0;
	margin-right: 10px;
	transition: .3s;
}

.footer .footer-middle .social a:hover {
	color: var(--black);
}

.bottom-footer-text .copyright {
	color: var(--dark);
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.bottom-footer-text .copyright {
		font-size: 13px;
	}
}

/*=======footer=====end=====*/
/*====holidays==offer_page==========*/

.offer_page_box {
	padding: 30px;
	background: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	transition: 0.5s;
	border-radius: 15px;
}

.offer_page .home_heading h2 {
	color: var(--primary-bg-color);
}

.offer_box {
	border: 1px solid #e2e2e2;
	background: #fff;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	transition: 0.5s;
	border-radius: 5px;
	height: 100%;
}

.offer_box .Offer_img {
	overflow: hidden;
}

.offer_box .Offer_img img {
	transition: 0.3s;
	object-fit: cover;
	height: 150px;
	width: 100%;
}

.offer_body {
	flex: 1 1 auto;
	padding: 15px;
	color: black;
}

.offer_box .offer_body .offer_heading {
	font-size: 17px;
	color: var(--second-color);
}

.offer_box .offer_body p {
	margin-bottom: 0;
	color: var(--primary-bg-color);
}

.offer_page .at-notification {
	background-color: var(--second-color);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	min-height: 340px;
	overflow: auto;
}

.offer_page .at-notification .at-notify {
	font-size: 24px;
}

.offer_page .at-notification .at-nodetails .art-notipara--link {
	margin-bottom: 0;
}

.offer_page .at-notification .at-nodetails {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 10px;
}

.offer_page .at-notification .art-newnoti {
	background: #df1c1c;
	color: var(--white);
	padding: 0px 10px;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 5px;
}

/*====holidays==offer_page===end=======*/
/* holiday trends section */
.holidayTrendsWrapper {
	margin-bottom: 30px;
}

.holidayTrendsWrapper h2 {
	margin-bottom: 30px;
	color: var(--black);
}

.holidayTrendsWrapper .holidayImageContentWrap {
	transition: all .5s;
}

.holidayTrendsWrapper .holidayImageContentWrap:hover>.holidayImageContent {
	transform: translateY(-39%);
	transition: all .5s;
}

.holidayTrendsWrapper .holidayImage {
	position: relative;
}

.holidayTrendsWrapper .holidayImage .fa {
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #ffffff;
	padding: 2px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--primary-bg-color);
}

.holidayTrendsWrapper .holidayImageContentWrap {
	overflow: hidden;
	height: 190px;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box {
	border: 1px solid #e2e2e2;
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	transition: 0.5s;
	border-radius: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper .card .card-body .holidayCard-title {
	color: var(--black);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.holidayTrendsWrapper .holidayCardWrapper .card:hover .card-body .holidayCard-title {
	color: var(--black);
}

.holidayTrendsWrapper .holidayCardWrapper .card .card-body .holidayContentWrap .holidayDura {
	font-size: 14px;
	margin-bottom: 0;
}

.holidayTrendsWrapper .holidayCardWrapper .card .card-body .holidayPrice {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.holidaylist_hight {
	min-height: 59px;
}

.holidaytitle_hight {
	min-height: 42px;
}

.holiday_list_icn {
	font-size: 16px !important;
	padding: 5px 7px;
}


.holidayTrendsWrapper .holidayLocWrap .holidayDest {
	font-size: 13px;
}

.holidayTrendsWrapper .holidayIcon .fa {
	color: var(--black) !important;
	margin: 0 2px;
}

.holidayTrendsWrapper .holidayLocWrap .holidayDest .fa {
	color: #000 !important;
}

.holidayTrendsWrapper .holidayLocWrap .holidayDest1 {
	position: absolute;
	left: 0;
	padding: 1rem 1rem;
}

.holidayTrendsWrapper .holidayLocWrap .holidayDest a {
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--black) !important;
	text-decoration: none;
}

.holidayTrendsWrapper .holidayPrice .priceAmount {
	font-size: 18px;
	font-weight: 500;
}

.holidayTrendsWrapper .holidayPrice .priceAmount span {
	font-size: 12px;
}

.holidayTrendsWrapper .holidayPrice .priceIcon .fa {
	color: var(--primary-bg-color) !important;
	margin: 0 2px;
}

.holidayTrendsWrapper .holidayPrice .priceBtn {
	border: 1px solid #8f8f8f57;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
	padding: 5px 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.holidayTrendsWrapper .holidayPrice .priceBtn:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--primary-bg-color) !important;
	z-index: -1000;
	transition: all 0.3s;
	border-radius: 30px;
	transform: translateY(150%);
}

.holidayTrendsWrapper .holidayPrice .priceBtn:hover:after {
	width: 100%;
	transform: translateY(0%);
}

.holidayTrendsWrapper .holidayPrice .priceBtn:hover {
	border-color: var(--primary-bg-color);
	color: #fff;
}

.holidayTrendsWrapper .holidayImageContentWrap {
	text-align: center;
}

.holidayTrendsWrapper .holidayContentbox {
	padding: 15px;
	background: #f5f5f5;
	min-height: 140px;
}

.holidayTrendsWrapper .holidayHoverContent .holidayCard-title {
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 5px;
}

.holidayTrendsWrapper .holidayHoverContent .holidayDura {
	font-size: 12px;
	font-weight: 500;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn {
	border: 1px solid var(--black);
	font-size: 14px;
	font-weight: 500;
	border-radius: 0px;
	padding: 4px 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 5px;
	background: var(--black);
	color: #fff;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0%;
	background: var(--black);
	z-index: -1000;
	transition: all 0.5s;
	border-radius: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:hover:after {
	height: 100%;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:hover {
	border-color: var(--black);
	color: #fff;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: var(--black);
	z-index: -1000;
	transition: all 0.5s;
	border-radius: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:hover:before {
	height: 100%;
}

.holidayTrendsWrapper .holidayCardWrapper .holidayCardWrapper_box .holidayImageContent .holidayHoverBtn:hover {
	border-color: var(--black);
	color: #fff;
}

/* holiday trends section */
.holidayImageContentWrap .holidayImageContent .holidayImage img {
	max-height: 200px;
	min-height: 200px;
	object-fit: cover;
}


.holidayTrendsWrapper .holidayImageContentWrap .holidayImageContent .holidayImage span {
	position: absolute;
	top: 25px;
	left: -112px;
	color: #ffffff;
	padding: 5px 30px;
	width: 100%;
	text-align: center;
	background-color: var(--black);
	transform: rotate(-45deg);
	font-weight: 500;
}

/*==================holiday========trend====end=======*/

/*==================holiday========theme==============*

.holidays_theme .card-group {
	height: 100% !important;
}

.holidays_theme .card {
	border: none;
	height: 100%;
	width: 100%;
}

.holidays_theme .card img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.holidays_theme h2 {
	color: var(--black);
	margin-bottom: 30px;
}

.holidayimg_overlay h5 {
	font-size: 13px;
}

.holidays_theme .card {
	border-radius: 0;
}

.holidays_theme .card .holidayimg_overlay img {
	max-width: 50px !important;
	max-height: 50px;
}

.holidays_theme .holidayimg_overlay {
	background: #00000047;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.5s ease;
}

.holidays_theme .holidayimg_overlay:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.holidays_theme .holidayimg_overlay span {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	padding: 0px 10px 2px 10px;
	font-size: 11px;
}

.holiday-carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: red;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: opacity 0.6s ease;
	border-radius: 50%;
}

.holiday-carousel-indicators [data-bs-target].active {
	opacity: 1;
}


/*==================holidays========theme=======end=======*/

/*==================holiday========detail=======start=======*/
/* .holiday_details {
	margin-bottom: 30px;
	margin-top: 30px;
} */

.holiday_details .firstdiv-deata .right-summery .carousel .carousel-item img {
	height: 400px;
	object-fit: cover;

}

.holiday_details .holiday_details_deets {
	background-color: #fff;
	padding: 10px;
}

.holiday_details .holiday_detail_title .cashback-det {
	display: inline-block;
	background-color: #616161;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	padding: 4px;
}

.holiday_details .holiday_detail_title .cashback-det span {
	color: #eabe15;
	font-weight: 700;
}

.holiday_details .holiday_detail_title .exploare-para {
	color: #929292;
	font-weight: 500;
}

.holiday_details .holiday_detail_icons .icon-image {
	border-radius: 50%;
	width: 28px;
	height: auto;
	padding: 2px;
	border: 1px solid gray;
	transition: all .4s;
	margin-left: 5px;
	filter: brightness(0) invert(0);
}

.holiday_details .comp-fav-ic {
	color: #9D9D9D;
	font-size: 18px;
	margin-right: -9px;
	position: relative;
	bottom: -12px;
	transition: all .3s;
}

.holiday_details .heart-green {
	position: relative;
	right: 1px;
	bottom: -1px;
	color: #0DA20D;
}

.holiday_details .thrass-green {
	position: relative;
	right: 4px;
	bottom: -1px;
	color: #0DA20D;
}

.holiday_details .book-para {
	font-size: 20px;
	color: #929292;
	margin-bottom: 5px;
}

.holiday_details .book-rate {
	font-size: 18px;
	color: #F15A22;
}

.holiday_details .summery-incl {
	margin-bottom: 20px;
}

.holiday_details .summery-p {
	font-size: 18px;
	background-color: var(--second-color);
	color: #fff;
	padding: 5px;
	margin-top: 0;
}

.holiday_details .maar-boot {
	margin-bottom: 15px;
}

.holiday_details .left-cons {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e1e2e2;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.holiday_details .icons-destinat {
	color: #4C4C4C;
	margin-right: 5px;
	font-size: 12px;
}

.holiday_details .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 9px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #BFBFBF;
	line-height: 0;
	margin-right: 5px;
	color: #676767;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #FFF;
	border-radius: 10px;
}

.holiday_details .btn-xs {
	padding: 2px 6px 2px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	font-weight: 500;
	background: #bbbbbb;
	color: #fff;
	border: 1px solid #bbb;
}

.holiday_details .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.holiday_details .btn-success {
	color: #fff;
	background-color: var(--second-color);
	border-color: var(--second-color);
}

.holiday_details .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.holiday_details .ico-text {
	color: #7b7a7a;
	font-size: 13px;
	transition: all .3s;
	font-weight: 500;
}

.icons-details {
	font-size: 26px;
}

.holiday_details .ico-text:hover,
.holiday_details .ico-text:active,
.holiday_details .ico-text:focus {
	color: var(--second-color);
	font-size: 13px;
	text-decoration: none;
	transition: all .3s;
}

.holiday_detail_tab_box {
	border: 0;
	padding: 18px 15px;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 0px;
}

.holiday_detail_tab_box .main-iti-divs .itinerary_image {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.holiday_detail_tab_box .destina-ul {
	margin-top: 8px;
	margin-bottom: 15px;
}

.holiday_detail_tab_box h2.title_contanier {
	font-size: 20px;
	font-weight: 500;
	color: #5E5F5F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 1px;
	line-height: 30px;
}

.holiday_detail_tab_box .HorizontalTab.tabs_hor_1 p {
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.holiday_detail_tab_box .main-iti-divs .itinere-head {
	background-color: #EEE;
	margin-top: 0px;
	padding: 3px 0px 3px 0;
	font-weight: 500;
}

.holiday_detail_tab_box .main-iti-divs .dayss {
	background-color: var(--second-color);
	padding: 3px 9px;
	color: #fff;
	margin-right: 5px;
}

.holiday_detail_tab_box .main-iti-divs .stay-span {
	float: none;
	margin: 3px 6px 0 0;
	color: #ffffff;
	text-align: right;
}

.holiday_details .holiday_tabs .nav-link {
	color: #000;
	border: 1px solid #000;
	margin-right: 5px;
	font-weight: 500;
}

.holiday_details .holiday_tabs .nav-link.active,
.holiday_details .holiday_tabs .nav-link:hover {
	background-color: var(--second-color);
	color: #fff;
	border: 1px solid var(--second-color);
}

.holiday_details .holiday_detail_tab_box .green-check {
	color: #2C3435;
	margin-right: 5px;
	font-size: 12px;
}

.holiday_details .holiday_detail_tab_box .allbelow {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 3px !important;
	margin-bottom: 13px !important;
}

.holiday_details .holiday_detail_tab_box .holiday_alert {
	padding: 8px 9px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #F44336;
	font-size: 12px;
}

.holiday_details .holiday_detail_tab_box .holiday_list li {
	list-style: circle;
	padding: 0;
	margin-left: 20px;
}

.holiday_details .holiday_detail_tab_box .holiday_list_tab_box {
	background-color: #f4f4f4 !important;
}

.holiday_details .holiday_detail_tab_box .holiday_list_tab_box .nav-pills .nav-link {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 2px;
	border-radius: 0;
	color: #000;
	max-width: 260px;
	background-color: #f1f1f1;
}

.holiday_details .holiday_detail_tab_box .holiday_list_tab_box .nav-pills .nav-link.active {
	color: var(--white);
	background-color: var(--second-color);
}

.holiday_details .holiday_detail_tab_box .holiday_list_tab_box .holiday_tab_content {
	padding: 15px 30px;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.holiday_details_modal .modal-content {
	width: 100% !important;
}

/* .holiday_details_modal .modal-header {
	padding: 6px 15px;
	background-color: var(--black);
	color: #fff;
	display: inherit !important;
	border-radius: 0px;
} */

.holiday_details_modal .holiday_close_btn {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 0;
	border-radius: 50%;
	transition: 0.5s ease;
}

.holiday_details_modal .holiday_close_btn:focus,
.holiday_details_modal .holiday_close_btn:hover {
	outline: 0;
	box-shadow: none;
	background-color: var(--primary-bg-color);
	color: #fff;
}

/* .holiday_details_modal .form-group label {
	font-size: 13px;
	font-weight: 500;
} */

.holiday_details .daycountdiv {
	background: #124786;
	text-align: center;
	padding: 2px 0px;
}

.holiday_details .day-count {
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}

.holiday_details .day-for {
	height: 30px;
	width: 30px;
	display: inline-block;
	background-color: var(--second-color);
	color: #fff;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
}

.holiday_chd_age {
	margin: 4px 0px;
}

.holiday_details .daycountdiv_border {
	border-bottom: 1px dashed #e2e2e2;
	margin: 15px 0;
}

.holiday_details .daycountdiv_border h4 {
	color: #f16025;
	font-weight: 700;
}

.holiday_details .daycountdiv_border h3 {
	font-size: 18px;
}

.holiday_details .usr-ratings span {
	color: #f28510;
}

.holiday_details .bord-bor {
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
}

.holiday_details .right-align {
	float: right;
}

.holiday_details .right-align .change-col {
	color: #8E8E85;
}

.holiday_details .field-input22 {
	border: 1px solid #dedede;
	padding: 7px 14px;
	color: #333;
	width: 100%;
	outline: 0;
}

.holiday_details .inlinee {
	max-width: 80px;
	display: inline-block;
	height: 28px;
	border-radius: 0;
	text-align: center;
}

.holiday_details .inlinee22 {
	max-width: 80px !important;
}

/*==================holiday========detail========end========*/

/*============================================================================================================================
============================================SUNNY.CSS========END=============================================================*/
.flight-rowmain {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 10px;
	margin-left: 0;
	width: 100%;
	background-color: #fff;
}

.flight-rowmain .flight-leftresult .airline-name {
	display: flex;
}

.flight-rowmain .flight-leftresult img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.flight-rowmain .flight-leftresult h5 {
	font-size: 15px;
}

.flight-rowmain .flight-leftresult h5 span {
	display: block;
	font-size: 12px;
	color: #848f91;
	font-weight: normal;
}

.flight-rowmain .flight-leftresult .flight-city,
.flight-rowmain .flight-leftresult .flight-stop,
.flight-rowmain .flight-leftresult .fa-long-arrow-right {
	margin-bottom: 5px;
}

.flight-rowmain .flight-leftresult .flight-durtion {
	margin-top: 5px;
}

.flight-rowmain .flight-leftresult .fa-long-arrow-right {
	color: #848f91;
}

.flight-rowmain .flight-radiolist li .baggage-icons {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
}

/*========result page end=====*/
/* .flight-rowmain .flight-listair {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0px;
}

.flight-rowmain .flight-listair li {
    font-weight: 500;
    font-size: 14px;
    color: #2e464a;
    cursor: pointer;
}

.flight-rowmain .flight-listair li .airline-logo {
    margin-right: 8px;
    width: 28px;
}

.flight-rowmain .flight-listair li .flightids {
    font-size: 11px;
    color: #848f91;
}

.flight-rowmain .flight-listair li .flight-city {
    color: #848f91;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

.flight-rowmain .flight-listair li .flight-timefont {
    font-weight: 500;
} */

.flight-dur-timefont {
	font-size: 12px;
	color: #848f91;
	font-weight: normal;
}

.flight-rowmain .flight-radiolist li {
	margin-bottom: 0px;
}

.flight-rowmain .flight-radiolist li label {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 20px;
	z-index: 2;
	cursor: pointer;
	font-weight: 600;
}

.flight-radiolist .label-warning {
	padding: 3px 5px;
	border-radius: 0;
	background: #f3e6bb;
	color: #876e1e;
	font-size: 10px;
	line-height: 10px;
	margin-right: 5px;
}

.ars-lastre {
	color: #999;
	font-size: 13px;
}

.flight-book {
	background: var(--second-color);

	height: auto;
	border-radius: 10px;
	border: 0;
	box-shadow: inset 0px -2px 4px 0 rgb(0 0 0 / 11%);
	color: #fff;
	font-size: 13px;
}

.flight-book:hover,
.flight-book:focus {
	background-color: var(--primary-bg-color);
	color: var(--white);
}

.flight-list-tab {
	background: #f7f7f7;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.flight-list-tab .flight-list-tab-btn {
	font-weight: 500;
	color: #333;
	border-radius: 0;
}

.flight-list-tab .nav-tabs {
	border-bottom: none;
}

.flight-list-tab .flight-list-tab-btn.active {
	background: none !important;
	border-bottom: 2px solid var(--second-color) !important;
	color: var(--second-color) !important;
}

.flight-list-tab .flight-list-tab-content {
	padding: 10px;
}

.flight-listair1 li .fightairline-logo {
	margin-right: 8px;
	width: 30px;
}

.flight-rowmain .flight-listair li .flight-holdid {
	line-height: 10px;
}

.flight-holdid .equipType {
	margin-left: 5px;
}

.flight-listair1 span {
	color: #333;
	font-weight: 500;
}

.at-fontweight {
	font-weight: normal !important;
}

.graycolor {
	color: #999;
}

.atb-airport {
	display: grid;
	line-height: 15px;
}

.view-details-mainbtn {
	margin-top: 10px;
}

.flight-viewbtn {
	background: #fff;
	padding: 8px 12px;
	color: var(--second-color);
	font-size: 12px;
	border-radius: 30px;
	border: transparent;
	box-shadow: inset 0px 0px 0px 2px rgb(0 0 0 / 10%);
	font-weight: 500;
}

.flight-viewbtn:hover,
.flight-viewbtn:focus {
	background: #ededed;
	color: #000;
}

.indicator-content .flightarrives-after .flightarrive-icons {
	transform: rotate(45deg);
	color: var(--black);
	margin-right: 10px;
}

.indicator-content {
	color: #666666;
}

.ars-trasfee .list-fare-ddetials-content {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0px;
}

.star-text {
	margin-left: 0%;
	color: #da666c;
}

.fare-rules-tabs {
	margin: 0 1% 1% 0;
	padding: 5px;
	outline: none;
	border-bottom: 2px solid var(--black);
}

.flight-typefare {
	font-size: 15px;
	font-weight: 600 !important;
}

.baggage__data {
	padding: 5px;
	background-color: #fff;
}

.atls-holdid span {
	white-space: nowrap;
	font-size: 12px;
}

/*===========================end=====================*/
.tts__flight__result__page .tts__flight__result__page_title {
	margin-right: 10px;
	margin-top: 0;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.tts__flight__result__page .tts__flight__result__page_text {
	color: #055290;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
}

.tts__flight__result__page .fa-star {
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #efb400;
	font-size: 14px;
}

.gallery-box {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	padding: 15px;
}

.gallery-box .carousel-indicators--thumbnails {
	overflow-x: auto;
	height: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery-box .carousel-indicators--thumbnails li {
	position: relative;
	width: 100%;
}

.gallery-box .carousel-indicators--thumbnails li img {
	height: 131px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 3px;
}

.gallery-box .carousel-item img {
	width: 650px;
	height: 403px;
}

.carousel-indicators--thumbnails--column {
	padding-left: 0px;
}

.hoteldetail_list_ul {
	border-bottom: 1px solid #dedede;
	padding: 10px 0 !important;
	margin: 0;
}

.hoteldetail_list_ul li {
	padding: 0;
}

.hoteldetail_list_ul:last-child {
	border: none;
	padding-bottom: 0;
}

.hoteldetail_list_ul:last-child h6 {
	font-weight: 400;
}


.ui-autocomplete-category {
	padding: 10px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
}

.gallery-box .section-one {
	border-bottom: 1px solid #dedede;
}

.gallery-box .section-one .gallery-checkin {
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
	place-content: stretch flex-start;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gallery-box .section-one .gallery-checkin li {
	width: calc(50% - 50px);
	cursor: pointer;
	padding: 15px;
	position: relative;
	transition: all .5s ease-in .1s;
	min-height: 100px;
}

.gallery-box .section-one .gallery-checkin li.nights {
	width: 100px;
	text-align: center;
	padding: 0 20px 0 20px;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: center;
	align-items: center;
}

.gallery-box .section-one .gallery-checkin li.nights h5 {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 0;
	border-top: 1px dashed #000;
	white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li label {
	font-size: 13px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li h6 {
	font-size: 23px;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.gallery-box .section-one .gallery-checkin li p {
	font-size: 12px;
	color: #000000;
	margin: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li.roomsGuests {
	width: 100%;
}

.gallery-box .section-one .gallery-checkin li span {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

.gallery-box .section-two {
	padding: 30px 0 20px;
}

.gallery-box .section-two .inclusion {
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
	place-content: stretch flex-start;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gallery-box .section-two .inclusion li {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

.gallery-box .section-two .inclusion li .fa {
	font-size: 16px;
	margin-right: 6px;
}

/*========confirmation========start=====*/
.travelimp__thanku {
	background: var(--primary-bg-color);
	padding: 15px;
}

.travelimp__thanku .travelimp__thanku--statuscontent {
	font-size: 35px;
	color: #fff;
}

.travelimp__thanku .travelimp__thanku--statussize {
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
	color: rgb(112, 209, 39);
}

.travelimp__thanku .travelimp__thanku--bookingIdShow {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

.travelimp__thanku .travelimp__thanku--redirectid {
	color: #fff;
}

.flight-confirmation .travelimp__thanku--leftside {
	margin: 15px 0;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 10px;
	background-color: #FFF;
}

.flight-confirmation .travelimp__thanku--panelHeadwrap {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

.flight-confirmation .travelimp__thanku--flightFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F7F7F7;
	font-size: 18px;
	color: var(--modify-Bg-color);
	border-radius: 5px;
}

.flight-confirmation .travelimp__thanku--panelHeading {
	background: #F7F7F7;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.flight-confirmation .travelimp__thanku--tripdate {
	color: #999;
	font-size: 13px;
	margin-left: 15px;
	font-weight: bold;
}

.flight-confirmation .travelimp__segmentwrap--flightimg {
	max-width: 30px;
	max-height: 30px;
	margin-right: 5px;
}

.flight-confirmation .travelimp__segmentwrap {
	padding: 10px !important;
}

.flight-confirmation .travelimp__segmentwrap--flightul {
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0 10px;
}

.flight-confirmation .travelimp__segmentwrap--airportul {
	line-height: 1.3;
	width: 100%;
}

.flight-confirmation .travelimp__segmentwrap--airportname {
	color: #999;
}

.flight-confirmation .travelimp__segmentwrap--terminaltext {
	color: #333;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist {
	position: relative;
	border-bottom: 2px solid #ccc;
	font-size: 11px;
	text-align: center;
	padding-bottom: 15px;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist::before {
	position: absolute;
	height: 2px;
	width: 12px;
	background: #ccc;
	right: -1px;
	bottom: 3px;
	content: '';
	transform: rotate(45deg);
	border-radius: 10px;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist::after {
	position: absolute;
	height: 2px;
	width: 12px;
	background: #ccc;
	right: -1px;
	bottom: -7px;
	content: '';

	transform: rotate(-45deg);
	border-radius: 10px;
}

.flight-confirmation .label-purple {
	background: var(--second-color);
	color: #ffF;
	border-radius: 0;
	padding: 5px 5px 3px 5px;
	display: inherit;
	margin-top: 3px;
	margin-left: 10px;
	display: inline-block;
	font-weight: 600;
}

.flight-confirmation .travelimp__segmentwrap--baggageInfo {
	padding: 10px;
}

.flight-confirmation .travelimp__segmentwrap--baggageInfo p {
	margin-bottom: 0;
	line-height: 18px;
	font-size: 14px;
	color: #333;
}

.flight-confirmation .travelimp__segmentwrap--baggagecheckin {
	color: #999;
	font-size: 12px;
}

.flight-confirmation .travelimp__segmentwrap--btn {
	padding: 10px;
}

.flight-confirmation .travelimp__segmentwrap--btn .asr-viewbtn {
	background: var(--second-color);
	padding: 5px 10px;
	color: #FFF;
	height: auto;
	font-size: 13px;
	border: 0;
	box-shadow: inset 0px -2px 4px 0 rgb(0 0 0 / 11%);
	transition: all 0.5s ease;
}

.flight-confirmation .travelimp__segmentwrap--btn .asr-viewbtn:hover {
	background-color: #ca0104;
}

.flight-confirmation .travelimp__thanku--tablewrap th {
	white-space: nowrap;
}

.flight-confirmation .travelimp__thanku--responsivewrap {
	padding: 10px;
}

.flight-confirmation .travelimp__thanku--paxwiseprint {
	margin-right: 5px;
	cursor: pointer;
}

.flight-confirmation .travelimp__thanku--fareulborder {
	border-bottom: 1px solid #ccc;
	position: relative;
}

.flight-confirmation .travelimp__thanku--fareullist {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 0;
}

.flight-confirmation .travelimp__thanku--fareulborder:last-child {
	border-bottom: 0;
}

.flight-confirmation .travelimp__termswrap--termsul {
	padding: 5px 15px !important;
}

.flight-confirmation .travelimp__termswrap--termslist {
	margin-bottom: 3px;
	color: #999;
}

.flight-confirmation .travelimp__thanku--rightside {
	margin: 15px 0;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
}

.flight-confirmation .travelimp__thanku--moreoptions {
	border-radius: 5px;
	padding: 10px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

.flight-confirmation .travelimp__thanku--morelist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	cursor: pointer;
}

.flight-confirmation .travelimp__thanku--morecontent {
	padding: 8px;
	color: #999;
	font-size: 13px;
}

.flight-confirmation .travelimp__thanku--moreicons {
	background: var(--second-color);
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	font-size: 16px;
	color: var(--white);
}

.flight-confirmation .travelimp__thanku--anchorlink {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flight-confirmation .travelimp__thanku--tablewrap thead,
tbody,
tfoot,
tr,
td,
th {
	border-style: solid !important;
}

.modal .modal-content_confirmation {
	width: 100% !important;
	border-radius: 0;
}

.modal .modal-content_confirmation .modal-header_confirmation {
	display: flex !important;
	background-color: transparent;
}

.modal .modal-content_confirmation .modal-header_confirmation .modal-title_confirmation {
	margin-bottom: 0.5rem !important;
}

.modal .modal-content_confirmation .modal-body_confirmation .form-check-input_confirmation {
	width: 20px;
	height: 20px;
	border-radius: 0;
	margin-top: 0;
	margin-left: -1.5em;
	border: 1px solid var(--primary-bg-color);
}

.modal .modal-content_confirmation .modal-body_confirmation .form-check-label {
	margin-left: 10px;
	font-weight: 600;
}

/*========confirmation========end========*/

/*========cart innformation========start========*/
.cart_information {
	padding: 50px 0;
}

.cart_information .accordion .accordion-item .accordion-button {
	padding: 10px 15px;
	background-color: transparent;
}

.cart_information .accordion .accordion-item .accordion-button:focus {
	border-color: #ccc;
}

.cart_information .accordion .accordion-item .accordion-button .acordian_heading {
	font-size: 16px;
	color: var(--black);
	font-weight: 500;
}

.cart_information .accordion .accordion-item {
	margin-bottom: 1%;
}

.cart_information .accordion .accordion-item .cart-details-borderline {
	padding: 15px;
	border-radius: 6px;
}

.cart_information .accordion .accordion-button::after {
	background-image: var(--bs-accordion-btn-icon);
}

.cart_information .accordion .ball__border {
	position: relative;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.cart_information .accordion .info_length-green {
	background: #036403;
}

.cart_information .accordion .numbering-section {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	line-height: 16px;
	transition: opacity 1s;
}

.cart_information .cart_info-field .cart_info-field--title {
	color: #9c9c9c;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 14px;
}

.cart_information .cart_info-field .cart_info-field--detail {
	color: #242424;
}

.cart_information .accordion .cart_info-field a {
	color: var(--black);
}

.cart_information .accordion .note_list-content {
	background: #ffffa7;
	height: 100%;
	padding: 10px;
	border-radius: 6px;
}

.cart_information .accordion .note_list-details {
	color: #686868;
	background: #ebf6fa;
	padding: 10px;
}

.cart_information .accordion .note_list-details p {
	margin-bottom: 10px;
}

.cart_information .accordion .cssCircle.addsign {
	font-weight: 500;
	font-size: 12px;
	margin-left: auto;
}

.cart_information .accordion .cssCircle-plusdesign {
	color: var(--primary-bg-color);
}

.cart_information .accordion .segment_body-airlogo {
	display: flex;
	align-items: center;
	text-align: center;
}

.cart_information .accordion .airline-logo {
	margin-right: 8px;
	width: 30px;
}

.cart_information .accordion .arrow_right-sm {
	width: 100%;
	margin: 10px 0;
	background: #ccc;
	position: relative;
	height: 2px;
}

.cart_information .accordion .arrow_right-sm:before {
	content: '';
	position: absolute;
	height: 8px;
	top: -6px;
	width: 2px;
	background: #ccc;
	right: 3px;
	transform: rotate(135deg);
}

.cart_information .accordion .arrow_right-sm:after {
	content: '';
	position: absolute;
	height: 8px;
	top: 0;
	width: 2px;
	background: #ccc;
	right: 3px;
	transform: rotate(45deg);
}

.cart_information .accordion .amend_details-passengers--list {
	background: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
	margin: 10px 10px 0;
	position: relative;
	padding: 10px;
	border-radius: 6px;
}

.cart_information .accordion .amend_passenger_details {
	background: #f2f1f1;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	padding: 5px;
}

.cart_information .accordion .amend_passenger_details .person-name {
	color: #004684;
	text-transform: capitalize;
	font-weight: 500;
}

.cart_information .accordion .amend_passenger_details .sm_font {
	font-size: 11px;
}

.cart_information .accordion .amend_passenger_details .padd-left-amendment {
	padding-left: 0;
}

.cart_information .accordion .amend_passenger_details .bold {
	font-weight: 500;
}

.cart_information .accordion .passenger_faredetail .padd-left-amendment {
	padding-left: 0;
}

.cart_information .accordion .passenger_faredetail .form-floating>.form-control {
	padding: 22px 0px 5px 0px;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

.cart_information .accordion .passenger_faredetail .form-floating>label {
	padding: 18px 0px 0px 0px;
}

.cart_information .accordion .passenger_faredetail .form-floating>.form-control:focus {
	box-shadow: none !important;
}

.cart_information .accordion .amend_passenger_details .hover_icon {
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	color: #ffb900;
}

.cart_information .accordion .hoverInfo_content {
	background: #8e8e8e;
	color: #fff;
	padding: 5px;
}

.cart_information .accordion .hoverInfo_content-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #9a9a9a;
	padding: 2px;
}

.cart_information .accordion .hoverInfo_content-detail p {
	margin-bottom: 0;
	font-size: 13px;
}

/*========cart innformation========end==========*/
.pending-status {
	font-weight: 500;
	background: #FFC107;
	color: white;
	padding: 2px 8px;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	min-width: 73px;
	font-size: 12px;
}

.modal .modal-dialog .ref-modal-header {
	display: flex !important;
	padding: 1rem 1rem;
}


.modal .modal-dialog .modal-body-refresh .modal-refresh-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: rgb(255 255 255);
	color: #000;
	border-radius: 50px;
	opacity: 1;
}

.modal .modal-dialog .modal-body-refresh .modal-refresh-btn span {
	font-size: 20px;
	font-weight: normal;
}

.modal .modal-dialog .modal-footer-refresh .btn-modal-refresh {
	margin-top: 10px;
	background-color: var(--primary-bg-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
}

.modal .modal-dialog .modal-body-refresh .carousel-indicators {
	bottom: auto;
	top: 65%;
}


.tts-amendment-admin-border {
	border: 2px solid #198754;
}

.tts_agentUserId {
	height: 100%;
	left: 0;
	line-height: 10;
	margin: 0;
	position: fixed;
	top: 0;
	transform: rotate(-30deg);
	transform-origin: 0 100%;
	width: 200%;
	font-size: 10px;
	z-index: 0;
	word-spacing: 60px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0.25;
}

.tts-pr_9 {
	padding-right: 9px;
}

.tts-refundable {
	font-size: 15px;
	font-weight: 700;
	color: #307d01;
	cursor: pointer;
}

.tts-non-refundable {
	color: var(--primary-bg-color);
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.amendment_reply {
	border-left: 3px solid #0063ff !important;
	background: #e7eaeb;
	border-radius: 5px;
	padding: 12px 12px;
}

.amendment_box {
	background: #f6f6f6;
	padding: 17px 7px;
	border-radius: 6px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.txt-black {
	color: #000;
}

.imp_amdement_noti {
	background: white;
	padding: 21px;
	border-radius: 5px;
}

.sales-report td {
	padding: 0.75rem 0.2rem !important;
}


/*==================start-section==============*/
.StartNowstyles {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0px 0 80px;
}

.StartNowstyles:after {
	width: 75%;
	background-color: rgb(242, 236, 243);
	border-radius: 0px 10rem 10rem 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	height: 100%;
	z-index: -1;
}

.StartNowstyles-wrapper {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	max-width: 75%;
}

.StartNowstyles__box {
	max-width: 1350px;
	padding: 2rem 0px;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-direction: column;
	z-index: 2;
}

.StartNowstyles__text {
	margin-bottom: 0;
}

.StartNowstyles__title {
	font-size: 32px;
	color: rgb(10, 39, 49);
	font-weight: 800;
}

.StartNowstyles__btn {
	display: flex;
	margin-left: 7rem;
	width: 20.5rem;
	border: 1px dashed rgb(32, 119, 247);
	border-radius: 4rem;
	padding: 0.8rem;
}

.StartNowstyles__signup {
	width: 100%;
	padding: 15px 40px;
	border-radius: 5rem;
	background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.StartNowstyles__signup:hover {
	color: #fff;
}

.StartNowstyles__signup:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
	transform: translateX(-95%) translateY(-25%) rotate(90deg);
	z-index: -1;
}

.StartNowstyles__signup:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.StartNowstyles__signup:hover {
	color: #001f8d;
}

/*==================start-section==============*/
/*==================partner-section==============*/
.customer-need,
.why-partner,
.StartNowstyles-section,
.partner-section {
	padding: 80px 0;
	overflow: hidden;
}


.section-header {
	text-align: center;
	padding-bottom: 40px;
}

.section-header h2 {
	font-size: 32px;
	font-weight: 800;
	position: relative;
}

.section-header p {
	margin-bottom: 0;
	color: rgb(51, 51, 51);
}

.partner-section .feature-box {
	padding: 24px 20px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	transition: 0.3s;
	background-image: linear-gradient(263deg, rgb(232, 234, 248) 1%, rgb(254, 255, 255) 99%);
	border-radius: 8px;
	margin-bottom: 10px;
}

.partner-section .feature-box i {
	background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
	padding: 4px;
	margin-right: 20px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	transition: 0.3s;
}

.partner-section .feature-box h3 {
	font-size: 16px;
	color: #012970;
	font-weight: 700;
	margin: 0;
}

.partner-section img {
	height: 450px !important;
	width: 100%;
	object-fit: contain;
}

/*==================partner-section========end======*/
/*==================why-partner========start======*/
.why-partner .content h3 {
	font-weight: 700;
	font-size: 32px;
	color: #001f8d;
	text-transform: capitalize;
}

.why-partner .content ul {
	list-style: none;
	padding: 0;
}

.why-partner .content ul li {
	display: flex;
	align-items: flex-start;
	margin-top: 40px;
}

.why-partner .content ul i {
	flex-shrink: 0;
	font-size: 48px;

	margin-right: 20px;
}

.why-partner .content ul h5 {
	font-size: 18px;
	font-weight: 700;

}

.why-partner .content p:last-child {
	margin-bottom: 0;
}

.why-partner .content ul p {
	font-size: 15px;
}


div.laptop-wrapper {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
}

div.laptop-wrapper iframe {
	box-sizing: border-box;
	background: url('../../webroot/img/video-banner.png') center center no-repeat;
	background-size: contain;
	padding: 11.9% 15.5% 14.8%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================why-partner========end======*/
/*==================customer====need========start======*/

.customer-need {
	background-color: rgb(242, 236, 243);
	border-radius: 50px 50px 0% 0% / 60px;

}

.customer-need .card-group .card {
	border-radius: 2rem 2rem 0px 0px !important;
	margin: 10px;
}

.customer-need .card-group .card .card-img-top {
	border-radius: 2rem 2rem 0px 0px !important;
	height: 250px !important;
	object-fit: cover;
}

.customer-need .card-group .card .card-title {
	font-size: 18px;
	color: #001f8d;
	text-align: center;
	font-weight: bold;
	border-radius: 0px 0px 0.8rem 0.8rem;
}

.customer-need .Waiting {
	margin-top: 4rem;
	text-align: center;
}

.customer-need .Waiting h2 {
	font-size: 32px;
	color: rgb(10, 39, 49);
	font-weight: 800;
}

.customer-need .Waiting .WaitingForButton {
	padding: 15px 45px;
	border-radius: 5rem;
	background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
}

.customer-need .Waiting .WaitingForButton:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all 0.5s ease;
	z-index: -1;
	border-radius: 5rem;
}

.customer-need .Waiting .WaitingForButton:hover:after {
	width: 98%;
}

.customer-need .Waiting .WaitingForButton:hover {
	color: #001f8d;
}

/*==================customer====need========end======*/


.TopSectionstyles-section .TopSectionstyles-box {
	background-image: linear-gradient(248deg, #fff1cd 100%, #ffedd6 1%);
	padding: 20px 0;
	border-radius: 10px;

}

.TopSectionstyles-section .TopSectionstyles-box h3 {
	font-size: 25px;
	font-weight: 400;
}

.TopSectionstyles-section .TopSectionstyles-box h3 span {
	font-weight: 900;
}

.TopSectionstyles_border {
	border-right: 2px solid #e4c583;

}

.TopSectionstyles_border .Know-more {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #0092ff;
}

.TopSectionstyles-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.TopSectionstyles-section ul li {
	padding: 0 0 10px 30px;
	position: relative;
	font-size: 18px;
}

.TopSectionstyles-section ul li i {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 5px;
	color: #000;
}

.TopSectionstyles-section ul li span {
	font-weight: 700;
}


.text_typing {
	animation: text1;

}


.text_typing {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	font-size: 35px;
}


@keyframes text1 {

	0%,
	50%,
	100% {
		width: 0;
	}

	10%,
	100% {
		width: 40%;
	}
}

@keyframes caret {

	0%,
	100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}


.btn-tts-markup {
	background: #11458d;
	color: #fff;
}

.flightDetailWrapper .flightFare .fa-edit {
	font-size: 16px;
	background-color: #787878;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
}

.holiday_slider {
	background: transparent !important;
}

.holiday_slider .slick-dots li button {
	border: 1px solid #f58434;
	border-radius: 50%;
}

.holiday_slider .slick-dots li button:before {
	font-size: 12px !important;
	line-height: 22px !important;
	width: 21px !important;
	height: 20px !important;
	color: var(--black) !important;
}

.holiday_slider .slick-track {
	margin: 0;

}


/*==================tourista---marquee============*/

.tourista-marquee .ticker {
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	height: 50px;
}

.tourista-marquee .ticker-news {
	width: 88%;
	background: #ffffff;
	padding: 7px 2%;
}

.tourista-marquee .ticker-title {
	width: 12%;
	text-align: center;
	background: var(--second-color);
	position: relative
}

/*.tourista-marquee .ticker-title:after {
    position: absolute;
    content: "";
    right: -26%;
    border-left: 20px solid var(--primary-bg-color);
    border-top: 25px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 19px solid transparent;
    top: 0px;
}*/

.tourista-marquee .ticker-title h5 {
	font-size: 16px;
	margin: 8% 0;
	color: #fff;
}

.tourista-marquee .ticker-news marquee {
	font-size: 15px;
	margin: 0px 0 0 0;
}

.tourista-marquee .news-content p {
	margin-right: 41px;
	display: inline;
	font-size: 13px;
}


/*======tts===notifications======*/
.tts-notification {
	background: #fff;
	padding: 20px;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.tts-notification .tts-notification-title {
	font-size: 25px;
	font-weight: 500;
	margin-top: 0 !important;
}

.tts-notification .tts-newnoti {
	background: #df1c1c;
	color: #fff;
	display: inline-block;
	padding: 1px 8px;
	border-radius: 3px;
	font-size: 12px;
	margin-top: 20px;
}

.tts-notification .tts-nodetails {
	border-bottom: 1px solid #e2e2e2;
}

.tts-notification .tts-nodetails:last-child {
	border-bottom: none;
}

.tts-notification .tts-nodetails h5 {
	font-size: 16px;
	font-weight: 500;
}

/*======tts===notifications======*/


/*======successful==========*/

.success_wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.success_wrapper {
	height: initial;
	max-width: 850px;
	margin: 50px auto 50px auto;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.success_wrapper_2 {
	padding: 30px;
	text-align: center;
}

.success_wrapper_2 h2 {
	font-size: 40px;
	letter-spacing: 3px;
	color: #11458d;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
}

.success_wrapper_2 h2 span {
	display: block;
	color: #000;
	letter-spacing: 1px;
	font-size: 35px;
	font-weight: 500;
}

.success_wrapper_2 p {
	margin: 0;
	font-size: 16px;
	color: #111;
	letter-spacing: 1px;
	/*width: 450px;*/
	margin: auto;
	font-weight: 500;
}

.success_login {
	color: #fff;
	background: #f38435;
	border: none;
	padding: 15px 0px;
	margin: 30px 0;
	border-radius: 30px;
	text-transform: capitalize;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	margin-left: 10px;
	width: 250px;
	font-weight: 600;
	text-decoration: none;
	transition: all 500ms linear;
	font-size: 18px;
}

.success_login:hover {
	color: #fff;
	background: #11458d;
}

.btn-outline-danger {
	background: var(--second-color);
	border: var(--second-color);
	color: var(--white);
}

.btn-outline-danger:hover {
	background: var(--primary-bg-color);
	border: var(--primary-bg-color);
	color: var(--white);
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail p {
	color: #000 !important;
}


.page-content-area .table-responsive {
	height: 100%;
	max-height: 68vh;
}

.page-content-area .card-body .table-responsive .table .table-active {
	background: #e9ecef;
}


.card .card-body .badge-primary {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 15px 8px;
	color: white;
	position: relative;
	outline: none;
	margin-top: 0px;
	background: var(--primary-bg-color);
	border-color: var(--primary-bg-color);
	transition: all 0.3s ease-out;
	border-bottom: 2px solid var(--primary-bg-color);
	font-family: inherit;
}

.card .card-body .badge-primary:hover {
	color: white;
	transform: scale(1.05);
	background: var(--second-color);
	border-color: var(--second-color);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

/* .table td,
.table th {
	white-space: nowrap;
	padding: 0.5rem;
	vertical-align: middle;
	font-size: 14px;
} */

.mega-menu {
	min-width: 480px;
	padding: 10px;
	border-bottom: 2px solid #ff7b39;
	border-radius: 4px !important
}

.mega-menu {
	left: -230px !important
}

.mega-menu .tableDropdown__wrap--list {
	padding: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #e4e3e3
}

.mega-menu .tableDropdown__wrap--list p {
	font-size: 12px;
	width: 17%;
	margin: 0 5px;
	font-weight: 700;
	text-align: center;
	line-height: 17px
}

.mega-menu .tableDropdown__wrap--list__content {
	padding: 10px 5px;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.mega-menu .tableDropdown__wrap--list__content .my-bal-dropdown {
	color: #909090 !important
}

.mega-menu .tableDropdown__wrap--list__content p {
	font-size: 11px;
	width: 20%;
	text-align: center;
	color: #909090;
	margin-bottom: 0
}


/*===========modify====search=======*/
.modal .form-label {
	font-size: 13px;
	color: var(--second-bg-color);
	line-height: 1;
	padding: 5px 15px 5px 15px;
	display: block;
	margin-bottom: 0;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 1;
}

.modal .tts__input__input,
.modal .tts__traveller_select {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	padding: 27px 20px 10px 15px;
	color: var(--second-bg-color);
	border: 1px solid #ebebeb;
	height: 70px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 0;

}
.modal .tts__traveller_select .tts__traveller_select_tts_span {
    font-size: 25px;
}


.modal .tts__traveller_select span {
    font-size: 13px;
}

.modal .flight_text_p {
	font-size: 13px;
	color: var(--second-bg-color);
	line-height: 1;
	padding: 5px 15px 5px 15px;
	display: block;
	font-weight: 500;
	margin-bottom: 0;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	bottom: 2px;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.modal .tts__interchange__arrow {
	width: 28px;
	height: 28px;
	padding: 7px;
	border-radius: 50%;
	background-color: var(--white);
	position: absolute;
	right: -15px;
	bottom: 24px;
	z-index: 9;
	cursor: pointer;
}

/* .modal .tts__traveller_select_tts_span {
	font-size: 16px;
	line-height: 50px;
} */

.modal span.cabinclass {
	display: block;
	line-height: 0;
	font-weight: 500;
	margin-top: -5px;
	font-size: 13px;
}

.modal .oneway_btn {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	color: white;
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
	height: 70px;
	border-radius: 0;
	background-color: var(--second-color) !important;
	border: 1px solid var(--second-color);
}

.modal .oneway_btn:hover {
	background-color: var(--primary-bg-color) !important;
	color: var(--white) !important;
	border-color: var(--primary-bg-color) !important;
}

.modal .tts__input__input:focus,
.modal .tts__traveller_select:focus {
	box-shadow: none;
}

.modal .tts__counter {
	font-weight: 900;
	background-color: var(--second-bg-color);
	color: var(--white);
	border: 1px solid #ced4da;
	height: 38px;
	width: 24px;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.modal .tts_traveller__counter_span {
	display: inline-block;
	width: 29px;
	padding: 0px;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	height: 38px;
	text-align: center;
}

.modal .tts__counter {
	font-weight: 900;
	background-color: var(--second-bg-color);
	color: var(--white);
	border: 1px solid #ced4da;
	height: 38px;
	width: 24px;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.modal span.tts__traveller__limit {
	font-size: 13px;
}

.modal .tts__inputradio_label {
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
}


.modal .tts__input__input1,
.modal .tts__traveller_select1 {
	border-top: 0;
}

.modal .tts__input__input2 {
	border-right: 1px solid #ebebeb;
}

.modal .tts__dropdown__menu__right span {
	font-size: 13px;
}

.modal .tts__traveller_select option {
	font-size: 14px;
}

.modal .tts__dropdown__menu__right {
	max-height: 300px;
	overflow: auto;
}

/*===========modify====end======*/

/*=======dashboard======start=========*/
.dashboard-section .dashboard_title {
	margin-bottom: 20px;
	font-size: 30px;
}

.dashboard-section .card.tile-stats {
	position: relative;
	display: block;
	background: #fff;

	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
	background-clip: padding-box;
	transition: all 300ms ease-in-out;
	border: none;
}

.dashboard-section .card .card-body h3 {
	font-weight: 900;
	font-size: 38px;
}

.dashboard-section .card .card-body .card-title {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.dashboard-section .card .tile-red {
	color: #f56954;
}

.dashboard-section .card .tile-green {
	color: #00a65a;
}

.dashboard-section .card .tile-aqua {
	color: #00c0ef;
}

.dashboard-section .card .tile-blue {
	color: #00639e;
}

.dashboard-section .card .tile-pink {
	color: #ff0099;
}

.dashboard-section .card .tile-black {
	color: #212121;
}

.tile-stats .icon {
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 5px;
	bottom: 50px;
	z-index: 1;
}

.tile-stats.tile-red .icon {
	color: rgba(0, 0, 0, 0.1);
}

.tile-stats .icon i {
	font-size: 40px;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.dashboard-section .card a .fa-plane {
	color: #f5695480;
}

.dashboard-section .card a .fa-hotel {
	color: #00a65a73;
}

.dashboard-section .card a .fa-bus {
	color: #00c0ef8f;
}

.dashboard-section .card a .fa-umbrella-beach {
	color: #00639ea1;
}

.dashboard-section .card a .fa-cc-visa {
	color: #ff009982;
}

.dashboard-section .card a .fa-car {
	color: #212121;
}


.dashboard-section .stretch-card .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.dashboard-section .stretch-card .card .card-title {
	color: var(--second-color);
	margin-bottom: 0.625rem;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
}


.dashboard-section .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.dashboard-section .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	white-space: nowrap;
}

.dashboard-section .table .table-active {
	background-color: var(--second-color);
	color: var(--white);
}

.dashboard-section .table thead th {
	border-top: 0;
	border-bottom-width: 1px;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
}

.dashboard-section .table td {
	font-size: 014px;
	padding: .875rem 0.9375rem;
}


/*=======dashboard======end=========*/
@media only screen and (max-width: 768px) {
	ul li.dropdown a {
		margin: 0;
	}

	.tabs.search_tabs {
		text-align: center;
	}

	.header_menu li {
		float: none;
	}

	.column.right {
		width: 100%;
	}

	.column.right ul li {
		display: block;
	}

	.column.left {
		width: 100%;
	}

	.hotal_price {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.search-check-input {
		margin: 0;
	}

	.flight-search {
		display: block !important;
	}

	.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightTypeDetail ul li {
		border-left: 1px solid #fff;
		padding: 0;
		max-width: 33.33%%;
	}

	.flightDetailWrapper .flightLeftWrapper .logInAccount {
		display: block;
	}

	.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .btn-secondary {
		width: 100%;
	}

	.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .dropdown-toggle::after {
		margin-left: 11.255em;
	}

	.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .form-control {
		width: 100% !important;
	}

	.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightDetailTiming ul li h2 .timeDate {
		color: #000;
		font-size: 12px;
		font-weight: 500;
	}

	.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightDetailTiming ul li h2 .timePlace {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.tts-col-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.tts-col-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.tts-col-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.tts-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.tts-col-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.tts-col-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.tts-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.tts-col-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.tts-col-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.tts-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.tts-col-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.tts-col-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.tts-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.navbar .navbar-toggler {
	border: transparent;
	border-radius: 0;
	background-color: #013f92;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.navbar .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

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


	.header .navbar-right .dropdown .dropdown-menu {
		margin-top: 0 !important;
	}

	.responcive_table {
		overflow-x: auto
	}

	.dnm {
		display: none !important
	}

	/*.modal-content {
        width: 100%
    }
    .modal-body {
        padding: 20px 0 20px 4px
    }*/

	.footer .footer__touch {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}

	.footer .footer__touch,
	.footer .footer__work {
		border-right: 1px solid transparent;
		padding: 0;
	}

	.footer .footer__work {
		text-align: left !important;
	}

	/* .modify_list {
		display: block !important;
		border-right: 1px solid #aaa !important;
	} */

	.modify_list li:after {
		background-color: transparent !important;
	}

	.modify_list li h2 {
		margin: 0;
		text-align: left !important;
	}

	.modify_list li h3 {
		text-align: left !important;
		margin-bottom: 10px;
		margin-top: 10px;
		margin: 0;
	}

	.modify_list li h2 {
		min-width: 100% !important;
	}

	.modify_list li h3 {
		width: 100px !important;
	}

	.tts-loading-box {
		width: 100% !important;
	}

	.tts_product_box {
		height: auto !important;
	}

	.tts__input__input {
		font-size: 20px !important;
	}

	.gallery-box .carousel-indicators--thumbnails {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.gallery-box .carousel-indicators--thumbnails li img {
		max-width: 50px !important;
		height: 50px !important;
		width: 50px !important;
		margin: 2px;
	}

	.gallery-box .carousel-item img {
		height: 250px !important;
	}

	.carousel-indicators--thumbnails--column {
		padding-left: 15px !important;
	}

	.hoteldetail ul li a {
		font-size: 12px !important;
	}

	.flightDetailWrapper .flightLeftWrapper .continuePayment .btn,
	.flightDetailWrapper .flightLeftWrapper .continuePayment .btn-link {
		padding: 5px 20px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
	}
}

.holidays_theme{
	padding-top: 0;
}

@media only screen and (max-width: 600px) {
	.services-section .services-title {
		font-size: 25px !important;
	}

	.whyTravelCrmsWrap h3 {
		font-size: 25px !important;
	}

	.whyTravelCrmsWrap .whyTravelContent .whyTravelMain h4 {
		font-size: 15px !important;
	}

	.section-header h2 {
		font-size: 25px !important;
	}

	.customer-need .Waiting h2 {
		font-size: 25px !important;
	}

	.why-partner .content h3 {
		font-size: 25px !important;
	}

	.why-partner .content ul h5 {
		font-size: 15px !important;
	}

	.StartNowstyles:after {
		width: 100% !important;
		border-radius: 0;
	}

	.StartNowstyles-wrapper {
		display: block !important;
		max-width: 100% !important;
	}

	.StartNowstyles__btn {
		margin-left: 0 !important;
	}

	.StartNowstyles__title {
		font-size: 25px !important;
	}

	.StartNowstyles {
		margin: 0;
		padding: 50px 0;
	}

	.StartNowstyles__box {
		padding: 0;
	}

	.heroSectionWrap .heroSectionWrap_title {
		font-size: 30px !important;
	}

	.heroSectionWrap .heroSectionWrap_title span {
		line-height: 40px !important;
	}

	.TopSectionstyles_border {
		border: none !important;
	}

	.partner-section .feature-box h3 {
		font-size: 14px !important;
	}

	

	/*.holidays_theme .holiday_column{
        width: 100%!important;
        flex: 50%!important;
    }*/
	.holiday_details .main-row2 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.holiday_details .firstdiv-deata {
		padding: 0 !important;
	}

	.holiday_detail_title h4 {
		font-size: 20px;

	}

	.holiday_details .book-para {
		font-size: 15px;
	}

	.holiday_details .book-rate {
		font-size: 15px;

	}

	.holiday_details .summery-incl {
		font-size: 20px;
	}

	.payment-section .nav-pills .nav-link {
		width: 100% !important;
		white-space: nowrap;
	}

	.payment-section .nav-pills {
		margin-right: 0 !important;
	}

	.flightDetailWrapper .tts-holiday-review-details img {
		height: 200px !important;
		object-fit: cover;
		width: 100%;
	}

	.flightDetailWrapper .tts-holiday-review-details ul li h5 {
		font-size: 13px;
		font-weight: normal;
	}

	.holiday_slider .slick-track {
		width: auto;
		!important;
	}

	.holiday_slider .slick-prev,
	.holiday_slider .slick-next {
		display: none !important;
	}

	.tourista-marquee .ticker-title {
		width: 35%;
	}

	.tourista-marquee .ticker-news {
		width: 65%;
	}

	.login-section {
		display: block;
		position: relative;
		padding: 0px 0 50px;
		height: 100%;
		top: 0;
	}

	.header .navbar-second .navbar-nav .nav-item {
		padding: 0px 0px 0px 0px;
	}

	.header .navbar-second .navbar-nav .nav-item .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
		color: #fff;
		font-size: 14px;
	}

	.header .navbar-second .navbar-nav .nav-item .nav-link.reportsbtn {
		padding-right: 0;
		padding-left: 0;
	}


}

.busresult-footer {
	background: #f4f4f4;
	color: #000;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	margin: 10px -10px -10px -10px;
}

.busresult-footer a {
	color: #000;
}

.busresultbox {
	background: #fff;
	color: #000;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}

.seatmodalbox {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 20px;
}


/*=======filter=======*/
.booking-sidebar .widget {
	background: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid #e8e8e8;
}

.booking-sidebar .widget:last-child {
	border: none;
}

.booking-sidebar .widget.filters {
	background: var(--second-color);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 10px;
}

.booking-sidebar .widget.filters .title {
	font-size: 14px;
	margin-bottom: 0;
	text-transform: capitalize;
	text-align: center;
}

.booking-sidebar .widget.filters a {
	color: var(--white);
	font-size: 13px;
}

.booking-sidebar .widget .widget-title {
	font-size: 14px;
	color: var(--second-color);
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.booking-sidebar .widget label.form-check-label {
	font-size: 13px;
}

.price_slider_amount {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price_slider_amount>span {
	font-size: 15px;
	font-weight: 700;
	color: var(--second-bg-color);
	text-transform: capitalize;
	margin-right: 5px;
}

.price_slider_amount>input[type="text"] {
	height: auto;
	margin-left: 0;
	text-align: left;
	width: 100%;
	border: none;
	font-size: 14px;
	color: var(--second-bg-color);
	font-weight: 600;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ebebee none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 6px;
	margin-bottom: 8px;
	width: 95%;
}


.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	height: 20px;
	width: 20px;
	top: 0;
	margin-top: -7px;
	background: #ebebee;
	border-radius: 50px;
	margin-left: -1px;
	border: 5px solid var(--second-color);
}

.price_filter .ui-slider .ui-slider-range {
	background-color: var(--primary-bg-color);
}

.airlines-cat-list .form-check-input {
	border-radius: 3px;
	border: 2px solid #ebebeb;
	margin: 0 12px 0 0;
	width: 16px;
	height: 16px;
}

.airlines-cat-list .form-check {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
	min-height: inherit;
}

.airlines-cat-list .tts__checkbox__label {
	flex-grow: 1;
	font-size: 13px;
	font-weight: 500;
	color: var(--second-bg-color);
	user-select: none;
	display: flex;
	align-items: center;
}

.airlines-cat-list .tts__checkbox__label .fa-star {
	color: #efb400
}

/*=======filter End=======*/
.payment-section .card {
	margin-bottom: 20px;
}

.payment-section .location {
	margin-bottom: 20px;
}

.payment-section .location h3 {
	font-size: 15px;
	margin-bottom: 0;
}

.payment-section .location-block h5 {
	font-size: 15px;
	margin-bottom: 0;
}

.payment-section .location-block h5 span {
	display: block;
	font-weight: 300;
	font-size: 12px;
}


/*=====roundtrip======*/
.roundtrip-box {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px;
}

.roundtrip-box img {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.roundtrip-box h5 {
	font-size: 14px;
}

.roundtrip-box span {
	font-weight: normal;
	font-size: 12px;
}

.roundtrip-box span.stop {
	display: block;
}

.roundtrip-box .dropdown-menu {
	padding: 0;
}

.roundtrip-box .dropdown-menu .dropdown-item {
	font-size: 12px;
}

.roundtrip-box .dropdown-menu .dropdown-item:hover {
	color: var(--second-color);
}

.roundtrip-box .tts__airline__name a {
	font-size: 12px;
	color: #000;
}

.roundtrip-box span.DatetTime {
	display: block;
}

.roundtrip-box ul li {
	line-height: 15px;
	margin-bottom: 10px;
}

.roundtrip-box span.filghtprice {
	font-size: 15px;
	font-weight: 700;
	display: block;
}

.roundtrip-box .btn-view {
	color: #fff;
	background: var(--second-color);
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 4px;
	transition: 0.3s;
}


/* *********************** breadcrumbs *********************** */
.breadcrumbs {
	background: linear-gradient(to right, var(--second-color), var(--second-color));
	margin: 0;
	position: relative;
	color: var(--white);
	padding: 20px 0 !important;
	overflow: hidden;
}

.breadcrumbs h2 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li {
	margin-right: 10px;
	color: var(--white);
	font-weight: bold;
}

.breadcrumbs ol a {
	color: var(--white);
	font-weight: normal;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: var(--white);
	content: "/";
}

/* *********************** breadcrumbs end*********************** */
.home_heading {
	padding-bottom: 30px;
}

.home_heading h2 {
	font-size: 24px;
	text-transform: capitalize;
	color: var(--second-bg-color);
	margin-bottom: 0px;
}

.contactus .section-title {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
	margin: auto;
}

.contactus .section-title h2 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: var(--second-bg-color);
	display: block;
}

.contactus .section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--second-color);
	bottom: 0;
	left: calc(50% - 25px);
}

.contactus .info-box {
	color: #444444;
	text-align: center;
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);
	padding: 30px 20px 30px 20px;
	background: #fff;
	height: 100%;
}

.contactus .info-box i {
	font-size: 32px;
	color: var(--second-bg-color);
	border-radius: 50%;
	padding: 8px;
}

.contactus .info-box h3 {
	font-size: 20px;
	color: var(--txt-clor-4);
	font-weight: 700;
	margin: 10px 0;
}

.contactus .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contactus .php-email-form {
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);
	padding: 30px;
	background: #fff !important;
}

.contactus .php-email-form input,
.contactus .php-email-form textarea {
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
}

.contactus .php-email-form input {
	padding: 10px 15px;
}

.contactus .php-email-form input,
.contactus .php-email-form textarea {
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
}

.contactus .php-email-form button[type=submit] {
	background: var(--second-bg-color);
	border: 1px solid var(--second-bg-color);
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 5px;
	font-weight: 500;
}

.contactus .php-email-form button[type=submit]:hover {
	background: transparent;
	color: var(--second-bg-color);
}

/* *********************** contact end*********************** */

.input-icon {
	position: absolute;
	font-size: 16px;
	color: #999;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}


/* .sidebar-toggle {
    display: flex;
    position: fixed;
    top: 25%;
    right: 0px;
    padding: 0px 5px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    border: 1px solid #dfdfdf;
    background: var(--second-color);
    cursor: pointer;
    z-index: 99;
    width: 90px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-toggle:hover {
    color: #fff;
}

.sidebar-toggle i {
    color: #fff;
    display: block;
    margin-right: 5px;
}

.modify-toggle {
    background-color: var(--primary-bg-color);
    color: #fff;
    left: 0;
}



@media (min-width: 991px) {
    .sidebar-toggle {
        display: none;
    }

    .close-btn {
        display: none;
    }
} */
.flight-bottom {
	margin-bottom: 10px;
}

.sidebar-toggle {
	color: inherit;
	display: flex;
	align-items: center;
}

.sidebar-toggle:hover {
	color: #000;
}

.sidebar-toggle i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #013f92;
	border: 1px solid #013f92;
	margin-right: 5px;
	border-radius: 50%;
}

@media (min-width: 991px) {

	.sidebar-toggle,
	.flight-bottom {
		display: none;
	}

	.close-btn {
		display: none;
	}
}

@media (max-width: 991px) {

	.flightDetailWrapper .flightLeftWrapper .continuePayment .btn,
	.flightDetailWrapper .flightLeftWrapper .continuePayment .btn-link {
		margin-bottom: 20px;
	}

	.filter-toggle {
		display: none;
		transform: translate(-420px);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px;
		margin: 0;
		transition: transform 0.2s ease-in-out 0s;
		background-color: #d1d1d1;
		z-index: 9999;
		height: 100%;
	}

	.close-btn i {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: var(--second-color);
		border-radius: 50px;
		color: #fff;
		box-shadow: 0 1px 5px 0 #0000001a;
		z-index: 99;
		cursor: pointer;
	}


	.mobile-sidebar {
		transform: translate(0px) !important;
		display: block !important;
	}


}

@media only screen and (max-width: 600px) {
	.hotel_box .hotel-title {
		display: block;
		font-size: 16px;
	}

	.header-second {
		background: #ebebeb;
	}

	.header .navbar {
		padding: 20px 0 !important;
	}

	.sortby {
		display: none;
	}

	.modal .tts__input__input,
	.modal .tts__traveller_select {
		border-right: 1px solid #ebebeb;
	}


	.flight-rowmain .flight__dropdown__icon {
		top: -27px;
		left: 80%;
	}

	.modify_sticky .search_form_box {
		overflow: auto;
		height: calc(100vh - 50px);
	}


	.booking-sidebar {
		overflow: auto;
		height: 100%;
		background-color: #fff;
	}
}

.modify-search-xs {
	width: 100%;
}

.modify-search-xs h3 {
	width: 50%;
	float: left;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.modify-search-xs h3 .fa-arrow-right {
	position: absolute;
	right: -7px;
	top: 0;
	border: 0;
	padding: 0;
}

.modify-search-xs span {
	display: block;
	text-align: center;
	font-size: 12px;
}


/* loading */
.loadingFlight {
	overflow: hidden;
	width: 100%;
	text-align: left;
	height: 18px;
	display: flex;
	position: relative;
	top: 0px;
	align-items: center;
	margin-bottom: 10px;
}

.loadingFlight span {
	animation: flightanimation 8s linear infinite;
	width: 10%;
	background: linear-gradient(270deg, #EAAB2E 0%, rgba(234, 171, 46, 0.00) 100%);
	height: 7px;
	margin-right: 3px;
	display: inline-block;
}

@keyframes flightanimation {
	0% {
		width: 1%;
	}

	100% {
		width: calc(100%);
	}
}

/* loading end */


/*holiday*
.holiday_price {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	z-index: 1;
	text-align: right;
}

.holiday_price:before {
	position: absolute;
	z-index: -1;
	content: "";
	width: calc(100% + 0px);
	height: calc(100% + 0px);
	background: #f9f9f9;
	top: 0px;
	left: 0;
	border-radius: 0 4px 4px 0;
}

.hotal-filter-card .holiday_price .superDealLabel {
	font-size: 12px;
	color: #5cac33;
	margin-bottom: 0;
}

.hotal-filter-card .holiday_price .hubName {
	font-size: 12px;
	color: #595959;
	margin-top: 7px;
	font-weight: 500;
}

.hotal-filter-card .holiday_price .price {
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
	font-weight: 800;
}

.hotal-filter-card .holiday_price .priceNote {
	font-size: .7rem;
}

.hotal-filter-card .holiday_price .viewDetails {
	width: 100%;
	font-size: 14px;
	padding: 10px 20px;
	background: var(--second-color);
	color: #fff;
	transition: .3s;
	border-radius: 4px;
	border: 1px solid var(--second-color);
}

.hotal-filter-card .holiday_price .viewDetails:hover {
	text-decoration: none;
	background: var(--second-bg-color);
	border: 1px solid var(--second-bg-color);
}


.hotal-filter-card .holiday_price .button-holder .quickQuote,
.hotal-filter-card .holiday_price .button-holder .enquireNow {
	width: calc(100% - 0px);
	padding: 0;
	height: 35px;
	background: #b5b5b5;
	color: #000 !important;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .01em;
}

.hotal-filter-card .holiday_price .button-holder .enquireNow {
	background-color: var(--white);
}

.hotal-filter-card .holiday_price .button-holder .quickQuote:hover,
.hotal-filter-card .holiday_price .button-holder .enquireNow:hover {
	opacity: 0.8;
}

.breadcrumbsitem ul li {
	margin-bottom: 0.5rem;
	font-size: 12px;
	color: #212221;
	font-weight: 400;
	cursor: pointer;
}

.breadcrumbsitem ul li a {
	color: #212221;
}

.breadcrumbsitem ul li:after {
	margin-left: 5px;
}

.breadcrumbsitem ul li:not(:last-child):after {
	content: ">";
}

.breadcrumbsitem ul li:last-of-type {
	color: #212221;
	font-weight: 700;
}

.tourName,
.tourNameWrapper {
	width: 100%;
}

.tourName h1 {
	align-items: center;
	font-size: 22px;
	font-weight: 800;
}

.tourName h1 span:first-child {
	margin-right: 10px;
}

.tourDays {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-right: 12px !important;
}

.tourDays {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-right: 12px !important;
}

.priceNDates .priceDateConteiner .price-box {
	text-align: right;
	padding-right: 20px;
	min-width: 130px;
	width: calc(100% - 100px);
}

.deals-box {
	text-align: right;
	min-height: 22px;
	margin-top: -6px;
}

.holiday_details .deals-box .deal {
	display: inline-block;
	font-size: 12px;
	line-height: 10px;
	font-weight: 700;
	color: #5CAC33;
	vertical-align: middle;
	text-transform: uppercase;
}

.holiday_details .price-box p {
	font-size: 10px;
	line-height: 15px;
	color: #5f5f5f;
	margin-top: 3px;
	margin-bottom: 0;
}

.holiday_details .price-box span.price-discounted {
	font-size: 22px;
	font-weight: 800;
	line-height: 22px;
	color: #000;
	margin-top: 5px;
}

.holiday_details .selectDate {
	width: 200px;
	text-align: right;
}

.holiday_details .selectDate .btn-primary {
	background: var(--second-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 20px;
	height: 40px;
	display: inline-block;
	transition: .3s all ease;
	width: 100%;
}


.package-photos #carouselExampleIndicators img {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	border-radius: 10px;
	object-fit: cover;
}

.package-details-links {
	height: 45px;
	position: sticky;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	z-index: 1020;
}

.package-details-links ul {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	white-space: nowrap;
}

.package-details-links .package-detail-link {
	display: inline-block;
	height: 100%;
}

.package-details-links .package-detail-link.active {
	position: relative;
}

.package-details-links .package-detail-link a {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 16px;
	color: #595959;
	padding: 0 10px;
	font-weight: 400;
	text-decoration: none;
}

.package-details-links .package-detail-link.active a {
	color: #000;
	font-weight: 600;
}

.package-details-links .package-detail-link.active:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
}


ul.timeline {
	list-style-type: none;
	position: relative;
	padding-left: 1.5rem;
}

ul.timeline:before {
	content: ' ';
	background: #000;
	display: inline-block;
	position: absolute;
	left: 5px;
	width: 4px;
	height: 100%;
	z-index: 400;
	border-radius: 1rem;
}

li.timeline-item {
	margin: 20px 0;
}

li.timeline-item .card {
	border: none;
}

li.timeline-item::before {
	content: ' ';
	background: #fff;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #000;
	left: 0px;
	width: 14px;
	height: 14px;
	z-index: 400;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-arrow {
	border-top: 0.5rem solid transparent;
	border-right: 0.5rem solid #c7c7c7;
	border-bottom: 0.5rem solid transparent;
	display: block;
	position: absolute;
	left: 2rem;
}

li.timeline-item.active .timelinedate,
li.timeline-item.active .timelinetitle {
	color: #000;
}

.i-inclusions ul {
	padding: 0;
}

.i-inclusions ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	color: #212220;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 3px;
	margin-bottom: 10px;
	list-style: none;
	width: calc(100% - 100px);
}

.i-inclusions ul li i {
	margin-right: 10px;
}

.tourdetails {
	margin-top: 20px;
}

.tourdetails h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.PriceCalenderbox {
	border-radius: 10px 10px;
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

.PriceCalenderbox h3 {
	font-size: 17px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.PriceCalenderbox h4 {
	font-size: 15px;
}

.PriceCalenderbox .fc-basic-view .fc-body .fc-row {
	height: auto !important;
}


.tourdetails .nav {
	padding: 0;
	border-bottom: 0;
	list-style: none;
}

.tourdetails .nav .nav-item .nav-link {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	margin-right: 8px;
	background: var(--second-color);
	width: 100%;
}

.tourdetails .nav .nav-item .nav-link.active {
	border-left: transparent;
	color: #fff;
	background: var(--second-bg-color);
	font-weight: 700;
}

.tourdetails .tab-content {
	border-top: 2px solid var(--second-color);
	border-radius: 0 0 10px 10px;
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

.tourdetails .list-item {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-top: 12px;
	padding-left: 15px;
	position: relative;
}

.tourdetails .package-section-list.bullet li:before {
	width: 6px;
	height: 6px;
	position: absolute;
	background: #1BB55C;
	left: 0;
	top: 8px;
	content: "";
	border-radius: 100%;
}

.tourdetails .package-section-list.exclusion-table li:before {
	background: #E82F2F;
}

.tourdetails .package-section-list.blackbullet li:before {
	background-color: #000;
}

.tourdetails .GwMit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background: rgb(255, 255, 255);
	margin-left: auto;
	border: 1px solid #ced4da;
}

.tourdetails .GwMit .change-col {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #000;
	color: var(--white);
}

.tourdetails .GwMit .field-input22 {
	width: 40px !important;
	font-size: 13px;
	text-align: center;
	border: 0;
}


.packageIncludeNActions .packageInclude h2 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 0;
}

.packageIncludeNActions .includeList {
	text-align: center;
	margin-top: 10px;
}

.packageIncludeNActions .includeList>div {
	margin-right: 20px;
}

.packageIncludeNActions .includeList .iconsHolder {
	width: 40px;
	height: 40px;
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
}

.packageIncludeNActions .includeList .iconsHolder i {
	height: 22px;
	position: relative;
	z-index: 2;
}

.packageIncludeNActions .includeList .iconsHolder:after {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, #A6A6A6 0%, rgba(166, 166, 166, 0) 100%);
	border-radius: 100%;
	content: "";
	opacity: .15;
}

.packageIncludeNActions .includeList span {
	font-size: 10px;
	color: #212121;
	display: block;
	margin-top: 5px;
	white-space: nowrap;
}

.userInfoWrapper {
	width: 100%;
	position: absolute;
	padding: 17px 17px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
}

.reviewInfo {
	padding-bottom: 15px;
}

.box-header {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.reviewInfo .label {
	font-size: 14px;
	color: #595959;
	min-width: 70px;
	font-weight: 700;
	line-height: 18px;
}

.reviewInfo .value {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #2122214d;
}

.reviewBody .departureBox {
	margin-top: 15px !important;
	width: 100%;
	position: relative;
}

.reviewInfo .value.submittedValue {
	color: #212221;
	margin-top: 5px;
	font-weight: 400;
}

.package-landing .price {
	padding: 12px 0 0px;
	border-top: 1px dashed #9D9D9D;
	margin-top: 14px;
}

.priceValueBox .actualPrice {
	font-size: 18px;
	font-weight: 700;
	color: #5cac33;
}

.priceValueBox .note {
	font-size: 10px;
	color: #595959;
	font-weight: 600;
	text-align: right;
	line-height: 10px;
}

.proceedingPatch {
	margin: 17px -17px -32px -17px;
	padding: 15px;
	border-radius: 0 0 10px 10px;
}

.userInfoWrapper .btn-primary {
	background: var(--second-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 20px;
	height: 40px;
	display: block;
	transition: .3s all ease;
}

/*===holidaytheme====*/
.holidays_theme .holidays_theme_box,
.holidayTrendsWrapper .holidayTrends_box {
	padding: 30px;
	background: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2);
	transition: 0.5s;
	border-radius: 15px;
}

.holidays_theme .holidays_theme_box .home_heading h2,
.holidayTrendsWrapper .holidayTrends_box .home_heading h2 {
	color: var(--primary-bg-color);
}

.theme-item {
	position: relative;
	display: block;
	transition: all 0.5s ease;
	text-align: center;
}

/* .theme-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(13, 35, 62, .65);
	left: 0;
	top: 0;
} */

.theme-item .theme-img {
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto;
	border: 2px dashed #002543;
}

.theme-item .theme-img img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 50%;
	position: relative;
}

.theme-item:hover .theme-img img {
	transform: scale(1.1);
	filter: brightness(0.5);
}

/* .theme-item .theme-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	text-align: center;
} */
.theme-item .theme-content {
	margin-top: 10px;
}

.theme-item .theme-content img {
	width: 100px;
}

.theme-item .theme-content .filenameicon {
	width: 50px;
	height: 50px;
	filter: brightness(0) invert(1);
}

.theme-item .theme-content h3 {
	font-size: 16px;
	color: var(--second-color);
	font-weight: 600 !important;
	margin: 0;
}

.theme-item .theme-content h3 span {
	color: #f96768;
	font-weight: 700;
}

.theme-item .theme-content p {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	background: var(--primary-bg-color);
	padding: 0px 10px;
	border-radius: 20px;
}

/*=====owl carousel=====*/
.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-theme .owl-nav button {
	color: var(--second-color);
	font-size: 20px;
	margin: 0;
	padding: 0;
	background: var(--white) !important;
	display: inline-block;
	cursor: pointer;
	height: 45px;
	width: 45px;
	border-radius: 50px;
	line-height: 45px;
	text-align: center;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all .5s ease-in-out;
}

.owl-theme .owl-nav .owl-prev {
	left: -25px;
}

.owl-theme .owl-nav .owl-next {
	right: -25px;
}

.owl-theme .owl-nav button:hover {
	background: var(--second-color) !important;
	color: var(--white) !important;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot.active span {
	background: var(--second-color);
}

.owl-dots .owl-dot span {
	background: 0 0;
	margin: 5px;
	border: 2px solid var(--second-color);
	border-radius: 50px;
	width: 12px;
	height: 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
}


.holiday_slider.owl-theme .owl-nav button,
.offer-slider.owl-theme .owl-nav button,
.tranding-destinations.owl-theme .owl-nav button,
.top_routes.owl-theme .owl-nav button,
.hotel-slider.owl-theme .owl-nav button,
#visa-slider.owl-theme .owl-nav button,
.testimonial-slider.owl-theme .owl-nav button {
	color: var(--second-color);
}

/*offer*/

/*============Trending Holidays========start===========*/
.holidayTrendsWrapper .holidayCardWrapper_box {
	border-radius: 4px;
	padding: 10px;
	height: 100%;
	background: var(--white);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.5s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	/* text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden; */
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.holidayTrendsWrapper .holidayCardWrapper_box .makeRelative {
	position: relative;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper {
	overflow: hidden;
	position: relative;
	margin: 0px -10px 0px -10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
	display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .daysbadge {
	padding: 0px 10px;
	background: var(--primary-bg-color);
	border-radius: 13px;
	color: var(--white);
	position: absolute;
	margin-top: -34px;
	right: 5px;
	z-index: 1;
	font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .smileychoice {
	position: absolute;
	top: 50px;
	left: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended {
	position: absolute;
	z-index: 5;
	left: -8px;
	top: 15px;
	background-image: linear-gradient(to right, var(--primary-bg-color), var(--second-color));
	width: 130px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.holidayTrendsWrapper .holidayCardWrapper_box .under-checkbox1 {
	top: 180px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 0;
	border-bottom: 0;
	border-top: 7px solid #021432;
	border-right: 0px solid transparent;
	border-left: 8px solid transparent;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 1px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-top: 0 solid transparent;
	border-right: 0px;
	border-left: 8px solid #000;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 0 solid transparent;
	border-top: 12px solid transparent;
	border-right: 0px;
	border-left: 8px solid #000;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	z-index: 2;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	transition: all 0.5s;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover .img-wrapper:before {
	animation: shine .75s;
	width: 100%;
	left: 100%;
	transform: skewX(0deg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem {
	position: static;
	margin-top: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem{
	margin-top: 5px;
	margin-bottom: 10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper {
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
	scrollbar-color: #747474 #dcdcdc;
	scrollbar-width: thin;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li {
	margin-right: 10px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li p {
	margin: 0px;
	font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper {
	margin: 10px 0;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper li {
	display: inline-block;
	margin-right: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .redText {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}


.holidayTrendsWrapper .holidayCardWrapper_box .footer-new {
	border-top: 1px solid #ebebeb;
	padding: 10px 0px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 .slashed {
	display: block;
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a {
	color: var(--white);
	background: var(--second-color);
	border-radius: 5px;
	font-size: 15px;
	padding: 5px 24px;
	border: 1px solid var(--second-color);
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a:hover {
	background: var(--primary-bg-color);
	border: 1px solid var(--primary-bg-color);
	color: #fff;
}

.holidayCard-top {
	background-color: var(--second-color);
	padding: 10px;
	margin: -10px -10px 0px -10px;
	border-radius: 4px 4px 0 0;
}

/*============Trending Holidays========end===========*/

/*holiday result*/
.bread-crumbs {
	margin: 0 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


.bread-crumbs li {
	color: var(--second-color);
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.bread-crumbs li .arrow,
.bread-crumbs li a {
	color: #000000;
	font-weight: 400;
	display: inline-block;
}

.bread-crumbs li+li {
	margin-left: 10px;
}

.bread-crumbs li span {
	margin-left: 10px;
}


.hldy_thm_slider {
	margin: 20px 0;
	padding: 0 45px;
}

.hldy_thm_box {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px dashed #002543;
	overflow: hidden;
	transition: all 0.5s ease;
}

.hldy_thm_box::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background: #000;
	opacity: .4;
}

.hldy_thm_box .hldy_thm_img {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hldy_thm_box img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 50%;
	position: relative;

}

.hldy_thm_box .hldy_thm_cnt {
	width: calc(100% - 10px);
	position: absolute;
	z-index: 2;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hldy_thm_box .hldy_thm_cnt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	margin: 0;
}

.hldy_thm_box.active::before {
	background-color: red;
}

.showing-count {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 15px;
	background: #fff;
	border: 1px solid rgba(156, 170, 179, .28);
}

.showingcont_title {
	text-align: left;
	font-size: 14px;
	margin: 0;
	font-weight: 700;
}

.hldy_pkgResult {
	background: #fff;
	border: 1px solid rgba(156, 170, 179, .28);
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 15px;
	transition: .3s;
	position: relative;
}

.hldy_pkgResult .hldy_pkg_box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hldy_pkgResult .hldy_pkg_box img.HolidayImage {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query {
	text-align: center;
	color: var(--second-color);
	border-radius: 4px;
	padding: 8px 20px;
	margin: 10px 0 0;
	font-weight: 400;
	font-size: 14px;
	background: #fff;
	border: 1px solid var(--second-color);
	text-transform: uppercase;
	width: 100%;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query:hover {
	background-color: var(--primary-bg-color);
	border: 1px solid var(--primary-bg-color);
	color: #fff;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query i {
	margin-right: 10px;
}

.hldy_pkgResult .recommended {
	position: absolute;
	z-index: 5;
	left: -8px;
	top: 15px;
	background-image: linear-gradient(to right, var(--primary-bg-color), var(--second-color));
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.hldy_pkgResult .recommended::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 0;
	border-bottom: 0;
	border-top: 7px solid var(--second-color);
	border-right: 0px solid transparent;
	border-left: 8px solid transparent;
	z-index: 0;
}

.hldy_pkgResult .hldy_pkg_top {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content {
	flex: 1;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content h3 {
	color: var(--second-color);
	font-size: 22px;
	margin: 0 0 3px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content h3 span {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul {
	flex-flow: row wrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

/* .hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li:first-child {
	padding: 0px 15px 0px 0;
} */


.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li {
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li:last-child {
	border: none;

}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li i {
	color: #d6332d;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 22px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content p.description {
	margin-top: 10px;
	color: #525252;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.hldy_pkgResult .hldy_pkg_top .fare .slashed {
	color: #d6332d;
	text-decoration: line-through;
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content .strip {
	flex-flow: row wrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content .strip .label-stye {
	border: 1px solid #ebebeb;
	border-radius: 999px;
	padding: 0px 10px;
	flex-direction: row;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin: 7px 7px 7px 0;
}

.hldy_pkgResult .hldy_pkg_top .fare {
	text-align: right;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: start;
}

.hldy_pkgResult .hldy_pkg_top .fare p {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.hldy_pkgResult .hldy_pkg_top .fare h3 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--primary-bg-color);
}

.hldy_pkgResult .hldy_pkg_top .fare h3.priceBreakup {
	font-size: 12px;
	margin-bottom: 10px;
}

.hldy_pkgResult .hldy_pkg_bottom .book {
	color: #fff;
	text-transform: capitalize;
	background: var(--second-color);
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 8px 20px;
	margin-top: auto;
}

.hldy_pkgResult .hldy_pkg_bottom .book:hover {
	background: var(--primary-bg-color);
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom h4 {
	font-size: 14px;
	color: #000;
	margin: 0px 0 5px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul {
	flex-flow: row wrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 4px 0;
	margin-top: 10px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul li {
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	padding: 4px 15px;
	border-right: 1px solid #ebebeb;
}

/*modal*/

.modaldesign .modal-content {
	border: none;
	position: relative;
	padding: 0 !important;
	font-size: 14px;
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	background-color: #fafafa;
}

.modaldesign .modal-content .modal-header {
	border: none;
}

.modaldesign .modal-content .modal-header .modal-title {
	font-size: 25px;
	font-weight: 700;
	color: var(--second-color);
	text-align: center;
}

.modaldesign .modal-content button.btn-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	opacity: .5;
	color: #000;
	transform: scale(.8);
	transition: .4s;
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	background-image: none;
}

.modaldesign .modal-content .modal-body {
	border: none;
	position: relative;
	z-index: 0;
}

.modaldesign .modal-content h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

.modaldesign .modal-content .modal-body.img {
	background-repeat: no-repeat;
}

.modaldesign .modal-body form .btn-primary {
	width: 100%;
}

.modaldesign .modal-body form .btn-primary:hover {
	color: var(--second-color);
	background: transparent;
}

.modaldesign .modal-footer .mobile-no {
	color: var(--primary-bg-color);
	font-size: 20px;
	font-weight: 500;
}

.modaldesign .modal-footer .mobile-no .fa-phone {
	margin-right: 7px;
}

.modaldesign .modal-footer .mobile-no a {
	color: var(--primary-bg-color);
}

.modaldesign .modal-footer .btn-primary,
.modaldesign form .btn-primary {
	color: #fff;
	background: var(--second-color);
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid var(--second-color);
}

.modaldesign .modal-footer .btn-primary:focus,
.modaldesign form .btn-primary:focus {
	box-shadow: none;

}

.modaldesign .iti {
	width: 100%;
}

.modaldesign form .form-control,
.modaldesign form .form-select {
	height: 42px;
	font-size: 14px;
	color: #6d6c6c;
	box-shadow: none !important;
	margin: 0 !important;
	display: block;
}

.calendar-icon {
	position: absolute;
	right: 15px;
	bottom: 50%;
	transform: translateY(50%);
	color: #6c757d;
	pointer-events: none;
	font-size: 1.2rem;
}


.modaldesign .iti__flag-container {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

/* .modaldesign .iti__selected-flag {
	width: 40px;
	height: 30px;
}

.modaldesign .iti__flag {
	width: 40px;
	height: 30px;
	background-size: contain;
} */

.modaldesign .iti__dropdown {
	width: 300px;
	max-height: 200px;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.modaldesign .iti__country {
	padding: 10px;
	cursor: pointer;
}

.modaldesign .iti__country:hover {
	background-color: #f0f0f0;
}

.modaldesign .iti__dial-code {
	margin-left: 5px;
	color: #666;
}

.modaldesign .iti__country.iti__highlight {
	background-color: #e0e0e0;
}



.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer {
	flex-direction: row;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0 0;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer .block {
	height: 18px;
	background: #307d01;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 4px 0 7px;
	line-height: 18px;
	color: #fff;
	position: relative;
	margin-right: 15px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer .block::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 100%;
	top: 0;
	border-width: 9px 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #307d01;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer p {
	color: #307d01;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

/*holidays details*/
.availability {
	padding: 20px 0;
}

.availability .availability_header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 10px 30px 10px 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px #dedede;
	border-radius: 5px;
}

.availability .availability_header .availability_left{
	flex: 1;
}

/* .availability .availability_header .availability_left {
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 10px;
} */

.availability .availability_header .availability_left .headings {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.availability .availability_header .availability_left .headings h1 {
	margin-right: 10px;
	font-size: 22px;
}

.availability .availability_header .availability_left p {
	font-size: 14px;
	font-weight: 500;
}

.availability .availability_header p.day-night {
	/* font-size: 18px; */
	font-weight: bold;
	color: var(--primary-bg-color);
}

.availability .availability_header p.package_id {
	font-weight: bold;
	margin: 0;
	color: var(--second-color);
}

.availability .availability_header .availability_left .details {
	font-size: 15px;
}

.availability .availability_header .availability_left .badges {
	display: flex
;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
}

.availability .availability_header .availability_left .badges li {
	padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    color: #525252;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}

.availability_header .download_button .download-pkgs {
	color: var(--primary-bg-color);
	border: 1px solid var(--primary-bg-color);
	font-size: 14px;
	font-weight: 600;
}

.availability_header .download_button .download-pkgs:hover {
	background-color: var(--primary-bg-color);
	color: #FFFFFF;
}


.availability_header .Modify_button .Modify-btn {
	color: var(--second-color);
	border: 1px solid var(--second-color);
	font-size: 14px;
	font-weight: 600;
}

.availability_header .Modify_button .Modify-btn:hover {
	color: #fff;
	border: 1px solid var(--second-color);
	background-color: var(--second-color);

}


.availability .availability_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 20px;
}

.availability .availability_right input {
	margin-bottom: 10px;
	border-radius: 0.375rem;
}

.availability .availability_right input:read-only {
	background-color: transparent;
}

.availability .availability_right input:focus {
	box-shadow: none;
}

.availability .availability_right .text {
	text-transform: uppercase;
	font-size: 12px;
	color: #525252;
	margin-bottom: 0;
}

.availability .availability_right .slashed {
	color: #d6332d;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: bold;
}

.availability .availability_right .fare {
	white-space: nowrap;
	font-size: 24px;
	text-align: center;
	margin: 0;
	color: var(--primary-bg-color);
}

.availability .package-photos {
	margin-bottom: 20px;
}

.availability .package-photos .carousel .carousel-item img,
.availability .package-photos img {
	height: 500px;
	width: 100%;
	border-radius: 5px;
}

.availability .holiday-itinerary {
    margin-bottom: 20px;
}

.availability .holiday-itinerary ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.availability .holiday-itinerary ul li {
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    color: var(--second-color);
    width: 100px;
    height: 80px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.availability .holiday-itinerary ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.availability .holiday-itinerary ul li i, 
.availability .holiday-itinerary ul li img {
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--primary-bg-color);
}

.availability .holiday-itinerary ul li img {
    width: 50px;
    height: 35px;
    object-fit: cover;
}

.availability .nav-pills.details-tabs {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(156, 170, 179, .28);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 0 0px;
	margin: 0 0 15px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	/* overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #929292 #fff; */
	justify-content: center;
}

.availability .nav-pills.details-tabs li.nav-item {
	margin-right: 18px;
}

.availability .nav-pills.details-tabs li.nav-item:last-child {
	margin-right: 0;
}

.availability .details-tabs li.nav-item .nav-link {
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 10px 10px;
	border-bottom: 4px solid transparent;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: .1s;
	cursor: pointer;
	border-radius: 0;
	position: relative;
}

.availability .details-tabs li.nav-item .nav-link.active,
.availability .details-tabs li.nav-item .nav-link:hover {
	color: #ffffff;
	border-bottom: 4px solid var(--second-color);
	background-color: var(--second-color);
}

.availability .details-tabs li.nav-item .nav-link.active:after {
	background: var(--second-color) none repeat scroll 0 0;
	content: "";
	height: 20px;
	left: 40%;
	position: absolute;
	top: 75%;
	transform: rotate(45deg);
	width: 20px;
}

.availability .tab-content .menu-part .tabbox {
	margin-top: 20px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px #dedede;
	border-radius: 5px;
}

.availability .tab-content .menu-part .tabbox ul{
	margin-bottom: 10px;
	padding-left: 15px !important;
	list-style: disc !important;
}

.availability .menu-part .accordion-plan .card {
	border-radius: 0;
	margin-bottom: 20px;
}

.availability .menu-part .accordion-plan .card .card-header {
	background-color: var(--primary-bg-color);
	border-bottom: 0;
	padding: 6px;
	border-radius: 0;
}

.availability .accordion-plan .accordion-item .card-header .accordion-button {
	background-color: var(--primary-bg-color) !important;
	border-bottom: 0;
	padding: 6px;
	box-shadow: none;
	font-weight: 600;
}

.availability .accordion-plan .card .card-header button {
	display: block;
	width: 100%;
	text-align: left;
	color: #ffffff;
	text-transform: capitalize;
}

.availability .accordion-plan .card .card-header button:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #ffffff;
	right: 20px;
	top: 13px;
	transition: all .3s ease;
}

.availability .accordion-plan .card .card-header button[aria-expanded=true]:before {
	border-top: 0;
	border-bottom: 6px solid #ffffff;
	transition: all .3s ease;
}

.availability .accordion-plan .card .card-body {
	color: #444;
	font-size: 14px;
}

.availability .menu-part .accordion-plan .card .card-body ul {
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
}

.availability .menu-part .accordion-plan .card .card-body ul li {
	display: inline-block;
	text-transform: capitalize;
	margin-right: 5px;
}

.availability .menu-part .accordion-plan .card .card-body ul li i {
	margin-right: 5px;
}

.availability .tab-content .menu-part .about-sec h4,
.availability .tab-content .menu-part .tabbox h4 {
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 18px;
}

.availability .tab-content .menu-part .about-sec ul {
	padding: 0px;
	margin: 0;
}

.availability .tab-content .menu-part .about-sec ul li {
	list-style-type: none;
	display: flex;
	align-items: start;
	gap: 10px;
	text-transform: capitalize;
	color: #000000b3;
	font-size: 14px;
	margin-bottom: 10px;
}

.availability .tab-content .menu-part .about-sec ul li i {
	margin-top: 5px;
}

.availability .tab-content .menu-part .about-sec ul li .fa-check {
	color: green;
}


.availability .tab-content .menu-part .about-sec ul li .fa-x {
	color: red;
}

.sticky-cls-top {
	position: sticky;
	z-index: 1;
	top: 100px;
}

.availability .single-sidebar {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 2px 4px #dedede;
	border-radius: 5px;
}

.availability .single-sidebar h4.title,
.availability .single-sidebar .title.h4 {
	text-transform: capitalize;
	font-size: 18px;
}

.availability .single-sidebar .book-btn-section {
	border-top: 1px solid #e2e2e2;
	margin-top: 10px;
	padding-top: 15px;
}

.availability .single-sidebar .book-btn-section ul li {
	display: inline-block;
	margin-right: 10px;
}

/* .availability .single-sidebar .book-btn-section ul li span{
	display: block;
} */

.availability .single-sidebar .book-btn-section ul li:last-child {
	margin: 0;
}

.availability .single-sidebar+.single-sidebar {
	margin-top: 30px;
}

.fare-summery-outer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fare-summery-outer ul li {
	border-bottom: 1px solid #ebebeb
}

.fare-summery-outer ul li:last-child {
	border-bottom: transparent;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li {
	display: inherit;
	margin: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .accordion-button {
	padding: 15px 10px;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer .accordion-body.card {
	border-radius: 0;
	border: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer .accordion-body .card-body {
	padding: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header {
	background: transparent;
	border: none;
	border-bottom: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	position: relative;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header .arrow {
	font-size: 0.9em;
  	transition: transform 0.3s ease;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header[aria-expanded="true"] .arrow {
	transform: rotate(180deg);
  }

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapse .collapse-content .paxtext {
	font-weight: 400;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header .btn {
	width: 100%;
	background-color: var(--second-color);
	color: #fff;
	border: 1px solid var(--second-color);
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header .btn.btnbg {
	background-color: var(--primary-bg-color);
	color: #fff;
	border: 1px solid var(--primary-bg-color);
}


/* .availability .accordion-button[data-bs-toggle]:not(.collapsed):after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f077";
	color: #444444;
	position: absolute;
	right: -10px;
	background-image: none;
	top: 10px;
} */

/* .availability .accordion-button[data-bs-toggle].collapsed:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f078";
	color: #444444;
	position: absolute;
	right: -15px;
	background-image: none;
	top: 12px;
} */

@media (max-width: 1150px) {
	.hldy_pkgResult .hldy_pkg_top {
		flex-wrap: wrap;
	}

	.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content {
		width: 100%;
		margin-bottom: 10px;
	}

	/* .hldy_pkgResult .hldy_pkg_top .fare {
		width: 100%;
		text-align: left;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	} */

	.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul {
		justify-content: center;
	}
}

@media screen and (max-width: 800px) {
	.hldy_thm_box {
		width: 80px !important;
		height: 80px !important;
		margin: auto;
	}

	.hldy_thm_box .hldy_thm_cnt {
		width: auto;
		position: relative;
		font-size: 12px;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		-moz-transform: none;
		color: #000;
		margin: 5px 0 10px 0;
		white-space: nowrap;
	}
}
@media (max-width: 768px) {
	.availability .nav-pills.details-tabs li.nav-item{
		margin-right: 5px;
	}
}

@media (max-width: 1024px) {
	.availability .nav-pills.details-tabs li.nav-item{
		margin-right: 5px;
	}

	.availability_header .download_button .download-pkgs, .availability_header .Modify_button .Modify-btn {
		font-size: 11px;
}
}



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

	.owl-theme .owl-nav .owl-prev {
		left: 25px;
	}

	.owl-theme .owl-nav .owl-next {
		right: 25px;
	}

	.availability .availability_header,
	.availability .availability_header .availability_left .headings {
		display: block;
	}

	.availability .availability_header .availability_right select {
		margin-top: 10px;
		width: 150px;
	}

	.availability .availability_header .availability_left .badges li {
		margin-bottom: 5px;
	}

	.availability .availability_header .availability_right {
		flex-direction: row;
		justify-content: space-between;
	}

	.availability .availability_header .availability_right .fare {
		text-align: right;
	}

	.holiday_details_modal .promo-img {
		display: none;
	}

	.content-text {
		width: 100%;
	}

	.availability .nav-pills.details-tabs {
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: #929292 #fff;
		justify-content: start;
	}

	.availability .details-tabs li.nav-item .nav-link.active:after {
		display: none;
	}
}

.availability .tab-content .menu-part .tabbox .fa-star {
	color: #efb400;
}

.availability .tab-content .menu-part .tabbox .accordion-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.availability .tab-content .menu-part .tabbox .accordion-button:focus {
	box-shadow: none;
}

.availability .tab-content .menu-part .tabbox .accordion-button:not(.collapsed) {
	background-color: #e7f1ff !important;
}

.availability .menu-part .itinerary-list-card {
	/* background: #fff; */
	border-bottom: 1px solid rgba(156, 170, 179, .28);
	/* box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1); */
	/* border-radius: 4px; */
	margin: 15px 0;
	/* padding: 15px;
    display: flex;
    flex-direction: column; */
}

.availability .menu-part .itinerary-list-card:last-of-type {
	border-bottom: 0;
}

.availability .menu-part .itinerary-list-card .pic {
	overflow: hidden;
	width: 150px;
	height: 150px;
	flex-shrink: 0;
}

/*cruise*/
.cruisebox {
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	margin-top: 15px;
	border-radius: 5px;
}



.cruisebox img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}

.cruisebox .bottom-btns {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cruisebox .bottom-btns a.send_Query {
	text-align: center;
	color: var(--primary-bg-color);
	border-radius: 4px;
	padding: 8px 20px;
	margin: 10px 0 0;
	font-weight: 400;
	font-size: 14px;
	background: #fff;
	border: 1px solid var(--primary-bg-color);
	text-transform: uppercase;
	width: 100%;
}

.cruise-content p {
	margin-bottom: 0;
	margin-top: 10px;
	color: #525252;
	line-height: 22px;
}

.cruise-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cruise-content ul li {
	margin-top: 10px;
}

.cruise-content ul li i {
	margin-right: 5px;
}

.cruise-price {
	padding: 10px;
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
	align-items: end;
}

.cruise-price h5 {
	font-size: 22px;
	text-align: right;
	margin: 0;
}

.cruise-price h5 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

.cruise-price .btn-cruise {
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background-color: var(--second-color);
	border: 1px solid var(--second-color);
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	width: 120px;
}



.cruise-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #dedede;
}

.cruise-top h5 {
	font-size: 16px;
	margin: 0;
}

.cruise-top img {
	width: 90px;
	height: 40px;
}

.cruise-middle {
	padding: 10px;
}

/* .tableFixHeader .table thead{
	background-color: var(--primary-bg-color);
    color: #fff
} */



.cruise-content .offer {
	flex-direction: row;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px 0 0;

}

.cruise-content .offer .block {
	background: #307d01;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 10px;
	color: #fff;
	position: relative;
	margin-right: 15px;
}

.cruise-content .offer p {
	margin-top: 0;
	color: #307d01;
}

.cruise-content .offer .block:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 100%;
	top: 0px;
	border-color: #0000 #0000 #0000 #307d01;
	border-style: solid;
	border-width: 10px 0 10px 10px;
}

/*cruise packages*/

.cruise-package .cruise-header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cruise-package .cruise-header ul li {
	margin: 5px 0;
	font-size: 22px;
	font-weight: 600;
}

.cruise-package .cruise-header ul li.date {
	font-size: 16px;
	font-weight: normal;
}

.cruise-package .cruise-sidebar {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 4px #dedede;
}

.cruise-package .cruise-sidebar h4.title {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}


.cruise-package .cruise-sidebar .book-btn-section {
	border-top: 1px solid #e2e2e2;
	margin-top: 10px;
	padding-top: 15px;
}

.cruise-package .cruise-sidebar .book-btn-section ul li .collapsible-header {
	background: #fff;
	border: none;
	border-bottom: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px;
	position: relative;
}

.cruise-package .cruise-sidebar .book-btn-section ul li .collapsible-header h6 {
	font-size: 15px;
	margin: 0;
}

.cruise-package .cruise-sidebar+.cruise-sidebar {
	margin-top: 30px;
}

.cruise-package .cruise-sidebar .card .card-body {
	padding: 0;
}

.cruise-package .cruise-sidebar .card .card-body li {
	margin-top: 10px;
}

.cruise-package .cruise-sidebar .cruise-package-price span {
	display: block;
}



.cruise-package .owl-carousel img {
	width: 100%;
	height: 400px;
}

.cruise-package .owl-carousel.owl-theme .owl-nav .owl-prev {
	left: 25px;
}

.cruise-package .owl-carousel.owl-theme .owl-nav .owl-next {
	right: 25px;
}

.cruise-package .cruisetabs .nav-tabs {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(156, 170, 179, .28);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	padding: 0 0px;
	margin: 20px 0 15px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}


.cruise-package .cruisetabs .nav-tabs li.nav-item {
	margin-right: 35px;
}


.cruise-package .cruisetabs .nav-tabs li.nav-item .nav-link {
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 10px 10px;
	border-bottom: 4px solid transparent;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: .1s;
	cursor: pointer;
	border-radius: 0;
	position: relative;
}

.cruise-package .cruisetabs .nav-tabs li.nav-item .nav-link.active,
.cruise-package .cruisetabs .nav-tabs li.nav-item .nav-link:hover {
	color: #ffffff;
	border-bottom: 4px solid var(--second-color);
	background-color: var(--second-color);
}

.cruise-package .cruisetabs .nav-tabs li.nav-item .nav-link.active:after {
	background: var(--second-color) none repeat scroll 0 0;
	content: "";
	height: 20px;
	left: 40%;
	position: absolute;
	top: 75%;
	transform: rotate(45deg);
	width: 20px;
}


.cruise-package .tab-pane .tabsbox img {
	width: 100%;
	height: 150px;
}

.cruise-package .tab-pane .tabsbox {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 4px #dedede;
}

.cruise-package .tab-pane .tabsbox table .cruise-btn {
	background-color: var(--second-color);
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.cruise-package .tab-pane .tabsbox table thead {
	background-color: var(--primary-bg-color);
	color: #fff;
}

.cruise-package .cruise-sidebar .btn-book-now {
	width: 100%;
	background-color: var(--second-color);
	color: #fff;
	padding: 15px 30px;
	border: 1px solid var(--second-color);
}


.counter-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background: rgb(255, 255, 255);
	margin-left: 10px;
	border: 1px solid #ced4da;
	width: 120px;
}


.counter-input .cruise_counter {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: var(--primary-bg-color);
	color: #fff;
}

#paxModal .btn-continue {
	background-color: var(--second-color);
	color: #fff;
	border: 1px solid var(--second-color);
	padding: 10px 15px;
	border-radius: 5px;
}



/* Promo Code Input Section */
.promocodediv .form-label {
	color: #555;
}

.promocodediv .form-group {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.promocodediv .form-control {
	flex-grow: 1;
	padding: 7px;
	border-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ddd;
	transition: all 0.3s;
	font-size: 14px;
}

.promocodediv .form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
	outline: none;
}

/* Apply/Remove Button */
.promocodediv .applyCode {
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid var(--second-color);
	color: #fff;
	background-color: var(--second-color);
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.promocodediv .applyCode:hover {
	background-color: var(--primary-bg-color);
	color: #fff;
	border: 1px solid var(--primary-bg-color);
}

/* Coupon Message */
#couponMessage {
	font-size: 0.9rem;
	margin-top: 10px;
	display: block;
}


/* Coupon List Styling */
.availability .single-sidebar .coupon-list-title {
	font-size: 14px;
	margin-bottom: 15px;
}


.availability .single-sidebar .promocode-list li {
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	cursor: pointer;
}

.availability .single-sidebar .promocode-list li:last-child {
	border-bottom: 0;
}




.availability .single-sidebar .form-check-label {
	font-size: 1rem;
	font-weight: 500;
	color: #333;
}

.availability .single-sidebar .form-check p {
	margin-top: 5px;
	color: #777;
	font-size: 0.9rem;
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.availability .single-sidebar .form-group {
		flex-direction: column;
		gap: 0;
	}

	.availability .single-sidebar .form-control,
	.availability .single-sidebar .applyCode {
		width: 100%;
		margin-bottom: 10px;
	}

	.availability .single-sidebar .applyCode {
		margin-left: 0;
	}
}