.b2bCat .widget-box-two .widget-two-icon {
  position: absolute;
  left: 30px;
  right: auto;
  font-size: 42px !important;
  top: 15px;
  overflow: hidden;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}
body.b2bCat {
    background-color: #f1f4fd;
}
.b2bCat .search-nav {
    margin-top: 50px;
    direction: ltr;
}
.right-to-left.b2bCat .search-nav {
    direction: rtl;
}
.b2bCat .search-form  {
    background-color: #ffffff; 
    margin-bottom: 50px; 
    border-radius:0 0 5px 5px;
    padding: 15px;
    direction:ltr;
}
.right-to-left.b2bCat .search-form {
    direction: rtl;
}
.b2bCat #topnav .topbar-main {
    background-color: #eceef3;
}
.b2bCat #topnav .navbar-custom {
    border-bottom: none;
    background-color: #313048;
    direction: ltr;
}
.right-to-left.b2bCat #topnav .navbar-custom {
    direction: rtl
}
.b2bCat #topnav .navigation-menu > li a {
    color: white;
}
.b2bCat .navigation-menu li a img {
    padding-bottom: 5px;
    width: 25px;
    height: 31px;
}
.b2bCat .footer {
    
}
.b2bCat #topnav .topbar-main .nav > li > a {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(49, 48, 72, 0.35) !important;
}
.b2bCat #topnav .topbar-main .nav > li > a i {
    color: #313048;
}
.b2bCat .fourcards .card-box {
    height: 130px;
}
.b2bCat .login-card {
    background-color: #313048;
    margin: auto;
    padding: 20px;
    box-shadow: 1px 2px 15px 5px grey;
    border-radius: 8px;
}
.b2bCat .forgot-pass {
   display: block;
   text-align: center;
   color: gray;
   cursor: pointer;

}
.b2bCat .text-teall {
    color: gray!important;
}
.b2bCat .login-btn {
    display: block;
    width: 95%;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    color: black;
    background-color: #aeadbb;
}
.b2bCat #topnav .navigation-menu > li a.login-company {
    color: #313048;
}
.b2bCat #topnav .navigation-menu > li a.login-lang {
    color: #313048;
    border: 1px solid rgba(49, 48, 72, 0.35);
    margin: 10px 5px;
    padding: 5px 10px;
    padding-bottom: 0;
    border-radius: 50px;
}
.b2bCat #topnav .navigation-menu > li a.login-home {
    color: #313048;
    border: 1px solid rgba(49, 48, 72, 0.35);
    margin: 10px 5px;
    padding: 5px 10px;
    padding-bottom: 0;
    border-radius: 50px;
}
.b2bCat label.login-label {
    top: 1px;
}
input:valid ~ label.login-label ,input:focus ~ label.login-label, input:focus ~ label.login-label:before, input:valid ~ label.login-label:before {
    top: -20px;
    font-size: 14px;
}
.b2bCat .panel-primary > .panel-heading {
    background-color: #2b2873;
}
.b2bCat .card-box table thead {
    background-color: #2b2873;
    color: white;
    text-align: left;
}
.b2bCat .card-box table tbody {
    text-align: left;
}
.b2bCat.right-to-left .card-box table tbody {
    text-align: right
}
.b2bCat.right-to-left .card-box table thead {
    text-align: right;
}
.b2bCat .btn-pay {
    background-color: #2b2873;
    color: white;
}
.b2bCat .btnSearch {
     background-color: #2b2873;
    color: white;
    padding: 7px;
}
/*.b2bCat #topnav .navigation-menu {
    float: left;
}
.right-to-left.b2bCat #topnav .navigation-menu {
    float: right;
}*/
.b2bCat .card-box {
   direction:ltr;
}
.right-to-left.b2bCat .card-box {
    direction:rtl;
}
.b2bCat .panel {
    direction: ltr;
}
.right-to-left.b2bCat .panel {
    direction: rtl;
}
.right-to-left.b2bCat .search-form .fa-times-circle.cancle-icon {
    font-size: large; 
    left: auto; 
    right: 0;
    color: rgba(128, 128, 128, 0.49);
}
.b2bCat .search-form .fa-times-circle.cancle-icon {
    font-size: large; 
    left: 0; 
    right: auto; 
    color: rgba(128, 128, 128, 0.49);
}
.b2bCat .search-form .abs-icon {
     color: rgba(128, 128, 128, 0.49); 
     top: 26px;
     right: 12px;
     left: auto;
}
.right-to-left.b2bCat .search-form .abs-icon {
     left: 12px;  
     right: auto;
}
/*desktop*/
@media (min-width: 992px) {
    .filter_select .radio label::before {
    top: 10px;
}
.filter_select .radio label::after {
    top: 13px;
}
.filter_select  .checkbox label::before {
    right: auto !important;
    left: 0 !important;
    top: 10px;
}
.filter_select  .checkbox label::after {
    right: auto !important;
    left: 0 !important;
    top: 10px;
}
    .b2bCat .login-card {
        width:30%;
        margin-top:8%;
    }
    .showlessButton, .showmoreButton {
        width: 10%;
         left: 45%;
    }
    .b2bCat .login-card .text-uppercase {
        margin-top: 40px;
      
    }
}
/*MOBILE*/
@media (max-width: 992px) {
    .footer-pad-xs {
        padding-bottom:10px;
    }
    .main-col-xs {
        padding-bottom: 25px !important;
    }
    .pause-col-xs {
        position: absolute !important;
        bottom: 0;
        right:0;
        left:0;
    }
    #div_ModifySearch_Flight .padding-xs {
        padding: 0 30px;
    }
    .filter_select .radio label::before {
        top: 10px;
    }
    .filter_select .radio label::after {
        top: 13px;
    }
    .filter_select  .checkbox label::before {
        right: auto !important;
        top: 10px;
    }
    .filter_select  .checkbox label::after {

        top: 10px;
    }
    .login-card h2.text-uppercase {
        font-size: 20px;
    }
    .b2bCat .login-card {
        margin-top: 20%;
    }
    .booking-filter {
        height:100%;
        width:0;
        position:fixed!important;
        z-index:100;
        top:60px;
        left:0;
        background-color:#f6f6f6;
        overflow-x:hidden;
        padding:5px;
        transition:0.5s;
        padding-top:160px;
    }
     .b2bCat .rwd-table tr {
         border-bottom: 1px solid gray;
     }
    .right-to-left.b2bCat .search-nav li a {
        font-size: 14px;
    }
    .b2bCat .search-nav li a {
        font-size: 12px;
    }
    /*.b2bCat #topnav .navigation-menu > li a {
        padding: 0;
    }
    #navigation {
        display: block !important;
        background-color: #313048;
    }
    #topnav .navigation-menu > li {
        display: inline-block;
    }
    #topnav .navigation-menu {
        display: flex;
    }
    .b2bCat .navigation-menu li a img {
        display: none;
    }*/
    .navbar-nav .open .dropdown-menu {
        left: 0;
        right: auto;
    }
    .hidden-xs {
        display: none;
    }
    #navigation {
        background-color: #313048;
    }
    #topnav .navbar-toggle span , #topnav .navbar-toggle span:hover , #topnav .navbar-toggle span:focus ,#topnav .navbar-toggle span:active ,#topnav .navbar-toggle span {
        background-color: rgb(43, 40, 115) !important;
    }
     .b2bCat .login-card {
        width: 100%;
    }
    .b2bCat #companyname {
        display: none;
    }
    .b2bCat #CompanyTitle {
        display: none;
    }
    #topnav .navbar-toggle .lines {
        display: block;
    }
    .logo {
        display: block;
    }
    .showlessButton, .showmoreButton {
        width: 30%;
        left: 35%;
    }
}
    .showlessButton, .showmoreButton {
        position: absolute;
        z-index: 100;
        text-align: center;
        color: #fff;
        background: #7b99bf;
        border-radius: 1.5em;
       
        text-decoration: none;

    }
    
