body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

#menu .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: 0;
  max-width: 320px;
  height: 100%;
}
#menu .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  height: 100%;
}
#menu .modal-dialog .modal-content .modal-header {
  border-radius: 0;
  background-color: #00ADEF;
}
#menu .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
}
#menu.fade .modal-dialog {
  transform: translate(-700px, 0px);
}
#menu.show .modal-dialog {
  transform: none;
}
#menu ul {
  margin-bottom: 0;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #707070;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#menu ul li a:hover {
  color: #00ADEF;
  border-bottom-color: #00ADEF;
}
#menu ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.header {
  padding: 15px 0;
}
.header .row {
  align-items: center;
}
.header .logo_area {
  display: flex;
  align-items: center;
}
.header .logo_area .logo img {
  width: 200px;
  margin-left: 30px;
}
.header .links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header .links li a {
  text-decoration: none;
  color: #707070;
  padding: 0 15px;
}
.header .links li a:hover {
  color: #00ADEF;
}

.banner {
  background-size: cover;
  height: 310px;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  text-shadow: 1px 1px #000;
}
.banner .breadcrumb {
  margin-bottom: 0;
}
.banner .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}

.content {
  padding: 30px 0;
}

.group_ticket {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.group_ticket .title {
  position: relative;
  padding: 15px 0 10px 0;
  text-align: center;
}
.group_ticket .title h3 {
  color: #00ADEF;
  font-size: 23px;
}
.group_ticket .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  bottom: 0;
  background-color: #00ADEF;
}
.group_ticket .desc {
  padding: 20px;
}
.group_ticket .desc p {
  color: #707070;
  text-align: justify;
  font-size: 14px;
}
.group_ticket .foot {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.group_ticket .foot h4 {
  color: #707070;
  width: 50%;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 5px 12px 20px;
  margin-bottom: 0;
}
.group_ticket .foot h4 span {
  color: #00ADEF;
  font-weight: 800;
  font-size: 20px;
}
.group_ticket .foot .btn {
  width: 50%;
  border-radius: 0;
  background-color: #00ADEF;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.group_ticket .foot .btn:hover {
  background-color: #000;
}

.page-link {
  color: #00ADEF;
}

.page-link.active {
  background-color: #00ADEF;
  border-color: #00ADEF;
}

/*------------------*/
.listing_banner {
  padding: 15px 0;
  background-color: #00ADEF;
}
.listing_banner .inner_listing_banner {
  display: flex;
  align-items: center;
}
.listing_banner .dropdown {
  width: 10%;
}
.listing_banner .dropdown label {
  color: #fff;
  margin-bottom: 10px;
}
.listing_banner .dropdown .btn {
  background-color: #fff;
  border: 0;
  color: #707070;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: left;
  height: 45px;
  border-radius: 4px;
}
.listing_banner .dropdown .btn:active, .listing_banner .dropdown .btn:focus, .listing_banner .dropdown .btn:visited {
  box-shadow: none;
}
.listing_banner .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.listing_banner .dropdown .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 10px;
  border-bottom: 1px solid #00ADEF;
}
.listing_banner .dropdown .dropdown-menu .nav-item .nav-link:hover {
  background-color: #00ADEF;
  color: #fff;
}
.listing_banner .tab-content {
  width: 90%;
  padding-left: 20px;
}

