/*@import url("flight-card.css");
@import url("flight-detail.css");*/

#booking-container {
  margin: 0 20px;
}

.autocomplete {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.autocomplete-items {
  position: relative;
  border-bottom: none;
  border-top: none;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
}

.city_name {
  display: block;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #d4d4d4;
  color: black;
}

.autocomplete-items div:hover {
  background-color: #528fbe;
}

.autocomplete-active {
  background-color: #3F6A8A !important;
  color: #ffffff;
}

.available-flights-section {
  margin: auto;
  width: 50%;
  box-shadow: 20px 20px 60px #bebebe,
    -20px -20px 60px #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;
}

.booking-details {
  margin: 20px auto;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.booking-details p {
  font-size: 18px;
  margin: 10px 0;
}

.bg-label {
  background-color: grey;
}

.bk_detailsLabel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  width: inherit;
}

.bk_detailsContainer {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.bk_inputContainer {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}


.bk_input_label {
  width: 20% !important;
  position: relative;
}


.bk_input {
  width: 80% !important;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.bk_input:hover {
  box-shadow: inset 2px 2px 5px #787878;
}

.bk_footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  width: 100%;
}



.bk_flight-book-button {
  margin-top: 10px;
  background-color: #2B6CB0;
  color: #fff;
  width: 200px;
}
.wizard-footer{
  text-align: right;
}
.bk_error {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: red;
  visibility: hidden;
}

.error_text {
  color: red;
}

.bk_error.active {
  visibility: visible;
  background-color: #FFF;
  padding: 0 4px 0 4px;
}

.city-name {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .bk_inputContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bk_input_label {
    margin-bottom: 10px;
    text-align: center;
    width: 100% !important;
  }

  .bk_input {
    width: 100% !important;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .bk_input:focus {
    outline: none;
    border: 1px solid #999;
  }

  .bk_input::-webkit-input-placeholder {
    color: #ccc;
  }

  .bk_input:-moz-placeholder {
    color: #ccc;
  }

  .bk_input::-moz-placeholder {
    color: #ccc;
  }

  .bk_input:-ms-input-placeholder {
    color: #ccc;
  }

  .bk_error {
    color: red;
    font-size: 12px;
    text-align: center;
  }
}

.dropdown-input {
  height: 100%;
  box-sizing: border-box;
  padding: 14px 20px 12px 45px;
  border: none;
}

.dropdown-input:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
  background-color: #f6f6f6;
  /*min-width: 230px;*/
  overflow: visible;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.dropdown a:hover {
  background-color: #ddd;
}

.dropdown-content {
  display: none;
}

.dropdown-content div {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.dropdown-content div:hover {
  background-color: #ddd;
  cursor: pointer;
}

.dropdown-show {
  display: block !important;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tp_errorContainer {
  width: 100%;
  visibility: hidden;
}

.tp_errorContainer_active {
  width: 100%;
  visibility: visible;
}



.detailsContainer {
  margin: auto;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.detailsLabel {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.tp_button {
  height: 100%;
  width: 100%;
  border: none;
  background-color: #2B6CB0;
  color: white;
}

.tp_af {
  background-color: #2B6CB0;
  color: white;
}

.tp_af::placeholder {
  color: rgb(255, 255, 255);
}


.tp_button:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  box-shadow: inset 2px 2px 5px #787878;
}

.tp_flight-search {
  display: flex;
  flex-wrap: wrap;
}



.detailsContainer .tp_inputContainer {
  border: 1px solid black;
}

.icon {
  height: 20px;
  float: left;
  margin: 24px;
}
#booking-container .flight-card-column img.time-3{
  height: 14px;
  margin-top: 3px;
  display: inline;
  margin-right: 2px;
  margin-bottom: -2px;
}
#booking-container .flight-card-column img.time-6{
  height: 16px;
  float:left;
  margin-top:6px
}
input {
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 12px;
}

input[type=submit] {
  background-color: #3F6A8A;
  color: #fff;
}


.tp_flight-search :after {
  content: "";
  display: table;
  clear: both;
}

.tp_input {
  width: 100%;
  height: 100%;
  float: right;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}

.tp_inputContainer {
  width: 32.3333%;
  display: flex;
  align-items: center;
  border: 1px solid #CBD5E0;
  margin: 1px;
}

.tp_inputContainer input {
  border: none !important;
}

.tp_inputContainer button {
  width: 100%;
  height: 100%;
  margin: 4px;
}

.tp_innerPassengerContainer {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-right: 4px;
  width: 100%;
}

.tp_hidden {
  opacity: 0;
}

#departure-airport {
  background-color: #2B6CB0 !important;
  color: #FFF !important;
  border: none !important;
  padding: inherit;
}

#arrival-airport {
  background-color: #2B6CB0 !important;
  color: #FFF !important;
  border: none !important;
  padding: inherit;
}

.passenger {
  width: 100%;
  border: none;
}

.alt {
  height: auto !important;
}

.passengerLabel {
  color: black;
  font-size: 1.1rem;
}

.tp_passengerContainer {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 1;
  height: 100%;
  width: 100%;
  line-height: 78px;
}

.tp_passengerLabel {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 900px) {
  .tp_flight-search {
    width: 100% !important;
  }
}

@media only screen and (max-width: 900px) {
  .tp_inputContainer {
    width: 100%;
  }
}

.required-asterisk {
  color: red;
}

.total_Passengers {
  display: inline-block;
}



input[type="number"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.passenger-label {
  float: left;
  width: 40%;
  text-align: right;
  font-size: 16px;
  padding-right: 4px;
}

.detailsContainer .tp_inputContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.detailsContainer .tp_input_label {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.detailsContainer .tp_input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}

.detailsContainer .tp_input:focus {
  border-color: #333;
}

#booking_container {
  width: 100%;
  margin-top: -60px;
  padding-top: 60px;
}

#booking-container>div {
  background-color: #fff;
  /*border: 1px solid #CBD5E0;*/
  padding: 5px;
}

#booking_container .page-header {
  color: #3196C0;
  padding-left: 30px;
}

