/* fonts start */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree&display=swap");

body {
  font-family: "Figtree", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree";
}

span {
  font-family: "Source Sans Pro", "Inter";
  font-size: 1.33rem;
}

/* fonts end */

/* background img */
/* background img */

.dxp-view .no-image .title-wrapper .dxp-view-title {
  color: #fff;
}

.dxp-view .title-wrapper .dxp-view-subtitle {
  font-size: 1.4rem;
  margin-top: 0.833rem;
  color: rgb(0, 0, 0);
}

.dxp-background.no-image .ducp-component-title {
  color: #000;
}

/* header starts */
.dxp-recent-searches .recent-searches-container,
.dxp-recent-searches .dxp-base-component {
  border: none;
}

.dxp-recent-searches .recent-searches-container .recent-search,
.dxp-recent-searches .dxp-base-component .recent-search {
  /* box-shadow: inset 0 0 0.6rem #2aaa8a; */
  background: #e1fff8;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 0 0.4em;
  margin-top: 1.333rem;
}

.dxp-recent-searches .recent-searches-container .recent-search .arrow,
.dxp-recent-searches .dxp-base-component .recent-search .arrow {
  background: #4ad997;
  width: 1.5em;
}

.dxp-recent-searches .recent-searches-container .recent-search .bold-label,
.dxp-recent-searches .dxp-base-component .recent-search .bold-label {
  font-family: "Figtree", "Figtree", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.666rem;
  display: block;
  padding: 0.7rem 0.666rem 0.666rem;
  background-color: #e2d7ab;
  color: #000;
}

@media screen and (max-width: 768px) {
  .dxp-recent-searches .recent-searches-container .recent-search,
  .dxp-recent-searches .dxp-base-component .recent-search {
    margin: 0 0 1.333rem;
  }

  .dxp-recent-searches .recent-searches-container .recent-search .arrow,
  .dxp-recent-searches .dxp-base-component .recent-search .arrow {
    width: 1em;
  }

  .dxp-recent-searches
    .recent-searches-container
    .recent-search
    .arrow
    .ducp-component-icon,
  .dxp-recent-searches
    .dxp-base-component
    .recent-search
    .arrow
    .ducp-component-icon {
    right: 0;
  }

  .dxp-recent-searches
    .recent-searches-container
    .recent-search
    .recent-searches-itinerary
    .from,
  .dxp-recent-searches
    .recent-searches-container
    .recent-search
    .recent-searches-itinerary
    .to,
  .dxp-recent-searches
    .dxp-base-component
    .recent-search
    .recent-searches-itinerary
    .from,
  .dxp-recent-searches
    .dxp-base-component
    .recent-search
    .recent-searches-itinerary
    .to {
    font-size: 0.6875rem;
    padding: 0 0.4em;
  }

  .passenger-form {
    padding: 1rem 1rem;
    background: #ffffff;
  }
  .passenger-info-panel {
    padding: 1rem;
    background: #ffffff;
  }
}

.dxp-header-view .centered-content .dxp-logo,
.dxp-header-view .centered-content .dxp-menu,
.dxp-header-view .centered-content .header-item-group,
.dxp-menu .main-menu .menu-link {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .dxp-logo .dxp-link {
    margin-left: 0;
  }

  .dxp-header-view .centered-content .dxp-menu {
    margin: 0.5rem 3rem 0 0;
  }

  .dxp-header-view .header-item-group .header-item > .header-item-label {
    line-height: 4.375rem;
  }
}

.dxp-header-view .centered-content .dxp-logo {
  margin-left: 60px;
  max-width: 50%;
}

@media screen and (max-width: 320px) {
  .dxp-header-view,
  .dxp-header-view .centered-content {
    height: 3.375rem;
  }

  .dxp-header-view .header-item-group .header-item > .header-item-label,
  .dxp-logo .dxp-link {
    line-height: 3.375rem;
  }

  .dxp-header-view .header-item-group .header-item > .header-item-label {
    padding: 0.3rem 1rem;
  }
}

.dxp-logo .dxp-link {
  border-top: none;
}

.dxp-logo {
  padding-top: 0.8rem;
}

.dxp-logo .dxp-link {
  background: none;
  height: 3.999rem;
}

.dxp-logo .dxp-link::before {
  display: none;
}

