@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300&display=swap');

html
{
  scroll-behavior: smooth;
}

body
{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  background: #ffffff;
  text-align: left;
  color: #030000;
}

.row
{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.padding_0_30,
.centeredContent.padding_0_30
{
  padding-top: 0px;
  padding-bottom: 30px;
}

.padding_30_30,
.centeredContent.padding_30_30
{
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding_40_55,
.centeredContent.padding_40_55
{
  padding-top: 40px;
  padding-bottom: 55px;
}

.padding_80_55,
.centeredContent.padding_80_55
{
  padding-top: 80px;
  padding-bottom: 55px;
}

.padding_0_80,
.centeredContent.padding_0_80
{
  padding-top: 0px;
  padding-bottom: 80px;
}

.padding_80_0,
.centeredContent.padding_80_0
{
  padding-top: 80px;
  padding-bottom: 0px;
}

.padding_80_80,
.centeredContent.padding_80_80
{
  padding-top: 80px;
  padding-bottom: 80px;
}

h1,
.contentContainer h1
{
  font-weight: 400;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0.5px;
}

h2,
.contentContainer h2
{
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h3,
.contentContainer h3
{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

h4,
.contentContainer h4
{
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h5,
.contentContainer h5
{
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.clipContent h1,
.clipContent h2,
.clipContent h3,
.clipContent h4,
.clipContent h5,
.clipContent h6
{
  text-align: left;
}

.contentContainer p
{
  font-size: 1rem;
  text-align: left;
  line-height: 1.75;
}

p.subtitle
{
  font-weight: 600;
  font-size: 20px;
  ine-height: 24px;
}

p.small
{
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
}

.contentContainer ul
{
  padding-left: 1rem;
  text-align: left;
}

.contentContainer h2:after
{
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffc40d;
  border-radius: 2px
}

.contentContainer .premium h2:after
{
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #8a8d8f;
  border-radius: 2px
}

a
{
  color: #030000;
  text-decoration: underline;
}

a:hover
{
  color: #ffc40d;
}

.clipContent a
{
  color: #030000;
  text-decoration: underline;
}

.clipContent a:hover
{
  color: #ffc40d;
}

a.btn-primary
{
  background-color: #ffc40d;
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #030000;
  padding: 11px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
}

a.btn-primary:hover
{
  background-color: #030000;
  color: #fff !important;
}

a.btn-primary.premium
{
  background-color: #030000;
  border: solid 2px #030000;
  color: #fff;
}

a.btn-primary.premium:hover
{
  background-color: #8a8d8f;
  border: solid 2px #717476;
}

a.btn-primary.left
{
  margin: 0;
  float: left;
}

a.btn-primary.right
{
  margin: 0;
  float: right;
}

a.btn-secondary
{
  background-color: #ffffff;
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #030000;
  padding: 9px 20px;
  border-radius: 5px;
  border: solid 2px #030000;
  text-decoration: none !important;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
}

a.btn-secondary:hover
{
  background-color: #030000;
  color: #fff;
}

a.btn-ghost-white
{
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  padding: 11px 20px;
  border-radius: 5px;
  border: solid 2px #fff;
  text-decoration: none !important;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
}

a.btn-ghost-white:hover
{
  background: #fff;
  color: #030000;
}

button.btn-primary
{
  background-color: #ffc40d;
  display: block;
  font-size: 16px;
  color: #030000;
  padding: 11px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
}

button.btn-primary:hover
{
  background-color: #030000;
  color: #fff;
}

button.btn-primary.left
{
  margin: 0;
  float: left;
}

button.btn-primary.right
{
  margin: 0;
  float: right;
}

button.btn-secondary
{
  background-color: #ffffff;
  display: block;
  font-size: 16px;
  color: #030000;
  padding: 11px 20px;
  border-radius: 5px;
  border: solid 2px #030000;
  text-decoration: none !important;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
}

button.btn-secondary:hover
{
  background-color: #030000;
  color: #fff;
}

.bgw
{
  background: #fff;
}

.bgb
{
  background: #030000;
}

.bgg
{
  background: #f5f5f5;
}

.bgy
{
  background: #ffc40d;
}

.bgbl
{
  background: #009eca;
}

.txtw
{
  color: #fff;
}

.txtb
{
  color: #030000;
}

.txtg
{
  color: #f5f5f5;
}

.txty
{
  color: #ffc40d;
}

.txtbl
{
  color: #009eca;
}

.info-icon
{
  max-width: 120px !important;
  margin: 0 auto;
  display: block;
}

a.skip-main
{
  display: none;
}

.headerTop
{
  background-color: rgb(0 0 0);
  min-height: 45px;
  min-height: 2.8125rem;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerTop .centeredContent
{
  justify-content: space-between;
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding: 0 20px;
}

.headerTop_pop a B
{
  color: #030000 !important;
}

.headerTop_left
{
  margin-top: 0;
  float: none;
  display: flex;
}

.headerTop_left ul#loginMenu li a.loginMo span
{
  color: #fff;
}

.headerTop_left ul#loginMenu li a.loginMo:hover span
{
  color: #ffc40d;
}

.headerTop_left ul#loginMenu li a.loginMo:hover svg
{
  fill: #ffc40d;
}

.headerTop_left #loginMenu .customerAccount span
{
  display: inline-block;
  color: #fff;
}

.headerTop_left #loginMenu #Logoff span
{
  display: inline-block;
  color: #ffc40d;
}

.headerTop .headerTop_left #Logoff.loginMenu span
{
  color: #ffc40d;
}

.headerTop .headerTop_left .loginMenu_toggleMobile span
{
  display: inline-block;
  color: #fff;
}

.headerTop .headerTop_left #Logoff.loginMenu_toggleMobile span
{
  color: #ffc40d;
}

.headerTop_right
{
  float: none;
}

.headerTop_right
{
  margin-left: auto;
  order: 2;
}

ul.headerTop_right li a.headerTop_toggle B
{
  color: #030000;
}

ul.headerTop_right li a.headerTop_toggle.headerTop_flags B
{
  background-color: rgb(242 244 246 / 0%);
}

ul.headerTop_right li.headerTop_currency
{
  display: none;
}

ul.headerTop_right li.headerTop_language
{
  display: none;
}

ul.headerTop_right li a.headerTop_toggle span
{
  color: #ffffff;
}

#afterLogin a.loginMenu_toggleMobile:hover .svgHolder svg,
.headerTop_left ul a:focus .svgHolder svg
{
  fill: #ffc40d;
}

ul.headerTop_right
{
  float: none;
  margin: 0;
}

ul.headerTop_right>li
{
  margin: 5px 0;
}

ul.headerTop_right>li a
{
  color: #ffffff;
  text-decoration: none;
}

ul.headerTop_right>li a::before
{
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  color: #ffc40d;
  font-weight: 900;
  margin-right: 5px;
}

[data-ibepage="index_page"] ul.headerTop_right>li a::before
{
  font-family: "FontAwesome";
}

[data-ibepage="account_page"] ul.headerTop_right>li a::before
{
  font-family: "FontAwesome";
  display: none;
}

header .headerBottom .centeredContent
{
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

header .headerBottom .headerBottom_menuPop
{
  min-width: 250px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: solid 1px #e5e2e2;
  left: 0;
}

header .headerBottom .centeredContent .headerBottom_logo
{
  padding-top: 0;
}

header .headerBottom .centeredContent .headerBottom_logo a img
{
  max-width: 200px;
  margin: 10px 0;
  height: 100px;
}

header .headerBottom .centeredContent .headerMenu
{
  padding-top: 0;
  order: 2;
}

header .headerBottom .centeredContent .headerMenu>ul
{
  align-items: baseline;
  height: unset;
}

header .headerBottom .centeredContent .headerMenu>ul>li
{
  border: none;
  padding: 0 10px 0 20px;
}

header .headerBottom .centeredContent .headerMenu>ul>li>a
{
  color: #030000;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem !important;
}

header .headerBottom .centeredContent .headerMenu>ul>li>a:hover
{
  color: #ffc40d;
}

header .headerBottom .centeredContent .headerMenu>ul>li>a#customerLogin
{
  padding: 8px 30px;
  background-color: #ffc40d;
  border: solid 1px #ffc40d;
  border-radius: 5px;
  cursor: pointer;
}

header .headerBottom .centeredContent .headerMenu>ul>li>a#customerLogin:hover
{
  background: #030000;
  border: solid 1px #030000;
  color: #fff;
}

header .headerBottom .centeredContent .headerMenu>ul>li>a#customerLogin:hover img
{
  filter: invert(1) sepia(0) saturate(10);
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile span
{
  background-color: #ffc40d;
  border-radius: 3px;
  border-top: solid 1px #ffc40d;
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile[aria-expanded="true"] span:first-child
{
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile[aria-expanded="true"] span:nth-child(2)
{
  display: none;
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile[aria-expanded="true"] span:last-child
{
  transform: translate3d(0px, -2px, 0) rotate(-45deg);
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile[aria-expanded="true"] span,
a.headerMenu_toggleMobile[aria-expanded="false"] span
{
  transition: all 0.25s ease-in-out;
}

header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile[aria-expanded="false"] span:nth-child(2)
{
  display: block;
  transition: display 2s ease-in-out;
}

.pageDestination .titelTop
{
  max-width: 1300px;
  margin: 0 auto;
  border: none;
  align-items: center;
  padding: 0 25px 0 0;
}

.breadcrumbsString a
{
  text-decoration: none;
}

.breadcrumbsString span:not(:last-child):before
{
  content: ' | ';
}

ol.breadcrumb
{
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: solid 2px #ffc40d;
  margin: 30px 0 60px;
}

ol.breadcrumb li
{
  display: inline-block;
}

.breadcrumb>li+li:before
{
  content: "|";
}

.centeredContent
{
  padding: 0;
}

.pageDestination
{
  padding: 0;
  padding-top: 135px;
}

.pageDestination .enginePanels
{
  min-height: unset;
}

.contentContainer li
{
  line-height: 1.75;
}

#main.horizontalse
{
  transition: all 1s "fade";
}

.engineFrame.horizontalse
{
  position: relative;
}

.engineFrame .centeredContent
{
  background: #fff;
  border-radius: 10px;
  border: solid 1px #f8f8f8;
  box-shadow: 0 4px 12px #0000001a;
}

.engineFrame .engineTabs ul
{
  flex-direction: row;
  display: flex;
}

.engineFrame .engineTabs ul li
{
  padding: 0;
  border-right: solid 1px #ccc;
}

.engineFrame .engineTabs ul li:last-child
{
  border: none;
}

.engineFrame .engineTabs li a
{
  height: 48px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #030000;
}

.engineFrame .engineTabs li a:hover,
.engineTabs li a:focus
{
  background-color: #ffc40d;
  transform: none;
}

.engineFrame .engineTabs li a[aria-selected="true"]
{
  padding-bottom: 0px;
  background-color: transparent;
  border-bottom: solid 3px #ffc40d;
  border-radius: 0px;
  font-weight: 600;
}

.engineFrame .engineTabs li a .svgHolder
{
  display: none;
}

.engineFrame .engineTabs li a .tad-mobile
{
  display: none !important;
}

.engineFrame .enginePanels
{
  min-height: 100px;
  border-top: solid 1px #dddddd;
}

.engineFrame .enginePanels .enginePanel
{
  background-color: #ffffff;
}

.engineFrame .enginePanels .enginePanel .flightType .btnRow>.radio-inline
{
  color: #030000;
  font-size: 1rem;
  font-weight: 600;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper
{
  border: solid 1px #030000;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper:focus
{
  border: solid 2px #ffc40d;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper .easy-autocomplete
{
  background: #fff !important;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper .easy-autocomplete-container ul li
{
  background-color: #fff8DC;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper .easy-autocomplete-container ul li.selected
{
  background: none repeat scroll 0 0 #ffc40d;
}

.engineFrame .enginePanels .enginePanel .flightForm .flightForm__wrapper .input-div__title
{
  font-size: 12px;
  left: 20px !important;
  top: 1px;
  text-transform: uppercase;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li>label>input
{
  background-color: #fff;
  border: solid 1px #030000;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li>label>input:focus
{
  border: solid 2px #ffc40d;
  outline-offset: 0px;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop .closePass
{
  fill: #030000;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop .userPop_submit input
{
  background: #ffc40d !important;
  color: #030000 !important;
  font-size: 1rem;
  font-weight: 400;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop .passPop_form
{
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop .passPop_form a
{
  position: absolute;
  background-color: #030000;
  color: white;
  font-weight: 400;
  line-height: 28px;
  border-radius: 3px;
  right: 0px;
  top: 0px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop a.passPop_minus.disabled
{
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

.engineFrame .enginePanels .enginePanel .flightForm>ul>li .flightForm_passPop .passPop_form input
{
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 35px;
}

.engineFrame .enginePanels .enginePanel .flightCoupon
{
  margin-top: 15px;
  color: #030000;
}

.engineFrame .enginePanels .enginePanel .flightCoupon h3
{
  font-size: 0.75rem;
  display: inline-block;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .svgHolder svg
{
  fill: #ffc40d !important;
}

.engineFrame .enginePanels .enginePanel .flightCoupon_initial a
{
  color: black;
  font-weight: 500;
  font-size: 14px;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form button
{
  color: #030000;
  border: solid 1px #030000;
  border-radius: 5px;
  text-transform: uppercase;
  height: auto
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form.flightCoupon_formValidated .flightCoupon_message#flightCoupon_success
{
  display: inline-block;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form.flightCoupon_formFailed .flightCoupon_message#flightCoupon_failed
{
  display: inline-block;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form input
{
  width: 217px;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form input[type="text"]::-webkit-input-placeholder
{
  color: #666 !important;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form input[type="text"]::-moz-placeholder
{
  color: #666 !important;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form input[type="text"]::-ms-input-placeholder
{
  color: #666 !important;
}

.engineFrame .enginePanels .enginePanel .flightCoupon .flightCoupon_form input[type="text"]::-moz-placeholder
{
  color: #666 !important;
}

.engineFrame .enginePanels .enginePanel .flightSubmit input
{
  background-color: #ffc40d;
  color: #030000;
  margin-top: 20px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  transition: none;
  font-size: 1.25rem;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

.engineFrame .enginePanels .enginePanel .flightSubmit input:hover
{
  background-color: #030000;
  color: #ffffff;
}

.engineFrame .enginePanel .flightForm .switch
{
  border-color: #ffc40d;
}

.searchRight .engineFrame.uprightEngine .uprightEngine_frame .engineTabs
{
  display: none;
}

.searchRight .engineFrame.uprightEngine .uprightEngine_frame .enginePanels
{
  width: 100%;
}

.searchRight .engineFrame.uprightEngine .uprightEngine_frame .enginePanel h2
{
  color: #030000;
}

.searchRight .engineFrame.uprightEngine .uprightEngine_frame .flightType
{
  float: left;
}

.searchRight .engineFrame.uprightEngine .uprightEngine_frame .enginePanel .flightSubmit input
{
  max-width: 100%;
  width: 100%;
}

.searchRight.stick
{
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 999;
}

.flightForm_dateHolder .dateFrame_title.direction
{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.flightForm_dateHolder a.flightForm_datePrevMonth,
.flightForm_dateHolder a.flightForm_dateNextMonth
{
  background: #030000 !important;
}

.flightForm_dateHolder a.flightForm_datePrevMonth .svgHolder svg,
.flightForm_dateHolder a.flightForm_dateNextMonth .svgHolder svg
{
  fill: #ffffff !important;
}

.flightForm_dateHolder a.flightForm_datePrevMonth:hover,
.flightForm_dateHolder a.flightForm_dateNextMonth:hover
{
  background: #ffffff !important;
  border: solid 2px #030000;
  padding-left: 9px;
}

.flightForm_dateHolder a.flightForm_datePrevMonth:hover .svgHolder svg,
.flightForm_dateHolder a.flightForm_dateNextMonth:hover .svgHolder svg
{
  fill: #030000 !important;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_weekdays li div,
.dateFrame_month_pkg ul.dateFrame_weekdays li div,
.dateFrame_month_pkg2 ul.dateFrame_weekdays li div
{
  background-color: #fff;
  color: #000030;
  font-weight: 700;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li strong
{
  color: #030000;
  font-weight: 500;
  font-size: 1rem;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a span,
.dateFrame_month_pkg ul.dateFrame_calendar_pkg li a span,
.dateFrame_month_pkg2 ul.dateFrame_calendar_pkg2 li a span
{
  font-weight: 500;
  color: #030000;
  padding-top: 5px;
  font-size: 11px;
  word-spacing: -2.5px;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a:hover span,
.dateFrame_month_pkg ul.dateFrame_calendar_pkg li a:hover span,
.dateFrame_month_pkg2 ul.dateFrame_calendar_pkg2 li a:hover span
{
  color: #030000;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a:hover
{
  background: #ffc40d;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a:hover strong
{
  color: #030000;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a.startDate_selected
{
  background: #ffc40d;
  color: #030000;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a.disabled
{
  background: #fafafa;
  opacity: 1;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a.disabled strong
{
  color: #999;
}

.flightForm_dateHolder .dateFrame_month ul.dateFrame_calendar li a,
.flightForm_dateHolder .dateFrame_month_pkg ul.dateFrame_calendar_pkg li a,
.flightForm_dateHolder .dateFrame_month_pkg2 ul.dateFrame_calendar_pkg2 li a
{
  background: #fff8DC;
}

header .inner_headerBottom
{
  background: #fff;
}

header .inner_headerBottom .centeredContent
{
  position: relative;
}

header .inner_headerBottom .centeredContent .headerBottom_search
{
  float: none;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #030000;
  background: #f8f8f8;
  border-radius: 5px;
}

header .inner_headerBottom .centeredContent .headerBottom_searchButton a
{
  color: #030000;
  border: 0;
  background: transparent;
  font-size: 16px;
  height: auto;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 170px;
}

header .inner_headerBottom .centeredContent .headerBottom_searchButton a:hover
{
  color: #fff;
  border: solid 2px #030000;
  background: #030000;
}

header .inner_headerBottom .centeredContent .headerBottom_searchButton a:active
{
  color: #030000;
  border: none;
  background: #ffc40d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

header .inner_headerBottom .centeredContent .headerBottom_searchButton a[aria-expanded="true"]:before,
header .inner_headerBottom .centeredContent .headerBottom_searchButton a[aria-expanded="true"]:after
{
  display: none;
}

header .inner_headerBottom .engineFrame
{
  width: 100%;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel
{
  background: #fff;
  border-radius: 10px;
  border: solid 1px #ccc;
  box-shadow: 0px 8px 10px 1px rgb(184 184 184 / 50%);
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel a.enginePanel_close
{
  color: #030000;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm__wrapper
{
  border: solid 2px #ccc;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightType .btnRow>.radio-inline
{
  color: #030000;
  font-size: medium;
  font-weight: 600;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm .flightForm__wrapper
{
  border: solid 1px #030000;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm .flightForm__wrapper:focus
{
  border: solid 2px #ffc40d;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm .flightForm__wrapper .easy-autocomplete
{
  background: #fff !important;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm .flightForm__wrapper .easy-autocomplete-container ul li.selected
{
  background: none repeat scroll 0 0 #ffc40d;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm>ul>li>label>input
{
  background-color: #fff;
  border: solid 1px #030000;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightForm>ul>li>label>input:focus
{
  border: solid 2px #ffc40d;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightCoupon span h3
{
  display: inline-block;
  font-size: 1rem;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightCoupon .svgHolder svg
{
  display: block;
  width: 100%;
  fill: #fac30e;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightSubmit input
{
  background-color: #ffc40d;
  color: #030000;
  margin-top: 20px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  height: 50px;
  transition: all .5s ease;
  font-size: 1.25rem;
}

header .inner_headerBottom .centeredContent .engineFrame .enginePanel .flightSubmit input:hover
{
  background-color: #030000;
  color: #ffc40d;
}

.inner_headerBottom .headerMenu
{
  position: absolute;
  top: 10px;
  right: 20px;
}

.inner_headerBottom .headerMenu a.headerMenu_toggleMobile
{
  width: 60px;
  height: 60px;
}

.inner_headerBottom .headerMenu a.headerMenu_toggleMobile span
{
  height: 5px;
  margin: 3px 0px;
}

.inner_headerBottom .headerMenu>ul>li
{
  margin-left: 0;
}

.inner_headerBottom .flightCoupon_initial
{
  color: #333;
}

.inner_headerBottom .flightCoupon_initial a
{
  font-weight: 600;
  color: #333;
}

.inner_headerBottom #customerLogin
{
  padding: 3px 32px 3px 16px;
  border-radius: 0;
  background-color: unset;
}

.inner_headerBottom #customerLogin:hover
{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.inner_headerBottom .flightForm_passPop
{
  padding: 1rem;
}

.inner_headerBottom .flightForm_passPop ul
{
  max-width: calc(100% - 10px);
  margin: 0px auto;
  margin-top: 20px;
}

.inner_headerBottom .flightForm_passPop .closePass
{
  fill: #030000;
}

.inner_headerBottom .flightForm_passPop .userPop_submit input
{
  background: #ffc40d !important;
  color: #030000 !important;
  font-size: 1rem;
  font-weight: 400;
}

.inner_headerBottom .flightForm_passPop .passPop_form
{
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.inner_headerBottom .flightForm_passPop .passPop_form a
{
  position: absolute;
  background-color: #030000;
  color: white;
  font-weight: 400;
  line-height: 28px;
  border-radius: 3px;
  right: 0px;
  top: 0px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.inner_headerBottom .flightForm_passPop a.passPop_minus.disabled
{
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

.inner_headerBottom .flightForm_passPop .passPop_form input
{
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 35px;
}

.progressBar_holder .progressBar_cart
{
  background-color: #ffffff;
  padding: 2rem 1rem 1rem;
  border-bottom: 0;
}

.progressBar_holder .progressBar_cart ul.progressBar li a
{
  text-decoration: none;
}

.progressBar_holder .progressBar_cart ul.progressBar li.active:after
{
  background-color: #fcc415;
  bottom: -10px;
}

.progressBar_holder .progressBar_cart .cartButton
{
  padding: 0
}

.progressBar_holder .progressBar_cart .cartButton a
{
  background: #ffc40d;
  font-weight: 400;
  min-width: 170px;
  color: #030000;
}

.progressBar_holder .progressBar_cart .cartButton a:hover
{
  background: #030000;
  color: #ffffff;
}

.progressBar_holder .progressBar_cart .cartButton a .svgHolder
{
  height: auto;
  width: auto;
}

.progressBar_holder .progressBar_cart .cartButton a .svgHolder svg
{
  height: 20px;
  fill: #030000;
}

.progressBar_holder .progressBar_cart .cartButton a:hover .svgHolder svg
{
  fill: #ffffff;
}

.progressBar_holder .progressBar_cart .cartButton a strong
{
  font-weight: 400;
  text-align: right;
  width: 100%;
}

.progressBar_holder .progressBar_cart .cartButton a span
{
  display: none;
}

.progressBar_holder .progressBar_cartFixed
{
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.progressBar_cartFixed .progressBar:after
{
  display: none;
}

.progressBar_holder .progressBar_cartFixed .progressBar_cart
{
  padding: 1rem 2rem;
  vertical-align: middle;
}

.progressBar_holder .progressBar_cartFixed .progressBar_cart ul.progressBar
{
  padding: 10px 0 0;
}

.progressBar_holder .progressBar_cartFixed .progressBar_cart ul.progressBar li.active
{
  vertical-align: baseline;
}

.progressBar_holder .progressBar_cartFixed .progressBar_cart ul.progressBar.progressBar li.active:after
{
  height: 2px;
  border-radius: 2px;
  left: 32px;
  right: -5px;
  bottom: -7px;
  z-index: 1;
}

.flightSection.newflightpage
{
  margin: 30px 0 80px;
  border: solid 1px #e1e1e1;
  box-shadow: none;
  border-radius: 5px;
}

.flightSection.newflightpage .resultsTitle
{
  background: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0.75rem 0 1rem 50px;
}

.flightSection.newflightpage .resultsTitle_icon
{
  background: transparent;
  left: 0;
  box-shadow: none;
  width: 50px;
}

.flightSection.newflightpage .resultsTitle_icon i
{
  color: #ffc40d;
  font-size: 10px;
}

.flightSection.newflightpage .flightItem_body>ul>li
{
  max-width: none;
  height: 630px;
  flex: 1 1 auto;
  width: 100%;
  padding: 1rem;
}

.flightSection.newflightpage .resultsTitle_trip
{
  font-weight: 600;
}

.flightSection.newflightpage .flightList .flightItem__duration
{
  font-size: 1rem;
  font-weight: 400;
  color: #030000;
  font-family: unset;
}

.flightSection.newflightpage .resultsGallery .item a>div
{
  background-color: #ffffff;
  color: #030000;
}

.flightSection.newflightpage .resultsGallery .item a>div strong
{
  font-weight: 600;
}

.flightSection.newflightpage .resultsGallery .item a:hover>div
{
  background-color: #ffc40d;
  color: #030000;
}

.flightSection.newflightpage .resultsGallery .item a.selected>div
{
  background-color: #030000;
  color: #fff;
}

.flightSection.newflightpage .resultsGallery .owl-carousel .owl-nav .owl-next.custom,
.flightSection.newflightpage .resultsGallery .owl-carousel .owl-nav .owl-prev.custom
{
  background: none;
  cursor: default;
}

.flightSection.newflightpage .flightList .flightItem.flightHolder
{
  background-color: #f8f8f8;
  border-radius: 0;
}

.flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew
{
  padding: 1rem;
  border-bottom: solid 1px #dddddd;
  background: #fff;
  border-top: 0;
}

.flightSection.newflightpage .flightList .flightItem:before
{
  background: #ffc40d;
}

.flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title
{
  padding: 0 20px;
}

.flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title .flightItem_titleLeft .flightItem_graph .flightItem_graph__plane
{
  color: #ffc40d;
}

.flightSection.newflightpage .flightList .greyed_out_flights
{
  position: relative !important;
  background: #FFF0C3;
  padding: 0.5rem;
  color: #bf920a;
  border: solid 2px #fdd660;
  font-weight: 400 !important;
}

.flightSection.newflightpage .flightList #flight-no-result h2
{
  line-height: 1.75;
  font-size: 1rem;
  text-transform: none;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn
{
  background-color: #ffc40d;
  color: #030000;
  border-radius: 5px;
  border: solid 2px #ffc40d;
  box-shadow: none;
  transition: none;
  height: 50px;
  line-height: 48px;
  padding: 0;
  font-weight: 400;
  width: 250px;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn:hover
{
  background-color: #030000;
  color: #fff;
  border-radius: 5px;
  border: solid 2px #030000;
  box-shadow: none;
  transition: none;
  padding: 0;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn:hover label
{
  color: #fff;
  text-decoration: none;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn[aria-expanded="true"]
{
  background-color: #ffffff;
  color: #030000;
  border-radius: 5px;
  border: solid 2px #030000;
  box-shadow: none;
  transition: none;
  padding: 0;
  text-decoration: none;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn[aria-expanded="true"]:hover
{
  background: #030000;
  text-decoration: none;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn[aria-expanded="true"]:hover label
{
  color: #fff;
  text-decoration: none;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn .flightItem_titleBtn
{
  transition: none;
  transform: none;
  background: transparent;
  border: none;
  box-shadow: none;
  color: initial;
  width: 100%;
  padding: 0;
  font-weight: 400;
}

.flight_results_page .centeredContent .flightSection.newflightpage .flightList .flightItem .flightItemNew .flightItem_titleBtn__btn .flightItem_titleBtn label
{
  font-weight: 600;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container
{
  height: 100%;
  width: 100%;
  min-height: 530px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
  text-align: left;
  overflow: hidden;
  transition: transform .25s ease-in-out;
  background: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__content
{
  padding: 0 1rem;
  color: #030000;
  font-size: 1rem;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flight-class__box__title
{
  background-color: #ffffff !important;
  border-bottom: none;
  box-shadow: none;
  padding: 20px;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flight-class__box__title h1.flight-class__heading
{
  color: #030000 !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flightChoice_icons .flight-class__content__list
{
  height: 375px;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flight-class__box__content .content__list__icon svg
{
  fill: #ffc40d !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flight-class__box__content .content__list__icon i
{
  color: #ffc40d !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flight-class__box__content .content__list__icon i.fa-file-invoice-dollar:before
{
  content: "\f555"
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn
{
  margin: 0 0 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--regular a
{
  background: #ffc40d;
  color: #030000;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0 20px;
  border: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--regular a:hover
{
  background: #030000;
  color: #fff;
}

.flightSection.newflightpage .flightList .flightItem_titleBtn--new.flightItem_titleBtn--member
{
  display: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--member a
{
  border: solid 2px #030000;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  background: #fff;
  color: #030000;
  display: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--member a:hover
{
  border: solid 2px #030000;
  background: #030000;
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container--member::before
{
  display: none !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--member
{
  border: none;
  margin: 0 0 20px;
  opacity: 1;
  display: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn.flightClass_btn--member:hover
{
  background: none;
  border: none;
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote
{
  height: 100%;
  color: #030000;
  text-align: left;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote p
{
  font-size: 0.75rem;
  text-align: left;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote ul
{
  margin: 0;
  padding: 0;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote li
{
  display: block;
  text-align: left;
  background: #fff;
  padding: 0;
  margin: 0;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote strong
{
  font-weight: 600;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back
{
  margin: 0 auto;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back
{
  margin: 20px auto;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back
{
  border-color: #030000 !important;
  width: 200px;
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 20px auto 0 !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:before
{
  content: '\21E6';
  font-size: 18px;
  color: #030000;
  font-weight: 300;
  line-height: 1.25;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:after
{
  content: "BACK";
  font-size: 1rem;
  line-height: 1;
  color: #030000;
  margin-left: 10px;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover
{
  background: #030000 !important;
  transition: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover:after
{
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover:before
{
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover
{
  background: #fff !important;
  transition: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover:after
{
  color: #030000;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:hover:before
{
  color: #030000;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container
{
  background: #030000 !important;
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flight-class__box__title
{
  background: #030000 !important;
  border-bottom: none;
  box-shadow: none;
  padding: 20px;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flight-class__box__title h1.flight-class__heading
{
  color: #fff !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flight-class__box__content .content__list__icon svg
{
  fill: #fff !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightChoice_icons
{
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flight-class__box__content .content__list__icon i
{
  color: #fff !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightChoice_icons .flight-class__content__list
{
  height: 375px;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .fare_accordion
{
  background: #030000;
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightClass_btn.flightClass_btn--regular a
{
  background: #fff !important;
  color: #030000 !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightClass_btn.flightClass_btn--regular a:hover
{
  background: #ffc40d !important;
  color: #030000 !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightClass_btn.flightClass_btn--member a
{
  color: #fff;
  border: solid 2px #fff !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote
{
  height: 100%;
  color: #fff;
  text-align: left;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .fare_accordion:after
{
  color: #fff !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .flightChoice_tooltipNote li
{
  background: #030000;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back
{
  border-color: #fff !important;
  background-color: #030000 !important;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:before
{
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .flip_card_back .fare_btn_back:after
{
  color: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn a.btn-class
{
  display: block;
  background: #ffc40d;
  color: #030000;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0 20px;
  border: none;
  width: 100%;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn a.btn-class:hover
{
  display: block;
  background: #030000;
  color: #ffffff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn a.btn-class
{
  display: block;
  background: #ffc40d;
  color: #030000;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0 20px;
  border: none;
  width: 100%;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flip_card_inner .btn_container .flightClass_btn a.btn-class:hover
{
  background: #ffffff;
  color: #030000;
}

.flightSection.newflightpage .fare_box
{
  border-radius: 0px !important;
  background: none;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .fare_accordion
{
  font-weight: bold;
  border-radius: 0px;
  text-indent: 10px;
  position: relative;
  font-size: 16px;
  background: #fff;
}

.flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flip_card_inner .fare_accordion:after
{
  position: absolute;
  right: 0;
  top: 0;
  content: '\21E6';
  font-size: 20px;
  line-height: 51px;
  width: 50px;
  height: 50px;
  transform: scaleX(-1);
  color: #ffc40d;
}

.flightSection.newflightpage .resultsGallery--bgcolor
{
  background-color: #f8f9fa;
}

.flightSelection_holder#outboundFlight_summary
{
  margin: 60px 0;
  padding: 0
}

.flightSelection_holder .flightSelection_bar
{
  border-radius: 5px;
  padding: 1rem;
  border: solid 1px #ccc;
  box-shadow: none;
  background: #fff;
  border-left: solid 5px #ffc40d;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title
{
  color: #030000;
  border-bottom: solid 1px #ccc;
  font-size: 20px
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title span
{
  font-weight: 600;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame
{
  background-color: #ffffff;
  color: #030000;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightSelection_chosenFrame .flightSelection_chosenOptions
{
  display: none;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleLeft .flightItem_titleTime
{
  padding: 0 10px;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleLeft .flightItem_graph
{
  border-top: dotted 2px #030000;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleTime strong
{
  font-size: 30px;
  line-height: 30px;
  height: 35px;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title strong
{
  display: inline-block;
  font-weight: 600;
  padding-right: 25px;
  font-size: 20px;
  text-transform: capitalize;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title strong B
{
  color: #ffc40d;
}

.flightSelection_holder .flightSelection_bar .flightSelection a.flightSelection_chosenButton
{
  color: #030000;
  border: solid 2px #030000;
  padding: 2px 10px;
  height: auto;
}

.flightSelection_holder .flightSelection_bar .flightSelection a.flightSelection_chosenButton:hover
{
  color: #fff;
  background: #030000;
  border: solid 2px #030000;
  padding: 2px 10px;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_Fnumber strong
{
  color: #ffc40d;
}

.flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_chosenFrame
{
  background-color: #fff;
}

.flightSection_continue button#fr_continue_btn
{
  background-color: #ffc40d;
  color: #030000;
  height: 50px;
  font-size: 1rem;
  text-transform: uppercase;
  outline: none !important;
  width: 250px;
}

.flightSection_continue button#fr_continue_btn:hover
{
  background-color: #030000;
  color: #fff;
  height: 50px;
  font-size: 1rem;
}

.passengersDetails
{
  padding: 30px 0;
}

.passengersDetails .passengersDetails_section
{
  padding: 1rem 0;
}

.passengersDetails h1
{
  text-align: left;
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}

.passengersDetails .underTitle p
{
  text-align: left;
}

.passengersDetails .passengersDetails_title h2
{
  text-align: left;
  margin-right: 1rem;
}

.passengersDetails .passengersDetails_title
{
  background-color: #f5f5f5;
  border-bottom: solid 1px #ccc;
}

.passengersDetails .passengersDetails_title .passengersDetails_titleName
{
  margin-left: 26px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
}

.passengersDetails .passengersDetails_title .passengersDetails_titleName span#passengerType_1:after
{
  content: 'Primary Contact';
  margin-left: 10px;
  font-style: italic;
}

.passengersDetails .passengersDetails_title .passengersDetails_titleTraveler
{
  background: #f5f5f5;
  width: 50%;
}

.passengersDetails .passengersDetails_body
{
  padding: 0 1rem 1rem;
  border: solid #e7e7e7;
  border-width: 0px 1px 1px 1px;
}

.passengersDetails .passengersDetails_body>ul
{
  float: left;
  width: 100%;
}

.passengersDetails .passengersDetails_body>ul>li
{
  width: 33%;
}

.passengersDetails .passengersDetails_body>ul>li .comboHolder select
{
  height: 40px;
}

.passengersDetails .passengersDetails_body>ul>li label
{
  line-height: 1.75;
  font-weight: 400;
}

.passengersDetails .passengersDetails_body>ul>li input
{
  height: 40px;
}

.passengersDetails .passengersDetails_body>ul>li input:focus
{
  border: solid 2px #ffc40d;
}

.passengersDetails .passengersDetails_body>ul>li .comboHolder select:focus
{
  border: solid 2px #ffc40d;
}

.passengersDetails .passengersDetails_body .input-group-text
{
  height: 40px;
}

.passengersDetails .passengersDetails_bottom
{
  padding: 1rem 1rem 0;
}

.passengersDetails div#marketing_email
{
  border: solid 1px #dddddd;
  margin: 10px 0;
  border-radius: 5px;
  border-left: solid 5px #ffc40d;
}

.passengersDetails .passengersDetails_bottom.cb_no_m_fields
{
  padding: 1rem;
  background: #f8f8f8;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_1,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_2,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_3,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_4,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_5,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_6,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_7,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_8,
.passengersDetails .passengersDetails_bottom#specialAssistanceContainer_9
{
  visibility: visible;
  background: #f5f5f5;
  padding: 1rem;
}

.passengersDetails .passengersDetails_bottom>label span
{
  font-weight: 400;
}

.passengersDetails .passengersDetails_bottom>label span:before
{
  background: #fff;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li
{
  max-width: 300px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li label
{
  font-weight: 400;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li label strong
{
  display: block;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li .comboHolder
{
  margin-top: 5px;
  max-width: 250px;
  margin-right: 10px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li .comboHolder select
{
  height: 40px;
  font-size: 1rem;
  padding: 0 10px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li span i.fa-plus-circle:before
{
  font-size: 18px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li span i.fa-minus-circle:before
{
  font-size: 18px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li span:nth-of-type(2)
{
  position: absolute;
  right: 5px;
  top: 125px;
}

.passengersDetails .passengersDetails_bottom .passengersDetails_contactPanel li span:nth-of-type(3)
{
  position: absolute;
  right: 5px;
  top: 110px;
}

.passengersDetails .passengersDetails_chk
{
  padding: 1rem;
}

.passengersDetails .passengersDetails_chk label span
{
  font-weight: 400;
}

.passengersDetails .passengersDetails_chk label span:before
{
  background: #fff;
}

div#cb_no_m_fields_2,
div#cb_no_m_fields_3,
div#cb_no_m_fields_4,
div#cb_no_m_fields_5,
div#cb_no_m_fields_6,
div#cb_no_m_fields_7,
div#cb_no_m_fields_8,
div#cb_no_m_fields_9
{
  display: none;
}

.passengersDetails .passengersDetails_required
{
  font-size: 16px;
  font-weight: 500;
}

.passengersDetails .passengersDetails_continue
{
  padding: 0;
}

.passengersDetails .passengersDetails_continue input
{
  background: #ffc40d;
  color: #030000;
  font-size: 1rem;
  text-transform: uppercase;
  outline: none;
  height: 50px;
  width: 250px;
}

.passengersDetails .passengersDetails_continue input:hover
{
  background: #030000;
  color: #fff;
  outline: none !important;
  height: 50px;
}

.flightExtras .allOptions .lightBox.view
{
  height: 100svh !important;
}

.flightExtras
{
  margin: 30px 0;
}

.flightExtras h1
{
  font-size: 40px;
  font-weight: 300;
  color: #030000;
  line-height: 1.2;
  text-transform: uppercase !important;
}

.flightExtras .option .imgCell
{
  background: #f5f5f5;
}

.flightExtras .option .imgCell .checkedBg
{
  background: #030000;
}

.flightExtras .option .imgCell .checkedSvg svg
{
  fill: #ffffff !important;
}

.flightExtras .option .imgCell .checkedBg svg
{
  fill: #ffffff !important;
}

.flightExtras .option .contentCell
{
  background: #f5f5f5;
}

.flightExtras .option .contentCell .info .optionTitle
{
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.flightExtras .option .contentCell .info p
{
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}

.flightExtras .option .contentCell .actives
{
  width: 233px;
}

.flightExtras .option .contentCell .actives .inner
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flightExtras .option .contentCell .actives span.price
{
  font-size: 40px;
}

.flightExtras .option .contentCell .actives .button.btn-active
{
  background: #FFF;
  border: solid 2px #030000;
  padding: 5px 10px;
  height: auto;
  width: auto;
  min-width: 180px;
  font-weight: 400;
  color: #030000;
  transition: all .5s ease;
  text-decoration: none;
}

.flightExtras .option .contentCell .actives .button.btn-active:hover
{
  background: #030000;
  color: #fff;
}

.flightExtras .option .contentCell .info p span
{
  display: block;
  font-size: smaller;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li
{
  width: auto;
  max-width: 100%;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li .flightTab_text
{
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 2;
  align-content: space-evenly;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li .flightTab_text strong
{
  font-weight: 400;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li .flightTab_text strong span
{
  display: none;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a
{
  border: solid 1px #e1e1e1;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a:hover
{
  background: #ffc40d;
  color: #000;
  border: solid 1px #ffc40d;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a[aria-selected="true"]
{
  background-color: #000;
  border: none;
  color: #fff;
}

#modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a .flightTab_text .flightTab_graph div
{
  width: 16px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels
{
  padding: 0px;
  margin-bottom: 178px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList div[data-hasseat="true"].item a span
{
  font-weight: bold;
  font-size: 16px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList div[data-hasseat="true"].item a span:after
{
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 5px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]
{
  background-color: #000;
  border-color: #000;
  position: relative;
  color: #fff;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:hover
{
  background-color: #ffc40d;
  color: #030000;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:before
{
  border-left-color: #000;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:after
{
  border-left-color: #000;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:hover::before
{
  border-left-color: #ffc40d;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:hover::after
{
  border-left-color: #ffc40d;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a
{
  background-color: #fff;
  border-color: #030000;
  position: relative;
  color: #030000;
  border-width: 1px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a:hover
{
  background-color: #ffc40d;
  color: #000;
  border: solid 1px #ffc40d;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop
{
  max-height: 515px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemPrice
{
  color: #030000;
  padding: 20px 0 0;
  text-transform: uppercase;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemRemark
{
  max-height: 320px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemRemark ul li
{
  display: flex;
  align-items: center;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemButton
{
  float: none;
  width: 100%;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemButton a
{
  border: 2px solid #030000;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemButton a.removeSeat
{
  font-size: 16px;
  text-transform: none;
  width: 100%;
  height: 40px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_total
{
  margin-top: 14px;
  padding: 2rem;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  max-width: 725px;
}

#modifyBoxSeat .modifyBox_section .seatSelection_total .seatSelection_totalSubmit a#nextFlight
{
  padding: 11px 20px;
  min-width: 250px;
  text-align: center;
  height: 40px;
  font-size: 1rem;
}

#modifyBoxSeat .modifyBox_section .seatSelection_total .seatSelection_totalSubmit a#nextFlight:hover
{
  background: #030000;
  color: #fff;
}

.flightExtras .allOptions .heapItem .lightBox .modifyBox_section .bgGray .imgTop .fas
{
  display: block;
  margin: 30px;
}

.flightExtras .buttonsRow .btn-continue
{
  background: #ffc40d;
  color: #030000;
  text-transform: uppercase;
  font-size: 1rem;
  outline: none;
  height: 50px;
  width: 250px;
}

.flightExtras .buttonsRow .btn-continue:hover
{
  background: #030000;
  color: #fff;
  outline: none !important;
  height: 50px;
}

.flightExtras .allOptions .heapItem .lightBox .block .modifyBox_section .hepstarAdditionalPaxDetails
{
  display: none;
}

.flightSummary.payment
{
  margin: 30px 0 0;
}

.flightSummary.payment h1
{
  font-size: 40px;
  font-weight: 300;
  color: #030000;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

.flightSummary.payment h1 div h6
{
  font-size: 1.25rem;
  text-align: center;
  text-transform: none;
}

.flightSummary.payment .clipsImg .rowArea
{
  margin-top: 0;
}

.flightSummary.payment .place .fullRow
{
  background: transparent;
}

.flightSummary.payment .flights.rowArea
{
  margin-top: 0px;
}

.flightSummary.payment .flights .grayRow
{
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  border: solid 1px #ccc;
  border-left: solid 5px #ffc40d;
  box-shadow: none;
  margin-bottom: 30px;
  position: relative;
}

.flightSummary.payment .flights .grayRow .extrasBox .flightChoice_icons
{
  display: none;
}

.flightSummary.payment .flights .grayRow .flightNumber .big
{
  color: #ffc40d;
  font-size: 20px;
}

.flightSummary.payment .place.rowArea
{
  margin-top: 60px !important;
}

.flightSummary.payment #flightrules
{
  padding: 1rem;
  background: #FFF0C3;
  color: #BF920A;
  border: solid 2px #fdd660;
  padding-top: 0;
  font-size: 0.75rem;
  border-radius: 5px;
}

.flightSummary.payment #flightrules h2
{
  color: #BF920A;
  font-size: 1rem;
}

.flightSummary.payment #flightrules .clear
{
  display: none;
}

.flightSummary.payment #flightrules .fullRow
{
  clear: both;
  margin: 0;
  padding: 0;
}

.flightSummary.payment #flightrules .fullRow .explanation
{
  color: #BF920A;
  font-size: 0.75rem;
}

.flightSummary.payment #flightrules::after
{
  content: '*Please note: For all bookings made via 3rd party channels or GDS, please refer to original booking agent for applicable fare rules.';
  font-weight: bold;
}

.flightSummary.payment .extras.rowArea
{
  margin-top: 30px;
}

.flightSummary.payment .extras.rowArea .nonTransferable
{
  margin: 30px 0;
  background: #de3c4b25;
  border: solid 2px #DE3C4B;
  border-radius: 5px;
  padding: 20px;
}

.flightSummary.payment .extras.rowArea .nonTransferable .exclamation path
{
  fill: #DE3C4B;
}

.flightSummary.payment .extras.rowArea .nonTransferable h2
{
  color: #DE3C4B;
  font-size: 1rem;
  text-transform: none;
}

.flightSummary.payment .extras .fullRow .column
{
  background: #f5f5f5;
}

.flightSummary.payment .extras .fullRow .column.column-1
{
  width: 10%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.flightSummary.payment .extras .fullRow .column.column-1 .mCell
{
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.flightSummary.payment .extras .fullRow .column.column-1 .mCell span
{
  font-size: 12px !important;
  font-weight: 400;
  margin: 0;
}

.flightSummary.payment .extras .fullRow .column.column-1 .suitcase
{
  fill: #ffc40d;
}

.flightSummary.payment .extras .fullRow .column.column-1 .iconHS i
{
  color: #ffc40d;
  font-size: 2em;
}

.flightSummary.payment .extras .fullRow .column.column-1 .ancicon i.fas::before
{
  color: #ffc40d;
}

.flightSummary.payment .extras .fullRow .column.column-1 span
{
  font-size: 1rem;
}

.flightSummary.payment .extras .fullRow .column.column-2
{
  width: 90%;
  padding: 1rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 0px 5px 5px 0;
}

.flightSummary.payment .extras .fullRow .column.column-2 .moreInfo .fullRow
{
  background: #f5f5f5;
}

.flightSummary.payment .extras .fullRow .column.column-2 .cell_1
{
  color: #030000;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
}

.flightSummary.payment .extras .fullRow .column.column-2 .cell_1 .name
{
  font-weight: 600;
}

.flightSummary.payment .extras .fullRow .column.column-2 .cell_1 .bags
{
  text-overflow: unset;
  white-space: normal;
  overflow: visible;
}

.flightSummary.payment .extras .fullRow .column.column-2 .cell_1 a.editSeat
{
  background: #030000;
  text-decoration: none;
  border-radius: 5px;
  border: solid 2px #030000;
}

.flightSummary.payment .extras .fullRow .column.column-2 .cell_1 a.editSeat:hover
{
  background: #fff;
  border: solid 2px #030000;
  color: #030000;
  text-decoration: none;
}

.flightSummary.payment .traveler.rowArea
{
  margin-top: 30px;
}

.flightSummary.payment .traveler .fullRow
{
  background: #f5f5f5;
}

.flightSummary.payment .traveler .fullRow .column-3
{
  color: #030000;
}

.flightSummary.payment .traveler.rowArea .all .column.column-4 a.leftPrint
{
  display: none;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon .svgHolder svg
{
  fill: #ffc40d;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon_initial span
{
  font-size: 12px;
  display: inline-block;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon_initial span h3
{
  font-size: 0.75rem;
  margin: 0;
  margin-right: 10px;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon
{
  padding: 0 !important;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon .flightCoupon_form input
{
  height: 40px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
}

.flightSummary.payment .place.rowArea .couponInput .flightCoupon .flightCoupon_form button
{
  color: #030000;
  text-transform: uppercase;
  background: #ffc40d;
  height: 40px;
  width: 120px;
  border-radius: 5px;
  margin-left: 5px;
}

.flightSummary.payment .place.rowArea .checkRead .checkReadSpan
{
  display: inline;
}

.flightSummary.payment .place.rowArea .checkRead .checkReadSpan::before,
.flightSummary.payment .place.rowArea .checkRead .checkRead::before
{
  border: solid 1px #030000;
  top: 3px;
}

.flightSummary.payment .place.rowArea .checkRead .checkReadSpan label input:checked+span:after,
.flightSummary.payment .place.rowArea .checkRead .checkRead label input:checked+span:after
{
  display: block;
  position: absolute;
  left: 1px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: solid 1px #ffc40d;
  background: rgb(255 194 10 / 46%);
}

.flightSummary.payment .rowArea h3
{
  color: #030000;
  text-transform: none;
}

.flightSummary.payment .rowArea.reviewBtn .reviewSmallBtn
{
  background: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 60px 20px;
  height: 50px;
  line-height: 2;
  border: solid 2px #030000;
  color: #030000;
  font-weight: 400;
}

.flightSummary.payment .rowArea.reviewBtn .reviewSmallBtn:hover
{
  background: #030000;
  color: #ffffff;
}

.flightSummary.payment .rowArea.reviewBtn .reviewSmallBtn:nth-of-type(1)
{
  background: #ffc40d;
  color: #030000;
  border: solid 2px #ffc40d;
}

.flightSummary.payment .rowArea.reviewBtn .reviewSmallBtn:nth-of-type(1):hover
{
  background: #030000;
  color: #fff;
  border: solid 2px #030000;
}

.flightSummary.payment .place.rowArea #btnConfirmFreeAmend[href]
{
  background: #ffc40d;
  font-size: 1rem;
  text-transform: uppercase;
  color: #030000;
  height: 50px;
  line-height: 50px;
}

.flightSummary.payment .place.rowArea #btnConfirmFreeAmend[href]:hover
{
  background: #030000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}

.flightSummary.payment .traveler.rowArea h2:after
{
  display: block;
  font-size: 12px;
  padding: 0;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  font-style: italic;
}

.flightSummary.payment .traveler.rowArea h2
{
  line-height: 1.5;
}

.flightSummary.payment .method.rowArea
{
  background: #f5f5f5;
  padding: 1rem;
}

.flightSummary.payment .method.rowArea .allOpions
{
  width: 100%;
}

.flightSummary.payment .method.rowArea h1#payOptionsTitle
{
  display: block;
  text-align: left;
}

.flightSummary.payment .method.rowArea h4#payLoginNote
{
  display: block;
  text-align: left;
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.flightSummary.payment .method.rowArea h4#payLoginNote a
{
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
}

.flightSummary.payment .method.rowArea .hmbLink .hmbb
{
  border-color: #030000;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.flightSummary.payment .method.rowArea .hmbLink .hmbb:hover
{
  background: #030000;
  color: #fff;
}

.flightSummary.payment .method.rowArea .hmbLink .hmbb:hover span
{
  color: #fff;
}

.flightSummary.payment .method.rowArea .hmbLink .hmbb:hover svg
{
  fill: #fff;
}

.flightSummary.payment .method.rowArea a.underTitle
{
  border: solid 2px #030000;
  padding: 3px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 10px;
}

.flightSummary.payment .method.rowArea a.underTitle:hover
{
  border: solid 2px #030000;
  background-color: #030000;
  color: #fff;
}

.flightSummary.payment .method .allOpions .option .fullOption span
{
  text-align: left;
}

.flightSummary.payment .method .allOpions .option label input:checked+.fullOption
{
  background: #ffc40d;
}

.flightSummary.payment .method .allOpions .option label span:before
{
  border: solid 1px #333;
  top: 8px;
}

.flightSummary.payment .method .allOpions .option label span:after
{
  left: 4px;
  top: 12px;
  background: #030000;
}

.flightSummary.payment .place.rowArea .btnPay
{
  background: #ffc40d;
  color: #030000;
  text-transform: uppercase;
  font-size: 1rem;
  height: 50px;
  width: 250px;
  line-height: 50px;
}

.flightSummary.payment .place.rowArea .btnPay:hover
{
  background: #030000;
  color: #fff;
}

.flightSummary.payment .place.rowArea .btnPay.disabled
{
  cursor: not-allowed;
  opacity: 1;
  text-decoration: none;
  background: #ccc;
  color: #999;
}

.flightSummary.payment .place.rowArea .paymentText span
{
  font-weight: 600;
}

.mmb-section
{
  margin-top: 30px;
}

.mmb-section .btn.mmb-back-btn
{
  background: #ffffff;
  color: #030000;
}

.mmb-section .btn.mmb-back-btn:hover
{
  background: #ffffff;
  color: #ffc40d;
}

.mmb-section .btn.mmb-back-mmb-btn
{
  background: #ffffff;
  color: #030000;
  border: solid 2px #030000;
}

.mmb-section .btn.mmb-back-mmb-btn:hover
{
  background: #030000;
  color: #ffffff;
  border: solid 2px #030000;
}

.mmb-section .btn.mmb-back-mmb-btn i
{
  display: none;
}

.flightSummary .top .row
{
  float: left !important;
}

.flightSummary .top .row .home
{
  border-right: transparent;
  fill: #FFC40D;
  height: 20px;
  margin-right: 5px;
  display: none;
}

.flightSummary .top .row a.btn
{
  background: #fff;
  color: #030000;
  text-transform: uppercase;
  font-size: 1rem;
  height: auto;
  width: 190px;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
  border: solid 2px #030000;
}

.flightSummary .top .row a.btn:hover
{
  background: #030000;
  color: #fff;
  border: solid 2px #030000;
  height: auto;
  width: 190px;
  padding: 10px;
  line-height: 1;
}

.flightSummary .top .row a.btn
{
  background: #030000;
  color: #fff;
}

.flightSummary .top .row a.btn:hover
{
  background: #fff;
  color: #030000;
}

.flightSummary a.topPrint
{
  float: right;
  color: #030000;
  width: 60px;
}

.flightSummary a.topPrint svg
{
  display: none;
}

.flightSummary .topCell
{
  background: #fff;
  width: 270px;
}

.flightSummary .topCell .s20
{
  font-weight: 600;
}

.flightSummary .bottom .row
{
  display: none;
}

.flightSummary.payment .flights .itiFlight .editFlightCk .flightChangeCheck input
{
  display: none;
}

.flightSummary.payment .flights .itiFlight .editFlightCk .checkRead label .spanflt:before
{
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 3px;
  border: solid 1px #030000;
  display: none;
}

.flightSummary.payment .flights .grayRow .checkRead label .spanflt
{
  border: solid 2px #030000;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.flightSummary .flights .grayRow .checkRead label input:checked+.spanflt:after
{
  display: none;
}

.flightSummary.payment .flights .itiFlight .editFlightCk .editDate
{
  position: relative;
  margin-top: 10px;
}

.flightSummary.payment .flights .itiFlight .editFlightCk .editDate .editFlt.input-group-addon
{
  width: 136px;
  background: #fff;
}

.flightSummary.payment .flights .approveEdit
{
  float: none;
  text-align: right;
  padding: 0;
}

.flightSummary.payment .flights .approveEdit .approveEditBtn
{
  background: #ffc40d;
  color: #030000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 20px;
  min-width: 250px;
  float: none;
}

.flightSummary.payment .flights .approveEdit .approveEditBtn:hover
{
  background: #030000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem .flightItem_titleBtn__btn .flightItem_titleBtn
{
  background-color: #ffc40d;
  color: #030000;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  transition: none;
}

.cartBody #cartBox .top-tale
{
  background: #fff;
  border-radius: 0;
  border-bottom: solid 1px #ccc;
}

.cartBody #cartBox .top-tale span
{
  color: #030000;
  font-weight: 300;
  font-size: 40px;
  margin-left: 36px;
}

.cartBody #cartBox.lightBox .block
{
  width: 100%;
  background: #f5f5f5;
}

.cartBody #cartBox .block .cartTitle a#changeFlight
{
  color: #030000;
  display: block;
}

.cartBody #cartBox .block .cartTitle a#changeFlight:hover
{
  color: #ffc40d;
}

.cartBody #cartBox .block .topRow .price
{
  font-size: 30px;
}

.cartBody #cartBox .block .emptyCart
{
  text-align: center;
}

.cartBody #cartBox .block .emptyCart h2
{
  margin: 100px 0;
}

.cartBody #cartBox .flights .grayRow .flex.mobile
{
  display: flow-root;
  width: 100%;
  height: 40px;
}

.cartBody #cartBox .flights .grayRow
{
  border-radius: 5px;
  padding: 1rem;
  border: solid 1px #ccc;
  box-shadow: 0px 8px 10px 1px rgb(184 184 184 / 50%);
  background: #fff;
  margin-bottom: 30px
}

.cartBody #cartBox .flights .grayRow .extrasBox .flightChoice_icons
{
  display: none;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder
{
  width: 185px;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip
{
  right: 1rem;
  top: 1rem;
  left: 0;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .catFlightChoice_tooltipTitle
{
  text-align: center;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipOptions ul>li span
{
  font-weight: 400;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipOptions ul>li>.imgHolder .svgHolder svg
{
  fill: #ffc40d;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipNote
{
  color: #030000;
  text-align: center;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipNote strong
{
  font-weight: 600;
  margin-bottom: 5px;
}

.cartBody .cartFlightChoice_tooltip #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipNote p
{
  line-height: 1.65;
}

.cartBody #cartBox .flights .grayRow .flex.mobile span.flightNum
{
  font-size: 1rem;
  font-weight: 600;
  color: #ffc40d;
}

.cartBody #cartBox .flights .grayRow .flex.mobile .left
{
  width: 100%;
}

.cartBody #cartBox .flights .grayRow .flex.mobile span.cartFlightChoice_tooltipToggle
{
  font-size: 1rem;
  font-weight: 300;
  color: #030000;
  text-decoration: none;
  cursor: pointer;
  width: 185px;
}

.cartBody #cartBox .flights .grayRow .flex.mobile span.cartFlightChoice_tooltipToggle:before
{
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f05a";
  margin-right: 5px;
  text-decoration: none !important;
}

.cartBody #cartBox .flights .grayRow .flex.mobile span
{
  text-decoration: none;
}

.cartBody #cartBox .extras .fullRow
{
  background: #e6e6e6;
}

.cartBody #cartBox .extras .fullRow .column
{
  background: #e6e6e6;
}

.cartBody #cartBox .extras .fullRow .column.column-2
{
  display: flex;
  justify-content: flex-end;
}

.cartBody #cartBox .extras .moreInfo .fullRow .column
{
  background: #fff;
}

.cartBody #cartBox .extras .moreInfo .fullRow .column .cell_1
{
  font-weight: 400;
  display: flex;
  flex-direction: row;
}

.cartBody #cartBox .extras .moreInfo .fullRow .column .cell_1 span.bag
{
  font-weight: 600;
}

.cartBody #cartBox .extras .moreInfo .fullRow .column .cell_1 span:last-child
{
  font-size: 0.75rem;
}

.cartBody #cartBox .extras .eSecond
{
  width: auto;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.cartBody #cartBox .extras .moreInfo .fullRow .column a.removeFlight:before
{
  content: 'Remove';
  font-size: 0.5rem;
  display: block;
}

.cartBody #cartBox .extras .fullRow .column a.openClose[href]
{
  text-decoration: none;
  color: #030000;
  font-weight: 400;
}

.accountPage
{
  padding: 0;
}

.accountPage h2.pageTitle
{
  font-weight: 300;
  text-transform: capitalize;
}

.accountPage .deposit
{
  display: none;
  text-align: center;
  font-size: 1.75rem;
  font-style: inherit;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 1rem;
  background: #030000;
  color: #fff;
  width: 100%;
}

.accountPage .deposit b
{
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0;
  line-height: 1;
}

.accountPage .flLine
{
  display: none;
}

.accountPage .tripsSection
{
  position: relative;
  padding-bottom: 10px;
}

.accountPage .tripsSection span.titleReg
{
  text-transform: uppercase;
}

.accountPage .tripsSection button#exportBtn
{
  border: 2px solid #030000;
  color: #030000;
  background: #fff;
  height: auto;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 0;
}

.accountPage .tripsSection button#exportBtn:hover
{
  color: #fff;
  background: #030000;
}

.accountPage .tripsSection .allTrips
{
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 1rem;
}

.accountPage .tripsSection .additions li a
{
  background: #ffc40d;
  color: #030000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 20px;
  width: auto;
  height: auto;
}

.accountPage .tripsSection .allTrips .trip .checkinDate .btn
{
  color: #030000;
  border: 2px solid #030000;
  font-weight: 600;
  text-transform: uppercase;
}

.accountPage .tripsSection .additions li a span.price
{
  display: none;
}

.accountPage .tripsSection .orderInfo li
{
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #030000;
}

.accountPage .tripsSection ul.checkin_flight
{
  font-size: 1rem;
  margin: 0;
  line-height: 1rem
}

.accountPage .tripsSection ul.checkin_flight li.checkin_graph
{
  width: 75px;
}

.accountPage .tripsSection .flightInfo li
{
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #030000;
}

.accountPage .personalSection
{
  border-bottom: none;
}

.accountPage .personalSection .tale
{
  background: #F5f5f5;
  padding: 20px;
  align-items: center;
}

.accountPage .personalSection .tale .svg
{
  width: 20px;
}

.accountPage .personalSection .tale .title
{
  color: #030000;
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.accountPage .personalSection .tale .dataCell span
{
  display: block;
  color: black;
  font-weight: 400;
}

.accountPage .personalSection .btnTwo
{
  display: none;
}

.accountPage .personalSection .tale .dataCellCenter
{
  display: none;
}

.accountPage .personalSection .tale .dataCellRight
{
  display: none;
}

.accountPage .blockDetails
{
  padding: 2rem 1rem;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.accountPage .blockDetails span.title
{
  color: #030000;
  font-size: large;
}

.accountPage .blockDetails .rowDetails .column
{
  width: 100%;
}

.accountPage .blockDetails .rowDetails .column select
{
  height: 40px;
  border-radius: 5px;
}

.accountPage .blockDetails .rowDetails .column select:focus
{
  outline: solid 1px #ffc40d;
  outline-offset: 0px;
}

.accountPage .blockDetails .rowDetails .column input
{
  height: 40px;
}

.accountPage .blockDetails .rowDetails .column .input-group-text
{
  height: 40px;
}

.accountPage .blockDetails .rowDetails .column input:focus
{
  border: solid 1px #ffc40d;
}

.accountPage .blockDetails button.button
{
  background: #ffc40d;
  font-size: 1rem;
  color: #030000;
  font-weight: 400;
  text-transform: uppercase;
}

.accountPage .prevBookings_table li.prevBookings_headers div
{
  background-color: #fff;
  color: #000;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
}

.lightBox .block h1
{
  background: #fff;
  color: #030000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  border-bottom: solid 1px #ccc;
}

.lightBox .block h2
{
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.lightBox .block .info p
{
  font-size: 1rem;
  font-weight: 400;
  padding-top: 10px;
}

.lightBox .block .infoIns .itemList p
{
  font-size: 1rem;
  font-weight: 400;
}

.lightBox .block .bgGray
{
  background: #ffffff;
}

.lightBox .block a[href] span.sameBagT
{
  color: black;
  font-size: 18px;
  text-decoration: none;
  margin-left: 8px;
  font-weight: 600;
}

.lightBox .block .title
{
  background: #f5f5f5;
  color: #030000;
  font-size: x-large;
}

.lightBox .block .formRow .column strong
{
  display: block;
  margin-bottom: 5px;
  font-size: large;
}

.lightBox .block .comboHolder select
{
  display: block;
  width: 100%;
  border: 1px;
  padding: 0px 13px 0px 13px;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.lightBox .block .priceRow
{
  padding: 30px 0 30px;
}

.lightBox .block .priceRow .button
{
  color: #030000;
  border: 2px solid #030000;
  padding: 5px 20px;
  height: auto;
  width: auto;
}

.lightBox .block .priceRow .button:hover
{
  color: #fff;
  background: #030000;
  border: 2px solid #030000;
  padding: 5px 20px;
  height: auto;
  width: auto;
}

#footer
{
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
}

#footer .legalRow
{
  padding: 2rem 0 !important;
  margin-bottom: 0px;
}

#footer .legalRow .footer-col img.logo
{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#footer .legalRow .footer-col .footer-main-list li
{
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0;
}

#footer .legalRow .footer-col h4
{
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b4b4b4;
}

#footer .legalRow .footer-col a
{
  color: #030000;
  text-decoration: none;
}

#footer .legalRow .footer-col a:hover
{
  color: #ffc40d;
  text-decoration: none;
}

#footer .legalRow .footer-col a.footer_link.btn-primary
{
  width: auto;
  min-width: auto;
}

#footer .legalRow .footer-col .footer-social
{
  text-align: center;
}

#footer .legalRow .footer-col .footer-social a
{
  height: 20px;
  padding: 0 10px 0 0;
  display: inline-block;
}

#footer .legalRow .footer-subscribe a
{
  transition: all .5s ease-in-out;
}

#footer .legalRow .footer-subscribe a:hover
{
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

#footer .Pagefooter
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 12px;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: space-between;
}

[data-ibepage="flightresults_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="passengers_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="extras_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="itinerary_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="rebookflights_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="reviewbooking_page"] .col-md-2.footer-col
{
  display: none;
}

[data-ibepage="carRental_page"] .col-md-2.footer-col
{
  display: none;
}

@media screen and (max-width: 375px)
{

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 180px;
  }

  header .headerBottom .centeredContent .headerBottom_logo a
  {
    width: auto;
    height: 60px;
  }

  .engineFrame .engineTabs ul
  {
    justify-content: flex-start;
  }

  #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip
  {
    margin: 0;
    width: 300px !important;
    margin-left: -25px !important;
  }

  #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipOptions ul
  {
    flex-direction: column;
  }

  #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip .cartFlightChoice_tooltipOptions ul li
  {
    width: 100%;
  }

  .cartBody #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip
  {
    right: 0rem;
    top: 5rem;
    left: 0;
  }
}

@media screen and (max-width: 400px)
{
  .engineTabs li a
  {
    width: 104px !important;
  }

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 180px;
  }

  .engineFrame .engineTabs ul
  {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 420px)
{
  .engineFrame .enginePanels .enginePanel .flightSubmit
  {
    width: 100%;
    text-align: center;
  }

  .engineFrame .enginePanels .enginePanel .flightSubmit input
  {
    height: 50px;
    width: 100%;
  }

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 150px;
  }

  .engineTabs li a .svgHolder
  {
    display: none;
  }

  .engineFrame .engineTabs ul
  {
    justify-content: flex-start;
  }

  #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip
  {
    margin: 0;
    width: 380px;
  }

  .heading-primary-content
  {
    display: block;
    font-size: 35px;
    text-align: center;
    padding-left: 0.5rem;
    color: #ffc40d;
    font-family: 'Montserrat', sans-serif;
  }

  .heading-primary-sub-content
  {
    display: block;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #030000;
    letter-spacing: 2px;
    letter-spacing: 0.1rem;
    padding-left: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 480px)
{

  h1,
  .contentContainer h1
  {
    font-size: 10vw;
  }

  h2,
  .contentContainer h2
  {
    font-size: 7vw;
  }

  h3,
  .contentContainer h3
  {
    font-size: 6vw;
  }

  h4,
  .contentContainer h4
  {
    font-size: 5vw;
  }

  h5,
  .contentContainer h5
  {
    font-size: 5vw;
  }

  .contentContainer p
  {
    text-align: left;
  }

  ul
  {
    text-align: left;
  }

  .engineTabs li a
  {
    width: 120px !important;
  }

  a.btn-primary.left
  {
    margin: 20px auto;
    float: none;
  }

  a.btn-primary.right
  {
    margin: 20px auto;
    float: none;
  }

  ol.breadcrumb li
  {
    display: block;
    padding: 5px 0;
  }

  .breadcrumb>li+li:before
  {
    display: none;
  }

  #index .flightForm_datePop .dateFrame_mobileTitle label
  {
    text-transform: none;
    font-weight: 300;
  }

  a.flightItem_titleBtn__btn.flightItem_titleBtn__btn--member.flightItem_stopToggle.js-flightItem_titleBtn__btn
  {
    width: 100%;
    flex-direction: column;
  }

  .flightSection.newflightpage
  {
    margin: 10px 0 30px;
  }

  .flightSection.newflightpage .flightList .flightItem_titleBtn--new.flightItem_titleBtn--regular
  {
    margin: 0 auto 20px;
    max-width: 320px;
    width: 100%;
  }

  .flightSection.newflightpage .flightList .flightItem_titleBtn--new.flightItem_titleBtn--regular:hover
  {
    background: #ffc40d;
    color: #030000;
  }

  .flightSection.newflightpage .flightList a.flightItem_titleBtn__btn--member[aria-expanded="true"] .flightItem_titleBtn--new.flightItem_titleBtn--regular.titleBtn__regular--active
  {
    width: 95%;
    margin: 0 auto;
    max-width: 320px;
  }

  .flightSection.newflightpage .flightList a.flightItem_titleBtn__btn--member[aria-expanded="true"] .flightItem_titleBtn--new.flightItem_titleBtn--regular.titleBtn__regular--active:hover
  {
    max-width: 320px;
    background: #fff;
    color: #030000;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_chosenFrame li:nth-child(1)
  {
    display: block;
    position: absolute;
    right: 0;
    top: -32px;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_chosenFrame li.flightSelection_chosenPrice
  {
    position: absolute;
    right: 0;
    margin: 0;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_chosenFrame li:nth-child(1) .flightSelection_chosenTitle
  {
    font-size: 0.75rem;
  }

  .flightSection.newflightpage .flightItem_body>ul
  {
    padding: 0 0 0 0.75rem;
  }

  .flightSection.newflightpage .flightItem_body>ul>li
  {
    max-width: none;
    margin: 0 auto 30px;
    padding: 0;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title strong
  {
    font-size: 1;
    text-align: left;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title span
  {
    font-size: 0.75rem;
    margin-top: 5px;
    text-align: left;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_title span span
  {
    display: none;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection a.flightSelection_chosenButton
  {
    margin-top: -100px;
    right: 0;
  }

  .flightSelection_Fnumber
  {
    background: #fff;
  }

  .flightSelection_Fnumber strong
  {
    color: #ffc40d;
  }

  .flightSection_continue button#fr_continue_btn
  {
    width: 100%
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title
  {
    padding: 0;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_titleRight
  {
    display: block;
    position: absolute;
    top: 0;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_titleRight strong
  {
    font-size: 12px;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_titleRight span
  {
    display: none;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title .flightItem_titleLeft .flightItem_graph
  {
    width: 40%;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title .flightItem_titleLeft .flightItem_graph .flightChoice_tooltipHolder
  {
    top: 3px;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleLeft .flightItem_titleTime:nth-child(1)
  {
    padding: 0px;
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleLeft .flightItem_titleTime
  {
    padding: 0 0 0 30px;
  }

  .progressBar_holder .progressBar_cartFixed .progressBar_cart ul.progressBar
  {
    padding: 10px 0 0;
  }

  .progressBar_holder .progressBar_cartFixed .progressBar:after
  {
    background: transparent;
  }

  .passengersDetails h1
  {
    text-align: center;
  }

  .passengersDetails .underTitle p
  {
    text-align: center;
  }

  .passengersDetails_title
  {
    padding: 10px 0;
  }

  .passengersDetails_titleName
  {
    padding: 0;
    text-indent: 10px;
    padding-top: 7px;
  }

  .passengersDetails_title .svgHolder
  {
    top: 12px;
  }

  .passengersDetails .passengersDetails_title .passengersDetails_titleName
  {
    width: 100%;
    display: block;
    max-width: none;
    margin: 0 0 0 25px;
  }

  .passengersDetails .passengersDetails_title .passengersDetails_titleName h2
  {
    text-align: left;
    margin-right: 0;
  }

  .passengersDetails .passengersDetails_title .passengersDetails_titleName span#passengerType_1:after
  {
    display: block;
    margin-left: 0;
  }

  .passengersDetails .passengersDetails_title .passengersDetails_titleTraveler
  {
    background: #f5f5f5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    float: left;
    min-height: auto;
    flex-grow: 1;
    margin: 0;
    padding: 0;
  }

  .passengersDetails .passengersDetails_title .passengersDetails_titleTraveler .comboHolder
  {
    width: 90% !important;
    background: #ffffff;
    padding: 4px;
  }

  .passengersDetails_form>li
  {
    height: 60px;
  }

  .passengersDetails .passengersDetails_body>ul
  {
    margin-bottom: 30px;
  }

  .passengersDetails .passengersDetails_body>ul>li
  {
    height: 70px;
  }

  .passengersDetails .passengersDetails_bottom
  {
    padding: 1rem 0 0;
  }

  .passengersDetails .passengersDetails_bottom.cb_no_m_fields
  {
    float: none;
    width: 100%;
    margin-top: 33px;
    margin-left: 0;
  }

  .passengersDetails .passengersDetails_chk
  {
    padding: 0;
  }

  #cartBox .flights .grayRow .flex.mobile .cartFlightChoice_tooltipHolder .cartFlightChoice_tooltip
  {
    margin: 0;
    width: 400px;
  }

  .flightExtras h1
  {
    text-align: center;
  }

  .flightExtras .option .imgCell
  {
    height: 60px;
    padding: 1rem;
  }

  .flightExtras .option .imgCell span
  {
    font-size: 30px !important;
  }

  .flightExtras .option .imgCell .svg
  {
    text-align: center;
    font-size: 30px;
  }

  .flightExtras .option .imgCell .svg span.mobile
  {
    display: none;
  }

  .flightExtras .option .contentCell .inner
  {
    text-align: center;
  }

  .flightExtras .option .contentCell .info p
  {
    text-align: center;
  }

  .flightExtras .option .contentCell .actives .pp
  {
    float: none;
    margin-bottom: 20px;
  }

  .flightExtras .option .contentCell .actives span.price
  {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .flightExtras .option .contentCell .actives .button.btn-active
  {
    min-width: 100%;
  }

  .flightExtras .buttonsRow
  {
    margin: 20px 0;
  }

  .flightExtras .buttonsRow .btn-continue
  {
    float: none;
    margin: 0 auto;
    min-width: 100%;
  }

  .payment h1
  {
    text-align: center;
  }

  .flightSummary .flights .grayRow .flex.mobile .left span.flightNum
  {
    color: #ffc40d;
    font-size: 1rem;
  }

  .flightSummary .flights .grayRow .flex_2 .extrasBox
  {
    text-align: left;
  }

  .flightSummary .flights .grayRow .gLine2.mobile
  {
    background: #ccc;
  }

  .flightSummary .flights .grayRow .extrasBox
  {
    padding: 0;
  }

  .flightSummary.payment #flightrules
  {
    padding-top: 1rem;
  }

  .flightSummary.payment #flightrules h2
  {
    line-height: 1.2;
  }

  .flightCoupon_initial span
  {
    display: inline-block;
  }

  .flightSummary.payment .extras .fullRow
  {
    flex-direction: column;
    width: 100%;
    background: #f5f5f5;
  }

  .flightSummary.payment .extras .fullRow .column.column-1
  {
    width: 100% !important;
    padding: 1rem 1rem 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }

  .flightSummary.payment .extras .fullRow .column.column-1 .mCell
  {
    text-align: center;
  }

  .flightSummary.payment .extras .fullRow .column.column-2
  {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }

  .flightSummary.payment .extras .fullRow .column.column-2 .column
  {
    flex-direction: column;
    padding: 0 1rem;
  }

  .flightSummary.payment .extras .fullRow .column.column-2 .cell_1
  {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .flightSummary.payment .extras .fullRow .column.column-2 .cell_1 .name
  {
    width: 100%;
  }

  .flightSummary.payment .method .allOpions .option .fullOption span
  {
    width: 100%;
  }

  .flightSummary .top .row a.btn
  {
    width: 100% !important;
  }

  .flightSummary .top .row .btn span.mdl
  {
    position: initial;
    transform: none;
  }

  .flightSummary .bottom .row
  {
    display: none;
  }

  .flightSummary .topCell
  {
    width: 50%;
    margin: 20px 0;
    float: left;
    padding: 0;
  }

  .flightSummary a.topPrint
  {
    float: left;
    width: 50%;
    margin: 30px 0;
    text-align: center;
  }

  .flightSummary .traveler .fullRow .column
  {
    text-align: center;
  }

  .flightSummary .bottom .totalBookingPrice
  {
    text-align: center;
  }

  .flightSummary.payment .flights .itiFlight .editFlightCk.mobile
  {
    flex-direction: column;
  }

  .flightSummary.payment .flights .itiFlight .editFlightCk.mobile .flightChangeCheck.mobile
  {
    padding: 0 !important;
    margin: 0 0 10px;
  }

  .flightSummary.payment .flights .itiFlight .editFlightCk.mobile .editDate
  {
    margin: 20px 0 0 0 !important;
    width: 100%;
  }

  .flightSummary.payment .flights .itiFlight .editFlightCk .editDate .editFlt.input-group-addon
  {
    width: 100%;
  }

  .flightSummary.payment .flights .grayRow .checkRead label .spanflt
  {
    width: 100%;
    text-align: center;
  }

  .flightSummary.payment .flights .approveEdit .approveEditBtn
  {
    width: 100%;
  }

  .flightSummary.payment .rowArea.reviewBtn .reviewSmallBtn
  {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .flightSummary.payment .place.rowArea #btnConfirmFreeAmend[href]
  {
    width: 100%;
  }

  #registerPop .userPop_body .signUp_form ul.ulInoutModal
  {
    margin: 0;
    padding: 0;
  }

  #registerPop .userPop_body .signUp_form ul.ulInoutModal li
  {
    width: 100% !important;
    padding: 27px 0 0;
    margin: 5px 0 0;
  }

  #footer .legalRow .footer-col img.logo
  {
    margin: 0 auto;
    max-width: 30%;
  }

  #footer .legalRow .footer-col h4
  {
    text-align: center;
  }

  #footer .legalRow .footer-col ul
  {
    text-align: center;
  }
}

@media screen and (max-width: 600px)
{
  .flightExtras .option .imgCell span
  {
    font-size: 14px;
  }

  .lightBox .block .info p
  {
    font-size: 15px;
  }

  .lightBox .block a[href] span.sameBagT
  {
    font-size: 17px;
    margin-left: 5px;
    font-weight: 500;
  }

  .flightSection.newflightpage .flightList .flightItem_titleBtn--new.flightItem_titleBtn--regular
  {
    min-width: auto;
  }
}

@media only screen and (max-width: 620px)
{
  .carousel
  {
    display: none;
  }

  .plazmaFrame.uprightEngine
  {
    height: 14vh !important;
  }

  .engineFrame .centeredContent
  {
    border-radius: 5px;
    border: solid 1px #dddddd;
  }

  .engineFrame .engineTabs ul li
  {
    width: 100%;
  }

  .engineFrame .engineTabs li a
  {
    background-color: transparent !important;
    width: auto !important;
  }

  .engineFrame.horizontalse
  {
    position: static;
    padding: 0 10px;
  }

  .flightSelection_holder#outboundFlight_summary
  {
    margin: 30px 0;
    padding: 0
  }

  .flightSelection_holder .flightSelection_bar .flightSelection .flightSelection_frame .flightItem_titleTime strong
  {
    font-size: 18px;
    line-height: 18px;
    height: 20px;
  }

  .flightExtras .option .contentCell .actives
  {
    width: 100%;
  }

  .flightExtras .option .contentCell .actives span.price
  {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .flightExtras .option .contentCell .actives.sp span.price .small
  {
    margin: 0 10px 0 0 !important;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a[aria-selected="true"] svg
  {
    fill: #ffffff;
  }

  .passengersDetails div#marketing_email
  {
    height: 60px;
    line-height: 60px;
    padding: 0;
  }

  .passengersDetails div#marketing_email label span:before
  {
    left: 10px;
    top: 22px;
  }

  .passengersDetails .passengersDetails_chk label span
  {
    vertical-align: middle;
  }

  .passengersDetails .passengersDetails_chk label span:after
  {
    left: 12px;
    top: 23px;
  }
}

@media screen and (max-width: 670px)
{

  [data-ibepage="flightresults_page"] .centeredContent,
  [data-ibepage="passengers_page"] .centeredContent,
  [data-ibepage="extras_page"] .centeredContent,
  [data-ibepage="itinerary_page"] .centeredContent,
  [data-ibepage="carRental_page"] .centeredContent,
  [data-ibepage="rebookflights_page"] .centeredContent,
  [data-ibepage="reviewbooking_page"] .centeredContent,
  [data-ibepage="account_page"] .centeredContent
  {
    padding: 0 1rem;
  }

  .headerTop .centeredContent
  {
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px;
  }

  .headerTop_left ul
  {
    right: 0;
    left: auto;
  }

  .headerTop_left ul:before
  {
    right: 15px;
    left: auto;
  }

  .headerTop_left ul#loginMenu li a.loginMo span
  {
    color: #030000;
  }

  .headerTop_left #loginMenu .customerAccount span
  {
    color: #030000;
  }

  header .headerBottom .centeredContent .headerMenu>ul>li>a#customerLogin
  {
    justify-content: center;
    margin-top: 20px;
  }

  header .headerBottom .centeredContent .headerBottom_logo a img
  {
    max-width: 150px;
    margin-left: 1rem;
    height: 70px;
  }

  header .headerBottom .centeredContent .headerMenu a.headerMenu_toggleMobile
  {
    margin-right: 1rem;
  }

  header .inner_headerBottom .centeredContent .headerBottom_search
  {
    height: auto;
    padding: 0.5rem;
  }

  header .inner_headerBottom .centeredContent .headerBottom_search .headerBottom_searchLocation
  {
    flex-direction: column;
  }

  header .inner_headerBottom .centeredContent .headerBottom_search .headerBottom_searchLocation li:after
  {
    right: auto;
  }

  header .inner_headerBottom .centeredContent .headerBottom_searchButton a:hover
  {
    background: transparent;
    border: 0;
  }

  header .inner_headerBottom .centeredContent .headerBottom_searchButton a .svgHolder svg
  {
    fill: #030000;
  }

  .plazmaFrame
  {
    display: absolute;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    background-size: cover;
    margin-top: 0px;
  }

  .engineTabs li a[aria-selected="false"]:hover
  {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .engineFrame .engineTabs ul
  {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: space-between;
    padding-left: 2px;
  }

  .engineTabs ul::-webkit-scrollbar
  {
    display: none;
  }

  .engineFrame .engineTabs li a .tad-mobile
  {
    display: block !important;
    font-size: 15px;
    padding: 0;
  }

  .flightForm>ul>li>label.filled>span
  {
    top: 2px;
  }

  .flightForm>ul>li>label>input:focus+span,
  .flightForm>ul>li>label.focused>span
  {
    top: 2px;
  }

  .accountPage .tripsSection
  {
    display: flex;
    flex-direction: column;
  }

  .accountPage .tripsSection span.titleReg
  {
    margin-bottom: 0;
  }

  .accountPage .tripsSection button#exportBtn
  {
    display: block;
    margin: 10px 0;
    width: 100%;
    position: static;
  }

  [data-ibepage="account_page"] .engineFrame.horizontalse
  {
    padding: 0;
  }

  [data-ibepage="account_page"] .engineFrame .centeredContent
  {
    padding: 0;
  }

  .accountPage .tripsSection ul.checkin_flight
  {
    font-size: 1rem;
  }

  .accountPage .tripsSection .allTrips .trip .checkinDate .btn
  {
    width: 100%;
  }

  .accountPage .blockDetails .rowDetails .column
  {
    width: 100%;
    flex-direction: column;
  }

  .flightForm_dateHolder .flightForm_datePop,
  .flightForm_dateHolder .flightForm_pop
  {
    padding: 24px 2% 24px;
  }

  .flightForm_dateHolder .dateFrame_mobileTitle input
  {
    border: solid 2px #ddd;
  }

  .flightForm_dateHolder .dateFrame_mobileTitle input.focused
  {
    border: solid 2px #ffc40d !important;
  }

  .flightSummary.payment .method.rowArea h4#payLoginNote
  {
    text-align: center;
  }

  .flightSummary.payment .method.rowArea a.underTitle
  {
    display: block;
  }

  .flightForm_dateHolder a.flightForm_datePrevMonth,
  .flightForm_dateHolder a.flightForm_dateNextMonth
  {
    top: 40px;
  }

  .flightForm_dateHolder a.flightForm_datePrevMonth
  {
    left: 30px;
  }

  .flightForm_dateHolder a.flightForm_dateNextMonth
  {
    right: 30px;
  }

  .flightForm_dateHolder .dateFrame_title.direction
  {
    padding-top: 18px;
  }

  .flightSection.newflightpage
  {
    margin: 10px 0 60px;
  }

  .flightSection.newflightpage .flightList .flightItem__duration
  {
    font-size: 12px;
    position: relative;
    top: auto;
    left: 0;
  }

  .flightSection.newflightpage .flightItem_titleTime strong
  {
    font-size: 1.3rem;
  }

  .flightSection.newflightpage .flightItem_body>ul>li
  {
    max-width: none;
    margin: 0 auto 30px;
    padding: 0;
    height: 620px;
  }

  .flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box .flight-class__box__container .flightChoice_icons .flight-class__content__list
  {
    height: 355px;
  }

  .flightSection.newflightpage .flightList ul.flight-classes__main li.flight-class__box[data-classname="Premium "] .flight-class__box__container .flightChoice_icons .flight-class__content__list
  {
    height: 395px;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection_total
  {
    left: 0;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection_total .seatSelection_totalSubmit a#nextFlight
  {
    min-width: auto;
    padding: 10px 5px;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_passengers .seatSelection_passengerList .item a[aria-selected="true"]:after
  {
    border-top-color: #000;
    border-left-color: transparent !important;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs ul>li>a.tabSwitcher .flightTab_text
  {
    flex-direction: column;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li
  {
    width: auto;
    max-width: 100%;
    height: 120px;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a
  {
    border: solid 1px #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a .upPlane_svg,
  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection .seatSelection_flightTabs li a .downPlane_svg
  {
    margin-top: 10px;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop
  {
    width: 300px;
  }

  .flightExtras #modifyBoxSeat .modifyBox_section .seatSelection_flightPanels .seatSelection_MapFrame .seatMap_layoutBody .seatMap_layoutGrid .seatMap_itemEconomy .seatMap_itemPop .seatMap_itemTitle
  {
    font-size: 18px;
  }

  .flightExtras .allOptions .heapItem .lightBox .modifyBox_section .bgGray .imgTop .fas
  {
    font-size: 90px;
  }

  .lightBox .block h2
  {
    font-size: 20px;
    text-align: center;
  }

  .paymentText
  {
    font-size: 30px;
  }

  .cartBody #cartBox .top-tale span
  {
    font-size: 20px;
  }

  .flightSummary .topCell
  {
    text-align: center;
  }

  .payment .rowArea h2
  {
    float: none;
  }

  .flightSummary.payment .traveler.rowArea h2:after
  {
    text-align: center;
  }

  .footer-row
  {
    flex-direction: column;
  }

  .footer-middle h4
  {
    text-align: center;
  }

  .centeredContent .footer-middle .row div ul li
  {
    text-align: center;
  }

  .footer-social
  {
    justify-content: center;
  }

  .seatSelection_MapLegend
  {
    bottom: 65px;
  }

  #footer .legalRow .footer-col ul.footer-main-list
  {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: 1rem;
  }

  #footer .Pagefooter
  {
    margin-top: 0;
  }

  #footer .legalRow .footer-col
  {
    font-size: 0.75rem;
  }

  #footer .legalRow .footer-col .footer-social a
  {
    padding: 0 5px;
  }

  #footer .legalRow .footer-col a.footer_link.btn-primary
  {
    max-width: 250px;
  }
}

@media only screen and (max-width: 768px)
{
  #main.horizontalse
  {
    top: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
  }

  .headerBottom_search .headerBottom_searchForm
  {
    font-size: 0.75rem;
  }

  .headerBottom_searchButton
  {
    padding-right: 0;
  }

  header .inner_headerBottom .centeredContent .headerBottom_searchButton a
  {
    min-width: auto;
  }

  .progressBar_holder .progressBar_cart .cartButton a
  {
    min-width: 45px;
    width: 50px;
    display: flex;
    justify-content: center;
  }

  .horizontalse .flightForm__wrapper .easy-autocomplete-container
  {
    width: 86vw;
  }

  .inner_headerBottom .enginePanel
  {
    background-color: #ffffff;
  }

  .grid-divider
  {
    position: relative;
    padding: 0;
  }

  .grid-divider>[class*='col-']
  {
    position: static;
  }

  .grid-divider>[class*='col-']:nth-child(n+2):before
  {
    content: "";
    border-left: 1px solid #DDD;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .col-padding
  {
    padding: 0 15px;
  }

  .footer-middle h4
  {
    text-align: center;
  }

  .flightSummary .traveler .all
  {
    background: #f5f5f5;
  }

  .newflightpage .flightItem_titleTime span
  {
    font-weight: 400;
  }

  .tab-content>.tab-pane
  {
    display: block !important;
    opacity: 1;
  }
}

@media only screen and (min-width: 769px)
{
  .newflightpage .flightChoice_tooltipNote
  {
    overflow-y: auto;
    height: 380px;
  }

  #main.horizontalse
  {
    top: 220px;
    left: 0;
    right: 0;
  }

  header .inner_headerBottom .centeredContent .headerBottom_searchButton a:before
  {
    position: relative;
    left: -5px;
    top: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
  }
}

@media screen and (max-width: 990px)
{
  .flightSummary .flights .grayRow .flex.mobile span
  {
    color: #ffc40d;
    font-size: 20px;
    font-weight: 700;
  }

  a.btn-primary.right
  {
    margin: 20px auto;
    float: none;
  }

  .searchRight.stick
  {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (min-width: 979px)
{
  #sidebar.affix-top
  {
    position: static;
    margin-top: 30px;
    width: 228px;
  }

  #sidebar.affix
  {
    position: fixed;
    top: 70px;
    width: 228px;
  }
}

@media screen and (max-width: 1024px)
{
  header .headerBottom .centeredContent .headerMenu>ul>li>a
  {
    height: 40px;
    margin: 5px 0;
  }

  .inner_headerBottom .headerMenu
  {
    right: 15px;
  }

  header .headerBottom .centeredContent .headerMenu>ul>li
  {
    padding: 0 20px;
  }

  #main.horizontalse
  {
    left: 0;
    right: 0;
    top: 450px;
  }

  .engineTabs
  {
    text-align: center;
  }

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 50vh;
  }

  #customerLogin
  {
    padding: 3px 32px 3px 16px;
    border-radius: 0;
    background-color: unset;
  }

  .userPop_form
  {
    margin: 0px auto;
    padding: 10px 10px 25px;
  }

  .flightSummary .traveler .all
  {
    background: #f5f5f5;
  }

  .flightSummary.payment .traveler .fullRow
  {
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
  }

  .flightSummary.payment .traveler .fullRow:nth-last-of-type(1)
  {
    border: none;
  }

  .flightSummary.payment .traveler .fullRow:nth-child(2)
  {
    border-top: none;
  }
}

@media only screen and (min-width: 1025px)
{
  #main.horizontalse
  {
    z-index: 1;
    top: 450px;
  }

  .flightSection.newflightpage .flightItem_body>ul>li
  {
    width: 30%;
  }

  .flightSection.newflightpage .flightList .flightItem.flightHolder .altVersionItem.flightItemNew .flightItem_title .flightItem_titleLeft .flightItem_graph
  {
    width: 45%;
    margin: 0 20px;
    padding: 0;
  }
}