#booking_steps_bar {
  display: flex;
  width: 35% !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.389);
  border-radius: 10px;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1), inset -2px -2px 8px rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
}

.Icon_label {
  font-size: large;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .Icon_label {
    font-size: medium;
  }

  #booking_steps_bar {
    padding: 0;
    width: 100% !important;
    margin: auto;
  }
}

.booking_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-color: White;
  color: Black;
  box-shadow: inset 3px 3px #efefef, -3px -3px #FFFFFF;
  height: 100%;
  margin: 16px;
  width: 25% !important;
}

.booking_step_active {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-color: #2B6CB0;
  color: white;
  box-shadow: 3px 3px #efefef, -3px -3px #FFFFFF;
  height: 100%;
  margin: 16px;
  width: 25% !important;
}

.booking_step_icon {
  color: #000000;
}

#inner_booking_container {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  #inner_booking_container {
    width: clamp(60%, 1200px, 100%);
  }

  #booking-page-section {
    width: 100%;
    margin: auto;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1), inset -2px -2px 8px rgba(255, 255, 255, 0.3);
  }

}

#booking_steps_bar {
  padding: 0;
  width: 50%;
  margin: auto;
}

.ac {
  width: 50% !important;
  margin: auto !important;
}


.booking_step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flight-box {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.flight-carrier {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.flight-price {
  font-size: 16px;
  color: #2B6CB0;
  font-weight: bold;
  margin-bottom: 10px;
}

.flight-cabinClass {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.flight-footer {
  font-size: 12px;
  color: #666;
}

.flight-box-option {
  display: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}


.flight-table-row-return {
  display: none;
}

.flight-table-row-return-active {
  display: block;
}

.flight-table-row-active {
  background-color: #195589;
}

#booking-page-section {
  width: 80%;
  margin: auto;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1), inset -2px -2px 8px rgba(255, 255, 255, 0.3);
}

.flight-segment {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 10px;
}

.flight-segment-item {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.carrier {
  font-weight: bold;
}

.flight-number {
  font-weight: bold;
}




/* Search container */
.search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1px;
}

.search-container>* {
  flex: 1 1 33%;
  min-width: 300px;
}

.search-item {
  position: relative;
  width: 300px;
  height: 100%;
  /*border: 1px solid #CBD5E0;*/
  margin: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 60px;
}

.search-item-content input,
.search-item-content select {
  width: 100%;
  height: 98%;
  border: none !important;
  z-index: inherit;
  font-size: 15px;
}

.search-item-content input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.search-item button,
.search-item-content button {
  height: 100%;
  width: 100%;
}

#booking_container .show_modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99;
}

