@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500");
@-webkit-keyframes "Select-animation-fadeIn" {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes "Select-animation-fadeIn" {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes "Select-animation-spin" {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes "Select-animation-spin" {
  to {
    -webkit-transform: rotate(1turn); } }

.Select {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .Select input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .Select input::-webkit-contacts-auto-fill-button {
      display: none !important; }
    .Select input::-webkit-credentials-auto-fill-button {
      display: none !important; }
    .Select input::-ms-clear {
      display: none !important; }
    .Select input::-ms-reveal {
      display: none !important; }
  .Select div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666; }
  .Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }
  .Select.is-disabled > .Select-control:hover {
    box-shadow: none; }

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .Select.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.Select.is-open .Select-arrow {
  border-top-color: #666; }

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select.is-searchable.is-open > .Select-control {
  cursor: text; }

.Select.is-focused > .Select-control {
  background: #fff; }

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff; }

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #007eff;
    outline: none;
    text-decoration: underline;
    background: #fff; }
  .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline; }

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #007eff;
    outline: none;
    text-decoration: underline;
    background: #fff; }
  .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline; }

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select.Select--rtl {
  direction: rtl;
  text-align: right; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .Select-control .Select-input:focus {
    outline: none;
    background: #fff; }
  .Select-control:not(.is-searchable) .Select-input {
    outline: none; }
  .Select-control:last-child {
    padding-right: 5px; }

.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  .Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  position: relative;
  vertical-align: middle;
  width: 16px;
  -webkit-animation: Select-animation-spin .4s infinite linear;
  -o-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  -o-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }
  .Select-clear-zone:hover {
    color: #d0021b; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }
  .Select--multi .Select-value-icon:focus {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6; }
  .Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6; }
  .Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, 0.24); }

.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }
  .Select--multi a.Select-value-label:hover {
    text-decoration: underline; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }
  .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #ccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px; }

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px; }

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24); }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }
  .Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc; }
  .Select--multi.is-disabled .Select-value-icon:focus {
    background-color: #fcfcfc; }
  .Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc; }

body {
  color: #333;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

a {
  color: #007eff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 30px; }

.h1 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 3em; }

.h2 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 2em;
  font-weight: 300; }

.h3 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 1.25em; }

.h4 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 1em; }

.h5 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: .85em; }

.h6 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: .75em; }

h1 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 3em; }

h2 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 2em;
  font-weight: 300; }

h3 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 1.25em; }

h4 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: 1em; }

h5 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: .85em; }

h6 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
  font-size: .75em; }

.page-body {
  padding: 30px 0; }

