
:root {
    --primary-color: #EE3423;
     --secondary-color: #EE3423;
    --white-color: #ffffff;
    --black-color: #000000;
	--lightGray-color: #cccccc;
	--darkGray-color: #262f36;
	--yellow-color: #ffc284;
	 
  }

body.qgocbt_bgPatern {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular' !important;
	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: cover;
	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', 'DroidKufiRegular';
	line-height: 20px;
}
.Login_Sec1 p {
	font-family: 'OpenSans-Regular', 'DroidKufiRegular';
	font-size: 14px;
	color: #000;
}
.LoginHeadText, a.LoginBtn {
	font-family: 'OpenSans-Bold', 'DroidKufiRegular';
}
.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: 35px 0 35px 35px;
}
.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;
}
a.LoginBtn {
	background: #EE3423;
	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;
}
.cbt_faq_banner h2 {
	font-family: 'BlendaScript', 'DroidKufiRegular';
	font-size: 40px;
	color: #fff;
}
.cbt_faq_collaps {
}
.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', 'DroidKufiRegular';
	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: #211e1e;
	padding: 25px 0;
}
.cbt_footer_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cbt_footer_logo {
	background: url(../images/logo_white.svg) no-repeat;
	width: 128px;
	height: 50px;
	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: 10px 20px;
	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: 50px;
	background-size: contain;
    background-position: center;
}
.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: #EE3423;
	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: #EE3423;
	color: #fff;
	border: solid #EE3423 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 **/
 
.button {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2.6rem;
	padding-top: 1.2rem;
	width: 15rem;
	text-align: center;
	color: white;
	border: 3px solid #fff;
	border-radius: 4px;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-decoration: none;
	transform: translateX(-50%);
	transition: all 0.2s;
}
.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;
	overflow: hidden;
}
.cbt_land .screen {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.screen.left {
	left: 0;
	background: url(../images/left_bg.jpg) center center no-repeat;
	background-size: cover;
}
.screen.left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;/* background: rgba(136, 226, 247, 0.7);*/
}
.screen.right {
	right: 0;
	background: url(../images/right_bg.jpg) center center no-repeat;
	background-size: cover;
}
.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: #EE3423;
	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', 'DroidKufiRegular';
	font-size: 20px;
	color: #EE3423;
	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: 66px;
	margin: 0 auto;
	position: relative;
}
.powerd_qgoLogo {
	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', 'DroidKufiRegular';
	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: #EE3423;
	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', 'DroidKufiRegular';
	font-size: 20px;
	color: #EE3423;
	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: 'BlendaScript', 'DroidKufiRegular';
    font-size: 60px;
	line-height: 70px;
    color: #ee3423;
	padding-bottom: 24px;
}

.cbt_landing_slide p{
	font-family: 'OpenSans-Regular', 'DroidKufiRegular';
    font-size: 15px;
	line-height: 24px;
    color: #000;
}
.cbt_Slide_SignBtn{
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    background: #EE3423;
    color: #fff;
    border: solid #EE3423 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);
	width: 581px;
	height: 652px;
	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: 30px;
	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%;
	min-height: 380px;
	background:#fff;
	padding:10px;
	border-radius: 10px;
}



 
.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', 'DroidKufiRegular';
    font-weight: normal;
	padding-bottom: 20px;
}
.cbt_landing_Videos_rht p{
	font-size: 14px;
    color: #000000;
    
   
}
 
 


.magentaRed_color{
    background-color: #fff;
}
.magentaRed_color .banner {
    width: 100%;
    background: url(../images/cbt_banner_bg.jpg) ;
	background-size: cover;
   
    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(--black-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'!important;}
.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:50px;
}
.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-SemiBold', 'DroidKufiRegular' ;
}
.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: 'DM Serif Display';
}
.cbt_Mybookings .nav-tabs {
    border-bottom: 1px solid var(--black-color);
}
.cbt_Mybookings .nav-tabs .nav-item {
    margin-bottom: -2px;
    padding-left: 10px;
}
.cbt_Mybookings .nav-tabs .nav-item.show .nav-link, .cbt_Mybookings .nav-tabs .nav-link.active {
    color:var(--black-color);
    background-color:#fff;  
    border-color:var(--black-color) var(--black-color) var(--black-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(--black-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%;
        box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
 }
.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-SemiBold', 'DroidKufiRegular';
}
.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-SemiBold' ,'DroidKufiBold';
 }
 .cbtPolicyException p {
    color:var(--white-color);
    margin-bottom: 0px;
}
/*my booking style end*/