.rwd-table {
  margin: auto;
  border-collapse: collapse;
}
.rwd-table th {
  display: none;
}
.rwd-table tbody td {
    text-align: center;
}
.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-left: 5px;
}

.rwd-table th,
.rwd-table td {
  text-align: right;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {

  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
#topnav .topbar-main .navbar-nav {
    direction: ltr;
}
.right-to-left.b2bCat #topnav .topbar-main .navbar-nav {
    direction: rtl;
}
@media (max-width: 420px) {
   .b2bCat .logo {
       display: block;
   }
}
.b2bCat .radio-success input[type="radio"]:checked + label::after {
    background-color: #2b2873;
}
.b2bCat .radio-success input[type="radio"]:checked + label::before {
    border-color: #2b2873;
}
.b2bCat div.bhoechie-tab-menu div.list-group > a.active:after {
    display: none;
}
.fb-filter-btn , .fb-filter-btn:focus{position:fixed;bottom:45px;right:20px;width:55px;height:55px;background:#2b2873 !important;color:white !important;font-weight:lighter;border-radius:100%!important;z-index:99;}

@media (max-width: 768px){

    .hotel_filter_price {
        padding-right: 0 !important;
    }
    .result_box_oneway {
        height: auto!important;
    }
    .result_classlogo {
        right: auto !important;
        top: auto !important;
    }
    .result_reserve_s {
        top: auto !important;
        left: auto !important;
    }
    .result_f_class {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }
    .result_price_lablel {
        padding-top: 10px;
    }
    .result_bag {
        top: 0 !important;
    }
    .result_rule {
        left: 10px !important;
        top: 0 !important;
    }
    .result_f_no {
        position: relative !important;
        right: auto!important;
        font-size: 14px !important;
        display: block;
        text-align: center;
        top: 15px !important;
    }
    .result_f_r_no {
         position: relative !important;
        right: auto!important;
        font-size: 14px !important;
        display: block;
        text-align: center;
        top: 15px !important;
    }
    .result_roundtrip_rule {
          left: 10px !important;
        top: 0 !important;
    }

    .result_f_r_airline_pic {
         top: 0 !important;
         padding: 20px 0;
    }
    .result_f_r_airline_pic_coming {
         top: 0 !important;
          padding: 20px 0;
    }
    .result_price_r {
         bottom:  0 !important;
         padding-top: 15px;
         padding-bottom: 10px;
    }
    .result_ticket_r {
        bottom:  0 !important;
        text-align: left !important;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .result_roundtrip_flighttype {
        bottom:  0 !important;
    }
    .result_roundtrip_rule {
        right: 0 !important;
    }
    .result_dep_date_en {
        right: auto !important;
        bottom: 0 !important;
    }
    .result_arr_date_en {
        left:auto !important;
        bottom: 0 !important;
    }
}


.closebtn {
    position:absolute;top:-3px;right:5px;font-size:25px;margin-left:50px;
}
.result_roundtrip_rule .btn {
    float: left;
}

.right-to-left .creditMenu {
    float:left;
        padding: 30px;
    color: white;
}

.creditMenu {
    float:right;
        padding: 30px;
    color: white;
}
.b2bCat .login-card .text-center {
    text-align: center !important;
}
.b2bCat .login-card label {
    left: 5px;
}
.right-to-left .b2bCat .login-card label {
    left: 5px;
}