

/* Start:/local/components/bix/search.branches/templates/duty/branches.css?16718038491304*/
.branches-box {
  padding: 15px 0px;
  width: 100%;
  max-width: 100%;
  margin: 5rem 0;
  background-color: #f0f;
  background-color: transparent;
  text-align: left;
}
.branches-box .box-header {
/*
  padding: 10px 0px;
*/
}
.branches-box .box-header > .row {
  background-color: white !important;
  font-weight: 600;
  font-family: open-sans, sans-serif, Arial;
  font-size: 16px;
  padding:    1.4rem;
}
.branches-box .box-header > div {
  border-top: 0px solid #dee2e6;

}
.branches-box > .row {
  padding: 1.4rem;
  vertical-align: top;
/*
  border-top: 1px solid #dee2e6;
 */
  vertical-align: middle;
}
.branches-box .box-header .row {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.branches-box .row-branch {
  border-bottom: 1px solid #dee2e6;
}

.area-title h2,
.area-title h3 {
  margin:       50px 0 10px;
}

.branches-box .row-branch:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}




.align-items-center {
  align-items: center;
}

@media (max-width: 992px) {
  .branches-box .box-header {
    display: none;
  }

  .branches-box > .row .col-md-5 {
    font-weight: 600;
  }

  .branches-box > div {
    padding: 5px 10px;
  }

 .branches-box .d-flex {
    display: block;
  }
}

/* End */
/* /local/components/bix/search.branches/templates/duty/branches.css?16718038491304 */
