:root {
	--primary-color: #0063a5;
	--secondary-color: #005da0;
	--white-color: #ffffff;
	--black-color: #000000;
	--lightGray-color: #cccccc;
	--darkGray-color: #262f36;
	--yellow-color: #ffc284;

}

a:focus-visible {
	outline: 3px solid transparent;
}

body.qgocbt_bgPatern {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular';
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}

.qgocbt_bgPatern {
	background: url(../images/qgo_patern_bg.jpg);
	background-position: center;
	background-size: contain;
	width: 100%;

}

/*login start here*/
.Login_Sec2:after,
.Login_Sec2:before {
	content: '';
	left: -20px;
	width: 282px;
	height: 100px;
	background: url(../images/shadow_top_left.png) bottom no-repeat;
}

.LoginHeadText,
.Login_Sec1 h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}

.login_logo {
	text-align: center;
	padding-top: 50px;
}

.login_logo img {
	width: 170px;
	height: 80px;
}

.Login_Outer {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}

.Login_Box {
	width: 100%;
	background: #fff;
	border-radius: 25px;
	min-height: 420px;
	display: flex;
}

.Login_Sec1 {
	width: 75px;
	position: relative;
}

.Login_Sec1 h2 {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	line-height: 20px;
	cursor: pointer;
}

.Login_Sec1 p {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular' !important;
	font-size: 14px;
	color: #000;
}

.LoginHeadText,
a.LoginBtn {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
}

.Login_Sec2 {
	width: 242px;
	background: #d0e6ec;
	position: relative;
}

.Login_Sec2:before {
	position: absolute;
	top: -100px;
}

.Login_Sec2:after {
	position: absolute;
	bottom: -100px;
	transform: rotate(180deg);
}

.LoginFlip {
	transform: rotate(-90deg);
	width: 100%;
	white-space: nowrap;
	position: absolute;
	top: 45%;
	-ms-transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.LoginHead {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.LoginHeadIcon {
	width: 105px;
	height: 105px;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.LoginIcon_hm {
	width: 55px;
	height: 55px;
	background: url(../images/login_icon_hm.svg) center/contain no-repeat;
}

.LoginHeadText {
	line-height: 36px;
}

.Login_Sec3 {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.Login_Sec_Form {
	width: 100%;
	padding: 20px 0 35px 35px;
}

.Login_Sec_Form ul.nav.nav-tabs.nav-fill {
	margin-bottom: 30px;
	gap: 15px;
}

.Login_Sec_Form .nav-tabs .nav-item.show .nav-link,
.Login_Sec_Form .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #6fbfe3;
	border-color: #6fbfe3 #6fbfe3 #6fbfe3;
}

.Login_Sec_Form .nav-tabs .nav-link {
	background: #d0e6ec78;
}

.Login_Sec_Form li.nav-item {
	flex: none;
}

.Login_Sec_Form .form-group {
	margin-bottom: 18px;
}

.Login_Sec_Form label {
	font-size: 15px;
	color: #000;
	line-height: 18px;
	margin-bottom: 5px;
}

.Login_Sec_Form input {
	width: 100%;
	font-size: 14px;
	color: #000;
	height: 47px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}

.Login_Sec_Form select {
	width: 100%;
	font-size: 14px;
	color: #000;
	height: 47px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 15px;
}

.loginArw::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 30px;
	width: 10px;
	height: 6px;
	background: url(../images/carMore_DownArrow.svg);
	background-size: contain;
}

a.LoginBtn {
	background: #0f5ea2;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	text-align: center;
}

.Login_Sec4 {
	width: 195px;
	padding: 30px;
	position: relative;
}

.Login_Image {
	width: 439px;
	height: 383px;
	background: url(../images/login_img.png) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -80px;
}

/*login end here*/

/*register start here*/
.Register_Box {
	flex-direction: row-reverse;
}

.Register_Sec_Form {
	padding: 20px;
}

.Register_Sec3 {
	width: 67%;
	position: relative;
}

.UserIcon_hm {
	width: 55px;
	height: 55px;
	background: url(../images/user_icon_hm.svg) center / contain no-repeat;
}

.Register_Form_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.Register_Form_box .form-group {
	width: 48%;
}

.Register_Form_box .form-group label span {
	color: red;
	padding: 0 4px;
}

.Rgst_font12 {
	font-size: 12px;
	color: #000 !important;
}

.Register_Sec3:after {
	position: absolute;
	content: '';
	width: 362px;
	height: 418px;
	background: url(../images/register_img.png) no-repeat;
	position: absolute;
	left: -345px;
	bottom: -50px;
	background-size: contain;
}

/*register end here*/

.cbt_contentArea {
	padding-top: 80px;
	padding-bottom: 30px;
}

.cbt_faq_banner {
	width: 100%;
	height: 296px;
	background: url(../images/faq_banner.png) no-repeat;
	border-radius: 150px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	margin: 50px 0;
	background-size: cover;
}

.cbt_faq_banner h2 {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 40px;
	color: #fff;
}

.cbt_faq_collaps .collapsible-link {
	width: 100%;
	position: relative;
	text-align: left;
	padding: 20px 20px;
	text-transform: capitalize !important;
	text-decoration: none;
	color: #000000;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-weight: normal;
	font-size: 15px;
}

.cbt_faq_collaps .collapsible-link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	font-size: 1.1rem;
	background: url(../images/cbt_down_arrow.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}

.cbt_faq_collaps .collapsible-link[aria-expanded="true"]::before {
	content: "";
	background: url(../images/cbt_down_arrow.svg) no-repeat;
	background-size: contain;
	rotate: 180deg;
	top: 15%;
}

.cbt_faq_collaps .card {
	margin: 15px 0;
	margin-bottom: 25px;
	border-radius: 20px;
	border: none;
	box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 12%);
}

.cbt_faq_collaps .card-header {
	border-radius: 20px;
	padding: 0;
}

.cbt_faq_collaps .card .card-body p {
	font-size: 14px;
	line-height: 22px;
}

.Footer {
	background: #0063a6;
	padding: 15px 0;
	padding-top: 0;
	margin-top: 80px;
}

.cbt_footer_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.cbt_footer_logo {
	background: url(../images/logo_white.svg) no-repeat;
	width: 98px;
	height: 40px;
	background-size: contain;
	display: inline-block;
}

.cbt_footer_content p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}

/* Header Styling */
.cbt_header {
	width: 100%;
	height: var(--header-height);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 8%);
}

.cbt_header_sub {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.cbt_header .cbt_nav {
	display: flex;
	align-items: center;
}

.cbt_header .cbt_nav-link {
	font-weight: normal;
	border: solid #ccc 1px;
	padding: 7px 20px 10px;
	border-radius: 20px;
	font-size: 14px;
}

.cbt_header.scrolled {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	box-shadow: var(--box-shadow);
}

.cbt_logo {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: transform 0.3s ease;
	background: url(../images/logo.svg) no-repeat;
	width: 128px;
	height: 60px;
	background-size: contain;
}

.cbt_logo:hover {
	transform: scale(1.05);
}

/* Navigation Menu */
.cbt_nav-list {
	list-style: none;
	display: flex;
	gap: 10px;
}

.cbt_nav-link {
	font-size: 1rem;
	font-weight: 600;
	color: #005da0;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}

.cbt_nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary-color);
	transition: width 0.3s ease;
}

.cbt_nav-link:hover::after {
	width: 100%;
}

.cbt_SignBtn {
	background: #0f5ea2;
	color: #fff;
	border: solid #0f5ea2 1px !important;
}

/* Hamburger Menu for Mobile */
.cbt_nav-toggle {
	display: none;
	/* Hide on desktop */
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	position: relative;
}

.cbt_hamburger {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #0564a6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.cbt_hamburger::before,
.cbt_hamburger::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0564a6;
	transition: transform 0.3s ease, top 0.3s ease;
}

.cbt_hamburger::before {
	top: -8px;
}

.cbt_hamburger::after {
	top: 8px;
}

.cbt_nav-toggle.open .cbt_hamburger {
	background-color: transparent;
}

.cbt_nav-toggle.open .cbt_hamburger::before {
	top: 0;
	transform: rotate(45deg);
}

.cbt_nav-toggle.open .cbt_hamburger::after {
	top: 0;
	transform: rotate(-45deg);
}

/** Variables **/


.screen.left .button:hover {
	background-color: rgba(94, 226, 247, 0.7);
	border-color: rgba(94, 226, 247, 0.7);
}

.screen.right .button:hover {
	background-color: rgba(255, 140, 219, 0.7);
	border-color: rgba(255, 140, 219, 0.7);
}

.cbt_land {
	position: relative;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	border-radius: 80px;
	padding: 20px;
	overflow: hidden;
}

.cbt_land_inner {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 80px;
	overflow: hidden;
	background: #b7948e;
}

.cbt_land .screen {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.screen.left {
	left: 0;
	background: url(../images/right_bg.jpg) right center no-repeat;
	background-size: auto;
}

.screen.left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background: rgba(136, 226, 247, 0.7);*/
}

.screen.right {
	right: 0;
	background: url(../images/left_bg.jpg) left center no-repeat;
	background-size: auto;
}

.screen.right:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/*background: rgba(227, 140, 219, 0.8);*/
}

.screen.left,
.screen.right,
.screen.left:before,
.screen.left:before {
	transition: 1000ms all ease-in-out;
}

.hover-left .left {
	width: 75%;
}

.hover-left .right {
	width: 25%;
}

.hover-left .right:before {
	z-index: 2;
}

.hover-right .right {
	width: 75%;
}

.hover-right .left {
	width: 25%;
}

.hover-right .left:before {
	z-index: 2;
}

.personal_search {
	width: 811px;
	height: 268px;
	position: absolute;
	right: -677px;
	/*right: 0px;*/
	top: 50%;
	margin-top: -134px;
	display: flex;
}

.hover-left .personal_search {
	right: 0px;
}

