@media(max-width:991px){
    .header__nav-2 {
    display: none;
}
.login_content {
    display: none;
}

.img_view {
    display: none;
}
.get_in_touch.lft {
    display: none;
}

div#hedr_togle_view {
    height: auto;
    overflow: auto;
}

div#cloz_togle {
    position: absolute;
    top: 0;
    right: 28px;
}

.get_in_touch.rgt {
    display: none;
}
section.wrapers.results {
    padding: 5px 15px;
}

.bus_tags {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

ul.nav.nav-pills.bus-pills .nav-item:last-child {
   margin-top: -84px;
        right: 0;
}



.flight_charge.bus_price {
    text-align: left;
            padding-left: 10px;
}

p.policyStatus {
    text-align: left;
            padding-left: 10px;
}
ul.nav.nav-pills.bus-pills {
    position: relative;
}
.seatSelct{
    margin-right: 10px;
}
.info_cancel{
    padding: 10px;
}
.share_list.mb-2 {
    display: none;
}
ul.option_s {
    justify-content: start;
    margin: 20px 0;
    padding: 0;
}
.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
    display: none;
}
section.wraper {
    padding: 0px 15px;
}
 .responsive-table thead {
    display: none;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .responsive-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
            word-wrap: break-word;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 50%;
    text-align: left;
    font-weight: bold;
            word-wrap: break-word;
  }


}

@media(min-width:992px){



}