@media screen and (max-width: 796px) {
  .dxp-logo {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 796px) {
  .dxp-header-view .centered-content .dxp-logo {
    margin-left: 50px;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu {
    background: none;
    color: #2aaa8a;
    top: 0;
    bottom: initial;
    margin-top: 0;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu::after {
    display: none;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu:focus,
  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu.is-focused {
    outline: none;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu span {
    width: auto;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu .sr-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dxp-header-view {
    height: auto;
    display: inline-block;
    border: none;
  }

  .dxp-header-view .centered-content .dxp-logo {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .dxp-header-view .centered-content .dxp-logo img {
    height: 2.666rem;
    float: left;
  }
}

.dxp-logo {
  display: inline;
}

/* header menu side */
.dxp-header-view .centered-content .dxp-logo,
.dxp-header-view .centered-content .dxp-menu,
.dxp-header-view .centered-content .header-item-group,
.dxp-menu .main-menu .menu-link {
  border-top: none;
}

/*  .dxp-header-view .centered-content .dxp-menu {
   margin-top: 0.7rem;
 }
  */

@media (min-width: 768px) {
  .dxp-menu {
    border-top: none;
  }

  .dxp-menu .main-menu .menu-link {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .dxp-logo .dxp-link {
    margin-left: 0;
  }

  .dxp-header-view .centered-content .dxp-menu {
    margin: 0.5rem 3rem 0 0;
  }

  .dxp-header-view .header-item-group .header-item > .header-item-label {
    line-height: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .dxp-header-view .header-item-group .header-item > .header-item-label {
    line-height: 4rem;
  }

  .dxp-header-view,
  .dxp-header-view .centered-content {
    padding: 0;
    /* height: 4.375rem; */
  }

  .dxp-header-view .header-item-group .header-item {
    height: 3.375rem;
  }

  .dxp-menu .toggle-main-menu,
  .dxp-menu .toggle-main-menu:focus,
  .dxp-menu .toggle-main-menu:hover {
    background-color: transparent;
    background: none;
    padding: 0 0.5rem;
  }

  .dxp-menu .toggle-main-menu:after {
    display: none;
  }

  .dxp-header-view .centered-content .dxp-logo {
    margin-left: 60px;
    max-width: 50%;
  }

  .dxp-menu .toggle-main-menu span {
    color: #006a4e;
    line-height: 3.375rem;
  }

  .dxp-footer .content {
    text-align: center;
  }
}

.dxp-header-view .centered-content .dxp-menu {
  margin-top: 0;
}

.dxp-header-view .centered-content .dxp-menu .main-menu-container {
  max-height: initial;
  width: auto;
  float: right;
}

@media screen and (max-width: 796px) {
  .dxp-header-view .centered-content .dxp-menu .main-menu-container {
    max-height: 60px;
  }
}

.dxp-header-view .centered-content .dxp-menu .menu-content {
  position: relative;
  box-shadow: none;
}

.dxp-header-view .centered-content .dxp-menu .menu-content .main-menu {
  height: auto;
  position: relative;
  margin: 0;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item {
  height: auto;
  margin: 0;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item.active {
  background: none;
  background-color: #fff;
  border: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item.active::after {
  display: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item
  .menu-link {
  font-family: "Figtree", "Arial", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1.333rem;
  border: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item
  .menu-link:focus {
  border: 2px solid #170;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item:focus,
.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item:hover {
  background: none;
  border: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item:focus
  .menu-link,
.dxp-header-view
  .centered-content
  .dxp-menu
  .menu-content
  .main-menu
  .menu-item:hover
  .menu-link {
  color: #2aaa8a;
  border: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings
  .toggle-settings-menu {
  padding: 1.2rem 1.25rem;
  color: #006a4e;
  transition: 0.25s ease-out;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings
  .toggle-settings-menu:hover {
  background: none;
  color: #006a4e;
  cursor: poFigtree;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(-0.313rem);
  display: block;
  border-top: 4px solid #006a4e;
  margin-top: 2px;
  border-radius: 0 0 5px 5px;
  padding: 0.25rem 0 1.25rem;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .Select-input,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field-input,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field {
  outline: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .Select-input:focus,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field-input:focus,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field:focus {
  outline: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .dxp-country-selection {
  display: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .dxp-language-selection {
  padding: 0.666rem 1.333rem;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field {
  border: none;
  background: #fff;
  height: 3.999rem;
  position: relative;
  border-radius: 0;
  display: block;
  margin: 0;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-autocomplete
  .Select-control:hover,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-dropdown
  .Select-control:hover {
  box-shadow: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-autocomplete
  .Select-control
  .Select-value,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-dropdown
  .Select-control
  .Select-value {
  margin-top: 0;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-autocomplete
  .Select-control
  .Select-value
  .Select-value-label,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-dropdown
  .Select-control
  .Select-value
  .Select-value-label {
  height: 3.999rem;
  padding: 1.2rem 1.875rem 0 0;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-autocomplete
  .field-autocomplete-icon,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-dropdown
  .field-autocomplete-icon {
  background: url(../images/icon-dropdown.png) no-repeat 50%;
  width: 28px;
  height: 3.999rem;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-autocomplete
  .field-autocomplete-icon::before,
.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field.field-dropdown
  .field-autocomplete-icon::before {
  display: none;
}

.dxp-header-view
  .centered-content
  .dxp-menu
  .dxp-settings.active
  .settings-menu
  .field-input {
  height: 3.999rem;
}

@media screen and (max-width: 796px) {
  .dxp-header-view .centered-content .dxp-menu .menu-content {
    position: absolute;
  }

  .dxp-header-view .centered-content .dxp-menu .toggle-main-menu {
    margin-top: 0.8rem;
  }
}

/* header menu side */

/* header ends */

/* breadcump */
@media screen and (min-width: 1048px) {
  .dxp-breadcrumbs-container .sticky-inner-wrapper {
    background-color: #2aaa8a;
    border: none;
  }

  .dxp-breadcrumbs-container .sticky-inner-wrapper .dxp-breadcrumbs {
    display: block;
    margin: auto;
    max-width: 1200px;
    box-shadow: none;
    border: none;
    background-color: #2aaa8a;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list {
    min-height: initial;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item.dxp-home-breadcrumb-item,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled.dxp-home-breadcrumb-item {
    display: none;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item::before,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item::after,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled::before,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled::after {
    background-color: #2aaa8a;
    border-left: none;
    background-repeat: 1px solid #fff;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__text,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__text {
    color: #287c6a;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon {
    width: 2rem;
    height: 2rem;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane {
    background-image: url(../images/icon_plane_white.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user {
    background-image: url(../images/icon_passenger_white.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase {
    background-image: url(../images/icon_extra_white.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat {
    background-image: url(../images/icon_seat_white.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card {
    background-image: url(../images/icon_payment_white.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon::before,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__icon
    .ducp-component-icon::before {
    display: none;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current::before,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current::after {
    background-color: #91e3cf;
    border: none;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon {
    width: 1.25rem;
    height: 1.25rem;
    /* display: inline-block; */
    vertical-align: top;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane {
    background-image: url(../images/icon_plane_blue.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user {
    background-image: url(../images/icon_passenger_blue.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase {
    background-image: url(../images/icon_extra_blue.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat {
    background-image: url(../images/icon_seat_blue.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card {
    background-image: url(../images/icon_payment_blue.png);
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--current
    .spark-step-indicator__icon
    .ducp-component-icon::before {
    display: none;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--completed
    .spark-step-indicator__title-text,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__title-text {
    color: #000 !important;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--completed
    .spark-step-indicator__subtext
    .dxp-breadcrumb-item-subtitle,
  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__list
    .spark-step-indicator__item--disabled
    .spark-step-indicator__subtext
    .dxp-breadcrumb-item-subtitle {
    font-size: 1.133rem;
    color: #000 !important;
  }

  .dxp-breadcrumbs-container
    .sticky-inner-wrapper
    .dxp-breadcrumbs
    .spark-step-indicator__edit
    .spark-step-indicator__edit-button
    .ducp-component-icon::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-color: transparent;
    background-image: url(../images/icon-btn_edit.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .dxp-breadcrumbs-container .sticky-outer-wrapper.active {
    height: 42px !important;
  }

  .dxp-breadcrumbs-container
    .sticky-outer-wrapper.active
    .sticky-inner-wrapper {
    border-top: none;
  }

  .dxp-breadcrumbs-container .dxp-breadcrumbs .spark-step-indicator__body {
    padding: 0;
    overflow: hidden;
    background-color: #2aaa8a;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item {
    align-items: center;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon {
    align-self: center;
    /* width: auto; */
    /* Commenting to stop jitter effect */
    height: auto;
    margin: 0 2px;
    background-color: transparent;
    border: none;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__cart
    .dxp-price
    .ducp-component-price {
    font-family: "Figtree", "Arial", sans-serif;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__cart
    .dxp-price
    .ducp-component-price
    .price {
    font-size: 1.999rem;
    color: #000;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item::before,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item::after,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item--completed::before,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item--completed::after,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item--current::before,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__item--current::after {
    border-top: none;
    border-bottom: none;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__title-text,
  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__text {
    font-family: "Figtree", "Figtree", "Arial", sans-serif;
    color: #0b5445;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__title-text {
    font-weight: 600 !important;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__title-text
    .dxp-breadcrumb-title-container
    span {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart {
    padding: 0;
    margin: 0;
  }

  .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart.spark-numerals {
    font-size: 1.333rem;
  }
}

@media screen and (max-width: 1048px) {
  .dxp-breadcrumbs-container .ducp-component-breadcrumbs {
    box-shadow: none;
    background-color: #2aaa8a;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header {
    background-color: #4ad997;
    border-color: #4ad997;
    padding: 0.887rem;
    color: #000;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 1.333rem;
    display: flex;
    align-items: center;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__label--dropdown {
    color: #4ad997;
    font-size: 0.887rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__label--dropdown::after {
    top: 0.887rem;
    border-top-color: #fff;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon {
    width: 1.35rem;
    height: 1.35rem;
    margin: 0;
    margin-top: 0.75rem;
    margin-right: 0.887rem;
    padding: 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon {
    margin: 0;
    height: 100%;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-home::before {
    background: url(../images/icon-breadcrumb-home.png);
    background-size: contain;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane::before {
    background: url(../images/icon-breadcrumb-flight.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user::before {
    background: url(../images/icon-breadcrumb-passegner.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase::before {
    background: url(../images/icon-breadcrumb-extras.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat::before {
    background: url(../images/icon-breadcrumb-seats.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card::before {
    background: url(../images/icon-breadcrumb-payment.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header.expand
    .spark-step-indicator__notice {
    line-height: 1;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header.expand
    .spark-step-indicator__label--dropdown::after {
    transform: rotate(0deg);
    border-top-color: transparent;
    border-bottom-color: #fff;
    top: -0.5rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text {
    margin-left: 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__title-text {
    font-family: "Figtree", "Arial", sans-serif;
    font-size: 1.15rem;
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__subtext {
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__subtext
    .dxp-breadcrumb-item-subtitle-container
    .dxp-breadcrumb-item-subtitle {
    font-family: "Figtree", "Figtree", "Arial", sans-serif;
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header {
    background-color: #2aaa8a;
    border-color: #2aaa8a;
    padding: 0.887rem;
    color: #000;
    font-family: "Figtree", Arial, sans-serif;
    font-size: 1.333rem;
    display: flex;
    align-items: center;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__label--dropdown {
    color: #4ad997;
    font-size: 1.2rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__label--dropdown::after {
    top: 0.887rem;
    border-top-color: #fff;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon {
    width: 1.35rem;
    height: 1.35rem;
    margin: 0;
    margin-top: 0.75rem;
    margin-right: 0.887rem;
    padding: 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon {
    margin: 0;
    height: 100%;
    margin-top: -15px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-home::before {
    background: url(../images/icon-breadcrumb-home.png);
    background-size: contain;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane::before {
    background: url(../images/icon-breadcrumb-flight.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user::before {
    background: url(../images/icon-breadcrumb-passegner.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase::before {
    background: url(../images/icon-breadcrumb-extras.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat::before {
    background: url(../images/icon-breadcrumb-seats.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card::before {
    background: url(../images/icon-breadcrumb-payment.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header.expand
    .spark-step-indicator__notice {
    line-height: 1;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header.expand
    .spark-step-indicator__label--dropdown::after {
    transform: rotate(0deg);
    border-top-color: transparent;
    border-bottom-color: #fff;
    top: -0.5rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text {
    margin-left: 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__title-text {
    font-family: "Figtree", "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.15rem;
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__subtext {
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs.has-trip-button
    .spark-step-indicator__body--dropdown
    .spark-step-indicator__item--dropdown__header
    .spark-step-indicator__text
    .spark-step-indicator__subtext
    .dxp-breadcrumb-item-subtitle-container
    .dxp-breadcrumb-item-subtitle {
    font-family: "Figtree", "Figtree", "Arial", sans-serif;
    color: #000;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__edit,
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart {
    margin: 0;
    background-color: #2aaa8a;
    box-shadow: none;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__edit:focus,
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart:focus {
    outline: none;
    box-shadow: none;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__edit
    .ducp-component-button
    .spark-icon-search::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-color: transparent;
    background-image: url(../images/icon-btn_edit.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart:not(.blank) {
    border-left: 1px solid rgba(255, 225, 255, 0.25);
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart::after {
    font-size: 2.666rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item {
    background-color: #2aaa8a;
    color: #000;
    border-bottom: 1px solid #2aaa8a;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: "Figtree", "Arial", sans-serif;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item::before {
    display: none;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item.dxp-home-breadcrumb-item {
    background-color: #e9e0c6;
    color: #2aaa8a;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item.dxp-home-breadcrumb-item
    .spark-step-indicator__title-text,
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item.dxp-home-breadcrumb-item
    .spark-step-indicator__text {
    color: #2aaa8a;
    font-family: "Figtree", "Arial", sans-serif;
    font-size: 1.25rem;
    position: relative;
    top: initial;
    left: initial;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__title-text,
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__text {
    color: #000;
    font-family: "Figtree", "Arial", sans-serif;
    font-size: 1.25rem;
    position: relative;
    top: initial;
    left: initial;
  }
}

@media screen and (max-width: 1048px) and (max-width: 414px) {
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__title-text,
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__text {
    font-size: 1.333rem;
  }
}

@media screen and (max-width: 1048px) {
  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon {
    margin: 0 10px 0 0;
    align-self: center;
    width: 1.875rem;
    height: 1.875rem;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon {
    margin: 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-home::before {
    background: url(../images/icon-breadcrumb-home.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-airplane::before {
    background: url(../images/icon-breadcrumb-flight.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-user::before {
    background: url(../images/icon-breadcrumb-passegner.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-suitcase::before {
    background: url(../images/icon-breadcrumb-extras.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-seat::before {
    background: url(../images/icon-breadcrumb-seats.png);
    background-size: 30px;
  }

  .dxp-breadcrumbs-container
    .ducp-component-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list
    .spark-step-indicator__item
    .spark-step-indicator__icon
    .ducp-component-icon.spark-icon-credit-card::before {
    background: url(../images/icon-breadcrumb-payment.png);
    background-size: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1048px) {
  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__cart
    .dxp-price
    .ducp-component-price
    .price {
    font-size: 1.25rem;
    color: #000;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__edit
    .spark-step-indicator__edit-button {
    padding: 0 0.887rem !important;
  }
}

@media screen and (min-width: 515px) and (max-width: 768px) {
  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__list {
    box-shadow: none;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart {
    padding-right: 3.999rem;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart::after {
    right: 1.333rem;
  }

  .dxp-breadcrumbs-container
    .dxp-breadcrumbs
    .spark-step-indicator__body
    .spark-step-indicator__cart
    .dxp-price
    .ducp-component-price
    .price {
    font-size: 1.25rem;
    color: #000;
  }
}

@media screen and (min-width: 800px) {
  #dxp-breadcrumbs-container-view-exchange
    .spark-step-indicator__cart.spark-numerals {
    display: none;
  }
}

/* breadcump */
/* Modify Button Starts */
.spark-step-indicator__edit
  .ducp-component-button.spark-step-indicator__edit-button
  .spark-assistive-text {
  position: relative !important;
  background: none;
  color: #000;
  font-size: 1.2rem;
}

.spark-step-indicator__edit
  .ducp-component-button.spark-step-indicator__edit-button
  .spark-assistive-text
  ~ .spark-assistive-text {
  position: absolute !important;
  background: none;
}

/* Modify Button Ends */

/* start of making the nav bar white -42 */
.dxp-header-view .centered-content {
  background-color: #fff;
  border-top: 0.4167rem solid #fff;
  border-top-width: 0.4167rem;
  border-top-style: solid;
  border-top-color: #fff;
}

/* end of making the nav bar white -42 */

/* start of hiding sign-in section - 42*/
.sign-in-section.header-group-wrapper {
  visibility: hidden;
}

/* end of hiding sign-in section - 42*/

/* 44 mobile view */
.dxp-breadcrumbs.new-mobile-theme.spark-step-indicator
  .spark-step-indicator__body--dropdown.spark-step-indicator__body
  .flight-selection-breadcrumb-item
  .spark-step-indicator__text
  .spark-step-indicator__title-text
  .dxp-flight-breadcrumb-title-container {
  color: #000;
  font-weight: 600;
}

.dxp-panel {
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 1.133rem;
  padding: 1rem;
  overflow: visible;
  margin-bottom: 2.666rem;
}

.spark-modal__body,
.spark-modal__footer,
.spark-modal__header {
  padding-left: 0rem;
  padding-right: 0rem;
}

/* loading */
.no-image .page-loading-message {
  color: #fff;
  font-weight: 300;
}

/*loading  */
.dxp-breadcrumbs-container
  .dxp-breadcrumbs
  .spark-step-indicator__body
  .spark-step-indicator__cart
  .dxp-price
  .price {
  margin-right: 0.5rem;
  color: #000;
}

.ducp-component-breadcrumbs
  .spark-step-indicator__body--dropdown.spark-step-indicator__body
  .spark-step-indicator__cart:not(.blank):after {
  /* content: "\f174"; */
  transform: translateY(-50%) rotate(0deg);
  color: white;
}

.dxp-seat .code {
  font-weight: 300;
  font-size: 1rem;
  color: #2aaa8a;
  /* text-shadow: 0 0 1px #000; */
}

.dxp-shared-seat-selection .sticky-header .header-text {
  margin-top: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.dxp-shared-seat-selection .sticky-header .header-text .view-details {
  background: none;
  border: none;
  cursor: poFigtree;
  color: #000;
  font-weight: 500;
}

.dxp-seat-overlay .overlay-content {
  background: #fff;
  padding: 0rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.dxp-seat .seat-shadow {
  margin-top: 0.6rem;
}

.dxp-seat .seat .selected-mark {
  position: absolute;
  background: linear-gradient(45deg, black, transparent);
  color: #fff;
  border-radius: 0%;
  bottom: 0.89rem;
  border-radius: 8px;
  font-family: "Inter";
}

.dxp-seat-selection-passenger-list .passenger-list li.active {
  position: relative;
  z-index: 2;
  /* border-left: 0.5rem solid #506e1b; */
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

.spark-icon-arrow-basic-left:before {
  content: "\f10c";
  margin-bottom: 8px;
  font-weight: 700;
}

ul.passenger-cart-list-by-type li {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 500;
  font-family: "Figtree";
}

/* 44 mobile view */
/* Make header white starts*/
h2.dxp-title.dxp-matrix-view-title.view-title {
  color: seashell;
}

h2.title {
  color: #000;
}

/* Make header white ends*/

/* initial bg logo on loading starts */
/* .initial-progress-indicator:before {
  background-image: url(../images/bg_initial.png);
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 100px;
  height: 100px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.initial-progress-indicator .page-loading-message {
  text-indent: -9999px;
  line-height: 0;
}
.initial-progress-indicator .page-loading-message:after {
  content: "Please wait...";
  text-indent: 0;
  display: block;
  line-height: initial;
} */
/* initial bg logo on loading ends */

/* body color change starts */
body {
  background-color: #defff0;
}

/* body color change ends */

/* Make all text in header in one line starts */
.dxp-matrix .header .title {
  white-space: nowrap !important;
  font-size: 1.5vw !important;
  color: white;
}

.dxp-matrix .header .title > * {
  display: inline-block !important;
}

/* Make all text in header in one line ends */
/* calnder */
.date-picker .dp-table .dp-cell .dp-cell-btn {
  width: 100%;
  height: 100%;
  cursor: poFigtree;
  font-family: "Figtree";
  padding: 0;
}

/* calnder */
.spark-icon-wifi:before {
  content: "\f16d";
  font-weight: 600;
  font-size: 1.5rem;
}

.spark-icon-video:before {
  content: "\f16c";
  font-weight: 600;
  font-size: 1.5rem;
}

.spark-icon-power-button:before {
  content: "\f151";
  font-weight: 600;
  font-size: 1.5rem;
}

.spark-icon-hotel-night:before {
  content: "\f1eb";
  font-weight: 600;
  font-size: 1.5rem;
}

/* footer color and font change starts */
.dxp-footer {
  background: linear-gradient(
    90deg,
    #2aaa8a 0%,
    rgba(8, 132, 68, 0.802025033646271) 51%,
    #2aaa8a 100%
  );
}

.spark-icon--sm,
.spark-icon--sm:before {
  font-size: 1.2vw;
  line-height: 0vw;
}

/* footer color and font change ends */

/* primary button color change starts*/
.dxp-button.primary {
  background-image: linear-gradient(
    to right,
    #2aaa8a 0%,
    #50cb92 51%,
    #2aaa8a 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
}

.dxp-button.primary:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.dxp-button.primary {
  color: #fff;
  background: linear-gradient(150deg, #2aaa8a 50%, #13725b 51%);
  background-color: #39bb9a;
  background-size: 200% 200%;
  background-position: 30% 0;
  border-color: #2aaa8a;
}

/* primary button color change ends*/

/* 30 days title font color starts */
.dxp-view .no-image .title-wrapper {
  /* color: #000; by 42 to make the header text white */
  color: white;
  margin-top: 0;
  padding-top: 2rem;
}

/* 30 days title font color ends */

/* widget doby color change starts */
.spark-tabs__panels {
  background-color: #bcebe5e0;
  border: 1px solid #4ad4bb;
  border-top: none;
  border-radius: 1rem;
  border-top-left-radius: 0rem;
}

.dxp-home-view #dxp-manage-trips,
.dxp-home-view .dxp-flight-schedule,
.dxp-home-view .dxp-flight-search,
.dxp-home-view .dxp-flight-status,
.dxp-home-view .dxp-upcoming-trips {
  background: #bcebe51f;
}

/* widget doby color change ends */

/* hide signin of MYT starts */
#dxp-manage-trips .dxp-sign-in-banner {
  padding-right: 0;
  background-size: cover;
  background-image: url(../images/bg_search_myb.jpg);
  height: 31rem;
}

/* hide signin of MYT ends */

/* no flight date box starts */
.dxp-date-selection-day .day-btn.no-flights,
.dxp-date-selection-day .is-wrapped.no-flights {
  background-color: #d4fcf6;
  color: #000;
  font-size: 1rem;
  border: 1px solid #d4fcf6;
}

.dxp-date-selection-day .day-btn.is-hovered,
.dxp-date-selection-day .day-btn.is-preselected,
.dxp-date-selection-day .is-wrapped.is-hovered,
.dxp-date-selection-day .is-wrapped.is-preselected {
  background: #319b84;
  color: #000;
}

/* no flight date box ends */

/* button border color change after click starts */
.sabre-dx-component-authoring-component-active {
  outline: 0.125rem solid #2aaa8a;
}

/* button border color change after click ends */

/* details box border starts */
.flight-offer-itinerary-breakdown .itinerary-breakdown-content .shadow-box {
  border: 1px solid #d5f8ef;
  box-shadow: 0 0.333rem 1.333rem 0 rgb(255 255 255 / 52%);
  background-color: #ffffff;
}

.flight-offer-itinerary-breakdown .itinerary-breakdown-content {
  border-top: 1px solid #2aaa8a;
}

/* details box border ends */

/* fsr details starts*/
.flight-offer-itinerary-part-details .segment-details .segment-line:after,
.flight-offer-itinerary-part-details .segment-details .segment-line:before {
  background-color: #2aaa8a;
}

.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content:before {
  background: #2aaa8a;
}

.flight-offer-itinerary-part-details .segment-details .arrival .layover {
  background-color: #2aaa8a;
}

.ducp-component-flight-details-flight
  .flight-detail-header
  .segment-status.SCHEDULE_CHANGE,
.ducp-component-flight-status > .flight-status-badge.NEWFLIGHT,
.spark-badge--neutral {
  border: 1px solid #2aaa8a;
}

.ducp-component-button.text-button,
.sabre-dx-component-check-in-apple-wallet .apple-wallet-button,
.spark-btn--text {
  color: #2aaa8a;
}

.ducp-component-button.text-button:focus,
.ducp-component-button.text-button:focus:hover,
.focus.ducp-component-button.text-button,
.focus.ducp-component-button.text-button:hover,
.sabre-dx-component-check-in-apple-wallet .apple-wallet-button:focus,
.sabre-dx-component-check-in-apple-wallet .apple-wallet-button:focus:hover,
.sabre-dx-component-check-in-apple-wallet .focus.apple-wallet-button,
.sabre-dx-component-check-in-apple-wallet .focus.apple-wallet-button:hover,
.spark-btn--text.focus,
.spark-btn--text.focus:hover,
.spark-btn--text:focus,
.spark-btn--text:focus:hover {
  color: #2aaa8a;
  box-shadow: 0 0 0 0.1875rem #2aaa8a;
  padding-bottom: 0;
}

.ducp-component-button.text-button:hover,
.hover.ducp-component-button.text-button,
.sabre-dx-component-check-in-apple-wallet .apple-wallet-button:hover,
.sabre-dx-component-check-in-apple-wallet .hover.apple-wallet-button,
.spark-btn--text.hover,
.spark-btn--text:hover {
  color: #057436;
}

.itinerary-part-offer-price
  .itinerary-part-offer-price-button
  .big-price-container
  .big-price {
  color: #000;
}

.itinerary-part-offer-price .itinerary-part-offer-price-button {
  border: 0.1rem solid #2aaa8a;
  border-radius: 20px;
  /* box-shadow: inset 0 0 1.16667rem #36b68b; */
}

.itinerary-part-offer-price .itinerary-part-offer-price-button:hover {
  border-color: #84e180;
  background: #e6ffe5;
}

.itinerary-part-offer-price .itinerary-part-offer-price-button.selected,
.itinerary-part-offer-price .itinerary-part-offer-price-button:focus {
  outline: 0.04rem solid #b7f1e2;
  /* background: radial-gradient(transparent, #71cbb6); */
  /* background: radial-gradient(#dcfdf594, #bbeee2cf); */
  background: honeydew;
}

.itinerary-part-offer-brand-comparison .shadow-box .brand-offer-not-available {
  border-right: 1px solid #ffdbdb;
  background: radial-gradient(transparent, #ffdbdb);
}

/* fsr details ends*/

/* fsr details logo size starts */
.operated-by-logo {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

/* fsr details logo size ends */

/* fsr economy and business button starts */
.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .offer-labels
  .offer-label {
  flex: 1;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .offer-labels
  .offer-label:nth-child(1) {
  background-color: #287c6a;
  border: 0.08333rem solid #2aaa8a;
  border-radius: 10px;
  color: #fff;
  margin-right: 5px;
  font-family: "Source Sans Pro", "Inter";
}

.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .offer-labels
  .offer-label:nth-child(2) {
  background-color: goldenrod;
  border: 0.08333rem solid goldenrod;
  border-radius: 10px;
  color: #fff;
  margin-left: 5px;
}

/* fsr economy and business button ends */

/* 7 day color starts */
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item.selected:after {
  background-color: #2aaa8a;
}

.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item:hover {
  box-shadow: inset 0 0 1.16667rem #9bffdd;
}

.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item.selected {
  font-size: 1.667rem;
  background: #3ac9a5;
}

/* 7 day color ends */

/* modify bottom black line remove starts */
.ducp-component-button:not([disabled]):not(.spark-btn--icon):not(
    .ducp-component-button.icon-button
  ):not(.spark-btn--view-more):not(.ducp-component-button.view-more-button):not(
    .spark-btn--text
  ):not(.ducp-component-button.text-button):not(.spark-btn--brand):not(
    .spark-btn--secondary
  ):not(.ducp-component-button.secondary-button):not(.spark-btn--negative):not(
    .ducp-component-button.negative
  ):not(.spark-btn--sm):not(.ducp-component-button.sm):not(.spark-btn--xs):not(
    .ducp-component-button.xs
  ):not(.spark-btn--multi-action):not([class*="spark-btn-combo"]):before,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-toolbar__show-more:not([disabled]):not(.spark-btn--icon):not(
    .ducp-component-button.icon-button
  ):not(.spark-btn--view-more):not(.ducp-component-button.view-more-button):not(
    .spark-btn--text
  ):not(.ducp-component-button.text-button):not(.spark-btn--brand):not(
    .spark-btn--secondary
  ):not(.ducp-component-button.secondary-button):not(.spark-btn--negative):not(
    .ducp-component-button.negative
  ):not(.spark-btn--sm):not(.ducp-component-button.sm):not(.spark-btn--xs):not(
    .ducp-component-button.xs
  ):not(.spark-btn--multi-action):not([class*="spark-btn-combo"]):before,
.MessagePopup
  .button-container
  .modal-button.close-button:not([disabled]):not(.spark-btn--icon):not(
    .ducp-component-button.icon-button
  ):not(.spark-btn--view-more):not(.ducp-component-button.view-more-button):not(
    .spark-btn--text
  ):not(.ducp-component-button.text-button):not(.spark-btn--brand):not(
    .spark-btn--secondary
  ):not(.ducp-component-button.secondary-button):not(.spark-btn--negative):not(
    .ducp-component-button.negative
  ):not(.spark-btn--sm):not(.ducp-component-button.sm):not(.spark-btn--xs):not(
    .ducp-component-button.xs
  ):not(.spark-btn--multi-action):not([class*="spark-btn-combo"]):before,
.sabre-dx-component-check-in-documents
  .footer
  > button:not([disabled]):not(.spark-btn--icon):not(
    .ducp-component-button.icon-button
  ):not(.spark-btn--view-more):not(.ducp-component-button.view-more-button):not(
    .spark-btn--text
  ):not(.ducp-component-button.text-button):not(.spark-btn--brand):not(
    .spark-btn--secondary
  ):not(.ducp-component-button.secondary-button):not(.spark-btn--negative):not(
    .ducp-component-button.negative
  ):not(.spark-btn--sm):not(.ducp-component-button.sm):not(.spark-btn--xs):not(
    .ducp-component-button.xs
  ):not(.spark-btn--multi-action):not([class*="spark-btn-combo"]):before,
.spark-btn:not([disabled]):not(.spark-btn--icon):not(
    .ducp-component-button.icon-button
  ):not(.spark-btn--view-more):not(.ducp-component-button.view-more-button):not(
    .spark-btn--text
  ):not(.ducp-component-button.text-button):not(.spark-btn--brand):not(
    .spark-btn--secondary
  ):not(.ducp-component-button.secondary-button):not(.spark-btn--negative):not(
    .ducp-component-button.negative
  ):not(.spark-btn--sm):not(.ducp-component-button.sm):not(.spark-btn--xs):not(
    .ducp-component-button.xs
  ):not(.spark-btn--multi-action):not([class*="spark-btn-combo"]):before {
  box-shadow: inset 0 -0.125rem 0 #30917f00;
}

/* modify bottom black line remove ends */

/* 30 days date selected starts */
.dxp-date-selection-day .day-btn.is-first-departure-date.is-departure-date,
.dxp-date-selection-day .is-wrapped.is-first-departure-date.is-departure-date {
  background-color: #319b84;
  border: 1px solid #319b84;
  color: #000;
  font-weight: 700;
}

/* 30 days date selected ends */

/* fsr text color starts */
.spark-link.active,
.spark-link:active,
a.active,
a:active {
  color: #2aaa8a;
}

/* modify bottom black line remove ends */

.spark-message__heading title {
  color: #006a4e;
}

.ducp-component-title {
  color: #006a4e;
}

.ducp-component-title span
{
    font-weight: bold;
}
.ducp-component-from-to.ducp-component-flight-route.title-route span {
    font-weight: bold;
}

.ducp-component-cart-panel-section
  .ducp-component-accordion
  .spark-panel__header
  .ducp-component-title {
  font-family: "Figtree", Oswald, sans-serif;
  font-weight: 400;
  font-size: 1.66667rem;
  line-height: 2.5rem;
  color: black;
}

.dxp-trip-airports .airport {
  font-weight: 300;
  color: #000;
}

.dxp-trip-airports h2
 {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

.dxp-trip-airports h2 span
 {
    font-weight: bold;
}

/* .spark-modal__body:last-child {
  padding: 2rem;
} */
.field:not(.boarding-pass-field).field-has-value .field-input {
  font-weight: 400;
  font-family: "Figtree";
}

.spark-link,
a {
  color: #2aaa8a;
}

/* fsr text color ends */

/* font color starts */
body,
html {
  color: #000;
}

/* font color ends */

/* fsr sort by font color starts */
.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .result-info-sort-filter
  .sort-filters-panel
  .ducp-component-button.text-button {
  color: #2aaa8a;
}

/* fsr sort by font color ends */

/* fsr flight font color starts */
.MessagePopup .modal-content,
.spark-panel__content {
  color: #000;
}

.itinerary-part-amenities .amenities-note {
  color: #000;
}

/* fsr flight font color ends */

/* fsr title font starts */
.itinerary-part-offer-brand-comparison .shadow-box .brand-name {
  color: #000;
  border: 2px solid #127052eb;
  background: #2aaa8a;
}

.itinerary-part-offer-brand-comparison .shadow-box .results-count {
  color: #000;
}

/* fsr title font ends */

/* fsr details shade starts */
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-amenity-value:not(:first-child),
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-comparison-legend:not(:first-child),
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container:not(:first-child),
.itinerary-part-offer-brand-comparison
  .shadow-box
  .legend-footer:not(:first-child) {
  background: linear-gradient(
    90deg,
    #f0fdf0 0%,
    rgb(255 255 255) 51%,
    #f1f7ee 100%
  );
}

.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container:not(:first-child) {
  /* background: linear-gradient(45deg, #c6ffd7 0%, rgb(255 255 255) 51%, #c6ffd7 100%); */
  background: radial-gradient(transparent, #c6ffd7);
}

/* fsr details shade ends */

/* fsr details button shade starts */
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .brand-select-button.spark-btn--md {
  z-index: 0;
  background: linear-gradient(45deg, #3ea37a, #00bd29);
  border-radius: 1rem;
}

.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .brand-select-button.spark-btn--md:active,
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .brand-select-button.spark-btn--md:hover {
  border: 1px solid #2aaa8a;
  background: linear-gradient(45deg, #00eb8a, #00bda3 75%);
}

button.ducp-component-button.brand-offer-not-available-button.disabled {
  border-radius: 1rem;
}

/* fsr details button shade ends */

/* flight selection change flight button starts */
.dxp-selected-itinerary-part-offer .header-row .change-flight {
  background: #2aaa8a;
  padding: 10px;
  border-radius: 1rem;
}

.dxp-selected-itinerary-part-offer .header-row .change-flight:hover {
  background: #1e8d71;
}

.dxp-selected-itinerary-part-offer
  .header-row
  .change-flight
  .spark-btn--sm.ducp-component-button.text-button {
  color: #fff;
}

/* flight selection change flight button starts */

/* fsr right tab font color starts */
.ducp-component-cart-panel-section
  .ducp-component-accordion
  .spark-panel__header
  .ducp-component-title {
  color: #2aaa8a;
}

.ducp-component-cart-panel .title {
  background: #e5fff8;
}

.ducp-component-cart-panel .title {
  line-height: 3.5rem;
  background: #d7ffeb;
  color: #000;
}

.dxp-shopping-cart .ducp-component-cart-panel:not(last-child) {
  background: #d7ffeb;
  border-radius: 3px;
  /* 42 */
}

.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content,
.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-label,
.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-price,
.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-remove-confirmation,
.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-initial-circle,
.ducp-component-cart-panel
  .MessagePopup
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .PassengerNameItem,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .ducp-component-cart-item
  .cart-item-label,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .ducp-component-cart-item
  .cart-item-price,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .ducp-component-cart-item
  .cart-item-remove-confirmation,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .ducp-component-initial-circle,
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .PassengerNameItem,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-label,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-price,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-cart-item
  .cart-item-remove-confirmation,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .ducp-component-initial-circle,
.MessagePopup
  .ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .modal-content
  .PassengerNameItem {
  color: #000;
}

.ducp-component-price {
  color: #000;
}

.dxp-shopping-cart-footer.trip-total .total-container .total .price {
  color: #000;
}

/* fsr right tab font color starts */

/* passengers button starts */


.dxp-button.primary.small:hover,
.dxp-button.primary.x-small:hover {
  background: #14745c;
  border-color: #14745c;
}

/* passengers button ends */

/* fsr price from text color starts */
.itinerary-part-offer-price .itinerary-part-offer-price-button .price-prefix,
.itinerary-part-offer-price
  .itinerary-part-offer-price-button
  .starting-at-label {
  color: #000;
}

/* fsr price from text color ends */

/* night logo color starts */
.flight-offer-details .duration-stops .night-flight {
  color: #4f927f;
}

.dxp-calendar-ribbon .field-active,
.dxp-calendar-ribbon .is-focused,
.dxp-calendar-ribbon .set-focus,
.dxp-calendar-ribbon .toggle-button.focused,
.dxp-calendar-ribbon :focus,
.dxp-calendar-ribbon [tabindex="0"]:focus,
.dxp-calendar-ribbon [tabindex="-1"]:focus,
.dxp-calendar-ribbon button:focus,
.dxp-footer-view .field-active,
.dxp-footer-view .is-focused,
.dxp-footer-view .set-focus,
.dxp-footer-view .toggle-button.focused,
.dxp-footer-view :focus,
.dxp-footer-view [tabindex="0"]:focus,
.dxp-footer-view [tabindex="-1"]:focus,
.dxp-footer-view button:focus,
.dxp-header-view .field-active,
.dxp-header-view .is-focused,
.dxp-header-view .set-focus,
.dxp-header-view .toggle-button.focused,
.dxp-header-view :focus,
.dxp-header-view [tabindex="0"]:focus,
.dxp-header-view [tabindex="-1"]:focus,
.dxp-header-view button:focus,
.dxp-summary-bar .field-active,
.dxp-summary-bar .is-focused,
.dxp-summary-bar .set-focus,
.dxp-summary-bar .toggle-button.focused,
.dxp-summary-bar :focus,
.dxp-summary-bar [tabindex="0"]:focus,
.dxp-summary-bar [tabindex="-1"]:focus,
.dxp-summary-bar button:focus,
.field-active,
.is-focused,
.set-focus,
.toggle-button.focused,
:focus,
[tabindex="0"]:focus,
[tabindex="-1"]:focus,
a:focus,
button:focus {
  outline: 0.1rem solid #2aaa8a;
  border-radius: 5px;
}

/* night logo color ends */

/* sort and filter starts */
.dxp-slider .controls .track-fill {
  background-color: #2aaa8a;
}

.dxp-slider .controls .handle {
  background-color: #2aaa8a;
  box-shadow: inset 0 -1px 0 #000000;
}

.dxp-checkbox-filter .filter {
  overflow-y: auto;
}

/* sort and filter ends */

/* passerger form starts */
.passenger-summary {
  background: #2aaa8a;
}

.passenger-form {
  padding: 1rem 1rem;
  background: #ffffff;
}

.additional-information-section
  .passenger-info-panel-title.additional-info-title {
  margin: 0;
  padding-left: 2rem;
  background: #ffffff;
}

.additional-information-section .passenger-additional-info-buttons {
  background: #e7ffed;
}

.passenger-info-panel {
  padding: 1rem;
  background: #ffffff;
}

/* passerger form starts */

/* drop color starts */
.field-autocomplete .Select-input__control--is-focused,
.field-dropdown .Select-input__control--is-focused {
  border: none;
  box-shadow: none;
  outline: 0.252rem solid #ffffff00 !important;
}

/* drop color ends */

/* extras starts*/
.dxp-ancillary-summary .summary-content .price {
  font-size: 3.254rem;
  color: #2aaa8a;
}

/* extras ends*/

/* button secondary starts */
.ancillary-summary-common
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.spark-toolbar__show-more:after,
.ancillary-summary-common
  .summary-button
  .MessagePopup
  .button-container
  button.modal-button.close-button:after,
.ancillary-summary-common
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button:after,
.ancillary-summary-common .summary-button button.ducp-component-button:after,
.ancillary-summary-common .summary-button button.spark-btn:after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ancillary-summary-common
  .summary-button
  button.spark-toolbar__show-more:after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.continue.spark-toolbar__show-more:after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.go-back.spark-toolbar__show-more:not(.go-back-text-button):after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--lg.spark-toolbar__show-more:after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--md.spark-toolbar__show-more:after,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .summary-content
  .summary-button
  button.spark-toolbar__show-more:after,
.ducp-component-page-button-wrapper
  > button.ducp-component-button.continue:after,
.ducp-component-page-button-wrapper
  > button.ducp-component-button.go-back:not(.go-back-text-button):after,
.ducp-component-page-button-wrapper > button.spark-btn.continue:after,
.ducp-component-page-button-wrapper
  > button.spark-btn.go-back:not(.go-back-text-button):after,
.MessagePopup
  .button-container
  .ancillary-summary-common
  .summary-button
  button.modal-button.close-button:after,
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.continue.modal-button.close-button:after,
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.go-back.modal-button.close-button:not(.go-back-text-button):after,
.MessagePopup .button-container .spark-btn--lg.modal-button.close-button:after,
.MessagePopup .button-container .spark-btn--md.modal-button.close-button:after,
.MessagePopup
  .button-container
  .summary-content
  .summary-button
  button.modal-button.close-button:after,
.sabre-dx-component-check-in-documents
  .ancillary-summary-common
  .summary-button
  .footer
  > button:after,
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.continue:after,
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.go-back:not(.go-back-text-button):after,
.sabre-dx-component-check-in-documents .footer > button.spark-btn--lg:after,
.sabre-dx-component-check-in-documents .footer > button.spark-btn--md:after,
.sabre-dx-component-check-in-documents
  .summary-content
  .summary-button
  .footer
  > button:after,
.spark-btn--lg.ducp-component-button:after,
.spark-btn--lg.spark-btn:after,
.spark-btn--md.ducp-component-button:after,
.spark-btn--md.spark-btn:after,
.summary-content
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.spark-toolbar__show-more:after,
.summary-content
  .summary-button
  .MessagePopup
  .button-container
  button.modal-button.close-button:after,
.summary-content
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button:after,
.summary-content .summary-button button.ducp-component-button:after,
.summary-content .summary-button button.spark-btn:after {
  background-color: #73dda2ad;
}

.ancillary-summary-common
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.hover.spark-toolbar__show-more,
.ancillary-summary-common
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.spark-toolbar__show-more:hover,
.ancillary-summary-common
  .summary-button
  .MessagePopup
  .button-container
  button.hover.modal-button.close-button,
.ancillary-summary-common
  .summary-button
  .MessagePopup
  .button-container
  button.modal-button.close-button:hover,
.ancillary-summary-common
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button.hover,
.ancillary-summary-common
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button:hover,
.ancillary-summary-common .summary-button button.ducp-component-button:hover,
.ancillary-summary-common .summary-button button.hover.ducp-component-button,
.ancillary-summary-common .summary-button button.spark-btn.hover,
.ancillary-summary-common .summary-button button.spark-btn:hover,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ancillary-summary-common
  .summary-button
  button.hover.spark-toolbar__show-more,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ancillary-summary-common
  .summary-button
  button.spark-toolbar__show-more:hover,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.continue.spark-toolbar__show-more:hover,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.go-back.spark-toolbar__show-more:hover:not(.go-back-text-button),
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.hover.continue.spark-toolbar__show-more,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .ducp-component-page-button-wrapper
  > button.hover.go-back.spark-toolbar__show-more:not(.go-back-text-button),
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--lg.hover.spark-toolbar__show-more,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--lg.spark-toolbar__show-more:hover,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--md.hover.spark-toolbar__show-more,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .spark-btn--md.spark-toolbar__show-more:hover,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .summary-content
  .summary-button
  button.hover.spark-toolbar__show-more,
.ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  .summary-content
  .summary-button
  button.spark-toolbar__show-more:hover,
.ducp-component-page-button-wrapper
  > button.ducp-component-button.continue:hover,
.ducp-component-page-button-wrapper
  > button.ducp-component-button.go-back:hover:not(.go-back-text-button),
.ducp-component-page-button-wrapper
  > button.hover.ducp-component-button.continue,
.ducp-component-page-button-wrapper
  > button.hover.ducp-component-button.go-back:not(.go-back-text-button),
.ducp-component-page-button-wrapper > button.spark-btn.continue:hover,
.ducp-component-page-button-wrapper
  > button.spark-btn.go-back:hover:not(.go-back-text-button),
.ducp-component-page-button-wrapper > button.spark-btn.hover.continue,
.ducp-component-page-button-wrapper
  > button.spark-btn.hover.go-back:not(.go-back-text-button),
.MessagePopup
  .button-container
  .ancillary-summary-common
  .summary-button
  button.hover.modal-button.close-button,
.MessagePopup
  .button-container
  .ancillary-summary-common
  .summary-button
  button.modal-button.close-button:hover,
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.continue.modal-button.close-button:hover,
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.go-back.modal-button.close-button:hover:not(.go-back-text-button),
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.hover.continue.modal-button.close-button,
.MessagePopup
  .button-container
  .ducp-component-page-button-wrapper
  > button.hover.go-back.modal-button.close-button:not(.go-back-text-button),
.MessagePopup .button-container .spark-btn--lg.hover.modal-button.close-button,
.MessagePopup .button-container .spark-btn--lg.modal-button.close-button:hover,
.MessagePopup .button-container .spark-btn--md.hover.modal-button.close-button,
.MessagePopup .button-container .spark-btn--md.modal-button.close-button:hover,
.MessagePopup
  .button-container
  .summary-content
  .summary-button
  button.hover.modal-button.close-button,
.MessagePopup
  .button-container
  .summary-content
  .summary-button
  button.modal-button.close-button:hover,
.sabre-dx-component-check-in-documents
  .ancillary-summary-common
  .summary-button
  .footer
  > button.hover,
.sabre-dx-component-check-in-documents
  .ancillary-summary-common
  .summary-button
  .footer
  > button:hover,
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.continue:hover,
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.go-back:hover:not(.go-back-text-button),
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.hover.continue,
.sabre-dx-component-check-in-documents
  .footer.ducp-component-page-button-wrapper
  > button.hover.go-back:not(.go-back-text-button),
.sabre-dx-component-check-in-documents .footer > button.spark-btn--lg.hover,
.sabre-dx-component-check-in-documents .footer > button.spark-btn--lg:hover,
.sabre-dx-component-check-in-documents .footer > button.spark-btn--md.hover,
.sabre-dx-component-check-in-documents .footer > button.spark-btn--md:hover,
.sabre-dx-component-check-in-documents
  .summary-content
  .summary-button
  .footer
  > button.hover,
.sabre-dx-component-check-in-documents
  .summary-content
  .summary-button
  .footer
  > button:hover,
.spark-btn--lg.ducp-component-button:hover,
.spark-btn--lg.hover.ducp-component-button,
.spark-btn--lg.spark-btn.hover,
.spark-btn--lg.spark-btn:hover,
.spark-btn--md.ducp-component-button:hover,
.spark-btn--md.hover.ducp-component-button,
.spark-btn--md.spark-btn.hover,
.spark-btn--md.spark-btn:hover,
.summary-content
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.hover.spark-toolbar__show-more,
.summary-content
  .summary-button
  .ducp-component-confirmation-header
  .supplementary-data-container
  .ducp-component-toolbar
  .show-more
  button.spark-toolbar__show-more:hover,
.summary-content
  .summary-button
  .MessagePopup
  .button-container
  button.hover.modal-button.close-button,
.summary-content
  .summary-button
  .MessagePopup
  .button-container
  button.modal-button.close-button:hover,
.summary-content
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button.hover,
.summary-content
  .summary-button
  .sabre-dx-component-check-in-documents
  .footer
  > button:hover,
.summary-content .summary-button button.ducp-component-button:hover,
.summary-content .summary-button button.hover.ducp-component-button,
.summary-content .summary-button button.spark-btn.hover,
.summary-content .summary-button button.spark-btn:hover {
  background-color: #098f57;
}

.ducp-component-price .ducp-component-price {
  color: #000;
}

/* segment details customization - 42 */
#dxp-exchange-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details,
.dxp-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details {
  margin: 0;
  padding: 0 0.666rem;
  text-size-adjust: 100%;
  color: #333;
  box-sizing: border-box;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  flex: unset;
  margin: 0;
  padding: 0 0.666rem;
}

/* customizing segment line  */
#dxp-exchange-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line,
.dxp-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line {
  text-size-adjust: 100%;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  padding-top: 1.2rem;
  padding-left: 4.33rem;
}

/* customizing arrival 42 */
#dxp-exchange-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .arrival,
.dxp-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .arrival {
  padding: 0 0 1.333rem 4.666rem;
  text-size-adjust: 100%;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  flex-direction: column;
}

/* customizing segment header 42 */
#dxp-exchange-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-header,
.dxp-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-header {
  font-family: "Figtree", "DiavloMedium", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-feature-settings: "dlig" 0, "liga" 0, "lnum" 1, "kern" 1;
  display: flex;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 1.333rem;
  color: #000;
}

/* customizing segment contents 42 */
#dxp-exchange-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content,
.dxp-flight-selection-view
  .flight-offer-itinerary-breakdown
  .itinerary-breakdown-content
  .shadow-box
  .flight-offer-itinerary-parts
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-top: 0.35rem;
  padding-bottom: 1rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  padding-top: 0.35rem;
  padding-bottom: 1rem;
}

/* customizing airport name in details 42 */
.flight-offer-itinerary-part-details .segment-details .airport,
.flight-offer-itinerary-part-details .segment-details .arrival .airport {
  color: #767676;
  text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 1rem;
  vertical-align: baseline;
  color: #767676;
  font-weight: 400;
}

/*  Start of changing toggle  button's background color - 42*/
.DucpComponentToggle
  .spark-toggle
  .RadioButtonList
  label
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.DucpComponentToggle
  .spark-toggle
  .spark-toggle__input:checked
  ~ .toggle-label:nth-child(n),
.DucpComponentToggle
  .spark-toggle
  .toggle-input:checked
  ~ .spark-label:nth-child(n),
.DucpComponentToggle
  .spark-toggle
  .toggle-input:checked
  ~ .toggle-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .RadioButtonList
  label
  .spark-toggle__input:checked
  ~ .radio-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .RadioButtonList
  label
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .spark-toggle__input:checked
  ~ .spark-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .spark-toggle__input:checked
  ~ .toggle-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .toggle-input:checked
  ~ .spark-label:nth-child(n),
.DucpComponentToggle
  .toggle-item
  .toggle-input:checked
  ~ .toggle-label:nth-child(n),
.RadioButtonList
  label
  .DucpComponentToggle
  .spark-toggle
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.RadioButtonList
  label
  .DucpComponentToggle
  .toggle-item
  .spark-toggle__input:checked
  ~ .radio-label:nth-child(n),
.RadioButtonList
  label
  .DucpComponentToggle
  .toggle-item
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.RadioButtonList
  label
  .spark-toggle
  .DucpComponentToggle
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.RadioButtonList
  label
  .spark-toggle
  .spark-toggle__input:checked
  ~ .radio-label:nth-child(n),
.spark-toggle
  .DucpComponentToggle
  .RadioButtonList
  label
  .toggle-input:checked
  ~ .radio-label:nth-child(n),
.spark-toggle
  .DucpComponentToggle
  .spark-toggle__input:checked
  ~ .toggle-label:nth-child(n),
.spark-toggle
  .DucpComponentToggle
  .toggle-input:checked
  ~ .spark-label:nth-child(n),
.spark-toggle
  .DucpComponentToggle
  .toggle-input:checked
  ~ .toggle-label:nth-child(n),
.spark-toggle
  .RadioButtonList
  label
  .spark-toggle__input:checked
  ~ .radio-label:nth-child(n),
.spark-toggle .spark-toggle__input:checked ~ .spark-label:nth-child(n) {
  border-color: #21886e;
  background-color: #2aaa8a;
}

/*  end of changing toggle  button's background color - 42*/

/* start of aligning icon with text in fsr page */
.itinerary-part-summary-details
  .flights-operated-by
  .flight-number-operated-by {
  align-items: center;
}

/* end of aligning icon with text in fsr page */

/* hiding wifi and movie logo fsr starts */
.flight-offer-amenities .amenity:nth-child(1) {
  display: none;
}

.flight-offer-amenities .amenity:nth-child(2) {
  display: none;
}

.itinerary-part-amenities .amenities-items .amenity-item:nth-child(1) {
  display: none;
}

.itinerary-part-amenities .amenities-items .amenity-item:nth-child(2) {
  display: none;
}

/* hiding wifi and movie logo fsr ends */

/* fsr sold out starts */
.itinerary-part-offer-brand-comparison .shadow-box .amenity-item-row {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 26.667rem;
  background: #ffffff;
}

/* fsr sold out ends */

/* fsr cabin starts */
h3.brand-name.economy:nth-child(2) {
  color: #fff;
  border: 1px solid #819b90;
  background: #5ba66e;
  font-weight: 500;
}

h3.brand-name.economy:nth-child(3) {
  color: #fff;
  border: 1px solid #819b90;
  background: #5ba66e;
  font-weight: 500;
}

h3.brand-name.economy:nth-child(4) {
  color: #fff;
  border: 1px solid #819b90;
  background: #5ba66e;
  font-weight: 500;
}

h3.brand-name.economy:nth-child(5) {
  color: #fff;
  border: 1px solid #819b90;
  background: #69409e;
}

h3.brand-name.business:nth-child(2) {
  color: #fff;
  border: 1px solid #819b90;
  background: #5ba66e;
  font-weight: 500;
}

h3.brand-name.business:nth-child(3) {
  color: #fff;
  border: 1px solid #819b90;
  background: #5ba66e;
  font-weight: 500;
}

/* fsr cabin ends */
/* start of aligning icons with text in details section FSR  */
.segment-content .operated-by {
  align-items: center;
  display: flex;
}

/* end of aligning icons with text in details section FSR  */

/* start of aminities alignment */
.flight-offer-itinerary-part-details .segment-amenities {
  margin-top: 2.7rem;
}

.dxp-shared-seat-selection .seat-map-caption .dxp-link {
  color: #2aaa8a;
  font-weight: 500;
}

.dxp-passenger .selected-seat {
  font-weight: 400;
  font-size: 1.4rem;
}

.dxp-flight-search .class-selection,
.dxp-flight-search .date-selection.return-date,
.dxp-flight-search .destination-selection.airport-fields,
.dxp-flight-search .passenger-class-selection .date-selection.departure-month,
.dxp-flight-search .submit-button-column {
  padding-left: 1rem;
  /* margin-bottom: -4rem; */
}

/* .spark-modal__body:last-child {
  padding: 2rem;
} */
/* end of aminities alignment */

.spark-tabs__panels .spark-tabs__panel {
  /* padding: 2rem; */
  margin-bottom: -3rem;
}

.dxp-view .title-wrapper .dxp-view-subtitle {
  font-size: 1.4rem;
  margin-top: 0.833rem;
  /* color: lightcyan; */
  color: #fff;
  font-weight: 300;
}

.dxp-seat .code {
  font-weight: 500;
  font-size: 1rem;
}

.dxp-seat {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  background: url(../images/seatmap/premium_seat.png) no-repeat 51%;
  background-size: contain;
  background-color: #fff;
  border: none;
  padding: 2px 6px 3px;
  margin: 0.15rem;
}

.dxp-seat.exit-paid-0.premium-paid-0.unavailable,
.dxp-seat.exit-paid-1.premium-paid-1.unavailable,
.dxp-seat.exit-paid-2.premium-paid-2.unavailable,
.dxp-seat.exit-paid-3.premium-paid-3.unavailable,
.dxp-seat.exit-paid-4.premium-paid-4.unavailable,
.dxp-seat.exit-paid-5.premium-paid-5.unavailable,
.dxp-seat.exit.unavailable,
.dxp-seat.premium.unavailable,
.dxp-seat.unavailable {
  background-image: url(../images/seatmap/premium_exit_seat_6.png);
}

.dxp-seat.exit,
.dxp-seat.premium.exit {
  background-image: url(../images/seatmap/premium_exit_seat.png);
}

.seat-map .dxp-seat .seat.selected {
  background-image: url(../images/seatmap/premium_seat_4.png) !important;
}

.dxp-featured-ancillaries .dxp-ancillary-content.feature .description .intro {
  font-weight: 500;
  text-align: left;
  font-size: 1.5rem;
  align-self: auto;
  padding: 0 0 0 1rem;
  color: black;
}

.dxp-ancillary-summary .summary-content .title {
  min-height: 2rem;
  color: black;
  font-weight: 500;
}

.dxp-ancillary-summary .summary-content .caption {
  font-weight: 500;
  font-size: 1.333rem;
  margin-top: 0.833rem;
  margin-bottom: 0.833rem;
  color: black;
}

.dxp-ancillary-panel .travel-part-title.itinerary {
  font-size: 2rem;
  font-weight: 500;
}

.ducp-component-cart-panel-section
  .ducp-component-accordion
  .spark-panel__header
  .ducp-component-title {
  color: #000;
}

.dxp-payment-component .header.padding .ducp-component-price,
.dxp-payment-component .header.padding h3 {
  font-weight: 500;
  color: #ffffff;
  padding: 2px;
}

.dxp-payment-component .payment-fops .no-padding .header {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

/* payment page flight details starts */
.dxp-flight-details {
  box-shadow: 0 0.25rem 1rem 0 rgb(0 0 0 / 0%);
  padding: 0rem;
  margin-top: 0rem;
  background: #ffffff;
}

.dxp-payment-trip-summary .flight-segment-details {
  background: #ffffff;
  box-shadow: 0 0.333rem 1.333rem 0 rgb(0 0 0 / 0%);
}

.dxp-flight-details .header:before {
  background-color: #2aaa8a;
}

.dxp-flight-details .details:before {
  background-color: #2aaa8a;
}

span.spark-icon.spark-icon-wifi.ducp-component-icon {
  display: none;
}

span.spark-icon.spark-icon-video.ducp-component-icon {
  display: none;
}

.dxp-layover {
  background-color: #2aaa8a;
}

/* payment page flight details end */

/* flight status */

/* flight status */

.passenger-selection .passenger-count {
  font-weight: 400;
  font-size: 1.333rem;
  margin-top: 1rem;
  font-family: "Figtree";
}

/* start of customizing trip summary */
.dxp-view .background-content > .main-content .cart {
  padding-right: 0rem;
}

/* customizing cart-panel */
.cart .dxp-shopping-cart .ducp-component-cart-panel {
  border-radius: 5px;
  border: none;
  padding: 0;
  background: #fff;
}

/* customizing header */
.cart .dxp-shopping-cart .ducp-component-cart-panel .title {
  font-size: 1.999rem;
  /* font-family: "Figtree", "Arial", sans-serif; */
  color: #2aaa8a;
  line-height: 1;
  margin: 0;
  padding: 1.75rem 1.5rem 1.25rem;
  margin-top: 1rem;
  background: #fff;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list {
  margin: 0;
}

.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__header.is-expanded {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-weight: 500;
  padding: 1.5rem;
  background-color: #2aaa8a;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .ducp-component-title,
.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .dxp-title {
  /* font-family: "Figtree", "Arial", sans-serif; */
  font-size: 1.333rem;
  color: #fff;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .ducp-component-title
  .spark-icon,
.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .dxp-title
  .spark-icon {
  margin-left: 0;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .ducp-component-title
  .itinerary-to-from,
.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .dxp-title
  .itinerary-to-from {
  font-size: 1.375rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-weight: normal;
  font-size: 1.066rem;
  padding: 0;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details {
  margin-top: 0;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-time-details {
  background-color: #f3f1ed;
  padding: 0.5rem 1.5rem;
  margin: 0;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-time-details
  .itinerary-part-header
  span {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-size: 1.166rem;
  color: #2aaa8a;
  font-weight: 600;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-time-details
  .itinerary-part-header
  span.date-time {
  /* color:#333; */
  color: #000;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details {
  margin: 0;
  padding: 1.5rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .ducp-component-flight-route {
  /* font-family: "DiavloMedium", "Arial", sans-serif; */
  font-size: 1.133rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1rem;
  /* color: #333; */
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .duration-stop-details {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  line-height: 1;
  margin-bottom: 0.666rem;
}

.itinerary-part-details .itinerary-part-flight-details .brand-id,
.itinerary-part-details .itinerary-part-flight-details .cabin-class,
.itinerary-part-details .itinerary-part-flight-details .duration-label,
.itinerary-part-details
  .itinerary-part-flight-details
  .duration-stops-separator,
.itinerary-part-details .itinerary-part-flight-details .dxp-duration,
.itinerary-part-details .itinerary-part-flight-details .fare-basis,
.itinerary-part-details .itinerary-part-flight-details .number-of-stops,
.itinerary-part-details .itinerary-part-flight-details .stops {
  font-size: 1.15rem;
  font-weight: 400;
  /* color: #333; */
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .duration-stop-details
  span {
  font-size: 1.066rem;
  /* color: #5e5e5e; */
}

.itinerary-part-details .itinerary-part-flight-details .brand-id,
.itinerary-part-details .itinerary-part-flight-details .cabin-class,
.itinerary-part-details .itinerary-part-flight-details .duration-label,
.itinerary-part-details
  .itinerary-part-flight-details
  .duration-stops-separator,
.itinerary-part-details .itinerary-part-flight-details .dxp-duration,
.itinerary-part-details .itinerary-part-flight-details .fare-basis,
.itinerary-part-details .itinerary-part-flight-details .number-of-stops,
.itinerary-part-details .itinerary-part-flight-details .stops {
  font-size: 1.15rem;
  font-weight: 400;
  /* color: #333; */
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .segment-operated-by-list
  li {
  margin-bottom: 0.75rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .segment-operated-by-list
  li
  .dxp-operated-by
  .flight-number,
.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .segment-operated-by-list
  li
  .dxp-operated-by
  .name {
  font-size: 0.933rem;
  line-height: 1;
  /* color: #5e5e5e; */
  display: flex;
  align-items: center;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .passenger-cart-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  background-color: #d7ffeb;
  border: none;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .passenger-cart-item
  .main-content
  .cart-item-label {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-weight: 600;
  font-size: 1.066rem;
  color: #2aaa8a;
  line-height: 1;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .passenger-cart-item
  .main-content
  .cart-item-price
  .ducp-component-price {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-size: 1.333rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .passenger-cart-item
  .main-content
  .cart-item-price
  .ducp-component-price
  .price {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.ducp-component-price .price .currency {
  font-size: 0.6em;
  align-self: flex-start;
}

.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__header {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-weight: 500;
  padding: 1.5rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header {
  font-size: 1.375rem;
  color: #fff;
  /* background-color: #168fb0; */
  background-color: #2aaa8a;
  padding: 0.666rem 1.333rem;
  box-shadow: none;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section.taxes-section
  .spark-panel__content {
  padding: 1.5rem;
}

.dxp-shopping-cart
  .ducp-component-accordion.spark-panel--expand.expanded
  .spark-panel__header.has-right-content
  .right-content
  .ducp-component-price,
.dxp-shopping-cart
  .ducp-component-accordion.spark-panel--expand
  .spark-panel__header.has-right-content
  .right-content
  .ducp-component-price {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-weight: 600;
  color: #fff;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .right-content
  .ducp-component-price
  .price-info
  .price {
  /* font-family: "Figtree", "Arial", sans-serif; */
  display: flex;
  line-height: 1;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__header
  .right-content
  .ducp-component-price
  .price-info
  .price
  .currency {
  font-size: 0.6em;
  align-self: flex-start;
  text-transform: uppercase;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section.taxes-section
  .tax-cart-items
  .tax-cart-item {
  margin: 0.666rem 0;
}

#dxp-exchange-flight-selection-view .main-content,
.dxp-flight-selection-view .main-content {
  max-width: 1440px;
  align-self: center;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section.taxes-section
  .tax-cart-items
  .tax-cart-item
  .cart-item-label {
  font-family: "Figtree", "Figtree", "Arial", sans-serif;
  font-size: 1.066rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section.taxes-section
  .tax-cart-items
  .tax-cart-item
  .cart-item-price
  .ducp-component-price {
  /* font-family: "Figtree", "Figtree", "Arial", sans-serif; */
  font-size: 1.066rem;
  font-weight: 500;
  color: #000;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section.taxes-section
  .tax-cart-items
  .tax-cart-item
  .cart-item-price
  .ducp-component-price
  .price {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-footer
  .trip-total {
  margin: 0;
  padding: 1.5rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-footer
  .trip-total
  .label {
  font-family: "Figtree", "Figtree", "Arial", sans-serif;
  font-size: 1.333rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-footer
  .trip-total
  .total
  .ducp-component-price
  .price {
  font-size: 1.5rem;
  color: #2aaa8a;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-footer
  .trip-total
  .total
  .ducp-component-price
  .price
  .currency {
  font-size: 0.6em;
  align-self: flex-start;
  text-transform: uppercase;
}

.cart .dxp-shopping-cart .dxp-shopping-cart-fare-rules {
  margin: 0;
  padding: 1.5rem;
  font-size: 1.166rem;
  line-height: 1.25;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart .dxp-shopping-cart .dxp-shopping-cart-fare-rules a {
  font-weight: 600;
  text-decoration: none;
}

.dxp-link,
.dxp-selected-flight .date button.view-details {
  font-family: "Figtree";
  color: #0008fb;
  font-weight: bold;
  font-size: 0.9rem;
}

.dxp-link {
  font-size: 1.19rem;
}

.cart .dxp-shopping-cart .dxp-shopping-cart-fare-rules a {
  font-weight: 600;
  text-decoration: none;
}

/* widget search button starts */
.dxp-flight-search .submit-button-column {
  margin: 0rem;
}

.spark-tabs__panels .spark-tabs__panel {
  /* padding: 2rem; */
  margin-bottom: 0rem;
}

/* widget search button ends */

/* fsr min-width starts */
.itinerary-part-offer-brand-comparison .shadow-box .brand-name,
.itinerary-part-offer-brand-comparison .shadow-box .total-brands-for-cabin {
  min-width: auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  /* border-radius: 1rem; */
}

.itinerary-part-offer-brand-comparison .shadow-box .brand-amenity-value,
.itinerary-part-offer-brand-comparison .shadow-box .brand-comparison-legend,
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container,
.itinerary-part-offer-brand-comparison .shadow-box .legend-footer {
  min-width: auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  /* border-radius: 1rem; */
}

.itinerary-part-offer-brand-comparison .shadow-box .brand-offer-not-available {
  min-width: auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  /* border-radius: 1rem; */
}

/* fsr min-width ends */

/* hide sign in, wifi, movie after booking starts */
.dxp-panel.clearfix.account-panel.no-padding {
  display: none;
}

.ducp-component-flight-summary-amenities.is-inline .amenity.wifi {
  display: none;
}

.ducp-component-flight-summary-amenities.is-inline .amenity.movie {
  display: none;
}

/* hide sign in, wifi, movie after booking ends */
.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .offer-labels {
  display: flex;
  font-family: "Roboto", Oswald, sans-serif;
  font-size: 1.667rem;
  padding: 0 4rem;
  width: 50%;
  font-weight: 400;
}

.dxp-breadcrumbs-container
  .sticky-inner-wrapper
  .dxp-breadcrumbs
  .spark-step-indicator__list
  .spark-step-indicator__item--completed
  .spark-step-indicator__subtext
  .dxp-breadcrumb-item-subtitle,
.dxp-breadcrumbs-container
  .sticky-inner-wrapper
  .dxp-breadcrumbs
  .spark-step-indicator__list
  .spark-step-indicator__item--disabled
  .spark-step-indicator__subtext
  .dxp-breadcrumb-item-subtitle {
  font-size: 1.133rem;
  color: #fff !important;
}

.ducp-component-breadcrumbs
  .spark-step-indicator__body
  .spark-step-indicator__title-text
  .dxp-breadcrumb-title-container
  span {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
}

.spark-step-indicator__edit
  .ducp-component-button.spark-step-indicator__edit-button
  .spark-assistive-text {
  position: relative !important;
  background: none;
  color: #fff;
  font-size: 1.2rem;
}

.dxp-payment-trip-summary-selected-flights
  .itinerary-part-header
  .flight-direction {
  font-family: Oswald, sans-serif;
  font-size: 1.667rem;
  text-transform: uppercase;
  font-weight: 400;
}

.dxp-payment-trip-summary-selected-flights .itinerary-part-header .flight-date {
  margin-left: 2rem;
  font-size: 1.667rem;
  font-family: "Roboto", Oswald, sans-serif;
  font-weight: 400;
}

.operating-airline .operating-airline-row .airline-logo {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.dxp-header-view {
  background-color: #fff;
  color: #fff;
  height: 5.8333rem;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 200;
  box-shadow: 0 0.833rem 1.667rem rgb(0 0 0 / 19%),
    0 0.5rem 0.5rem rgb(0 0 0 / 23%);
}

/* promo code change starts */
.dxp-promo-code .dxp-promo-code-button {
  color: #46afaf;
  padding: revert;
  background-color: transparent;
}

/* promo code change ends */

/* fsr date arraw starts */
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item:after {
  background: #9ce7d4;
}

.spark-carousel.spark-carousel--kpi
  .spark-carousel__controls
  .spark-carousel__back,
.spark-carousel.spark-carousel--kpi
  .spark-carousel__controls
  .spark-carousel__forward,
.spark-carousel[data-spark-carousel-panel]
  .spark-carousel__controls
  .spark-carousel__back,
.spark-carousel[data-spark-carousel-panel]
  .spark-carousel__controls
  .spark-carousel__forward {
  background: #3ac9a5;
  height: 100%;
  width: 4rem;
}

/* fsr date arraw ends */

/* fsr flight n/a starts */
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item:disabled {
  cursor: not-allowed;
  background: #fff;
  color: #f30606;
}

/* fsr flight n/a ends */

/* fsr sib title starts */
.dxp-background.no-image .ducp-component-title.flight-leg-header {
  color: #fff;
}

/* fsr sib title ends */

/* flight details starts */
.flight-offer-amenities {
  margin: 2rem;
}

.dxp-selected-itinerary-part-offer .flight-row {
  background: #ffffff;
}

/* .flight-offer-itinerary-breakdown .action-buttons {
  background: #EFEFEF;
} */
.itinerary-part-summary-details
  .flights-operated-by
  .flight-number-operated-by {
  background: #eff1ef;
}

.dxp-flight-offer-itinerary-breakdown.flight-offer-itinerary-breakdown {
  background: #ffffff;
}

.dxp-itinerary-part-offer .itinerary-part-offer-header {
  background-color: #ffffff;
}

/* flight details ends */

/* start of customizing trip option choice on the first page */
.journey-type-selection .journey-type-selection-item .dxp-link {
  color: #2aaa8a;
  border: 1px solid #2aaa8a;
  background: #fff;
}

.journey-type-selection .journey-type-selection-item.active .dxp-link {
  background: #2aaa8a;
}

.journey-type-selection .journey-type-selection-item.active .dxp-link:focus,
.journey-type-selection .journey-type-selection-item.active .dxp-link:hover {
  border: 0.252rem solid #2aaa8a;
  outline: none;
  background: #2aaa8a;
  color: #fff;
}

.journey-type-selection .journey-type-selection-item .dxp-link:focus,
.journey-type-selection .journey-type-selection-item .dxp-link:hover {
  border: 0.252rem solid #2aaa8a;
  outline: none;
  background: #2aaa8a;
  color: #fff;
}

/* end of customizing trip option choice background */

/* flight component flight details starts */
.ducp-component-flight-details-flight {
  background: #ffffff;
}

.ducp-component-flight-details {
  background: #ffffff;
  box-shadow: 0 0rem 0rem 0 rgb(0 0 0 / 20%);
}

.ducp-component-flight-details-flight .flight-detail-column:before {
  background-color: #2aaa8a;
}

.ducp-component-flight-details-flight .destination-arrival ~ .airport:after {
  background-color: #2aaa8a;
}

.ducp-component-flight-details-flight .flight-detail-column {
  border-left: 1px solid #2aaa8a;
}

.ducp-component-flight-details .layover .spark-badge--neutral {
  background: #2aaa8a;
}

.ducp-component-flight-summary-amenities .amenity.amenity.Wi-Fi {
  display: none;
}

.ducp-component-flight-summary-amenities .amenity.amenity.Movie {
  display: none;
}

.ducp-component-flight-summary
  .flight-summary-header
  .ducp-component-panel-content
  .flight-summary-content {
  background: #efefef;
}

.ducp-component-flight-summary
  .flight-summary-header
  .ducp-component-panel-content {
  padding: 1rem;
  background: #efefef;
}

/* flight component flight details ends */

/* start of customizing flight status page */

.dxp-summary-bar-container {
  background-color: #2aaa8a;
}

.dxp-summary-bar-container-airports {
  width: 70.23901%;
}

.dxp-view .view-title {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
}

.dxp-flight-status-view .flight-status-title-info span {
  color: #fff;
}

.dxp-flight-status-table-headers tr th {
  font-size: 1.3rem;
  background-color: #2aaa8a;
}

.dxp-flight-status-table .dxp-flight-status-flight-details td,
.dxp-flight-status-table .dxp-flight-status-flight td {
  padding-bottom: 1rem;
  border: 1px solid #fff;
  border-radius: 25px;
}

.spark-badge.spark-badge-md {
  font-size: 1.2rem;
}

.dxp-flight-status-table .operating-carrier-flight-number {
  display: flex;
  align-items: center;
}

.operating-carrier-flight-number .flight-number {
  font-size: 1.3rem;
  font-weight: 500;
}

.number-of-stops .airport-codes {
  font-weight: 500;
}

.dxp-button.status-button {
  color: #fff;
  background: linear-gradient(150deg, #2aaa8a 50%, #13725b 51%);
  background-color: #39bb9a;
  background-size: 200% 200%;
  background-position: 30% 0;
  border-color: #2aaa8a;
}

.dxp-button.status-button:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* end of customizing flight status page */

/* promocode sale to offer starts */
.promo-label {
  visibility: hidden;
}

.promo-label:before {
  visibility: visible;
  content: "Discounted Fare";
  white-space: nowrap;
}

.dx-flight-selection-ribbon-item .offerLabel .promo-label {
  visibility: hidden;
}

.dx-flight-selection-ribbon-item .offerLabel .promo-label:before {
  visibility: visible;
  content: "Offer";
}

/* promocode sale to offer ends */

/* recent search starts */
.dxp-recent-searches .recent-search .ducp-component-initial-circle {
  margin: 0.5rem;
}

.ducp-component-initial-circle.light {
  background-color: #2aaa8a;
  color: #fff;
  /* box-shadow: inset 0 0 1rem #000000; */
}

/* recent search ends */
/* start of customizing flight schedule */
#dxp-summary-bar
  > div
  > div
  > div
  > div
  > div.dxp-summary-bar-container-right-elements-container
  > button.dxp-summary-bar-container-edit-button
  > span.spark-assistive-text {
  display: contents;
}

.dxp-flight-schedule-table-headers tr th {
  font-size: 1.2rem;
  background: #2aaa8a;
  color: #fff;
}

.dxp-flight-schedule-table-headers tr th.week-day {
  background: #21886e;
  font-size: 1.2rem;
}

.operating-carrier-flight-number {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.dxp-flight-schedule-table .operating-carrier-flight-number .dxp-image.logo {
  max-height: 2rem;
}

.dxp-flight-status-table .operating-carrier-flight-number .dxp-image.logo {
  max-height: 2rem;
}

.dxp-link.text-btn {
  color: #2aaa8a;
}

.dxp-view.dxp-flight-schedule-view .flight-schedule-title-info {
  color: #fff;
}

/* end of customizing flight schedule page */

/* myb right div image starts */
/* .image.dxp-responsive-image {
  background-image: url(../images/bg_search_myb.jpg);
} */
.dxp-sign-in-banner .image {
  /* background-size: cover;
  width: 100%;
  height: 31rem; */
  visibility: hidden;
}

.dxp-sign-in-banner .actions {
  display: none;
}

/* myb right div image ends */

/* start of customizing flight status page -2nd */
.dxp-flight-status-table .details .flight-number-origin-destination .title {
  color: #000;
}

.dxp-flight-status-table .dxp-flight-status-origin-destination {
  padding-right: 1rem;
}

#dxp-summary-bar-enhanced-view
  > div.dxp-view.dxp-flight-status-view.b2c
  > div
  > div.background-content.clearfix
  > div
  > div.dxp-flight-status-search-results.clearfix
  > div
  > table
  > tbody
  > tr:nth-child(1)
  > td:nth-child(4)
  > div.flight-number-origin-destination
  > div
  > h4 {
  font-size: 1.4rem;
}

.dxp-flight-status-flight-status-ribbon.ON_TIME .flight-status-ribbon-title {
  background: #2aaa8a;
  font-size: 1.2rem;
}

.dxp-flight-status-details .flight-details-type {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.dxp-flight-status-details .actual-flight-time .label,
.dxp-flight-status-details .delayed-flight-time .label,
.dxp-flight-status-details .flight-baggage .label,
.dxp-flight-status-details .flight-details-type .label,
.dxp-flight-status-details .flight-terminal .label,
.dxp-flight-status-details .flight-time .label {
  font-weight: 400;
}

.dxp-flight-status-details .actual-flight-time .dxp-time,
.dxp-flight-status-details .actual-flight-time .value,
.dxp-flight-status-details .delayed-flight-time .dxp-time,
.dxp-flight-status-details .delayed-flight-time .value,
.dxp-flight-status-details .flight-baggage .dxp-time,
.dxp-flight-status-details .flight-baggage .value,
.dxp-flight-status-details .flight-details-type .dxp-time,
.dxp-flight-status-details .flight-details-type .value,
.dxp-flight-status-details .flight-terminal .dxp-time,
.dxp-flight-status-details .flight-terminal .value,
.dxp-flight-status-details .flight-time .dxp-time,
.dxp-flight-status-details .flight-time .value {
  font-weight: 400;
}

#dxp-summary-bar-enhanced-view
  > div.dxp-view.dxp-flight-status-view.b2c
  > div
  > div.background-content.clearfix
  > div
  > div.dxp-flight-status-search-results.clearfix
  > div
  > table
  > tbody
  > tr:nth-child(1)
  > td:nth-child(4) {
  border-top: 0.16667rem solid #ddd;
}

/* end of customizing flight status page -2nd */

/* flight origin and destination color in Breadcrumb starts */
.dxp-flight-selection-origin {
  color: #fff;
}

.dxp-flight-selection-destination {
  color: #fff;
}

/* flight origin and destination color in Breadcrumb ends */
/* start of changing selected date text */
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item.selected
  .date {
  color: #fff;
}

#dxp-calendar-ribbons
  > div
  > div
  > div.spark-carousel__container-mask
  > div
  > div.spark-carousel__item.selected
  > button
  > div.flight-price.available
  > span.dxp-price
  > span {
  color: #fff;
}

/* end of changing selected date text */

/* secondary button starts */
.dxp-button.secondary:not(.dxp-promo-code-button) {
  background-image: linear-gradient(
    to right,
    #d36262 0%,
    #ad1b1b 51%,
    #d36262 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  background: linear-gradient(150deg, #d36262 50%, #ad1b1b 51%);
  background-color: #d36262;
  background-size: 200% 200%;
  background-position: 30% 0;
  border-color: #d36262;
}

.dxp-button.secondary:not(.dxp-promo-code-button):hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* secondary button ends */

/* start of changing FSR 42 */
#dxp-exchange-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .flight-selection-ribbon-wrapper
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item
  .price,
.dxp-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .flight-selection-ribbon-wrapper
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item
  .price {
  color: #287c6a;
}

/* end of changing FSR 42 */
/* start of changing trip summary 42 */
.itinerary-part-details .itinerary-part-flight-details .dxp-operated-by {
  display: flex;
  align-items: center;
}

/* end of changing trip summary 42 */

/* start of changing passenger page 42 */
.dxp-passenger-view .title-wrapper .dxp-view-title {
  font-size: 2.666rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
}

/* end of changing passenger page 42 */

/* start of changing tab header */
#dxp-exchange-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab,
.dxp-mto-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab,
.dxp-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab {
  background-color: #2aaa8a;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 30rem;
  min-width: 30rem;
}

#dxp-exchange-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active,
.dxp-mto-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active,
.dxp-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active {
  background-color: #d7ffeb;
}

#dxp-exchange-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab
  a,
.dxp-mto-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab
  a,
.dxp-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab
  a {
  color: #fff;
}

#dxp-exchange-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a,
.dxp-mto-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a,
.dxp-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a {
  color: #2aaa8a;
}

#dxp-exchange-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a
  .flight-index,
.dxp-mto-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a
  .flight-index,
.dxp-seat-selection-view
  .dxp-shared-seat-selection-tabs
  .spark-tabs__nav
  .spark-tabs__list
  .spark-tabs__tab.active
  a
  .flight-index {
  color: #2aaa8a;
}

.dxp-shared-seat-selection .seat-map-content .seat-map-not-available {
  padding: 1rem;
  font-size: 1.333rem;
  text-align: center;
  line-height: 1.25;
}

.dxp-shared-seat-selection .seat-map-content .seatmap-header {
  border-bottom: 1px solid #ccc;
  background: none;
  background-color: #d7ffeb;
}

.spark-tabs__list:after,
.spark-tabs__scroll:after {
  border-bottom: none;
}

.spark-tabs__tab:after {
  background-color: none;
}

/* end of changing tab header */

/* start of coutomising sest map 42 */
.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .ducp-component-cart-flight-segment {
  margin-top: 0;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .ducp-component-cart-flight-segment
  .cart-flight-segment-header {
  margin: 0;
  padding: 0.5rem 1.5rem;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .ducp-component-cart-flight-segment
  .cart-flight-segment-content {
  padding: 0 1.5rem;
}

/* end of customising seat map */

.dxp-message > .title-container .title-content .title {
  font-family: Oswald, sans-serif;
  display: block;
  font-size: 1.667rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.matrix-grid-tab-container.right .matrix-grid-tab {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 6.83333rem;
  display: block;
  height: 44rem;
  margin-top: 1rem;
  line-height: 2rem;
}

/* start of customizing payment page  */
.dxp-upgrade-payment-view .dxp-payment-component .payment-fops .no-padding,
.dxp-exchange-payment-view .dxp-payment-component .payment-fops .no-padding,
.dxp-payment-view .dxp-payment-component .payment-fops .no-padding,
.dxp-mto-payment-view .dxp-payment-component .payment-fops .no-padding {
  /* background-color: #fff; */
  border-radius: 5px;
}

.dxp-upgrade-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-exchange-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-payment-view .dxp-payment-component .payment-fops .no-padding .header,
.dxp-mto-payment-view .dxp-payment-component .payment-fops .no-padding .header {
  padding: 1.333rem 1.999rem;
  background-color: #2aaa8a;
  color: #fff;
  border: 1px solid #68b8ce;
  border-radius: 5px 5px 0 0;
  font-size: 1.133rem;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container,
.dxp-payment-view .payments-container .payment-types-toggle-options-container,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container {
  margin: 0;
  /* padding-top: 0; */
  padding-bottom: 0;
  margin-top: 0;
  border-bottom: 0;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option {
  margin: 0;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  flex-basis: auto;
  padding: 0 0.75rem;
  background-color: #fff;
  margin-bottom: 3px;
  margin-right: 3px;
  border-bottom: 1px solid #d7ffeb;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option {
  width: 19%;
  margin-bottom: 0;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected {
  background-color: #d7ffeb;
  /* border-color: #2AAA8A; */
  color: #2aaa8a;
  border-bottom: 0;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label {
  display: block;
}

.payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label {
  padding: 0.5rem 0;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container {
  height: auto;
}

#dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img {
  height: 4.8rem;
  width: 100%;
  height: 80%;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title {
  height: 2.666rem;
  padding-left: 0rem;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label.BR-159
  .option-label
  .payment-option-title {
  display: block;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title {
  color: #333;
}

.dxp-upgrade-payment-view .payments-container .payment-form-container,
.dxp-exchange-payment-view .payments-container .payment-form-container,
.dxp-payment-view .payments-container .payment-form-container,
.dxp-mto-payment-view .payments-container .payment-form-container {
  background-color: #d7ffeb;
  margin-top: 0;
  border-top: 0;
}

.payment-type
  .card-details-header
  .card-details-header-title
  .card-details-header-label {
  font-size: 2rem;
}

#payment-credit-card-form
  > div.card-details-header
  > div.card-details-header-title
  > div
  > span {
  font-size: 1rem;
  display: none;
}

#payment-credit-card-form
  > div.card-details
  > fieldset.dxp-credit-card-details.credit-card-fieldset
  > legend {
  display: contents;
  color: #000;
  margin: 0;
  font-size: 1.333rem;
  font-weight: 600;
  text-transform: uppercase;
}

.dxp-payment-component .payment-fops .dxp-payment .billing-data-legend,
.dxp-payment-component .payment-fops .dxp-payment .card-details-legend {
  color: #000;
  margin: 0;
  font-size: 1.333rem;
  font-weight: 600;
  text-transform: uppercase;
}

.dxp-upgrade-payment-view
  .credit-card-fieldset
  .credit-card-fields-container
  .expiration-cvc-container
  .cvc-container
  .dxp-popover-cvc-help,
.dxp-exchange-payment-view
  .credit-card-fieldset
  .credit-card-fields-container
  .expiration-cvc-container
  .cvc-container
  .dxp-popover-cvc-help,
.dxp-payment-view
  .credit-card-fieldset
  .credit-card-fields-container
  .expiration-cvc-container
  .cvc-container
  .dxp-popover-cvc-help,
.dxp-mto-payment-view
  .credit-card-fieldset
  .credit-card-fields-container
  .expiration-cvc-container
  .cvc-container
  .dxp-popover-cvc-help {
  top: 0.5rem;
  padding-top: 0;
}

#complete-payment-panel > div.complete-payment-panel-header > h3 {
  color: #2aaa8a;
}

#dxp-cart-review > div > div > button {
  font-size: 1.375rem;
  color: #fff;
  background-color: #2aaa8a;
  box-shadow: none;
}

#dxp-cart-review > div > div > button > h3 {
  color: #fff;
}

#Outbound-details
  > div
  > div
  > div:nth-child(3)
  > div.details
  > div
  > div.info-section
  > span:nth-child(1) {
  background: transparent;
}

#accordion-dxp-cart-review-shopping-cart-container-selected-flights
  > div
  > div
  > div
  > div
  > div.operating-airlines
  > ul
  > li:nth-child(1)
  > span {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}

/* end of customizing payment page */

.dxp-seat .code {
  font-weight: 600;
  font-size: 0.8rem;
  color: white;
  /* text-shadow: 0 0 1px #000; */
}

/* after ticket right tab starts */
.dxp-container.col-lg-4 {
  background-size: cover;
  background-image: url(../images/bg_search_myb.jpg);
  height: 45rem;
}

/* after ticket right tab ends */

/* pax dob font sizing starts */
legend.dxp-fieldset-date-legend {
  font-size: 1.5vh !important;
}

.field.field-autocomplete.field-error.fieldset-date-part-day.field-use-label-feedback.has-feedback
  > * {
  font-size: 1.5vh;
}

.field.field-autocomplete.field-error.fieldset-date-part-month.field-use-label-feedback.has-feedback
  > * {
  font-size: 1.5vh;
}

.field.field-autocomplete.field-error.fieldset-date-part-year.field-use-label-feedback.has-feedback
  > * {
  font-size: 1.5vh;
}

/* pax dob font sizing ends */

/* changing the background */
.dxp-view .background-content > .main-content {
  display: flex;
  flex-flow: row wrap;
  /* background-color: teal; */
  backdrop-filter: blur(50px);
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* end of changing the background */
/* start of changing color of text in seat map circle */
.ducp-component-cart-panel
  ul.ducp-component-cart-panel-list
  > .ducp-component-cart-panel-section
  > .ducp-component-accordion
  > .spark-panel__content
  .ducp-component-initial-circle {
  color: #fff;
}

.dxp-seat-selection-passenger-list .passenger-list li .passenger-index {
  background: #2aaa8a;
}

.dxp-passenger .selected-seat button {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

/* end of changing color of text in seat map circle */

/* 7x7 matrix */
.dxp-matrix .header .description {
  margin-top: 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}

.dxp-matrix .header .description .dxp-link {
  text-decoration: underline;
  color: yellow;
}

.matrix-grid th.matrix-cell {
  font-family: "Figtree", Oswald, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}

.matrix-grid-tab-container .buttons .tab-button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.4rem;
  border-radius: 0.16667rem;
  margin: 0.5rem 0;
  cursor: poFigtree;
}

.matrix-grid-cell {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  border: none;
  cursor: poFigtree;
  font-weight: 500;
}

.matrix-grid-tab-container.right .matrix-grid-tab .tab-details {
  display: inline-block;
  width: 40rem;
  top: 14.333rem;
  margin: 0;
  padding: 2rem 0 0;
  position: relative;
  left: -17.667rem;
  transform: rotate(90deg);
}

/* payment page logo starts */
label.payment-types-toggle-label.AFOP.MB-102
  .option-label
  .logo-container
  .logo {
  content: url(../images/nagad-logo.png);
}

label.payment-types-toggle-label.AFOP.MB-101
  .option-label
  .logo-container
  .logo {
  content: url(../images/bKash-logo.png);
}

label.payment-types-toggle-label.AFOP.QQ-107
  .option-label
  .logo-container
  .logo {
  content: url(../images/brac-logo.png);
}

/* payment page logo ends */
.dxp-background.no-image .dxp-trip-airports h2,
.dxp-background.no-image .heading.ducp-component-page-title h1 {
  background-color: aliceblue;
  padding: 1rem;
}

/* my dates are flexible starts */
button.matrix-grid-cell.selected {
  background-color: #247460;
  color: #fff;
}

button.matrix-grid-cell.highlight.hovered {
  background-color: #2aaa8a;
}

.matrix-grid table tr th.highlight {
  background-color: #2aaa8a;
  color: #fff;
}

/* my dates are flexible ends */

/* bottom to top poFigtree starts */
.spark-scroll-to-top {
  background-color: hsl(147deg 66% 45% / 90%);
  border: 1px solid #2aaa8a;
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: 0 2px 6px 0 rgb(71 169 92 / 30%);
  cursor: poFigtree;
  height: 4rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  transform: scale(0);
  transition: background-color 0.1s linear, border-color 0.1s linear,
    box-shadow 0.1s linear, opacity 0.1s linear, visibility 0.1s linear,
    transform 0.2s linear;
  visibility: hidden;
  width: 4rem;
  z-index: 1000;
}

.dxp-flight-selection .spark-scroll-to-top:focus {
  box-shadow: inset 0 0 0 0.25rem #2aaa8a;
  outline: 0;
}

/* bottom to top poFigtree ends */

/* customising the text color in selected flight */
#dxp-calendar-ribbons
  > div
  > div
  > div.spark-carousel__container-mask
  > div
  > div.spark-carousel__item.selected
  > button
  > div.flight-price.available
  > span.dxp-price
  > span
  > span
  > span
  > span {
  color: #fff;
}

/* multi-city button color starts */
.dxp-button.slate {
  color: #fff;
  background: #2aaa8a;
}

/* multi-city button color ends */

/* search box starts */
.spark-tabs__tab {
  background-color: #ffffff;
}

.spark-tabs__tab.active,
.spark-tabs__tab.active:hover {
  border: 1px solid #2aaa8a00;
}

.spark-tabs__tab.active,
.spark-tabs__tab.active:hover {
  background-color: #b0e1e1;
}

/* search box ends */

/* footer fb icon circle starts */
.dxp-footer .centered-content .social-media-links li {
  /* width: auto; */
  height: auto;
}

/* footer fb icon circle ends */

/* fsr amenities center starts */
.itinerary-part-amenities .amenities-items {
  justify-content: center;
}

/* fsr amenities center ends */

/* modal title starts */
.ducp-component-modal.active .spark-modal__footer,
.ducp-component-modal.active .spark-modal__header {
  font-size: 1.33333rem;
  color: #333;
  font-weight: 400;
  margin-left: 2rem;
}

/* modal title ends */

/* search widget trip button round starts */
.journey-type-selection .journey-type-selection-item .dxp-link {
  margin-left: 0.2rem;
  border-radius: 1rem;
}

.journey-type-selection .journey-type-selection-item:first-child .dxp-link {
  border-radius: 1rem;
}

.journey-type-selection .journey-type-selection-item:last-child .dxp-link {
  border-radius: 1rem;
}

/* search widget trip button round ends */

/* search tab starts */
.spark-tabs__tab {
  min-width: auto;
}

.spark-tabs__list {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#dxp-home-view
  > div
  > div.background-content.clearfix
  > div
  > div.dxp-base-component.top-section
  > div
  > div
  > nav
  > div.spark-tabs__btns
  > button.spark-tabs__btn.spark-tabs__btn--right {
  display: none;
}

#dxp-home-view
  > div
  > div.background-content.clearfix
  > div
  > div.dxp-base-component.top-section
  > div
  > div
  > nav
  > div.spark-tabs__btns
  > button.spark-tabs__btn.spark-tabs__btn--left {
  display: none;
}

/* search tab ends */

/* Make seat selection color starts */
.selected-seat.selection-applied {
  background: #2aaa8a;
  color: #fff;
}

/* Make seat selection color ends */

/* modify text in header starts */
.dxp-summary-bar-container-edit-button {
  align-items: center;
  display: flex;
}

#dxp-summary-bar
  > div
  > div
  > div
  > div
  > div.dxp-summary-bar-container-right-elements-container
  > button.dxp-summary-bar-container-edit-button
  > span.spark-assistive-text {
  font-size: 1.1rem;
}

.dxp-summary-bar-container-edit-icon {
  font-size: 1.1rem;
}

/* modify text in header ends */

/* start of customizing summary details */
.itinerary-part-summary-details {
  background-color: #ffffff;
}

/* end of customizing summary details */

#payment-options-container
  > div.dxp-panel.clearfix.dxp-payment-options-ribbon.payment-types-toggle-options-container
  > fieldset
  > ul
  > li:nth-child(4)
  > label
  > div
  > div.logo-container
  > img {
  /* content: url(../images/credit-card.png); */
  height: 200;
  max-width: 161px !important;
  max-height: 161px !important;
}

.Hazmat
  .HazmatQuestionnaire
  .spark-message.question-item
  .MessagePopup
  .modal-content,
.Hazmat .HazmatQuestionnaire .spark-message.question-item .spark-panel__content,
.MessagePopup
  .Hazmat
  .HazmatQuestionnaire
  .spark-message.question-item
  .modal-content,
.MessagePopup .modal-container .modal-content,
.MessagePopup .modal-container .spark-panel__content,
.MessagePopup
  .sabre-dx-component-check-in-lookup
  .spark-message.lookup-container
  .modal-content,
.MessagePopup
  .sabre-dx-component-check-in-passenger-supplementary-documents
  .frequent-flyer
  .spark-message.panel
  .modal-content,
.MessagePopup
  .sabre-dx-component-check-in-passenger-supplementary-documents
  .known-traveler
  .spark-message.panel
  .modal-content,
.MessagePopup
  .sabre-dx-component-check-in-passenger-supplementary-documents
  .passengers-offers-attributes
  .spark-message.panel
  .modal-content,
.MessagePopup .spark-message.ancillary-common .modal-content,
.MessagePopup .spark-message.ducp-component-credit-card .modal-content,
.MessagePopup .spark-message.spark-panel .modal-content,
.MessagePopup .spark-message.summary-content .modal-content,
.sabre-dx-component-check-in-lookup
  .spark-message.lookup-container
  .MessagePopup
  .modal-content,
.sabre-dx-component-check-in-lookup
  .spark-message.lookup-container
  .spark-panel__content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .frequent-flyer
  .spark-message.panel
  .MessagePopup
  .modal-content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .frequent-flyer
  .spark-message.panel
  .spark-panel__content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .known-traveler
  .spark-message.panel
  .MessagePopup
  .modal-content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .known-traveler
  .spark-message.panel
  .spark-panel__content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .passengers-offers-attributes
  .spark-message.panel
  .MessagePopup
  .modal-content,
.sabre-dx-component-check-in-passenger-supplementary-documents
  .passengers-offers-attributes
  .spark-message.panel
  .spark-panel__content,
.spark-message.ancillary-common .MessagePopup .modal-content,
.spark-message.ancillary-common .spark-panel__content,
.spark-message.ducp-component-credit-card .MessagePopup .modal-content,
.spark-message.ducp-component-credit-card .spark-panel__content,
.spark-message.spark-panel .MessagePopup .modal-content,
.spark-message.spark-panel .spark-panel__content,
.spark-message.summary-content .MessagePopup .modal-content,
.spark-message.summary-content .spark-panel__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline;
}

.flight-offer-details-mobile .route-date-time .time-airport .time {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #287c6a;
}

.dxp-flight-operating-details .aircraft-type,
.dxp-flight-operating-details .flight-number,
.dxp-flight-operating-details .operated-by {
  direction: ltr;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
  max-width: 100%;
  color: #910000 !important;
}
.MessagePopup .success b,
.MessagePopup .success h1,
.MessagePopup .success h2,
.MessagePopup .success h3,
.MessagePopup .success h4,
.MessagePopup .success h5,
.MessagePopup .success h6,
.MessagePopup .success strong,
.spark-message--success b,
.spark-message--success h1,
.spark-message--success h2,
.spark-message--success h3,
.spark-message--success h4,
.spark-message--success h5,
.spark-message--success h6,
.spark-message--success strong {
  color: #287c6a;
}

.flight-offer-details-mobile .route-date-time .time-airport .airport {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Inter Semibold", "Figtree";
}

.itinerary-part-offer-price-mobile
  .itinerary-part-offer-price-button
  .starting-at-label {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.itinerary-part-offer-price-mobile
  .itinerary-part-offer-price-button
  .big-price-container
  .big-price
  .amount,
.itinerary-part-offer-price-mobile
  .itinerary-part-offer-price-button
  .big-price-container
  .big-price
  .amount
  .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #287c6a;
}

.flight-offer-details-mobile .duration-stops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  margin-top: 0.85rem;
}

.dxp-flight-operating-details .carrier-logo {
  height: 1.2667rem;
  margin-right: 0.5rem;
}

.itinerary-part-summary-details .flights-operated-by .flight-number::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-color: #000;
  border-radius: 50%;
}

.dxp-flight-selection-view
  .dxp-flight-selection.mobile-theme
  .flight-offer-details-mobile
  .route-date-time
  .time-airport-separator {
  content: "";
  width: 18px;
  height: 18px;
  display: flex;
  margin: 0 10px;
  background-color: transparent;
  background-image: url(../images/icon_flight_to.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.spark-icon-arrow-basic-right:before {
  content: none;
}

.itinerary-part-offer-mobile .itinerary-part-remaining-seats {
  color: #c90808;
  font-weight: 400;
  font-size: 1rem;
}

.dxp-flight-selection-ribbon .dxp-mobile-link-controls .next-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 0;
  border: 2px solid #047b5d;
  color: #047b5e;
  border-radius: 4px;
  padding: 8px 13.5px;
}

.full-screen-modal-container.mobile-theme
  .spark-modal__header
  .spark-modal__close
  .spark-icon-close::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../images/icon_close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__header
  .headerTime {
  color: #007f4e;
  font-weight: 600;
  color: #222;
  font-family: "Figtree", "Arial", sans-serif;
  font-weight: 600;
  font-size: 17px;
  padding-left: 0.25rem;
}

.full-screen-modal-container.mobile-theme
  .spark-modal__header
  .heading-content
  .header-text
  span {
  display: flex;
  justify-content: space-between;
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 20px;
  color: #005f6e;
  font-weight: 600;
}

.mini-flight-summary-container .mini-flight-summary [class|="code"] {
  color: #555;
  font-size: 1.38333rem;
  line-height: 1.5rem;
  font-family: "Figtree";
  font-weight: 600;
}

.full-screen-modal-container.mobile-theme
  .spark-modal__body
  .mini-flight-summary-container
  .mini-flight-summary
  .origin
  .time,
.full-screen-modal-container.mobile-theme
  .spark-modal__body
  .mini-flight-summary-container
  .mini-flight-summary
  .destination
  .time {
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #005f6e;
}

.mini-flight-summary-container .mini-flight-summary .arrow:after {
  color: #555;
  content: "\f10d";
  font-family: spark-icon-fill;
  font-size: 0.8rem;
  left: 50%;
  position: absolute;
  right: unset;
  top: -11px;
  /* font-weight: 700; */
}

.full-screen-modal-container.mobile-theme
  .spark-modal__body
  .mini-flight-summary-container
  .mini-flight-summary
  .arrow::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-color: transparent;
  background-image: url(../images/icon_flight_to.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .duration-stops {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Figtree", "Arial", sans-serif;
  color: #222;
}

.mini-flight-summary-container .ducp-component-flight-duration .duration,
.mini-flight-summary-container .duration-stops {
  color: #555;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.cabin-ribbon
  .dx-cabin-ribbon
  .dx-ribbon-cabin-item
  .cabin-offer-price-content
  .cabin-class {
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #005f6e;
}

.cabin-ribbon .dx-ribbon-cabin-item {
  border-bottom: 3px solid #ccc;
  border-left: none;
  border-right: 1px solid #ccc;
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 33.33%;
  padding: 1rem 0.25rem;
}

.spark-modal__body:last-child {
  padding: 1.333rem;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .brand-name-header-container {
  padding: 1.5rem;
  border-bottom: 1px solid #7b5a04;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .brand-name-header-container {
  border-bottom: 0.08333rem solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6edcc;
  border-bottom: 1px solid #005f6e;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile {
  padding: 1.5rem;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile
  .brand-amenity {
  margin: 1.5rem 0;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile
  .brand-amenity.checkedBaggage
  .icon-key-item {
  background-image: url(../images/icon-checked-baggage.png);
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile
  .brand-amenity
  .icon-key-item {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-self: flex-start;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile
  .brand-amenity
  .legend-value {
  flex-basis: 60%;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  padding-right: 5px;
}

.dxp-flight-selection .ducp-component-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  background-color: #3ac9a5;
  text-align: center;
  margin-bottom: 0rem;
}

.dxp-flight-selection-view
  .dxp-flight-selection.mobile-theme
  .flight-selection-ribbon-wrapper
  .dxp-flight-selection-ribbon
  .dxp-mobile-link-controls
  .prev-link {
  border: 1px solid #005f6e;
  color: #005f6e;
  border-radius: 4px;
  padding: 8px 13.5px;
}

.selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .footer-row
  .flight-offer-itinerary-breakdown
  .ducp-component-button {
  color: #2aaa8a;
  font-weight: 600;
  line-height: 1.2;
}

.selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .footer-row
  .flight-offer-itinerary-breakdown {
  margin-top: -13px;
  margin-bottom: 10px;
}

.selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .header-row
  .header-info
  .direction {
  font-size: 1.375rem;
  color: #333333;
  font-weight: 600;
}

.selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .header-row
  .change-flight
  .ducp-component-button {
  border: 2px solid #005f6e;
  color: #2aaa8a;
  border-radius: 4px;
  font-weight: 500;
  padding: 1rem 0rem;
}

.dxp-passenger-info .dxp-passenger-list .dxp-passenger-list-item .dxp-panel {
  border-radius: 8px;
}
.dxp-passenger-list-item
  .passenger-details
  .passenger-list-item-avatar
  .passenger-name-info
  .passenger-type {
  margin-left: 0.5rem;
  color: #fff;
}
.passenger-summary
  .passenger-details
  .passenger-list-item-avatar
  .dxp-passenger-avatar
  .passenger-name-info
  .passenger-name {
  text-transform: uppercase;
  font-family: "Figtree", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.333rem;
}

:not(.RadioButtonList) > .field-label:not(.boarding-pass-field-label) {
  padding: 1.5rem 0.83333rem;
  font-weight: 500;
  font-family: "Figtree";
}

.passenger-additional-info-buttons-mobile
  .passenger-additional-info-button-mobile
  .section-button
  span {
  font-size: 1.133rem;
  color: #222;
  font-family: "Figtree";
}

.passenger-basic-info-legend,
.passenger-info-panel-title {
  font-size: 1.333rem;
  text-transform: none;
  color: #222;
  line-height: 1;
  margin: 0;
  font-weight: 600;
}

.field.field-has-value .field-input,
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
.passenger-selection .passenger-count {
  font-family: "Figtree", "Figtree", "Arial", sans-serif;
  font-size: 1.17rem;
  color: #222;
  font-weight: 600 !important;
}

.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common.tile
  .ducp-component-title.title
  .spark-icon,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common.tile
  .ducp-component-title.title
  .spark-icon {
  color: #e6b441;
}

.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common.tile
  .ducp-component-title.title,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common.tile
  .ducp-component-title.title {
  color: #005f6e;
  font-family: "Figtree", "Arial", sans-serif;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .dxp-ancillary-content
  .description
  .img-div {
  flex: 100%;
  width: 100%;
  height: 50;
  max-width: 100%;
  border-radius: 10px;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common {
  width: 100%;
  margin: 1rem 0 0;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .title {
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
}

.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .amount,
.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .decimal,
.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .currency,
.dxp-exchange-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .number,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .amount,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .decimal,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .currency,
.dxp-ancillaries-view
  .dxp-ancillary-wrapper
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .dxp-price
  .ancillary-price
  .price-info
  .price
  .number {
  font-size: 2.875rem;
  font-weight: 500;
  font-family: "Figtree", "Arial", sans-serif;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .caption {
  font-size: 1rem;
  line-height: 1.25;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .ancillary-summary-common
  .summary-content
  .spark-panel__content
  .caption {
  margin-top: 0;
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 1.166rem;
  color: #222;
}

.dxp-ancillaries
  .dxp-ancillaries-layout
  .dxp-ancillary
  .ancillary-common
  .dxp-ancillary-content
  .description
  .intro {
  margin: 0;
  padding: 0;
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 1.166rem;
  line-height: 1.5;
  font-weight: 400;
  color: #005f6e;
  text-align: center;
}

.dxp-ancillary-flight-tabs
  .spark-tabs__panels
  .dxp-passenger-spinner-list
  .spark-panel__content,
.dxp-ancillary-flight-tabs
  .spark-tabs__panels
  .dxp-passenger-bags-by-weight
  .spark-panel__content {
  background-color: #f4f9f5;
  border: none;
  border-radius: 6px;
  padding: 1.333rem;
}

.ducp-component-airport.stacked,
.ducp-component-airport.stacked > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dxp-ancillary-body .dxp-ancillary-footer .pull-right .dxp-button {
  width: calc((100% - 20px) / 2);
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 10px 0 0;
  font-family: "Figtree", "Arial", sans-serif;
}

.modal-buttons .dxp-button.secondary,
.modal-actions .dxp-button.secondary,
.pull-right .dxp-button.secondary {
  background-color: #005f6e;
  border: 1px solid #005f6e;
}

.dxp-upgrade-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-exchange-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-payment-view .dxp-payment-component .payment-fops .no-padding .header,
.dxp-mto-payment-view .dxp-payment-component .payment-fops .no-padding .header {
  padding: 1.333rem 1.999rem;
  border: 0.5px solid #005f6e;
  border-radius: 8px 8px 0 0;
  font-size: 1.133rem;
}

.dxp-payment-component .header.padding .ducp-component-price,
.dxp-payment-component .header.padding h3 span {
  font-size: 2rem;
  font-family: "Figtree";
}

/* PAYMENT START*/
.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option {
  flex-basis: 100%;
  border-radius: 4px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label {
  width: 100%;
  display: inline-block;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container
  img {
  height: 7.666rem;
  width: 7.666rem;
  border-radius: 2rem;
}

/* CREDIT CARD FONT*/
.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option.selected
  .option-label
  .payment-option-title {
  font-size: 1.1rem;
  display: inline-flex;
}

/* CREDIT CARD FONT END*/

/* NAGAD BKASH FONT */
.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .option-label
  .payment-option-title {
  display: inline-block;
  align-items: center;
  height: 2.666rem;
  padding-left: 0.666rem;
  font-size: 1.1rem;
  font-weight: bold;
}

/* NAGAD BKASH FONT END*/

.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option
  .payment-types-toggle-label
  .option-label
  .logo-container {
  height: auto;
  line-height: 1;
  float: none;
  /* display: inline-block; */
  vertical-align: middle;
}

/* PAYMENT END*/

.spark-link,
a {
  font-size: 1.2rem;
  font-family: "Figtree";
  color: #0066cc;
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .ducp-component-flight-route
  .ducp-component-icon.spark-icon-arrow-basic-right::before {
  background-image: url(../images/icon_plane_gray.png);
}

.cart
  .dxp-shopping-cart
  .ducp-component-cart-panel
  .ducp-component-cart-panel-list
  .ducp-component-cart-panel-section
  .spark-panel__content
  .cart-flight-details
  .itinerary-part-details
  .itinerary-part-flight-details
  .ducp-component-flight-route
  .ducp-component-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dxp-breadcrumbs-container
  .ducp-component-breadcrumbs
  .spark-step-indicator__body
  .spark-step-indicator__list
  .spark-step-indicator__item.dxp-home-breadcrumb-item {
  background-color: #2aaa8a;
  color: #005f6e;
}

/* My dates are flexible Mobile APP S*/
.dxp-matrix .header .title {
  font-family: "Figtree", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.335rem;
  color: #005f6e;
  line-height: 1.5;
  text-shadow: none;
}

.dxp-matrix .header .description {
  font-size: 1.166rem;
  color: #005f6e;
}

.dxp-matrix .header .description .dxp-link {
  text-decoration: underline;
  color: #0900ff !important;
}

.dxp-matrix .matrix-grid .matrix-header tr.travel-info {
  height: auto;
}

.matrix-grid table tr {
  background-color: transparent !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information {
  height: auto;
  background-color: #2aaa8a;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.dxp-matrix .matrix-grid .table-container table th {
  color: #006885 !important;
  font-size: 0.9rem !important;
}

.matrix-grid table tr th:last-child {
  border-right: none !important;
}

.matrix-grid table tr td,
.matrix-grid table tr th {
  border-left: none !important;
}

.matrix-grid table tr th {
  background-color: #efefef;
  border-right: 1px solid #fff !important;
  border-top: none !important;
  border-bottom: none !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container.top {
  width: 100%;
  margin: 0;
  height: auto !important;
  display: inline-block;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container.top
  .matrix-grid-tab {
  height: auto;
  padding: 1.333rem;
  border: none !important;
  background-color: #2aaa8a !important;
  float: left;
}

.matrix-grid-tab-container.top .matrix-grid-tab {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  display: inline-block !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-top: 2px solid #2aaa8a !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container
  .matrix-grid-tab
  .tab-details {
  color: #ffffff !important;
  font-family: "Figtree", "Arial", sans-serif !important;
  font-size: 1.333rem !important;
  font-weight: 500 !important;
}

.spark-icon-airplane-depart:before {
  content: "\f102";
  color: white;
  font-size: 2rem;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container.top
  .buttons {
  margin: 0;
  padding: 0.25rem !important;
  border: none !important;
  background-color: #2aaa8a !important;
  float: right;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container.top
  .buttons
  .tab-button {
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  padding: 0;
  margin: 0.666rem 0.25rem;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  background-color: #fff;
}

.dxp-matrix
  .matrix-grid
  .matrix-header
  tr.travel-info
  .departing-travel-information
  .matrix-grid-tab-container.top
  .buttons
  .tab-button
  .ducp-component-icon::before {
  color: #007292;
  font-weight: bold !important;
}

.dxp-matrix .matrix-grid .matrix-header tr.matrix-row-1 th:first-child {
  border-left: none !important;
}

.dxp-matrix .matrix-grid .matrix-header tr.matrix-row-1 .date {
  font-weight: bold;
}

.dxp-matrix .matrix-grid .matrix-header tr.matrix-row-1 .date .text {
  color: #4508f6;
  font-size: 1rem;
  line-height: 1.5;
}

.dxp-matrix .matrix-grid .matrix-header tr.matrix-row-1 .date .number {
  margin: auto;
  width: 7.25rem;
  font-size: 1rem;
  color: #000;
}

.dxp-matrix .matrix-grid-cell {
  align-items: center;
}

.dxp-matrix .matrix-grid .matrix-grid-tab-container.right .matrix-grid-tab {
  width: 4.5rem;
  height: 50.85rem;
  margin-top: 2rem;
  background-color: #2aaa8a !important;
  padding: 1.25rem;
  border: none !important;
  border-radius: 0 5px 0 0 !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .matrix-grid-tab
  .spark-icon.spark-icon-airplane-arrive {
  margin-left: -10px;
  font-size: 2rem;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .matrix-grid-tab
  .spark-icon {
  width: 26px;
  height: 17px;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .matrix-grid-tab
  span {
  color: #025268 !important;
}

.spark-icon-airplane-arrive:before {
  content: "\f101";
  font-size: 2rem;
  color: white;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .matrix-grid-tab
  .tab-details {
  color: #ffffff !important;
  font-family: "Figtree", "Arial", sans-serif !important;
  font-size: 1.333rem !important;
  top: 20.625rem;
  left: -19rem;
  text-align: left;
  padding: 0;
  font-weight: 500 !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .matrix-grid-tab
  .tab-details
  span {
  color: #ffffff !important;
}

.dxp-matrix .matrix-grid .matrix-grid-tab-container.right .buttons {
  width: 4.5rem;
  padding: 0 0.5rem !important;
  margin: 0 !important;
  background-color: #2aaa8a !important;
  border: none !important;
  border-radius: 0 0 5px 0;
}

.matrix-grid-tab-container.right .buttons {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-top: 2px solid #2aaa8a !important;
  height: 5.125rem !important;
  margin-left: -14px !important;
  margin-top: 14px !important;
  padding: 15px 0 !important;
}

.dxp-matrix .matrix-grid .matrix-grid-tab-container.right .buttons .tab-button {
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  padding: 0;
  margin: 0.15rem 0.75rem;
  border: 1px solid #2aaa8a !important;
  border-radius: 50% !important;
}

.dxp-matrix
  .matrix-grid
  .matrix-grid-tab-container.right
  .buttons
  .tab-button
  .ducp-component-icon::before {
  color: #007292;
  font-weight: bold !important;
}

.dxp-matrix .matrix-grid .table-container table tbody tr th:last-child {
  border-bottom: none !important;
}

.dxp-matrix .matrix-cell .date {
  font-weight: bold;
}

.dxp-matrix .matrix-cell .date .text {
  color: #4508f6;
  font-size: 1rem;
  line-height: 1.5;
}

.dxp-matrix .matrix-cell .date .number {
  margin: auto;
  width: 7.25rem;
  font-size: 1rem;
  color: #000;
}

.dxp-matrix .matrix-grid .table-container {
  overflow: scroll;
}

.dxp-matrix .header .title {
  font-size: 2rem !important;
  overflow: scroll;
}

.dxp-matrix .header .title {
  font-weight: normal;
  font-size: 2.335rem;
  color: #005f6e;
  line-height: 1.5;
  text-shadow: none;
}

.dxp-matrix .header .title,
.dxp-view .view-title,
.matrix-grid table tr td,
.matrix-grid table tr th,
h2.title {
  font-family: "Figtree" !important;
}

/* My dates are flexible Mobile APP E*/

.dxp-recent-searches .recent-search .trip-info {
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
}

.itinerary-part-summary-details .flights-operated-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0rem;
}

.dxp-flight-operating-details .aircraft-type,
.dxp-flight-operating-details .flight-number,
.dxp-flight-operating-details .operated-by {
  direction: ltr;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
  max-width: 100%;
  color: #dba310;
}

/* web version modificatoin */
.itinerary-part-offer-price
  .itinerary-part-offer-price-button
  .big-price-container
  .big-price
  .amount,
.itinerary-part-offer-price
  .itinerary-part-offer-price-button
  .big-price-container
  .big-price
  .amount
  .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Oswald", "Source Sans Pro";
  color: #00282e;
}

.dx-flight-selection-ribbon-item .date {
  font-size: 1.333rem;
  margin-bottom: 0.25rem;
  font-family: "Figtree";
}

.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .big-price
  .price,
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .big-price
  .price
  .amount,
.itinerary-part-offer-brand-comparison
  .shadow-box
  .brand-selection-button-container
  .big-price
  .price
  .amount
  .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-family: "Oswald", "Source Sans Pro";
  font-weight: 500;
}

.dxp-breadcrumbs-container
  .dxp-breadcrumbs
  .spark-step-indicator__body
  .spark-step-indicator__cart
  .dxp-price
  .price
  .amount
  .number {
  /* margin-right: 0.5rem; */
  color: #fff;
  font-size: 1.66rem;
}

.dxp-ancillary-summary .summary-content .price .amount .number {
  font-size: 3.254rem;
  color: #2aaa8a;
}

.flight-offer-itinerary-part-details .segment-details .airport-code,
.flight-offer-itinerary-part-details .segment-details .carrier-code {
  margin-right: 0.5rem;
  font-family: "Figtree";
}

/* web version modificatoin */
.dxp-background.no-image .ducp-component-title.flight-leg-header .span {
  font-size: 1.5rem !important;
  color: #fff;
}

.dxp-view .no-image .title-wrapper .dxp-view-title span {
  color: #fff;
  /* display: none; */
  font-size: 2rem;
}

.ducp-component-title .flight-leg-header .span {
  font-size: 2rem;
}

.credit-card-image {
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 3rem;
  height: 4.313rem;
  line-height: 3rem;
  width: 4rem;
}

/* select flight */
#dxp-shared-flight-selection > div > div:nth-child(1) > h3 > span {
  font-family: "Inter Semibold", "Figtree";
  font-size: 1.5rem;
}

#dxp-shared-flight-selection > div > div:nth-child(2) > h3 > span {
  font-family: "Inter Semibold", "Figtree";
  font-size: 1.5rem;
}

#dxp-shared-flight-selection > div > div:nth-child(4) > h3 > span {
  font-family: "Source Sans Pro", "Figtree";
  font-size: 1.7rem;
  font-weight: 500;
}

/* Select flight ends */
/* modal session expired */
body
  > div.spark-modal.dxp-session-warning-modal.session-timeout-warning.full-screen.status-expired.ducp-component-modal.active
  > div
  > div
  > div
  > h2
  > span {
  font-size: 2rem;
}

body
  > div.spark-modal.dxp-session-warning-modal.session-timeout-warning.full-screen.status-expired.ducp-component-modal.active
  > div
  > div
  > div
  > p
  > span {
  font-size: 1.5rem;
}

body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > h2
  > span {
  font-size: 2rem;
}

body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > p
  > span {
  font-size: 1.5rem;
}

/* modal session expired ends*/

/* background color web S 52044*/
.dxp-background .background-mask {
  background-color: transparent !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* background color web E*/

#dxp-exchange-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .dxp-flight-table-section
  .spark-panel
  .spark-panel__content
  .itinerary-part-offer-header
  .itinerary-part-summary-wrapper
  .flight-offer-details
  .route-date-time
  .time-airport
  .time,
.dxp-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .dxp-flight-table-section
  .spark-panel
  .spark-panel__content
  .itinerary-part-offer-header
  .itinerary-part-summary-wrapper
  .flight-offer-details
  .route-date-time
  .time-airport
  .time {
  font-family: "Figtree", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #287c6a;
  margin-bottom: 0.5rem;
}

.selected-itinerary-part-offer
  .flight-offer-details
  .route-date-time
  .time-airport
  .time {
  font-family: "Figtree", "Arial", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #287c6a;
}

/* Payment pictures */
.dxp-upgrade-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-exchange-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option,
.dxp-mto-payment-view
  .payments-container
  .payment-types-toggle-options-container
  .payment-types-toggle-options
  .payment-types-toggle-option {
  flex-basis: 25%;
  border-radius: 4px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .dxp-upgrade-payment-view
    .payments-container
    .payment-types-toggle-options-container
    .payment-types-toggle-options
    .payment-types-toggle-option,
  .dxp-exchange-payment-view
    .payments-container
    .payment-types-toggle-options-container
    .payment-types-toggle-options
    .payment-types-toggle-option,
  .dxp-payment-view
    .payments-container
    .payment-types-toggle-options-container
    .payment-types-toggle-options
    .payment-types-toggle-option,
  .dxp-mto-payment-view
    .payments-container
    .payment-types-toggle-options-container
    .payment-types-toggle-options
    .payment-types-toggle-option {
    flex-basis: 50%;
    border-radius: 4px;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
  }
  .spark-step-indicator__edit
    .ducp-component-button.spark-step-indicator__edit-button
    .spark-assistive-text {
    position: relative !important;
    background: none;
    color: #fff;
    font-size: 1.2rem;
    display: none;
  }
}

.dxp-view .title-wrapper .dxp-view-title span {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 2.333rem;
}
.dxp-view .title-wrapper {
  color: #fff;
  margin: 2rem 0;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  width: 100%;
}

body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > button.dxp-button.secondary.small {
  width: 68%;
  margin-left: 0.5rem;
}

.dxp-spinner .bounce1 {
  background: #329932 !important;
}

.dxp-spinner .bounce2 {
  background: #4ca64c !important;
}

.dxp-spinner .bounce3 {
  background: #66b266 !important;
}

/* session expire S*/
body
  > div.spark-modal.dxp-session-warning-modal.session-timeout-warning.full-screen.status-expired.ducp-component-modal.active
  > div
  > div
  > div
  > h2
  > span {
  font-size: 2rem;
  font-family: "Figtree";
  color: red;
}
body
  > div.spark-modal.dxp-session-warning-modal.session-timeout-warning.full-screen.status-expired.ducp-component-modal.active
  > div
  > div
  > div
  > p
  > span {
  font-size: 1.5rem;
  font-family: "Figtree";
}
/* session expire E*/

.dxp-seat-overlay {
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  width: 25rem;
  z-index: 50;
}

/* address filed removal in payment S*/
.overlay.field-overlay.street-1-overlay {
  display: none;
}
.overlay.field-overlay.street-2-overlay {
  display: none;
}
/* address filed removal in payment E*/

/* date in FSR page S */
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-header
  .time {
  margin-right: 2rem;
  font-family: "Source Sans Pro";
  color: #287c6a;
  font-size: 1.6rem;
  font-weight: 600;
}
/* date in FSR page E */
@media (max-width: 796px) {
  .dxp-breadcrumbs
    .spark-step-indicator__body--dropdown.spark-step-indicator__body
    .spark-step-indicator__cart
    .dxp-price
    .alternative
    .price {
    display: inline-block;
    margin-right: 0.9rem;
    color: #fff;
  }
}
.stops-count.spark-bold span {
  font-size: 0.9rem;
  font-weight: 600;
}
span.currency.symbol span {
  font-size: 1rem;
}

.ducp-component-modal.flight-details.mobile-theme.full-screen-modal-container
  .spark-modal__body
  .brand-tile-container
  .spark-panel__content
  .itinerary-part-offer-brand-details-mobile
  .brand-amenity.changes
  .icon-key-item {
  background-image: url(../images/icon-changes.png);
}

.dxp-shared-seat-selection .sticky-header {
  background-color: #000;
  color: #fff;
  height: auto;
  left: 0;
  position: fixed;
  top: 7.6rem;
  width: 100%;
  z-index: 99;
  display: none;
}

.spark-icon-airplane-depart:before {
  content: "\f102";
  color: white;
  font-size: 2rem;
  display: none;
}

/* New Loading animation S*/
/* mobile spinner  */
#initial-progress-indicator .page-loading-message,
.page-loading-message {
  display: none !important;
}

#initial-progress-indicator .dxp-spinner .bounce1,
#dxp-spinner .bounce1 {
  /* position: absolute; */
  display: inline-block !important;
  /* padding: 1rem !important; */
  min-width: 35px;
  min-height: 35px;
  border-radius: 50% !important;
  border: 3px solid #2aaa8a;
  border-top: 3px solid #eee;
  animation: spin 1s ease-in-out infinite !important;
  -webkit-animation: spin 1s ease-in-out infinite !important;
  background-color: transparent !important;
}

/* #initial-progress-indicator .dxp-spinner .bounce2,
#dxp-spinner .bounce2 {
    position: absolute;
    display: inline-block !important;
    background-image: url(../images/BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 3.375rem;
    min-width: 3.375rem;
    animation: none;
    background-color: transparent;
} */

#initial-progress-indicator .dxp-spinner .bounce2,
#dxp-spinner .bounce2,
#initial-progress-indicator .dxp-spinner .bounce3,
#dxp-spinner .bounce3 {
  display: none;
}

#initial-progress-indicator .dxp-spinner,
#dxp-spinner {
  /* position: relative !important; */
  background-image: none !important;
  background-position: unset !important;
  background-repeat: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* New Loading animation E*/

.MessagePopup .ducp-component-message .modal-content-main .title,
.ducp-component-message .MessagePopup .modal-content-main .title,
.ducp-component-message .spark-message__content .title {
  margin-right: 0.5rem;
  text-align: justify;
}
.react-tel-input input[type="tel"],
.react-tel-input input[type="text"] {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px #e3e3e3;
  box-shadow: inset 0 1px 2px #e3e3e3;
  height: 28px;
  line-height: 25px;
  margin-bottom: 0 !important;
  margin-left: 0;
  margin-top: 0 !important;
  padding-left: 44px;
  position: relative;
  width: 100%;
  z-index: 0;
  font-size: 1.433rem;
  font-family: "Figtree";
}
/* Premium Economy Color S*/
.dxp-itinerary-offers-header.spark-panel
  > .spark-panel__content
  .flight-selection-header-row
  .offer-labels
  .offer-label:nth-child(3) {
  background-color: #cd5c5c;
  border: 0.08333rem solid #cd5c5c;
  border-radius: 10px;
  color: #fff;
  margin-left: 5px;
}
/* Premium Economy Color E*/

.dxp-button.medium {
  font-family: "Figtree", Source Sans Pro, sans-serif;
  font-size: 1.33333rem;
  height: 5rem;
  padding: 1.5rem;
}

.Hazmat
  .sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .default-hazmat-template
  > .passenger-name,
.PassengerNameItem.selected-for-checkin,
.ducp-component-airport .code,
.ducp-component-cart-flight-segment
  .sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .cart-flight-segment-header
  > .passenger-name,
.ducp-component-passenger-name-item-additional.selected-for-checkin,
.ducp-component-passenger-name-item.selected-for-checkin,
.sabre-dx-component-check-in-cart-itinerary
  .itinerary-part-details
  .itinerary-part-flight-details
  .flight-number
  .flight-name-main,
.sabre-dx-component-check-in-cart-itinerary
  .itinerary-part-details
  .sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .itinerary-part-flight-details
  > .passenger-name,
.sabre-dx-component-check-in-cart-itinerary
  .itinerary-part-details
  .sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .itinerary-part-time-details
  > .passenger-name,
.sabre-dx-component-check-in-cart-passengers
  .passenger-cart-item
  .cart-item-label,
.sabre-dx-component-check-in-document
  .sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .document-content
  > .passenger-name,
.sabre-dx-component-check-in-passenger-summary
  .passenger-tool-bar
  .boarding-pass-option-label,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .Hazmat
  .default-hazmat-template
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .RadioButtonList
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .airports,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .boarding-day,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .boarding-passes
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .ducp-component-cart-flight-segment
  .cart-flight-segment-header
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .email-boarding-pass-container
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .field
  .field-label,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .row
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .sabre-dx-component-check-in-cart-itinerary
  .itinerary-part-details
  .itinerary-part-flight-details
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .sabre-dx-component-check-in-cart-itinerary
  .itinerary-part-details
  .itinerary-part-time-details
  > .passenger-name,
.sabre-dx-component-check-in-view-boarding-pass
  .boarding-passes
  .boarding-pass
  .sabre-dx-component-check-in-document
  .document-content
  > .passenger-name,
.spark-bold,
b,
strong {
  font-family: "Figtree", Source Sans Pro, sans-serif;
  font-weight: 600;
}

.spark-icon-airplane-depart:before {
  content: "\f102";
  font-size: 2rem;
  color: white;
}
#passenger-item-ADT-1
  > div
  > div.dxp-passenger-additional-info-buttons-mobile.additional-information-section
  > ul
  > li:nth-child(3)
  > div.dxp-special-requests-info-container
  > div
  > div
  > div.meal-preference-group
  > span {
  display: none;
}
.flight-offer-amenities .amenity:nth-child(3) {
  display: none;
}

/* mobile native Starts*/

/* .mobile-app .dxp-footer {
    display: none;
} */

.mobile-app .dxp-header-view {
  display: none;
}

.mobile-app .spark-step-indicator__edit {
  display: none;
}

.mobile-app .dxp-summary-bar-container-edit-button {
  display: none;
}

.mobile-app
  #dxp-confirmation-header
  > div
  .actions-container
  > div
  > .spark-icon-print {
  display: none;
}

.mobile-app
  #dxp-confirmation-header
  > div
  .actions-container
  > div
  > .spark-icon-document {
  display: none;
}

.mobile-app
  .main-content
  .main
  .dxp-background
  .background-content
  .dxp-view
  .centered-content
  > div
  > .dxp-spinner
  .full-page {
  width: 4.375rem !important;
}

/* shahir */
.mobile-app
  .static--flight-selection--dxp-shared-flight-selection-before
  .dxp-panel {
  display: none;
}
.mobile-app
  body
  > div.spark-modal.dxp-ancillary-panel-modal.full-screen.bags-by-weight.dxp-ancillary-panel-modal-mobile.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > div
  > div
  > div.spark-tabs.dxp-ancillary-flight-tabs.xs.dxp-ancillary-flight-tabs-mobile.xs
  > div
  > div.spark-tabs__panel.active
  > div
  > div.next-flights
  > button {
  background: #14745c;
  border-color: #14745c;
}
.mobile-app
  body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > button.dxp-button.secondary.small {
  width: 100%;
  margin-left: 0rem !important;
}
.mobile-app #discount-cart-item-AIR > div {
  padding: 0.5rem 1.5rem;
}

.mobile-app .ducp-component-modal.active .spark-modal__footer,
.ducp-component-modal.active .spark-modal__header {
  font-size: 1.33333rem;
  color: #333;
  font-weight: 400;
  /* margin-left: 2rem; */
}
.mobile-app
  body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > button.dxp-button.secondary.small {
  width: 68%;
  /* margin-left: .5rem; */
  width: 100%;
}
.mobile-app
  body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > button.dxp-button.primary.small {
  width: 100%;
}
.mobile-app
  .dxp-payment-trip-summary-selected-flights
  .itinerary-part-header
  .flight-date {
  margin-left: 2rem;
  font-size: 1.667rem;
  font-family: "Inter", Oswald, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.mobile-app .dxp-view .title-wrapper {
  color: #fff;
  margin: 0rem 0;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  width: 100%;
}
.mobile-app .dxp-itinerary-part-offer-min-price-new-mobile {
  padding: 0rem;
}
.mobile-app
  #dxp-flight-table-section
  > div:nth-child(n)
  > div
  > div
  > div
  > div.itinerary-part-summary-wrapper
  > div
  > div
  > div.dxp-itinerary-part-summary-details.itinerary-part-summary-details
  > div
  > div
  > div.aircraft-type {
  font-size: 1rem;
}
.mobile-app
  .selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .header-row
  .change-flight
  .ducp-component-button {
  border: 1px solid;
  color: #2aaa8a;
  border-radius: 4px;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
}

.mobile-theme .dxp-selected-flights .selected-itinerary-part-offer-v2 {
  border: none !important;
  /* -webkit-box-shadow: 1px 1px 5px 0 rgba(94,129,32,.75); */
  box-shadow: 1px 1px 5px 0 rgba(94, 129, 32, 0.75);
}

.dxp-shared-flight-selection .dxp-title {
  color: #2aaa8a !important;
}

.mobile-app .dxp-footer .centered-content .content .links {
  display: inline-block;
  -webkit-box-flex: 10;
  -webkit-flex: 10 10 auto;
  -ms-flex: 10 10 auto;
  flex: 10 10 auto;
  line-height: 4rem;
  margin: 0 0.833rem;
  padding: 0;
  display: none;
}

.mobile-app .dxp-view .no-image .title-wrapper .dxp-view-title {
  color: #fff;
  display: none;
}

.mobile-app .dxp-background {
  padding-top: 0 !important;
  background-color: #f4f8fa !important;
}

.mobile-app .dxp-background-hd.dxp-responsive-image {
  display: none;
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .spark-carousel__item {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-width: 32%;
  padding: 0 0 0.25rem;
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item.selected {
  font-size: 1.667rem;
  background-color: #2aaa8a;
  border-bottom: 4px solid #00af75;
  box-shadow: none;
}
@media (max-width: 544px) {
  .dxp-seat-selection-modal
    .spark-modal__scroll
    .seat-selection-modal
    .spark-modal__body
    .modal-actions
    button {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  body
    > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
    > div
    > div
    > div
    > div
    > button.dxp-button.secondary.small {
    width: 100%;
    margin-left: 0rem;
  }
}

.mobile-app
  .dxp-seat-selection-modal
  .spark-modal__scroll
  .seat-selection-modal
  .spark-modal__body
  .modal-actions
  button {
  margin-left: 0;
  margin-top: 1rem;
  width: 100%;
}
.mobile-app
  body
  > div.spark-modal.dxp-seat-selection-modal.seat-selection-modal.full-screen.ducp-component-modal.active
  > div
  > div
  > div
  > div
  > button.dxp-button.secondary.small {
  width: 100%;
  margin-left: 0rem;
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .date,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .flight-price.available
  .ducp-component-price {
  color: #206080;
  font-size: 1.18333rem;
  font-weight: 500;
  font-family: "Figtree";
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item
  .date,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item
  .flight-price.available
  .ducp-component-price {
  color: #555;
  font-size: 1.18333rem;
  font-weight: 600;
  font-family: "Figtree";
}

.mobile-app .dxp-flight-selection .results-action-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2rem;
  display: none;
}

.mobile-app .itinerary-part-summary-details {
  /* background-color: rgb(239, 239, 239); */
  background: none;
}

.mobile-app .dxp-button.medium {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.33333rem;
  height: 3rem;
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
}

.mobile-app .h1,
.h2,
h1,
h2 {
  line-height: 2.667rem;
}

.mobile-app .itinerary-part-summary-details .flights-operated-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0rem 1rem 0rem;
}

.mobile-app .dxp-itinerary-part-offer-brand-details-mobile {
  color: #555;
  font-size: 13px;
  padding: 0.5rem 0.5rem 0;
  display: none;
}

.mobile-app
  .dxp-flight-offer-itinerary-breakdown.flight-offer-itinerary-breakdown {
  background: none;
}

.mobile-app .dxp-view .no-image .title-wrapper {
  color: white;
  margin-top: 0;
  /* padding-top: 2rem; */
}

.mobile-app
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line {
  padding-left: 1.5rem;
  position: relative;
}

.mobile-app .flight-offer-itinerary-part-details .segment-amenities {
  /* margin-top: 2.7rem; */
  display: none;
}

.mobile-app .flight-offer-itinerary-part-details .segment-details .airport-code,
.flight-offer-itinerary-part-details .segment-details .carrier-code {
  margin-right: 0.5rem;
  font-family: "Figtree";
}

.mobile-app
  .flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .aircraft-name,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .arrival-terminal-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .departure-terminal-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .duration-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .fare-basis-title {
  margin-right: 0.5rem;
  font-weight: 600;
}

.mobile-app
  .spark-step-indicator__edit
  .ducp-component-button.spark-step-indicator__edit-button
  .spark-assistive-text {
  position: relative !important;
  background: none;
  color: #fff;
  font-size: 1.2rem;
  display: none;
}
.mobile-app
  .selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .footer-row
  .flight-offer-itinerary-breakdown
  .ducp-component-button {
  color: #2aaa8a;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-app
  #passenger-item-ADT-1
  > div
  > div.dxp-passenger-additional-info-buttons-mobile.additional-information-section
  > ul
  > li:nth-child(3)
  > div.dxp-special-requests-info-container
  > div
  > div
  > div.meal-preference-group
  > span {
  display: none;
}

.mobile-app .spark-icon-airplane-depart:before {
  content: "\f102";
  font-size: 2rem;
  color: white;
}
.mobile-app .flight-offer-amenities .amenity:nth-child(3) {
  display: none;
}
.mobile-app .journey-type-selection .journey-type-selection-item .dxp-link {
  border: 1px solid #949494;
  color: #4a5767;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 1.667rem;
}

.mobile-app .dxp-button.secondary:not(.dxp-promo-code-button) {
  background-image: linear-gradient(
    to right,
    #d36262 0%,
    #ad1b1b 51%,
    #d36262 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  background: linear-gradient(150deg, #d36262 50%, #ad1b1b 51%);
  background-color: #d36262;
  background-size: 200% 200%;
  background-position: 30% 0;
  border-color: #d36262;
  font-family: "Figtree";
}

.mobile-app
  .dxp-breadcrumbs-container
  .ducp-component-breadcrumbs.has-trip-button
  .spark-step-indicator__body--dropdown
  .spark-step-indicator__item--dropdown__header
  .spark-step-indicator__label--dropdown {
  color: #ffffff;
  font-size: 1.2rem;
}

.mobile-app
  .dxp-breadcrumbs-container
  .ducp-component-breadcrumbs
  .spark-step-indicator__body
  .spark-step-indicator__list
  .spark-step-indicator__item.dxp-home-breadcrumb-item {
  background-color: none;
  color: #2aaa8a;
}

.mobile-app .dxp-view .no-image .title-wrapper {
  color: white;
  margin-top: 0;
  /* padding-top: 2rem; */
  display: none;
}

.mobile-app .dxp-inline-message {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  display: none;
}

.mobile-app .passenger-form {
  padding: 1rem 1rem;
}

.mobile-app .passenger-basic-info-legend,
.passenger-info-panel-title.basic-info-title {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: none;
}

.mobile-app .dxp-passenger-list-item .passenger-add-travel-documents-section,
.dxp-passenger-list-item .passenger-add-visa-documents-section,
.dxp-passenger-list-item .passenger-basic-info-section,
.dxp-passenger-list-item .passenger-contact-info-section,
.dxp-passenger-list-item .passenger-frequent-flyer-info-section,
.dxp-passenger-list-item .passenger-gst-info-section,
.dxp-passenger-list-item .passenger-requests-rewards-section,
.dxp-passenger-list-item .passenger-secure-flight-info-section {
  margin-top: 0rem;
}

.mobile-app .passenger-info-panel {
  padding: 1rem;
}

.mobile-app .additional-info-panel .contact-info-title {
  display: unset;
  display: none;
}

.mobile-app .dxp-passenger-view .page-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0;
  margin-top: 0rem;
}

.mobile-app .passenger-additional-info-buttons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;
  width: 100%;
  padding-bottom: 0rem;
}

.mobile-app .spark-modal__body .pull-right button + a button,
.spark-modal__body .pull-right button + button {
  /* margin-left: 2rem; */
  /* margin-right: 0; */
  margin: 0rem;
}

.mobile-app .dxp-button.secondary:not(.dxp-promo-code-button) {
  background-image: linear-gradient(
    to right,
    #d36262 0%,
    #ad1b1b 51%,
    #d36262 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  background: linear-gradient(150deg, #d36262 50%, #ad1b1b 51%);
  background-color: #d36262;
  background-size: 200% 200%;
  background-position: 30% 0;
  border-color: #d36262;
  font-family: "Figtree";
  width: 100%;
  border-radius: 0.5rem;
}

.mobile-app
  .ducp-component-cart-panel-section
  .ducp-component-accordion
  .spark-panel__header
  .ducp-component-title {
  color: #000;
  font-size: 1.33rem;
}

.mobile-app
  .dxp-payment-trip-summary
  .dxp-payment-trip-summary-selected-flights {
  padding: 0rem;
}

.mobile-app
  .dxp-upgrade-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-exchange-payment-view
  .dxp-payment-component
  .payment-fops
  .no-padding
  .header,
.dxp-payment-view .dxp-payment-component .payment-fops .no-padding .header,
.dxp-mto-payment-view .dxp-payment-component .payment-fops .no-padding .header {
  padding: 1rem 1rem;
  background-color: #2aaa8a;
  color: #fff;
  border: 1px solid #68b8ce;
  border-radius: 5px 5px 0 0;
  font-size: 1.133rem;
}

.mobile-app
  .dxp-upgrade-payment-view
  .payments-container
  .payment-form-container,
.dxp-exchange-payment-view .payments-container .payment-form-container,
.dxp-payment-view .payments-container .payment-form-container,
.dxp-mto-payment-view .payments-container .payment-form-container {
  background-color: #d7ffeb;
  margin-top: 0;
  border-top: 0;
  padding: 1rem;
}

.mobile-app .dxp-panel {
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  /* padding: 2rem; */
  overflow: visible;
  margin-bottom: 2.666rem;
}

.mobile-app .dxp-shared-seat-selection .sticky-header {
  background-color: #000;
  color: #fff;
  height: auto;
  left: 0;
  position: fixed;
  top: 7.6rem;
  width: 100%;
  z-index: 99;
  display: none;
}

.mobile-app .dxp-shared-seat-selection .seat-map-content .right-container {
  border: 1px solid #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow-x: hidden;
  overflow-y: scroll;
  /* padding: 5rem 0; */
  width: 100%;
}

.mobile-app .dxp-shared-seat-selection .seat-map-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  text-align: center;
  display: none;
}

.mobile-app .dxp-seat-overlay .overlay-content {
  background: #fff;
  /* padding: 2rem; */
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

.mobile-app .dxp-seat-selection-passenger-list .passenger-list-title {
  color: #333;
  padding: 1rem 1rem 0;
  display: none;
}

.mobile-app .dxp-seat .seat .selected-mark {
  border-radius: 30%;
  color: #fff;
  font-size: 1rem;
  height: 2rem;
  position: absolute;
  width: 2.1rem;
  z-index: 19;
  background: linear-gradient(45deg, black, transparent);
}

.mobile-app .dxp-button.primary.small,
.dxp-button.primary.x-small {
  color: #fff;
  background: #6dd7bc;
  border-color: #6dd7bc;
  margin: 0.5rem;
}

.mobile-app .dxp-payment-component {
  /* margin-bottom: 1.333rem; */
  overflow: hidden;
}

.mobile-app .dxp-payment-component .page-actions {
  float: right;
  /* margin: 2.666rem 0; */
}

.mobile-app .dxp-footer .centered-content .social-media-links {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 4rem;
  text-align: center;
  /* width: 100%; */
  /* height: 100%; */
  display: none;
}

.mobile-app .session-timeout-warning .dxp-button + .dxp-button {
  /* margin-left: 2rem; */
  margin-right: 0;
  /* padding: 1rem; */
  margin-top: 0.5rem;
}

.mobile-app .dxp-payment-component .page-actions .dxp-button {
  margin: 0rem;
  margin-bottom: 1rem;
}

.mobile-app
  .journey-type-selection
  .journey-type-selection-item:last-child
  .dxp-link {
  border-radius: 0rem;
}

.mobile-app .journey-type-selection .journey-type-selection-item .dxp-link {
  margin-left: 0.2rem;
  border-radius: 0rem;
}

.mobile-app
  .journey-type-selection
  .journey-type-selection-item:last-child
  .dxp-link {
  border-radius: 0rem;
}

.mobile-app .dxp-itinerary-part-offer-brand-details-mobile {
  color: #555;
  font-size: 13px;
  padding: 0.5rem 0.5rem 0;
  display: none;
}

.mobile-app .itinerary-part-offer-mobile .itinerary-part-remaining-seats {
  color: #c90808;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1rem;
}

.mobile-app .itinerary-part-offer-mobile.spark-panel > .spark-panel__content {
  padding: 1rem;
  padding: 15px 15px;
  border-top: 1px solid #c8c8c8;
  /* border-bottom: 1px solid #c8c8c8; */
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .date
  .connection,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .date
  .price,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .flight-price.available
  .ducp-component-price
  .connection,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .flight-price.available
  .ducp-component-price
  .price {
  font-weight: 500;
  color: white;
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .date,
.dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item.selected
  .flight-price.available
  .ducp-component-price {
  color: #ffffff;
  font-size: 1.18333rem;
  font-weight: 500;
  font-family: "Figtree";
}

/* mobile app S */
.mobile-app .dxp-flight-selection .ducp-component-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  background-color: #f4f8fa !important;
  text-align: center;
}
.mobile-app .dxp-view .title-wrapper .dxp-view-title span {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 2.333rem;
  display: none;
}
.mobile-app .dxp-view .title-wrapper .dxp-view-subtitle {
  font-size: 1.4rem;
  /* margin-top: 0.833rem; */
  /* color: lightcyan; */
  color: #fff;
  font-weight: 300;
  display: none;
}
.mobile-app .dxp-view .title-wrapper {
  color: #fff;
  margin: 2rem 0;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  width: 100%;
  display: none;
}

.mobile-app .dxp-spinner {
  color: #000 !important;
}

.mobile-app .dxp-flight-status-view .flight-status-title-info span {
  color: #fff;
  display: none;
}
.mobile-app .dxp-view.dxp-flight-schedule-view .flight-schedule-title-info {
  color: #fff;
  display: none;
}

.mobile-app .dxp-seat-container {
  position: relative;
  padding: 2px;
}

.mobile-app .dxp-background .background-mask {
  background-color: #f4f8fa !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.mobile-app .page-loading-message {
  color: black !important;
}

@media (max-width: 796px) {
  .mobile-app .dxp-message > .content {
    margin-left: 0rem !important;
  }
}

.mobile-app
  .dxp-flight-selection-ribbon
  .dx-flight-selection-ribbon.flight-selection-mobile-ribbon
  .dx-flight-selection-ribbon-item {
  min-height: auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.mobile-app .dxp-selected-flights .dxp-selected-flight {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.mobile-app
  #dxp-breadcrumbs-container-view-b2c
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > a
  > span.spark-step-indicator__text
  > span
  > div {
  color: #fff;
}

/* mobile app E */

/* end mobile native */

/* Removing Wi-fi anciliary on business team requst starts */

.ancillary-summary-common.dxp-ancillary-summary.clearfix.\30-cl {
  display: none;
}
.dxp-ancillary-panel.centered-content.container.\30cl.has-alert.bags-by-weight {
  display: none !important;
}
/* Removing Wi-fi anciliary on business team requst ends */

/* Changing phone2 text to "Destination Phone Number starts" */
label[for="phone1Input-1-required-passenger-item-ADT-1"] {
  visibility: hidden;
  position: relative;
}

label[for="phone1Input-1-required-passenger-item-ADT-1"]:after {
  visibility: visible;
  position: absolute;
  left: 10px;
  top: 10px;
  content: "Destination Phone Number";
}
/* Changing phone2 text to "Destination Phone Number ends" */

.dxp-matrix-grid-container
  .dxp-grid-layout-container
  .dxp-matrix-grid-cell-new {
  background-color: #b8e1cb;
}

.selected-itinerary-part-offer-v2
  .ducp-component-panel-content
  .header-row
  .change-flight
  .button-label {
  text-transform: none !important;
}

/* css_fix 21-05-2024 S*/
.flight-offer-details-mobile .row {
  flex-direction: column;
}
@media (max-width: 796px) {
  .itinerary-part-summary-details {
    padding: 0 0 0rem 0rem !important;
  }
}
@media (max-width: 543px) {
  .flight-offer-details-mobile .duration-stops .stops {
    flex-direction: column;
    background: antiquewhite;
    border-radius: 7px;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 2px;
  }
}
@media (max-width: 543px) {
  .flight-offer-details-mobile .duration-stops .stops {
    flex-direction: row;
  }
}
@media (max-width: 543px) {
  .flight-offer-details-mobile .duration-stops .duration {
    flex-direction: row;
  }
}
.mobile-theme .dxp-selected-flights .dxp-selected-flights-title {
  font-size: 1.5639rem;
  font-weight: 500;
}
.flight-offer-itinerary-part-details .segment-details .segment-header .time {
  margin-right: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .aircraft-name,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .arrival-terminal-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .departure-terminal-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .duration-title,
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-content
  .fare-basis-title {
  margin-right: 0.5rem;
  font-weight: 600;
}

body
  > div.spark-modal.view-details-mobile.ducp-component-modal.spark-modal--fullscreen-xs.active
  > div
  > div
  > div.spark-modal__body.spark-modal__body--snug-bottom
  > div
  > div
  > div
  > div.segment-details
  > div.segment-line
  > h3
  > span.town {
  background: antiquewhite;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  font-weight: 600;
}
body
  > div.spark-modal.view-details-mobile.ducp-component-modal.spark-modal--fullscreen-xs.active
  > div
  > div
  > div.spark-modal__body.spark-modal__body--snug-bottom
  > div
  > div
  > div
  > div.segment-details
  > div.segment-arrival
  > h3
  > span.town {
  background: antiquewhite;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  font-weight: 600;
}
#dxp-flight-table-section
  > div.ducp-component-panel.spark-panel.dxp-itinerary-part-offer.itinerary-part-offer.BG
  > div
  > div.dxp-flight-offer-itinerary-breakdown.flight-offer-itinerary-breakdown
  > div.itinerary-breakdown-content
  > div
  > div
  > div
  > div:nth-child(1)
  > div.segment-details
  > div.segment-line
  > h3
  > span.town {
  background: antiquewhite;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  font-weight: 600;
}
#dxp-flight-table-section
  > div.ducp-component-panel.spark-panel.dxp-itinerary-part-offer.itinerary-part-offer.BG
  > div
  > div.dxp-flight-offer-itinerary-breakdown.flight-offer-itinerary-breakdown
  > div.itinerary-breakdown-content
  > div
  > div
  > div
  > div:nth-child(1)
  > div.segment-details
  > div.segment-arrival
  > h3
  > span.town {
  background: antiquewhite;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  font-weight: 600;
}
.flight-offer-itinerary-part-details .segment-details .segment-arrival {
  margin-top: -0.7rem;
}

.flight-offer-itinerary-part-details .segment-details .segment-arrival,
.flight-offer-itinerary-part-details .segment-details .segment-line {
  padding-left: 4.33rem;
  position: relative;
}
.dxp-selected-flights .dxp-selected-flight .dxp-selected-itinerary-part-offer {
  border: 1px solid #5e8120;
}
.flight-offer-itinerary-part-details .segment-details .airport-code,
.flight-offer-itinerary-part-details .segment-details .carrier-code,
.flight-offer-itinerary-part-details .segment-details .operated-by-label,
.flight-offer-itinerary-part-details .segment-details .operating-airline-code,
.flight-offer-itinerary-part-details .segment-details .operating-flight-number {
  margin-right: 0.5rem;
  font-weight: 500;
}
body
  > div.spark-modal.view-details-mobile.ducp-component-modal.spark-modal--fullscreen-xs.active
  > div
  > div
  > div.spark-modal__body.spark-modal__body--snug-bottom
  > div
  > div
  > div
  > div.segment-details
  > div.segment-line
  > div
  > div.aircraft
  > span.aircraft-type {
  font-weight: 500;
}
#dxp-flight-selection-view
  > div
  > div.background-content.clearfix
  > div.main-content.centered-content
  > div.title-wrapper
  > p
  > span {
  font-family: "Inter", "Source Sans Pro";
}
#static--flight-selection--dxp-shared-flight-selection-before-0 > span {
  font-family: "Inter", "Source Sans Pro";
}
.flight-offer-itinerary-part-details
  .segment-details
  .segment-line
  .segment-header
  .time {
  margin-right: 2rem;
  font-family: "Source Sans Pro";
  color: #287c6a;
  font-size: 1.6rem;
  font-weight: 600;
}
span.number {
  font-family: "Oswald", "Source Sans Pro";
  font-size: 1.5rem;
}
#dxp-exchange-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .flight-selection-ribbon-wrapper
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item
  .price,
.dxp-flight-selection-view
  .main-content
  .left-side-panel
  .dxp-flight-selection
  .flight-selection-ribbon-wrapper
  .dx-flight-selection-ribbon
  .dx-flight-selection-ribbon-item.selected
  .price {
  color: #fff;
}
.flight-offer-details .duration-stops .stops .stop-airports {
  margin: 0 0.5rem;
  background: antiquewhite;
  padding: 0px 3px 0px 3px;
  border-radius: 10px;
}
/* css_fix 21-05-2024 E*/

/* Hide Brac Payment Logo */

li.payment-types-toggle-option.AFOP.QQ-107 {
  display: none !important;
}