 
body {
	  font-family: "Hind", sans-serif;
	background-color: transparent;
	color: #010101;
  }
  
  h1,
  h2 {
	color: #010101;
  }

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
      font-family: "Hind", sans-serif;
    
}

  button,
  a.button {
	border: 0;
	background: #F58C21;
    text-transform: capitalize;
      border-radius: 0px;
      transition: background-color .25s ease-in;
       font-family: 'Hind', sans-serif;
	
  }
  button:hover,
  button:focus,
  a.button:hover,
  a.button:focus {
	background: #1CAFE5;
      border-radius: 0px;
  }

  button.style2{
	background-color: #F58C21; 
	border:none;
       text-transform: capitalize;
      border-radius: 0px;
      font-family: 'Hind', sans-serif;
  }
  button.style2:not([disabled]):hover, 
  button.style2:not([disabled]):focus {
    background-color: #1CAFE5;
      border-radius: 0px;
      font-family: 'Hind', sans-serif;
}


fieldset.style2 .promotion button {
   font-family: 'Hind', sans-serif; 
}


  a.button.mobile {
	color: #fff;
	width: 124px;
	padding-top: 6px;
      font-family: 'Hind', sans-serif;
  }
  a.button.mobile:hover,
  a.button.mobile:focus {
	color: #fff;
      font-family: 'Hind', sans-serif;
  }
  button.text,
  button.returnTo {
	color: #006CB8;
  }
  
  button.text:hover,
  button.returnTo:hover {
	color: #222;
	background-color:transparent;
      font-family: 'Hind', sans-serif;
  }
  
  a:link,
  a:visited {
	color: #006CB8;
	text-decoration: none;
  }
  
  a:hover,
  a:active {
	color: #222;
	text-decoration: underline;
  }
  
  .validationBox h2 {
	font-size: 1.6em;
	line-height: 1.56;
  }
  
  .validationBox li {
	font-size: 1.6em;
	line-height: 1.56;
  }
  
  .paymentType .radiogroup label > span {
	color: #BC2026;
	padding-top: 1px;
  }
  
  #wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
	overflow:inherit;

	padding-top:5px;
  }

  #wrapper {
	padding-bottom:0;
  }
  #wrapper:before {
	content: "";
	background-color: #fff;
	height: 116px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 4px solid #575757;
  }
  
  #wrapper .products .labelInner1 .title {
	color: #006CB8;
      margin-left: 8px;
  }
  .mastheadLogo #brand-logo{
	display:block;
 
}
.mastheadLogo #mobile-logo{
	display:none;
}
.mastheadLogo{
	display:flex;
	align-items: center;
}
 
  .mast {
	margin-bottom: 50px;
	position:relative;
  }
  .mast img {
	display: block;
	padding-top: 12px;
	}
  
  .mast .sleeve a .mobile {
	display: none;
  }
  
  .mast .sleeve div {
	padding: 0px 0;
  }



.masthead {
    width: 100%;
}

.masthead-inner {
    display: flex;
    justify-content: space-between; /* Pushes logos to opposite sides */
    align-items: center;
    width: 100%;
}

.flightlogo {
    margin-right: auto; /* Sticks to the left */
}

