body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-size: 13px;
	background: #fafafa;
	color: #080808;
}
a,
button {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
a:hover {
	text-decoration: none
}

img {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
}

.full-column {
	width: 100% !important;
	right: 0 !important;
	left: auto !important
}

.two-column {
	width: 50% !important
}

.three-column {
	width: 75% !important
}

.rotate-90 {
	transform: rotate(90deg);
	display: inline-block
}

.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning {
	background-color: #fff;
	font-weight: 500;
	color: #000;
}

.bmd-btn-fab.btn-danger.custom-file-control:before,
.btn-group-raised .btn-danger.custom-file-control:before,
.btn-group-raised .btn.btn-danger,
.btn-raised.btn-danger.custom-file-control:before,
.btn.bmd-btn-fab.btn-danger,
.btn.btn-raised.btn-danger,
.btn.btn-raised.btn-info:hover {
	background: var(--main-color);
	border: var(--main-color)
}

.bmd-btn-fab.btn-danger.active.custom-file-control:before,
.bmd-btn-fab.btn-danger.custom-file-control:active:before,
.bmd-btn-fab.btn-danger.custom-file-control:focus:before,
.bmd-btn-fab.btn-danger.custom-file-control:hover:before,
.bmd-btn-fab.btn-danger.focus.custom-file-control:before,
.btn-group-raised .btn-danger.active.custom-file-control:before,
.btn-group-raised .btn-danger.custom-file-control:active:before,
.btn-group-raised .btn-danger.custom-file-control:focus:before,
.btn-group-raised .btn-danger.custom-file-control:hover:before,
.btn-group-raised .btn-danger.focus.custom-file-control:before,
.btn-group-raised .btn.btn-danger.active,
.btn-group-raised .btn.btn-danger.focus,
.btn-group-raised .btn.btn-danger:active,
.btn-group-raised .btn.btn-danger:focus,
.btn-group-raised .btn.btn-danger:hover,
.btn-raised.btn-danger.active.custom-file-control:before,
.btn-raised.btn-danger.custom-file-control:active:before,
.btn-raised.btn-danger.custom-file-control:focus:before,
.btn-raised.btn-danger.custom-file-control:hover:before,
.btn-raised.btn-danger.focus.custom-file-control:before,
.btn.bmd-btn-fab.btn-danger.active,
.btn.bmd-btn-fab.btn-danger.focus,
.btn.bmd-btn-fab.btn-danger:active,
.btn.bmd-btn-fab.btn-danger:focus,
.btn.bmd-btn-fab.btn-danger:hover,
.btn.btn-raised.btn-danger.active,
.btn.btn-raised.btn-danger.focus,
.btn.btn-raised.btn-danger:active,
.btn.btn-raised.btn-danger:focus,
.btn.btn-raised.btn-danger:hover,
.open>.bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:before,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:before,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle,
.open>.btn.btn-raised.btn-danger.dropdown-toggle {
	background: var(--secondary-color);
	border-color: var(--secondary-color)
}

.btn.btn-raised.btn-info {
	background: var(--secondary-color);
	border-color: var(--secondary-color)
}

.top-header-right {
	font-weight: 500
}

/* checkbox custom */
.custm-checkbox li label {
	margin-bottom: 0px;
}

.custm-checkbox label input[type=checkbox] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

.custm-checkbox label span {
	display: block;
	position: relative;
	padding-left: 18px;
	cursor: pointer;
}

.custm-checkbox label span:before,
.custm-checkbox label span:after {
	position: absolute;
	content: '';
}

.custm-checkbox label span:before {
	width: 15px;
	height: 15px;
	border: 2px solid #bfbfbf;
	left: 0;
	top: 2px;
}

.custm-checkbox label input[type=checkbox]:checked~span:after {
	content: '\f021 ';
	font-family: IcoFont !important;
	font-family: 'FontAwesome';
	left: 3px;
	color: var(--main-color);
}

.custm-checkbox label input[type=checkbox]:checked~span:before {
	border-color: var(--main-color)
}

/* checkbox custom */
.top-account-details,
.top-account-details a {
	color: #fff;
}

.top-account-details ul li {
	margin-right: 0px !important;
	position: relative;
	padding: 0px 8px 0px 4px;
}

.top-header-right ul li {
	margin-right: 0 !important;
	position: relative;
	padding: 0 7px 0 2px
}

.top-account-details ul li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 13px;
	background: rgba(255, 255, 255, 0.46);
	top: calc(50% - 6.5px);
}

.top-header-right ul li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 14px;
	background: #d0d0d0;
	top: calc(50% - 7px)
}

.top-header {
	background: var(--white)
}

.top-header-wrap {
	background: var(--main-color);
}

.main-header-right-sidebar .navbar-nav>li>.nav-link {
	color: #000;
	font-weight: 500;
	text-transform: inherit;
	padding: 2px 4px;
	font-size: 12px;
	border: 1px solid #e0e0e0;
}
.main-header-right-sidebar .navbar-nav>li>.nav-link.active{
    border: 1px solid var(--main-color);
    color: #fff;
}

.navbar-nav .nav-item:first-child a {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.navbar-nav .nav-item:last-child a {

	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.main-header-right-sidebar .navbar-nav>li:last-child .dropdown-menu {
	right: 0px;
	left: auto;
}

.main-header-right-sidebar .main-nav-col {
	background: transparent !important;
	padding: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: inherit
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}

header {
	border-bottom: 2px solid var(--main-color);
	background: #fff;
}

.main-nav-col .navbar-nav {
	align-items: center;
}

.radio label {
	cursor: pointer
}

.main-header-right-sidebar .dropdown-menu .dropdown-item:hover,
.main-header-right-sidebar .navbar-nav>li>a:hover,
.main-header-right-sidebar .navbar-nav .active {
	background: var(--main-color) !important;
	color: #fff !important;
	border: 1px solid var(--main-color);
}

.main-header-right-sidebar .dropdown-menu .dropdown-item {
	font-size: 12px;
	padding: 6px 0 8px 10px;
	font-weight: 500;
}

.search-section {
	/* background: url(../images/slider-03.jpg) no-repeat; background-size: cover;*/
	background: #e8f6ff;
	position: relative;
}

.site-header {
	z-index: 999;
	/* 	padding: 5px 0px; */
	top: 0px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
	position: fixed;
	left: 0;
	width: 100%;
}
.search-tabbar-wrap {
	background: var(--white);
	padding: 15px 15px;
	box-shadow: 2px 9px 14px #807c7c;
}

.flght-top-bar>ul>li>a.nav-link {
	background: rgba(0, 0, 0, .5);
	letter-spacing: 1px;
	font-weight: 700;
	padding: .8em .8575em;
	position: relative;
	border-radius: inherit;
	text-transform: uppercase
}

.flght-top-bar>ul>li>a.nav-link>i {
	font-size: 1.2rem;
	display: block;
}

.flght-top-bar>ul>li>a.nav-link,
.flght-top-bar>ul>li>a.nav-link.active {
	color: var(--white);
	border-radius: 5px;
	text-align: center;
}

.flght-top-bar>ul>li>a.nav-link.active {
	background: var(--main-color);
}

/* .flght-top-bar>ul>li>a.nav-link.active:before {background: var(--main-color) none repeat scroll 0 0; content: ""; height: 20px; left: 40%; position: absolute; top: 77%; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); width: 20px } */
.flght-top-bar .nav .nav-item {
	margin-right: 10px;
}

.search-paul-wrap-col .title {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0;
	color: var(--main-color);
}

.flght-searc-radio {
	padding-bottom: 5px;

}

.flght-searc-radio .radio label {
	color: var(--black);
	font-weight: 500;
	font-size: .85rem;
}

.form-group label,
.search-paul-wrap-col label {
	color: #080808;
	font-weight: 500;
	font-size: .9rem;
	display: block;
}

label.error {
	color: #ff0000 !important;
}

.select-col label {
	font-size: .9rem !important
}

.inner-content {
	min-height: 450px;
}

.flght-searc-radio .list-inline-item:not(:last-child) {
	margin-right: .8rem
}

.sch-ic i {
	position: absolute;
	right: 3px;
	top: 30px;
	font-size: 1.3rem;
	color: var(--main-color);
}


.flt-srch {
	padding: 5px 15px;
    border-radius: 5px;
}
.flght-searc-radio label {

	color: #fff;
}
#multi-flght {
	display: none
}
.main-navbar-wrap .mega {
	position: static
}

.custom-form-boot .form-control::placeholder {
	font-size: 14px;
	color: #333;
}

.main-navbar-wrap .mega-menu {
	width: 100%;
	max-width: 100%;
	transform: inherit;
	right: 0;
	left: auto;
	min-width: inherit;
	padding: 1rem 1rem
}
.mega-menu h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9rem;
	background: var(--secondary-color);
	border-bottom: 1px dashed rgba(255, 57, 60, .18);
	padding-bottom: .5rem;
	margin-bottom: .8rem;
	padding-top: .5rem;
	padding-left: .3rem;
	color: #fff;
	border-left: 3px solid #000
}
.mega-menus-col li {
	margin-bottom: .5rem
}

.mega-menus-col li a {
	color: #333;
	position: relative;
	display: block;
	padding: .1rem .1rem .1rem 1.02rem
}
.mega-menus-col li a:hover {
	color: var(--white);
	background: var(--main-color)
}

.mega-menus-col li a:hover:before {
	color: var(--white)
}
.mega-menus-col li a:before {
	content: '\ea98';
	left: 0;
	position: absolute;
	font-family: IcoFont;
	color: var(--main-color);
	font-size: .8rem;
	top: calc(50% - 9px)
}

.search-bar-col .ui-datepicker-trigger,
.searchdatepicker.ui-datepicker .ui-datepicker-buttonpane button {
	display: none !important
}

.ui-datepicker.searchdatepicker:before {
	left: 9px;
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #c5c5c5
}

.ui-datepicker.searchdatepicker:after {
	left: 10px;
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}

.searchdatepicker.ui-widget.ui-widget-content {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .176);
	z-index: 9999 !important;
	margin-top: 7px
}

.ui-datepicker.searchdatepicker .ui-datepicker-header {
	padding: 5px 0;
	background: 0 0;
	border: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

.ui-datepicker.searchdatepicker a.ui-state-disabled {
	visibility: visible
}

.ui-datepicker.searchdatepicker .ui-widget-header .ui-icon {
	max-width: 17px;
	cursor: pointer
}

.searchdatepicker.ui-datepicker td {
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent
}

.searchdatepicker.ui-datepicker span,
.searchdatepicker.ui-datepicker td a {
	padding: 0
}

.searchdatepicker.ui-datepicker span,
.searchdatepicker.ui-datepicker td a {
	padding: 8px;
	background: #f5f5f5;
	border: 0
}

.ui-datepicker.searchdatepicker:after,
.ui-datepicker.searchdatepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(255, 255, 255, .71);
	content: ''
}

.ui-datepicker.searchdatepicker .ui-widget-header .ui-icon {
	background-image: url(../images/next.png)
}

.ui-datepicker.searchdatepicker .ui-widget-header a.ui-datepicker-prev .ui-icon {
	background-image: url(../images/pre.png)
}

.searchdatepicker.ui-datepicker .ui-widget-header span,
.searchdatepicker.ui-datepicker .ui-widget-header td a {
	background: 0 0
}

.searchdatepicker.ui-datepicker .ui-widget-header span.ui-datepicker-month {
	display: block;
	color: var(--main-color);
	line-height: normal
}

.searchdatepicker.ui-datepicker .ui-datepicker-next,
.searchdatepicker.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.header-right-wrap .dropdown-menu:after {
	content: '';
	position: absolute;
	border: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .15);
	top: -15px;
	right: 0
}

.searchdatepicker.ui-datepicker .ui-datepicker-next {
	right: -4px;
	top: 12px
}

.searchdatepicker.ui-datepicker .ui-datepicker-prev {
	top: 12px
}

.searchdatepicker.ui-datepicker .ui-datepicker-next span,
.searchdatepicker.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -8px;
	background-size: contain
}

