* {
    font-family: 'Poppins', sans-serif;
    outline:none !important;
}


hr {
margin: 1rem 0;
color: #85878a;
border: 0;
border-top: 1px solid;
opacity: 0.25;
}

.icon-md {
  width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 1.4rem;
}


.seat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 5px;
  border-radius: 5px;
}

.seat-a {
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: 500;
}

.seat-a:hover {
  background-color: #ddd;
}

.seat-badge {
  width: 80px;
  height: 35px;
  border: 1px solid #eee;
  background-color: #eee;
}


.seat-a.active {
  background-color: #33b36b;
  color: #fff;
  font-weight: 500;
}

.seat-b {
  background-color: #f99ba7;
  color: #fff;
  font-weight: 500;
}

.nav-margin {
  padding-top: 70px;
}

.logo-nav {
  height: 30px;
}

.card-image {
  border-radius: 10px;
}

.card-hover {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 10px;
}

.card-hover:hover {
  opacity: .9;
  color: #333;
}

.card-hover:hover .card-title {
  color: #00a0e3;
}

.trip-box {
  border-radius: 1rem;
  border: 1px solid #dfdfe3;
}

.trip-title {
  font-size: 24px;
  font-weight: 500;
}


nav {
  position: fixed;
  top: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

.nav-content {

}
.nav-elements {
  display: flex;
}

.nav-elements a {
  text-decoration: none;
  font-weight: 500;
  color: #0B0A12;
  padding: 16px;

}

.nav-elements a:hover {
  color: #00a0e3;
}


.faq-box {
  border-radius: 1rem;
  border: 1px solid #dfdfe3;
}

.faq-title {
  border-bottom: 1px solid #dfdfe3;
  font-size: 20px;
  font-weight: 600;
}


.faq-content h6 {
  font-weight: 600;
}

.icon-transport {
    display: flex;
    height: 56px;
    width: 56px;
    background-color: rgb(0 160 227 / 32%);
    border-radius: 10px;
    align-content: center;
    justify-content: center;
    padding: 10px;
  }





  @media (max-width: 575.98px) {

  }


  @media (max-width: 767.98px) {
      .nav-elements {
        width: 100%;
        flex-direction: column;
        text-align: left;
        margin-top: 20px;
      }
      .nav-elements a {
        border-bottom: 1px solid #E4E4E4;
        padding: 10px;
      }
      .trigger {
        display: block !important;
      }
      .nav-elements {
        display: none;
      }
      .nav-margin {
        padding-top: 50px;
      }
  }


  @media (max-width: 991.98px) {

  }

  @media (max-width: 1199.98px) {

  }

  @media (max-width: 1399.98px) {

  }