.searching_inputs {
  display: flex;
  margin: 0 -10px;
  align-items: flex-end;
}
.searching_inputs .input-group {
  height: 45px;
  padding: 0 10px;
  height: auto;
}
.searching_inputs .input-group label {
  color: #fff;
  margin-bottom: 10px;
}
.searching_inputs .input-group .field {
  display: flex;
  height: 45px;
  align-items: stretch;
  width: 100%;
}
.searching_inputs .input-group.depart_arrival {
  width: 23%;
}
.searching_inputs .input-group.round_date {
  width: 16%;
}
.searching_inputs .input-group.one_way_date {
  width: 32%;
}
.searching_inputs .input-group.passenger {
  width: 16%;
}
.searching_inputs .input-group.passenger .dropdown-menu .card-body {
  border-radius: 0;
  border: 0;
}
.searching_inputs .input-group.passenger .dropdown-menu label {
  font-size: 13px;
}
.searching_inputs .input-group.passenger .dropdown-menu .form-control {
  border: 1px solid #00ADEF;
  border-radius: 0;
  font-size: 13px;
  padding-left: 8px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-bottom: 10px;
}
.searching_inputs .input-group .input-group-text {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.searching_inputs .input-group .form-control {
  border: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 0;
  font-size: 14px;
}
.searching_inputs .input-group .form-control:active, .searching_inputs .input-group .form-control:focus, .searching_inputs .input-group .form-control:visited {
  box-shadow: none;
}
.searching_inputs .searching_submit .btn {
  background-color: #043B50;
  height: 45px;
}
.searching_inputs .searching_submit .btn:hover {
  background-color: #000;
}

.filter {
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  padding: 10px 15px;
  border-radius: 10px;
}
.filter h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #595a5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter h4 a {
  font-size: 14px;
  text-decoration: none;
  color: #00ADEF;
}
.filter h4 a:hover {
  color: #353535;
}
.filter .filter_row {
  margin-bottom: 30px;
}
.filter .filter_row h5 {
  color: #00ADEF;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.filter .filter_row .btn-group {
  display: flex;
  justify-content: space-between;
}
.filter .filter_row .btn-group .btn {
  border-radius: 0;
  background-color: transparent;
  color: #00ADEF;
  height: 40px;
  line-height: 25px;
  font-size: 19px;
  border-radius: 10px !important;
  margin-right: 10px;
  width: 50px;
}
.filter .filter_row .btn-group .btn.active {
  background-color: #00ADEF;
  color: #fff;
  border-color: #00ADEF;
}
.filter .filter_row .btn-group .btn:focus, .filter .filter_row .btn-group .btn:visited, .filter .filter_row .btn-group .btn:active {
  box-shadow: none;
}
.filter .filter_row .btn-group .btn-check:active + .btn, .filter .filter_row .btn-group .btn-check:checked + .btn, .filter .filter_row .btn-group .btn.active, .filter .filter_row .btn-group .btn.show, .filter .filter_row .btn-group .btn:active {
  background-color: #00ADEF;
  color: #fff;
  box-shadow: none;
}
.filter .filter_row .opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.filter_row .opt h5 {
  font-size: 14px;
  color: #b3b0b0;
  margin-bottom: 0;
}

.custom-control-label {
  color: #595a5a;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  box-shadow: none;
  border-color: #00ADEF;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00ADEF;
  background-color: #00ADEF;
  box-shadow: none;
}

.flight_list {
  box-shadow: 0 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.flight_list .price {
  background-color: #00ADEF;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flight_list .price h2 {
  font-weight: 800;
  color: #fff;
  font-size: 30px;
}
.flight_list .price h2 span {
  display: block;
  font-weight: 300;
  font-size: 25px;
}
.flight_list .price .btn {
  background-color: #043B50;
  color: #fff;
  text-transform: uppercase;
}

.flight_row {
  display: flex;
  align-items: center;
  padding: 15px;
}
.flight_row .airline_name {
  text-align: center;
  width: 15%;
}
.flight_row .airline_name p {
  margin-bottom: 0;
}
.flight_row .airport {
  text-align: center;
  width: 20%;
}
.flight_row .airport h3 {
  color: #00ADEF;
  font-size: 30px;
  margin-bottom: 0;
}
.flight_row .airport h3 span {
  display: block;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}
.flight_row .airport h3 small {
  display: block;
  color: #BEBEBE;
  font-weight: 400;
  font-size: 12px;
}
.flight_row .duration {
  width: 60%;
  text-align: center;
}
.flight_row .duration .divider {
  margin: 5px 0;
  position: relative;
  border-top: 1px solid #00ADEF;
}
.flight_row .duration .divider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #00ADEF;
}
.flight_row .duration .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #00ADEF;
}
.flight_row .duration p {
  margin-bottom: 0;
  color: #BEBEBE;
  font-size: 13px;
}

.flight_detailModal .flight_row {
  padding: 8px 15px;
}
.flight_detailModal .modalRow {
  margin-bottom: 15px;
  border: 1px solid #00ADEF;
}
.flight_detailModal .modalRow:last-child {
  margin-bottom: 0;
}
.flight_detailModal .airline_name {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #00ADEF;
  padding: 2px 10px;
  background-color: rgba(0, 173, 239, 0.05);
}
.flight_detailModal .airline_name .inner p {
  margin-bottom: 0;
}
.flight_detailModal .airline_name ul {
  margin-bottom: 0;
}
.flight_detailModal .airline_name ul li {
  color: #ccc;
  margin-left: 15px;
}
.flight_detailModal .airline_name ul li.active {
  color: #00ADEF;
}
.flight_detailModal h3 {
  color: #00ADEF;
  margin-bottom: 15px;
  font-size: 20px;
}
.flight_detailModal .table {
  border: 1px solid #00ADEF;
  background-color: rgba(0, 173, 239, 0.05);
}
.flight_detailModal .table h4 {
  margin-bottom: 0;
  color: #00ADEF;
}