.searchdatepicker.ui-datepicker .ui-datepicker-today .ui-state-highlight {
	background: var(--main-color) !important;
	padding: 0;
	color: #fff !important;
	display: block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 36px
}

.searchdatepicker.ui-datepicker .ui-state-highlight,
.searchdatepicker.ui-datepicker .ui-widget-content .ui-state-highlight,
.searchdatepicker.ui-datepicker .ui-widget-header .ui-state-highlight {
	border: #dbdcdc;
	background: var(--main-color);
	color: #fff
}

.searchdatepicker.ui-datepicker td a,
.searchdatepicker.ui-datepicker td span {
	display: block;
	text-align: center
}

.searchdatepicker.ui-datepicker .ui-state-default.ui-state-active {
	border: var(--secondary-color);
	background: var(--secondary-color) !important;
	display: block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 36px;
	padding: 0
}

.searchdatepicker.ui-datepicker .ui-state-hover,
.searchdatepicker.ui-datepicker.ui-widget-content .ui-state-focus,
.searchdatepicker.ui-datepicker.ui-widget-content .ui-state-hover,
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	background: 0 0;
	border: 0 none
}

.traveller-com .col-trvl label {
	padding-top: 8px;
	float: left;
	margin-bottom: 0
}

.traveller-com .col-trvl .form-control {
	float: right;
	padding: 10px 8px;
	max-width: 127px;
	width: 100%
}

.traveller-com {
	padding: 10px
}

.col-trvl {
	margin-bottom: .3rem
}

.searchenginehoteldone:hover {
	color: #fff
}

.ui-datepicker-trigger {
	display: none !important
}

.ui-datepicker.searchdatepicker {
	width: auto
}

.table thead th {
	font-weight: 500;
	/* color: rgba(0, 0, 0, 0.84); */
}

.main-wrapper {
	/* background: var(--white) */
}

.flght-multi-1,
.flght-multi-2 {
	display: none
}

.btn-mul {
	border: 1px solid;
	border-radius: inherit;
	padding: .2rem .8rem
}

.add_pickup_more {
	color: var(--green)
}

.remove_field,
.rm-btn {
	color: var(--danger)
}

.rm-btn {
	cursor: pointer;
	display: block;
}

.main-navbar-wrap .container {
	position: relative
}


.logo a {
	position: relative
}

.logo a img {
	padding: 5px;
	width: 270px;
}

.radio label input[type=radio]:checked~.bmd-radio:after,
label.radio-inline input[type=radio]:checked~.bmd-radio:after {
	border-color: var(--secondary-color)
}

.add-rt {
	display: inline-block;
	border: 1px solid;
	padding: 0.3rem 0.4rem;
	font-size: 0.8rem;
}

.radio label input[type=radio]:checked~.bmd-radio:before,
label.radio-inline input[type=radio]:checked~.bmd-radio:before {
	background: var(--secondary-color)
}

.side-bar {
	background: #f7f7f7;
	/* padding: .8rem */
}

.side-bar>ul>li>a {
	display: block;
	padding: .5rem .3rem;
	position: relative;
	color: #333;
	border-left: 3px solid transparent;
	font-weight: 600
}

.side-bar>ul>li.active>a {
	color: var(--main-color);
	border-left-color: var(--main-color)
}

.side-bar>ul>li:not(:last-child)>a {
	border-bottom: 1px dashed rgba(0, 0, 0, .12)
}

.side-bar>ul>li>a>i {
	font-size: 1.2rem;
	margin-right: .4rem
}

.site-footer,
.site-footer a {
	color: rgba(255, 255, 255, .82)
}

.top-footer {
	background: #313131;
	padding-top: 2rem !important
}

.bottom-footer {
	background: #2d2c2c;
	padding: 1px 0
}

.top-footer h4 {
	margin-top: 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 1.3rem
}

.dash-title h3:after,
.top-footer h4:after {
	position: absolute;
	bottom: 0;
	width: 25px;
	content: '';
	height: 3px;
	background: var(--main-color);
	left: 0
}

.foo-navbar li a {
	position: relative;
	display: inline-block;
	padding-left: 1rem
}

.foo-navbar li a:before {
	top: 1px;
	content: '\eaa0';
	position: absolute;
	left: 0;
	font-family: IcoFont
}

.top-footer li {
	margin-bottom: 8px;
	position: relative
}

.foo-address li {
	position: relative;
	padding-left: 2.7rem
}

.foo-address li:not(:last-child) {
	margin-bottom: 1.6rem
}

.foo-address li i {
	position: absolute;
	left: 0;
	top: -4px;
	color: var(--white);
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 2px solid #bec4c8;
	border-radius: 50%
}

.social-media-ico a {
	display: flex;
	width: 25px;
	height: 25px;
	background: #111;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.admin-heading {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 7px 0;
	color: var(--secondary-color)
}

.form-cst-group {
	font-size: 14px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 15px 15px 15px 15px;
	font-weight: 600;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

.form-cst-group label {
	font-weight: 600;
	font-size: 13px;
	color: var(--main-color)
}

.user {
	float: right;
	position: relative
}

.edit-pro {
	position: absolute;
	right: 32px;
	bottom: 0;
	font-size: 1.1rem;
	background: var(--secondary-color);
	width: 35px;
	text-align: center;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	color: #fff
}

.edit-pro:hover {
	color: var(--white)
}

.user img {
	height: 150px;
	width: 150px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 4px 7px #ccc
}

.border-top-1 {
	border-top: 1px solid rgba(0, 0, 0, .06) !important
}

.ic-btn {
	display: inline-block;
	background: #fff;
	position: relative;
	cursor: pointer;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	padding: 8px 10px 8px 39px;
	font-size: .8rem;
	font-weight: 600
}

.ic-btn i {
	position: absolute;
	left: -1px;
	width: 33px;
	color: #fff;
	top: 0;
	line-height: 38px;
	text-align: center;
	height: 100%;
	background: var(--main-color);
	font-size: 1rem
}

.ic-btn i:after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 2;
	width: .61rem;
	height: .61rem;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	bottom: auto;
	right: -10px;
	background: #fff
}

.ic-btn.ic-btn-rt i {
	left: auto;
	right: 0
}

.ic-btn.ic-btn-rt i:after {
	right: auto;
	left: 0
}

.ic-btn.ic-btn-rt {
	padding: 8px 49px 8px 10px
}

.profile-top-bar {
	background: #e5f4ff
}

.profile-img .text-head {
	font-weight: 500;
	font-size: 1.2rem
}

.payment-upload-wrap select.form-control {
	font-size: .9rem;
	line-height: 20px;
	height: auto !important
}

.search-result-info {
	background: var(--secondary-color);
	box-shadow: 0 0 3px rgba(0, 0, 0, .08);

}

.search-result-info,
.search-result-info .text-muted {
	color: var(--white) !important
}

.search-result-info h6 {
	font-size: .9rem;
	padding-top: .2rem
}

.search-result-info .border-right {
	border-right: 1px solid rgba(222, 226, 230, .28) !important
}

.br-btn {
	background: var(--white);
	color: var(--secondary-color);
	border: 1px solid var(--white) !important;
	border-radius: inherit
}

.br-btn:hover {
	color: #fff;
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.flght-shrt-descr .fl-icon {
	position: absolute;
	left: 4px;
	font-size: 2rem;
	line-height: normal;
	top: calc(50% - 19px);

}


.flght-res-onewy {
	background: #fff;
	z-index: 2;
}

.flght-lugg {
	font-size: 13px;
}


.flght-shrt-descr h6 {
	font-size: .9rem;
	font-weight: 600
}

.total-flght {
	font-weight: 500;
	font-size: 15px;
	padding: 8px 5px 8px 40px;
	background: var(--main-color);
	color: #fff;
}

.search-by-filter {
	padding: 5px 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee
}

.heading-3 {
	margin-bottom: .9rem !important;
	font-weight: 600 !important;
	position: relative;
	padding-bottom: .3rem
}

.sidebar-com h6 {
	font-weight: 900 !important;
	position: relative;
	padding-bottom: 0.3rem;
	color: #111;
	padding: 4px 8px;

	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	background: #c7e5f9;
}

.sidebar-com h6:before {
	content: '';
	position: absolute;
	top: 0;

	background: #c7e5f9;
	transform: skew(336deg);
	width: 23px;
	height: 100%;
	z-index: -1;
	right: -6px;

}

.flt-stop li {
	display: inline-block;
	margin-right: 5px;
}

.sidebar-com .checkbox label {
	margin-bottom: .1rem;
	cursor: pointer;
	color: #333;
	padding-left: 1.8rem
}

.sidebar-com {
	color: #333;
	margin-bottom: 10px;
}

.prc-air-lines input {
	border: 0 none;
	font-weight: 600;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
	background: 0 0;
	color: var(--main-color)
}

.prc-air-lines li {
	width: 50%;
	margin-left: 0;
	margin-right: 0 !important;
	border-right: 0 none !important;
	margin-bottom: 0
}

.prc-air-lines .ui-slider {
	height: 4px;
	max-width: 98%;
	border-radius: inherit;
	background: #eee;
	border: 0 none
}

.prc-air-lines .ui-slider-handle,
.prc-air-lines .ui-slider-handle:focus {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	top: -11px
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border-color: var(--main-color);
	background: #fff;
	border-width: 2px
}

.prc-air-lines .ui-slider-handle:focus {
	outline: 0
}

.prc-air-lines .ui-slider-handle:after,
.prc-air-lines .ui-slider-handle:focus:after {
	content: '';
	width: 15px;
	height: 15px;
	background: var(--main-color);
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 7.5px);
	top: calc(50% - 7.5px)
}

.flt-stop.flt-depart-time li {
	width: calc(100% / 4)
}

.flt-depart-time li {
	margin-right: 0 !important;
	margin-left: -5px
}

.flt-depart-time li label input {
	position: absolute;
	margin: 0 !important;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.flt-depart-time li label>p>i {
	font-size: 1.6rem
}

.flt-stop li label strong {
	font-weight: 500;
	color: #333
}

.flt-depart-time li label strong {
	font-size: .6rem
}

.flt-depart-time li label .price {
	font-size: .7rem;
	font-weight: 500
}

.flt-depart-time li label {
	padding: .5rem .1rem;
	cursor: pointer;
	border: 1px solid #bdbdbd;
	position: relative;
	width: 100%
}

.flt-depart-time li label.active {
	background: var(--secondary-color);
	color: var(--white)
}

.flt-depart-time li label.active strong {
	color: var(--white)
}

.flt-title-bar {
	background: var(--white);
	padding: .5rem 1rem;
	border: 1px solid #dadada;
}

.flt-title-bar h5 {
	margin-bottom: 0;
	color: #000;
	font-size: 13px;
	font-weight: 600
}

.flight-oneway-listing,
.domestic-flght-view .flight-listing-main {
	background: var(--white);
	box-shadow: 0 0 5px rgb(0 0 0 / 45%);
	margin-bottom: 1.1rem;
	/* border: 1px solid #c5c2c2; */
	padding: 5px;
	border-radius: 5px;
}

.flight-oneway-listing{
	margin-bottom: 10px;
}

.domestic-flght-view .flight-listing-main {
	margin-bottom: 0;
}

.flight-booking-paul-left .flight-oneway-listing {
	border: 1px solid #f5f5f5
}

.flight-oneway-listing .selectairline.row-areline-selected {
	background: rgba(141, 185, 216, .18)
}

.flight-oneway-listing .selectairline.row-areline-selected .stop-box span:not(.line),
.flight-oneway-listing .selectairline.row-areline-selected .stop-box span:not(.line):before {
	border-color: rgba(0, 0, 0, .16)
}

.flight-oneway-listing .selectairline.row-areline-selected .stop-box span:not(.line):before {
	background: #eaf2f8
}

.fare_cont_pop {
	max-height: 350px;
	overflow: hidden;
	overflow-y: scroll;
	font-size: 14px;
}

.fare_cont_pop h5 {
	font-size: 14px;
}

.flight-listing-footer {
	background: #e5f2fb;
	padding: .25rem .5rem;
}

.flght-lugg li {
	position: relative;
	margin-right: 0 !important;
	padding: 0 6px 0 7px;
	font-weight: 500
}

.flght-lugg li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 18px;
	background: rgba(0, 0, 0, .18);
	top: calc(50% - 9px)
}

