[genuitec-file-id="wc1-144"],[genuitec-lp-path="/FlyBusinessClass_US/src/main/webapp/resources/css/new/header-style.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

@charset "utf-8";
/* CSS Document */

#mainheader {
	padding: 8px 0px;
	overflow: hidden;
	font-family: "Poppins", sans-serif;
	box-shadow: 0 0 6px #0000004D;
	/* background: white; */
}

@media (max-width: 1023px) {
#mainheader {
	padding: 6px 0px;
	/* background: white; */
}
}
#mainheader .logo_home {
	display: block;
	float: left
}

#mainheader .header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}
#mainheader .logo {
	float: left;
    margin-top: 0 !important;
}
#mainheader .logo img {
	width: 64px;
}

@media (max-width: 576px) {
#mainheader .logo img {
	width: 54px !important;
}
}

@media (max-width: 359px) {
#mainheader .logo img {
	width: 54px !important;
}
}
#mainheader .menubar {
	width: auto;
	float: right;
	padding-top: 0px;
	padding-right: 50px;
	height: 100%;
}

@media (max-width: 1023px) {
#mainheader .menubar {
	display: none
}
.New-country-flag {display: none !important;}	
	
}
#mainheader .menubar ul {
	list-style: none;
	padding: 0px;
	display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#mainheader .menubar ul li {
	padding: 0px 20px;
margin: 0 !important;
}
#mainheader .menubar ul li a {
	color: #0a2d72;
    padding-bottom: 0;
	text-decoration: none;
	border-bottom: 3px solid transparent
}
#mainheader .menubar ul li a.active {
	border-bottom: 3px solid #FF6B00;
	color: #FF6B00
}
#mainheader .tfn-number {
	text-align: right;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 500
}

@media (max-width: 576px) {
#mainheader .tfn-number {
	font-size: 11px;
	padding-top: 0px
}
}
#mainheader .tfn-number a {
	font-size: 18px;
	color: #dec39b !important;
	text-decoration: none;
	font-weight: 700;
	line-height: 20px;
    	margin-top: 0px;
}

@media (max-width: 576px) {
#mainheader .tfn-number a {
	font-size: 15px
}

	
}

@media (max-width: 359px) {
#mainheader .tfn-number a {
	font-size: 13px
}
}
#mainheader.homeheader {
	background: rgba(3,50,145,0.6);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
	box-shadow: none;
}


#mainheader.homeheader .tfn-number {
	padding-top: 6px;
	color: #fff
}
#mainheader.homeheader a {
	color: #FF6B00
}
#mainheader.homeheader .logo_home {
	display: block
}
#mainheader.homeheader .innerlogo {
	display: none
}

#mainheader .menubar ul li a:hover {
	border-bottom: 3px solid #FF6B00;
	color: #FF6B00
}
#mainheader .tfn-number a:hover {
	color: #FF6B00;
	text-decoration: none
}

.float-last {
	float: right
}
/***********New-dropdown-country flag**********/

.New-country-flag {
	margin: 0px 0px 0px 15px;
	width: auto !important;
	float: right;
	
}

.New-sub_header_link { 
	color: #dec39b ; 
	font-size: 15px !important; 
	font-weight: bold; 
	background-color: #ffffff00; 
	padding: 5px 5px; 
	margin-top: 0 !important;	
	display:flex;
} 

.New-sub_header_link img {
	max-width: 24px;
	max-height: 24px;
	margin-right:3px !important;
	}
	
	
	
.New-down_arw {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: relative;
	top: -2px;
	margin-left: 6px;	
}
.New-country-flag:hover .New-dropdown-country {
	max-height: 200px;
}
.New-dropdown-country {
	position: absolute;
	min-width: 80px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	display: block;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.6s ease-in;
	top: 48px;
	right: 56px;
	
}
.New-dropdown-country a {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	padding: 5px 10px !important;
	display: flex;
	font-size: 14px;
}
.New-dropdown-country {
	display: block;
	border-bottom: none !important;
}
.New-dropdown-country a:hover {
	background-color:#F8881F;
	color: #333;
}
.New-dropdown-country a img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 5px;
}


/***********New-dropdown-country flag close**********/

/********stiky header************/
.stricky-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	border-radius: 0;
	background: #182f2600;
}
@media (min-width:320px) and (max-width:479px) {

.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	border-radius: 0;
}
.airlineBanner {margin-top: 45px;}	
.bannerBox {margin-top: 45px;}
.blog-head {margin-top: 45px;}	
.header-spac{
	margin-top:50px;
}
}

@media (min-width:360px) and (max-width:639px) {

.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	border-radius: 0;
}
.airlineBanner {margin-top: 45px;}
.bannerBox {margin-top: 45px;}
.blog-head {margin-top: 45px;}	
.header-spac{
	margin-top:50px;
}
}
.edtik {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}