.airlinelogo {
    margin-left: auto; /* Sticks to the right */
}










  .validation-advice {
	text-align: right;
	}
  .navigation-home {
	position: absolute;
	z-index: 10;
	color: red;
	width: 40px;
	height: 52px;
	display: inline-block;
	top: 140px;
	line-height: 64px;
	text-align: center;
  }
  .checkbox.showPassword.no-image {
    text-align: right;
}
.product #offerVariantSelectionWrapper > h2 {
	background: #E6F6FC;
	}
	
	#wrapper .products .field:hover {
	background: #E6F6FC;
	}
  
  /* FOOTER */
  .footer {
	width: 100%;
	width: -webkit-calc(100vw - 9px);
	width: -moz-calc(100vw - 9px);
	width: calc(100vw - 9px);
	margin: 0 -moz-calc(-50vw + 50%);
	margin: 0 -webkit-calc(-50vw + 50%);
	margin: 0 calc(-50vw + 50%);
	position: relative;
	padding-top: 0;
	border-top: none;
}
  
  .footer .sleeve {
	position: relative;
	background-color: #fff;
			padding: 40px 0 24px 0;
  }
  
  .footer .sleeve:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	
  }
  
  .footer ul {
	position: relative;
		clear: both;
	
		color: #010101;
		width: 100%;
		max-width:1220px;
		padding: 13px 20px;
		float: none;
		margin: auto;
		text-align: center;
  }
  
  .footer li {
	float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 1.4em;
  }
  
  .footer ul li a {
	color: #010101;
  }
  
  .footer .sleeve div {
	text-align: center;

  }
  .footer h4 {font-size: 20px; text-align: center; color: #010101; margin-bottom: -4px;}
	
	.footer h4 a {color: #006CB8; font-weight: 400;}
	
	.footer h4 a:hover {color: #BC2026; font-weight: 400;}
	
	.footer .nav {background: #0A2864;}
	
	.footer .nav a {color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 700;}
	
	.footer p {
	padding: 0 20px 0 20px;
	line-height: 1.6em;
	}

 .copyright {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 24px 40px 24px 40px;
    color: #888;
   line-height: 1.3334;
   font-size: 10px;
   line-height: 1.6em;
}


/* Responsive: Stack Image on Top at 767px */
@media (max-width: 767px) {
    .copyright-inner {
        grid-template-columns: 1fr; /* Switch to a single column */
        text-align: center; /* Center text */
        width: 100%;
    }

    .copyright img {
        max-width: 80px; /* Optional: Adjust max-width for smaller screens */
        margin: 0 auto; /* Center the image */
    }

    .copyright-text {
        text-align: center;
        font-size: 12px; /* Slightly increase font size for better readability */
    }

    .copyright-text p {
        text-align: center;
    }
}




  
.cta {
	background: #f2f2f2;
	color: #010101;
	padding: 40px 20px 40px 20px;
	font-size: 16px;
	line-height: 16px;
	}
	
	.cta a {
	color: #006CB8;
	}
	
	.cta a:hover {
	color: #010101;
        text-decoration: underline;
	}
   .poweredby{
	font-size: 12px;
		line-height: 16px;
		padding-top: 15px;
		max-width:1220px;
		margin:auto;
  }

  .poweredby a, .poweredby a:visited {
	color: #006cb8;   
	}
	
	.poweredby a:hover {
	   color: #010101;
	}
	
  @media print {
	h2 {
	  font-size: 100% !important;
	}
	table,
	table li,
	table p,
	p {
	  font-size: 10pt;
	  line-height: 1.2;
	}
	.address {
	  margin-right: 20px;
	}
	.payment {
	  margin-left: 0;
	}
	#wrapper {
	  max-width: 1220px;
	  margin-left: auto;
	  margin-right: auto;
	}
	label,
	input,
	textarea,
	select {
	  display: inline !important;
	}
	a:link:after,
	a:visited:after {
	  content: none !important;
	}
	.navigation-home,
	.icon.required {
	  display: none;
	}
	.mast {
	  margin-bottom: 80px !important;
	  padding: 17px 0;
	}
  
	.mast .sleeve div {
	  padding: 0 !important;
	}
  }

  @media only screen and (max-width: 767px) {
	#wrapper {
		 
		 margin-top:0;
	  }
	#wrapper:before {
		height: 60px;
	
	 
	}
	.mastheadLogo #brand-logo{
		display:none;
	}
	.mastheadLogo #mobile-logo{
		display:block;
	}
	.mast{
		margin-bottom: 25px;
	}
	.mast::after {
		content: '';
		width: 100vw;
		height: 2px;
		background-color: transparent;
		position: absolute;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		bottom: 0px;
	  }
	.mast .sleeve a [class="desktop"] {
	  display: none;
	}
	.mast .sleeve a [class="mobile"] {
	  display: block;
	}
	.mast .sleeve div {
		padding: 4px 0;
	}
	.validation-advice {
		text-align:left;
		}
	.footer li {
	  display: block;
	  border: 0 none;
	  padding:0;
	  margin:0;
	  text-align:center;
	  line-height: 26px;
	}

}
  
  p {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  p.style1 {
	  font-size: 1.8em;
	  line-height: 1.55;
  }
  
  li {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  ol li {
	  margin-left: 27px;
  }
  
  dl {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  address {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  table {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  label, fieldset fieldset legend {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  input.text, select, textarea {
	  font-size: 1.6em;
	  line-height: 1.56;
  
  }









  @media screen and (min-width: 768px){
	#wrapper:before{
		background-position: top right -20em;
		background-size: unset;
	}
	.mastheadLogo .mastHybrid{
		max-width: 410px;
		margin-left: -26px;
		margin-top: 26px;
		line-height: 0;
	}
	.mastheadLogo .mastHybrid p.mastHybrid-text {
	  color: white;
	  font-size: 22px;
	  display:block;
	  line-height: 1.2;
  }
     
      
}

@media screen and (max-width: 767px){
      .mast img {
width: 119px;
padding-top: 2px;
          height: 100%;
}
    
    
    .cta {
	line-height: 20px;
	}
    
}




@media screen and (min-width: 1024px){
	#wrapper:before{
		background-position: top right;
 
	}

}
	  
 