.flght-lugg li i {
	color: var(--main-color)
}

.flght-lugg li.refund,
.flght-lugg li.refund i {
	color: #069c19
}

.flight-listing-main {
	padding: 0;
}

.arrive-flght h4,
.departure-flght h4 {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: .2rem
}

.arrive-flght h4,
.departure-flght h4 {
	position: relative;
	display: inline-block;
	padding-left: 1.6rem
}

.arrive-flght h4 i,
.departure-flght h4 i {
	position: absolute;
	color: var(--secondary-color);
	left: 0
}

.arrive-flght h4,
.confirm-flght-details .departure-flght h4,
.departure-flght h4 {
	font-size: 1rem
}

.arrive-flght h5,
.arrive-flght h6,
.departure-flght h5,
.departure-flght h6 {
	font-weight: 500;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.arrive-flght h6,
.departure-flght h6 {}

.arrive-flght h5,
.departure-flght h5 {
	margin-bottom: .4rem
}

.airline-logo h6 {
	font-size: .8rem;
	font-weight: 600;
	padding: .2rem 0 0 0
}

.arrive-flght,
.departure-flght {
	padding-top: .5rem
}

.price {
	font-weight: 700;
	color: var(--main-color);
	font-size: 1.5rem;
}

.domestic-flght-view .price {
	font-size: 1.2rem;
}

.flght-lugg a {
	color: var(--main-color)
}

.stop-duration {
	text-align: center;
	position: relative;
	padding-top: 1rem
}

.stop-box .line {
	position: relative;
	border: 1px solid #e6e6e6;
	display: block
}

.flight-trip-wrap label {
	cursor: pointer;
}

.stop-box .line:after,
.stop-box .line:before {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 50%;
	color: #0a3152;
	content: "";
	height: 15px;
	position: absolute;
	left: -2px;
	top: -7px;
	width: 15px
}

.stop-box .line:after {
	left: auto;
	right: -2px
}

.stop-box span:not(.line) {
	padding: 8px 10px;
	width: 70px;
	position: relative;
	border: 1px solid #e6e6e6;
	margin-top: 7px;
	text-align: center;
	display: inline-block;
	font-size: .9rem;
	font-weight: 600
}

.bus-review-booking .stop-box span:not(.line) {
	width: 104px
}

.stop-box span:not(.line):before {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	content: "";
	background: #fff;
	height: 10px;
	left: 42%;
	position: absolute;
	top: -6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px
}

.total-time h5 {
	margin-bottom: 0;
	padding-top: .4rem;
	font-size: 1rem;
	font-weight: 600
}

.departure-flght {
	text-align: right
}

.flght-time-loc-wrap {
	background: var(--main-color);
	color: #fff;
	margin: -16px;
	margin-bottom: 16px;
	padding: .5rem .3rem;
}

.flght-time-loc-wrap .price-flt {
	font-size: 1.5rem;
}

.flight-details-wrap .nav-tabs .nav-link.active {
	color: var(--main-color)
}

.flight-details-wrap .flight-oneway-listing:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.flight-details-wrap .nav-tabs .nav-link,
.flight-details-wrap .nav-tabs .nav-link.active,
.flight-details-wrap .nav-tabs .nav-link:focus {
	border: 0 none
}

.flight-details-wrap .nav-tabs {
	border-bottom: 0 none
}

.flight-details-wrap .tab-pane {
	padding: .8rem;
	border: 1px solid #ddd
}

.flight-details-wrap .nav-tabs .nav-link:after,
.flight-details-wrap .nav-tabs .nav-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	transition: all .3s
}

.flight-details-wrap .nav-tabs .nav-link:after {
	width: 0;
	height: 3px;
	background: var(--main-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	left: 0
}

.flight-details-wrap .nav-tabs .nav-link.active:after {
	width: 100%
}

.flight-details-wrap .nav-tabs .nav-link:before {
	border: 13px solid transparent;
	left: calc(50% - 13px)
}

.flight-details-wrap .nav-tabs .nav-link.active:before {
	border-bottom-color: #e3111a
}

.footer-fixed-prc {
	background: var(--main-color);
	font-size: .8rem;
	color: #fff;
	padding: 0.5rem 0;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 9
}

.border-right_l {
	border-right: 1px dashed rgba(255, 255, 255, .42)
}

.hotelguestsdetails {
	position: absolute;
	z-index: 999;
	background: #fff;
	max-width: 335px;
	width: 100%;
	padding: 1rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, .19)
}

.hotl-booking-full .owl-item .item {
	max-height: 470px
}

.hotl-booking-full .owl-nav button {
	position: absolute;
	top: calc(55% - 17.5px);
	width: 35px;
	height: 35px;
	line-height: 35px !important;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3) !important;
	z-index: 9;
	background: rgba(0, 0, 0, .2) !important;
	color: var(--white) !important
}

.hotl-booking-full .owl-prev {
	left: 0
}

.hotl-booking-full .owl-next {
	right: 0
}

.hotl-booking-thumb .owl-nav button {
	position: absolute;
	top: 5px;
	width: 35px;
	height: 95%;
	line-height: 35px !important;
	text-align: center;
	z-index: 9;
	background: rgba(227, 17, 26, .4) !important;
	color: var(--white) !important
}

.hotl-booking-thumb .owl-nav button span {
	font-size: 30px
}

.hotl-booking-thumb .owl-prev {
	left: 0
}

.hotl-booking-thumb .owl-next {
	right: 0
}

.hotl-booking-thumb .owl-item:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	top: 0;
	left: 0;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease
}

.hotl-booking-thumb .owl-item.current:after {
	background: 0 0
}

.hotl-booking-thumb .owl-item {
	position: relative;
	cursor: pointer;
	border-top: 5px solid var(--white)
}

.hotl-booking-thumb .item img {
	height: 85px
}

.sidebar-flight h4 {
	background: var(--secondary-color);
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 10px;
	font-size: 1.1rem;
	background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
	border-radius: 5px;
}

.htl-side-booking-add .contant-fare li {
	position: relative;
	padding-left: 1.8rem
}
.contant-fare tr td{
	white-space: nowrap;
}

.fare_details li:not(:last-child) {
	border-bottom: 1px dashed rgb(169 167 166);
}

.fare_details li {
	display: block;
	position: relative;
	list-style-type: none;
	padding: 8px 5px;
}

.sidebar-flight .fare_details li a {
	color: var(--secondary-color)
}

.htl-side-booking-add:not(.bookmark-htl) .contant-fare li i {
	position: absolute;
	left: 0;
	font-size: 1.2rem;
	color: var(--secondary-color)
}

.htlcol-price {
	font-size: 2rem;
	color: #fe9800
}

.car-booking-rw-wrap i {
	color: var(--main-color);
}

.car-booking-rw-wrap>.row>div[class*="col"]:not(:last-child) {
	border-right: 1px solid #e6e6e6;
}

.car-booking-rw-wrap,
.car-booking-rw-wrap i {
	font-weight: 600;
}

.hotelBox-booking .nav-tabs .nav-link:after {
	content: '';
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: var(--main-color)
}

.hotelBox-booking .nav-tabs .nav-link.active:after {
	max-width: 50%;
	width: 50%
}

.hotelBox-booking .nav-tabs .nav-link {
	text-align: center;
	border: 0 none;
	position: relative;
	color: #333;
	padding: .7rem .8rem;
	text-transform: capitalize;
	font-size: .95rem
}

.hotelBox-booking .nav-tabs .nav-link i {
	display: block;
	margin-bottom: .4rem
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	position: relative;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.flight-details-wrap .nav-tabs .nav-link {
	color: #333;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.dash-title h3 {
	position: relative;
	font-size: 1.3rem;
	padding-bottom: .4rem;
	margin-bottom: .9rem;
	font-weight: 500
}

.hotelBox-booking .tab-content .tab-pane h5 {
	font-size: 1.1rem;
	font-weight: 500
}

.top-footer h4:after {
	position: absolute;
	bottom: 0;
	width: 25px;
	content: '';
	height: 3px;
	background: #f90;
	left: 0
}

.htl-facil {
	margin-bottom: .7rem
}

.htl-facil p {
	margin-bottom: 0;
	position: relative;
	background: #e6e6e6;
	padding: .9rem 0
}

.htl-facil p i {
	background: var(--main-color);
	color: #fff;
	margin-right: 20px;
	padding: 15px;
	position: relative;
	font-size: 1.2rem
}

.remark {
	border-top: 1px dashed rgba(0, 0, 0, 0.07);
	-webkit-animation: colorchange 1s infinite alternate;
	padding-top: 1px;
	font-size: 13px;
	margin-top: 3px;
}

@-webkit-keyframes colorchange {
	0% {

		color: var(--main-color);
	}

	25% {

		color: var(--main-color);
	}


	50% {

		color: var(--secondary-color);
	}

	75% {

		color: var(--main-color);
	}

	100% {

		color: var(--secondary-color);
	}
}

.modal .flight-oneway-listing .total-time h5 {
	border-bottom: 1px solid var(--main-color);
	position: relative;
}

.modal .flight-oneway-listing .total-time h5:before,
.modal .flight-oneway-listing .total-time h5:after {
	content: '\ed42';
	color: var(--main-color);
	font-family: IcoFont !important;
	position: absolute;
	font-size: 20px;
	top: 4px;
}

.modal .flight-oneway-listing .total-time h5:before {
	left: -10px;
}

.modal .flight-oneway-listing .total-time h5:after {
	right: -10px;
}

.htl-facil p i:after {
	background: var(--main-color);
	content: "";
	height: 15px;
	position: absolute;
	right: -15%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 15px
}


.list {
	margin: 0;
	padding: 0
}

.list li {
	list-style: none;
	position: relative;
	padding-left: 1rem;
	margin-bottom: .3rem
}

.list li:before {
	content: '\ea98';
	font-family: IcoFont;
	position: absolute;
	left: 0;
	color: var(--main-color)
}

.tab-pane .dash-title h3:after {
	background: var(--secondary-color)
}

.flight-passeng-details {
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 5px #e6e6e6
}

.flight-passeng-details h3 {
	background: #f1f1f1;
	margin: 0;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 600;
}

.flight-pass-dts {
	background: #fff;
	padding: 1rem 15px 20px
}

.check-out-htl {
	padding: 17px 7px;
	background: #eee;
	margin-top: 5px;
	text-align: center;
	border: 3px double #fff
}

.check-out-htl p {
	font-weight: 600;
	font-size: .8rem;
	color: var(--main-color)
}


.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check {
	color: var(--secondary-color);
	border-color: var(--secondary-color)
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check:before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check:before {
	color: var(--secondary-color)
}

.checkbox label,
.checkbox-inline,
.is-focused .checkbox label,
.is-focused .checkbox-inline,
.is-focused .radio label,
.is-focused .radio-inline,
.is-focused .switch label,
.radio label,
.radio-inline,
.switch label {
	color: #000
}

.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
	top: 3px
}

.fiter-input input {
	display: block;
	width: 100%;
	padding: .4375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .13);
	border-radius: 0;
	box-shadow: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fiter-input input:focus {
	outline: 0
}

.htl-listing-result-wrap {
	background: #fff;
	padding: .75em;
	margin: 0 0 1rem 0
}

.htl-name {
	color: var(--secondary-color);
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0
}

.flght-cncl-rtn h3 {
	margin: -1rem -15px 20px;
}

.htl-listing-desc .hotel-rating>i,
.yellow-star {
	color: #ff9800
}

.htl-add {
	color: var(--main-color);
	font-weight: 600;
	margin-bottom: .75em
}

.htl-listing-img img {
	width: 100%;
	height: 165px;
	object-fit: cover
}

.price-pr-nt {
	font-size: 1em;
	font-weight: 600;
	padding: 1.75rem 0 .5rem 0;
	color: #777
}

.htl-rating-paul .htl-prc {
	font-size: 1.9rem;
	font-weight: 500;
	color: var(--main-color)
}

.htl-rating-paul .htl-prc i {
	font-size: 1.2rem;
	position: relative;
	left: 4px
}

.hotel_details_in {
	background: var(--white);
	padding: 10px
}

.hotel-booking-details {
	padding: 10px 0
}

.hotel-booking-details h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--secondary-color)
}