/*banner leftSide style start*/
.cbttravelerColMain{
    width:40%;
}
.cbt_pasngerDtlsBox01 {
background: #EE3423;
background: linear-gradient(339deg,rgba(238, 52, 35, 1) 0%, rgba(205, 27, 10, 1) 33%, rgba(238, 52, 35, 1) 68%, rgba(205, 27, 10, 1) 100%);
    border-radius: 10px 10px 100px 10px;
    padding:20px 25px;
    color:var(--white-color);
     margin-bottom: 15px;
    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_pasngerDtlsHead h3 {
    font-size: 22px;
    font-family: 'DM Serif Display';
}
.cbt_pasngerDtlsHead h5 {
    color:var(--yellow-color);   
    font-size: 15px;
}
.cbt_pasngerBranch {
    text-align: right;
}
.cbt_dtlsRpt{
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
.cbt_dtlsRpt span{
    width: 50%;
    font-size: 14px;
}
.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);
    width: 90%;
}

.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-SemiBold', 'DroidKufiRegular';
}
/*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: 50px;
	padding-bottom:50px;
}
.clearBtn_cbt {
     background: url(../images/close_cbt.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 47px;
    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-Bold', '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;
}
.Activity_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 .Activity_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;
}
.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;
}
.CarRent_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 .CarRent_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: 25px 22px;
}
.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;
}
.fl_search_field1 {
	width: 44%;
	border-bottom: solid var(--lightGray-color) 2px;
	position: relative;
}
.SearchBtn_cbt, .SrchDate_cbt input {
	border: none;
	font-family: 'OpenSans-Bold', 'DroidKufiBold';
}
.fl_search_field1.border-0.serchFldSelect input.form-control {
    padding: 5px 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.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: 58px;
}
.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;
}
.SrchDate_cbt .Lbl {
	line-height: 18px;
}
.SrchDate_cbt input {
	font-family: 'OpenSans-Bold', '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: #EE3423;
	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: 320px;
	background: var(--white-color);
	border: solid var(--lightGray-color) 1px;
	border-radius: 5px;
	padding: 15px;
    right: -20px;
    top: 68px;
    z-index: 9;
}
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-Bold', '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-Bold', '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-Bold', 'DroidKufiBold';
    line-height: 22px;
    color: #000;
    font-size: 14px;
}
.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);
}
.carSpeed_icon {
    width: 55px;
    height: 35px;
    background: url(../images/car_speed.svg) 0 0 / contain no-repeat;
    display: inline-block;
    position: relative;
}
.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)
}
.fl_search_row_cbt .cbtChecksComn {
    padding-top: 10px;
    padding-left: 30px;
}
/*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-Bold', '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-Bold', '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: #EE3423;
    font-family: 'OpenSans-Bold', '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-Bold', '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: #EE3423;
    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-Bold', '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: #EE3423;
}
.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: #EE3423;
}
button.theme_button {
    width: fit-content;
    padding: 12px 20px;
    height: auto;
    border-radius: 5px;
    background: #EE3423;
    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-Bold', 'DroidKufiBold';
}
.hmtrendflLeft p {
    margin-bottom: 0px;
    font-size: 12px;
}
.hmtrendflLeft h2 {
    margin-bottom: 0px;
    font-size: 17px;
   font-family: 'OpenSans-Bold', '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: #EE3423;
    border: none;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
}
section.cbtloginArea .landingArea h1{padding-bottom: 10px;color: #EE3423;}
.landingArea {
    display: flex;
    gap: 60px;
    background: #ffffff70;
    padding: 30px;
    border-radius: 10px;
    align-items: center;
}
.landingLft{width: 60%;}
.landingRht{width: 40%;}
.coPurposeTraval {
    padding-top:10px;
	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;
}
 
 /*new start*/
