/* << From mbr-additional.css */
.branch-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #000000;
}
.branch-box .mbr-fallback-image.disabled {
  display: none;
}
.branch-box .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.branch-box .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.branch-box .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.branch-box .content-head {
  max-width: 800px;
}
.branch-box .card1 {
  background: #ffffff;
}
.branch-box .card2 {
  background: #1854c0;
}
.branch-box .card3 {
  background: #3a341c;
}
.branch-box .card4 {
  background: #ffd7ef;
}
.branch-box .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.branch-box .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.branch-box .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .branch-box .card {
    margin-bottom: 1rem;
  }
}
.branch-box .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.branch-box .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .branch-box .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .branch-box .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.branch-box .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .branch-box .title-row {
    padding: 1.5rem;
  }
}
.branch-box .card-title2,
.branch-box .social-row {
  color: #ffc091;
}
.branch-box .card-title1,
.branch-box .social-row {
  color: #260a30;
}
.branch-box .card-title3,
.branch-box .social-row {
  color: #ffeb69;
}
.branch-box .card-text3,
.branch-box .mbr-section-btn {
  color: #ffffff;
}
.branch-box .card-text1,
.branch-box .mbr-section-btn {
  color: #260a30;
}
.branch-box .card-text2,
.branch-box .mbr-section-btn {
  color: #ffffff;
}
.branch-box .card-title4,
.branch-box .social-row {
  color: #320707;
}
.branch-box .card-text4,
.branch-box .mbr-section-btn {
  color: #320707;
}
.branch-box .mbr-role2 {
  color: #ffffff;
}
.branch-box .mbr-role4 {
  color: #320707;
}
.branch-box .mbr-role3 {
  color: #ffffff;
}
.branch-box .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
/* From mbr-additional.css >> */



/* Custom CSS for Branches */
.branch-box {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.branch-box-1 {
  background-color: #000000;
}
.branch-box-2 {
  background-color: #0E1787;
  background-color: #fff;
}

.branch-box .card-wrap .image-wrap img {
	height:auto;
	max-height:350px;
}

.branch-box .content-head {
	max-width: 100%;
}
/*
.branch-text-pane .content-wrap p {
	xtext-align: justify !important;
}
*/
.branch-box .button {
	border-radius: 5px;
}

#idBranchList {
	padding-top: 1rem;
}
#idBranchList .container {
	border: #F7D353 solid 3px;
	border-radius: 10px;
	padding: 20px;
}