.booking-modal {
  
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(14px);
  z-index: 999999;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.booking-modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#booking_container .close-btn {
  display: block;
  margin: auto;
  margin-top: 10px;
  padding: 8px 16px;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  background-color: #2B6CB0;
}


/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.flight-card {
  background-color: #fff;
  border-top: 1px solid #ccc;
  /*border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 16px;
  overflow: hidden;
}

.flight-card-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.flight-card-header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.flight-card-airline {
  font-size: 16px;
  font-weight: bold;
}

.flight-card-number {
  font-size: 14px;
}

.flight-card-body {
  padding: 12px;
}

.flight-card-time {
  display: flex;
  justify-content: space-between;
}

.flight-card-departure,
.flight-card-arrival {
  flex-basis: 33%;
  text-align: center;
}

.flight-card-duration {
  flex-basis: 33%;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.flight-card-departure-label,
.flight-card-arrival-label,
.flight-card-duration-label {
  font-size: 12px;
  color: #999;
}

.flight-card-departure-city,
.flight-card-arrival-city {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.flight-card-departure-date,
.flight-card-arrival-date,
.flight-card-duration-time {
  font-size: 14px;
}

.close-btn:hover,
.close-btn:focus {
  background-color: #ffffff;
  color: #2B6CB0;
  text-decoration: none;
  cursor: pointer;
}


/* Passenger item in search */
.passenger-container {
  position: relative;
  overflow: visible;
  z-index: 1;
  width: 100%;
  line-height: 78px;
  z-index: inherit;
}

.passenger-container .passenger-label {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}

.passenger-dropdown {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 4px;
  width: 100%;
  margin-top: 78px;
  z-index: 999;
}

.passenger-dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 54px;
}

.passenger-dropdown-item label {
  font-size: 16px;
  width: 40%;
  text-align: right;
  padding-right: 6px;
}

.passenger-dropdown-item input {
  border: 1px solid #CBD5E0 !important;
  width: 60%;
}

/* Wizard */
.wizard {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.wizard>div:nth-child(1),
.wizard>div:nth-child(3) {
  width: 120px;
}

.wizard-footer .back-button {
  margin-top: 10px;
  background-color: #2B6CB0;
  color: #fff;
  width: 200px;
  float: left;
}
.wizard-footer .cancel-button {
  margin-top: 10px;
  margin-right: 20px;
  background-color: #2B6CB0;
  color: #fff;
  width: 200px;
  float: left;
}

.steps {
  width: 100%; 
  display: flex;
  border: 1px solid #CBD5E0;
}

.steps div {
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  height: 50px;
  border-left: 1px #CBD5E0 solid;
}
.steps div:first-child {
  border: 0;
}
.steps div div {
  margin: 0;
}
.steps div div span {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.steps ul li {
  width: 20.16%;
  margin-right: 10px
}

.steps ul li::marker {
  content: "";
}

.steps ul li span {
  display: inline-block;
  width: 100%;
  height: 10px;
  border-radius: 3.5px;
  background: #e3e3e3;
}

.steps div div.checked {
  background: #2B6CB0;
  transition: all .5s ease;
  color: #fff;
}

/* Loading screen */
.loading-screen {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(14px);
  z-index: 999999;
}

.loading-active {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading-text {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000000;
}

.loading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 10px solid #ddd;
  border-top-color: #2B6CB0;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Errors */
.error,
.global-error {
  width: 100%;
  padding: 5px;
  font-size: 80%;
  color: #8F2B45;
  background-color: #FBE3E4;
  box-sizing: border-box;
}

.global-error {
  font-size: 22px;
  font-weight: 600;
  border-radius: 16px;
  margin: 20px 0;
}

.error-inactive {
  display: none;
}

.error-active {
  padding: 0.3em;
}

.flight-header {
  color: #2B6CB0;
  display: none;
}


.flight-container {
  visibility: visible;
  margin-top: 20px;
}

/* Flights Styles */
.flight-container .flight-selection-heading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.flight-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}

.flight-box:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2B6CB0;
  border: 1px dotted #ffffff;
  padding: 15px;
  margin-bottom: 10px;
}

.flight-box:hover .flight-price,
.flight-box:hover .flight-price,
.flight-box:hover .flight-cabinClass,
.flight-box:hover .flight-footer,
.flight-box:hover .flight-carrier {
  color: White
}
.flight-detail-wrap{
  padding: 10px 50px;
  background-color: #eee;
  font-size: 14px;
}
.flight-box-option {
  display: none;
}

.flight-box-option-block {
  display: block;
}

.flight-card-arrow {
  display: inline-block;
}

.flight-card-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flight-box-option-a {
  display: inline-table;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.flight-box-option-selected {
  display: block;
  width: 100%;
}

.flight-box-option-deactivated {
  display: none;
}

.view-details-btn {
  background-color: #195589;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.view-details-btn:hover {
  background-color: #1f776d;
}

.flight-book-btn {
  background-color: #195589;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.flight-book-btn:hover {
  background-color: #1f776d;
}

.flight-proceed-btn {
  background-color: #195589;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.flight-proceed-btn:hover {
  background-color: #1f776d;
}

.flight-box-option-a,
.flight-box-option-selected,
.flight-box-option-deactivated,
.flight-box-option-block {
  transition: all 0.7s ease-in-out;
}

/* Form */
input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  width: 100%;
}




.form-heading {
  display: block;
  width: 100%;
  text-align: center;
  font-size: x-large;
}

.form-container input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 4px;
}