.homeCalenderBox {
	padding: 0;
	background: #fff;
}
.homeCalenderDate {
	background: #EE3423;
    background: linear-gradient(339deg, rgba(238, 52, 35, 1) 0%, rgba(205, 27, 10, 1) 33%, rgba(238, 52, 35, 1) 68%, rgba(205, 27, 10, 1) 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-Bold', 'DroidKufiBold';
	font-size: 15px;
	text-transform: uppercase;
}
.HomeCalenderMonth {
}
.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-Bold', '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: #ee3423;
	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;
}
.cbt_notificationHead {
	background: #EE3423;
	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*/
 
 
 
	

@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:var(--primary-color);;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:inset 0 0 4px rgba(0,0,0,0.4);overflow-y:auto}
    .main_nav ul{margin:0;padding:0;display:block;margin-top:0}
    .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';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';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:var(--white-color);;text-decoration:none;font-size:14px;display:inline-block;padding:10px 15px}
    .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;}
    .mob_btn span{display:block;width:30px;height:3px;border-radius:30px;background:#EE3423;}
    .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;}
}
@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) {
	.banner_content_main_cbt {
    padding-top: 30px;
}
	.hmtrendflsBox img {
    height: 300px;
    border-radius: 10px;
}
	.fl_search_field_center {
    width:40px;
}
	.serchTransTimes select.form-control {
    font-size: 12px;
    padding: 0px;
    padding-left: 5px;
}
	.Search_Area_cbt input, .SrchDate_cbt .Lbl, .SrchDate_cbt input {
    font-size: 12px;
}
.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;}
	.cbt_pasngerDtlsBox02 {width: 100%;}
	
	.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;
	}
}



/* 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 0 0 20px;box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
transition: right 0.4s ease-in-ou;}
.cbt_nav.open {right: 0;}
.cbt_nav-list {flex-direction: column;gap: 1.5rem;}
.cbt_nav-link {font-size: 1.2rem;}
.cbt_nav-toggle {display: block;} 
}
@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%;}
}
@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;}
 
}
@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;}
}
@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;}
	.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;}
	.cbt_land .screen{position: relative;width: 100%;}
	
	.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;}
	.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%;}
	.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;}
	.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;}
	
}
/* media query end */


button.swal2-confirm.swal2-styled {
    background: #EE3423 !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 #EE3423 !important;
}
div#popup_container {
    background: #fff;
    padding: 25px !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: #EE3423;
    border: none;
    padding: 7px 20px;
    margin-top: 10px;
    border-radius: 5px;
	outline: none !important;
}
h2#popup_title_blue {
    color: #ff1b1b;
    font-size: 15px;
}





/*----------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: #EE3423;
	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' !important;
    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: #EE3423;
    border-radius: 7px;
    color: #fff;
	font-family: 'OpenSans-Bold', 'DroidKufiBold' !important;
    font-size: 17px;
    padding: 10px 30px;
}
.refresh_btn{
	background: #2d314a;
    border-radius: 7px;
    color: #fff;
	font-family: 'OpenSans-Bold', 'DroidKufiBold' !important;
    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 .mybook_mainTabs {
    border-bottom: 1px solid #EE3423  !important;
    padding-bottom: 15px;
}
.mybookingBoxMain .nav-tabs .nav-item.show .nav-link, .mybookingBoxMain .nav-tabs .nav-link.active {
    color: #fff;
    border-color: transparent;
    background: #EE3423;
}
.mybookingBoxMain .nav-tabs .nav-link {
    border: none;
    border-radius: 30px;
    color: #EE3423;
    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;
}
.mybookingBoxMain .head {
    border-bottom: 1px solid #ccc;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.mybookingBoxMain .nav-tabs {
    margin-bottom: 20px;
}
.myb__booking_details {
    border: 2px solid #EE3423;
    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: #EE3423;
    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: #EE3423;
    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: #ccc;
    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: #EE3423;
}
a.myb_vew_details.view {
    background: #e4f3fb;
    border: 1px solid #EE3423;
    border-radius: 30px;
    padding: 7px 20px;
    color: #EE3423;
    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;
}
.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: 20px;
}

/* car rental style  end*/


.fl_search_field1.htlSearchFld1 ul.suggestion-dropdown {
    width: 100%;
}

.htlRoomAdd span.addRoom {
    color: #EE3423;
    font-size: 14px;
    cursor: pointer;
}
.htlRoomAdd span.removeRoom {
    color: #EE3423;
    font-size: 14px;
    cursor: pointer;
}