.heading_rel {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--secondary-color)
}

.ht_list {
	padding: 12px 0;
	border-bottom: 1px dashed #ddd;
	font-size: 15px
}

.hotel-booking-details .ht_list:last-child {
	border: none
}

.hotel_rt i {
	color: #ff9800
}

.hotel-details-tab .nav-link.active {
	border-bottom: 4px solid var(--secondary-color)
}

.hotel-details-tab .nav-link {
	border-radius: 0;
	color: #333;
	font-weight: 600;
	background: #eee;
	padding: 1rem 1.2rem;
	border: none;
	border-bottom: 4px solid transparent
}

.hotel-details-tab .tab-content {
	padding: 20px 10px
}

.htl-price {
	font-size: 26px;
	font-weight: 700;
	margin: 10px 0
}

.htl-fare-b {
	font-size: 11px;
	display: inline-block;
	padding: 2px 10px;
	background: #ddd;
	border-radius: 18px;
	font-weight: 600
}

.htl-title h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: var(--main-color)
}

.htl-title h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0
}

.tab_hotl p {
	font-size: 14px;
	color: #555
}

.hotel_faci {
	margin: 0 0 10px 0;
	font-weight: 600
}

.hotel_faci i {
	color: var(--secondary-color)
}

.hotel-slider .carousel-indicators li {
	height: auto;
	width: 120px;
	text-indent: initial
}

.hotel-slider .carousel-indicators {
	margin-left: 3%;
	margin-right: 3%
}

.hotl-booking-temp .owl-carousel {
	z-index: 0
}

.hotl-booking-temp button {
	border: none
}

.abts-col:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgba(227, 17, 26, 0.02);
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50% 50%;
	border-top-left-radius: 90%;
}

.abts-col {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	padding: 1rem 1.2rem;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.abts-col .ab-icon {
	position: relative;
	display: block;
	padding-left: 2rem;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.abts-col .ab-icon:before {
	content: '';
	position: absolute;
	max-width: 33px;
	width: 100%;
	height: 4px;
	background: var(--main-color);
	bottom: 6px;
	left: 0;
}

.abts-col p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5rem;
	color: #656565;
}

.success-box .alert-success {
	background: #0690451f;
	border-radius: 5px;
	margin: 20px 0 0 0;
	border: 1px solid #06904540
}
.success-box .alert>i {
	float: left;
	font-size: 33px;
	background: #069045;
	border-radius: 40px;
	color: var(--white);
	padding: 4px
}
.success-msg {
	padding-left: 55px
}
.success-msg h3 {
	color: #069045;
	font-size: 18px;
	font-weight: 600;
	margin: 0
}
.success-msg p {
	color: rgba(6, 144, 69, .7);
	font-size: 13px;
	margin: 0
}
.success-box .close i {
	color: #069045;
	opacity: 1;
	font-size: 20px
}
.footer-fixed-prc .costom_site_color {
	padding: .2rem .75rem;
	border: 1px solid #fff;
	font-size: .8rem;
	color: #fff;
	margin-top: 3px
}
.airline_price {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	line-height: 13px;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0px;
}
.airline_price_rtn-sm {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	line-height: 13px;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0px;
}
.airline-roundway-prc {
	border: 0 solid;
	display: flex;
	padding: 0px 0px;
	margin: 0px;
	cursor: pointer;
}
select.custom-file-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
	height: calc(2rem + 2px)
}
.flt-dts {
	border: 1px solid #eee;
	margin-bottom: .5rem
}

.flt-booking-top {
	background: #ececec;
	padding: .5rem .3rem
}
.flt-booking-top h5 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1rem
}
.flt-booking-dts {
	padding: .6rem
}

.modal-header {
	border-bottom: 1px solid #e9ecef !important;
	padding: .6rem 1rem !important;
	position: relative;
}

.top-inner-wrap {
	background: rgba(238, 238, 238, 0.67)
}

.bus-travel-list {
	background: #fff;
	padding: 1rem
}

.bus-travel-list .bus-col.bus-trvaller-name {
	position: relative;
	padding-left: 2.3rem
}

.bus-col.bus-trvaller-name i {
	position: absolute;
	left: 0;
	font-size: 2rem;
	color: rgba(244, 59, 59, .57);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bus-trvaller-name .traveldiv .busname {
	font-weight: 500;
	color: #2d2d2d;
	display: block;
	margin-bottom: 2px;
	font-size: 1.1rem;
	line-height: normal
}

.bus-trvaller-name .traveldiv .businfo {
	font-size: 13px;
	color: #8e8e8e !important;
	font-weight: 600
}

.bus-view-btn {
	text-align: center
}

.bus-page-temp-btm .bus-col .busprice {
	font-size: 20px;
	font-weight: 600;
	color: #3c70b5
}

.bus-travel-list .busprice {
	font-size: 2rem;
	display: block;
	text-align: center;
	color: var(--secondary-color)
}

.bus-travel-list {
	background: #fff;
	padding: 1rem 1rem 0;
	margin-bottom: .8rem
}

.bus-bottom-bar {
	margin: 5px -16px 0;
	border-top: 1px solid #f1f1f1;
	background: #fff;
	padding: 6px 15px
}

.bus-left-btm a {
	color: var(--secondary-color);
	font-weight: 600
}

.bus-fare h5 {
	color: var(--main-color);
	font-size: 1.5rem;
	font-weight: 600
}
.bus-fare h5>i,
.car-fare-wrap h4 i {
	font-size: 1.2rem;
	position: relative;
	left: 4px
}
.flt-title-bar a {
	color: var(--secondary-color)
}

.bg-shadow-com {
	background: #ffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .23)
}

.bus-pro-name {
	background: var(--main-color);
	color: #fff;
	padding: 1rem;
	text-align: center
}
.bus-pro-name h2 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0
}

.bus-body-wrap {
	padding: 1.2rem
}

.bus-seat-status .num_selected {
	color: var(--main-color)
}

.bus-payment-col {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px
}

.bus-payment-col .pay-busrp {
	color: var(--main-color)
}

.bus-title {
	background: var(--secondary-color);
	margin-bottom: 0;
	color: #fff;
	padding: 0.5rem 0.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
}

.bus-right-btm form {
	margin-bottom: 0px;
}

.bus-prc input {
	text-align: center;
	margin-bottom: 5px;
	font-size: 1rem;
}

.bus-seat-status .bmd-form-group {
	padding-top: 0px;
}

.bus-seat-side .bus-title {
	margin: -.8rem;
	margin-bottom: 8px;
}

.sidebar-bus-booking .pro-name h2 {
	font-size: 1.1rem;
	font-weight: 500;
}

.car-drop-date,
.car-hours,
.car-proce-col {
	display: none
}

.car-facilities .cmg-ic img {
	max-width: 32px
}

.car-facilities .cmg-ic.driv-ex img {
	max-width: 22px
}

.car-list-view {
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 5px #e6e6e6;
	background: #fff;
	margin-bottom: .7rem
}

.car-header-col h5 {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: .2rem
}

.car-facilities ul li {
	position: relative
}

.car-facilities li i {
	color: var(--main-color);
	font-size: 1.2rem;
	background: #f5f5f5;
	width: 41px;
	display: block;
	text-align: center;
	cursor: pointer;
	height: 41px;
	line-height: 41px
}

.car-facilities li span {
	background: var(--main-color);
	color: #fff;
	padding: 10px .5rem;
	display: block;
	text-align: center;
	position: absolute;
	left: -45px;
	top: -51px;
	max-width: 150px;
	min-width: 131px;
	width: 100%;
	opacity: 0
}

.car-facilities li i:hover~span {
	opacity: 1
}

.car-facilities li span:after {
	background: #e3111a;
	content: "";
	height: 15px;
	left: 45%;
	position: absolute;
	top: 80%;
	transform: rotate(45deg);
	width: 15px;
	z-index: 1
}

.car-facilities,
.car-header-col {
	padding: .5rem 0
}

.car-facilities {
	padding-bottom: 0
}

.car-facilities li {
	margin-bottom: .3rem
}

.car-fare-wrap {
	padding-top: 1.1rem;
	text-align: center
}

.car-fare-wrap h4 {
	margin-bottom: 0;
	font-weight: 600;
	color: var(--secondary-color)
}

.car-fare-wrap span {
	display: block;
	margin-bottom: .6rem
}

.car-avail {
	text-align: center;
	padding-top: 2rem;
	font-weight: 600
}

.car-avail h5 {
	margin-bottom: .2rem;
	font-weight: 600;
	font-size: 1rem
}

.star-rating {
	border-bottom: 1px dashed #eee;
	padding-bottom: .3rem;
	margin-bottom: .1rem
}

.car-process-form {
	text-align: center;
	border-top: 1px dashed rgba(0, 0, 0, .15);
	padding-top: .5rem
}

.car-process-form .car-btn {
	margin-bottom: 0
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #146ead
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(20, 110, 173, .25)
}

.custom-control-input:active~.custom-control-label:before {
	color: #fff;
	background-color: #146ead;
	box-shadow: none
}

.recharge-panel .nav .nav-item>.nav-link {
	padding: .5em .8575em;
	color: #333;
	font-weight: 600;
	border-bottom: 2px solid transparent
}

.recharge-panel .nav .nav-item>.nav-link.active {
	border-bottom: 2px solid var(--main-color);
	color: var(--main-color)
}

.view_plans {
	position: absolute;
	top: 60%;
	right: 0;
	font-size: 12px;
	color: var(--main-color);
	font-weight: 700
}

.plans-popup .table {
	border: 1px solid #eee !important
}

.plans-popup .table td {
	border-top: none;
	padding: 1.3rem .9rem;
	vertical-align: middle
}

.plans-popup .table td p {
	margin: 0
}

.plans-popup .table td strong {
	display: block;
	font-size: 18px
}

.plans-popup .table td strong sub {
	font-size: 11px
}

.holiday-book {
	text-align: center;
	font-size: 1.7rem;
	color: var(--main-color);
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee
}

.related-tour-list {
	margin: 0 0 20px 0;
	background: #eee;
	position: relative
}

.related-tour-list figure {
	height: 163px;
	overflow: hidden
}

.related-tour-list figure img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.rel-price {
	position: absolute;
	font-weight: 600;
	padding: 3px 8px;
	top: 3px;
	right: 17px;
	background-size: 72px;
	background-position: -15px -17px;
	color: #fff;
	background: #ea3953;
	border-radius: 3px;
	z-index: 9999
}

.rel-price:after {
	content: '';
	position: absolute;
	background: url(../images/price-tag.png) no-repeat;
	height: 100%;
	width: 100%;
	background-size: 28px;
	background-position: -5px -1px;
	right: -17px;
	top: 0;
	z-index: -1;
	transform: rotate(180deg)
}

.related-tour-list figcaption {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 6px 0;
	color: var(--white);
	font-weight: 700;
	font-size: 17px
}

.itineraryday {
	font-size: 13px;
	color: #555
}

.ithead {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee
}

.day-no {
	font-weight: 700;
	color: var(--secondary-color);
	padding: 0 10px 0 0
}

.daydetails {
	color: #333;
	font-weight: 600
}

.booking-popup .form-group {
	margin-top: -20px
}

.header-right-bar ul li a.dropdown-toggle:after,
.header-right-bar2 ul li a.dropdown-toggle:after {
	display: none;
}

.navbar-toggler {
	margin-top: 0;
	background: var(--main-color);
	color: #fff;
	border-radius: inherit;
}