.form-container>* {
  flex: 0 0 auto;
}

.form-item {
  position: relative;
  min-width: 300px;
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding: 5px;
}
.form-item label {
  padding: 5px 0px;
}
.form-item input {
  height: 40px;
}
.form-item select {
  height: 40px;
  border-radius: 3px;
}
.form-passenger-type {
  width: 100%;
  display: block;
  flex: auto;
  text-align: center;
}
#booking-container .wizard-content{
  display: flex;
  flex-direction: column;
  background-color: #e2e2e2;
  color: #000;
  padding: 10px;
  border: 1px solid #CBD5E0;
}
#booking-container .wizard-white{
  background-color: #fff;

}
/* Booking Terms and Conditions*/

#booking-container .terms-box{
  height:500px;
  background-color:#fff;
  margin:10px;
  padding:10px;
  overflow-y: scroll;
}

/* Flight Confirmation */

.confirmation-card {
  display: flex;
  flex-direction: column;
  background-color: #e2e2e2;
  color: #2B6CB0;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 16px;
  box-shadow: 3px 5px 31px -5px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 3px 5px 31px -5px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 3px 5px 31px -5px rgba(0, 0, 0, 0.59);
  transition: all .2s ease-in-out;
  font-weight: 500;
}

.confirmation-card:hover {
  transform: scale(1.01);
}

.confirmation-card .flight-row-cell {
  flex: 1;
  padding: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.confirmation-card .flight-row-cell span {
  display: block;
  margin-bottom: 4px;
}

.confirmation-card .flight-row-cell span:last-child {
  margin-bottom: 0;
}

.reset-item {
  text-align: center;
  display: none;
}

.arrow {
  border: solid #2B6CB0;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.select-flight-box{
  border: 2px #2B6CB0 solid; 
  height: 50px;
  width: 55px;
  color:#2B6CB0;
  cursor:pointer;
  padding:10px 15px;
}
#booking-container .fare-messages{
  background-color: #fff;
  cursor:pointer;
  margin-top: 10px;
  border: 1px solid #d4d4d4;
}
#booking-container .fare-messages h6{
  background-color: #ddd;
  margin: 0;
}
#booking-container .price-messages{
  background-color: #fff;
  cursor:pointer;
  margin-top: 10px;
}
#booking-container .price-messages h6{
  background-color: #ddd;
  margin: 0;
}
.terms-main{
  font-weight: bold;
  font-size: 24px;
}
.terms-header{
  font-weight: bold;
  padding-top: 10px;
  padding-left: 20px;
}

.terms-detail{
  padding-left: 40px;
}

.sub-header{
  font-size:18px;
  color:#000;
}
.flight-details{

}