.personal_search_lft {
	background: url(../images/personal_search_lft_bg.png);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 134px;
	height: 268px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.personal_search_lft h1 {
	font-family: 'BebasNeueRegular', 'DroidKufiRegular';
	font-size: 24px;
	color: #0063a5;
	text-align: right;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.personal_booking_icon_flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	padding: 0 20px;
	gap: 10px;
}

.personal_booking_icon {
	width: 61px;
	height: 61px;
	background: url(../images/personal_booking_icon.png) no-repeat;
	background-size: contain;
}

.personal_search_lft_content {
	width: 677px;
	height: 268px;
	border: solid #fff 1px;
	padding: 9px;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.personal_search_lft_content_box {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.personal_search_lft_content_box h2 {
	padding-bottom: 10px;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 20px;
	color: #0063a5;
	line-height: 24px;
	text-transform: uppercase;
}

.personal_search_lft_content_box p {
	font-size: 13px;
	color: #000000;
	line-height: 22px;
}

.landing_logo_area {
	display: block;
	position: absolute;
	z-index: 1;
	width: 268px;
	height: 141px;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0px auto;
	text-align: center;
	background: url(../images/cbt_landing_logo_bg.png) no-repeat top center;
	background-size: contain;
}

.cbt_land_logo_cl {
	width: 200px;
	height: 95px;
	margin: 0 auto;
	position: relative;
}

.cbt_land_logo_cl img {
	height: 80px;
}

.powerd_qgoLogo {
	display: none !important;
	width: 116px;
	height: 25px;
	background: url(../images/powered_gqo.png) no-repeat;
	display: inline-flex;
	background-size: contain;
	right: 10px;
	position: absolute;
	bottom: -18px;
}

.landing_footer {
	position: absolute;
	width: 50%;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(10px);
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}

.landing_footer h2 {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 28px;
	color: #fff;
}

.landing_footer p {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}

.corporate_search {
	display: flex;
	width: 811px;
	height: 268px;
	position: absolute;
	left: -677px;
	/*left: 0px;*/
	top: 50%;
	margin-top: -134px;
}

.hover-right .corporate_search {
	left: 0px;
}

.corporate_search_lft {
	background: url(../images/corporate_search_lft_bg.png);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 134px;
	height: 268px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	right: 0;
}

.corporate_search_lft h1 {
	font-family: 'BebasNeueRegular', 'DroidKufiRegular';
	font-size: 24px;
	color: #0063a5;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.corporate_booking_icon_flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 20px;
	gap: 10px;
}

.corporate_booking_icon {
	width: 61px;
	height: 61px;
	background: url(../images/corporate_booking_icon.png) no-repeat;
	background-size: contain;
}

.corporate_search_lft_content {
	width: 677px;
	height: 268px;
	border: solid #fff 1px;
	padding: 9px;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.corporate_search_lft_content_box {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: right;
}

.corporate_search_lft_content_box h2 {
	padding-bottom: 10px;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 20px;
	color: #0063a5;
	line-height: 24px;
	text-transform: uppercase;
}

.corporate_search_lft_content_box p {
	font-size: 13px;
	color: #000000;
	line-height: 22px;
}

.anim {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}


.cbt_landing_slide {
	padding-top: 40px;
	min-height: 400px;
}

.cbt_slide_main {
	display: flex;
	column-gap: 20px;
}

.cbt_slide_lft {
	width: 50%;
	padding-top: 60px;
}

.cbt_slide_rht {
	width: 50%;
	position: relative;
}

.cbt_landing_slide h2 {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 60px;
	line-height: 70px;
	color: #0564a6;
	padding-bottom: 24px;
}

.cbt_landing_slide p {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular' !important;
	font-size: 15px;
	line-height: 24px;
	color: #000;
}

.cbt_Slide_SignBtn {
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 14px;
	background: #0f5ea2;
	color: #fff;
	border: solid #0f5ea2 1px !important;
	display: inline-flex;
	margin-top: 20px;
	gap: 5px;
}

a.cbt_Slide_SignBtn {
	color: #fff;
}

.cbt_slide_loginIcon {
	width: 20px;
	height: 20px;
	background: url(../images/cbt_login_icon.svg) no-repeat;
	display: inline-block;
	background-size: contain;
}


.cbt_slide_rht_mask {
	width: 767px;
	height: 833px;
	mask-image: url(../images/cbt_slide_mask.png);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-size: 100%;
	background: url(../images/cbt_slide_mask.png) no-repeat;
	-webkit-mask-image: url(../images/cbt_slide_mask.png);
	-moz-mask-image: url(../images/cbt_slide_mask.png);
}

.cbt_slide_rht_mask img {
	max-width: 100%;
}

/* mozilla start */
@-moz-document url-prefix() {
	.cbt_slide_rht_mask {
		mask-image: none;
		background: none;
	}

	.cbt_slide_rht .slide {
		border-radius: 200px;
		overflow: hidden;
		height: 660px !important;
	}

	.cbt_slide_rht .animated-slider {
		width: 100% !important;
	}

	.cbt_slide_rht_mask {
		width: 100%;
	}
}

/* mozilla end */



.cbt_slide_1_img {
	background: url(../images/cbt_slide_1_img.png) no-repeat;
	width: 550px;
	height: 764px;
	display: inline-block;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: -80px !important;
}

.cbt_slide_rht .animated-slider {
	position: relative;
	width: 120%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.cbt_slide_rht .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

.cbt_slide_rht .slide.active {
	opacity: 1;
	z-index: 1;
}

.cbt_slide_rht .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes nudge {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-20px, 0);
	}


}


.cbt_slide_rht .caption {
	position: absolute;
	bottom: 10px;
	left: 40px;
	font-size: 32px;
	color: white;
	font-weight: bold;
	opacity: 0;
}

/* Animation classes */
.zoom-in {
	animation: zoomIn 1s ease forwards;
}

.slide-left {
	animation: slideLeft 1s ease forwards;
}

.fade-in {
	animation: fadeIn 1s ease forwards;
}

/* Keyframes */
@keyframes zoomIn {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

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




.cbt_landing_Videos {
	display: flex;
	width: 100%;
	column-gap: 40px;
	padding-top: 60px;
	padding-bottom: 60px;

}

.cbt_landing_Videos_lft {
	width: 60%;
}

.cbt_land_videosSec {
	width: 100%;
	height: 380px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.cbt_land_videosSec iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.cbt_landing_Videos_rht {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: center;
}

.cbt_landing_Videos_rht h3 {
	font-size: 24px;
	color: #000000;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-weight: normal;
	padding-bottom: 20px;
}

.cbt_landing_Videos_rht p {
	font-size: 14px;
	color: #000000;


}




.magentaRed_color {
	background-color: #0063a5;
	background: #0063a5;
}

.magentaRed_color .banner {
	width: 100%;
	background: url(../images/cbt_banner_bg.jpg);
	background-size: 100% 100%;

	height: 100%;
	min-height: 750px;
}

/*header style start*/
header.myHeader {
	padding: 20px 0;
}

.main_nav ul li {
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	color: var(--white-color);
}

.main_nav ul li a {
	color: var(--white-color);
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.main_nav ul li a span {
	font-size: 14px;
	letter-spacing: .58px
}

.main_nav ul li a.ar_font {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular';
}

.main_nav ul li a:hover {
	color: var(--white-color);
}

.main_nav ul li a.dropdown-item:after {
	background: none
}

.main_nav ul li:last-child a:after {
	display: none
}

.mob_btn {
	display: none
}

.main_nav a.dropdown-item {
	color: #212529
}

i.currency_img img {
	width: 22px;
	margin-right: 5px;
	height: 17px;
}

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

header.myHeader .row {
	align-items: center;
}

.logo img {
	height: 70px;
}

.currency_show {
	position: absolute;
	top: 40px;
	right: 0;
	width: 350px;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	z-index: 2;
}

.currency_main h3 {
	color: #212529;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 14px;
}

.currency_main ul {
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}

.currency_main ul li {
	width: 47%;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 8px;
	font-size: 13px !important;
	margin-left: 0;
	padding: 7px 10px;
}

.currency_main i.country_flag {
	width: 20px;
}

.menuLinks .country_flag img {
	width: 24px;
	height: 14px;
	margin: 0;
}

.currency_main span.dropCountry {
	width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.currency_main span.dropCountryCode {
	width: 25px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.currency_main li a span {
	color: #212529 !important;
	padding: 0 3px !important;
	font-size: 12px !important;
}

.currency_show ul li {
	border: 1px solid #ccc !important;
}

/*header style end*/

/*my booking style*/
.cbt_Mybookings h2 {
	font-size: 30px;
	color: var(--white-color);
	padding-bottom: 15px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.cbt_Mybookings .nav-tabs {
	border-bottom: 1px solid var(--white-color);
}

.cbt_Mybookings .nav-tabs .nav-item {
	margin-bottom: -1px;
	padding-left: 10px;
}

.cbt_Mybookings .nav-tabs .nav-item.show .nav-link,
.cbt_Mybookings .nav-tabs .nav-link.active {
	color: var(--white-color);
	background-color: var(--secondary-color);
	border-color: var(--white-color) var(--white-color) var(--white-color);
	border-bottom: none;
}

.cbt_Mybookings .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: transparent;
	color: var(--white-color);
}

.cbt_Mybookings .nav-link {
	display: block;
	padding: 10px 25px;
}

.cbt_myBookDtlsMain {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}

.cbt_Mybookings {
	margin-bottom: 50px;
}

.cbtmybookBox {
	background-color: var(--white-color);
	border-radius: 10px;
	width: 30%;
}

.cbtmybookBox:last-child {
	margin-right: 0px;
}

.cbtDepartfl_icon {
	width: 21px;
	background: url(../images/cbt_departflight_icon.svg);
	background-size: contain;
	height: 15px;
	display: inline-block;
	margin-top: 3px;
}

.cbtArrivalfl_icon {
	width: 20px;
	background: url(../images/cbt_arrivalflight_icon.svg);
	background-size: contain;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-top: 3px;
}

.cbt_Mybookings .tab-content {
	margin-top: 30px;
}

.cbtmybookDestHead {
	padding: 20px 20px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--lightGray-color);
}

.cbtbookDestCol {
	width: 50%;
	display: flex;
}

.cbtMybookDestDtls {
	padding-left: 10px;
}

.cbtMybookDestDtls h5 {
	font-size: 16px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	word-break: break-all;
}

.cbtmybookBox p {
	margin-top: 0;
	margin-bottom: 0;
}

.cbtmybookingBtmDtls {
	padding: 15px 20px 15px;
}

.cbtmybookingBtmDtls p {
	padding-bottom: 5px;
	font-size: 15px;
}

.cbtmybookingBtmDtls p span.green {
	color: #00985d;
	font-family: 'OpenSans-Regular', 'DroidKufiRegular';
}

.cbtmybookingBtmDtls p span {
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}

.cbtPolicyException p {
	color: var(--white-color);
	margin-bottom: 0px;
}

/*my booking style end*/

/*banner leftSide style start*/
.cbttravelerColMain {
	width: 40%;
}

.cbt_pasngerDtlsBox01 {
	background: rgb(0 99 165);
	background: linear-gradient(198deg, rgb(7 151 247) 0%, rgb(17 132 209) 29%, rgb(0 99 165) 61%, rgb(0 99 165) 100%);
	border-radius: 10px 10px 100px 10px;
	padding: 20px 25px;
	color: var(--white-color);
	min-height: 240px;
	margin-bottom: 20px;
	width: 90%;
}

.cbt_pasngerDtlsHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 22px;
}

.cbt_pasngerDtlsHead p {
	margin-top: 0;
	margin-bottom: 0;
}

.cbt_pasngerBranch p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular' !important;
}

.cbt_pasngerDtlsHead h3 {
	font-size: 18px;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular' !important;
	margin-bottom: 3px;
}

.cbt_pasngerDtlsHead h5 {
	color: var(--yellow-color);
	font-size: 15px;
	margin-bottom: 0px;
}

.cbt_pasngerBranch {
	text-align: right;
}

.cbt_dtlsRpt {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
}

.cbt_dtlsRpt span {
	width: 50%;
	font-size: 14px;
}

span.cbt_passDtlsFirst {
	width: 35%;
}

span.cbt_passDtlsSecnd {
	width: 65%;
	word-break: break-all;
}

.cbt_pasngerDtlsBox02 {
	background: rgb(240, 244, 246);
	background: linear-gradient(90deg, rgba(240, 244, 246, 1) 0%, rgba(224, 228, 230, 1) 29%, rgba(240, 244, 246, 1) 61%, rgba(224, 228, 230, 1) 100%);
	border-radius: 10px 10px 100px 10px;
	padding: 20px 25px;
	color: var(--darkGray-color);
	min-height: 220px;
	width: 90%;
}

.cbt_pasngerDtlsBox02 h2 {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 18px;
	padding-bottom: 10px;
}

.cbt_PolicyHead {
	background: #ffffff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	padding: 10px 20px;
	border-bottom: 1px solid var(--lightGray-color);
	font-size: 16px;
	line-height: 18px;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular' !important;
}

/*banner leftSide style end*/


/*color theme box style*/
.cbt_colorThemeBox {
	background-color: var(--white-color);
	border-radius: 5px;
	padding: 5px 10px 0px;
	position: fixed;
	right: 10px;
	top: 45%;
	z-index: 1;
}

.cbt_colorThemeIcon {
	width: 20px;
	background: url(../images/colorthemeIcon.svg);
	background-size: contain;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cbt_colorThemeBoxShow {
	position: absolute;
	z-index: 9;
	background-color: var(--white-color);
	padding: 10px 15px 5px;
	border-radius: 5px;
	width: 135px;
	left: -95px;
	top: 0px;
	overflow: visible !important;
	animation: horizontal-animation 1s;
}

@keyframes horizontal-animation {
	from {
		transform: translate3d(70px, 0, 0);
	}
}

i.colorClose {
	position: absolute;
	top: -8px;
	right: -2px;
	width: 18px;
	height: 18px;
	background: url(../images/close_cbt.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.cbt_colorThemeBoxShow span {
	padding-left: 5px;
	font-size: 13px;
}

.colorthemeList ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 12px;
	justify-content: space-between;
}

.colorthemeList ul li {
	margin-bottom: 10px;
	position: relative;
}

.theme_magentaRed {
	background: #8e2157;
	width: 29px;
	height: 29px;
	border-radius: 4px;
}

li.theme_magentaRed.active::before {
	position: absolute;
	background-color: var(--white-color);
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #8e2157;
	border-radius: 4px;
}

li.theme_magentaRed.active::after {
	position: absolute;
	background-color: #8e2157;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 4px;
	z-index: 1;
	top: 4px;
	left: 4px;
}

.theme_bondiBlue {
	background: #0096ac;
	width: 29px;
	height: 29px;
	border-radius: 4px;
}

li.theme_bondiBlue.active::before {
	position: absolute;
	background-color: var(--white-color);
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #0096ac;
	border-radius: 4px;
}

li.theme_bondiBlue.active::after {
	position: absolute;
	background-color: #0096ac;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 4px;
	z-index: 1;
	top: 4px;
	left: 4px;
}

.theme_scienceBlue {
	background: #0068c8;
	width: 29px;
	height: 29px;
	border-radius: 4px;
}

li.theme_scienceBlue.active::before {
	position: absolute;
	background-color: var(--white-color);
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #0068c8;
	border-radius: 4px;
}

li.theme_scienceBlue.active::after {
	position: absolute;
	background-color: #0068c8;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 4px;
	z-index: 1;
	top: 4px;
	left: 4px;
}

.theme_irishGreen {
	background: #109332;
	width: 29px;
	height: 29px;
	border-radius: 4px;
}

li.theme_irishGreen.active::before {
	position: absolute;
	background-color: var(--white-color);
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #109332;
	border-radius: 4px;
}

li.theme_irishGreen.active::after {
	position: absolute;
	background-color: #109332;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 4px;
	z-index: 1;
	top: 4px;
	left: 4px;
}

.theme_white {
	background: #FFF;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #000;
}

li.theme_white.active::before {
	position: absolute;
	background-color: #FFF;
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #000000;
	border-radius: 4px;
	top: -3px;
	left: -3px;
}

li.theme_white.active::after {
	position: absolute;
	background-color: #f1f1f1;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 4px;
	z-index: 1;
	top: 2px;
	left: 2px;
}

.theme_black {
	background: #000;
	width: 29px;
	height: 29px;
	border-radius: 4px;
}

li.theme_black.active::before {
	position: absolute;
	background-color: var(--white-color);
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #000;
	border-radius: 4px;
}

li.theme_black.active::after {
	position: absolute;
	background-color: #000;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 4px;
	z-index: 1;
	top: 4px;
	left: 4px;
}

/*color theme box style end*/

/*search box start*/
.SearchBtn_cbt,
.flight_cp_radio_cbt .flights_rdo input[type=radio]:checked+.flights_rdo-content span {
	color: var(--white-color);
}

.banner_content_main_cbt {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 50px;
	align-items: start;
}

.clearBtn_cbt {
	background: url(../images/close_cbt.svg) no-repeat;
	width: 16px;
	height: 16px;
	top: 35px;
	position: absolute;
	right: 25px;
	cursor: pointer;
	background-size: contain;
}

.search_area_tab_cbt {
	width: 55%;
	min-height: 500px;
	background-color: var(--white-color);
	border-radius: 12px;
}

.search_area_tab_cbt .nav-tabs {
	background-color: var(--primary-color);
	border-bottom: 1px solid #dee2e6;
	padding: 15px 15px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.search_area_tab_cbt .nav-tabs .nav-link {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	color: var(--white-color);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	padding: 12px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.Search_Area_cbt .Frm,
.flight_cp_radio_cbt .flights_rdo .flights_rdo-content,
.flight_search_tab_cbt ul li label {
	font-size: 14px;
	color: var(--darkGray-color);
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}

.search_area_tab_cbt .nav-tabs .nav-link:focus,
.search_area_tab_cbt .nav-tabs .nav-link:hover {
	border: none;
}

.flight_search_tab_cbt input[type=radio]:checked~label,
.flight_search_tab_cbt ul li:hover label,
.search_area_tab_cbt .nav-tabs .nav-link.active {
	color: var(--primary-color);
}

.Flight_Icon_cbt {
	background: url(../images/flight_white_cbt.svg) 0 0/contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.search_area_tab_cbt .nav-tabs .nav-link.active .Flight_Icon_cbt {
	background: url(../images/flight_magenta_cbt.svg) 0 0/contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.Hotel_Icon_cbt {
	background: url(../images/hotel_white_cbt.svg) 0 0/contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.search_area_tab_cbt .nav-tabs .nav-link.active .Hotel_Icon_cbt {
	background: url(../images/hotel_magenta_cbt.svg) 0 0/contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.Transfer_Icon_cbt {
	background: url(../images/transfers_white_cbt.svg) 0 0/contain no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.search_area_tab_cbt .nav-tabs .nav-link.active .Transfer_Icon_cbt {
	background: url(../images/transfers_magenta_cbt.svg) 0 0/contain no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.Activities_Icon_cbt {
	background: url(../images/activity_white_cbt.svg) 0 0/contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.search_area_tab_cbt .nav-tabs .nav-link.active .Activities_Icon_cbt {
	background: url(../images/activity_magenta_cbt.svg) 0 0/contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.Train_Icon_cbt {
	background: url(../images/train_icon_white.svg) 0 0/contain;
	width: 26px;
	height: 20px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.search_area_tab_cbt .nav-tabs .nav-link.active .Train_Icon_cbt {
	background: url(../images/train_icon.svg) 0 0/contain;
	width: 26px;
	height: 20px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.CarRental_Icon_cbt {
	background: url(../images/car_rental_white.svg) 0 0/contain;
	width: 21px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
}

.search_area_tab_cbt .nav-tabs .nav-link.active .CarRental_Icon_cbt {
	background: url(../images/car_rental.svg) 0 0/contain;
	width: 21px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
}

.Corporate_Icon_cbt {
	background: url(../images/corporate_icon_cbt.svg) 0 0/contain;
	width: 14px;
	height: 18px;
	display: inline-block;
}

.flight_cp_radio_cbt .flights_rdo input[type=radio]:checked+.flights_rdo-content .Corporate_Icon_cbt {
	background: url(../images/corporate_icon_white_cbt.svg) 0 0/contain;
	width: 14px;
	height: 18px;
	display: inline-block;
}

.Individual_Icon_cbt {
	background: url(../images/individual_icon_cbt.svg) 0 0/contain;
	width: 15px;
	height: 17px;
	display: inline-block;
}

.flight_cp_radio_cbt .flights_rdo input[type=radio]:checked+.flights_rdo-content .Individual_Icon_cbt {
	background: url(../images/individual_icon_white_cbt.svg) 0 0/contain;
	width: 15px;
	height: 17px;
	display: inline-block;
}

.Family_Icon_cbt {
	background: url(../images/family_icon_cbt.svg) 0 0/contain;
	width: 19px;
	height: 16px;
	display: inline-block;
}

.flight_cp_radio_cbt .flights_rdo input[type=radio]:checked+.flights_rdo-content .Family_Icon_cbt {
	background: url(../images/family_icon_white_cbt.svg) 0 0/contain;
	width: 19px;
	height: 16px;
	display: inline-block;
}

.flights_rdo-details {
	display: flex;
	align-items: center;
	gap: 6px;

}

.search_area_tab_cbt .tab-content {
	padding: 15px 22px 25px;
}

.flight_cp_radio_cbt {
	display: flex;
	gap: 10px;
	background: var(--white-color);
	align-items: center;
	flex-wrap: wrap;
}

.flight_cp_radio_cbt label {
	margin-bottom: 0;
}

.flight_cp_radio_cbt .flights_rdo input[type=radio] {
	position: absolute;
	opacity: 0;
}

.flight_cp_radio_cbt .flights_rdo {
	font-size: 14px;
	cursor: pointer;
	width: auto;
}

.flight_cp_radio_cbt .flights_rdo .flights_rdo-content {
	height: 35px;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	position: relative;
}

.flight_cp_radio_cbt .flights_rdo input[type=radio]:checked+.flights_rdo-content {
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.flight_tabs_cbt {
	padding: 20px 0;
}

.flight_search_tab_cbt ul {
	display: flex;
	gap: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.flight_search_tab_cbt ul li {
	position: relative
}

.flight_search_tab_cbt ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.flight_search_tab_cbt ul li label {
	display: block;
	position: relative;
	padding-left: 25px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: .25s linear;
	display: flex;
	align-items: center;
}

.flight_search_tab_cbt ul li .check {
	display: block;
	position: absolute;
	border: 1px solid var(--lightGray-color);
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 12px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.flight_search_tab_cbt ul li:hover .check {
	border: 5px solid var(--primary-color);
}

.flight_search_tab_cbt ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background .25s linear;
	-webkit-transition: background .25s linear;
}

.flight_search_tab_cbt input[type=radio]:checked~.check {
	border: 1px solid var(--primary-color);
}

.flight_search_tab_cbt input[type=radio]:checked~.check::before {
	background: var(--primary-color);
}

.fl_search_row_cbt {
	width: 100%;
	display: flex;
	position: relative;
}

.fl_search_field1 {
	width: 44%;
	border-bottom: solid var(--lightGray-color) 2px;
	position: relative;
}

.SearchBtn_cbt,
.SrchDate_cbt input {
	border: none;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.fl_search_field1.border-0.serchFldSelect input.form-control {
	padding: 5px 0;
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 10px;
}

.fl_search_field1.border-0.serchFldSelect ul.nationality-dropdown {
	top: 80%;
}

.fl_search_field_center {
	width: 62px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fl_search_field_center:before {
	content: '';
	position: absolute;
	background: var(--lightGray-color);
	width: 2px;
	height: 100%;
	left: 50%;
}

.Search_Area_cbt label {
	margin-bottom: 0;
	padding: 18px 0 18px 10px;
	position: relative;
	width: 100%;
}

.Search_Area_cbt .Frm {
	width: 100%;
	display: block;
	line-height: 20px;
}

.Search_Area_cbt .AirpCity {
	width: 100%;
	display: block;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 35px;
	color: var(--primary-color);
	line-height: 45px;
}

.Search_Area_cbt input,
.SrchDate_cbt .Lbl,
.SrchDate_cbt input {
	width: 100%;
	display: block;
	font-size: 15px;
	color: var(--darkGray-color);
}

.Search_Area_cbt input {
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
	border: none;
	line-height: 26px;
}

.Search_Area_cbt input::placeholder {
	color: var(--darkGray-color);
}

.airport_flight_icon {
	width: 40px;
	height: 40px;
	background: url(../images/airport_flight_cbt.svg) 0 0/contain no-repeat;
	display: inline-block;
	position: relative;
	margin-left: 8px;
}

.SrchDate_cbt .Lbl {
	line-height: 18px;
}

.SrchDate_cbt input {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	line-height: 22px;
	border: none;
	padding: 0px;
}

.Search_BtnSec_cbt {
	justify-content: center;
}

.SearchBtn_cbt {
	width: fit-content;
	padding: 0 90px;
	height: 55px;
	border-radius: 5px;
	background: #005da0;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 20px;
}

.Search_cbt_icon {
	background: url(../images/search_cbt_icon.svg) 0 0/contain no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.PassngerBox_cbt {
	position: absolute;
	width: 295px;
	background: var(--white-color);
	border: solid var(--lightGray-color) 1px;
	border-radius: 10px;
	padding: 15px;
	right: -20px;
	top: 90%;
	z-index: 9;
	box-shadow: 3px 1px 7px #75757552;
}

a.PassngerBox_cbt_close {
	background: url(../images/close_cbt.svg) 0 0/contain !important;
	width: 22px;
	height: 22px;
	top: 5px;
	right: 5px;
	font-size: 0px;
	position: absolute;
}

.Htl_New_Room_repeat_tiitle {
	color: var(--darkGray-color);
	font-size: 15px;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.psgrFiled_cbtOuter {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
	padding: 8px 0;
}

.PsngrCbt_dvd {
	width: 48%
}

.PsngrCbt_Field {
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--darkGray-color);
	position: relative;
	line-height: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	color: var(--darkGray-color);
}

.PsngrCbt_FieldLable {
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
	font-size: 12px;
	color: var(--darkGray-color);
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.PsngrCbt_Field_Btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 8px;
	height: 100%;
}

.PsngrCbt_Field_count {
	font-size: 13px;
}

.PsngrCbt_AppltBtn {
	width: 100%;
	padding: 0 20px;
	height: 42px;
	border: none;
	border-radius: 5px;
	background: var(--primary-color);
	font-size: 14px;
	color: var(--white-color);
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px !important;
	line-height: 14px;
}

.fl_search_field1.htlSearchFld1 {
	width: 98%;
}

.serchFldSelect select.form-control {
	border: none;
	padding: 0px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	line-height: 22px;
	color: #000;
	font-size: 14px;
}

.fl_search_field1.border-0.serchFldSelect label {
	padding-left: 0px;
}

.fl_search_field1.border-0.serchFldSelect span.Lbl {
	padding-left: 10px;
}

.fl_search_field1.border-0.serchFldSelect select.form-control {
	padding-left: 10px;
}

.serchTransTimes select.form-control {
	border: none;
	color: #000;
	font-size: 15px;
}

.transfers_magenta_cbt {
	width: 50px;
	height: 50px;
	background: url(../images/transfers_magenta_cbt.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: relative;
}

.airport_train_icon {
	width: 50px;
	height: 50px;
	background: url(../images/train_icon.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: relative;
	transform: scaleX(-1);
	margin-left: 6px;
}

.carSpeed_icon {
	width: 55px;
	height: 35px;
	background: url(../images/car_speed.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: relative;
	margin-left: -10px;
}

.fl_search_field1.carrentalFld01 {
	width: 100%;
}

.cbtChecksComn input[type="checkbox"],
input[type="radio"] {
	display: none
}

.cbtChecksComn input[type="checkbox"]+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 15px
}

.cbtChecksComn input[type="checkbox"]+label::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 5px;
	left: 0;
	line-height: 18px;
	background-color: #fff
}

.cbtChecksComn input[type="checkbox"]:checked+label::before {
	content: '\ ';
	width: 22px;
	height: 22px;
	position: absolute;
	background: var(--primary-color) url(../images/checktick.svg) no-repeat center;
	background-size: 70%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid var(--primary-color)
}

/*search box end*/

/*login start*/
.login_Box_cbt h1,
.login_Box_cbt h3 {
	font-family: 'DM Serif Display', 'DroidKufiRegular';
	color: var(--darkGray-color);
}

.login_main_cbt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.login_head_cbt {
	width: 100%;
	padding: 25px 0;
}

.login_clumn_outer_cbt {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.login_Box_cbt {
	width: 100%;
}

.login_Box_cbt h1 {
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 30px;
}

.login_Box_cbt h3 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 20px;
}

.login_field_01_cbt label,
a.login_forgot_cbt {
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}

.login_field_01_cbt {
	width: 100%;
	padding-bottom: 15px;
}

.login_field_01_cbt label {
	width: 100%;
	font-size: 15px;
	line-height: 16px;
	color: var(--darkGray-color);
	margin-bottom: 8px;
}

a.login_forgot_cbt,
a.login_sso_cbt {
	color: var(--primary-color) !important;
}

.login_field_01_cbt input {
	width: 100%;
	height: 45px;
	padding: 10px;
	border-radius: 8px;
	border: solid var(--lightGray-color) 1px;
}

.login_field_03_cbt {
	width: 100%;
	padding-top: 10px;
}

a.login_forgot_cbt {
	font-size: 14px
}

.loginBtn_cbt,
a.login_sso_cbt {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

a.login_sso_cbt {
	font-size: 17px;
}

.loginBtn_Loader_cbt {
	margin-top: 15px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginBtn_cbt {
	width: 100%;
	padding: 0 90px;
	height: 55px;
	border-radius: 8px;
	background: var(--secondary-color);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 15px;
	color: #fff;
	border: none;
}

.login_rht_cbt {
	width: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

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

header.cbtnewlogin {
	background: #fff;
	box-shadow: 3px 3px 5px #0000003d;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}

section.cbtloginArea {
	padding-top: 70px;
	background: url(../images/newlogin_bg.jpg);
	width: 100%;
	height: 100vh;
	background-size: 100%;
}

section.cbtloginArea h1 {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	color: var(--darkGray-color);
	font-size: 40px;
	padding-bottom: 30px;
}

.cbtnewloginPic {
	width: 40%;
	padding-right: 50px;
}

.cbtnewLoginProperty {
	width: 25%;
}

.login_lft_cbt {
	width: 33%;
	padding: 25px;
	background: var(--white-color);
	border-radius: 10px;
	margin-left: 22px;
}

.cbtnewLoginProperty ul {
	display: flex;
	flex-wrap: wrap;
}

.cbtnewLoginProperty ul li {
	background-color: #fff;
	padding: 25px 15px;
	border-radius: 10px;
	height: 122px;
	width: 122px;
	text-align: center;
	margin-right: 22px;
	margin-bottom: 22px;
}

.cbtlogFlicon {
	background: url(../images/airport_flight_cbt.svg);
	width: 38px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtlogHtlicon {
	background: url(../images/hotel_magenta_cbt.svg);
	width: 38px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtlogTransicon {
	background: url(../images/transfers_magenta_cbt.svg);
	width: 38px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtlogActvtyicon {
	background: url(../images/activity_magenta_cbt.svg);
	width: 38px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtlogTrainicon {
	background: url(../images/train_icon.svg);
	width: 48px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtlogCaricon {
	background: url(../images/car_rental.svg);
	width: 40px;
	height: 38px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbtnewLoginProperty ul li p {
	font-size: 15px;
	color: #0063a5;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	margin-top: 7px;
	margin-bottom: 0;
}

.cbtloginLogo img {
	height: 60px;
}

/*login end*/




.hmumrahpackBox {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
	overflow: hidden;
	background-color: #fff;
}

.hm_packpadd {
	padding: 20px 20px 10px;
}

.pack_thumb {
	width: 30%;
}

.pack_thumb img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.pack_Dtls {
	width: 70%;
	padding-left: 20px;
}

.pack_Dtls p {
	font-size: 14px;
	color: #373e43;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.hm_packPlace {
	margin: 0px 20px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.hmpackcity {
	padding: 0 20px 10px;
	justify-content: space-between;
	align-items: center;
}

.hmpackPriceBox {
	background: #f0f7fb;
	padding: 20px;
	border-top: 1px solid #ccc;
}

.hmpackStar {
	background: #0063a5;
	border-radius: 5px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 22px;
}

.hmpackStar img {
	margin-right: 5px;
}

.hmsuperPrice {
	text-align: right;
}

.hmsuperPrice h3 {
	color: #329307;
	font-size: 14px;
}

.hmpackShare {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.hmUmrahPackPrice {
	text-align: right;
	padding-top: 0;
}

.hmUmrahPackPrice p {
	font-size: 12px;
	margin-bottom: 0px;
}

.hmUmrahPackPrice h3 {
	color: #373e43;
	font-size: 20px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.pack_Dtls li {
	margin-right: 15px;
}

.hmHtlStar {
	background-image: url(../images/hmhtl_star.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 73px;
	height: 111px;
	display: inline-block
}

.fivestar {
	background-position: 0 0;
	width: 65px;
	height: 12px;
	background-size: cover
}

.fourstar {
	background-position: 0 -14px;
	width: 65px;
	height: 12px;
	background-size: cover;
}

.threestar {
	background-position: 0 -27px;
	width: 65px;
	height: 12px;
	background-size: cover
}

.twostar {
	background-position: 0 -42px;
	width: 65px;
	height: 12px;
	background-size: cover
}

.onestar {
	background-position: 0 -56px;
	width: 65px;
	height: 12px;
	background-size: cover
}

.zerostar {
	background-position: 0 -70px;
	width: 65px;
	height: 12px;
	background-size: cover
}

.cbt_Mybookings .owl-nav {
	display: none;
}

.cbt_Mybookings .owl-dots {
	margin-top: 15px;
}

.cbt_Mybookings .owl-theme .owl-dots .owl-dot.active span,
.cbt_Mybookings .owl-theme .owl-dots .owl-dot:hover span {
	background: #005da0;
}

.cbttravelerColMain .owl-nav {
	display: none;
}

.cbttravelerColMain .owl-dots {
	margin-top: 15px;
}

.cbttravelerColMain .owl-theme .owl-dots .owl-dot.active span,
.cbttravelerColMain .owl-theme .owl-dots .owl-dot:hover span {
	background: #005da0;
}

button.theme_button {
	width: fit-content;
	padding: 12px 20px;
	height: auto;
	border-radius: 30px;
	background: #005da0;
	border: none;
	color: #fff;
}

.hmtrendflsBox {
	position: relative;
}

.hmtrendflsBox img {
	height: 510px;
	border-radius: 10px;
}

.hmtrendflDtls {
	position: absolute;
	height: 110px;
	background: url(../images/hmtrendfl_bgshade.png);
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	z-index: 1;
	padding: 20px;
	background-position: bottom;
}

.hmtrendflLeft {
	color: #fff;
}

.trendfl_country {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.hmtrendflLeft p {
	margin-bottom: 0px;
	font-size: 12px;
}

.hmtrendflLeft h2 {
	margin-bottom: 0px;
	font-size: 17px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.hmtrendflRight .theme_button {
	height: 40px;
}

.hmtrendflRight button img {
	width: 14px;
	height: 10px;
}

.fldoublearrow {
	background: url(../images/hmfl_roundtriparrow.png);
	width: 19px;
	height: 20px;
	display: inline-block;
	margin: 0 10px;
}

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

.landHeaderBtns {
	display: flex;
	gap: 20px;
}

button.cbtCorporateBtn {
	border-radius: 5px;
	background: #0063a5;
	border: none;
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;
}

section.cbtloginArea .landingArea h1 {
	padding-bottom: 10px;
	color: #0063a5;
}

.landingArea {
	display: flex;
	gap: 60px;
	background: #ffffff70;
	padding: 30px;
	border-radius: 10px;
	align-items: center;
}

.landingLft {
	width: 60%;
}

.landingRht {
	width: 40%;
}

.coPurposeTraval {
	padding-top: 0px;
	padding-left: 10px;
}

.coPurposeTraval .form-control {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: auto !important;
}

.coPurposeTraval .form-group {
	margin-bottom: 0;
	position: relative;
	width: 50%;
}

.coPurposeTraval .hasDownArrow::after {
	position: absolute;
	width: 11px;
	height: 5px;
	background-image: url(../images/down_arrow_black.png);
	content: "";
	top: 48px;
	right: 15px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.cbtlistflx {
	display: flex;
	align-items: center;
	gap: 20px;
}

.number {
	height: 20px;
	width: 20px;
	background-color: #6fbfe3;
	border-radius: 20px;
	color: white;
	text-align: center;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 12px;
	position: absolute;
	right: -10px;
	top: -7px;
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(109, 191, 229, 0.7);
	}

	70% {
		transform: scale(0.85);
		box-shadow: 0 0 0 25px rgba(109, 191, 229, 0);
	}

	100% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(109, 191, 229, 0);
	}
}

.bellIcon {
	width: 25px;
	height: 25px;
	background: url(../images/notification.svg) no-repeat;
	background-size: contain;
}

.noficationClose {
	width: 25px;
	height: 25px;
	background: url(../images/close_modal.svg) no-repeat;
	background-size: contain;
	position: absolute !important;
	right: -10px;
	top: -10px;
}

.nofication_msg {
	position: absolute;
	background: #fff;
	padding: 0px 0;
	padding-right: 5px;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .3);
	width: 380px;
	border-radius: 5px;
	z-index: 11;
	top: 48px;
}

.nofication_msg_scroll {
	max-height: 282px;
	overflow-y: scroll;
	padding-right: 5px;
}

.nofication_msg_scroll::-webkit-scrollbar-track {
	border-radius: 25px;
	background-color: #ecf0f4;
}

.nofication_msg_scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #ecf0f4;
}

.nofication_msg_scroll::-webkit-scrollbar-thumb {
	border-radius: 25px;
	background: #7c8a99;
	height: 5px;
}


.nofication_msg ul {
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.nofication_msg ul li {
	padding: 0 15px;
	margin: 0;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	border-bottom: solid #e7e7e7 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: flex;
	gap: 10px;
	position: relative;
}

.nofication_User {
	width: 40px;
	height: 40px;
	background: #6fbfe3 url(../images/user_notification.svg) no-repeat;
	border-radius: 50px;
	background-size: 50%;
	background-position: center;
}

.nofication_User img {
	border-radius: 50px;
}

.nofication_text {
	width: 80%;
	cursor: pointer;
}

.nofication_text p {
	margin-bottom: 0;
	padding-bottom: 8px;
}

.nofication_text p b {
	font-size: 13px;
	font-weight: normal;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}

.nofication_text h4 {
	margin-bottom: 0;
	padding-bottom: 8px;
	font-size: 13px;
	color: #005da0;
}

.notification_time {
	font-size: 13px;
	color: #aaaaaa;
}

.nofication_text_hide {
	overflow: hidden;
}

.read_msg .nofication_text_hide {
	height: auto;
}

.nofication_msg ul .unread_msg:after {
	background: rgba(111, 191, 227, 0.1);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.notification_markallRead {
	padding: 10px 22px;
	height: 35px;
}

.notification_markallRead a {
	color: #005da0 !important;
	justify-content: end !important;
	font-size: 13px !important;
	letter-spacing: 0 !important;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}



.cbtFooter_sec1 {
	border-top: solid #e3f0f6 2px;
	background: #fff;
	padding: 25px 0;
	min-height: 280px;
}

.cbtFooter_app_main {
	display: flex;
	justify-content: space-between;
}

.cbtFooter_app_Lft {
	width: 50%;
	padding-top: 20px;
}

.cbtFooter_app_Lft h2 {
	color: #000000;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}

.cbtFooter_app_Lft p {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}

.cbtFooter_app_list {
	width: 100%;
}

.cbtFooter_app_list ul {
	width: 100%;
	display: flex;
	gap: 10px;
	padding-top: 10px;
}

.cbtFooter_app_list ul li {}

.googleplay {
	width: 150px;
	height: 44px;
	background: url(../images/google_play.svg) no-repeat;
	background-size: contain;
	display: inline-flex;
}

.appstore {
	width: 150px;
	height: 44px;
	background: url(../images/app_store.svg) no-repeat;
	background-size: contain;
	display: inline-flex;
}

.cbtFooter_app_Rht {
	width: 30%;
	position: relative;
}

.cbt_ftr_phoneframe {
	width: 300px;
	height: 356px;
	background: url(../images/app_phone.png);
	display: inline-flex;
	position: absolute;
	top: -120px;
}

.cbtFooter_sec2 {
	background: #ebebeb;
	padding: 15px 0;
}

.cbtFooter_sec2_Box {
	display: flex;
}

.cbtFooter_sec2_BoxList {
	width: 50%;
}

.cbtFooter_sec2_BoxList ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.cbtFooter_sec2_BoxList ul li {
	display: inline-block;
	position: relative;
}

.cbtFooter_sec2_BoxList ul li a {
	color: #000;
	line-height: 16px;
}

.cbtFooter_sec2_BoxList ul li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #282828;
	right: -10px;
}

.cbtFooter_sec2_BoxList ul li:last-child:after {
	display: none;
}

.cbtFooter_sec2_BoxSocial {
	width: 50%;
}

.cbtFooter_sec2_BoxSocial ul {
	display: flex;
	gap: 15px;
	justify-content: end;
}

.cbtFooter_sec2_BoxSocial ul li {
	display: inline-block;
}

.cbt_insta_icon {
	width: 25px;
	height: 25px;
	background: url(../images/ftr_inta.svg);
	background-size: contain;
	display: inline-block;
}

.cbt_twitter_icon {
	width: 25px;
	height: 25px;
	background: url(../images/ftr_twitter.svg);
	background-size: contain;
	display: inline-block;
}

.cbt_fb_icon {
	width: 15px;
	height: 25px;
	background: url(../images/ftr_fb.svg);
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}

.cbt_ftr_card_scr_main {
	display: flex;
}

.cbt_ftr_cards {
	padding: 10px 0;
	background: #fff;
	border-top: solid #ebebeb 1px;
}

.cbt_ftr_cards h2 {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
}

.cbt_paycard_box {
	width: 30%;
}

.cbt_paycard_box ul {
	display: flex;
	padding: 0;
	margin: 0;
	column-gap: 20px;
}

.cbt_paycard_box ul li {
	padding: 0;
	margin: 0;
}

.cbt_paycard_box ul li img {
	height: 35px;
}

.cbt_secure_box {
	width: 40%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cbt_secure_box ul {
	display: flex;
	padding: 0;
	margin: 0;
	column-gap: 20px;
}

.cbt_secure_box ul li {
	padding: 0;
	margin: 0;
}

.cbt_secure_box ul li img {
	height: 35px;
}

.cbt_licence_box {
	width: 30%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.cbt_licence_box ul li img {
	height: 38px;
}

.HotelTab .SrchDate_cbt .Lbl {
	line-height: 26px;
}

.PassngerBox_cbt {
	left: 0;
}


button.swal2-confirm.swal2-styled {
	background: #0f5ea2 !important;
}

a.cbt_nav-link.cbt_SignBtn {
	color: #fff;
	text-decoration: none;
	border: 0px !important;
	box-shadow: none;
	outline: none;
}

a.cbt_nav-link.cbt_SignBtn::after {
	display: none;
}

.cbt_nav-list a.cbt_nav-link::after {
	display: none;
}

button.clearBtn_cbt {
	border: none;
}

.SingleDatePickerInput__withBorder {
	border: none !important;
	padding: 0px !important;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
	background: #0767a7 !important;
	border: 1px double #0767a7 !important;
	color: #fff;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
	border-right: 33px solid #005da0 !important;
}

div#popup_container {
	background: #fff;
	padding: 0 !important;
	border-radius: 10px;
	box-shadow: 0px 1px 10px #0000007a;
	min-width: 310px !important;
	max-width: 310px !important;
}

div#popup_container .btn.btn-primary {
	background: #0063a5;
	border: none;
	padding: 7px 20px;
	margin-top: 10px;
	border-radius: 5px;
	outline: none !important;
}






/*----------inline loader-----*/
.loader-lg {
	width: 70px;
	height: 70px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}

.loader-lg-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.loader-lg-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.loader-lg-dot:nth-child(1) {
	animation-delay: -1.1s;
}

.loader-lg-dot:nth-child(2) {
	animation-delay: -1.0s;
}

.loader-lg-dot:nth-child(3) {
	animation-delay: -0.9s;
}

.loader-lg-dot:nth-child(4) {
	animation-delay: -0.8s;
}

.loader-lg-dot:nth-child(5) {
	animation-delay: -0.7s;
}

.loader-lg-dot:nth-child(6) {
	animation-delay: -0.6s;
}

.loader-lg-dot:nth-child(1):before {
	animation-delay: -1.1s;
}

.loader-lg-dot:nth-child(2):before {
	animation-delay: -1.0s;
}

.loader-lg-dot:nth-child(3):before {
	animation-delay: -0.9s;
}

.loader-lg-dot:nth-child(4):before {
	animation-delay: -0.8s;
}

.loader-lg-dot:nth-child(5):before {
	animation-delay: -0.7s;
}

.loader-lg-dot:nth-child(6):before {
	animation-delay: -0.6s;
}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot {

	80%,
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot-before {
	50% {
		transform: scale(0.4);
	}

	100%,
	0% {
		transform: scale(1.0);
	}
}

.loader-sm {
	width: 60px;
	text-align: center;
	display: inline-block;
}

.loader-sm>div {
	width: 12px;
	height: 12px;
	background-color: #005DA0;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader-sm .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader-sm .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/*----------inline loader end-----*/



.Session_page {
	text-align: center;
	padding: 20px 35px;
}

.Session_page h2 {
	font-size: 24px;
	color: #373e43;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	line-height: 28px;
	padding-bottom: 15px;
}

.Session_page p {
	font-size: 15px;
	color: #373e43;
	line-height: 22px;
}

.Session_icon {
	background: url(../images/session_out_icon.svg) no-repeat;
	width: 70px;
	height: 70px;
	display: inline-block;
	background-size: contain;
}

.session_btns {
	padding-top: 12px;
	display: inline-flex;
	flex-direction: column;
}

.bck_home_btn {
	background: #005DA0;
	border-radius: 7px;
	color: #fff;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 17px;
	padding: 10px 30px;
}

.refresh_btn {
	background: #2d314a;
	border-radius: 7px;
	color: #fff;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
	font-size: 17px;
	padding: 10px 30px;
}






/* mybooking style */

.myBookviewMore {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
	padding-right: 20px;
	color: #fff;
	cursor: pointer;
}

.myBookviewMore a {
	color: #fff;
}

.mybookingBoxMain .nav-tabs .nav-item.show .nav-link,
.mybookingBoxMain .nav-tabs .nav-link.active {
	color: #fff;
	border-color: transparent;
	background: #0f5ea2;
}

.mybookingBoxMain .nav-tabs .nav-link {
	border: none;
	border-radius: 30px;
	color: #0f5ea2;
	background: #fff;
	margin-right: 15px;
	padding: 10px 20px;
	align-items: center;
}

.mybookingBoxMain .box {
	background-color: #fff;
	box-shadow: 0px 5px 9px #cccccc70;
	border-radius: 15px;
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	min-height: 220px;
}

.mybookingBoxMain .head {
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

span.corpTravlName {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

span.corpTravlName b {
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
}

.mybookingBoxMain .nav-tabs {
	margin-bottom: 20px;
}

.myb__booking_details {
	border: 2px solid #0f5ea2;
	border-radius: 30px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.myBook_bdr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	position: relative;
}

.departBox {
	background: #f8f8f8;
	height: 50px;
	transform: rotate(90deg);
	width: 127px;
	position: absolute;
	left: -58px;
	top: 40px;
	padding: 2px 10px 0px 15px;
	text-align: center;
}

.departBox span.text {
	transform: rotate(180deg);
	display: inline-block;
	font-size: 15px;
}

.mybook_airlines {
	width: 24%;
	text-align: center;
}

.mybook_airlines p {
	font-size: 13px;
	text-align: center;
	margin-bottom: 0px;
}

.mybook_destination {
	padding-top: 10px;
}

.mybook_destination h1 {
	color: #0f5ea2;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mybook_destination p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.mybook_timesCenter {
	width: 45%;
	padding: 0 60px;
}

.mybook_timesCenter .air__stops {
	position: relative;
	width: 100%;
	padding-top: 0;
}

.airDurationStops {
	position: relative;
	text-align: center;
}

.mybook_timesCenter .airDurationStops::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0f5ea2;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -7px;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
}

.mybook_timesCenter .airDurationStops .stop-overs {
	display: flex;
	font-size: 12px;
	margin-top: 0px;
	justify-content: center;
	padding-top: 0px;
	min-height: 20px;
}

.mybook_timesCenter .airDurationStops span {
	font-size: 13px;
}

.timerIcon {
	background-image: url(../images/mybook_timeIcon.svg);
	background-size: contain;
	background-position: left;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}

.mybook_timesCenter .flightIcon {
	position: absolute;
	right: -5px;
	top: 12px;
	z-index: 2;
	width: 17px;
	height: 17px;
	background: #FFF url(../images/airport_flight_cbt.svg) center;
	background-size: contain;
	background-repeat: no-repeat;
}

.mybook_timesCenter .airDurationStops::after {
	height: 1px;
	width: 100%;
	background: #005da0;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	z-index: 1;
}

.mybook_btns {
	padding: 20px;
}

.myb__booking_details .returnBox {
	background: #f8f8f8;
	height: 30px;
	transform: rotate(90deg);
	width: 127px;
	position: absolute;
	left: -48px;
	bottom: 50px;
	padding: 2px 10px 0px 15px;
	display: inline-block;
	text-align: center;
}

.mybookingBoxMain {
	padding-top: 30px;
}

span.mybook_viewfareRule a {
	color: #0f5ea2;
}

a.myb_vew_details.view {
	background: #e4f3fb;
	border: 1px solid #0f5ea2;
	border-radius: 30px;
	padding: 7px 20px;
	color: #0f5ea2;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}

.pending {
	color: #FF9800;
}

.reject {
	color: #f00;
}

.approve {
	color: #4CAF50;
}

button.cancelTicket {
	background: #6fbfe3;
}

.mybookingBoxMain .nav-tabs .nav-link span {
	padding-left: 10px;
}

.mybookingBoxMain .nav-tabs .nav-link.active .Flight_Icon_cbt {
	background: url(../images/flight_white_cbt.svg) 0 0 / contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.mybookingBoxMain .Flight_Icon_cbt {
	background: url(../images/flight_magenta_cbt.svg) 0 0 / contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.mybookingBoxMain .nav-tabs .nav-link.active .Hotel_Icon_cbt {
	background: url(../images/hotel_white_cbt.svg) 0 0 / contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.mybookingBoxMain .Hotel_Icon_cbt {
	background: url(../images/hotel_magenta_cbt.svg) 0 0 / contain;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.mybookingBoxMain .Transfer_Icon_cbt {
	background: url(../images/transfers_magenta_cbt.svg) 0 0 / contain no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.mybookingBoxMain .nav-tabs .nav-link.active .Transfer_Icon_cbt {
	background: url(../images/transfers_white_cbt.svg) 0 0 / contain no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.mybookingBoxMain .Activity_Icon_cbt {
	background: url(../images/activity_magenta_cbt.svg) 0 0 / contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.mybookingBoxMain .nav-tabs .nav-link.active .Activity_Icon_cbt {
	background: url(../images/activity_white_cbt.svg) 0 0 / contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.mybookingBoxMain .Train_Icon_cbt {
	background: url(../images/train_icon.svg) 0 0 / contain;
	width: 26px;
	height: 20px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.mybookingBoxMain .nav-tabs .nav-link.active .Train_Icon_cbt {
	background: url(../images/train_icon_white.svg) 0 0 / contain;
	width: 26px;
	height: 20px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.mybookingBoxMain .nav-tabs .nav-link.active .CarRent_Icon_cbt {
	background: url(../images/car_rental_white.svg) 0 0 / contain;
	width: 21px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mybookingBoxMain .CarRent_Icon_cbt {
	background: url(../images/car_rental.svg) 0 0 / contain;
	width: 21px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mybookingBoxMain .nav-tabs .nav-link.active .sendQte_Icon_cbt {
	background: url(../images/sendQteIcon_white.svg) 0 0 / contain;
	width: 17px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mybookingBoxMain .sendQte_Icon_cbt {
	background: url(../images/sendQteIcon.svg) 0 0 / contain;
	width: 17px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mybookingBoxMain .nav-tabs .nav-link.active .approvReqst_Icon_cbt {
	background: url(../images/approvReqstIcon_white.svg) 0 0 / contain;
	width: 18px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mybookingBoxMain .approvReqst_Icon_cbt {
	background: url(../images/approvReqstIcon.svg) 0 0 / contain;
	width: 18px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
}

.row.HtlDtls {
	padding: 20px 20px;
	border-bottom: 1px solid #ccc;
}

.myb__booking_details .hotel_thumb {
	width: 200px;
}

.myb__booking_details .hotel_thumb img {
	width: 100%;
	max-height: 130px;
	border-radius: 10px;
}

.mybHtlAdres {
	padding-left: 30px;
	width: 60%;
	padding-top: 10px;
}

.myb__booking_details h4 {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 8px;
}

.mybHtlPrice {
	font-weight: 600;
	font-size: 17px;
	color: #000;
}

.box.approvedBox {
	border: 2px solid #4CAF50;
	padding-bottom: 15px;
}

.mybookSendQuteDtls {
	padding: 20px;
}

/* mybooking style end*/


/* car rental style */

.fl_search_field1.carRentalDates input {
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
	border: none;
	line-height: 27px;
	font-size: 18px;
}

.fl_search_field1.carRentalDates select.form-control {
	border: none;
	color: #000;
	font-size: 18px;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
	padding: 0px 10px;
	text-align: center;
}

.fl_search_field1.carRentalDates label {
	padding-top: 42px;
}

.fl_search_row_cbt.carrentalDriverAge select.form-control {
	border: none;
	color: #000;
	font-size: 17px;
	padding: 0px;
	padding-left: 5px;
	font-family: 'OpenSans-Medium', 'DroidKufiRegular';
}

.fl_search_row_cbt.carrentalDriverAge span.Lbl {
	padding-left: 5px;
}

.fl_search_row_cbt .cbtChecksComn {
	padding-top: 10px;
	padding-left: 10px;
}

/* car rental style  end*/


.fl_search_field1.htlSearchFld1 ul.suggestion-dropdown {
	width: 100%;
}

.htlRoomAdd span.addRoom {
	color: #0063a5;
	font-size: 14px;
	cursor: pointer;
}

.htlRoomAdd span.removeRoom {
	color: #0063a5;
	font-size: 14px;
	cursor: pointer;
}

.Train_field_Date_outer {
	display: flex;
	width: 44%;
}

.Train_field_Date_outer label {
	padding: 0;
}

.Train_field_Date {
	width: 60%;
}

.Train_field_Time {
	width: 40%;
	padding: 15px 0 15px 0px;
	border-bottom: solid var(--lightGray-color) 2px;
	position: relative;
	padding-top: 14px;
}

.Train_field_Time label {
	padding: 0;
}

.Train_field_Date {
	padding-top: 10px;
}

.Train_field_Date .Lbl {
	padding-bottom: 4px;
}

.Train_field_Time select {
	padding: 0 0px;
	font-size: 14px;
	border: none;
	height: 30px !important;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.Train_Tab .PassngerBox_cbt {
	left: 0;
}

.Train_Tab .PsngrCbt_AppltBtn {
	margin-top: 27px;
}

.Train_field_Time.hasDownArrow::after {
	position: absolute;
	width: 11px;
	height: 5px;
	background-image: url(../images/down_arrow_black.png);
	content: "";
	top: 45px;
	right: 15px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.train_search_passenger {
	width: 100%;
}

.noMybookingdata {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	font-size: 15px;
	color: #f00;
}

section.cbtmybookContetentArea {
	min-height: 600px;
}

.psgerBtn_cbtTrain {
	flex-wrap: wrap;
}

.cbtmybookBox.noBookingCbthm {
	padding: 15px;
	color: #f00;
}

.react-datepicker-popper {
	z-index: 9 !important;
}

.CalendarMonth_caption {
	font-size: 15px !important;
}

.flight_search_area_cbt .form-control:focus {
	border-color: transparent !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.fl_search_field1.htlSearchFld1 .location_icon_auto {
	background: url(../images/location_auto.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}

.fl_search_field1.htlSearchFld1 .globe_act_icon {
	background: url(../images/globe_act_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}

.fl_search_field1.htlSearchFld1 .package_act_icon {
	background: url(../images/package_act_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
}

.activityModifySearch .htlModifySrch_Lft_new .location_icon_auto {
	background: url(../images/location_auto.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}

.activityModifySearch .htlModifySrch_Lft_new .globe_act_icon {
	background: url(../images/globe_act_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}

.activityModifySearch .htlModifySrch_Lft_new .package_act_icon {
	background: url(../images/package_act_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
}

.activityModifySearch .htlModifySrch_Lft_new .htlmdyAutoComplete {
	border-bottom: 1px solid rgb(240, 240, 240);
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
}

.activityModifySearch .htlModifySrch_Lft_new .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	border: 1px solid rgb(204, 204, 204);
	margin-top: -5px;
	list-style-type: none;
	overflow-y: auto;
	background-color: white;
	position: absolute;
	z-index: 1000;
	width: 100%;
}

ul.cbthmActivityAutocomplete {
	top: 93%;
	left: 0px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

ul.cbthmActivityAutocomplete li {
	border-bottom: 1px solid rgb(240, 240, 240);
	display: flex;
	align-items: center;
}

span.cbtautoName {
	width: 90%;
	line-height: 19px;
	font-size: 14px;
}

select.PsngrCbt_Field.PsngrCbt_AgeDropdown {
	padding-left: 10px;
}

.coPurposeTraval .form-control:focus {
	border-color: #005da0;
	outline: 0;
	box-shadow: none;
}

.activityModifySearch .Htl_srch_field_01 .w-100 div {
	width: 100%;
}

.activityModifySearch input.text_large {
	height: 40px;
	font-size: 15px;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
}

.travelSimplyCoPerText {
	position: absolute;
	top: 20%;
	z-index: 99;
	left: auto;
	font-size: 45px;
	color: #ffffff;
	width: 100%;
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	text-shadow: 1px 2px 3px #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cbthmToglebtns {
	margin-top: 30px;
}

.switches-container {
	width: max-content;
	position: relative;
	display: flex;
	padding: 0;
	position: relative;
	background: #ffffff;
	font-size: 14px;
	line-height: 35px;
	border-radius: 3rem;
}

.switches-container input {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.switches-container label {
	width: 50%;
	padding: 0 20px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #005da0;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 14px;
	line-height: 40px;
}

.switch-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 3;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switch {
	border-radius: 3rem;
	background: #0063a5;
	height: 100%;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 14px;
	line-height: 35px;
}

.switch .cbtwtccorp {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: #fff;
	transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 14px;
	line-height: 35px;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
	transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
	transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
	opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
	opacity: 1;
}

.fl_search_field1 .DateInput__small {
	width: auto !important;
}

.fl_search_field1 .DateInput input {
	width: 100%;
	padding-right: 0 !important;
}

.Train_field_Time span.Lbl {
	padding-left: 5px;
}

.Train_field_Time select {
	padding-left: 5px;
}

.cbthmCalComnBox {
	position: absolute;
	z-index: 5;
	top: 75px;
	background: #fff;
	box-shadow: 0px 2px 4px #00000029;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.cbthmCalComnBox .rdrDayNumber {
	top: -1px !important;
	bottom: 0 !important;
	font-size: 14px;
}

.cbthmCalComnBox .rdrSelected,
.cbthmCalComnBox .rdrInRange,
.cbthmCalComnBox .rdrStartEdge,
.cbthmCalComnBox .rdrEndEdge {
	background: rgb(0 93 160) !important;
}

.serchTransTimes.hasDownArrow::after {
	position: absolute;
	width: 11px;
	height: 5px;
	background-image: url(../images/down_arrow_black.png);
	content: "";
	top: 55px;
	right: 15px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.carRentalDates.hasDownArrow::after {
	position: absolute;
	width: 11px;
	height: 5px;
	background-image: url(../images/down_arrow_black.png);
	content: "";
	top: 88px;
	right: 15px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.cbthmCalComnBox .rdrMonthAndYearWrapper {
	align-items: center;
	height: 40px !important;
	padding-top: 10px;
}

.cbthmCalComnBox .rdrDayToday .rdrDayNumber span:after {
	display: none;
}

.test_popup_new h2 {
	font-size: 16px;
	background: #0063a5;
	padding: 10px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
}

.test_popup_new .pop-msg {
	font-size: 14px;
	padding: 10px 15px;
}

.test_popup_new .btn {
	margin: 10px 15px;
	padding: 10px 15px !important;
	margin-top: 5px !important;
}

.test_popup_new .btn:focus {
	outline: none;
	box-shadow: none;
}

.Hotel_new_sec_main .fixedFilter {
	position: relative;
}

.htlDtls_topDtls .rsltInpolicy {
	font-size: 14px;
	position: relative;
	left: 10px;
	line-height: 20px;
}

.ant-modal-content h3 {
	font-size: 16px;
}

.htlDtls_topDtls .rsltoutpolicy {
	font-size: 14px;
	line-height: 22px;
}

.hotlHeiglightsBox ul {
	padding-left: 0;
}

.transfersResultArea .packFilterType ul {
	padding-left: 0;
}

.transfersResultArea .FilterContent input[type="checkbox"]+label {
	font-size: 14px;
}




/*new start*/
.homeCalenderBox {
	padding: 0;
	background: #fff;
}

.homeCalenderDate {
	background: #005da0;
	background: linear-gradient(339deg, rgb(15 136 217) 0%, rgb(0 99 165) 33%, rgb(0 99 165) 68%, rgb(15 137 219) 100%);
	width: 45px;
	height: 240px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.homeCalenderOter {
	display: flex;
}

.homeCalenderDate h3 {
	transform: rotate(270deg);
	white-space: nowrap;
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	font-size: 15px;
	text-transform: uppercase;
}

.homeCalenderBox .third {
	position: relative;
}

.homeCalenderBox .first {
	position: relative;
}

.homeCalenderBox .first .Clndr_content {
	position: absolute;
	/* bottom: -16px; */
	/* margin: 0 auto; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(57%, 60%);
	font-size: 11px;
}

.homeCalenderBox .third .Clndr_content {
	position: absolute;
	/* bottom: -16px; */
	/* margin: 0 auto; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-22%, 60%);
	font-size: 11px;
}

.homeCalenderBox .H_arrowRht {
	position: absolute;
	top: 15px;
	right: 7px;
	background: url(../images/cbtarrow_up.svg);
	width: 32px;
	height: 32px;
	background-size: contain;
}

.homeCalenderBox .H_arrowLft {
	position: absolute;
	bottom: 15px;
	right: 7px;
	background: url(../images/cbtarrow_up.svg);
	width: 32px;
	height: 32px;
	background-size: contain;
	transform: rotate(180deg);
}

.homeCalenderBox .calendar {
	height: 240px;
	perspective: 1000;
	transition: .9s;
	transform-style: preserve-3d;
	width: 100%;
}

.homeCalenderBox .front {
	transform: rotateY(0deg);
	padding-top: 5px;
}

.homeCalenderBox .current-date {
	border-bottom: 1px solid rgba(73, 114, 133, .6);
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
}

.homeCalenderBox .current-date h1 {
	color: #dfebed;
	font-size: 1.4em;
	font-weight: 300;
}

.homeCalenderBox .week-days {
	font-family: 'OpenSans-Medium', 'DroidKufiBold';
	color: #000;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 8px 0;
	border-bottom: solid #cccccc 1px;
	margin: 0 40px;
	margin-bottom: 10px;
}

.homeCalenderBox .days {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeCalenderBox .weeks {
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0 40px;
}

.homeCalenderBox .weeks div {
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-bottom: 18px;
	width: 100%;
}

.homeCalenderBox .last-month {
	opacity: .3;
}

.homeCalenderBox .weeks span {
	color: #000;
	padding: 0px 13px;
}

.homeCalenderBox .weeks span.active {
	background: #005da0;
	border-radius: 0%;
	color: #fff;
}

.homeCalenderBox span.active.Afirst {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.homeCalenderBox span.active.Alast {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.homeCalenderBox .weeks span:not(.last-month):hover {
	cursor: pointer;
}

.homeCalenderBox .event {
	position: relative;
}

.homeCalenderBox .event:after {
	content: '•';
	color: #f78536;
	font-size: 1.4em;
	position: absolute;
	right: -4px;
	top: -4px;
}

.homeCalenderBox .back {
	height: 100%;
	transform: rotateY(180deg);
}

.homeCalenderBox .back input {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(73, 114, 133, .6);
	color: #dfebed;
	font-size: 1.4em;
	font-weight: 300;
	padding: 30px 40px;
	width: 100%;
}

.homeCalenderBox .info {
	color: #dfebed;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 1.2em;
	padding: 30px 40px;
}

.homeCalenderBox .info div:not(.observations) {
	margin-bottom: 40px;
}

.homeCalenderBox .info span {
	font-weight: 300;
}

.homeCalenderBox .info .date {
	display: flex;
	justify-content: space-between;
}

.homeCalenderBox .info .date p {
	width: 50%;
}

.homeCalenderBox .info .address p {
	width: 100%;
}

.homeCalenderBox .actions {
	bottom: 0;
	border-top: 1px solid rgba(73, 114, 133, .6);
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
}

.homeCalenderBox .actions button {
	background: none;
	border: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
	padding: 30px 0;
	text-transform: uppercase;
	width: 50%;
}

.homeCalenderBox .actions button:first-of-type {
	border-right: 1px solid rgba(73, 114, 133, .6);
}

.homeCalenderBox .actions button:hover {
	background: #497285;
	cursor: pointer;
}

.homeCalenderBox .actions button:active {
	background: #5889a0;
	outline: none;
}

.homeCalenderBox .flip {
	transform: rotateY(180deg);
}

.homeCalenderBox .front,
.homeCalenderBox .back {
	backface-visibility: hidden;
}

.cbt_NotificationBox {
	display: flex;
	background: #fff;
	height: 50px;
	border-radius: 10px;
	margin-top: 10px;
}

.cbt_notificationHead {
	background: #005da0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 30px;
}

.cbt_notificationHead h2 {
	color: #fff;
	line-height: 16px;
	font-size: 15px;
}

.NotfionContent {
	padding: 0 15px;
	padding-right: 75px;
	width: 88%;
	height: 50px;
	line-height: 46px;
	position: relative;
}

.NotfionContent span {
	padding: 0px 25px;
	font-size: 15px;
}

.Notification_Arrow {
	width: 42px;
	height: 16px;
	background: url(../images/notification_arrow.svg) no-repeat;
	display: inline-block;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 17px;
}

/*new end*/

/* Qgo365 Landing New Start*/
.Landing365_RhtArea a,
a.Landing365_PersonalBtn {
	left: 8%;
	position: relative;
}

.landing_365_main {
	height: 100vh;
}

.qgo365_bgPatern {
	background: url(../images/qgo_patern_bg.jpg) top center/cover;
	width: 100%;
}

.landing_365_logoSec {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.land_365_logout {
	position: absolute;
	right: 50px;
	bottom: 10px;
}

.land_logoutIcon {
	background: url(../images/logout_icon.svg);
	width: 20px;
	height: 20px;
	display: inline-flex;
	background-size: contain;
}

.land_365_logout a {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

.logo_365 {
	width: 270px;
	height: 130px;
	border: 1px solid #fff;
	padding: 0 10px 10px;
	border-radius: 0 0 150px 150px;
	border-top: none;
}

.logo_365 i {
	background-color: #fff;
	width: 250px;
	height: 120px;
	display: inline-flex;
	border-radius: 0 0 150px 150px;
	display: flex;
	justify-content: center;
}

a.Landing365_CorporateBtn,
a.Landing365_PersonalBtn {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 10px 20px;
	width: fit-content;
	min-width: 250px;
	height: 65px;
	border-radius: 10px;
	font-family: 'BebasNeueRegular', 'DroidKufiRegular';
	font-size: 24px;
	color: #0063a5;
	line-height: 24px;
	text-transform: uppercase;
}

.logo_365 i img {
	height: 80px;
}

.landing_365_Banner {
	height: 57vh;
	background: url(../images/qgo_365_banner.png) 0 0/100% no-repeat;
	margin: 15px 0;
}

.Landing365_contain {
	width: 100%;
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

.Landing365_LftArea {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.Landing365_LftArea a {
	right: 8%;
	position: relative;
}

a.Landing365_CorporateBtn {
	display: flex;
	gap: 5px;
	align-items: center;
}

a.Landing365_CorporateBtn:hover,
a.Landing365_PersonalBtn:hover {
	background: #0063a5;
	color: #fff;
}

.Landing365_corporate_booking_icon {
	width: 37px;
	height: 42px;
	background: url(../images/corporate_booking_icon.png) 0 0/contain no-repeat;
	display: inline-flex;
}

.Landing365_RhtArea {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: start;
}

a.Landing365_PersonalBtn {
	display: flex;
	gap: 10px;
	align-items: center;
}

.Landing365_personal_booking_icon {
	width: 35px;
	height: 35px;
	background: url(../images/personal_booking_icon.png) 0 0/contain no-repeat;
	display: inline-flex;
}

/* Qgo365 Landing New End*/


.cbtlang {
	display: none;
}

.fntArabic {
	display: none;
}





@media screen and (min-width: 992px) and (max-width: 1229px) {
	.cbt_myBookDtlsMain {
		column-gap: 33px;
	}

	.cbtmybookBox {
		width: 31%;
	}

	.search_area_tab_cbt {
		width: 50%;
	}

	.login_Box_cbt {
		width: 100%;
	}

	.login_head_cbt {
		position: inherit;
		padding: 20px 0;
		padding-bottom: 25px;
	}

	.login_head_cbt img {
		height: 50px;
	}

	.login_Box_cbt h1 {
		font-size: 32px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.login_Box_cbt h3 {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.login_clumn_outer_cbt {
		align-items: start;
		height: inherit;
	}

	.cbtnewloginPic {
		width: 35%;
		padding-right: 30px;
	}

	.login_lft_cbt {
		width: 35%;
		padding: 25px;
		margin-left: 20px;
	}

	.cbtnewLoginProperty ul li {
		padding: 25px 15px;
		height: 110px;
		width: 100px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.main_nav {
		position: fixed;
		width: 300px;
		top: 0;
		right: -300px;
		background: #fff;
		height: 100%;
		transition: all ease .5s;
		-o-transition: all ease .5s;
		-webkit-transition: all ease .5s;
		z-index: 1005;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		overflow-y: auto
	}

	.main_nav ul {
		margin: 0;
		padding: 0;
		display: block;
		padding: 80px 20px 0 20px;
	}

	.main_nav ul.mnav {
		margin-bottom: 30px
	}

	.main_nav ul li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
		text-transform: capitalize;
		font-size: 13px;
		font-family: 'OpenSans-Regular', 'DroidKufiRegular';
		;
		padding: 0 !important
	}

	.main_nav ul li .currency_menu_content {
		position: static;
		border-radius: 0;
		-webkit-border-radius: 0;
		background: rgba(0, 0, 0, 0.2)
	}

	.main_nav ul li .currency_menu_content a.dropdown-item {
		color: var(--white-color);
		font-family: 'OpenSans-Regular', 'DroidKufiRegular';
		;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	.main_nav ul li .currency_menu_content a.dropdown-item .country_flag img {
		width: 15px
	}

	.main_nav ul li a {
		width: 100%;
		color: #005da0;
		text-decoration: none;
		font-size: 14px;
		display: inline-block;
		padding: 12px 0px;
		border-bottom: solid #ccc 1px;
		font-family: 'OpenSans-Medium', 'DroidKufiBold';
	}

	.main_nav ul li.submenu i {
		width: 43px;
		height: 39px;
		top: 0;
		right: 0;
		cursor: pointer;
		transition: all ease .5s;
		-o-transition: all ease .5s;
		-webkit-transition: all ease .5s
	}

	.main_nav ul li.submenu i:after {
		content: "";
		height: 0;
		width: 0;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 6px solid var(--white-color);
		;
		position: absolute;
		right: 17px;
		top: 18px;
		z-index: 10
	}

	.main_nav ul li.dropdown:hover a {
		color: var(--white-color) !important
	}

	.main_nav ul ul {
		margin: 0;
		display: none
	}

	.main_nav ul ul li a {
		padding-left: 20px
	}

	.main_nav ul ul li ul a {
		padding-left: 30px
	}

	.show_menu .main_nav {
		right: 0
	}

	.show_menu .overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 1001
	}

	.mob_btn {
		position: absolute;
		padding: 0;
		margin: 0;
		background-color: transparent;
		cursor: pointer;
		right: 15px;
		top: -30px;
		display: block;
		z-index: 1006;
	}

	.mob_btn span {
		display: block;
		width: 30px;
		height: 3px;
		border-radius: 30px;
		background: #005da0;
	}

	.mob_btn span+span {
		margin-top: 5px
	}

	.currency_show {
		width: 100%;
		padding: 10px;
	}

	.currency_main ul li a {
		padding: 10px 10px !important;
	}

	.menuLinks .country_flag img {
		width: 15px;
		height: 10px;
	}

	.currency_main li a span {
		font-size: 11px !important;
	}

	.main_nav.open {
		right: 0;
	}

	.bellIcon {
		display: inline-block;
	}

	.fntArabic {
		font-family: 'OpenSans-Medium', 'DroidKufiBold';
	}

	li.NoticationHead {
		width: fit-content;
		border-bottom: 0 !important;
		top: 30px;
		position: absolute !important;
	}

	.NoticationHead a {
		border-bottom: 0 !important;
	}

	.mob_btn.open span:first-child {
		background-color: transparent;
	}

	.mob_btn.open span:nth-child(2) {
		transform: rotate(45deg);
		transition: background-color 0.3s ease, transform 0.3s ease;
	}

	.mob_btn.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
		position: relative;
		transition: background-color 0.3s ease, transform 0.3s ease;
	}

	.nofication_msg_scroll ul {
		display: block !important;
		padding: 0;
	}

	.nofication_msg {
		width: 265px;
	}

	.nofication_msg ul li {
		border-bottom: solid #ccc 1px !important;
		padding-bottom: 10px !important;
		display: flex;
		padding: 8px 8px !important;
	}

	.notification_markallRead {
		height: 50px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner_content_main_cbt {
		flex-wrap: wrap;
	}

	.cbttravelerColMain {
		width: 100%;
	}

	.search_area_tab_cbt {
		width: 100%;
	}

	.cbt_pasngerDtlsBox01 {
		margin-bottom: 15px;
	}

	.search_area_tab_cbt {
		margin-top: 15px;
	}

	.cbtmybookBox {
		width: 48%;
	}

	.cbt_myBookDtlsMain {
		column-gap: 28px;
		row-gap: 28px;
	}

	.login_Box_cbt {
		width: 100%;
	}

	.login_head_cbt {
		position: inherit;
		padding: 10px 0;
		padding-bottom: 25px;
	}

	.login_head_cbt img {
		height: 50px;
	}

	.login_Box_cbt h1 {
		font-size: 32px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.login_Box_cbt h3 {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.login_clumn_outer_cbt {
		align-items: start;
		height: inherit;
	}

	.cbtnewLoginProperty ul li {
		padding: 15px 5px;
		height: 100px;
		width: 80px;
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.cbtnewloginPic {
		width: 35%;
		padding-right: 15px;
	}

	.cbtnewLoginProperty {
		width: 25%;
	}

	.login_lft_cbt {
		width: 40%;
		padding: 20px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.mybHtlAdres {
		padding-left: 20px;
		width: 60%;
		padding-top: 0;
	}

	.myb__booking_details .hotel_thumb {
		width: 100px;
	}

	.mybookingBoxMain .nav-tabs .nav-link {
		margin-right: 0;
		padding: 10px 10px;
	}

	.coPurposeTraval .form-group {
		width: 90%;
	}

	.coPurposeTraval {
		padding-top: 0px;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.banner_content_main_cbt {
		padding-top: 20px;
	}

	.hmtrendflsBox img {
		height: 300px;
		border-radius: 10px;
	}

	.fl_search_field_center {
		width: 40px;
	}

	.serchTransTimes select.form-control {
		font-size: 12px;
		padding: 0px;
		padding-left: 0px;
		width: 45%;
	}

	.Search_Area_cbt input,
	.SrchDate_cbt .Lbl,
	.SrchDate_cbt input {
		font-size: 13px;
	}

	.fl_search_row_cbt .cbtChecksComn {
		padding-top: 0;
		padding-left: 0;
	}

	.cbtChecksComn input[type="checkbox"]+label {
		font-size: 13px;
	}

	.logo img {
		height: 50px;
	}

	header.myHeader {
		padding: 10px 0;
	}

	.cbtmybookBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.cbt_Mybookings .nav-tabs .nav-item {
		margin-bottom: 0;
		padding-left: 0px;
		width: 100%;
	}

	.cbt_Mybookings .nav-tabs .nav-link {
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 10px;
		margin-bottom: 5px;
	}

	.cbt_Mybookings .nav-tabs .nav-item.show .nav-link,
	.cbt_Mybookings .nav-tabs .nav-link.active {
		border-bottom: 1px solid var(--white-color);
		border-radius: 10px;
		background-color: var(--secondary-color);
	}

	.cbt_Mybookings .nav-tabs {
		border-bottom: none;
	}

	.cbttravelerColMain {
		width: 100%;
	}

	.cbt_pasngerDtlsBox01 {
		width: 100%;
		margin-bottom: 15px;
		padding: 15px;
	}

	.cbt_pasngerDtlsBox02 {
		width: 100%;
		padding: 15px;
	}

	.htl_mdf_cldr_dvd .w-100 {
		width: 100% !important;
	}

	.Htl_New_Room_repeat {
		margin-bottom: 0;
	}

	.htl_mdf_cldr_dvd:last-child {
		border-left: none;
	}

	.Htl_srch_field_03_psger {
		border-left: none;
	}

	.magentaRed_color .banner {
		background-size: cover;
	}

	.banner_content_main_cbt {
		flex-wrap: wrap;
	}

	.search_area_tab_cbt {
		width: 100%;
		margin-top: 15px;
	}

	.Search_Area_cbt label {
		padding-left: 0;
	}

	.Search_Area_cbt .AirpCity {
		font-size: 22px;
		line-height: 42px;
	}

	.airport_flight_icon {
		width: 25px;
		height: 25px;
	}

	.search_area_tab_cbt .tab-content {
		padding: 15px 15px;
	}

	.flight_cp_radio_cbt {
		gap: 5px;
		padding-top: 5px;
	}

	.flight_cp_radio_cbt .flights_rdo .flights_rdo-content {
		padding: 5px 5px;
		font-size: 13px;
	}

	.search_area_tab_cbt .nav-tabs .nav-link {
		flex-direction: column;
		gap: 2px;
		padding: 8px 0;
		font-size: 0px;
	}

	.flights_rdo-details {
		line-height: 16px;
	}

	.carSpeed_icon {
		width: 30px;
		height: 25px;
	}

	.airport_train_icon {
		width: 25px;
		height: 25px;
	}

	.login_main_cbt {
		height: 100%;
		flex-flow: column-reverse;
	}

	.login_lft_cbt {
		width: 100%;
		padding: 20px;
		margin-left: 0;
	}

	.login_Box_cbt {
		width: 100%;
	}

	.login_head_cbt {
		position: relative;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

	.login_Box_cbt h1 {
		font-size: 32px;
		padding-bottom: 10px;
	}

	.login_clumn_outer_cbt {
		align-items: flex-start;
		height: inherit;
	}

	.login_rht_cbt {
		display: none;
	}

	section.cbtloginArea {
		height: 100%;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	section.cbtloginArea h1 {
		font-size: 30px;
		padding-bottom: 20px;
	}

	.cbtnewLoginProperty {
		width: 100%;
		margin-top: 30px;
	}

	.cbtnewLoginProperty ul {
		align-items: center;
		justify-content: center;
	}

	.cbtnewloginPic {
		width: 100%;
		padding-right: 0;
	}

	.HtlDtlsNewSec1 .htlDtls_topDtls h2 {
		padding-top: 30px;
	}

	.htlDtls_topDtls .rsltInpolicy {
		position: absolute;
		width: fit-content;
		right: 10px;
		left: auto;
	}

	.purposeSelect {
		width: 100%;
	}

	.roomchoiceHeadings.d-flex.flex-wrap.room_mobhide {
		display: none !important;
	}

	.package_details_ancr_list.hotelDtlsSelections ul {
		padding-left: 0;
	}

	.package_details_ancr_list.hotelDtlsSelections ul {
		padding-left: 0;
	}

	.htldtlsPicL img {
		height: 180px;
	}

	.htldtlsPicR img {
		height: 180px;
	}

	.magnific-img {
		width: 47.5%;
	}

	.magnific-img img {
		height: 130px;
	}



}



/* media query start */
/* Mobile Navigation Menu */
@media (max-width: 768px) {
	.cbt_nav {
		align-items: self-start !important;
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		height: 100vh;
		background-color: #fff;
		padding: 80px 20px 0 20px;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		transition: right 0.4s ease-in-out;
	}

	.cbt_nav.open {
		right: 0;
	}

	.cbt_nav-list {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.cbt_nav-link {
		font-size: 1.2rem;
	}

	.cbt_nav-toggle {
		display: block;
	}

	.cbt_header .cbt_nav-link {
		border: none;
		border-bottom: solid #ccc 1px;
		border-radius: 0;
		display: inline-block;
		padding: 10px 0;
		width: 100%;
		font-family: 'OpenSans-Medium', 'DroidKufiBold';
	}

	.cbt_SignBtn {
		padding: 10px 15px !important;
		border-radius: 5px !important;
	}

	.cbt_hamburger::before,
	.cbt_hamburger::after {
		right: 0;
	}

	.cbt_hamburger {
		width: 30px;
		height: 3px;
		background-color: #005da0;
	}

	.cbt_hamburger::before,
	.cbt_hamburger::after {
		width: 30px;
		height: 3px;
		background-color: #005da0;
	}

}

@media (min-width: 1201px) and (max-width: 1550px) {
	.qgocbt_bgPatern {
		height: auto;
	}

	.Login_Outer {
		width: 80%;
	}

	.Login_Image {
		width: 380px;
		height: 305px;
		background-size: contain;
	}

	.cbt_slide_rht_mask {
		width: 100%;
	}

	.cbtmybookContetentArea .theme_btnStyle {
		font-size: 14px;
		padding: 0 12px;
	}

	.cbtmybookContetentArea a.myb_vew_details.view {
		padding: 7px 15px;
	}

	.cbtmybookContetentArea .booking_status {
		min-width: 140px;
	}

	.landing_logo_area {
		width: 228px;
		height: 111px;
	}

	.travelSimplyCoPerText {
		font-size: 35px;
		top: 21%;
	}

	.personal_search {
		top: 60%;
	}

	.corporate_search {
		top: 60%;
	}

	/* landing 365 start */
	.landing_365_Banner {
		background-size: contain;
		background-position: center;
	}

	/* landing 365 end */
}

@media (min-width: 992px) and (max-width: 1200px) {
	.qgocbt_bgPatern {
		height: auto;
	}

	.Login_Outer {
		width: 90%;
	}

	.Login_Image {
		width: 300px;
		height: 275px;
		background-size: contain;
		left: 20px;
		bottom: -80px;
	}

	.Login_Sec4 {
		width: 95px;
		padding: 0;
	}

	.cbt_slide_rht_mask {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hover-right .corporate_search {
		width: 95%;
	}

	.hover-left .personal_search {
		width: 95%;
	}

	.corporate_search_lft {
		background-size: 100% 100%;
	}

	.personal_search_lft {
		background-size: 100% 100%;
	}

	.landing_footer {
		width: 90%;
	}

	.landing_footer h2 {
		font-size: 24px;
	}

	.corporate_search_lft h1 {
		font-size: 20px;
	}

	.personal_search_lft h1 {
		font-size: 20px;
	}

	/* landing 365 start */
	.landing_365_Banner {
		background-size: contain;
		background-position: center;
		margin-top: 0;
	}

	/* landing 365 end */

}

@media (min-width: 768px) and (max-width: 991px) {
	.qgocbt_bgPatern {
		height: auto;
	}

	.Login_Outer {
		width: 100%;
	}

	.Login_Image {
		width: 350px;
		height: 162px;
		background-size: contain;
		bottom: -20px;
	}

	.Login_Sec4 {
		padding: 0;
		display: none;
	}

	.Login_Sec_Form {
		padding: 25px;
	}

	.Login_Sec3 {
		width: 57%;
	}

	.Register_Sec3:after {
		display: none;
	}

	.Register_Form_box .form-group {
		width: 47%;
	}

	.Register_Sec3 {
		width: 63%;
	}

	.Login_Sec_Form label {
		font-size: 14px;
		white-space: nowrap;
	}

	.landing_footer {
		width: 90%;
	}

	.cbt_landing_slide h2 {
		font-size: 38px;
		line-height: 42px;
	}

	.cbt_slide_rht_mask {
		width: 100%;
		height: 533px;
	}

	.cbt_slide_lft {
		padding-top: 0px;
	}

	.cbt_slide_1_img {
		width: 420px;
		height: 400px;
		background-size: contain;
		background-repeat: no-repeat;
		left: 0px !important;
	}

	.magnific-img {
		width: 31.5%;
	}

}

@media (max-width:767px) {
	.qgocbt_bgPatern {
		height: auto;
	}

	.Login_Sec2:after,
	.Login_Sec2:before,
	.Login_Sec4 {
		display: none;
	}

	.Login_Outer {
		width: 100%;
		padding: 40px 0
	}

	.Login_Box {
		flex-direction: column;
	}

	.Login_Sec1,
	.Login_Sec2,
	.Login_Sec3,
	.Register_Form_box,
	.Register_Form_box .form-group {
		width: 100%;
	}

	.LoginFlip {
		transform: inherit;
		position: inherit;
		white-space: normal;
		flex-direction: column;
		padding: 10px 0;
	}

	.LoginHead {
		padding: 20px 0;
	}

	.Login_Sec_Form {
		padding: 20px;
	}

	.cbt_faq_banner {
		height: 250px;
		background-position: center;
	}

	.cbt_faq_banner {
		border-radius: 20px;
		margin-bottom: 25px;
	}

	.cbt_faq_banner h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.cbt_faq_collaps .collapsible-link {
		white-space: normal;
		padding-right: 40px;
		font-size: 14px;
	}

	.landing_footer {
		display: none;
	}

	.cbt_land {
		position: relative;
		padding: 0;
		width: inherit;
		height: 100%;
		left: inherit;
		top: inherit;
		overflow: inherit;
	}

	.cbt_land_inner {
		position: relative;
		overflow: inherit;
		height: 100vh;
		border-radius: 0;
		display: flex;
	}

	.cbt_land .screen {
		position: relative;
		width: 50%;
	}

	.personal_search {
		right: 0;
		width: 95%;
		background: #ffffff;
		border-bottom-left-radius: 170px;
		border-top-left-radius: 170px;
	}

	.personal_search_lft {
		background: none;
	}

	.personal_search_lft_content {
		border: none;
		display: none;
	}

	.personal_search_lft_content_box p {
		font-size: 12px;
	}

	.personal_search_lft_content_box {
		padding: 15px;
		height: 246px;
		overflow-x: scroll;
	}

	.personal_booking_icon {
		width: 40px;
		height: 40px;
	}

	.personal_search_lft_content_box h2 {
		font-size: 18px;
	}

	.corporate_search {
		width: 95%;
		left: 0px;
		background: #ffffff;
		border-bottom-right-radius: 170px;
		border-top-right-radius: 170px;
		display: flex;
		flex-direction: row;
	}

	.corporate_search_lft {
		background: none;
		position: initial;
	}

	.corporate_search_lft_content {
		border: none;
		width: 100%;
		display: none;
	}

	.corporate_search_lft_content_box {
		padding: 15px;
		height: 246px;
		overflow-x: scroll;
		background: transparent;
	}

	.corporate_booking_icon {
		width: 40px;
		height: 40px;
	}

	.corporate_search_lft_content_box h2 {
		font-size: 18px;
	}

	.landing_logo_area {
		width: 250px;
		height: 120px;
	}

	.cbt_land_logo_cl {
		width: 150px;
		height: 55px;
	}

	.cbt_slide_main {
		flex-wrap: wrap;
	}

	.cbt_slide_lft {
		width: 100%;
		padding-top: 0;
	}

	.cbt_slide_rht {
		width: 100%;
		padding-top: 20px;
	}

	.cbt_landing_slide h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.cbt_slide_1_img {
		width: 300px;
		height: 332px;
		background-size: contain;
		left: 10px !important;
	}

	.cbt_slide_rht_mask {
		width: 100%;
		height: 393px;
	}

	.cbt_landing_Videos {
		flex-wrap: wrap;
		padding-top: 0px;
	}

	.cbt_landing_Videos_lft {
		width: 100%;
	}

	.cbt_landing_Videos_rht {
		width: 100%;
	}

	.cbt_landing_Videos_rht h3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.cbtFooter_app_main {
		flex-wrap: wrap;
	}

	.cbtFooter_app_Lft {
		width: 100%;
	}

	.cbt_ftr_phoneframe {
		display: none;
	}

	.cbt_ftr_card_scr_main {
		flex-wrap: wrap;
	}

	.cbt_paycard_box {
		width: 100%;
	}

	.cbt_secure_box {
		width: 100%;
	}

	.cbt_licence_box {
		width: 100%;
	}

	.cbtFooter_sec2_Box {
		flex-wrap: wrap;
	}

	.cbtFooter_sec2_BoxList {
		width: 100%;
	}

	.cbtFooter_sec2_BoxList ul {
		flex-wrap: wrap;
		row-gap: 5px;
		padding-bottom: 10px;
	}

	.cbtFooter_sec2_BoxSocial {
		width: 100%;
	}

	.cbtFooter_sec2_BoxSocial ul {
		justify-content: center;
	}

	.Footer {
		margin-top: 0px;
	}

	.Train_field_Date_outer {
		flex-wrap: wrap;
	}

	.Train_field_Date {
		width: 100%;
		padding-bottom: 10px;
	}

	.Train_field_Time {
		width: 100%;
	}

	.TrainTab .psgerBtn_cbtTrain {
		flex-wrap: wrap;
	}

	.TrainTab .SearchBtn_cbt {
		margin-top: 0px;
	}

	.FlightTab .PassngerBox_cbt {
		right: 0;
		left: auto;
	}

	.HotelTab .PassngerBox_cbt {
		right: 0;
		left: auto;
	}

	.travelSimplyCoPerText {
		font-size: 20px;
		top: 25%;
	}

	.personal_search {
		margin-top: -70px;
	}

	.corporate_search {
		width: 125px;
		height: 250px;
		margin-top: -70px;
	}

	.corporate_search_lft {
		height: 250px;
	}

	.personal_search {
		width: 125px;
		height: 250px;
	}

	.personal_search_lft {
		height: 250px;
	}

	.screen.left {
		background: url(../images/right_bg_mob.jpg) right;
	}

	.screen.right {
		background: url(../images/left_bg_mob.jpg) left;
	}

	.switches-container {
		width: 100%;
	}

	.cbt_dtlsRpt span {
		word-break: break-all;
		line-height: 16px;
	}

	.FlightTab .cbthmPassngerFld,
	.TrandferTab .cbthmPassngerFld {
		font-size: 13px;
	}

	.TrandferTab .fl_search_field1 input {
		padding-right: 0;
	}

	.carRentalDates .serchTransTimes {
		flex-wrap: wrap;
	}

	.CarTab .Lbl {
		font-size: 12px;
	}

	.CarTab .DateInput input {
		font-size: 14px;
		padding: 0;
	}

	.CarTab .serchTransTimes select {
		font-size: 14px !important;
		padding: 0 !important;
		text-align: left !important;
		height: 30px !important;
	}

	.HotelTab .fl_search_field1 input {
		padding-right: 0;
	}

	.flight_search_tab_cbt ul {
		padding-left: 0;
		padding-top: 0;
	}

	.fl_search_field1 input {
		padding-right: 0 !important;
	}

	.CarTab .DateInput {
		width: auto;
	}

	.fl_search_field1 input {
		padding-left: 0;
	}

	.serchTransTimes.hasDownArrow::after {
		width: 10px;
		height: 5px;
		right: -7px;
		top: 53px;
	}

	.carRentalDates.hasDownArrow::after {
		top: 119px;
	}

	.CarTab .serchTransTimes select {
		width: 100%;
	}

	.mdfy_clm2.cbtPurposeTravel .behalfSelectedAgencyName {
		width: 100%;
	}

	select#purpose {
		width: 100%;
	}

	select#purpose:focus {
		outline: none;
		box-shadow: none;
	}

	.purposeSelect.down_arrow:after {
		top: 25px;
		right: 30px;
	}

	section.modifyBox.Hotel_result_new.ModifyTransferNew select#purpose {
		width: 50%;
		padding-right: 0 !important;
	}

	section.modifyBox.Hotel_result_new.ModifyTransferNew .purposeSelect.down_arrow:after {
		top: 15px;
		right: 15px;
	}

	.homeCalenderBox .weeks {
		padding: 0 0px;
	}

	.homeCalenderBox .week-days {
		margin: 0 8px;
	}

	.cbt_notificationHead {
		padding: 0 10px;
	}

	.cbt_notificationHead h2 {
		font-size: 13px;
	}

	.NotfionContent {
		padding-right: 65px;
	}


	.myb__booking_details .departBox {
		background: #f8f8f8;
		height: auto;
		transform: rotate(180deg);
		width: 100%;
		position: relative;
		left: auto;
		top: 0;
		padding: 5px;
		text-align: center;
	}

	.myb__booking_details .mybook_airlines {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: flex-start;
		gap: 15px;
		padding: 10px 10px 0;
	}

	.myb__booking_details .mybook_destination {
		padding: 0 5px 0 10px;
		padding-top: 0;
		width: 30%;
	}

	.myb__booking_details .mybook_timesCenter {
		width: 40%;
		padding: 0 10px;
	}

	.myb__booking_details .mybook_destination h1 {
		font-size: 14px;
	}

	.myb__booking_details .mybook_destination p {
		font-size: 12px;
	}

	.myb__booking_details h4 {
		padding-bottom: 2px;
	}

	/* landing 365 start */
	.landing_365_Banner {
		background: url(../images/qgo_365_banner_mob.png);
		background-size: 100% 100%;
	}

	.Landing365_contain {
		padding-right: 0;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.Landing365_LftArea {
		width: 100%;
		justify-content: center;
		align-items: end;
	}

	.Landing365_LftArea a {
		right: auto;
		bottom: 5%;
	}

	.Landing365_RhtArea {
		width: 100%;
		justify-content: center;
		align-items: start;
	}

	.Landing365_RhtArea a {
		left: auto;
		top: 5%;
	}

	.land_365_logout {
		right: 10px;
		bottom: -5px;
	}

	.land_365_logout a {
		font-size: 13px;
	}

	/* landing 365 end */
	.prferdContatctDate .react-datepicker-wrapper {
		display: inline-block;
		padding: 5px 15px 15px 0px;
		border: 0;
		width: 100%;
	}

}

/* media query end */



span.error-text {
	color: #f00;
	font-size: 12px;
}



header.myHeader.inner_header {
	padding: 10px 0;
}

header.myHeader.inner_header .main_nav ul li a {
	color: #000000;
}



/*===========CBT new style by Dipin start here============*/
.cbt_slide_rht .caption.new-exe {
	bottom: 0px;
	width: 716px;
	height: 832px;
	background-size: contain;
}

.video-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
}

.video-txt {
	position: absolute;
	width: 33%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	right: 0px;
	top: 0px;
	color: #FFF;
}

.video-txt h2 {
	font-size: 24px;
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
}

.title-new {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 17px;
	color: #0564a6;
}

.eleminates-box {
	width: 100%;
	min-height: 450px;
	background: url(../images/eleminates_bg.jpg) repeat;
	color: #FFF;
}

.eleminates-box p {
	font-size: 16px;
}

.eleminates-box .elem-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
}

.eleminates-box .eleminates-item {
	width: 198px;
	padding-left: 9px;
	padding-right: 9px;
}

.eleminates-box .elem-inner {
	width: 100%;
	min-height: 262px;
	background: #9ecad5;
	padding: 14px;
	border-radius: 150px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .23);
}

.eleminates-box .top-icons {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background: #FFF;
}

.eleminates-box h5 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 16px;
	color: #000;
	text-align: center;
}

.eleminates-box h3 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 38px;
	color: #FFF;
}

.the-solution {
	width: 100%;
}

.the-solution h2 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 38px;
	color: #0564a6;
	text-transform: uppercase;
	text-align: center;
}

.solution-box {
	background: #FFF;
	border-radius: 25px;
	min-height: 231px;
	box-shadow: 5px 5px 18px rgba(0, 0, 0, .15);
}

.sol-left {
	width: 22%;
}

.sol-right {
	width: 78%;
}

.the-solution .sol-right h3 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 20px;
	color: #0564a6;
}

.the-solution .sol-right p {
	font-size: 16px;
}

.sol-list {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sol-list li {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/bullet.png) no-repeat left 6px;
	font-size: 16px;
}

.whatThisMeans {
	width: 100%;
	min-height: 600px;
	background: url(../images/whatThisMeans-bg.png) no-repeat center top;
}

.wtm-text {
	margin-top: 150px;
}

.wtm-text h3 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 38px;
	color: #0564a6;
	line-height: 50px;
}

.sol-list h4 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 17px;
}

.data-section {
	width: 100%;
}

.data-box {
	width: 100%;
}

.data-box .title-lg {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 38px;
	color: #0564a6;
	line-height: 50px;
}

.data-box .title-md {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 24px;
}

.columnData {
	width: 100%;
}

.columnData-inner {
	width: 100%;
}

.head-box {
	height: 147px;
	width: 100%;
}

.columnData-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	min-width: 370px;
}

.columnData-list li {
	width: 100%;
	height: 57px;
}

.columnData-list li.type1 {
	background: #0564a6;
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 16px;
	color: #FFF;
	text-align: right;
	position: relative;
	margin-bottom: 1px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.columnData-list li.type1:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0px;
	width: 17px;
	height: 57px;
	background: url(../images/blue-arrow.png) no-repeat left top;
}

.head-box-2 {
	height: 147px;
	width: 100%;
	background: url(../images/heading-cover.png) no-repeat right bottom;
	background-size: 100%;
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
}

.head-box-2 h3 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	color: #0564a6;
	font-size: 20px;
}

.columnData-list li.type2 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 16px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1px;
}

.columnData-list li.type2:last-child {
	border-bottom: none;
}

.whiteBox {
	background: #FFF;
	padding: 0px 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.linehyt-40 {
	line-height: 40px !important;
}

.h-scroll-data {
	width: 100%;
	overflow-x: auto;
}

.col-h-scroll {
	width: 400px;
	padding-left: 15px;
	padding-right: 15px;
}

.book-demo-box {
	width: 100%;
	background: #0564a6;
	border-radius: 20px;
	min-height: 220px;
}

.book-demo-box h4 {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
	font-size: 38px;
	color: #7cdcff;
	line-height: 45px;
}

.book-demo-box p {
	color: #FFF;
}

.book-demo-box .bookAdemo-btn {
	height: 58px;
	background: #7cdcff;
	border: none;
	border-radius: 10px;
	width: 100%;
	max-width: 347px;
	font-size: 24px;
	color: #000;
	padding: 3px 15px;
}

@media (max-width:991px) {

	.sol-left,
	.sol-right {
		width: 100%;
	}

	.sol-left {
		padding-bottom: 0px !important;
	}

	.solution-box {
		flex-wrap: wrap;
	}
}

@media (max-width:767px) {
	.whatThisMeans {
		background: #e6e4df;
		min-height: 200px;
		padding-bottom: 40px;
	}

	.wtm-text {
		margin-top: 40px;
	}

	.video-txt {
		position: relative;
		width: 100%;
		height: auto;
		background: rgba(0, 0, 0, .7);
		right: 0px;
		top: 0px;
		color: #FFF;
	}
}

/*===========CBT new style by Dipin end here============*/