.heading_filter {
	font-weight: 600;
	color: var(--secondary-color);
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0 0 .5rem 0
}


.flght-depart .flght-depart-in {
	display: inline-block
}

.return-flght>h4>i {
	position: static;
	padding: 0 .3rem 0 0
}

.home-popup .modal-dialog {
	max-width: 550px
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 50px
}

.pop_cont .lds-ellipsis div {
	background: var(--white);
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--main-color);
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.flght-result-col.domestic-flght-view {
	margin-bottom: 1rem;
	background: var(--white);
	box-shadow: 0 0 5px rgb(0 0 0 / 45%);
	border-radius: 5px;
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(0)
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(19px, 0)
	}
}

.popup-logo {
	position: relative;
	height: 100%;
	width: 100%
}

.popup-logo img {
	content: '';
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 120px
}

.pop_cont {
	background: var(--secondary-color);
	text-align: center;
	padding: 20px 0 0 0;
	color: var(--white)
}

.home-popup .modal-body {
	padding: 0
}

.depart-p li:not(:first-child) span::after {
	content: '';
	position: absolute;
	height: 13px;
	width: 1px;
	background: #fff;
	top: 5px;
	left: 1px
}

.depart-p li {
	position: relative;
	padding: 0 0 0 10px
}

.home-popup .modal-title {
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 500;
	color: var(--white);
	margin: 0 0 30px 0
}

.destination-wrap .passanger_detail {
	margin: 30px 0 0 0
}

.psgr_typ {
	display: inline-block;
	padding: 0 0 0 7px;
	background: var(--white);
	color: var(--secondary-color);
	font-size: 13px;
	font-weight: 700;
	position: relative;
	margin: 0 8px 0 0
}

.passanger_detail .psgr_n {
	color: var(--white);
	font-weight: 600;
	background: var(--main-color);
	padding: 1px 6px;
	position: relative;
	display: inline-block;
	font-size: 13px
}

.danger-cl {
	color: #ffdddb;
	margin: 20px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, .070);
	padding: 2px 0 2px 0;
	font-size: .8rem
}

.depart-p {
	background: var(--main-color);
	padding: 5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	width: 100%
}

.depart-p>ul {
	margin: 0
}

.ctc-addr-com {
	position: relative;
	padding: 1rem;
	height: 100%;
	border: 1px solid #eaeaea;
}

.ctc-addr-com i {
	position: absolute;
	color: rgba(227, 17, 26, .09);
	left: 4px;
	font-size: 3rem
}

.ctc-add-right {
	padding-left: 1.5rem
}

.ctc-add-right strong {
	display: block
}

.ctc-add-right {
	padding-left: 2.6rem
}

.ctc-add-right a,
.ctc-add-right p {
	color: #545454;
	font-size: .9rem;
	font-weight: 400;
}

.contact-head {
	font-size: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: .2rem
}

.ctc-add-details {
	margin-bottom: 1.5rem
}

.ui-widget-content.ui-autocomplete {
	z-index: 9999 !important
}

.contact-head span {
	font-size: 1rem;
	color: #ababab;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: .2rem
}

.flt-search-frm-pnr h5 {
	border-bottom: 0px none;
	padding: .4rem 0.5rem;
	font-weight: 500;
	text-transform: uppercase;
	background: var(--main-color);
	color: #fff;
	margin: 0;
	text-align: center;
}

.suggestionsBox {
	position: absolute;
	border-radius: 0;
	margin: 15px 0 0 0;
	z-index: 9999 !important;
	max-width: 250px;
	max-height: 250px;
	overflow: auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .34)
}

.innerpage-header {
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	color: #fff;
	/*     z-index: 9; */
	overflow: hidden;
	height: 200px
}

.inner-img-col {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0
}

.innerpage-header img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.innerheader-txt {
	padding: 32px 0;
	position: relative;
	/* z-index: 9 */
}

.home-about-col:after,
.innerpage-header .inner-img-col:after {
	content: "";
	position: absolute;
	top: 0;
	left: -85px;
	width: 102%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 1
}

.innerpage-header .inner-img-col:after {
	left: 0;
	width: 100%;
	z-index: initial;
}

.heading-1:after {
	bottom: -4px;
	max-width: 60%
}


.head-3 {
	background: #eaeaea;
	padding: 11px 8px;
	font-size: 1.2rem;
	font-weight: 600;
	border-left: 5px solid #ff333b;
	color: #1d1d1d;
	line-height: normal;
	margin-bottom: 25px
}

.list-curve,
.list-fing,
.list-thumb {
	list-style: none;
	margin-bottom: 1rem
}

.list,
.list-curve,
.list-fing,
.list-thumb {
	margin: 0;
	padding: 0
}

.features {
	background: var(--secondary-color);
	/* padding: 25px 0 */
}

.sweet-alert-content h2 {
	font-weight: 600;
	color: #3a3a3a;
}

.foot-nav li {
	margin-right: 0px !important;
	padding: 0px 7px;
}

.top-inner-wrap h1 {
	font-size: 1.7rem;
}

.sweet-alert-content p {
	font-size: 16px;
}

.custom-modal-pop .modal-footer .btn-com {
	color: #2676a5;
	padding: .3rem 1.6rem;
	border: 1px solid #2676a5;
	font-weight: 600;
}

.about-wrap-new {
	background: #fff;
}

.heading-4 {
	color: #ea3030;
	font-size: 21px;
	font-weight: 500;
}

.heading-1 {
	font-size: 1.8rem;
	color: #1c77b6;
}

.innner-content {
	padding: 0rem 3rem;
}

.innner-content h6,
.innner-content h5 {
	color: #333;
	font-weight: 600;
}

.about-cont p {
	color: #777;
	line-height: 22px;
}

.team-img {
	height: 100%;
}

.team-img img {
	height: 100%;
}
.team-img:after {
	/* content: ''; */
	position: absolute;
	height: 100%;
	width: 100%;
	background: #2196F3;
	z-index: -1;
	top: -20px;
	left: -20px;
}
.about-text {
	padding-right: 7rem;
	color: #fff;
}

.foot-nav li a,
.copyright {
	font-weight: 400;
	font-size: 0.8rem;
}

.domestic-flght-view .row-areline-selected .flight-listing-main {
	background: rgb(210, 236, 255);
}

.domestic-flght-view .row-areline-selected .stop-box .line:before,
.domestic-flght-view .row-areline-selected .stop-box .line:after,
.domestic-flght-view .row-areline-selected .stop-box .line {
	background: #fff;
}

.domestic-flght-view .row-areline-selected .stop-box .line,
.domestic-flght-view .row-areline-selected .stop-box span:not(.line) {
	border-color: #fff;
}

.search-paul-wrap-col .form-control[readonly] {
	background-color: #fff;
}

.btm-pgn .pagination {
	justify-content: center;
}

.btm-pgn li>a {
	display: inline-block;
	background: var(--main-color);
	color: var(--white);
	border-radius: 20px;
	text-align: center;
	padding: 4px 11px;
}

.btm-pgn li {
	margin-right: 4px;
}

.confirm-flght-details .flt-booking-dts li {
	list-style: none;
}

.btm-pgn li>a:hover,
.btm-pgn li.active>a {
	background: var(--secondary-color);
}

.thank-payment h4 {
	font-weight: 600;
	font-size: 1rem;
}

.thank-payment h4 span,
.thank-payment h4 span {
	color: var(--main-color);
}

.pls-wait p {
	font-weight: 600;
}

.pls-wait p b {
	color: #333;
}

.payment-upload-wait {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.loader-pay {
	padding: 7px 0px 7px;
}

.loader-pay h5 {
	color: var(--main-color);
	font-weight: 600;
}

.loader-pay img {
	border-radius: 10px;
}

.sidebar-paul.payment-coom h4 {
	padding: 6px 18px;
}

.payment-body-com {}

.payment-body-com li:not(:last-child) {
	border-bottom: 1px dashed rgba(227, 17, 26, 0.17);
}

.payment-body-com li {
	padding: 8px 10px;
}

.payment-body-com li strong {
	margin-right: 5px;
	display: inline-block;
}

.payment-deposit-wrapper {
	padding: 1rem 0.5rem;
}

.sidebar-paul .payment-body-com {
	padding: 1.5rem 0.6rem 0px;
}

/* Custom bootstrap form */
.custom-form-boot .bmd-form-group {
	padding: 0;
}

.custom-form-boot .bmd-form-group label,
.custom-form-boot label {
	position: relative;
	color: #323232;
	top: 0;
	margin-bottom: 0.5rem;
	font-size: 13px;
	font-weight: 500;
}

.contact-form {
	background: #f7f7f7;
}

.custom-form-boot .bmd-form-group .form-control {
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: .5rem 0.5rem;
	height: calc(2rem + 7px) !important;
	font-size: 14px;
	color: #333;
}

.custom-form-boot .bmd-form-group textarea.form-control {
	height: calc(5rem + 7px) !important;
}

.custom-form-boot .sch-ic i {
	right: 10px;
	top: 30px;
	font-size: 1.1rem;
}

.inner-header-wrap {
	background: url('../images/slider-03.jpg') no-repeat;
	/* z-index: 1; */
	position: relative;
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.63);
}

.inner-header-wrap:after {
	/*  content: ''; */
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.inner-header h3 {
	color: #fff;
	margin: 0;
	font-weight: 500;
	font-size: 1.4rem;
}

.inner-col-wrap {
	min-height: 380px;
}

/* Custom bootstrap form End */

.side-bar-col {
	padding: 0rem 1rem 1rem;
}

.inner-temp-page {
	padding: 10px 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	position: relative;
	background-color: #fff;
	z-index: 0;
	/*     height: calc(100vh - 51px); */
}

.text-overflow {
	word-break: break-all;
}

.top-bread-bar {
	padding: 0.8rem 0.8rem;
	margin-bottom: .5rem;
	border-bottom: 1px dashed #dadada;
}

.page-ttl h1 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
}

.main-header-wrap .row {
	align-items: center;
}

.bread-crum-right .breadcrumb {
	background: transparent;
	margin-bottom: 0;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 13px;
	padding: 0;
}

.header-right-bar>ul>li>a {
	color: #333;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	display: block;

}

.header-right-bar ul {
	border: 1px solid #d2cece;
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 15px;
	padding: 1px 0px;
	background: beige;
}

.header-right-bar ul .list-inline-item {

	margin: 0px;
}

.header-right-bar {
	display: flex;
	justify-content: end;
	margin-bottom: 5px;
}



.topheader_icon {
	width: 29px;
	height: 25px;
	background: var(--secondary-color);
	color: #fff;
	margin-right: 10px;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	font-size: 15px;
	border: 0px;
	cursor: pointer;
	padding: 0px;
}


.topheader_icon:focus {
	border: 0px;
	outline: none;
}

.header-right-bar2 ul li.list-inline-item {
	display: inline-block;
	padding: 10px 7px;
	border-radius: 5px;
	margin-bottom: 15px;
	width: 47%;
	font-size: 12px;
	margin: 0px 5px 15px 5px;

}

.top_btn_one {
	background: var(--main-color);
}

.top_btn_two {
	background: #069045;
}

.top_btn_three {
	background: var(--secondary-color);
}


.header-right-bar2 ul li .top_list {
	color: #fff;
}

.header-right-bar2 ul li .dropdown-item {
	color: #111;
	border-bottom: 1px solid #f5f5f5;
	padding: 7px 20px;
	opacity: 1;
	font-size: 16px;
	font-weight: 500;
}

.top-section-popup .close {

	position: absolute;
	top: 4px;
	right: 0;
	background: #111;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	opacity: 1;
	text-align: center;
	padding: 0;


}

.top-section-popup .modal-dialog {
	margin-top: 6.75rem;
}


.btn-com {
    background: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 15px;
}

.btn-com:hover {
	background: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color)
}

