.tabs .tab a:focus,
.tabs .tab a:focus.active {
  /* background-color: #1a237e; */
  color: red;
  font-weight: bolder;
}

.lb_main_tabs {
  height: auto;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
}

#services {
  margin-top: 110px;
}

.section {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.active {
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border-right: 3px solid white;
}

.tab {
  width: 100%;
}
.lb_major_tabs :hover {
  border-right: 3px solid #eeeeee;
}

.indicator {
  display: none;
}

.tab-content {
  display: none;
}

.tab-content .active {
  display: block;
}

.lb_main_tabs li {
  font-weight: 700;
  padding: 0px;
}

.top {
  background-image: url("/assets/image/11.JPG");
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.lb_main_tabs {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* right list title */
.lb_tittle {
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: black;
}

.lb_sub_title {
  color: red !important;
}

/* right list title */

blockquote {
  height: 50px !important;
}

@media only screen and (max-width: 600px) {
  blockquote {
    height: 80px !important;
    display: block;
  }
}