.page-footer {
  padding: 30px 0;
  background-color: #fafafa;
  color: #999;
  padding: 30px 0;
  text-align: center; }
  .page-footer a {
    color: #000; }

.page-header {
  padding: 30px 0;
  background-color: #007eff;
  color: #bfdfff; }
  .page-header h1 {
    color: #fff; }
  .page-header h2 {
    color: #fff; }
  .page-header h3 {
    color: #fff; }
  .page-header p {
    font-size: 1.2em;
    margin: 0; }
  .page-header a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none; }
    .page-header a:focus {
      border-bottom-color: #fff;
      outline: none;
      text-decoration: none; }
    .page-header a:hover {
      border-bottom-color: #fff;
      outline: none;
      text-decoration: none; }

.page-subheader {
  background-color: #e6f2ff;
  line-height: 20px;
  padding: 30px 0; }

.page-subheader__button {
  float: right; }

.page-subheader__link {
  border-bottom: 1px solid rgba(0, 126, 255, 0.3);
  outline: none;
  text-decoration: none; }
  .page-subheader__link:focus {
    border-bottom-color: #007eff;
    outline: none;
    text-decoration: none; }
  .page-subheader__link:hover {
    border-bottom-color: #007eff;
    outline: none;
    text-decoration: none; }

.checkbox-list {
  margin-top: .5em;
  overflow: hidden; }
  .checkbox-list > .checkbox {
    clear: left;
    float: left;
    margin-top: .5em; }

.checkbox-control {
  margin-right: .5em;
  position: relative;
  top: -1px; }

.switcher {
  color: #999;
  cursor: default;
  font-size: 12px;
  margin: 10px 0;
  text-transform: uppercase; }
  .switcher .link {
    color: #007eff;
    cursor: pointer;
    font-weight: 700;
    margin-left: 10px; }
    .switcher .link:hover {
      text-decoration: underline; }
  .switcher .active {
    color: #666;
    font-weight: 700;
    margin-left: 10px; }

.section {
  margin-bottom: 40px; }

.hint {
  font-size: .85em;
  margin: 15px 0;
  color: #666; }

.virtual-scroll {
  z-index: 1; }

@media (min-width: 480px) {
  .page-body {
    padding: 60px 0; }
  .page-header {
    padding: 60px 0;
    font-size: 1.4em; }
  .page-subheader {
    font-size: 1.125em;
    line-height: 28px; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border-radius: 0px;
  border: 1px solid #E8E8E8;
  border-radius: 4px; }

.card-header.bg-color {
  background: #F9F9F9; }

.card-body {
  flex: 1 1 auto;
  padding: 15px; }

.card .card-body {
  position: relative;
  overflow: hidden; }

.card .card-header, .card .card-footer {
  padding: 12px 15px 7px 15px; }

.bp3-popover .bp3-popover-content .passengerInputWrapper ul.dropdown-cart {
  max-width: 300px; }
  .bp3-popover .bp3-popover-content .passengerInputWrapper ul.dropdown-cart li .bp3-control-group .bp3-input-counter-group {
    width: 35% !important;
    margin-top: -4px; }
  .bp3-popover .bp3-popover-content .passengerInputWrapper ul.dropdown-cart li .bp3-control.bp3-inline {
    display: inline-block;
    margin-right: 0px !important; }

.top_bar_content {
  text-align: center; }
  .top_bar_content .bg-color {
    background-image: linear-gradient(0deg, #49A3F8 0%, #013CA9 98%);
    height: auto; }
    .top_bar_content .bg-color .top_bar_menu_right {
      font-family: 'Rubik', sans-serif;
      font-size: 18px;
      color: #B1D3FF;
      text-align: right; }
    .top_bar_content .bg-color .top_bar_menu_center {
      font-family: 'Rubik', sans-serif;
      font-size: 32px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center; }
    .top_bar_content .bg-color .top_bar_menu_title_description {
      font-family: 'Rubik', sans-serif;
      font-size: 18px;
      color: #B1D3FF;
      letter-spacing: 0;
      text-align: center;
      line-height: 22px; }
    .top_bar_content .bg-color .container .display-container {
      width: 100%;
      padding: 2em 0em 6em 0em; }
      .top_bar_content .bg-color .container .display-container .display-title .main-content-title {
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center; }
      .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first:hover {
          color: #FFFFFF;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
      .top_bar_content .bg-color .container .display-container .search-container {
        text-align: left;
        background: #F7FBFF;
        margin-bottom: 50px;
        border: 0 solid #E8E8E8; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section {
          position: relative;
          margin: 0 auto; }
          .top_bar_content .bg-color .container .display-container .search-container .search-section .search-box {
            background: #F7FBFF;
            border: 0 solid #E8E8E8;
            overflow: hidden;
            padding: 1em; }
          .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place {
            margin-top: 80px;
            padding: 20px 20px 15px 20px;
            background: #F7FBFF;
            border: 0 solid #E8E8E8; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .inputaddon-icon {
              position: absolute;
              right: 8px;
              top: 8px; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place input {
              background: #F7FBFF;
              border: none;
              border-radius: 0px;
              border-bottom: 1px solid #CBCBCB; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place input:focus {
                border: none;
                border-bottom: 1px solid #CCC;
                width: 100%;
                box-shadow: none; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place input:hover {
                border: none;
                border-bottom: 1px solid #CCC;
                width: 100%;
                box-shadow: none; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place input:active {
                border: none;
                border-bottom: 1px solid #CCC;
                width: 100%;
                box-shadow: none; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-control {
              font-size: 12px;
              color: #727272;
              letter-spacing: 0; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control {
              cursor: text;
              height: 38px;
              background: #F7FBFF;
              -webkit-transition: all 0.2s;
              -moz-transition: all 0.2s;
              -ms-transition: all 0.2s;
              -o-transition: all 0.2s;
              transition: all 0.2s;
              border-radius: 0px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control:hover {
                box-shadow: none !important;
                border-bottom: 1px solid #236AEE;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control:last-child {
                padding-right: 0px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-input {
                padding-left: 2px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-placeholder {
                background: #F7FBFF;
                padding-left: 2px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control:list-child {
                padding-right: 0px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select--single .Select-control .Select-value {
                padding-left: 3px;
                background: #F7FBFF; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-value {
                padding-right: 15px;
                padding-left: 2px;
                background: #F7FBFF; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-arrow-zone {
                padding-right: 0px;
                display: none; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-input {
                line-height: 16px; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-input input[type=text] {
                  line-height: 16px; }
                  .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .Select-control .Select-input input[type=text]:focus {
                    color: #495057;
                    background-color: #fff;
                    border-color: #80bdff;
                    outline: 0;
                    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .Select .is-focused {
              box-shadow: none !important;
              border: none !important; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .search-btn {
              padding: 0.3em 1.7em;
              font-size: 15px;
              color: #F7FBFF;
              text-align: center;
              border-radius: 4px; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .flight-swipearrow {
              top: 0.8em;
              bottom: 0em;
              height: 20px;
              width: 20px;
              position: absolute;
              right: -5%;
              cursor: pointer;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .flight-swipearrow-active {
              top: 0.8em;
              bottom: 0em;
              height: 20px;
              width: 20px;
              position: absolute;
              right: -5%;
              cursor: pointer;
              transform: rotate(180deg);
              -webkit-transform: rotate(180deg);
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group:hover span.bp3-icon {
              color: #727272;
              -webkit-transition: all 0.8s;
              -moz-transition: all 0.8s;
              -ms-transition: all 0.8s;
              -o-transition: all 0.8s;
              transition: all 0.8s; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group:focus span.bp3-icon {
              color: #727272;
              -webkit-transition: all 0.8s;
              -moz-transition: all 0.8s;
              -ms-transition: all 0.8s;
              -o-transition: all 0.8s;
              transition: all 0.8s; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target {
              width: 100%;
              white-space: nowrap; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .dropdown-toggle {
                color: #383838;
                display: flex;
                align-items: center;
                justify-content: space-between; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .dropdown-toggle span.bp3-icon {
                  color: #383838; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input {
                padding: 0 15px 0 2px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:hover {
                  box-shadow: none !important;
                  border-bottom: 1px solid #236AEE;
                  -webkit-transition: all 0.2s;
                  -moz-transition: all 0.2s;
                  -ms-transition: all 0.2s;
                  -o-transition: all 0.2s;
                  transition: all 0.2s; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:active {
                  box-shadow: none !important;
                  border-bottom: 1px solid #236AEE;
                  -webkit-transition: all 0.2s;
                  -moz-transition: all 0.2s;
                  -ms-transition: all 0.2s;
                  -o-transition: all 0.2s;
                  transition: all 0.2s; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:focus {
                  box-shadow: none !important;
                  border-bottom: 1px solid #236AEE;
                  -webkit-transition: all 0.2s;
                  -moz-transition: all 0.2s;
                  -ms-transition: all 0.2s;
                  -o-transition: all 0.2s;
                  transition: all 0.2s; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input:disabled {
                background: transparent;
                color: rgba(92, 112, 128, 0.5) !important;
                border-bottom: 1px solid rgba(92, 112, 128, 0.15) !important; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input.bp3-disabled {
                background: transparent; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input.bp3-disabled:hover {
                  color: rgba(92, 112, 128, 0.5) !important; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-content {
              background: #fff;
              border-radius: 0px; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-content .bold {
                font-weight: 500 !important; }
            .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-footer {
              background: #F7FBFF; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-footer .bp3-control {
                width: 50%;
                display: inline-block; }
                .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-footer .bp3-control:not(.bp3-align-right) {
                  padding-left: 2.8em;
                  margin-top: 0.5em; }
              .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-footer .bp3-control.bp3-inline {
                display: inline-block;
                margin-right: 0px !important; }
  .top_bar_content .history {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: -4em; }
    .top_bar_content .history .tam {
      align-items: center; }
    .top_bar_content .history .top-bar {
      background: #fff;
      box-shadow: 0 2px 24px 0 #F1F1F1;
      border-radius: 4px; }
      .top_bar_content .history .top-bar .title {
        font-size: 18px;
        color: #383838;
        letter-spacing: 0; }
    .top_bar_content .history .recent-search {
      padding: 2em;
      z-index: 9999;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
      background-color: white; }
      .top_bar_content .history .recent-search h1 {
        font-size: 18px;
        color: #383838;
        letter-spacing: 0;
        padding-left: 1em; }
      .top_bar_content .history .recent-search .card-bg {
        border-radius: 4px; }
        .top_bar_content .history .recent-search .card-bg .bg1 {
          background-image: linear-gradient(-135deg, #F42E78 0%, #C17AFC 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .bg2 {
          background-image: linear-gradient(-135deg, #368FFE 0%, #27DFC5 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .bg3 {
          background-image: linear-gradient(-135deg, #FF8993 0%, #FEC180 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .bg4 {
          background-image: linear-gradient(42deg, #F4E5FA 0%, #61A2E7 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .bg5 {
          background-image: linear-gradient(44deg, #BBD534 0%, #00A88D 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .bg6 {
          background-image: linear-gradient(-135deg, #6188ED 0%, #7E4AAD 100%);
          border-radius: 4px;
          width: 100%; }
        .top_bar_content .history .recent-search .card-bg .card-search {
          padding: 2em;
          color: #FFFFFF; }
          .top_bar_content .history .recent-search .card-bg .card-search h3 {
            font-size: 16px;
            color: #FFFFFF !important;
            letter-spacing: 0;
            line-height: 21px;
            margin: 0px 0px 10px 0px; }
          .top_bar_content .history .recent-search .card-bg .card-search p {
            font-size: 14px;
            color: #F7FBFF;
            letter-spacing: 0;
            line-height: 21px;
            margin-bottom: 0px; }
        .top_bar_content .history .recent-search .card-bg .side-border {
          border-left: 2px dashed #E3F2FD; }
          .top_bar_content .history .recent-search .card-bg .side-border .card-side {
            color: #FFFFFF;
            height: 100%; }
            .top_bar_content .history .recent-search .card-bg .side-border .card-side .card-book {
              transform: rotate(270deg);
              color: #FFFFFF;
              margin-top: 2em; }
      .top_bar_content .history .recent-search .recent-search-block {
        margin-bottom: 30px; }
        .top_bar_content .history .recent-search .recent-search-block .ticket-column {
          flex: 1;
          height: 100%;
          display: flex;
          cursor: pointer;
          justify-content: center;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .top_bar_content .history .recent-search .recent-search-block .ticket-column:hover {
            transform: scale(1.04);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .top_bar_content .history .recent-search .recent-search-block .ticket-border {
          border-left: 2px dashed #E3F2FD; }
          .top_bar_content .history .recent-search .recent-search-block .ticket-border .ticket-book {
            font-size: 16px;
            color: #F7FBFF;
            margin-bottom: 0;
            letter-spacing: 3px;
            line-height: 21px;
            text-transform: uppercase;
            transform: rotate(-90deg);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
        .top_bar_content .history .recent-search .recent-search-block p {
          font-size: 16px;
          color: #F7FBFF;
          letter-spacing: 0;
          line-height: 21px;
          margin-bottom: 0;
          margin-top: 5px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-transform: capitalize;
          text-align: left; }
          .top_bar_content .history .recent-search .recent-search-block p:last-child {
            margin-top: 1.3em;
            font-size: 14px;
            color: #F7FBFF;
            letter-spacing: 0;
            line-height: 21px;
            margin-bottom: 5px; }
    .top_bar_content .history .booking-history {
      padding: 2em;
      border-radius: 0px;
      background: #fff;
      border: 1px solid #E8E8E8; }
      .top_bar_content .history .booking-history h3 {
        padding-left: 1em;
        font-size: 18px;
        color: #383838;
        letter-spacing: 0; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td {
        font-size: 16px;
        color: #383838;
        letter-spacing: 0;
        text-align: left;
        line-height: 21px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sup {
          font-size: 16px;
          color: #303030;
          letter-spacing: 0;
          line-height: 19px;
          white-space: nowrap; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sub {
          font-size: 12px;
          color: #727272;
          letter-spacing: 0;
          text-align: left;
          line-height: 21px;
          white-space: nowrap; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold {
          font-size: 16px;
          color: #727272;
          letter-spacing: 0;
          text-align: left;
          line-height: 21px;
          font-weight: 500; }
          .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold p {
            font-weight: 500;
            text-transform: capitalize !important; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td span {
          font-size: 16px;
          color: #727272;
          letter-spacing: 0;
          text-align: left;
          line-height: 21px;
          white-space: nowrap; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td button {
          padding: 0.2em 1.2em;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0.5px;
          text-align: center;
          border-radius: 2px; }
          .top_bar_content .history .booking-history .bp3-html-table tbody tr td button span {
            color: #FFFFFF; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .date {
          white-space: nowrap; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .time {
          font-size: 14px;
          color: #727272;
          letter-spacing: 0;
          text-align: left;
          line-height: 21px;
          white-space: nowrap; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .border-rounded {
          margin: 0 auto;
          border-radius: 50%; }
          .top_bar_content .history .booking-history .bp3-html-table tbody tr td .border-rounded img {
            border-style: none;
            border: 1px solid #E3F2FD;
            border-radius: 50%; }
      .top_bar_content .history .booking-history .view-all {
        font-size: 12px;
        color: #383838;
        letter-spacing: 0; }

.bp3-input-counter-group {
  padding: .0em .4em;
  width: 25% !important; }

.bp3-html-table tbody tr td {
  border: 0 !important;
  vertical-align: middle !important;
  box-shadow: none !important; }

@media (max-width: 576px) {
  .top_bar_content .bg-color .container .display-container {
    padding: 1em 0em 6em 0em;
    margin-bottom: 30px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first {
      font-size: 16px;
      padding-right: 1em;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first:hover {
        color: #FFFFFF;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title {
      font-size: 26px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title-description {
      font-size: 16px; }
    .top_bar_content .bg-color .container .display-container .search-container {
      margin-bottom: 0px; }
      .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place {
        margin-top: 40px;
        margin-bottom: 10px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .search-btn {
          display: flex;
          width: 100%;
          padding: 0.4em 1em;
          margin-bottom: 5px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .flight-swipearrow {
          height: 23px;
          width: 23px;
          margin: 0 auto;
          margin-top: 15px;
          left: 0;
          right: 0;
          top: 2.5em;
          bottom: 00%; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .flight-swipearrow-active {
          height: 23px;
          width: 23px;
          margin: 0 auto;
          margin-top: 15px;
          left: 0;
          right: 0;
          top: 2.5em;
          bottom: 00%; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .passengerInputWrapper .passenger-dropdown-content {
          background: #fff;
          border-radius: 0px; }
  .top_bar_content .history .recent-search {
    margin-top: -2em;
    padding: 2em 0em;
    box-shadow: none; }
    .top_bar_content .history .recent-search h1 {
      padding-left: 1em; }
  .top_bar_content .history .booking-history {
    border: none;
    padding: 2em 0em;
    border-top: 1px solid #eee; }
    .top_bar_content .history .booking-history h3 {
      margin: 0 auto;
      padding-left: 0em; }
    .top_bar_content .history .booking-history .bp3-html-table, .top_bar_content .history .booking-history thead, .top_bar_content .history .booking-history tbody, .top_bar_content .history .booking-history th, .top_bar_content .history .booking-history td, .top_bar_content .history .booking-history tr {
      border: none;
      display: block; }
    .top_bar_content .history .booking-history .bp3-html-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      margin-top: 2em; }
    .top_bar_content .history .booking-history .bp3-html-table tbody tr {
      margin-bottom: 1em;
      border: 1px solid #ccc; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr:nth-of-type(odd) {
        background: #F2F2F2; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td {
        border: none;
        border-bottom: 1px solid #ddd !important;
        position: relative;
        padding-left: 40%;
        vertical-align: middle;
        display: flex;
        word-break: break-word;
        flex: 1;
        flex-direction: column;
        height: 100%;
        box-shadow: none;
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
        white-space: normal; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:before {
          position: absolute;
          left: 12px;
          top: 50%;
          bottom: 50%;
          width: 45%;
          padding-right: 10px;
          white-space: nowrap;
          vertical-align: middle;
          display: flex;
          align-items: center;
          font-weight: 500;
          color: #383838; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td br {
          display: none; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold {
          font-size: 13px; }
          .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold p {
            font-size: 13px;
            margin-top: 0 !important; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sup {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sub {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td span {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(1):before {
          content: "Id"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(2):before {
          content: "Flight Name"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(3):before {
          content: "Trip Way"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(4):before {
          content: "Date"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(5):before {
          content: "Price"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(6):before {
          content: "Status"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(7):before {
          content: "Action"; } }

@media (min-width: 576px) and (max-width: 768px) {
  .top_bar_content .bg-color .container .display-container {
    padding: 1em 0em 6em 0em;
    margin-bottom: 30px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first {
      font-size: 16px;
      padding-right: 1em; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title {
      font-size: 26px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title-description {
      font-size: 16px; }
    .top_bar_content .bg-color .container .display-container .search-container {
      margin-bottom: 0px; }
      .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place {
        margin-top: 40px;
        margin-bottom: 10px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .search-btn {
          display: flex;
          width: 100%;
          padding: 0.4em 1em;
          margin-bottom: 5px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .jss1 {
          text-align: center;
          margin: 0 auto;
          margin-top: 0.5em; }
  .top_bar_content .history .booking-history {
    border: none;
    padding: 2em 0em;
    border-top: 1px solid #eee; }
    .top_bar_content .history .booking-history h3 {
      margin: 0 auto;
      padding-left: 0em; }
    .top_bar_content .history .booking-history .bp3-html-table, .top_bar_content .history .booking-history thead, .top_bar_content .history .booking-history tbody, .top_bar_content .history .booking-history th, .top_bar_content .history .booking-history td, .top_bar_content .history .booking-history tr {
      border: none;
      display: block; }
    .top_bar_content .history .booking-history .bp3-html-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      margin-top: 2em; }
    .top_bar_content .history .booking-history .bp3-html-table tbody tr {
      width: 48%;
      float: left;
      flex: 1;
      height: 350px;
      display: flex;
      flex-direction: column;
      margin-bottom: 1.1em;
      border: 1px solid #ccc; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr:nth-of-type(odd) {
        margin-right: 0.5em;
        background: #F2F2F2; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr:nth-of-type(even) {
        margin-left: 0.5em; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td {
        border: none;
        border-bottom: 1px solid #ddd !important;
        position: relative;
        padding-left: 50%;
        vertical-align: middle;
        display: flex;
        word-break: break-word;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        box-shadow: none;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        white-space: normal; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:before {
          position: absolute;
          left: 12px;
          top: 50%;
          bottom: 50%;
          width: 45%;
          padding-right: 10px;
          white-space: nowrap;
          vertical-align: middle;
          display: flex;
          align-items: center;
          font-weight: 500;
          color: #383838; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td br {
          display: none; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold {
          font-size: 13px; }
          .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold p {
            font-size: 13px;
            margin-top: 0 !important; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sup {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sub {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td span {
          font-size: 13px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(1):before {
          content: "Id"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(2):before {
          content: "Flight Name"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(3):before {
          content: "Trip Way"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(4):before {
          content: "Date"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(5):before {
          content: "Price"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(6):before {
          content: "Status"; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td:nth-of-type(7):before {
          content: "Action"; }
  .top_bar_content .history .recent-search {
    margin-top: -2em;
    padding: 2em 1em; }
    .top_bar_content .history .recent-search h1 {
      padding-left: 0.8em; } }

@media (min-width: 768px) and (max-width: 991px) {
  .top_bar_content .bg-color .container .display-container {
    padding: 1em 0em 6em 0em;
    margin-bottom: 30px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-top-btn-first {
      font-size: 16px;
      padding-right: 1em; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title {
      font-size: 26px; }
    .top_bar_content .bg-color .container .display-container .display-title .main-content-title-description {
      font-size: 16px; }
    .top_bar_content .bg-color .container .display-container .search-container {
      margin-bottom: 0px; }
      .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place {
        margin-top: 40px;
        margin-bottom: 20px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .search-btn {
          display: flex;
          width: 100%;
          padding: 0.4em 1em;
          margin-bottom: 5px; }
        .top_bar_content .bg-color .container .display-container .search-container .search-section .search-place .jss1 {
          text-align: center;
          margin: 0 auto;
          margin-top: 0.5em; }
  .top_bar_content .history .recent-search {
    margin-top: -2em;
    padding: 2em 1em; }
    .top_bar_content .history .recent-search h1 {
      padding-left: 0.8em; }
  .top_bar_content .history .booking-history {
    padding: 2em 0em; }
    .top_bar_content .history .booking-history h3 {
      margin: 0 auto;
      padding-left: 0em; }
    .top_bar_content .history .booking-history .bp3-html-table tbody tr td {
      font-size: 14px; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold {
        font-size: 14px; }
        .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-bold p {
          font-size: 14px; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sup {
        font-size: 14px; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td .oh-sub {
        font-size: 13px; }
      .top_bar_content .history .booking-history .bp3-html-table tbody tr td span {
        font-size: 14px; } }

.Select.is-focused :not(.is-open) .Select-control {
  border-color: #007eff;
  box-shadow: none !important;
  background: #fff; }

.Select.is-focused .Select-control {
  box-shadow: none !important; }

.Select.is-focused .Select-menu-outer {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border: none !important;
  margin-top: 1px; }
  .Select.is-focused .Select-menu-outer::-webkit-scrollbar {
    width: 4px; }
  .Select.is-focused .Select-menu-outer::-webkit-scrollbar-thumb {
    background: #236AEE !important;
    border-radius: 50px; }
  .Select.is-focused .Select-menu-outer::-webkit-scrollbar-track {
    border-radius: 10px; }

.bp3-tab[aria-selected="true"] {
  color: #236AEE !important; }

.bp3-tab:not([aria-disabled="true"]):hover {
  color: #236AEE !important; }

.bp3-tabs .bp3-tab-list {
  border-bottom: 1px solid #e8e8e8;
  height: 40px !important; }
  .bp3-tabs .bp3-tab-list .bp3-tab-indicator-wrapper {
    height: 31px !important;
    display: inline-block; }
  .bp3-tabs .bp3-tab-list .tab-section .bp3-tab.bd-tab {
    height: 40px !important;
    display: inline-block; }

.bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card {
  border-radius: 2px !important; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .totalpaymentColumn .farelable {
    font-size: 12px;
    margin-bottom: 0;
    color: #383838; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .totalpaymentColumn .farePrice {
    font-size: 12px;
    margin-bottom: 0;
    color: #727272; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo h6 {
    font-size: 18px;
    color: #727272; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeTitleModel {
    font-size: 16px;
    color: #383838; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeWeight {
    font-size: 16px;
    color: #727272; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .badge-success {
    color: #62A31B; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .badge-warning {
    color: #f5a623; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .badge-danger {
    color: #cd0000; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .policy h4 {
    font-size: 16px;
    color: #727272;
    font-weight: 400; }
  .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .policy p {
    margin-left: 1em;
    font-size: 12px;
    margin-left: 1em;
    line-height: 16px;
    margin-bottom: 3px !important; }

.filterSearchFlightWrapper {
  background: #F7FBFF;
  border: 1px solid #E8E8E8; }
  .filterSearchFlightWrapper .search-place-trip {
    background: #F7FBFF; }
    .filterSearchFlightWrapper .search-place-trip .bp3-control {
      font-size: 12px;
      color: #727272;
      letter-spacing: 0; }
    .filterSearchFlightWrapper .search-place-trip .inputaddon-icon {
      position: absolute;
      right: 8px;
      top: 8px; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group .bp3-form-group {
      cursor: pointer; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group .flight-swipearrow {
      top: 0.8em;
      bottom: 0em;
      height: 19px;
      width: 20px;
      position: absolute;
      right: -5%;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group .flight-swipearrow-active {
      top: 0.8em;
      bottom: 0em;
      height: 19px;
      width: 20px;
      position: absolute;
      right: -5%;
      cursor: pointer;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group input {
      border: none;
      border-radius: 0px;
      background: #F7FBFF;
      border-bottom: 1px solid #CBCBCB; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group input:focus {
        border: none;
        border-bottom: 1px solid #CCC;
        width: 100%;
        box-shadow: none; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group input:hover {
        border: none;
        border-bottom: 1px solid #CCC;
        width: 100%;
        box-shadow: none; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group input:active {
        border: none;
        border-bottom: 1px solid #CCC;
        width: 100%;
        box-shadow: none; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control {
      background: #F7FBFF;
      box-shadow: none !important;
      cursor: text;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      border-radius: 0px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control:hover {
        box-shadow: none !important;
        border-bottom: 1px solid #236AEE;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control:last-child {
        padding-right: 0px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control .Select-input {
        padding-left: 2px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control .Select-placeholder {
        padding-left: 2px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control:list-child {
        padding-right: 0px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control .Select--single .Select-control .Select-value {
        padding-left: 3px; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control .Select-value {
        padding-right: 15px;
        padding-left: 2px !important; }
      .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .Select-control .Select-arrow-zone {
        padding-right: 0px;
        display: none; }
    .filterSearchFlightWrapper .search-place-trip .bp3-input-group .Select .is-focused {
      box-shadow: none !important;
      border: none !important; }
    .filterSearchFlightWrapper .search-place-trip .search-btn {
      padding: 0.3em 1.7em;
      font-size: 15px;
      color: #FFFFFF;
      text-align: center;
      border-radius: 4px; }
    .filterSearchFlightWrapper .search-place-trip .bp3-form-group:hover span.bp3-icon {
      color: #727272;
      transition: all 0.8s ease; }
    .filterSearchFlightWrapper .search-place-trip .bp3-form-group:focus span.bp3-icon {
      color: #727272;
      transition: all 0.8s ease; }
    .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target {
      width: 100%;
      white-space: nowrap; }
      .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input {
        padding: 0 15px 0 2px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:hover {
          box-shadow: none !important;
          border-bottom: 1px solid #236AEE;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
        .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:active {
          box-shadow: none !important;
          border-bottom: 1px solid #236AEE;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
        .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group .bp3-input:focus {
          box-shadow: none !important;
          border-bottom: 1px solid #236AEE;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
      .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input:disabled {
        background: transparent;
        color: rgba(92, 112, 128, 0.5) !important;
        border-bottom: 1px solid rgba(92, 112, 128, 0.15) !important; }
      .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input.bp3-disabled {
        background: transparent; }
        .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled .bp3-input.bp3-disabled:hover {
          color: rgba(92, 112, 128, 0.5) !important; }
      .filterSearchFlightWrapper .search-place-trip .bp3-form-group .bp3-popover-wrapper span.bp3-popover-target .bp3-input-group.bp3-disabled:hover span.bp3-icon {
        color: #CBCBCB;
        cursor: not-allowed;
        transition: all 0s ease; }
    .filterSearchFlightWrapper .search-place-trip .filter-btn {
      font-size: 20px;
      color: #236AEE;
      letter-spacing: 0;
      text-align: left; }
    .filterSearchFlightWrapper .search-place-trip .reset-btn {
      font-size: 20px;
      color: #236AEE !important;
      letter-spacing: 0;
      text-align: left; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .filter-hidden-block {
      display: none; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilterTitle > .text-title {
      font-size: 20px;
      color: #236AEE;
      letter-spacing: 0; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter .active {
      margin: 0;
      padding-left: 0;
      border: none !important;
      color: #236AEE;
      background: #F7FBFF !important;
      border: 1px solid #F7FBFF;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: inset 3px 0 0 0 #236AEE; }
      .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter .active .modalTimeFilterText {
        font-size: 18px !important;
        color: #236AEE !important;
        letter-spacing: 0 !important; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
      font-size: 14px;
      color: #727272;
      letter-spacing: 0;
      text-align: center; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter .stop-btn {
      border: 1px solid #E3F2FD; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter .stop-btn > .stop-btn-text {
      font-size: 18px;
      color: #727272;
      letter-spacing: 0;
      text-align: center; }
    .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter.active {
      margin: 0;
      padding-left: 0;
      border: none !important;
      color: #236AEE;
      background: #F7FBFF !important;
      border: 1px solid #F7FBFF;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: inset 3px 0 0 0 #236AEE; }
      .filterSearchFlightWrapper .search-place-trip .modalTimeFilterWrapper .modalTimeFilter.active .modalTimeFilterText {
        font-size: 18px !important;
        color: #236AEE !important;
        letter-spacing: 0 !important; }

.bp3-popover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .bp3-popover .bp3-popover-content .bp3-control-group {
    justify-content: flex-end; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-decrease-small span.bp3-icon.bp3-icon-minus, .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-increase-small span.bp3-icon.bp3-icon-minus {
      cursor: pointer;
      margin: 0 !important; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-decrease-small span.bp3-icon.bp3-icon-plus, .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-increase-small span.bp3-icon.bp3-icon-plus {
      cursor: pointer;
      margin: 0 !important; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-decrease-small:hover span.bp3-icon.bp3-icon-minus, .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-increase-small:hover span.bp3-icon.bp3-icon-minus {
      color: #236AEE; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-decrease-small:hover span.bp3-icon.bp3-icon-plus, .bp3-popover .bp3-popover-content .bp3-control-group .bp3-button.bp3-increase-small:hover span.bp3-icon.bp3-icon-plus {
      color: #236AEE; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-input-group.bp3-input-counter-group {
      padding: .3em !important; }
      .bp3-popover .bp3-popover-content .bp3-control-group .bp3-input-group.bp3-input-counter-group .bp3-input[readonly] {
        box-shadow: none !important; }
      .bp3-popover .bp3-popover-content .bp3-control-group .bp3-input-group.bp3-input-counter-group .bp3-input-counter {
        height: 24px;
        top: 3px; }
    .bp3-popover .bp3-popover-content .bp3-control-group .bp3-input-group.bp3-input-counter-group bp3-input-counter {
      top: 2px;
      height: 23px; }

.reviewItinery .flight-bookingdetails {
  padding: 2em;
  background: #F7FBFF;
  border: 1px solid #E8E8E8; }
  .reviewItinery .flight-bookingdetails .flight-stationname {
    font-size: 18px;
    color: #236AEE;
    letter-spacing: 0; }
    .reviewItinery .flight-bookingdetails .flight-stationname span {
      font-size: 14px;
      color: #727272;
      letter-spacing: 0;
      line-height: 22px; }
  .reviewItinery .flight-bookingdetails .flightname {
    font-size: 14px;
    color: #236AEE;
    letter-spacing: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .reviewItinery .flight-bookingdetails .travelTime {
    font-size: 16px;
    color: #236AEE;
    letter-spacing: 0; }
    .reviewItinery .flight-bookingdetails .travelTime span {
      font-size: 16px;
      color: #727272;
      letter-spacing: 0;
      line-height: 17px; }
  .reviewItinery .flight-bookingdetails .journeyCity {
    font-size: 16px;
    color: #236AEE;
    letter-spacing: 0;
    font-weight: 500; }
    .reviewItinery .flight-bookingdetails .journeyCity .journeyTime {
      font-size: 16px;
      color: #383838;
      letter-spacing: 0;
      line-height: 19px;
      font-weight: 400; }
      .reviewItinery .flight-bookingdetails .journeyCity .journeyTime span {
        color: #727272; }
  .reviewItinery .flight-bookingdetails .flightIconWrapper .flighttravelTime {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0; }
  .reviewItinery .flight-bookingdetails .journeyDate {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0; }
  .reviewItinery .flight-bookingdetails .airportName {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0; }
  .reviewItinery .flight-bookingdetails .flight-status {
    font-size: 12px;
    color: #62A31B;
    letter-spacing: 0;
    line-height: 16px; }
  .reviewItinery .flight-bookingdetails .two-dots {
    border-top: 1px dotted #979797;
    line-height: 0;
    margin-top: 13px !important;
    margin-bottom: 13px !important;
    position: absolute;
    text-align: center;
    color: #979797;
    top: 0.7em; }
    .reviewItinery .flight-bookingdetails .two-dots:before {
      background-color: #979797;
      content: " ";
      display: inline-block;
      height: 9px;
      position: absolute;
      right: 0;
      top: -5px;
      width: 8px;
      border-radius: 50%; }
    .reviewItinery .flight-bookingdetails .two-dots:after {
      background-color: #979797;
      content: " ";
      display: inline-block;
      height: 9px;
      left: 0;
      position: absolute;
      top: -5px;
      width: 8px;
      border-radius: 50%; }

.reviewItinery .flight-primatypass {
  padding: 2em 2em;
  background: #fff; }
  .reviewItinery .flight-primatypass .title {
    font-size: 20px;
    color: #383838;
    letter-spacing: 0; }
  .reviewItinery .flight-primatypass .border-top {
    border-color: #f1f1f2 !important; }
  .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input {
    height: 46px;
    font-size: 15px;
    color: #727272;
    letter-spacing: 0;
    text-align: left;
    line-height: 21px;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 4px; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input:hover {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input:focus {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input:active {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
  .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group textarea.bp3-input {
    padding-left: 15px;
    height: auto !important; }
  .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .Select .Select-control {
    height: 46px;
    border: 1px solid #CBCBCB; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .Select .Select-control:hover {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .Select .Select-control:focus {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .Select .Select-control:active {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .Select .Select-control .Select-multi-value-wrapper .Select-value {
      line-height: 44px; }

.reviewItinery .flight-passdetails {
  padding: 1em 2em;
  background: #fff;
  border: 1px solid #E8E8E8; }
  .reviewItinery .flight-passdetails .baggageInfo .title {
    font-size: 20px;
    color: #383838;
    letter-spacing: 0;
    line-height: 22px; }
  .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input {
    height: 46px;
    font-size: 15px;
    color: #727272;
    letter-spacing: 0;
    text-align: left;
    line-height: 21px;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 4px; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input:hover {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input:focus {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input:active {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
  .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group textarea.bp3-input {
    padding-left: 15px !important;
    height: auto !important; }
  .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .Select .Select-control {
    height: 46px;
    border: 1px solid #CBCBCB; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .Select .Select-control:hover {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .Select .Select-control:focus {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .Select .Select-control:active {
      border: 1px solid #236AEE;
      box-shadow: none;
      color: color-dark; }
  .reviewItinery .flight-passdetails .baggageInfo .bp3-collapse {
    overflow: hidden; }

.reviewItinery .totalpaymentWrapper {
  padding: 2em 2em;
  background: #F7FBFF;
  border: 1px solid #E8E8E8; }
  .reviewItinery .totalpaymentWrapper .totalpayment {
    font-size: 18px;
    color: #383838;
    letter-spacing: 0;
    margin-bottom: 2em; }
  .reviewItinery .totalpaymentWrapper .farelable {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0; }
  .reviewItinery .totalpaymentWrapper .farePrice {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0;
    text-align: right; }
  .reviewItinery .totalpaymentWrapper .flight-grandtotal {
    font-size: 14px;
    color: #727272;
    letter-spacing: 0;
    font-weight: 500; }
  .reviewItinery .totalpaymentWrapper .flight-btnproceed {
    display: flex;
    float: right;
    background: #236AEE;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center; }
    .reviewItinery .totalpaymentWrapper .flight-btnproceed:hover {
      background: #1156D5 !important; }
  .reviewItinery .totalpaymentWrapper .bp3-button.bp3-intent-primary:disabled, .reviewItinery .totalpaymentWrapper .bp3-button.bp3-intent-primary.bp3-disabled {
    opacity: 0.4 !important;
    border-color: #727272;
    background: #727272 !important; }
    .reviewItinery .totalpaymentWrapper .bp3-button.bp3-intent-primary:disabled:hover, .reviewItinery .totalpaymentWrapper .bp3-button.bp3-intent-primary.bp3-disabled:hover {
      color: rgba(255, 255, 255, 0.6) !important;
      border-color: #727272;
      opacity: 0.4 !important;
      background: #727272 !important; }

.flight-list {
  overflow: hidden; }
  .flight-list .flightListHeader {
    background: #F7FBFF;
    border: 1px solid #E8E8E8;
    padding: 5px 5px 2px 5px !important; }
    .flight-list .flightListHeader .dateChangerLeftIcon {
      margin-right: -40px; }
    .flight-list .flightListHeader .dateChangerRightIcon {
      margin-right: 0px; }
    .flight-list .flightListHeader span {
      font-size: 14px;
      color: #383838;
      letter-spacing: 0;
      text-align: center; }
  .flight-list .flight-list-roundtrip .flightListSort div {
    width: 25%;
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .flight-list .flight-list-roundtrip .flightListSort div:hover {
      border-bottom: 2px solid #62A0F4; }
      .flight-list .flight-list-roundtrip .flightListSort div:hover p {
        color: #236AEE; }
    .flight-list .flight-list-roundtrip .flightListSort div .jss1 {
      display: none; }
  .flight-list .flight-list-roundtrip .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between; }
    .flight-list .flight-list-roundtrip .flightListSort .active p {
      color: #236AEE; }
    .flight-list .flight-list-roundtrip .flightListSort .active .jss1 {
      display: block; }
  .flight-list .flightListSort {
    margin: 0px !important;
    border-bottom: 1px solid #E8E8E8;
    font-size: #383838;
    color: #236AEE;
    letter-spacing: 0;
    text-align: right; }
    .flight-list .flightListSort .MuiSvgIcon-root-1 {
      display: none; }
    .flight-list .flightListSort .active {
      font-size: 14px;
      color: #236AEE;
      letter-spacing: 0;
      font-weight: 500;
      text-align: center;
      border-bottom: 2px solid #236AEE;
      border-radius: 0px;
      margin-bottom: 0 !important;
      display: flex;
      padding-left: 15px;
      padding-right: 15px;
      justify-content: space-between; }
      .flight-list .flightListSort .active span {
        color: #236AEE !important; }
      .flight-list .flightListSort .active .MuiSvgIcon-root-1 {
        width: 0.7em;
        height: 0.7em;
        display: block; }
    .flight-list .flightListSort div {
      display: flex;
      width: 25%;
      flex-direction: inherit;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer; }
      .flight-list .flightListSort div:hover {
        border-bottom: 2px solid #62A0F4; }
        .flight-list .flightListSort div:hover p {
          color: #236AEE; }
      .flight-list .flightListSort div .jss1 {
        display: none; }
    .flight-list .flightListSort .jss1 {
      width: 0.7em;
      height: 0.7em; }
    .flight-list .flightListSort p {
      font-size: 14px;
      color: #383838;
      letter-spacing: 0;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 !important; }
    .flight-list .flightListSort .font-11-sm {
      font-size: 11px !important; }
  .flight-list .selectedFlightWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99; }
    .flight-list .selectedFlightWrapper .selectedFlight {
      background: #236AEE;
      padding: 0 15px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      background: #0C4CC1; }
      .flight-list .selectedFlightWrapper .selectedFlight .travelTime {
        margin-top: 3px;
        font-size: 10px !important;
        color: #C7E1FF !important; }
      .flight-list .selectedFlightWrapper .selectedFlight .travelRoute {
        font-size: 12px;
        color: #C7E1FF; }
      .flight-list .selectedFlightWrapper .selectedFlight .journeyCity {
        letter-spacing: 0;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 20px; }
      .flight-list .selectedFlightWrapper .selectedFlight .journeyTime {
        letter-spacing: 0;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 14px;
        margin-top: 7px !important; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightbookname {
        font-size: 10px;
        color: #B1D3FF;
        line-height: 11px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-weight: 100; }
      .flight-list .selectedFlightWrapper .selectedFlight .totalFare {
        font-weight: 400;
        font-size: 22px;
        color: #FFFFFF;
        text-align: right;
        line-height: 18px; }
      .flight-list .selectedFlightWrapper .selectedFlight .totalFareText {
        font-weight: 400;
        font-size: 16px;
        color: #CBCBCB;
        text-align: right;
        line-height: 15px;
        margin-bottom: 10px !important; }
      .flight-list .selectedFlightWrapper .selectedFlight .btn-flightbooking {
        background: #236AEE;
        border-radius: 4px;
        padding: 0px 15px;
        margin: 0 auto;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        text-align: center; }
      .flight-list .selectedFlightWrapper .selectedFlight .refundableRules {
        font-size: 12px;
        color: #62A31B;
        letter-spacing: 0;
        line-height: 16px; }
      .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
        font-size: 11px; }
      .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF; }
      .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom {
        background: #195fe2; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
        width: 30px;
        margin-left: 10px;
        height: 30px; }
      .flight-list .selectedFlightWrapper .selectedFlight img.flightIcon {
        width: 22px; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper span.bp3-icon:empty {
        font-size: 12px; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper .bp3-icon {
        color: #B1D3FF; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
        width: 25%;
        top: 10px;
        display: none; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
        width: 25%;
        top: 10px;
        display: none; }
      .flight-list .selectedFlightWrapper .selectedFlight .border-left {
        border-left: 2px solid #376DD0 !important; }
      .flight-list .selectedFlightWrapper .selectedFlight .flightcancelpolicy {
        font-size: 10px;
        color: #F8D15F;
        line-height: 10px;
        margin-top: 7px;
        margin-bottom: 0; }
  .flight-list .flight-sidebar .filter-btn {
    font-size: 20px;
    color: #383838;
    letter-spacing: 0;
    text-align: left;
    background: transparent !important;
    border: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flight-list .flight-sidebar .filter-btn:active {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .flight-list .flight-sidebar .filter-btn:hover {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .flight-list .flight-sidebar .filter-btn:focus {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .flight-list .flight-sidebar .sidebar-title {
    font-size: 20px;
    color: #383838;
    letter-spacing: 0;
    line-height: 25px;
    padding: 2px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .input-range .input-range__label .input-range__label-container {
    font-family: 'Rubik', sans-serif; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
      display: none; }
    .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter {
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover {
        color: #236AEE;
        background: #F7FBFF;
        box-shadow: inset 3px 0 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover .modalTimeFilterText {
          color: #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active {
        color: #236AEE;
        background: #F7FBFF;
        box-shadow: inset 3px 0 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active .modalTimeFilterText {
          color: #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .active {
        margin: 0;
        padding-left: 0;
        border: none !important;
        color: #236AEE;
        background: #F7FBFF !important;
        border: 1px solid #F7FBFF;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 3px 0 0 0 #236AEE; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .active .modalTimeFilterText {
          font-size: 14px !important;
          color: #236AEE !important;
          letter-spacing: 0 !important;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .active .MuiSvgIcon-root-1 {
          color: #236AEE; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
        font-size: 14px;
        color: #727272;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 2px; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
        border: 1px solid #E3F2FD !important;
        margin-right: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 18px;
        color: #727272;
        letter-spacing: 0;
        text-align: center; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover {
          color: #236AEE;
          background: #E3F2FD;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          box-shadow: inset 0 -3px 0 0 #236AEE; }
          .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover .bp3-button-text {
            color: #236AEE !important; }
        .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active {
          color: #236AEE;
          background: #E3F2FD;
          border-color: #E3F2FD;
          margin-right: 3px;
          box-shadow: inset 0 -3px 0 0 #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active .bp3-button-text {
            color: #236AEE !important; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn.active {
        color: #236AEE;
        background: #E3F2FD;
        border-color: #E3F2FD;
        margin-right: 3px;
        padding: .375rem 1.5rem;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 0 -3px 0 0 #236AEE; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-text {
        font-size: 10px;
        color: #303030;
        letter-spacing: 0;
        text-align: center;
        line-height: 14px; }
    .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter.active {
      margin: 0;
      padding-left: 0;
      border: none !important;
      color: #236AEE;
      background: #F7FBFF !important;
      border: 1px solid #F7FBFF;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: inset 3px 0 0 0 #236AEE; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter.active .modalTimeFilterText {
        font-size: 14px !important;
        color: #236AEE !important;
        letter-spacing: 0 !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter.active .MuiSvgIcon-root-1 {
        color: #236AEE; }
  .flight-list .flight-sidebar320px .filter-btn {
    font-size: 20px;
    color: #236AEE;
    letter-spacing: 0;
    text-align: left;
    background: transparent !important;
    border: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filter-btn:active {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filter-btn:hover {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filter-btn:focus {
      color: #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .flight-list .flight-sidebar320px .sidebar-title {
    font-size: 16px; }
  .flight-list .flight-sidebar320px .filterSearchFlightWrapper {
    background: #fff !important;
    border: 1px solid #E8E8E8; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .input-range .input-range__label .input-range__label-container {
      font-size: 13px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
      display: none; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover {
      color: #236AEE;
      background: #F7FBFF;
      box-shadow: inset 3px 0 0 0 #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover .modalTimeFilterText {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active {
      color: #236AEE;
      background: #F7FBFF;
      box-shadow: inset 3px 0 0 0 #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active .modalTimeFilterText {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
      font-size: 15px;
      color: #727272;
      letter-spacing: 0;
      text-align: left;
      margin-bottom: 0px;
      margin-top: 2px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
      border: 1px solid #E3F2FD !important;
      margin-right: 3px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 15px;
      color: #727272;
      letter-spacing: 0;
      text-align: center;
      padding: 4px 20px !important;
      margin-bottom: 5px; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover {
        color: #236AEE;
        background: #E3F2FD;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 0 -3px 0 0 #236AEE; }
        .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover .bp3-button-text {
          color: #236AEE !important; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active {
        color: #236AEE;
        background: #E3F2FD;
        border-color: #E3F2FD;
        margin-right: 3px;
        box-shadow: inset 0 -3px 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active .bp3-button-text {
          color: #236AEE !important; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn.active {
      color: #236AEE;
      background: #E3F2FD;
      border-color: #E3F2FD;
      margin-right: 3px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: inset 0 -3px 0 0 #236AEE; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-text {
      font-size: 10px;
      color: #303030;
      letter-spacing: 0;
      text-align: center;
      line-height: 14px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .jss1 {
      margin-left: 15px; }
  .flight-list .flightListWrapper .flight-searchlist {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #E8E8E8; }
    .flight-list .flightListWrapper .flight-searchlist:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1) !important; }
    .flight-list .flightListWrapper .flight-searchlist:first-child {
      margin-top: 1em; }
    .flight-list .flightListWrapper .flight-searchlist .right-arrow img {
      position: absolute;
      top: 6%;
      right: 20.5%;
      height: 73%; }
    .flight-list .flightListWrapper .flight-searchlist .flightCompanyLogo {
      width: 65%;
      border-radius: 50%;
      padding-right: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist .flight-amenities {
      padding: 8px 10px;
      background: #F9F9F9;
      border-top: 1px solid #E8E8E8; }
      .flight-list .flightListWrapper .flight-searchlist .flight-amenities .flight-amenitiesdec {
        font-size: 12px;
        color: #383838;
        letter-spacing: 0;
        line-height: 14px;
        margin-bottom: 0px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .flight-list .flightListWrapper .flight-searchlist .flight-amenities .flight-amenitiesdec:hover {
          color: #236AEE;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
      .flight-list .flightListWrapper .flight-searchlist .flight-amenities .flight-meal {
        font-size: 11px;
        color: #727272;
        letter-spacing: 0;
        line-height: 11px;
        margin-bottom: 0px; }
    .flight-list .flightListWrapper .flight-searchlist .flight-name .fName {
      font-size: 16px;
      color: #383838;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 0px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .flight-list .flightListWrapper .flight-searchlist .flight-name .fnumber {
      font-size: 16px;
      color: #727272;
      letter-spacing: 0;
      line-height: 19px;
      margin-bottom: 0px; }
    .flight-list .flightListWrapper .flight-searchlist .round-flight-select {
      position: absolute;
      top: 25%;
      right: 3.5em;
      text-align: left !important; }
    .flight-list .flightListWrapper .flight-searchlist .round-ticket-price {
      position: absolute;
      right: -5%;
      top: 100%;
      bottom: 0; }
    .flight-list .flightListWrapper .flight-searchlist .journeyTime {
      font-size: 14px;
      color: #383838;
      letter-spacing: 0;
      margin-bottom: 4px; }
    .flight-list .flightListWrapper .flight-searchlist .journeyCity {
      font-size: 14px;
      color: #727272;
      letter-spacing: 0; }
    .flight-list .flightListWrapper .flight-searchlist .travelTime, .flight-list .flightListWrapper .flight-searchlist .travelRoute {
      font-size: 12px;
      color: #383838;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 0px !important; }
      .flight-list .flightListWrapper .flight-searchlist .travelTime span, .flight-list .flightListWrapper .flight-searchlist .travelRoute span {
        font-size: 12px;
        color: #727272;
        letter-spacing: 0;
        line-height: 17px; }
    .flight-list .flightListWrapper .flight-searchlist .journeyDate {
      font-size: 8px;
      color: #9B9B9B; }
      .flight-list .flightListWrapper .flight-searchlist .journeyDate span {
        font-size: 12px;
        color: #303030;
        letter-spacing: 0;
        line-height: 20px; }
    .flight-list .flightListWrapper .flight-searchlist .price {
      font-size: 20px;
      color: #236AEE;
      letter-spacing: 0;
      line-height: 18px;
      font-weight: 500; }
    .flight-list .flightListWrapper .flight-searchlist .refundableRules {
      font-size: 12px;
      color: #62A31B;
      letter-spacing: 0;
      line-height: 16px; }
    .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card {
      border-radius: 8px;
      margin-bottom: 15px;
      background: #F7FBFF;
      border: 0 solid #E8E8E8; }
      .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::before {
        content: '';
        width: 25%;
        height: 1px;
        background: #E0E0E1;
        left: 0px;
        top: 14px;
        z-index: 1;
        position: absolute; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::before {
            width: 30%;
            top: 17px; } }
        @media screen and (min-width: 1200px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::before {
            width: 35%;
            top: 20px; } }
      .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::after {
        content: '';
        width: 25%;
        height: 1px;
        background: #E0E0E1;
        right: 0px;
        top: 14px;
        z-index: 1;
        position: absolute; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::after {
            width: 30%;
            top: 17px; } }
        @media screen and (min-width: 1200px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper::after {
            width: 35%;
            top: 20px; } }
      .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper img.flightIcon {
        width: 15px;
        margin: 0;
        background: #fff; }
        @media screen and (min-width: 426px) and (max-width: 767px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper img.flightIcon {
            width: 25px; } }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper img.flightIcon {
            width: 35px; } }
        @media screen and (min-width: 1200px) {
          .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card .flightIconWrapper img.flightIcon {
            width: 45px; } }
      .flight-list .flightListWrapper .flight-searchlist .reviewItinery .card img.flightCompanyLogo {
        height: 30px; }
  .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list {
    border-bottom: 1px solid #ddd;
    height: 34px; }
    .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list .bp3-tab-indicator-wrapper {
      height: 32px !important;
      display: inline-block; }
    .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list .tab-section .bp3-tab.bd-tab {
      height: 32px !important;
      display: inline-block; }
    .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list .bp3-tab[aria-selected="true"] {
      color: #236AEE; }
    .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list .bp3-tab {
      font-size: 13px;
      font-weight: 500; }
      .flight-list .flightListWrapper .bp3-tabs .bp3-tab-list .bp3-tab:not([aria-disabled="true"]):hover {
        color: #236AEE; }
  .flight-list .flightListWrapper .bp3-tabs .bp3-tab-panel {
    margin-top: 15px;
    font-size: 13px; }
  .flight-list .flight-list-320px .flightListSort div {
    width: 100%;
    display: flow-root; }
  .flight-list .flight-list-320px .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px; }

.trip-calendar-div {
  background: #F7FBFF;
  border: 0 solid #E8E8E8 !important; }

.bp3-card.bp3-interactive:hover {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  cursor: auto !important; }

@media (max-width: 576px) {
  .bp3-dialog.modal-flightDetails {
    margin-left: 0.5em;
    margin-right: 0.5em; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-header {
      padding: 1.3em 1em 1.3em 1.3em; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .reviewItinery .flight-bookingdetails .OutBound .reviewItineryFlightList .flightCompanyLogo {
      width: 90%; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .reviewItinery .flight-bookingdetails .OutBound .reviewItineryFlightList .travelTime {
      margin-top: 0 !important; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeTitleModel {
      font-size: 14px; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeWeight {
      font-size: 14px; }
  .flight .container .navbar-title {
    font-size: 20px; }
  .bp3-tabs {
    width: 100%; }
    .bp3-tabs .bp3-tab-list {
      display: contents;
      text-align: center;
      width: 100%; }
    .bp3-tabs .bp3-tab-panel {
      border-top: 1px solid #e8e8e8;
      padding-top: 20px; }
  .floating-menu {
    border-radius: 100% !important;
    z-index: 9;
    right: 3%;
    position: fixed;
    padding: 12px 18px 8px 18px !important;
    bottom: 21%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; }
    .floating-menu:active + .flight-list .floating-sidebar {
      display: block !important; }
  .font-8-xs {
    font-size: 8px !important; }
  .font-9-xs {
    font-size: 9px !important; }
  .font-10-xs {
    font-size: 10px !important; }
  .font-11-xs {
    font-size: 11px !important; }
  .font-12-xs {
    font-size: 12px !important; }
  .pull-right-xs {
    float: right !important; }
  .filterSearchFlightWrapper .search-place-trip .search-btn {
    display: flex;
    width: 100%;
    padding: 0.4em 1em;
    margin-bottom: 5px; }
  .filterSearchFlightWrapper .search-place-trip .jss1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.5em; }
  .filterSearchFlightWrapper .search-place-trip .passengerInputWrapper .passenger-dropdown-content {
    background: #fff;
    border-radius: 0px; }
  .filterSearchFlightWrapper .search-place-trip .flight-swipearrow {
    height: 23px;
    width: 23px;
    margin: 0 auto;
    margin-top: 15px;
    left: 0;
    right: 0 !important;
    top: 2.5em !important;
    bottom: 00%;
    cursor: pointer; }
  .reviewItinery .flight-passdetails {
    padding: 1em 1em; }
    .reviewItinery .flight-passdetails .baggageInfo .title {
      font-size: 16px; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input {
      font-size: 14px;
      padding: 0 10px 0 10px; }
  .reviewItinery .flight-primatypass {
    padding: 2em 1em; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input {
      font-size: 14px;
      padding: 0 10px 0 10px; }
  .reviewItinery .flight-bookingdetails {
    padding: 1em 1em; }
    .reviewItinery .flight-bookingdetails .text-right-xs {
      text-align: right !important; }
    .reviewItinery .flight-bookingdetails .reviewItineryFlightList {
      border-top: 1px solid #f1f1f2;
      padding-top: 1em; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .travelTime {
        font-size: 14px; }
        .reviewItinery .flight-bookingdetails .reviewItineryFlightList .travelTime span {
          font-size: 14px; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .journeyCity {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .reviewItinery .flight-bookingdetails .reviewItineryFlightList .journeyCity .journeyTime {
          font-size: 14px; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .two-dots {
        top: 1em; }
    .reviewItinery .flight-bookingdetails .flightIconWrapper .flighttravelTime {
      line-height: 11px; }
  .reviewItinery .selectedFlightWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3; }
    .reviewItinery .selectedFlightWrapper .selectedFlight {
      background: #236AEE;
      padding: 0 15px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      background: #0C4CC1; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .travelTime {
        margin-top: 3px;
        font-size: 10px !important;
        color: #C7E1FF !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .travelRoute {
        font-size: 12px;
        color: #C7E1FF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .journeyCity {
        letter-spacing: 0;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 20px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .journeyTime {
        letter-spacing: 0;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 14px;
        margin-top: 7px !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightbookname {
        font-size: 10px;
        color: #B1D3FF;
        line-height: 11px;
        white-space: nowrap;
        font-weight: 100; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .totalFare {
        font-weight: 400;
        font-size: 22px;
        color: #FFFFFF;
        text-align: right;
        line-height: 18px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .totalFareText {
        font-weight: 400;
        font-size: 16px;
        color: #CBCBCB;
        text-align: right;
        line-height: 15px;
        margin-bottom: 10px !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .btn-flightbooking {
        background: #236AEE;
        border-radius: 4px;
        padding: 0px 15px;
        margin: 0 auto;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        text-align: center; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .refundableRules {
        font-size: 12px;
        color: #62A31B;
        letter-spacing: 0;
        line-height: 16px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
        font-size: 11px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom {
        background: #195fe2; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
        width: 30px;
        margin-left: 10px;
        height: 30px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight img.flightIcon {
        width: 22px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper span.bp3-icon:empty {
        font-size: 12px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper .bp3-icon {
        color: #B1D3FF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
        width: 25%;
        top: 10px;
        display: none; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
        width: 25%;
        top: 10px;
        display: none; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .border-left {
        border-left: 2px solid #376DD0 !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightcancelpolicy {
        font-size: 10px;
        color: #F8D15F;
        line-height: 10px;
        margin-top: 7px;
        margin-bottom: 0; }
  .flight-list .flight-sidebar .filter-btn {
    font-size: 18px; }
  .flight-list .flight-sidebar .sidebar-title {
    font-size: 18px; }
  .flight-list .flightListHeader span {
    font-size: 12px; }
    .flight-list .flightListHeader span .jss1 {
      width: 0.85em;
      height: 0.85em; }
  .flight-list .selectedFlightWrapper .selectedFlight {
    background: #0C4CC1; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelTime {
      white-space: nowrap;
      font-size: 10px !important;
      color: #C7E1FF !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelRoute {
      font-size: 11px;
      color: #C7E1FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyCity {
      color: #FFFFFF;
      font-size: 12px; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyTime {
      font-size: 12px;
      margin-top: 0px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightbookname {
      white-space: nowrap; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFare {
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      text-align: center;
      line-height: 18px;
      margin-top: 5px !important;
      display: -webkit-inline-box; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFareText {
      font-weight: 100;
      font-size: 14px;
      color: #CBCBCB;
      text-align: center;
      line-height: 15px;
      margin-bottom: 0px !important;
      display: -webkit-inline-box; }
    .flight-list .selectedFlightWrapper .selectedFlight .btn-flightbooking {
      background: #236AEE;
      border-radius: 4px;
      padding: 0px 15px;
      margin: 0 auto;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-align: center; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 16px; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightTop {
      border-bottom: 1px solid #80B3FF;
      border-left: none !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightTop-domestic {
      border-bottom: 1px solid #80B3FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-top-xs {
      border-bottom: 1px solid #80B3FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
      border-radius: 50%;
      margin-left: 5px !important;
      width: 25px;
      height: 25px; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight img.flightIcon {
      width: 18px;
      margin: 0 auto;
      display: flex; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-top-sm {
      border: 1px solid #0747A6 !important; }
  .flight-list .selectedFlightWrapper .round-ticket-price {
    top: 0em; }
    .flight-list .selectedFlightWrapper .round-ticket-price div {
      display: flex;
      margin-top: 1px;
      align-items: center;
      justify-content: flex-end;
      text-align: right !important; }
  .flight-list .MuiDrawer-paper-12, .flight-list .MuiDrawer-paperAnchorLeft-13 {
    overflow-x: hidden; }
  .flight-list .floating-sidebar .flight-sidebar320px {
    overflow-x: hidden; }
    .flight-list .floating-sidebar .flight-sidebar320px .filter-btn {
      font-size: 16px;
      color: #236AEE !important;
      letter-spacing: 0;
      text-align: left;
      background: transparent !important;
      border: 1px solid #236AEE !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .floating-sidebar .flight-sidebar320px .filter-btn:active {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .flight-list .floating-sidebar .flight-sidebar320px .filter-btn:hover {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .flight-list .floating-sidebar .flight-sidebar320px .filter-btn:focus {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flight-list .floating-sidebar .flight-sidebar320px .sidebar-title {
      font-size: 16px; }
    .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper {
      background: #fff !important;
      border: none;
      border-top: 1px solid #E8E8E8; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .input-range .input-range__label .input-range__label-container {
        font-size: 12px;
        font-family: 'Rubik', sans-serif !important; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
        display: none; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover {
        color: #236AEE;
        background: #F7FBFF;
        box-shadow: inset 3px 0 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover .modalTimeFilterText {
          color: #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active {
        color: #236AEE;
        background: #F7FBFF;
        box-shadow: inset 3px 0 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active .modalTimeFilterText {
          color: #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
        font-size: 14px;
        color: #727272;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 2px; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
        border: 1px solid #E3F2FD !important;
        margin-right: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
        color: #727272;
        letter-spacing: 0;
        text-align: center;
        padding: 6px 22px !important;
        margin-bottom: 5px; }
        .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover {
          color: #236AEE;
          background: #E3F2FD;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          box-shadow: inset 0 -3px 0 0 #236AEE; }
          .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover .bp3-button-text {
            color: #236AEE !important; }
        .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active {
          color: #236AEE;
          background: #E3F2FD;
          border-color: #E3F2FD;
          margin-right: 3px;
          box-shadow: inset 0 -3px 0 0 #236AEE;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active .bp3-button-text {
            color: #236AEE !important; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn.active {
        color: #236AEE;
        background: #E3F2FD;
        border-color: #E3F2FD;
        margin-right: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 0 -3px 0 0 #236AEE; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-text {
        font-size: 10px;
        color: #303030;
        letter-spacing: 0;
        text-align: center;
        line-height: 14px; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .jss1 {
        width: 0.9em;
        height: 0.9em;
        margin-left: 15px; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .flightstops .modalTimeFilter:hover {
        box-shadow: none !important; }
      .flight-list .floating-sidebar .flight-sidebar320px .filterSearchFlightWrapper .flightstops .modalTimeFilter:active {
        box-shadow: none !important; }
  .flight-list .flightListWrapper .flight-searchlist .flight-name .fName {
    font-size: 12px;
    line-height: 14px;
    white-space: normal !important; }
  .flight-list .flightListWrapper .flight-searchlist .flight-name .fnumber {
    font-size: 12px; }
  .flight-list .flightListWrapper .flight-searchlist .flight-select {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left !important;
    border-bottom: 1px solid #f1f1f2; }
    .flight-list .flightListWrapper .flight-searchlist .flight-select .bp3-control {
      padding-top: 7px !important;
      margin-bottom: 8px !important; }
  .flight-list .flightListWrapper .flight-searchlist .round-flight-select {
    top: 4%;
    right: 0em;
    border-bottom: 1px solid #f1f1f2; }
  .flight-list .flightListWrapper .flight-searchlist .price {
    float: right;
    font-size: 15px; }
  .flight-list .flightListWrapper .flight-searchlist .refundableRules {
    float: right;
    margin-left: 5px !important; }
  .flight-list .flightListWrapper .flight-searchlist .journeyTime {
    font-size: 12px; }
  .flight-list .flightListWrapper .flight-searchlist .travelTime {
    font-size: 12px;
    text-align: center;
    line-height: 15px; }
    .flight-list .flightListWrapper .flight-searchlist .travelTime span {
      line-height: 16px; }
  .flight-list .flightListWrapper .flight-searchlist .journeyCity {
    font-size: 13px; }
  .flight-list .flightListWrapper .flight-searchlist .flightCompanyLogo {
    width: 80%;
    margin-left: 0 !important;
    padding-right: 0 !important; }
  .flight-list .flightListWrapper .flight-searchlist .travelRoute span {
    line-height: 16px; }
  .flight-list .flightListWrapper .flight-searchlist320px {
    border: 1px solid #f1f1f2; }
    .flight-list .flightListWrapper .flight-searchlist320px .selectedFlightCard {
      background-color: #dde8fb; }
    .flight-list .flightListWrapper .flight-searchlist320px .border-top {
      border-top: 1px solid #f1f1f2 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-name .fName {
      font-size: 11px;
      line-height: 15px; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-name .fnumber {
      font-size: 11px;
      margin-bottom: 0;
      white-space: nowrap; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-ticketchoice {
      position: absolute;
      top: 16px;
      right: 0.9em; }
    .flight-list .flightListWrapper .flight-searchlist320px .price {
      font-size: 13px;
      font-weight: 500;
      margin-top: 0px !important;
      margin-bottom: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .refundableRules {
      font-size: 10px;
      color: #62A31B;
      letter-spacing: 0;
      line-height: 16px;
      margin-left: 3px;
      font-weight: 100; }
    .flight-list .flightListWrapper .flight-searchlist320px .journeyTime {
      font-size: 10px; }
    .flight-list .flightListWrapper .flight-searchlist320px .travelTime {
      font-size: 10px;
      text-align: left;
      line-height: 12px;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0; }
    .flight-list .flightListWrapper .flight-searchlist320px .journeyCity {
      font-size: 10px; }
    .flight-list .flightListWrapper .flight-searchlist320px .flightCompanyLogo {
      width: 100%;
      padding-right: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .travelRoute span {
      line-height: 16px; }
    .flight-list .flightListWrapper .flight-searchlist320px .freeMeal {
      font-size: 9px;
      color: #727272;
      letter-spacing: 0;
      line-height: 10px;
      margin-bottom: 0;
      white-space: nowrap;
      text-align: right; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-details {
      font-size: 10px;
      line-height: 11px;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 0;
      text-align: left;
      color: #236AEE; }
  .flight-list .flightListWrapper .flight-amenities .flight-amenitiesdec {
    margin-left: 8px; }
  .flight-list .flightListWrapper .flight-amenities .flight-meal {
    margin-right: 5px; }
  .flight-list .flightListWrapper .ticket-price {
    position: absolute;
    right: 0em;
    top: -0.6em; }
    .flight-list .flightListWrapper .ticket-price div {
      display: flex;
      text-align: right !important;
      justify-content: flex-end;
      align-items: center; }
  .flight-list .flightListWrapper .round-ticket-price {
    right: 0em !important;
    top: -0.6em !important; }
    .flight-list .flightListWrapper .round-ticket-price div {
      display: flex;
      text-align: right !important;
      justify-content: flex-end;
      align-items: center; }
  .flight-list .flightListSort {
    color: #383838; }
    .flight-list .flightListSort .jss1 {
      width: 0.7em;
      height: 0.7em; }
    .flight-list .flightListSort p {
      font-size: 13px; }
    .flight-list .flightListSort .font-12-sm {
      font-size: 12px !important; }
    .flight-list .flightListSort .active {
      padding-left: 8px;
      padding-right: 8px; }
      .flight-list .flightListSort .active .MuiSvgIcon-root-1 {
        width: 0.7em;
        height: 0.7em;
        display: block; }
    .flight-list .flightListSort span {
      color: #383838; }
  .flight-list .flight-list-roundtrip .flightListSort div {
    width: 50%; }
    .flight-list .flight-list-roundtrip .flightListSort div:nth-child(odd) {
      padding-left: 0px; }
    .flight-list .flight-list-roundtrip .flightListSort div:nth-child(even) {
      padding-left: 10px;
      padding-right: 0;
      justify-content: flex-start; }
  .flight-list .flight-list-roundtrip .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .pull-right-xs {
    float: right !important; }
  .bp3-dialog.modal-flightDetails {
    margin-left: 1em;
    margin-right: 1em; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-header {
      padding: 1.3em 1em 1.3em 1.5em; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeTitleModel {
      font-size: 14px; }
    .bp3-dialog.modal-flightDetails .bp3-dialog-body .bp3-tabs .bp3-tab-panel .card .card-body .baggageInfo .bagaggeWeight {
      font-size: 14px; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
    margin-left: 5px !important;
    font-size: 13px !important; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .MuiSvgIcon-root-1 {
    width: 0.9em;
    height: 0.9em; }
  .filterSearchFlightWrapper .search-place-trip .search-btn {
    display: flex;
    width: 100%;
    padding: 0.3em 1em;
    margin-bottom: 5px; }
  .filterSearchFlightWrapper .search-place-trip .jss1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.5em; }
  .filterSearchFlightWrapper .search-place-trip .passengerInputWrapper .passenger-dropdown-content {
    background: #fff;
    border-radius: 0px; }
  .reviewItinery .selectedFlightWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3; }
    .reviewItinery .selectedFlightWrapper .selectedFlight {
      background: #236AEE;
      padding: 0 15px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      background: #0C4CC1; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .travelTime {
        margin-top: 3px;
        font-size: 10px !important;
        color: #C7E1FF !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .travelRoute {
        font-size: 12px;
        color: #C7E1FF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .journeyCity {
        letter-spacing: 0;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 20px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .journeyTime {
        letter-spacing: 0;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 14px;
        margin-top: 7px !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightbookname {
        font-size: 10px;
        color: #B1D3FF;
        line-height: 11px;
        font-weight: 100; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .totalFare {
        font-weight: 400;
        font-size: 22px;
        color: #FFFFFF;
        text-align: right;
        line-height: 18px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .totalFareText {
        font-weight: 400;
        font-size: 16px;
        color: #CBCBCB;
        text-align: right;
        line-height: 15px;
        margin-bottom: 10px !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .btn-flightbooking {
        background: #236AEE;
        border-radius: 4px;
        padding: 0px 15px;
        margin: 0 auto;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        text-align: center; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .refundableRules {
        font-size: 12px;
        color: #62A31B;
        letter-spacing: 0;
        line-height: 16px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
        font-size: 11px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .selectedFlightBottom {
        background: #195fe2; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
        width: 30px;
        margin-left: 10px;
        height: 30px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight img.flightIcon {
        width: 22px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper span.bp3-icon:empty {
        font-size: 12px; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper .bp3-icon {
        color: #B1D3FF; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
        width: 25%;
        top: 10px;
        display: none; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
        width: 25%;
        top: 10px;
        display: none; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .border-left {
        border-left: 2px solid #376DD0 !important; }
      .reviewItinery .selectedFlightWrapper .selectedFlight .flightcancelpolicy {
        font-size: 10px;
        color: #F8D15F;
        line-height: 10px;
        margin-top: 7px;
        margin-bottom: 0; }
  .reviewItinery .flight-passdetails {
    padding: 1em 1em; }
    .reviewItinery .flight-passdetails .baggageInfo .title {
      font-size: 16px; }
    .reviewItinery .flight-passdetails .baggageInfo .bp3-form-group .bp3-input-group .bp3-input {
      font-size: 14px;
      padding: 0 10px 0 10px; }
  .reviewItinery .flight-primatypass {
    padding: 2em 1em; }
    .reviewItinery .flight-primatypass .bp3-form-group .bp3-input-group .bp3-input {
      font-size: 14px;
      padding: 0 10px 0 10px; }
  .reviewItinery .flight-bookingdetails {
    padding: 1em 1em; }
    .reviewItinery .flight-bookingdetails .text-right-xs {
      text-align: right !important; }
    .reviewItinery .flight-bookingdetails .reviewItineryFlightList {
      border-top: 1px solid #f1f1f2;
      padding-top: 1em; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .flightCompanyLogo {
        width: 90%;
        margin-top: 1em; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .travelTime {
        font-size: 14px;
        line-height: 16px; }
        .reviewItinery .flight-bookingdetails .reviewItineryFlightList .travelTime span {
          font-size: 14px; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .journeyCity {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 2px; }
        .reviewItinery .flight-bookingdetails .reviewItineryFlightList .journeyCity .journeyTime {
          font-size: 14px; }
      .reviewItinery .flight-bookingdetails .reviewItineryFlightList .two-dots {
        top: 0.7em; }
    .reviewItinery .flight-bookingdetails .flightIconWrapper .flighttravelTime {
      line-height: 11px; }
  .reviewItinery .totalpaymentWrapper {
    padding: 2em 1em; }
  .flight-list .flight-sidebar .filter-btn {
    font-size: 18px; }
  .flight-list .flight-sidebar .sidebar-title {
    font-size: 18px; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
    display: none; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
    padding: 0em 0.7em; }
  .flight-list .selectedFlightWrapper .selectedFlight {
    background: #0C4CC1; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightTop {
      border-bottom: 0.1px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightTop-domestic {
      border-bottom: none !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelTime {
      font-size: 10px !important;
      color: #C7E1FF !important;
      white-space: nowrap; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelRoute {
      font-size: 14px;
      color: #C7E1FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyCity {
      color: #FFFFFF;
      font-size: 14px; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyTime {
      font-size: 14px;
      margin-top: 0px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFare {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      text-align: right;
      line-height: 18px;
      margin-top: 5px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFareText {
      font-weight: 100;
      font-size: 16px;
      color: #CBCBCB;
      text-align: right;
      line-height: 15px;
      margin-top: 15px !important;
      margin-bottom: 10px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .btn-flightbooking {
      background: #236AEE;
      border-radius: 4px;
      padding: 0px 15px;
      margin: 0 auto;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-align: right; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightbookname {
      white-space: nowrap;
      display: contents; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightButton {
      margin-top: 15px;
      text-align: left !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
      font-size: 11px; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
      width: 28px;
      height: 28px;
      float: none;
      border-radius: 50%;
      text-align: left;
      margin-left: 0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-left {
      border-left: 0.1px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-bottom-sm {
      border-bottom: 1px solid #376DD0 !important; }
  .flight-list .flight-sidebar320px .filter-btn {
    font-size: 16px;
    color: #236AEE;
    letter-spacing: 0;
    text-align: left;
    background: transparent !important;
    border: none !important; }
  .flight-list .flight-sidebar320px .sidebar-title {
    font-size: 16px; }
  .flight-list .flight-sidebar320px .filterSearchFlightWrapper {
    background: #fff !important;
    border: 1px solid #E8E8E8; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .input-range .input-range__label .input-range__label-container {
      font-size: 11px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
      display: none; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover {
      color: #236AEE;
      background: #F7FBFF;
      box-shadow: inset 3px 0 0 0 #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:hover .modalTimeFilterText {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active {
      color: #236AEE;
      background: #F7FBFF;
      box-shadow: inset 3px 0 0 0 #236AEE;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter:active .modalTimeFilterText {
        color: #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .modalTimeFilterText {
      font-size: 13px;
      color: #727272;
      letter-spacing: 0;
      text-align: left;
      margin-bottom: 0px;
      margin-top: 2px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
      border: 1px solid #E3F2FD !important;
      margin-right: 3px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 14px;
      color: #727272;
      letter-spacing: 0;
      text-align: center;
      padding: 1px 15px;
      margin-bottom: 5px; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover {
        color: #236AEE;
        background: #E3F2FD;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 0 -3px 0 0 #236AEE; }
        .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:hover .bp3-button-text {
          color: #236AEE !important; }
      .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active {
        color: #236AEE;
        background: #E3F2FD;
        border-color: #E3F2FD;
        margin-right: 3px;
        box-shadow: inset 0 -3px 0 0 #236AEE;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn:active .bp3-button-text {
          color: #236AEE !important; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn.active {
      color: #236AEE;
      background: #E3F2FD;
      border-color: #E3F2FD;
      margin-right: 3px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: inset 0 -3px 0 0 #236AEE; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-text {
      font-size: 10px;
      color: #303030;
      letter-spacing: 0;
      text-align: center;
      line-height: 14px; }
    .flight-list .flight-sidebar320px .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .jss1 {
      width: 0.9em;
      height: 0.9em;
      margin-left: 10px; }
  .flight-list .flightListWrapper .flight-searchlist {
    margin-top: 1.2em !important;
    margin-bottom: 0em; }
    .flight-list .flightListWrapper .flight-searchlist .flight-name .fName {
      font-size: 12px;
      line-height: 14px;
      white-space: normal; }
    .flight-list .flightListWrapper .flight-searchlist .flight-name .fnumber {
      font-size: 12px;
      white-space: nowrap; }
    .flight-list .flightListWrapper .flight-searchlist .flight-select {
      position: absolute;
      top: -2px;
      left: 0px;
      text-align: left !important;
      border-bottom: 1px solid #f1f1f2; }
      .flight-list .flightListWrapper .flight-searchlist .flight-select .bp3-control {
        padding-top: 10px !important;
        margin-bottom: 8px !important; }
    .flight-list .flightListWrapper .flight-searchlist .round-flight-select {
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: left !important;
      border-bottom: 1px solid #f1f1f2; }
      .flight-list .flightListWrapper .flight-searchlist .round-flight-select .bp3-control {
        padding-top: 7px !important;
        margin-bottom: 8px !important; }
    .flight-list .flightListWrapper .flight-searchlist .price {
      float: right;
      font-size: 15px; }
    .flight-list .flightListWrapper .flight-searchlist .refundableRules {
      float: right;
      margin-left: 8px !important; }
    .flight-list .flightListWrapper .flight-searchlist .journeyTime {
      font-size: 12px; }
    .flight-list .flightListWrapper .flight-searchlist .travelTime {
      font-size: 12px;
      text-align: center;
      line-height: 15px; }
      .flight-list .flightListWrapper .flight-searchlist .travelTime span {
        line-height: 15px; }
    .flight-list .flightListWrapper .flight-searchlist .journeyCity {
      font-size: 13px; }
    .flight-list .flightListWrapper .flight-searchlist .flightCompanyLogo {
      width: 80%;
      padding-right: 0 !important; }
  .flight-list .flightListWrapper .flight-searchlist320px {
    border: 1px solid #f1f1f2; }
    .flight-list .flightListWrapper .flight-searchlist320px .selectedFlightCard {
      background-color: #dde8fb; }
    .flight-list .flightListWrapper .flight-searchlist320px .border-top {
      border-top: 1px solid #f1f1f2 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-name .fName {
      font-size: 12px;
      line-height: 15px; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-name .fnumber {
      font-size: 12px;
      margin-bottom: 0;
      text-align: center;
      white-space: nowrap; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-ticketchoice {
      position: absolute;
      top: 16px;
      right: 0.9em; }
    .flight-list .flightListWrapper .flight-searchlist320px .price {
      font-size: 13px;
      font-weight: 500;
      margin-top: 2px !important;
      margin-bottom: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .refundableRules {
      font-size: 12px;
      color: #62A31B;
      letter-spacing: 0;
      line-height: 16px;
      margin-left: 3px;
      font-weight: 100; }
    .flight-list .flightListWrapper .flight-searchlist320px .journeyTime {
      font-size: 12px; }
    .flight-list .flightListWrapper .flight-searchlist320px .travelTime {
      font-size: 10px;
      text-align: left;
      line-height: 12px;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      margin-top: 7px; }
    .flight-list .flightListWrapper .flight-searchlist320px .journeyCity {
      font-size: 11px; }
    .flight-list .flightListWrapper .flight-searchlist320px .flightCompanyLogo {
      width: 90%;
      border-radius: 50%;
      padding-right: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist320px .travelRoute span {
      line-height: 16px; }
    .flight-list .flightListWrapper .flight-searchlist320px .freeMeal {
      font-size: 11px;
      color: #727272;
      letter-spacing: 0;
      line-height: 11px;
      margin-bottom: 0px; }
    .flight-list .flightListWrapper .flight-searchlist320px .flight-details {
      font-size: 11px;
      line-height: 11px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      text-align: left;
      color: #236AEE; }
  .flight-list .flightListWrapper .flight-amenities .flight-amenitiesdec {
    margin-left: 8px; }
  .flight-list .flightListWrapper .flight-amenities .flight-meal {
    margin-right: 5px; }
  .flight-list .flightListWrapper .ticket-price {
    position: absolute;
    right: 0em;
    top: -0.6em; }
    .flight-list .flightListWrapper .ticket-price div {
      display: flex;
      margin-top: 1px;
      align-items: center;
      justify-content: flex-end;
      text-align: right !important; }
  .flight-list .flightListWrapper .round-ticket-price {
    right: 0em !important;
    top: -0.6em !important; }
    .flight-list .flightListWrapper .round-ticket-price div {
      display: flex;
      margin-top: 1px;
      align-items: center;
      justify-content: flex-end;
      text-align: right !important; }
  .flight-list .flightListSort .jss1 {
    width: 0.7em;
    height: 0.7em; }
  .flight-list .flightListSort p {
    font-size: 13px; }
  .flight-list .flightListSort .font-12-sm {
    font-size: 12px !important; }
  .flight-list .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between; }
    .flight-list .flightListSort .active .MuiSvgIcon-root-1 {
      width: 0.7em;
      height: 0.7em;
      display: block; }
  .flight-list .flight-list-roundtrip .flightListSort div {
    width: 50%;
    justify-content: flex-start; }
    .flight-list .flight-list-roundtrip .flightListSort div:nth-child(odd) {
      padding-left: 0px; }
    .flight-list .flight-list-roundtrip .flightListSort div:nth-child(even) {
      padding-left: 10px;
      padding-right: 0; }
  .flight-list .flight-list-roundtrip .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-xs {
    float: right !important; }
  .bp3-dialog.modal-flightDetails {
    margin-left: 1em;
    margin-right: 1em; }
  .reviewItinery .totalpaymentWrapper {
    padding: 2em 2em 2em 1em; }
  .reviewItinery .flight-bookingdetails .journeyCity {
    white-space: nowrap; }
  .reviewItinery .flight-bookingdetails .travelTime {
    white-space: nowrap; }
  .reviewItinery .flight-bookingdetails .journeyDate {
    white-space: nowrap; }
  .filterSearchFlightWrapper .search-place-trip .search-btn {
    display: flex;
    width: 100%;
    padding: 0.3em 1em;
    margin-bottom: 5px; }
  .filterSearchFlightWrapper .search-place-trip .jss1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.5em; }
  .filterSearchFlightWrapper .search-place-trip .passengerInputWrapper .passenger-dropdown-content {
    background: #fff;
    border-radius: 0px; }
  .flight-list .flight-sidebar .filter-btn {
    font-size: 18px; }
  .flight-list .flight-sidebar .sidebar-title {
    font-size: 18px; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
    display: none; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
    padding: 0.3em 1.2em; }
  .flight-list .selectedFlightWrapper .selectedFlight {
    background: #0C4CC1;
    padding: 4px 0px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-left-lg {
      display: contents;
      border-left: 2px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelTime {
      margin-top: 3px;
      font-size: 10px !important;
      color: #C7E1FF !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelRoute {
      font-size: 12px;
      color: #C7E1FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyCity {
      color: #FFFFFF;
      font-size: 16px; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFare {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      text-align: right;
      line-height: 18px;
      margin-top: 5px !important;
      padding-left: 10px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFareText {
      font-weight: 100;
      font-size: 16px;
      color: #CBCBCB;
      text-align: right;
      line-height: 15px;
      margin-bottom: 10px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .btn-flightbooking {
      background: #236AEE;
      border-radius: 4px;
      padding: 0px 15px;
      margin: 0 auto;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-align: center; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
      font-size: 11px; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
      width: 25px;
      height: 25px;
      margin-left: 0px;
      border-radius: 50%; }
    .flight-list .selectedFlightWrapper .selectedFlight img.flightIcon {
      width: 22px; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyTime {
      font-size: 14px; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper span.bp3-icon:empty {
      font-size: 12px; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper .bp3-icon {
      color: #B1D3FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
      width: 25%;
      top: 10px;
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
      width: 25%;
      top: 10px;
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-left {
      border-left: 2px solid #376DD0 !important;
      border-right: 2px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightcancelpolicy {
      font-size: 10px;
      color: #F8D15F;
      line-height: 10px;
      margin-top: 7px;
      margin-bottom: 0;
      white-space: nowrap; }
  .flight-list .flightListWrapper .flight-searchlist {
    margin-top: 1.2em !important;
    margin-bottom: 0em; }
    .flight-list .flightListWrapper .flight-searchlist .flight-name {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .flight-list .flightListWrapper .flight-searchlist .flight-name .fName {
        font-size: 14px; }
      .flight-list .flightListWrapper .flight-searchlist .flight-name .fnumber {
        font-size: 14px; }
    .flight-list .flightListWrapper .flight-searchlist .right-arrow img {
      top: 10%;
      right: 24%;
      height: 70%; }
    .flight-list .flightListWrapper .flight-searchlist .flight-select {
      position: absolute;
      top: 0%;
      right: 0em;
      text-align: left !important; }
      .flight-list .flightListWrapper .flight-searchlist .flight-select .bp3-control {
        padding-top: 8px !important;
        margin-bottom: 8px !important; }
    .flight-list .flightListWrapper .flight-searchlist .round-flight-select {
      position: absolute;
      top: 40%;
      right: 0em;
      text-align: left !important; }
    .flight-list .flightListWrapper .flight-searchlist .price {
      float: right;
      font-size: 16px; }
    .flight-list .flightListWrapper .flight-searchlist .journeyTime {
      font-size: 13px; }
    .flight-list .flightListWrapper .flight-searchlist .journeyCity {
      font-size: 13px; }
    .flight-list .flightListWrapper .flight-searchlist .refundableRules {
      float: right;
      padding-top: 1px; }
    .flight-list .flightListWrapper .flight-searchlist .travelTime {
      font-size: 12px;
      text-align: center;
      line-height: 15px;
      white-space: nowrap; }
      .flight-list .flightListWrapper .flight-searchlist .travelTime span {
        line-height: 15px;
        white-space: normal; }
    .flight-list .flightListWrapper .flight-searchlist .flightCompanyLogo {
      position: absolute;
      left: 1em;
      top: 0em;
      bottom: 0;
      width: 65%;
      margin-left: 0 !important;
      padding-right: 0 !important; }
    .flight-list .flightListWrapper .flight-searchlist .flight-ticketchoice {
      position: absolute;
      left: 1.2em;
      top: 0.8em; }
    .flight-list .flightListWrapper .flight-searchlist .ticket-price {
      position: absolute;
      right: -7%;
      top: 42%;
      bottom: 0; }
    .flight-list .flightListWrapper .flight-searchlist .round-ticket-price {
      position: absolute;
      right: -8%;
      top: 100%;
      bottom: 0; }
  .flight-list .flightListWrapper .flight-amenities .flight-amenitiesdec {
    margin-left: 10px; }
  .flight-list .flightListWrapper .flight-amenities .flight-meal {
    margin-right: 0px;
    white-space: nowrap; }
  .flight-list .flightListSort .jss1 {
    width: 0.7em;
    height: 0.7em; }
  .flight-list .flightListSort p {
    font-size: 15px; }
  .flight-list .flightListSort .font-12-sm {
    font-size: 12px !important; }
  .flight-list .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px; }
    .flight-list .flightListSort .active .MuiSvgIcon-root-1 {
      width: 0.7em;
      height: 0.7em;
      display: block; }
  .flight-list .flight-list-roundtrip .flightListSort div {
    justify-content: center;
    padding-left: 4px;
    padding-right: 4px; }
  .flight-list .flight-list-roundtrip .flightListSort .active {
    padding-left: 8px;
    padding-right: 8px; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .pull-right-xs {
    float: right !important; }
  .bp3-dialog.modal-flightDetails {
    margin-left: 1em;
    margin-right: 1em; }
  .reviewItinery .totalpaymentWrapper {
    padding: 2em 2em 2em 1em; }
  .reviewItinery .flight-bookingdetails .journeyCity {
    white-space: nowrap; }
  .reviewItinery .flight-bookingdetails .travelTime {
    font-size: 14px;
    white-space: nowrap; }
  .reviewItinery .flight-bookingdetails .journeyDate {
    white-space: nowrap; }
  .reviewItinery .flight-bookingdetails .two-dots {
    top: 0.7em !important; }
  .filterSearchFlightWrapper .search-place-trip .search-btn {
    display: flex;
    width: 100%;
    padding: 0.3em 3em;
    margin-bottom: 5px; }
  .filterSearchFlightWrapper .search-place-trip .jss1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.5em; }
  .filterSearchFlightWrapper .search-place-trip .passengerInputWrapper .passenger-dropdown-content {
    background: #fff;
    border-radius: 0px; }
  .flight-list .flight-sidebar .filter-btn {
    font-size: 18px; }
  .flight-list .flight-sidebar .sidebar-title {
    font-size: 18px; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .filter-hidden-block {
    display: none; }
  .flight-list .flight-sidebar .filterSearchFlightWrapper .modalTimeFilterWrapper .modalTimeFilter .fligthstop-btn {
    padding: 0.3em 1.2em; }
  .flight-list .selectedFlightWrapper .selectedFlight {
    background: #0C4CC1; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-left-lg {
      border-left: 2px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelTime {
      margin-top: 3px;
      font-size: 10px !important;
      color: #C7E1FF !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .travelRoute {
      font-size: 12px;
      color: #C7E1FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyCity {
      color: #FFFFFF;
      font-size: 18px; }
    .flight-list .selectedFlightWrapper .selectedFlight .round-ticket-price {
      right: -7%;
      display: flex;
      justify-content: center; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFare {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      text-align: right;
      line-height: 18px;
      margin-top: 5px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .totalFareText {
      font-weight: 100;
      font-size: 16px;
      color: #CBCBCB;
      text-align: right;
      line-height: 15px;
      margin-bottom: 10px !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .btn-flightbooking {
      background: #236AEE;
      border-radius: 4px;
      padding: 0px 15px;
      margin: 0 auto;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-align: center; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .travelTime {
      font-size: 11px; }
    .flight-list .selectedFlightWrapper .selectedFlight .selectedFlightBottom .fare {
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightCompanyLogo {
      border-radius: 50%;
      padding-right: 0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight img.flightIcon {
      width: 22px; }
    .flight-list .selectedFlightWrapper .selectedFlight .journeyTime {
      font-size: 16px; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper span.bp3-icon:empty {
      font-size: 12px; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper .bp3-icon {
      color: #B1D3FF; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:before {
      width: 25%;
      top: 10px;
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightIconWrapper:after {
      width: 25%;
      top: 10px;
      display: none; }
    .flight-list .selectedFlightWrapper .selectedFlight .border-left {
      border-left: 2px solid #376DD0 !important; }
    .flight-list .selectedFlightWrapper .selectedFlight .flightcancelpolicy {
      font-size: 10px;
      color: #F8D15F;
      line-height: 10px;
      margin-top: 7px;
      margin-bottom: 0; }
  .flight-list .flightListWrapper .flight-searchlist .flight-name .fName {
    font-size: 15px; }
  .flight-list .flightListWrapper .flight-searchlist .flight-name .fnumber {
    font-size: 15px; }
  .flight-list .flightListWrapper .flight-searchlist .price {
    float: left;
    font-size: 16px; }
  .flight-list .flightListWrapper .flight-searchlist .refundableRules {
    float: left; }
  .flight-list .flightListWrapper .flight-searchlist .flightCompanyLogo {
    margin-left: 1em !important; }
  .flight-list .flightListWrapper .flight-amenities .flight-amenitiesdec {
    margin-left: 8px; }
  .flight-list .flightListWrapper .flight-amenities .flight-meal {
    margin-right: 5px; }
  .flight-list .flightListSort .jss1 {
    width: 0.7em;
    height: 0.7em; }
  .flight-list .flightListSort p {
    font-size: 15px; }
  .flight-list .flightListSort .font-12-sm {
    font-size: 12px !important; }
  .flight-list .flightListSort .active {
    padding-left: 15px;
    padding-right: 15px; }
    .flight-list .flightListSort .active .MuiSvgIcon-root-1 {
      width: 0.7em;
      height: 0.7em;
      display: block; } }

.onward-details {
  font-size: 16px;
  color: #F8D15F;
  letter-spacing: 0;
  text-align: right; }

p.mb-2.m-s-0.flight-station {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0; }

p.place-names {
  opacity: 0.9;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px; }

p.flight-times {
  font-size: 12px;
  color: #B1D3FF; }

p.date-time {
  color: #fff;
  font-size: 16px !important; }

.card--shadow {
  box-shadow: rgba(46, 61, 73, 0.2) 0px 0px 25px 0;
  border: none; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: .25rem; }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .ReactTable * {
    box-sizing: border-box; }
  .ReactTable .rt-table {
    -webkit-box-flex: 1;
    -ms-flex: auto 1;
    flex: auto 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-collapse: collapse;
    overflow: auto; }
  .ReactTable .rt-thead {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .ReactTable .rt-thead.-headerGroups {
      background: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .ReactTable .rt-thead.-filters {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 5px 7px;
        font-size: inherit;
        border-radius: 3px;
        font-weight: normal;
        outline: none; }
      .ReactTable .rt-thead.-filters .rt-th {
        border-right: 1px solid rgba(0, 0, 0, 0.02); }
    .ReactTable .rt-thead.-header {
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }
    .ReactTable .rt-thead .rt-tr {
      text-align: center; }
    .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
      padding: 5px 5px;
      line-height: normal;
      position: relative;
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: inset 0 0 0 0 transparent; }
    .ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc {
      box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }
    .ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc {
      box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }
    .ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer {
      cursor: pointer; }
    .ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child {
      border-right: 0; }
    .ReactTable .rt-thead .rt-resizable-header {
      overflow: visible; }
      .ReactTable .rt-thead .rt-resizable-header:last-child {
        overflow: hidden; }
    .ReactTable .rt-thead .rt-resizable-header-content {
      overflow: hidden;
      text-overflow: ellipsis; }
    .ReactTable .rt-thead .rt-header-pivot {
      border-right-color: #f7f7f7; }
      .ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .ReactTable .rt-thead .rt-header-pivot:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 8px;
        margin-top: -8px; }
      .ReactTable .rt-thead .rt-header-pivot:before {
        border-color: rgba(102, 102, 102, 0);
        border-left-color: #f7f7f7;
        border-width: 10px;
        margin-top: -10px; }
  .ReactTable .rt-tbody {
    -webkit-box-flex: 99999;
    -ms-flex: 99999 1 auto;
    flex: 99999 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto; }
    .ReactTable .rt-tbody .rt-tr-group {
      border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
      .ReactTable .rt-tbody .rt-tr-group:last-child {
        border-bottom: 0; }
    .ReactTable .rt-tbody .rt-td {
      border-right: 1px solid rgba(0, 0, 0, 0.02); }
      .ReactTable .rt-tbody .rt-td:last-child {
        border-right: 0; }
    .ReactTable .rt-tbody .rt-expandable {
      cursor: pointer;
      text-overflow: clip; }
  .ReactTable .rt-tr-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ReactTable .rt-tr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .ReactTable .rt-th, .ReactTable .rt-td {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 5px;
    overflow: hidden;
    transition: .3s ease;
    transition-property: width,min-width,padding,opacity; }
  .ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden {
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important; }
  .ReactTable .rt-expander {
    display: inline-block;
    position: relative;
    margin: 0;
    color: transparent;
    margin: 0 10px; }
    .ReactTable .rt-expander:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      border-left: 5.04px solid transparent;
      border-right: 5.04px solid transparent;
      border-top: 7px solid rgba(0, 0, 0, 0.8);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      cursor: pointer; }
    .ReactTable .rt-expander.-open:after {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0); }
  .ReactTable .rt-resizer {
    display: inline-block;
    position: absolute;
    width: 36px;
    top: 0;
    bottom: 0;
    right: -18px;
    cursor: col-resize;
    z-index: 10; }
  .ReactTable .rt-tfoot {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
    .ReactTable .rt-tfoot .rt-td {
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .ReactTable .rt-tfoot .rt-td:last-child {
        border-right: 0; }
  .ReactTable.-striped .rt-tr.-odd {
    background: rgba(0, 0, 0, 0.03); }
  .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
    background: rgba(0, 0, 0, 0.05); }
  .ReactTable .-pagination {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
    .ReactTable .-pagination input, .ReactTable .-pagination select {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #fff;
      padding: 5px 7px;
      font-size: inherit;
      border-radius: 3px;
      font-weight: normal;
      outline: none; }
    .ReactTable .-pagination .-btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 3px;
      padding: 6px;
      font-size: 1em;
      color: rgba(0, 0, 0, 0.6);
      background: rgba(0, 0, 0, 0.1);
      transition: all .1s ease;
      cursor: pointer;
      outline: none; }
      .ReactTable .-pagination .-btn[disabled] {
        opacity: .5;
        cursor: default; }
      .ReactTable .-pagination .-btn:not([disabled]):hover {
        background: rgba(0, 0, 0, 0.3);
        color: #fff; }
    .ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center; }
    .ReactTable .-pagination .-center {
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5;
      text-align: center;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .ReactTable .-pagination .-pageInfo {
      display: inline-block;
      margin: 3px 10px;
      white-space: nowrap; }
    .ReactTable .-pagination .-pageJump {
      display: inline-block; }
      .ReactTable .-pagination .-pageJump input {
        width: 70px;
        text-align: center; }
    .ReactTable .-pagination .-pageSizeOptions {
      margin: 3px 10px; }
  .ReactTable .rt-noData {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    z-index: 1;
    pointer-events: none;
    padding: 20px;
    color: rgba(0, 0, 0, 0.5); }
  .ReactTable .-loading {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    z-index: -1;
    opacity: 0;
    pointer-events: none; }
    .ReactTable .-loading > div {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      top: 50%;
      left: 0;
      font-size: 15px;
      color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateY(-52%);
      transform: translateY(-52%);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .ReactTable .-loading.-active {
      opacity: 1;
      z-index: 2;
      pointer-events: all; }
      .ReactTable .-loading.-active > div {
        -webkit-transform: translateY(50%);
        transform: translateY(50%); }
  .ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td {
    transition: none !important;
    cursor: col-resize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.mh-100 {
  min-height: 520px; }

.bp3-dialog.payment-status {
  background: transparent !important;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 rgba(210, 210, 210, 0.5); }
  .bp3-dialog.payment-status .mg-brand-payments {
    background: #fff;
    border-radius: 6px !important;
    box-shadow: 0 0 16px 0 rgba(210, 210, 210, 0.5); }

.mg-brand-payments .paymentWrapper {
  margin: 0px auto;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(210, 210, 210, 0.5);
  border-radius: 6px;
  width: 100%; }
  .mg-brand-payments .paymentWrapper .upperPaymentWrapper {
    background: #F7FBFF;
    height: 160px; }
  .mg-brand-payments .paymentWrapper .middlePaymentWrapper {
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 #F1F1F1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: -100px;
    padding: 20px; }
    .mg-brand-payments .paymentWrapper .middlePaymentWrapper .circleWrapper {
      background: #F7FBFF;
      box-shadow: 0 2px 6px 0 #F1F1F1;
      border-radius: 50%; }
      .mg-brand-payments .paymentWrapper .middlePaymentWrapper .circleWrapper .iconWrapper {
        display: flex;
        justify-content: center;
        height: 160px; }
  .mg-brand-payments .paymentWrapper .lowerPaymentWrapper h3 {
    font-size: 24px;
    color: #383838;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px; }
  .mg-brand-payments .paymentWrapper .lowerPaymentWrapper p {
    font-size: 20px;
    color: #727272;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px; }
  .mg-brand-payments .paymentWrapper .lowerPaymentWrapper a {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    display: block;
    text-decoration: none; }

.bp3-dialog.ticket-reviewItinery {
  background: #fff;
  border-radius: 10px 10px 0px 0px; }
  .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails span.bp3-icon {
    color: #fff !important;
    cursor: pointer;
    margin-left: -0.4em;
    z-index: 999;
    display: inline-table; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails span.bp3-icon:hover {
      color: #E3F2FD !important; }

.no-record {
  width: 100%;
  border: 1px solid #E8E8E8;
  padding: 30px;
  text-align: center; }

.flight .container.booking-history .card .card-body {
  min-height: 550px; }
  .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container::-webkit-scrollbar {
      width: 4px; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container::-webkit-scrollbar-thumb {
      background: #236AEE !important;
      border-radius: 50px; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container::-webkit-scrollbar-track {
      border-radius: 10px; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td a.btn-view {
      margin: 2px 0px;
      padding: 7px 7px;
      border-radius: 50%;
      line-height: 16px;
      background: #f2f1f1;
      box-shadow: inset 0px -1px 2px 0px #838383; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td a.btn-view span.bp3-icon {
        color: #727272; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td a.btn-danger {
      margin: 2px 0px;
      padding: 5px 7px;
      border-radius: 50%;
      background: #f2f1f1;
      box-shadow: inset 0px -1px 2px 0px #838383; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td a.btn-danger span.bp3-icon {
        color: #727272; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .oh-bold {
      font-weight: 500; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .oh-bold .flightConfirmedText {
        font-weight: 500;
        white-space: normal; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .flightConfirmedText {
      font-weight: 500;
      white-space: normal; }

@media (max-width: 576px) {
  .flight .container.booking-history .card {
    border: none !important; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container {
      max-height: 100%;
      overflow-y: auto; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container thead, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tbody, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container th, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container td, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tr {
        border: none;
        display: block; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        margin-top: 2em; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr {
        margin-bottom: 1em;
        border: 1px solid #ccc; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr:nth-of-type(odd) {
          background: #F2F2F2; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td {
          border: none;
          border-bottom: 1px solid #ddd !important;
          position: relative;
          padding-left: 50%;
          vertical-align: middle;
          display: flex;
          word-break: break-word;
          flex: 1;
          flex-direction: column;
          height: 100%;
          color: #383838;
          box-shadow: none;
          font-size: 13px;
          padding-top: 10px;
          padding-bottom: 10px;
          white-space: normal; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:before {
            position: absolute;
            left: 12px;
            top: 50%;
            bottom: 50%;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            vertical-align: middle;
            display: flex;
            align-items: center;
            font-weight: 500; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(1):before {
            content: "Id"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(2):before {
            content: "Flight images"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(3):before {
            content: "Flight Name"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(4):before {
            content: "Trip Details"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(5):before {
            content: "Date"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(6):before {
            content: "Price"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(7):before {
            content: "Status"; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .oh-bold .flightConfirmedText {
            font-size: 13px !important; }
  .bp3-dialog.ticket-reviewItinery {
    margin: 0.5em; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails span.bp3-icon {
      z-index: 999;
      color: #fff !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails span.bp3-icon:hover {
        color: #E3F2FD !important; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .onward-details {
      font-size: 14px !important;
      color: red !important; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .flight-station {
        font-size: 18px !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .place-names {
        font-size: 12px !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
        line-height: 16px;
        white-space: nowrap;
        font-size: 12px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name {
      display: block;
      justify-content: flex-start;
      align-items: center; }
      .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name p {
        line-height: 20px;
        font-size: 14px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .jet-logo img {
      width: 40%; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat h5 {
      font-size: 14px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat .trip-number {
      font-size: 13px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat.gate-class {
      padding-left: 1em !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .awaiting {
      text-align: center; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .payment {
      display: flex;
      justify-content: center;
      align-self: center;
      margin: 0 auto;
      text-align: center;
      float: none; } }

@media (min-width: 576px) and (max-width: 768px) {
  .flight .container.booking-history .card {
    border: none !important; }
    .flight .container.booking-history .card .card-body {
      padding: 0px !important; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container {
        max-height: 100%;
        overflow-y: auto; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container thead, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tbody, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container th, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container td, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tr {
          border: none;
          display: block; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
          margin-top: 2em; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr {
          width: 48%;
          float: left;
          flex: 1;
          height: 400px;
          display: flex;
          flex-direction: column;
          margin-bottom: 1.1em;
          border: 1px solid #ccc; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr:nth-of-type(odd) {
            margin-right: 0.5em;
            background: #F2F2F2; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr:nth-of-type(even) {
            margin-left: 0.5em; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td {
            border: none;
            border-bottom: 1px solid #ddd !important;
            position: relative;
            padding-left: 48%;
            vertical-align: middle;
            display: flex;
            word-break: break-word;
            flex: 1;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            color: #383838;
            box-shadow: none;
            font-size: 13px;
            padding-top: 8px;
            padding-bottom: 8px;
            white-space: normal; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:before {
              position: absolute;
              left: 12px;
              top: 50%;
              bottom: 50%;
              width: 45%;
              padding-right: 10px;
              white-space: nowrap;
              vertical-align: middle;
              display: flex;
              align-items: center;
              font-weight: 500; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(1):before {
              content: "Id"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(2):before {
              content: "Flight images"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(3):before {
              content: "Flight Name"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(4):before {
              content: "Trip Details"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(5):before {
              content: "Date"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(6):before {
              content: "Price"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(7):before {
              content: "Status"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:last-child {
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-left: 10px; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .flightConfirmedText {
              font-size: 14px !important;
              font-weight: 500; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td img {
              width: 35px; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .oh-bold .flightConfirmedText {
              font-size: 13px !important; }
  .bp3-dialog.ticket-reviewItinery {
    margin: 1em; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .onward-details {
      font-size: 14px !important; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .flight-station {
        font-size: 22px !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .place-names {
        font-size: 14px !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
        line-height: 16px;
        font-size: 16px !important; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
        line-height: 16px;
        white-space: nowrap;
        font-size: 12px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name p {
      line-height: 20px;
      font-size: 18px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat h5 {
      font-size: 16px !important; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat .trip-number {
      font-size: 14px !important;
      white-space: nowrap; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .awaiting {
      text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  .flight .container.booking-history .card {
    border: none !important; }
    .flight .container.booking-history .card .card-body {
      padding: 0px !important; }
      .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container {
        max-height: 100%;
        overflow-y: auto; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container thead, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tbody, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container th, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container td, .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container tr {
          border: none;
          display: block; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
          margin-top: 2em; }
        .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr {
          width: 49%;
          float: left;
          flex: 1;
          height: 400px;
          display: flex;
          flex-direction: column;
          margin-bottom: 1.1em;
          border: 1px solid #ccc; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr:nth-of-type(odd) {
            margin-right: 0.5em;
            background: #F2F2F2; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr:nth-of-type(even) {
            margin-left: 0.5em; }
          .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td {
            border: none;
            border-bottom: 1px solid #ddd !important;
            position: relative;
            padding-left: 50%;
            vertical-align: middle;
            display: flex;
            word-break: break-word;
            flex: 1;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            color: #383838;
            box-shadow: none;
            font-size: 14px;
            padding-top: 8px;
            padding-bottom: 8px;
            white-space: normal; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:before {
              position: absolute;
              left: 12px;
              top: 50%;
              bottom: 50%;
              width: 45%;
              padding-right: 10px;
              white-space: nowrap;
              vertical-align: middle;
              display: flex;
              align-items: center;
              font-weight: 500; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:last-child {
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-left: 10px; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(1):before {
              content: "Id"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(2):before {
              content: "Flight images"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(3):before {
              content: "Flight Name"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(4):before {
              content: "Trip Details"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(5):before {
              content: "Date"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(6):before {
              content: "Price"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td:nth-of-type(7):before {
              content: "Status"; }
            .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td img {
              width: 35px; }
  .bp3-dialog.ticket-reviewItinery {
    margin: 1em; }
    .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
        line-height: 16px; }
      .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
        line-height: 16px;
        white-space: nowrap; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat .trip-number {
      white-space: nowrap; }
    .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .awaiting {
      text-align: center; } }

.loadmore {
  position: relative;
  bottom: 0%;
  left: 40%; }

@media (min-width: 991px) and (max-width: 1199px) {
  .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td {
    font-size: 14px; }
    .flight .container.booking-history .card .card-body .bp3-tabs .bp3-tab-panel .booking-container .bp3-html-table tbody tr td .flightConfirmedText {
      white-space: normal !important; } }

.cancelTripWrapper {
  min-height: 500px; }
  .cancelTripWrapper .card {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #E8E8E8; }
    .cancelTripWrapper .card .cancelTrip .custom-checkbox {
      margin: auto;
      width: 50%;
      border: 2px solid #FFFFFF;
      padding: 0px; }
    .cancelTripWrapper .card .cancelTrip .ticketLabel {
      font-size: 14px;
      color: #727272;
      line-height: 14px; }
    .cancelTripWrapper .card .cancelTrip .ticketValue {
      font-size: 20px;
      color: #444444;
      line-height: 16px; }
    .cancelTripWrapper .card .cancelTrip .refundableStatus {
      opacity: 0.9;
      font-size: 20px;
      color: #62A31B;
      line-height: 14px; }
  .cancelTripWrapper .modeSelectionWrapper {
    padding: 2em 2em;
    background: #F7FBFF;
    border: 1px solid #E8E8E8; }
    .cancelTripWrapper .modeSelectionWrapper .ticketLabel {
      font-size: 18px;
      color: #383838;
      letter-spacing: 0; }
    .cancelTripWrapper .modeSelectionWrapper .modeSelectDropdown {
      background: #fff;
      border-bottom: none !important;
      border: 1px solid #CBCBCB;
      border-radius: 4px; }
      .cancelTripWrapper .modeSelectionWrapper .modeSelectDropdown .Select-control {
        height: 42px !important; }
        .cancelTripWrapper .modeSelectionWrapper .modeSelectDropdown .Select-control .Select-multi-value-wrapper .Select-placeholder {
          line-height: 43px; }
        .cancelTripWrapper .modeSelectionWrapper .modeSelectDropdown .Select-control .Select-multi-value-wrapper .Select-value {
          line-height: 43px; }
    .cancelTripWrapper .modeSelectionWrapper .download-btn {
      background: #236AEE;
      border-radius: 2px; }
    .cancelTripWrapper .modeSelectionWrapper .cancel-btn {
      background: #FF5252;
      border-radius: 2px; }

@media (max-width: 576px) {
  .cancelTripWrapper .card .card-body {
    padding: 1em 1em; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketLabel {
      font-size: 13px;
      margin-bottom: 10px !important; }
    .cancelTripWrapper .card .card-body .cancelTrip .custom-checkbox {
      width: 100%; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketValue {
      font-size: 16px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .cancelTripWrapper .card .card-body {
    padding: 1em 1em; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketLabel {
      font-size: 13px;
      margin-bottom: 10px !important; }
    .cancelTripWrapper .card .card-body .cancelTrip .custom-checkbox {
      width: 100%; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketValue {
      font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .cancelTripWrapper .card .card-body {
    padding: 1em 1em; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketLabel {
      font-size: 13px;
      margin-bottom: 10px !important; }
    .cancelTripWrapper .card .card-body .cancelTrip .custom-checkbox {
      width: 100%; }
    .cancelTripWrapper .card .card-body .cancelTrip .ticketValue {
      font-size: 16px; } }

body {
  background: #ffffff;
  font-family: 'Rubik', sans-serif; }

* {
  font-family: 'Rubik', sans-serif; }

.bg-white {
  background: #FFF !important; }

.btn {
  padding: 5px 35px 5px 35px;
  border-radius: 2px; }

.bold {
  font-weight: 500 !important; }

strong, b {
  font-weight: 500 !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.linkBtn, .linkBtn:hover, .linkBtn:focus, .linkBtn:active {
  color: #383838;
  text-decoration: none; }

.bp3-navbar.bp3-transparent-blue {
  background-color: #236aee !important; }

.btn-transparent {
  background: transparent !important;
  color: #383838; }

.home-header {
  background-image: linear-gradient(#0548C4 30%, #49A3F8);
  height: 500px; }

.main-top-btn-first {
  font-size: 18px;
  color: #B1D3FF;
  text-align: right; }

.main-content-title-description {
  font-size: 18px;
  color: #B1D3FF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 100; }

.navbar-title {
  font-size: 1.5rem;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  color: #444444;
  font-weight: normal; }

.loader-area {
  margin: 150px 0px 150px 0px; }

.headerNav {
  padding-left: 0;
  display: block;
  float: left;
  width: 100%; }
  .headerNav li {
    display: inline-block;
    margin: 0 1.3rem;
    font-size: 20px;
    color: #444444;
    font-weight: lighter; }
    .headerNav li .searchIconbtn {
      float: left;
      margin-right: 10px;
      padding-top: 5px; }

.available-text {
  font-size: 14px;
  margin: -21px 0px 0px 25px; }

.bg-basic {
  background: #F7FBFF; }

.background-success {
  background: #DFF0D8 !important; }

.background-danger {
  background: #F2DEDE !important; }

.text-main {
  color: #ffffff; }

.text-secondary {
  color: #727272 !important; }

.text-title {
  color: #383838 !important; }

.text-success {
  color: #62A31B !important; }

.text-danger {
  color: #FF5252 !important; }

.text-warning {
  color: #F5A623 !important; }

::placeholder {
  color: #000; }

.bp3-datepicker .DayPicker-Weekday abbr[title] {
  font-weight: 500 !important; }

.search-place-trip {
  margin-top: 0px;
  padding: 0px;
  background: #fff;
  border: 0 solid #E8E8E8; }
  .search-place-trip input, .search-place-trip input:focus, .search-place-trip input:hover, .search-place-trip input:active {
    border: none;
    border-bottom: 1px solid #CCC;
    width: 100%;
    box-shadow: none; }
  .search-place-trip .passengerInputWrapper {
    position: relative; }
    .search-place-trip .passengerInputWrapper .passengerDropdown {
      background: #fff;
      border: 1px solid #eee;
      padding: 15px;
      position: absolute;
      z-index: 2;
      width: 100%;
      display: none; }
      .search-place-trip .passengerInputWrapper .passengerDropdown ul {
        margin: 0;
        padding: 0; }
        .search-place-trip .passengerInputWrapper .passengerDropdown ul li {
          list-style-type: none;
          border-bottom: 1px solid #E0E0E1;
          padding: 5px 0; }
          .search-place-trip .passengerInputWrapper .passengerDropdown ul li:last-child {
            border-bottom: none; }
      .search-place-trip .passengerInputWrapper .passengerDropdown .media-body .addIcon, .search-place-trip .passengerInputWrapper .passengerDropdown .media-body .removeIcon {
        cursor: pointer; }
      .search-place-trip .passengerInputWrapper .passengerDropdown .passengerCounter {
        font-size: 18px; }
      .search-place-trip .passengerInputWrapper .passengerDropdown.visible {
        display: block;
        margin-bottom: 30px; }

.loader-area {
  margin: 250px 0px 250px 0px; }

.home-main-area {
  margin-top: -50px; }

.top-activities {
  top: -30%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.activity-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: none; }

.booking-history-list {
  list-style-type: none; }
  .booking-history-list li:first-child {
    margin-top: 20px; }
  .booking-history-list li {
    margin-top: 40px; }
    .booking-history-list li .name {
      margin-top: 5px; }
    .booking-history-list li .name p {
      margin-bottom: unset; }
    .booking-history-list li .img {
      border-radius: 50%;
      height: 60px;
      width: 60px; }

.polaroid {
  margin-top: 50px;
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .polaroid img {
    width: 268px;
    height: 200px;
    object-fit: cover; }
  .polaroid .container {
    text-align: center;
    padding: 10px 20px;
    position: relative; }
    .polaroid .container .topleft {
      position: absolute;
      top: -210px;
      left: 5px;
      font-size: 20px; }
    .polaroid .container .activity-product {
      font-size: 16px;
      color: #383838;
      letter-spacing: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.ribbon {
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(to bottom right, #F42E78, #C17AFC 50%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(to bottom right, #F42E78, #C17AFC 50%);
  /* Opera */
  background-image: -o-radial-gradient(to bottom right, #F42E78, #C17AFC 50%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, to bottom right, 0, center top, 487, color-stop(0, #F42E78), color-stop(1, #C17AFC));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(to bottom right, #F42E78, #C17AFC 50%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom right, #F42E78, #C17AFC 50%);
  width: 2.5em;
  height: 2.5em;
  position: relative;
  border-top-right-radius: .2em;
  border-top-left-radius: .2em; }

.ribbon-text {
  font-size: 14px;
  margin-top: 5px; }

.ribbon:before {
  content: "";
  position: absolute;
  bottom: -0.45em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.7em solid #C17AFC;
  border-right: 2em solid transparent; }

.ribbon:after {
  content: "";
  position: absolute;
  bottom: -0.45em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0.7em solid #C17AFC;
  border-left: 2em solid transparent; }

.viewOrderPlaceImg {
  height: 300px;
  width: 109%;
  margin: -16px 0px 0px -16px;
  border-radius: 5px; }

.passenger-detail .mainBtn {
  margin-left: 10px; }

.checkAvailibilityBtn, .checkAvailibilityBtn:hover, .checkAvailibilityBtn:active, .checkAvailibilityBtn:focus {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  margin-left: -50px;
  color: #236AEE;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }

.review {
  background: #F5A623;
  border-radius: 23px;
  padding: 0px 8px 0px 8px;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.carousel .slide img {
  height: 280px;
  object-fit: cover; }

.tabbarWrapper .nav-tabs {
  border-bottom: 2px solid #CED4DA; }
  .tabbarWrapper .nav-tabs .nav-item {
    padding: 0px 65px 0px 2px; }
    .tabbarWrapper .nav-tabs .nav-item .nav-link {
      font-size: 1.0625rem;
      color: #727272; }
      .tabbarWrapper .nav-tabs .nav-item .nav-link:hover {
        font-weight: 400;
        cursor: pointer;
        color: #236AEE !important;
        border-right: none !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #236AEE !important;
        font-weight: 500; }
    .tabbarWrapper .nav-tabs .nav-item .active {
      cursor: pointer;
      color: #236AEE !important;
      font-weight: 400;
      border: none !important;
      border-bottom: 2px solid #236AEE !important;
      background-color: transparent;
      font-weight: 500; }

.tabbarWrapper .tab-pane {
  margin-top: 15px; }
  .tabbarWrapper .tab-pane div p span {
    color: #303030 !important;
    font-size: 18px !important; }

.tabbarWrapper .tabText {
  color: #727272;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  width: 1128px;
  text-align: left;
  text-align: justify; }

.map-Area {
  height: 500px; }

.noMap-Found {
  background: #DFDFDF;
  text-align: center;
  padding: 250px 0px 250px 0px; }

.Facility {
  padding: 7px 0 0 0;
  display: flex; }
  .Facility li {
    text-align: center;
    position: relative;
    display: block;
    padding: 0 .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #727272; }
    .Facility li:last-child {
      padding-right: 0; }
    .Facility li span {
      font-size: 10px;
      color: #727272;
      display: block; }

.google-map {
  height: 400px; }

.modalAddedList {
  list-style-type: none;
  margin: 0px 70px 0px -40px; }
  .modalAddedList li {
    margin-top: 10px; }
    .modalAddedList li .payAmountDetail {
      color: #727272; }
      .modalAddedList li .payAmountDetail .label {
        font-size: 12px; }
      .modalAddedList li .payAmountDetail .value {
        font-size: 12px;
        float: right; }

.checkOutForm .form-group label {
  font-size: 20px;
  color: #444444; }

.checkOutForm .form-group .form-control {
  border: 1px solid #CED4DA;
  border-radius: 6px;
  height: 50px; }

.checkOutForm .btn {
  box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  border-radius: 8px; }

.controlDropdown {
  height: 50px !important;
  border-radius: 5px !important; }

.dropdownOpenClose {
  float: right;
  margin: -10px -35px 0 0; }

.dropwdownPlaceholder {
  color: #737373; }

.billingDetail {
  padding: 5px 0; }
  .billingDetail .label {
    font-size: 14px;
    color: #383838; }
  .billingDetail .value {
    font-size: 14px;
    color: #727272;
    float: right; }

.payableImg {
  height: 175px;
  width: 250px; }

.payAmountDetail .label {
  font-size: 14px; }

.payAmountDetail .value {
  font-size: 14px;
  float: right; }

.payeble {
  padding: 15px; }

.payebleAmount-list {
  list-style-type: none;
  margin-left: -20px; }
  .payebleAmount-list li {
    margin-top: 10px;
    font-size: 14px;
    color: #727272; }

.ticketList {
  list-style-type: none;
  margin: 20px 0 20px -45px; }
  .ticketList li {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #E8E8E8; }
    .ticketList li .ticketImg {
      margin: 30px 0px 0px 15px; }

.border-main {
  border-left: 2px solid #E8E8E8;
  height: 100px; }

.ticket-detail {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  width: 318px;
  text-align: left; }

.addOndetail {
  list-style-type: none;
  margin-left: 30px; }
  .addOndetail li {
    border: none;
    margin: -20px; }

.book-addonList {
  list-style-type: none;
  margin: 20px 0 20px -45px; }
  .book-addonList li {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #E8E8E8; }
    .book-addonList li .border-main {
      border-left: 2px solid #E8E8E8;
      height: 35px; }
    .book-addonList li .ticketImg {
      margin: 30px 0px 0px 15px; }
  .book-addonList li:hover {
    background: #F7FBFF; }
  .book-addonList .book-addOndetail li {
    border: none;
    margin: -10px; }

.cart-list {
  list-style-type: none;
  margin: 0px 0px 0px -40px; }
  .cart-list li {
    margin-top: 10px; }
    .cart-list li .card {
      border-radius: 0.0rem; }
    .cart-list li .price {
      margin-top: 90px; }
    .cart-list li .image {
      height: 170px;
      width: 270px;
      object-fit: cover; }

.maxMinInput {
  border: none;
  border-bottom: 1px solid #CCC;
  width: 100%;
  background: transparent; }

.inputDestination {
  border: none;
  border-bottom: 1px solid #CCC;
  background: transparent;
  width: 100%; }

.iconBtn {
  margin-top: -10px; }

.destination-activity-list {
  list-style-type: none;
  margin: 0px 0px 0px -40px; }
  .destination-activity-list li {
    margin-top: 10px; }
    .destination-activity-list li .card {
      border-radius: 0.0rem; }
    .destination-activity-list li .price {
      margin-top: 50px; }
    .destination-activity-list li .detailBtn {
      margin-top: 35px; }
    .destination-activity-list li .topleft {
      margin: -195px 210px 0px 0px; }
  .destination-activity-list li .image {
    height: 175px;
    margin: 0px 50px -5px -5px; }

.activityFacility {
  padding: 7px 0 0 0;
  margin-top: -25px;
  display: flex; }
  .activityFacility li {
    text-align: center;
    position: relative;
    display: block;
    padding: 0 .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #727272; }
    .activityFacility li:last-child {
      padding-right: 0; }
    .activityFacility li span {
      font-size: 10px;
      color: #727272;
      display: block; }

.filer-list {
  list-style-type: none;
  margin: 10px 0px 0px -35px; }
  .filer-list li {
    margin: -10px; }
    .filer-list li .form-check-label {
      color: #727272;
      font-size: 14px; }

.rotate {
  height: 30px;
  width: 30px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.flightSearchWrapper .card, .travellerDetailsWrapper .card, .amountDetails .card {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px; }

.flightListWrapper {
  margin-bottom: 50px; }
  .flightListWrapper .card:hover, .flightListWrapper .card:focus {
    cursor: pointer; }
  .flightListWrapper .card img.flightCompanyLogo {
    height: 35px; }

.flightListWrapper .card, .reviewItinery .card {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1 solid #E8E8E8; }
  .flightListWrapper .card .card-body, .reviewItinery .card .card-body {
    background: #FFFFFF;
    border: 0 solid #E8E8E8; }
  .flightListWrapper .card .card-footer, .reviewItinery .card .card-footer {
    background: #F9F9F9;
    border: 0 solid #E8E8E8; }
  .flightListWrapper .card .flightIconWrapper::before, .reviewItinery .card .flightIconWrapper::before {
    content: '';
    width: 25%;
    height: 1px;
    background: #E0E0E1;
    left: 0px;
    top: 14px;
    z-index: 1;
    position: absolute; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .flightListWrapper .card .flightIconWrapper::before, .reviewItinery .card .flightIconWrapper::before {
        width: 30%;
        top: 17px; } }
    @media screen and (min-width: 1200px) {
      .flightListWrapper .card .flightIconWrapper::before, .reviewItinery .card .flightIconWrapper::before {
        width: 35%;
        top: 20px; } }
  .flightListWrapper .card .flightIconWrapper::after, .reviewItinery .card .flightIconWrapper::after {
    content: '';
    width: 25%;
    height: 1px;
    background: #E0E0E1;
    right: 0px;
    top: 14px;
    z-index: 1;
    position: absolute; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .flightListWrapper .card .flightIconWrapper::after, .reviewItinery .card .flightIconWrapper::after {
        width: 30%;
        top: 17px; } }
    @media screen and (min-width: 1200px) {
      .flightListWrapper .card .flightIconWrapper::after, .reviewItinery .card .flightIconWrapper::after {
        width: 35%;
        top: 20px; } }
  .flightListWrapper .card .flightIconWrapper img.flightIcon, .reviewItinery .card .flightIconWrapper img.flightIcon {
    width: 15px;
    margin: 0;
    background: #FFFFFF; }
    @media screen and (min-width: 426px) and (max-width: 767px) {
      .flightListWrapper .card .flightIconWrapper img.flightIcon, .reviewItinery .card .flightIconWrapper img.flightIcon {
        width: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .flightListWrapper .card .flightIconWrapper img.flightIcon, .reviewItinery .card .flightIconWrapper img.flightIcon {
        width: 35px; } }
    @media screen and (min-width: 1200px) {
      .flightListWrapper .card .flightIconWrapper img.flightIcon, .reviewItinery .card .flightIconWrapper img.flightIcon {
        width: 45px; } }
  .flightListWrapper .card img.flightCompanyLogo, .reviewItinery .card img.flightCompanyLogo {
    height: 50px;
    border-radius: 50%; }

.flightListWrapper p.journeyCity, .reviewItinery p.journeyCity {
  font-size: 10px;
  color: #727272;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.journeyCity, .reviewItinery p.journeyCity {
      font-size: 14px; } }

.flightListWrapper p.journeyTime, .reviewItinery p.journeyTime {
  font-size: 10px;
  color: #383838;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.journeyTime, .reviewItinery p.journeyTime {
      font-size: 12px; } }

.flightListWrapper p.price, .reviewItinery p.price {
  font-size: 20px;
  color: #236AEE;
  letter-spacing: 0;
  line-height: 18px; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.price, .reviewItinery p.price {
      font-size: 18px; } }

.flightListWrapper p.journeyCity, .reviewItinery p.journeyCity {
  font-size: 14px;
  color: #383838;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.journeyCity, .reviewItinery p.journeyCity {
      font-size: 16px; } }

.flightListWrapper p.journeyTime, .reviewItinery p.journeyTime {
  font-size: 14px;
  color: #383838;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.journeyTime, .reviewItinery p.journeyTime {
      font-size: 16px; } }

.flightListWrapper p.travelRoute, .reviewItinery p.travelRoute {
  font-size: 12px;
  color: #303030;
  letter-spacing: 0;
  line-height: 20px; }

.flightListWrapper p.travelTime, .reviewItinery p.travelTime {
  font-size: 12px;
  color: #383838;
  letter-spacing: 0;
  line-height: 20px; }

.flightListWrapper p.journeyDate, .reviewItinery p.journeyDate {
  font-size: 8px;
  color: #9B9B9B; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.journeyDate, .reviewItinery p.journeyDate {
      font-size: 14px; } }

.flightListWrapper p.airportName, .reviewItinery p.airportName {
  font-size: 16px;
  color: #383838;
  letter-spacing: 0;
  line-height: 20px; }
  @media screen and (min-width: 768px) {
    .flightListWrapper p.airportName, .reviewItinery p.airportName {
      font-size: 14px; } }

.flightListWrapper p.refundableRules, .reviewItinery p.refundableRules {
  font-size: 12px;
  color: #62A31B;
  letter-spacing: 0;
  line-height: 16px; }

.flightListWrapper p.freeMeal, .reviewItinery p.freeMeal {
  font-size: 10px;
  color: #727272;
  letter-spacing: 0;
  line-height: 11px; }

.flightListWrapper p.flight-details, .reviewItinery p.flight-details {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px; }

.flightListWrapper p.airportName, .reviewItinery p.airportName {
  font-size: 16px;
  color: #383838;
  letter-spacing: 0;
  line-height: 20px; }

.selectedFlightWrapper img.flightIcon {
  width: 15px; }
  @media screen and (min-width: 426px) and (max-width: 767px) {
    .selectedFlightWrapper img.flightIcon {
      width: 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .selectedFlightWrapper img.flightIcon {
      width: 35px; } }
  @media screen and (min-width: 1200px) {
    .selectedFlightWrapper img.flightIcon {
      width: 35px; } }

.selectedFlightWrapper button.btn-warning {
  background: #FDB700;
  box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  border-radius: 8px;
  color: #FFF; }

.selectedFlightWrapper .flightIconWrapper::before {
  content: '';
  width: 25%;
  height: 1px;
  background: #E0E0E1;
  left: 0px;
  top: 12px;
  z-index: 1;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .selectedFlightWrapper .flightIconWrapper::before {
      width: 30%;
      top: 17px; } }

.selectedFlightWrapper .flightIconWrapper::after {
  content: '';
  width: 25%;
  height: 1px;
  background: #E0E0E1;
  right: 0px;
  top: 12px;
  z-index: 1;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .selectedFlightWrapper .flightIconWrapper::after {
      width: 30%;
      top: 17px; } }

@media screen and (max-width: 575px) {
  .selectedFlightWrapper .container {
    padding: 0; } }

.input-error-border {
  border-color: red !important; }

.ticket-reviewItinery .flight-ticket-bookingdetails {
  background-image: linear-gradient(45deg, #49A3F8 0%, #0548C4 100%);
  border-radius: 10px 10px 0px 0px; }

.ticket-reviewItinery .seat.gate-class {
  padding-left: 12%; }

.ticket-reviewItinery .flight-ticket-passangerdetails .seat.gate-class {
  padding-left: 12%; }

.ticket-reviewItinery .flight-ticket-passangerdetails .flight-ticket-passangerdetails {
  background: #FFFFFF;
  box-shadow: none;
  box-shadow: 0 0 16px 0 rgba(210, 210, 210, 0.5); }

.ticket-reviewItinery .flight-ticket-passangerdetails .onward-details {
  font-size: 16px;
  color: #F8D15F;
  letter-spacing: 0;
  text-align: right; }

.ticket-reviewItinery .flight-ticket-passangerdetails .flight-stationname .city-name p {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0; }

.ticket-reviewItinery .flight-ticket-passangerdetails .flight-stationname .city-name p.place-names {
  opacity: 0.9;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px; }

.ticket-reviewItinery .flight-ticket-passangerdetails .flight-stationname svg.MuiSvgIcon-root-1 {
  /* background-image: linear-gradient(45deg, #49A3F8 0%, #0548C4 100%); */
  /* border-radius: 10px 10px 0px 0px; */
  width: 80%;
  font-size: 100px; }

.ticket-reviewItinery .flight-ticket-passangerdetails p.date-time {
  font-size: 16px !important;
  color: #FFFFFF;
  letter-spacing: 0; }

.ticket-reviewItinery .flight-ticket-passangerdetails .flight-times p {
  font-size: 12px;
  color: #B1D3FF;
  text-align: center; }

.ticket-reviewItinery .pass-title h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .pass-name p {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .pass-name .pass-title {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .jet-logo h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .owner-title h5 {
  font-size: 16px;
  color: #236AEE;
  letter-spacing: 0; }

.ticket-reviewItinery .seat h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .seat h5 {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .trip-id {
  font-size: 14px;
  color: #727272;
  line-height: 14px;
  white-space: nowrap; }

.ticket-reviewItinery .trip-number {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .gate-class {
  padding-left: 12%; }

.ticket-reviewItinery button.btn-primary {
  background: #236AEE;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 22px;
  cursor: pointer; }

.ticket-reviewItinery button.btn2-primary {
  background: #FF5252;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  border: navajowhite;
  padding: 10px 19px;
  cursor: pointer; }

.ticket-reviewItinery .arrow-menu-disable {
  pointer-events: none !important;
  opacity: 0.5 !important; }

@media (min-width: 576px) and (max-width: 768px) {
  .ticket-reviewItinery .onward-details {
    font-size: 16px;
    color: #F8D15F;
    letter-spacing: 0;
    text-align: right; }
  .ticket-reviewItinery .flight-stationname .city-name p {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0; }
  .ticket-reviewItinery .flight-stationname .city-name p.place-names {
    opacity: 0.9;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px; }
  .ticket-reviewItinery p.date-time {
    font-size: 16px !important;
    color: #FFFFFF;
    letter-spacing: 0; }
  .ticket-reviewItinery .flight-times p {
    font-size: 12px;
    color: #B1D3FF;
    text-align: center; } }

.ticket-reviewItinery svg.MuiSvgIcon-root-1 {
  /* background-image: linear-gradient(45deg, #49A3F8 0%, #0548C4 100%); */
  /* border-radius: 10px 10px 0px 0px; */
  width: 80%;
  font-size: 100px; }

.ticket-reviewItinery .pass-title h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .pass-name p {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .jet-logo h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .owner-title h5 {
  font-size: 16px;
  color: #236AEE;
  letter-spacing: 0; }

.ticket-reviewItinery .seat h6 {
  font-size: 14px;
  color: #727272;
  line-height: 14px; }

.ticket-reviewItinery .seat h5 {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .trip-id {
  font-size: 14px;
  color: #727272;
  line-height: 14px;
  white-space: nowrap; }

.ticket-reviewItinery .trip-number {
  font-size: 20px;
  color: #444444;
  line-height: 16px; }

.ticket-reviewItinery .gate-class {
  padding-left: 12%; }

.ticket-reviewItinery button.btn-primary {
  background: #236AEE;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 22px;
  cursor: pointer; }

.ticket-reviewItinery button.btn2-primary {
  background: #FF5252;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  border: navajowhite;
  padding: 10px 19px;
  cursor: pointer; }

@media (max-width: 576px) {
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .onward-details {
    font-size: 14px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .flight-station {
    font-size: 18px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .place-names {
    font-size: 12px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
    line-height: 16px;
    font-size: 12px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name {
    display: flex;
    justify-content: center;
    align-items: center; }
    .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name p {
      line-height: 20px;
      font-size: 16px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat h5 {
    font-size: 16px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat .trip-number {
    font-size: 14px !important;
    white-space: nowrap; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat.gate-class {
    padding-left: 1em !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .awaiting {
    text-align: center; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .payment {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    text-align: center;
    float: none; } }

@media (min-width: 576px) and (max-width: 768px) {
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .onward-details {
    font-size: 14px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .flight-station {
    font-size: 22px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .place-names {
    font-size: 14px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .bp3-dialog-body.flight-ticket-bookingdetails .flight-stationname .city-name .date-time {
    line-height: 16px;
    font-size: 16px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .pass-name p {
    line-height: 20px;
    font-size: 18px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat h5 {
    font-size: 16px !important; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .seat .trip-number {
    font-size: 14px !important;
    white-space: nowrap; }
  .ticket-reviewItinery .bp3-dialog.ticket-reviewItinery .flight-ticket-passangerdetails .awaiting {
    text-align: center; } }
