@font-face {
  font-family: 'opensans-bold_0';
  src: url('../fonts/opensans-bold_0.woff') format('woff2'),
       url('../fonts/opensans-regular_0.woff') format('woff'),
       url('../fonts/opensans-semibold.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 769px) {
  .mgcolour{
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) {
  .bg-checkout{
    position: relative;
    background: linear-gradient(to bottom, #e5f0fd 0%, #e5f0fd 100%);
    padding-top: 50px;
    min-height: 100vh;
    overflow: hidden;
  }
  .bg-checkout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 157px;
    background: linear-gradient(80deg, rgba(20, 19, 95, 1) 12%, rgba(35, 33, 142, 1) 90%);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .bg-checkout{
    background: #04377b; 
  }
}
 section {
  display: block;
  margin: 0;
  padding: 0;
}
  h1,h2,h3,h5 {
    font-weight: normal;
}
#otpform{
  position: relative;
  height: 300px;
}
.timer {
  font-size: 1.2rem;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: red;
  margin-top: 10px;
  padding-top: 15px;
}
.flightpagecontent{
  min-height: 100vh;
  position: relative;
  z-index: 1;
  margin-top: -18px;
}
.hidden {
  display: none !important;
}
.nav-btn-signin {
  border:1px solid gray;
  background-color: white;
 }
 .nav-btn-signin:hover {
  background-color: darkblue;
  color: white;
 }
.top{
  position: relative;
  bottom:6px;
}
@media (max-width: 768px) {
  .top{
    position: relative;
    bottom: -9px;
  }
}
.fare{
  border-radius: 4px;
  margin-left: 20px;
  border: 1px solid #dfdfdf;
  width: 95%;
}
.airport{
  font-size: 18px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.city{
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arv{
  color: rgb(58, 58, 58);
  display: flex;
  flex-direction: column;
}
.destination{
  position: absolute;
  left: 42px;
    z-index: 99;
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}
@media only screen and (max-width: 760px) {
  .destination{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    padding: 2px;
  }
}
.arrivalcity{
  position: absolute;
  left: 42px;
    z-index: 99;
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}
@media only screen and (max-width: 989px) {
  .destination.full-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    padding: 2px;
  }
  .arrivalcity.full-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    padding: 2px;
  }
  .body-no-scroll {
    overflow: hidden;
}
}
.airportname{
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
}
@media only screen and (max-width: 989px) {
  .airportname{
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 14px;
  }
}
.searchicon{
    margin-right: 10px;
}
#suggestion{
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
#suggestionarv{
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.maincenter{
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}
@media screen {
}
.nav-btn-signin {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767.98px) {
}
#loginModalLabel{
  padding-left: 12px;
}
.form-floating {
  position: relative;
}
.country-code-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.country-code-list button {
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  border: none;
  background: white;
  cursor: pointer;
}
.country-code-list button:hover {
  background-color: #f8f9fa;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  top: 100px;
}
@keyframes fadeslide {
  from {opacity: .4}
  to {opacity: 1}
}
.btn-lg{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}
.form-control:focus {
  border-color: #23218E;
  box-shadow: none; 
  outline: none;
}
.countrycodepicker{
  padding: 10px 15px;
    display: flex;
    align-items: center;
}
.Countrycodedropdown{
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  padding: 15px 0;
}
.countryinputsearch{
  border: solid 1px #e7e7e7 !important;
  border-radius: 4px !important;
  padding-right: 110px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .countryinputsearch{
    border: solid 1px #e7e7e7 !important;
    border-radius: 4px !important;
    padding-right: 70px;
    padding-left: 15px;
  }
}
 .viewflights-details{
  display: none;
}
@media (max-width: 768px) {
   .viewflights-details{
    display: block;
  }
}
.flight-bar{
  border-radius: 4px;
  border: 1px solid #dad6d6;
}
/* Seats */
@keyframes backgroundFill {
  0% {
      background-color: transparent;
      border-color: transparent;
  }
  50% {
      background-color: rgba(49, 238, 96, 0.5);
      border-color: #007925;
  }
  100% {
      background-color: #007925;
      border-color: #014415;
  }
}
.flight-logo img {
  margin-right: 10px;
}
.icon {
  font-size: 12px;
  color: #666;
  vertical-align: middle;
}
.segments{
  padding-left: 10px;
  padding-top: 15px;
}
.airline-logo {
  width: 40px;
  margin-right: 10px;
}
.flight-num {
  font-weight: bold;
  font-size: 14px;
}
 .terminal {
  font-size: 12px;
  color: #777;
}
.travel-details {
  display: flex;
  align-items: center;
  position: relative;
  left: -25px;
  justify-content: space-between;
  text-align: center;
  padding: 20px 0;
  margin: 10px;
}
@media (max-width: 768px) {
  .travel-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0;
    margin: 10px;
    position: relative;
    left: -10px;
  }
}
.journey-overview {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.journey-duration {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: "opensans-bold_0";
  color: #545454;
}
.path {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background-color: #ccc;
  margin: 10px 0;
}
.journey-overview .path{
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background-color: #ccc;
  margin: 10px 0;
}
.path::before, .path::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.path::before {
  left: 0;
}
.path::after {
  right: 0;
}
.icon-container {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.icon-container img {
  position: relative;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
}
.booking-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 20px 0;
  margin-right: auto;
  font-family: "opensans-bold_0";
}
.flight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-container {
  display: flex;
  align-items: center;
}
.flight-logo {
  width: 50px;
  height: auto;
  margin-right: 10px;
  display: none;
}
@media (max-width: 768px) {
  .flight-logo {
    display: block;
  }
}
.flightsdepartitinery {
  margin-left: 10px;
}
.flight-title {
  margin: 0;
  font-size: 1.4em;
  color: black;
}
.flight-time {
  color: #666;
  font-size: 15px;
}
@media (max-width: 768px) {
  .flight-time {
    color: #666;
    font-size: 0.9em;
  }
}
.class{
  color: #666;
  font-size: 15px;
}
@media (max-width: 768px) {
  .class{
    font-size: 0.9em;
  }
}
.brandname{
  color: #007925;
  font-size: 15px;
  font-family: "opensans-bold_0";
}
@media (max-width: 768px) {
  .brandname{
    font-size: 1em;
  }
}
.flight-body {
  display: block;
}
@media (max-width: 768px) {
  .flight-body {
display: none;
  }
}
.flight-timing-section {
  flex: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.departure-arrival {
  text-align: left;
  width: 150px;
}
.departure-arrival h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.departure-arrival p {
  margin: 2px 0;
  color: #666;
  font-size: 0.9em;
}
.flight-timing-section {
  margin-top: 20px;
}
.departure-card {
    background-color: #fe8d27;
    padding: 3px 10px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: white;
    position: relative;
    top: -22px;
    left: -20px;
    border-radius: 0px 0px 20px 0;
    display: block;
}
@media (max-width: 768px) {
  .departure-card{
    display: none;
  }
}
.return-card{
  background-color: #5d5a5a;
  padding: 3px 10px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: white;
  position: relative;
  top: -22px;
  left: -20px;
  border-radius: 0px 0px 20px 0;
  display: block;
}
@media (max-width: 768px) {
  .return-card{
    display: none;
  }
}
.flight-container{
  position: relative;
  padding-top:30px
}
@media (max-width: 768px) {
  .flight-container{
    position: relative;
    padding-top:0px
  }
}
.pricestatus{
  position: relative;
  top: -32px;
  display: block;
}
@media (max-width: 768px) {
  .pricestatus{
display: none;
  }
}
.layover-airport{
  position: relative;
  font-size: 13px;
  color: #000;
  text-align: center;
  border-top: 1px dashed #c8c6c6;
  top: 15px;
  display: block;
}
@media (max-width: 768px) {
  .layover-airport{
    display: none;
  }
}
.stoplayover{
  background: #efefef;
    padding: 9px 20px;
    border-radius: 20px;
    position: relative;
    top: -13px;
    font-family: "opensans-bold_0";
    font-size: 10px;
    border: 1px dashed #c8c6c6;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header .title {
  font-weight: bold;
  font-size: 18px;
}
    .title {
      flex-grow: 1;
      font-size: 15px;
      color: #333333;
      margin-left: 10px;
    }
    @media (max-width: 480px) {
      .icon {
        width: 30px;
        height: 30px;
      }
      .title {
        font-size: 16px;
      }
    }
@media (max-width: 768px){
  .value {
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }
}
@keyframes loadingAnimation {
  0% { background-position: -100px center; }
  100% { background-position: 160px center; }
}
h1 img {
  width: 30px;
  height: 30px;
}
.form-control {
  height: 40px !important;
  color: #2c83b6 !important;
  font-weight: bold !important;
}
body {
  font-size: 12px;
  color: #000;
  position: relative;
  background: #fff;
  font-family: 'opensans-regular_0',Arial,Helvetica,sans-serif
}
h1{
  font-size: 30px;
}
h1 {
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.5em;
  }
}
.currency{
  border-color: transparent;
  outline: none;
}
.AED{
  background-image: url('./images/Flag/AE.png');
}
.filter {
  display: block;
}
#addmoredepature3 {
  display: none;
}
#addmoredepature4 {
  display: none;
}
#addmoredepature5 {
  display: none; 
}
.baggage{
  position: relative;
  padding-left: 20px;
}
.left{
 padding-left:  125px;
}
@media (max-width: 767.98px) {
  .left {
    padding-left:  125px;
  }
}
@media (min-width: 768px) {
  .left {
padding-left:  125px;
  }
}
.center{
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}
@media (max-width: 767.98px) {
  .center {
    max-width: 90%;
  }
}
:root {
  --font-primary: "Jost", sans-serif;
}
:root {
  --text-4: 4px;
  --text-7: 7px;
  --text-10: 10px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-22: 22px;
  --text-24: 24px;
  --text-25: 25px;
  --text-26: 26px;
  --text-30: 30px;
  --text-40: 40px;
  --text-50: 50px;
  --text-60: 60px;
  --text-80: 80px;
}
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #DDDDDD;
  --color-dark-1: #051036;
  --color-dark-2: #0D2857;
  --color-dark-3: #13357B;
  --color-dark-4: #163C8C;
  --color-light-1: #697488;
  --color-light-2: #F5F5F5;
  --color-light-3: #FBFCFF;
  --color-blue-1: #3554D1;
  --color-blue-2: #E5F0FD;
  --color-green-1: #EBFCEA;
  --color-green-2: #008009;
  --color-yellow-1: #F8D448;
  --color-yellow-2: #E1C03F;
  --color-yellow-3: #FFC700;
  --color-yellow-4: #FFF8DD;
  --color-brown-1: #923E01;
  --color-purple-1: #7E53F9;
  --color-red-1: #D93025;
  --color-red-2: #F1416C;
  --color-red-3: #FFF5F8;
  --color-info-1: #CDE9F6;
  --color-info-2: #4780AA;
  --color-warning-1: #F7F3D7;
  --color-warning-2: #927238;
  --color-error-1: #ECC8C5;
  --color-error-2: #AB3331;
  --color-success-1: #DEF2D7;
  --color-success-2: #5B7052;
}
@-webkit-keyframes reveal {
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  100% {
    opacity: 1;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}
body{
  padding: 0;
  font-family: 'opensans-regular_0', Arial, Helvetica, sans-serif;
  width: 100%;
  background-color: white;
  color: var(--color-dark-1);
  font-size: 14px;
  line-height: 1.875;
}
main {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  font-size: 16px;
}
button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
}
button:focus {
  outline: 0;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
h1, h2, h3, h5 {
  margin: 0;
  line-height: 1.45;
  font-weight: 600;
}
.text-14 {
  font-size: var(--text-14) !important;
}
.text-15 {
  font-size: var(--text-15) !important;
}
.text-20 {
  font-size: var(--text-20) !important;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}
.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}
:root {
  --dashboard-width: 300px;
}
@media (max-width: 1199px) {
  :root {
    --dashboard-width: 250px;
  }
}
@-webkit-keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}
@keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}
.y-gap-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.x-gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.layout-pt-sm {
  padding-top: 30px;
}
.layout-pb-sm {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
}
.flex-column {
  flex-direction: column;
}
.justify-between {
  justify-content: space-between !important;
}
.items-center {
  align-items: center !important;
}
.bg-white {
  background-color: var(--color-white) !important;
}
.bg-border {
  background-color: var(--color-border) !important;
}
.d-flex {
  display: flex !important;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-1 {
  height: 1px !important;
}
.pointer {
  cursor: pointer;
}
.absolute {
  position: absolute;
}
img {
  border: none;
  margin: 0;
}
input {
  margin: 0;
  padding: 0;
}
  input:focus {
      outline: none;
  }
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fare-text {
  margin-bottom: 10px;
}
.fare-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  font-size: 15px;
}
.fare-header .arrow {
  margin-right: 10px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.fare-header .amount {
  margin-left: auto; 
  font-weight: bold;
}
.fare-content {
  padding: 5px 0;
  font-size: 14px;
  color: #555;
}
.fare-text:last-child {
  margin-bottom: 0;
}
.creditcard {
    color: #2b95c4;
}
.amount-green {
  color: green;
}
.tuneprotect {
    width: 10%;
}
.flightviewmb {
    display: block;
    border-radius: 12px;
    padding: 10px;
}
.summary-payment {
    width: 24%;
    position: fixed;
    margin: 50px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 0.75px solid rgb(216, 220, 222);
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s;
    z-index: 1000;
    overflow-y: auto;
    top: 60px;
}
@media only screen and (max-width: 768px) {
    .summary-payment {
        position: static;
        background-color: rgb(255, 255, 255);
        width: 100%;
        border-radius: 4px;
        margin-bottom: 16px;
        margin-top: 15px !important;
    }
}
.information {
    background-color: #dcf7fe;
}

.important-info {
    color: red;
}

.flight-detail-summary {
    padding: 10px;
}

.summary-info {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.head-title {
    background: #004080;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.summary {
    border-collapse: collapse;
    width: 100%;
}

    .summary th {
        background-color: #f2f2f2;
    }

    .summary th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .summary td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
        font-weight: normal;
    }

.payment-info-summary {
    font-size: 20px;
    font-weight: 600;
}
.passenger-table {
    width: 100%;
    border-collapse: collapse;
}

    .passenger-table th {
        border: 1px solid #ddd;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        background-color: white;
    }

    .passenger-table td {
        border: 1px solid #ddd;
        padding: 10px;
        font-weight: normal;
        text-align: center;
        font-size: 14px;
    }
.status {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.fail {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    color: red;
}


.info-flight {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {

    .info-flight {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tripno {
    font-size: 25px;
    font-weight: 600;
}
.fa-xl {
    font-size: 4.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}

@media only screen and (max-width: 768px) {
    .tripno {
        font-size: 15px;
        font-weight: 600;
    }

    .focus-view {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .status {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
    }

    .descriptionbooking {
        font-size: 15px;
        color: #697488;
        margin-top: 10px;
    }
}
.alert {
    padding: 5px;
    margin: 12px;
}