.flight_detail {
  padding: 8px 15px;
  background-color: #00ADEF;
}
.flight_detail ul {
  display: flex;
  margin-bottom: 0;
}
.flight_detail ul li {
  color: #fff;
  font-size: 14px;
}
.flight_detail ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
}

.detail_title {
  background-color: #00ADEF;
  padding: 30px 0;
}
.detail_title h4 {
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 0;
}

.details_block {
  box-shadow: 0 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.details_block h4 {
  color: #00ADEF;
  margin-bottom: 20px;
}
.details_block ul {
  margin-bottom: 0;
}
.details_block ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.details_block ul li h4 {
  color: #707070;
  font-size: 20px;
  margin-bottom: 0;
}
.details_block ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.details_block .form-check {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.details_block .form-check:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.details_block .form-check .form-check-input:checked {
  background-color: #00ADEF;
  border-color: #00ADEF;
}

.modift_search, .sort_filter {
  display: none;
}

/*------------------*/
.passenger_desc {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}
.passenger_desc h4 {
  color: #00ADEF;
}
.passenger_desc .table {
  margin-bottom: 0;
}

/*------------------*/
.footer {
  padding: 15px 0;
  text-align: center;
  background-color: #00ADEF;
}
.footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 420px) {
  .header .logo_area {
    justify-content: center;
    padding-bottom: 15px;
  }
  .header .links {
    justify-content: center;
  }

  .banner .container {
    text-align: center;
  }
  .banner .container .breadcrumb {
    justify-content: center;
  }

  .content {
    padding-top: 5px;
  }

  .modift_search {
    display: block;
    background-color: #00ADEF;
    width: 100%;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
  .modift_search:hover {
    background-color: #000;
    box-shadow: none;
    color: #fff;
  }

  .listing_banner {
    display: none;
  }
  .listing_banner .inner_listing_banner {
    flex-wrap: wrap;
  }
  .listing_banner .inner_listing_banner .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .listing_banner .tab-content {
    padding-left: 0;
    width: 100%;
  }
  .listing_banner .dropdown .dropdown-menu {
    width: 80%;
  }

  .sort_filter {
    display: block;
    background-color: #00ADEF;
    width: 100%;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .sort_filter:hover {
    background-color: #000;
    box-shadow: none;
    color: #fff;
  }

  .filter {
    display: none;
  }

  .searching_inputs {
    flex-wrap: wrap;
    margin: 0;
  }
  .searching_inputs .input-group.depart_arrival {
    width: 100%;
    margin-bottom: 10px;
  }
  .searching_inputs .input-group {
    padding: 0;
  }
  .searching_inputs .input-group.round_date {
    width: 48.5%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .searching_inputs .input-group.one_way_date {
    width: 100%;
    margin-bottom: 10px;
  }
  .searching_inputs .input-group:nth-child(4) {
    opacity: 1;
  }
  .searching_inputs .input-group:nth-child(4).round_date {
    margin-right: 0;
  }

  .searching_submit {
    text-align: center;
    width: 100%;
  }
  .searching_submit .btn {
    width: 150px;
  }

  .flight_row .airline_name img {
    width: 100%;
  }
  .flight_row .airline_name p {
    font-size: 3vw;
  }
  .flight_row .airport {
    width: 25%;
  }
  .flight_row .airport h3 {
    font-size: 5vw;
  }
  .flight_row .airport h3 span {
    font-size: 3vw;
  }
  .flight_row .airport h3 small {
    font-size: 2vw;
  }
  .flight_row .duration {
    width: 35%;
  }
  .flight_row .duration p {
    font-size: 2.9vw;
  }

  .flight_list .price {
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 7px;
  }
  .flight_list .price h2 {
    font-size: 5vw;
  }
  .flight_list .price h2 span {
    display: inline-block;
    font-size: 4vw;
  }
  .flight_list .price .btn {
    font-size: 3vw;
  }

  .flight_detail ul li {
    font-size: 3.5vw;
  }
  .flight_detail ul li a {
    font-size: 3.5vw;
  }

  .flight_row {
    padding: 7px;
  }

  .flight_detail {
    padding: 7px;
  }
}

/*# sourceMappingURL=style.css.map */
