.branch-nav-container {
  width: 100%;
}

.branch-categories-nav {
  min-height: 39px;
}

.owl-pagination {
  display: none !important;
}

.owl-buttons {
  position: relative;
  height: 1px;
  width: 100%;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  position: absolute;
  top: -58px;
}

.owl-buttons .owl-prev {
  left: -15px;
}

.owl-buttons .owl-next {
  right: -15px;
}

.branch-district {
  -webkit-transition: color 1s ease-in-out;
  -moz-transition: color 1s ease-in-out;
  -o-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out;
}

.branch-districts-nav-ub {
  display: block;
}

.branch-districts-nav-rural {
  display: none;
}

.branch-districts-nav-map {
  display: none;
}

.branch-aimag {
  background-color: #0094da;
  border-right: 1px solid #07a7f1;
  color: #9ec9ff;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;

  -webkit-transition: color 1s ease-in-out;
  -moz-transition: color 1s ease-in-out;
  -o-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out;
}

.branch-aimag.selected-district {
  background-image: url("img/icon/up_arrow_white.png");
  background-position: center bottom -7px;
  background-repeat: no-repeat;
  color: white;
}

.branch-category {
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}

.map-navigation {
  background-color: #0094da;
  border-right: 1px solid #07a7f1;
  color: #9ec9ff;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;

  -webkit-transition: color 1s ease-in-out;
  -moz-transition: color 1s ease-in-out;
  -o-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out;
}

.map-navigation.selected {
  background-image: url("img/icon/up_arrow_white.png");
  background-position: center bottom -7px;
  background-repeat: no-repeat;
  color: white;
}

.branch-districts-nav-map .map-navigation {
  background-image: none !important;
}

.online-booking {
  background-image: linear-gradient(lightblue, #0094da);
	border-radius: 30px;
	height: 50px;
  font-size: initial;
	color: white;
  border-color: #0094da;
}

.time-code-title {
  color: #3f3f3f;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}
.time-code-title1 {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .time-code-title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .time-code-title1 {
    margin-bottom: 5px;
  }
}

.time-table {
}

branch-thumbnail table td,
.branch-thumbnail table th {
  padding: 0px;
}

.marker-explain {
  padding: 10px;
  display: none;
  flex: 1;
  align-items: center;
  height: 65px;
  cursor: pointer;
}

.marker-explain table {
  margin-bottom: 0px;
}

.marker-explain td {
  padding: 5px;
}

.branch-thumb-left {
  width: 43%;
  clear: both;
}

.branch-thumb-left-img img {
  width: 100%;
}

.branch-thumb-right {
  width: 57%;
}

@media (max-width: 991px) {
  .branch-category.selected-category {
    background-image: none;
  }
}

.marker-explain-filter table {
  width: 100%;
}

.marker-explain-filter select {
  height: 30px;
  padding: 0 10px;
}