.bread-crum-right .breadcrumb .breadcrumb-item.active,
.bread-crum-right .breadcrumb a,
.bread-crum-right .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.innner-content-wrap {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.search-paul-wrap-col .form-control {
	font-size: 14px;
}

.search-paul-wrap-col .form-control {
	border-radius: inherit;
}

.header-right-bar .dropdown-menu {
	border-radius: initial;
	padding: 0;
	font-size: 13px;
	margin-top: 0;
	margin-top: 5px;
}

.header-right-bar .dropdown-menu li a {
	padding: 5px 8px;
}

.header-right-bar .dropdown-menu li:not(:last-child) a,
.main-nav-col .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px dashed rgba(227, 17, 26, 0.24);
}

.main-wrap {
	padding-bottom: 50px;
}

.header-wrap-pg {
	background: var(--secondary-color);
	color: #fff;
	padding: 4px 0px;
	/* position: sticky;
    top: 37px;
    z-index: 9; */
}

.page-head-lt h2 {
	margin: 0px;
}

.header-wrap-pg .page-head-lt h2 {
	margin: 0px;
	font-size: 17px;
	font-weight: 700;
	display: none;
}

.radio-flght label {
	margin-bottom: 0px;
}

.radio-flght label span {
	position: relative;
	cursor: pointer;
	padding-left: 21px;
	font-weight: 500;
	font-size: 12px;
}

.radio-flght label span:before,
.radio-flght label span:after {
	content: '';
	position: absolute;
}

.radio-flght label span:before {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.radio-flght label input[type=radio]:checked~span:after {
	left: 4px;
	width: 7px;
	height: 7px;
	background: var(--main-color);
	top: 4px;
	border-radius: 50%;
}

.radio-flght label input[type=radio]:checked~span:before {
	border-color: var(--main-color);
}

.radio-flght label input[type=radio] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

.form-control {
	border-radius: inherit;
	font-size: 14px;
}

.sch-ic {
	position: relative;
}

.btn-sm {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.4;
}

.search-filter,
.search-by-dts {
	position: relative;
	border: 1px solid rgba(20, 110, 173, 0.22);
	padding: 24px 10px 17px;
	margin-bottom: 20px;
	background: #fff;
	margin-top: 15px;
	display: none;
}
.fare-rule-box {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 6px;
}
.fare_heading{
font-size: 20px;
    font-weight: 600;
color: var(--main-color);
 background: linear-gradient(to right, var(--main-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
margin: 0px;
display: inline-block;
position: relative;
line-height: 25px;
}
 .mt-15{margin-top: 15px;}
.flt_fare_dlt{
	background: #f5f5f5;
	padding: 10px;
	border-radius: 5px;
}

.search-filter>h5,
.search-by-dts>h5 {
	background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
	border-radius: 5px;
	margin: 0;
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	padding: 4px 6px;
	position: absolute;
	top: -10px;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.search-by-dts {
	display: block;
}

.paul-btn-bar {
	border-bottom: 1px dashed #d0d0d0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.fare-dsa-dts .fre-rght {
	float: right;
	font-weight: 400;
}

.tp-lft-flight>h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.flt-shrt-dsa-top {
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

.flt-btn .top_tab li {
	padding: 0px;
	margin: 0px;
}

.search-filter .btn-com {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.4;
}

.hasDatepicker {
	cursor: pointer;
}

.header-right-bar .dropdown:hover .dropdown-menu {
	display: block;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 3px;
}

.search-paul-section .form-group label {
	color: #fff;
	margin-bottom: 0px;
}

.square-box {
	height: 12px;
	width: 15px;
	background-color: #39801d7d;
}

.square-box-2 {
	height: 12px;
	width: 15px;
	background-color: var(--color-3);
}

@media screen and (min-width:991px) {
	.main-nav-col .navbar-nav .dropdown-menu {
		margin: 0;
		border-radius: 0 0 .125rem .125rem;
		padding: 0;
		flex-wrap: wrap;
		width: auto;
		right: auto
	}

	.main-wrap,
	.main-wrapper {
		min-height: 580px;
	}


}

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

table {
	border-collapse: separate;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 100%;
	margin-top: -34px;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}


.main-header-right-sidebar .navbar-nav>li:nth-last-child(-n+3) .dropdown-menu .dropdown_header_main .dropdown-content {

	right: 100%;
	left: auto;
}


.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown_header_main:hover .dropdown-content {
	display: block;
}

.site-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;

}

.header_width {
	min-width: 135px;
}

.icofont_space {
	position: absolute;
	right: 5px;
}

.dropdown-account {
	cursor: pointer;
}

.dis_Srdv_button {
	display: inline-block;
}


/* oneway flight Result page */
.flght-oneWay-airline {
	margin: 0;
	padding-top: 5px;
}

.border-left-none {
	border-right: 1px dashed rgba(227, 17, 26, .13) !important;
}

.flght-oneWay-airline>div>.row {
	margin: 0;
}


.oneway-logo {
	display: flex;
	padding: 0;
	background: transparent;
	align-items: center;
}

.oneway-logo img {
	width: 38px;
}

.flight-name-main {
	line-height: 14px;
	padding: 0px 8px;
}

.flight-name {
	font-size: .92857rem;
	color: #333;
}

.flight-pnr {
	color: #999;
	font-family: "Rubik-Regular";
	font-size: .7rem;
}

.airlines .no-padding-xs {
	padding: 0;
}

.detail-airline {
	border: 0px solid;
}

.oneway-airport-name {
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
}

.airline-time-duration-col-top p {
	margin-bottom: 3px;
}

.airline-name-oneway p {
	margin-bottom: 0;
}

.flying-time {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.total-stop-errow {
	text-align: center;
	line-height: 0px;
	padding: 0vw 5px;
}

.total-stop p {
	background: var(--main-color);
	color: #fff;
	padding: 3px 6px;
}

.total-stop-errow p {
	background: transparent;
}

.airline-time-duration-col-top p {
	margin-bottom: 3px;
}

.Reach-time {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.flying-date {
	font-size: 10px;
	color: #666;
}

.stop-oneway {
	font-size: 10px;
	color: #666;
}

.airlines .no-padding-xs {
	padding: 0;
}

.airline-border {
	border-bottom: solid 1px #e6e6e6;
	padding-top: 0px;
	padding-bottom: 0;
}

.price-airline {
	border: 0 solid;
	display: flex;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	align-items: baseline;
}

.prc-wrap-flt {
	position: relative;
	padding-bottom: 3px;
}

.airline-radio-butt input[type="radio"]:checked {
	border-color: var(--main-color);
	background-color: var(--main-color);
	box-shadow: inset 0 0 0 2px #ffffff;
}

.airline-oneway-prc {
	border: 0 solid;
	display: flex;
	padding: 3px 0px;
	margin: 0px;
	cursor: pointer;
}

.baggage i {
	color: var(--main-color);
	font-size: 20px;
	cursor: pointer;
}

.fare-type-common-button {
	padding: 0px 3px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 12px;
	margin-left: 3px;
}


.flt-fare-rls {
	font-size: 11px;
	font-weight: 500;

}

.flt-fare-rls li {
	position: relative;
	vertical-align: top;
}

.flt-fare-rls li:not(:last-child):after {
	width: 1px;
	height: 9px;
	content: '';
	background: rgba(227, 17, 26, .27);
	right: 0;
	position: absolute;
	top: calc(50% - 7px);
}

.flt-fare-rls .fre-rules a {
	color: var(--main-color);
}

.list-inl-md-blog {
	display: none;
}

.refund {
	color: green;
}

.butt_bag {
	display: flex;
}

.sutcase-bag-main {
	position: relative;
}

.sutcase-bag-main .sutcase-bag {
	visibility: hidden;
	width: 200px;
	background-color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 3px 0;
	position: absolute;
	z-index: 1;
	top: -25px;
	right: 106%;
	box-shadow: 0px 0px 8px -2px var(--secondary-color);
	line-height: 14px;
}

.butt_bag span {
	background: #f9dbdb;
	/* border: 1px solid var(--main-color); */
	padding: 2px;
	margin: 0px 3px;
	border-radius: 5px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	display: block;
}

.baggage {
	font-size: 14px;
	font-weight: bold;
}

.sutcase-bag-main .sutcase-bag {
	visibility: hidden;
	width: 200px;
	background-color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 3px 0;
	position: absolute;
	z-index: 1;
	top: -25px;
	right: 106%;
	box-shadow: 0px 0px 8px -2px var(--secondary-color);
	line-height: 14px;
}

.sutcase-bag-main:hover .sutcase-bag {
	visibility: visible;
}

.sutcase-bag-main .sutcase-bag {
	visibility: hidden;
	width: 200px;
	background-color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 3px 0;
	position: absolute;
	z-index: 9;
	top: -25px;
	right: 106%;
	box-shadow: 0px 0px 8px -2px var(--secondary-color);
	line-height: 14px;
}

.remark_section_res {
	width: 100%;
	margin-top: 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	background: lightyellow;
	padding: 0px 10px;
}

.remark_section_res p i {
	position: absolute;
	left: 12px;
	padding-top: 4px;
}

.remark_section_res p {
	padding-left: 10px;
}

.booking_detail-m {
	padding: 0px 10px 0px;
	text-align: center;
}

.btn-com:hover {
	color: #fff;
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.prc-col-btn-wrap .btn-com {
	height: auto;
}

.booking_button {
	padding: 2px !important;
	background-color: #fff;
	border: 2px solid #f34f4f;
	color: #f34f4f;
	font-size: 14px;
	border-radius: 4px;
	font-weight: bold;
	max-width: 110px;
	width: 100%;
}

.Detail-button {
	font-weight: 500;
	border: 2px solid #3576f6;
	background: #fff;
	padding: 0px 6px !important;
	border-radius: 5px;
	font-size: 12px;
	color: #3576f6;
	margin: 5px 0px 4px;
}

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

.Grand-Total-head th {
	font-size: 12px;
	font-weight: bold;
	color: var(--main-color);
	border-bottom: 1px dashed var(--secondary-color);
	padding-bottom: 3px;
	text-align: center;
}

.airline-radio-butt input[type="radio"] {
	cursor: pointer;
	appearance: none;
	height: 15px;
	border-radius: 50%;
	width: 15px;
	margin: 0;
	min-width: 15px;
	background: #ffffff;
	transition: all 250ms linear;
	border: 2px solid #7b7b7b;
}

.airline-radio-butt input {
	position: relative;
	top: 4px;
	margin: 0px 1px !important;
}

.errow_main {
	margin: 0;
	padding: 0;
}

.errow_button {
	margin: 0px auto;
    cursor: pointer;
    width: 63px;
    /* padding: 3px 4px; */
    /* height: 20px; */
    font-family: arial, sans-serif;
    font-size: 12px;
    color: var(--main-color);
    background: #f3b0b3;
    text-decoration: none;
    border-radius: 5%;
    position: relative;
    top: 4px;
    margin-top: -16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.Tactical-button {
	background: rgb(0, 255, 242);
	padding: 0px 2px;
	border-radius: 4px;
	color: black;
	font-weight: 500;
	border: 1px solid rgb(0, 255, 242);
	font-size: 12px;
	height: 20px;
	margin-left: 10px;
}

.Corporate-button {
	background: green;
	padding: 0px 2px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	border: 1px solid green;
	font-size: 12px;
	height: 20px;
	margin-left: 2px;
}

.Coupon-button {
	background: #fffe54;
	padding: 0px 5px;
	border-radius: 4px;
	color: #333;
	font-weight: 500;
	border: 1px solid #fffe54;
	font-size: 12px;
	height: 20px;
	margin-left: 10px;
}

.border-fare-head {
	padding: 5px 10px;
	background: var(--main-color);
}

.border-fare-head h4 {
	color: #fff;
}

.modal-header h4 {
	font-size: 22px;
	font-weight: 800;
	margin: 0;
}

.Airline_rull_into {
	position: absolute;
	right: -6px;
	top: -6px;
	background: #fff !important;
	opacity: 1 !important;
	border: 2px solid #e3111a !important;
	padding: 2px 3px !important;
	color: #e3111a !important;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	font-weight: bold;
}

.border-fare-head h4 {
	margin: 0 auto;
}

.border-fare-head {
	padding: 5px 10px;
	background: var(--main-color);
}

/* Result page css end*/

/*====================Round Trip=================*/
.row-areline-return {
	cursor: pointer;
}

.no-padding {
	padding: 0;
}

.airline-name-oneway {
	padding-left: 10px;
	padding: 0px;
}

.round-logo img {
	width: 28px;
}

.flight-a-num {
	font-size: 10px;
	line-height: 13px;
}

.airline-name-oneway p {
	margin-bottom: 0;
}

.row-areline-return {
	cursor: pointer;
}

.flght-return-srdv-trvl .airline-time-duration-col-top {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0.5vw;
}

.airline-time-duration-col-top {
	display: flex;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 5px;
	padding-left: 0.5vw;
	justify-content: space-between;

}

.prc-wrap-flt-sec {
	border-bottom: 1px solid #dbdbdb;

}

.segment_name {
	text-align: center;
	padding: 0px;
	line-height: 16px;
}

.oneway-airport-name {
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
}

.segment_name p {
	font-size: 10px;
	color: #666;
}

.flying-time {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.flying-date {
	font-size: 10px;
	color: #666;
}

.total-stop-round p {
	background: transparent;
	text-align: center;
	line-height: 10px;
	padding: 0vw 0.1vw;
}

.airline-time-duration-col-top p {
	margin-bottom: 0px;
}

.bagg_icon_round_1 {
	position: absolute;
	top: 0px;
	right: 0;

}

.total-stop-round,
.airport-name-m,
.airport-name-m {
	padding: 0;
}


.border-result-r {
	border-left: 1px dashed rgba(227, 17, 26, .13) !important;
}

.prc-wrap-flt {
	position: relative;
	padding-bottom: 6px;
}

.prc-wrap-flt-sec {
	padding: 6px 0px;
	position: relative;

}

.errow_button-round {
	margin: 0px auto;
    cursor: pointer;
    width: 63px;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: var(--main-color);
    background: #f3b0b3;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    top: 0;
    text-align: center;
}



.errow_button_show {
	display: none;
}

.fare-rules h1 {
	margin: 0px;
	background: var(--secondary-color);
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

.flt-depart-time ul li {
	padding-right: 0;
	padding-left: 0;
}

/*==================Round Trip page css end====================*/
.dis_block {
	display: block;
}

.flight-details-oneway-col .nav-tabs li a.active {
	border: 0px none;
	background: var(--main-color) !important;
	color: #fff;
}

.flight-details-oneway-col .nav-tabs li.active a,
.flight-details-oneway-col .nav-tabs li.active a:hover {
	background: transparent;
}

.flight-details-oneway-col .nav-tabs a {
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
	border: 0px none;
	border-radius: inherit;
	padding: 7px 12px;
}

.flight-details-oneway-col .tab-content {
	padding: 15px 10px;
	border: 1px solid #f1f1f1;
}

.flight_name-modal {
	border-bottom: 1px solid rgba(227, 17, 26, 0.15);
	border-top: 1px solid rgba(227, 17, 26, 0.15);
	padding: 5px 0px;
}

.text-danger {
	color: #a94442;
}

.dots {
	border-top: 1px solid var(--main-color);
	line-height: 0;
	width: 94%;
	margin-top: 12px;
	position: relative;
	text-align: center;
}

.depart-arr {
	font-size: 10px;
	background: black;
	color: white;
	padding: 1px;
	margin-right: 4px;
}

.dots:before,
.dots:after {
	background-color: var(--main-color);
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 8px;
	position: absolute;
	top: -5px;
	width: 8px;
}

.dots:before,
.dots:after {
	background-color: var(--main-color);
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 8px;
	position: absolute;
	top: -5px;
	width: 8px;
}

.dots:after {
	left: 0;
}

.dots:before {
	right: 0;
}

.plane_horiz {
	transform: rotate(90deg);
	margin-top: -25px;
	color: var(--main-color);
	position: absolute;
	top: 17px;
}

.flight-details-oneway-col ul {
	height: 28px;
}

.api_srdv_sec {
	border-spacing: 0;
	border-collapse: collapse;
}

/* Result oneway page*/


/* ===============update dsa css============= */
.breadcrum-right ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.page {
	padding: 13px 15px 66px;
}

.paul-admin-wrap {
	padding: 10px 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	background-color: #fff;
}

.paul-admin-wrap {
	min-height: 70vh;
}

.data-table-col p {
	margin-bottom: 10px;
}

.button_dsa_search {
	border-radius: 5px;
	padding: 6px 20px;
	width: 100px;
	font-size: 20px;
}

.bor_book {
	border: 1px solid rgb(227 17 26);
}

.data-list-wrap>h5 {
	margin: 0;
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	padding: 4px 6px;
	position: absolute;
	top: -10px;
	background: var(--main-color);
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.data-list-wrap {
	position: relative;
	border: 1px solid rgba(20, 110, 173, 0.22);
	padding: 24px 10px 17px;
	margin-bottom: 20px;
	background: #fff;
	margin-top: 15px;
}

.breadcrum-right ul li:not(:last-child):after {
	content: "/";
	position: relative;
	left: 7px;
}

.header-wrap-pg .breadcrum-right ul li a {
	color: #fff;
}

.breadcrum-right ul li {
	position: relative;
}

/* =============Bus pages============== */


.View_Flight_Booking>h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.booking-details-wrapper h3 {
	background: var(--secondary-color);
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 10px;
	font-size: 1.1rem;
}

.contant-fare {
	padding: 1px;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 26%);
}

.warning {
	background-color: #fcf8e3;
}

.table_booking_det {
	border-collapse: collapse;
}

.table_book_id td,
.table_book_id th {
	padding: 0.5rem;
}

.pagination {
	border-radius: 0;
	display: inline-block;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
	font-weight: 500;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}

.next {
	padding: 0 !important;
}

/* =================== */
.into_srdv_popup_section {
	position: absolute;
}

.into_srdv_popup_section {
	top: -15px;
	font-size: 20px;
	border-radius: 100%;
	right: -18px;
	height: 35px;
	width: 35px;
	z-index: 9;
}

.images_srdvdetail {
	padding: 10px 10px 0;
}

.main_heading_section {
	position: relative;
	background: #2191e0;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.images_srdvdetail img {
	/* height: 190px; */
	width: 100%;
}

.text_detail_section {
	padding: 0 16px;
}

.footer_srdv_close button {
	background: #fff;
	color: #dc3545;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #dc3563;
	padding: 5px 12px;
	border-radius: 20px;
}

.main_heading_high {
	background: #ff4b54;
	border-radius: 5px 5px 0 0;
}

.animate-srdv-popup {
	animation: animate-srdv-popup .8s ease-out infinite;
	animation-duration: .5s;
}

.text_detail_text h3 {
	font-size: 16px;
	text-align: justify;
}

@keyframes animate-srdv-popup {

	0% {
		transform: scale(1, 1);
		background-color: #e3111a;
		border-radius: 5px 5px 0 0;
	}

	50% {
		transform: scale(1.0, 1.0);
		background-color: #146ead;
		border-radius: 5px 5px 0 0;
	}

	100% {
		transform: scale(1, 1);
		background-color: #e3111a;
		border-radius: 5px 5px 0 0;

	}
}

.animate-srdv-text {
	animation: text_detail_text .7s ease-out infinite;
	color: #fff;
	font-size: 18px;
	padding: 7px 0;
}

.text__srdv_sec h3 {
	font-size: 16px;
	padding-top: 6px;
}

.custom-font {
	font-size: 20px;
	padding: 5px;
}

.main_popup_page {
	border-radius: 10px;
	padding: 20px 20px 10px;
}

.text__srdv_sec p {
	margin-bottom: 8px;
	margin-top: 6px;
	text-align: justify;
}

@keyframes text_detail_text {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

.footer_srdv_close {
	padding: 0;
	text-align: right;
}

.main_srdv_detail {
	box-shadow: 0px 0px 6px 2px #d5d5d5;
	position: relative;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	border-radius: 10px;
}

.text_detail_section h3 p {
	padding: 4px 0 0;
	margin-bottom: 0;
}

.main_heading_high::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20px;
	margin-left: 0;
	border-width: 7px;
	border-style: solid;
	border-color: #c41f30 transparent transparent transparent;
}

.arrow_icon_sec::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20px;
	margin-left: 0;
	border-width: 7px;
	border-style: solid;
	border-color: #2191e0 transparent transparent transparent;
}


.search-paul-section .form-control {
	border-radius: 5px;
	font-size: 14px;

	border: 0px;
}

.back_image_part {
	background: url('../../assets/images/back-image.jpg');
	position: relative;
	background-size: cover;
}


.back_image_part .inner-temp-page {
	padding: 10px 10px 20px;
	box-shadow: 2px 9px 14px #807c7c;
	position: relative;
	background-color: #363535b8;
	border-radius: 10px;
	margin-top: 60px;
}

.button-background-move {
	text-align: center;
	display: inline-block;
	padding: 9px 16px;
	cursor: pointer;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;

	border: 0px;
	background: var(--main-color);
	color: #fff;
}

.button-background-move:before {
	content: "";
	position: absolute;
	height: 150px;
	width: 50px;
	background: #fff;
	left: -55px;
	top: -40px;
	transform: rotate(37deg);
	transition: all .3s;
	opacity: 0.3;
}

.button-background-move:hover:before {
	left: 95%;
}


.bp_more_pax_button {
	float: right;
}


.source-overflow {
	cursor: pointer;
	white-space: nowrap;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.source-overflow2 {
	cursor: pointer;
	white-space: nowrap;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Oberror {
	cursor: pointer;
	white-space: nowrap;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	background: yellow;
	padding: 0px 2px;
	color: #111;
}

i.red {
	font-size: 12px;
	font-weight: 500;
}

.red {
	color: #eb0218;
}

.contentW {
	cursor: pointer;
	white-space: nowrap;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.search-section-area {

	background: #1111117d;
}


.pnr_btn {
	color: #000;
	background: #ffa400;
	border-radius: 5px;
	padding: 2px 2px;
	line-height: 15px;
}

.table_wraplist tbody tr {
	transition: 0.5s;
	;
}

.table_wraplist tbody tr:hover {
	background-color: #e6e3e3 !important;
	color: #111 !important;
}

.table_wraplist tbody tr:hover .pnr_btn {
	color: #111;
}

.table_section tbody tr td,
.table_section tbody tr th {
	padding: 10px;
	border: 0;
	background: #e4e4e4;
	border-radius: 3px;
}

.custom-form-payment label {
	margin-bottom: 0px;
}

.custom-form-payment .form-control {

	border-radius: 5px;
}

/*-------tabble th fixed---*/

.tableContainer {
	width: 100%;
	/* overflow: auto; */
}

.tableContainer table {
	width: 100%;
	border: 0px;
	border-collapse: collapse !important;
}


.tableContainer table th {
	position: sticky;
	top: 0px;
	background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
	color: #fff;
	border: 0px;
	border-radius: 1px;
	z-index: 1;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	outline-style: auto;
	font-size: 14px;
}

.tableContainer tr {
	border-collapse: collapse;
	border: 0px solid #f5f5f5;
}

.tableContainer td {
	border-collapse: collapse;
	border: 1px solid #c1c1c1;
	vertical-align: middle;
	font-size: 13px;
	padding: 2px;

}

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

.tableContainer table tr:nth-child(odd) {
	background-color: #fff;
}


/*-------tabble th fixed end---*/

.main-content-section.main-wrap {
	padding-top: 0px;

}

.main-content-section .inner-temp-page {
	padding: 0px;
}

.filter_btn .btn {
	border: 0px;
	background: var(--main-color);
	border-radius: 5px;
	padding: 5px;
	line-height: 12px;
	font-size: 12px;
}

.main-content-section .page {
	padding: 0px;
}

.main-content-section .paul-admin-wrap {
	box-shadow: none;
	padding: 0px;
}



.pagination>li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.social-media-ico .list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.profile_left {
	margin-left: 50px;
}

.profile_left h5 {
	font-weight: 900;
	text-transform: uppercase;
	margin: 20px 0px 10px;
}

.profile_detail {
	box-shadow: 1px 2px 5px 2px #9e9c9c;
	position: relative;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #fff;
	border-radius: 20px;
}

.profile_detail:before {
	content: '';
	position: absolute;
	left: -50px;
	top: -50px;
	width: 50%;
	height: 100%;
	background: rgb(202 245 250 / 72%);
	z-index: -1;
	border-radius: 20px;
}

.profile_detail li {
	color: var(--color-3);
	line-height: 20px;
	/* margin-bottom: 15px; */
	border-bottom: 1px dashed #f8c9c9;
	padding: 10px 5px;
	font-size: 15px;
}

.profile_detail ul {
	border: 1px dashed #f8c9c9;
}

.border-r {
	border-right: 1px dashed #f8c9c9;

}

.profile_detail li strong {
	line-height: 20px;
	margin: 20px 0px;
	font-weight: 400;
	font-size: 14px;
	padding: 0px 2px;
	color: #fff;
	border-radius: 5px;
	background: var(--color-3);
}


.profile_detail li span {
	margin-left: 3px;
}

.logo_part img {
	width: 195px;

}

.profile_right {

	width: 200px;
	height: 200px;
	margin-top: 10px;
	position: relative;


}

.profile_right:before {
	content: '';
	position: absolute;
	right: -4px;
	top: -4px;
	width: 100%;
	height: 100%;
	background: rgb(242 68 6);
	z-index: -1;
	border-radius: 20px;
	border-radius: 10%;

}

.profile_right img {
	width: 100%;
	height: 100%;
	border-radius: 10%;
}

.compnay_logo {
	margin-top: 20px;
	width: 200px;
}

.logo_up {
	display: flex;
	margin-bottom: 10px;
}

.button-logo {
	text-align: center;
	display: inline-block;
	/* padding: 10px 7px; */
	cursor: pointer;
	/* letter-spacing: 2px; */
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 0px;
	background: var(--main-color);
	color: #fff;
	line-height: 15px;
	font-size: 15px;
}

.flght-result-oneway {
	background: #efefef;
}

.book_btn {
	border-radius: 5px;
	border: 2px solid var(--main-color);
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	color: var(--main-color);
	padding: 0px 6px
}

.book_btn a {
	color: var(--main-color);

}

.detail-airline {
	justify-content: space-between;
}

.flght-shrt-descr {
	background: #fff;
	padding: 0px;
	position: relative;
}

.flght-shrt-descr:before {
	background: #efefef;
	content: '';
	width: 100%;
	height: 103px;
	top: -25px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.title-bar_round {
	position: relative;
}

.title-bar_round:before {
	background: #efefef;
	content: '';
	width: 100%;
	height: 80px;
	top: -37px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.best_flight_content {
	display: flex;
}

.best_flight_content p {
	position: absolute;
	white-space: nowrap;
	animation: move 5s infinite alternate ease-in-out;
	margin: 0px;
}

@keyframes move {

	0%,
	25% {
		transform: translateX(0%);
		left: 0%;
	}

	75%,
	100% {
		transform: translateX(-100%);
		left: 100%;
	}
}


.b_id h1 {
	font-size: 19px;
	color: #000;
	font-weight: 800;
	display: block;
	margin: 0px;
}

.book_dt {
margin: 0px;
	font-size: 11px;
	color: #555;
}

.book_dt span {
	font-size: 16px;
	color: #000;
	font-weight: 800;
	display: block;
}


.contant-fare .table {
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 0px;
}

.side_part_booking {
	position: sticky;
	top: 57px;

}

.duration_wr p {
	margin: 0px;
	line-height: 15px;
}

.duration_wr img {
	width: 75px;
}

.re_f {
	border-radius: 20px;
	border: 2px solid var(--main-color);
	display: inline-block;
	font-size: 11px;
	padding: 4px 15px;
	line-height: 15px;
	font-weight: 600;
	margin-top: 3px;
	letter-spacing: 1px;
}


.bag_datail .baggag_dtl {
	color: #111;
	margin-right: 10px;
	border-radius: 4px;
	padding: 5px;
	font-size: 13px;
	line-height: 15px;
	border: 1px solid #b5b1b1;

}

.succ_ms {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 900;
}


.fl_book_table {
	margin-bottom: 0px;
	border-collapse: separate;
}

.contant-fare table tbody tr td:nth-child(2n+1) {

	background: #f7f1d3;

}

.flight_dtl_wrap {
	border-bottom: 1px solid #d3cbcb;
	padding: 10px 0px;
	box-shadow: 0 0 5px rgb(0 0 0 / 26%);
	border-radius: 5px;
}

.flight_dtl_wrap:not(:last-child) {
	margin-bottom: 20px;
}


.cur {
	cursor: pointer;
}

.fare_bold {
	font-weight: 800 !important;
	color: #000;
}

h5.bg-trans {
	background-image: none;
	border-radius: 5px;
}

.fl_book_table tr th {
	border: 1px solid var(--color-6);;
	background: var(--color-5);
	color: #111;
	font-size: 13px;
	padding: 2px;
	border-radius: 5px;
}

.sidebar-flight .bg_color,
.side_bar_all .bg_color {
	color: #000;
	font-weight: 600;
	padding: 4px 10px;
	border: 1px solid var(--color-6);
	background: var(--color-5);
	border-radius: 5px;
	font-size: 17px;
margin: 0px;
}

.book_dtl_page {
	padding: 4px 10px;
}

.book_dtl_page .search-by-dts,
.book_dtl_page .data-list-wrap {
	padding: 17px 10px 8px;

}

.dsa_top_dropdown .dropdown-menu {
	padding: 0px 5px;
	font-size: 13px;
	min-width: 7rem;
}

.dsa_top_dropdown .dropdown-menu .dropdown-item {
	padding: 5px 0px;
	border-bottom: 1px solid #d8d6d6;
	font-weight: 500;
}

.flt-btn .btn-sm {
	font-weight: 600;
	color: #114fa0;
	background-color: #cae8fb;
	font-size: 11px;
	margin-top: 2px;
	line-height: 12px;
}

.flt-btn .btn:focus {
	box-shadow: none;
}

.flt-btn .list-inline-item:not(:last-child):before {
	display: none;
}

.f_class {
	text-align: center;
	background: #fb98a263;
	/* color: #fff; */
	font-weight: 700;
	letter-spacing: 1px;
	border: 1px solid #dc3545;
	border-radius: 5px;
	display: inline-block;
	padding: 0px 5px;
	cursor: pointer;
}

.view_btn {
	position: absolute;
	top: -10px;
	padding: 5px;
	line-height: 10px;
	right: 11px;
	font-size: 12px;
}

.modify-btn i {
	display: none;
}

.flght-depart small {
	color: #fff;

}

.custom-file-label::after {
	content: "\f00e";
	font: normal normal normal 14px/1 FontAwesome;
	padding: 10px 5px;
}

.s_v {
	height: 30px;
	width: 30px;
}

.ho_fare-type-section {
	display: flex;
	align-items: center;
	margin: 10px 0px;
	flex-wrap: wrap;
}

.ho_makeFlex {
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

.ho_fare_class {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ho_fare_class li {
	list-style: none;
	font-size: 12px;
	display: flex;
	line-height: 11px;
	/* width: 94px; */
	background: #0c0c0c6e;
	border-radius: 5px;
	margin-right: 5px;
	border: 1px solid #cdc8c8;
}

.ho_fare_class li label {
	font-size: 11px;
	margin: 0px;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 5px 3px;
	cursor: pointer;
	color: #fff;
}

.ho_fare_class li label input[type=radio] {
	min-width: 20px;
	margin-top: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.inner_page_table tr th {
	background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
	text-align: center;
	border-radius: 5px;
}

.bus_id {
	background: #f5cbcb;
	font-weight: 800;
	display: inline-block;
	padding: 0px 4px;
	border-radius: 5px;
	border: 1px solid #ed6c6c;
}

.pick img,
.drop img {
	width: 55px;
}

.base_bk {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #e5e1e1;
}

.hotel_dtl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hotel_dtl h1 {
	color: var(--main-color);
	font-size: 25px;
	margin: 0px;
	line-height: 25px;
	font-weight: 800;
}

.hotel_dtl p {
	margin-bottom: 5px;
}

.hotel_add {
	font-size: 13px;
	padding-left: 10px;
	background: #e7e3e3;
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
margin: 0px;
}

.city_name {
	background-color: var(--secondary-color);
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	padding: 0px 5px;
	border-radius: 14px;
}

.small_text {
	font-size: 12px;
}

.small_text b {
	padding-left: 5px;
}

.flght-depart-in {
	position: relative;
	padding-left: 20px;
}

.flght-depart-in i {
	position: absolute;
	left: 0;
	top: 4px;
}

.rtn-pax-dom li {
	display: inline-block;
	font-size: 11px;
}

.rtn-pax-dom {
	padding: 0px;
	margin: 0px;
}

.errow_main-round {
	margin-bottom: -14px;
	position: relative;
	top: -7px;
	padding: 0;
}

.flt-fare-sec li span {
	color: #fb8f05;
}

.fliter_over::-webkit-scrollbar {
	width: 4px;
}

.fliter_over::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 100px;
}

.fliter_over::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-image: linear-gradient(180deg, #e61616 0%, #1242c5 99%);
	box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

#footer_fix_price_details {
	padding: 4px 0px;
	height: 50px;
	position: fixed;
	bottom: 0;
	background: var(--secondary-color);
	color: white;
	z-index: 99;
	width: 100%;
	left: 0;
}

.dom-slect-airline p {
	font-size: 11px;
}

.dom-selec-time-duration ul li {
	font-size: 11px;
	line-height: 12px;
}

.dom-flt-prc-select {
	font-size: 16px;
	font-weight: 600;
}

.dom-slect-airline img {
	width: 40px;
}

.prc-selec-srdv-dom {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prc-selec-srdv-dom h3 {

	font-size: 20px;
	font-weight: 800;
}

.session-expire {
	position: fixed;
	bottom: 50px;
	left: 5px;
	background: var(--main-color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px 3px 0px 0px;
	/* border: 1px solid rgba(60, 112, 181, 0.23); */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
	z-index: 99;
}

.session-expire ul {
	background: url(../images/time-icon.webp) no-repeat;
	padding: 4px 0px 0px 40px;
	background-size: 35px;
	background-position: 0px 4px;
	margin: 0px;
	min-height: 41px;
}

.session-expire ul li {
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.session-expire ul li span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
}

.title-bar_round h5 {
	font-size: 10px;
}
#tabround {
	margin-bottom: 10px;
}

.btn-round-book {

	padding: 5px 8px;
	font-size: 15px;
	line-height: 15px;
	background: var(--main-color);
	color: #fff;
}
.main-content-section .table-responsive {
	overflow-x: inherit;
}
.modify-form .form-control {
	border-radius: 5px;
}
.modify-form .sch-ic i {
	top: 40px;
}

.remove_btn {
	display: inherit;

}
.travel-img {
	height: 396px;
	width: 100%;
}

.blinkElement {
	-webkit-animation: fadeInFromNone 2s infinite;
	-moz-animation: fadeInFromNone 2s infinite;
	-o-animation: fadeInFromNone 2s infinite;
	animation: fadeInFromNone 2s infinite;
	background: crimson;
	padding: 0px 7px;
	color: white;
}

@keyframes fadeInFromNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}




.modal-header .close {
	position: absolute;
    top: -16%;
    right: -10px;
    background: var(--main-color);
    opacity: 1;
    border-radius: 100%;
    font-size: 20px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.modal-header .close:hover{
	opacity: 1;
}

.tabl{
	border-collapse: collapse;
}

.tabl tr th{
	background: #e4e4e4;
}
.qr_selection {
  
    box-shadow: 2px 2px 11px 0px rgb(0 0 0 / 34%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.qr-name {
    text-align: center;
    background: #e9e9e9;
    padding: 2px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
}