.live-counter img {
	width: 88px !important;
	margin-top: 15px;
}

.infograph-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}

.infograph-box__item {
	height: inherit;
}

.ib-item-x2 {
	width: 50%;
}

.ib-item-x4 {
	width: 25%;
}

.ib-item-x3 {
	width: 33.33333%;
}

.ib-item-x5 {
	width: 20%;
}

.ib-item__inner-content {
	text-align: center;
	background-color: #e4eaef;
	margin: 10px;
	padding: 15px;
	border-radius: 5px;
	height: 100%;
}

.ib-item-content__icon {
	position: relative;
}

.ib-item-content__icon img {
	width: 100%;
	max-width: 130px;
}

.ib-item-content__icon-txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
  display: inline;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.ib-item-content__caption {
	font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}

.accent-color-blue {
	color: #187CA4;
}

@media (max-width: 768px) {
	.infograph-box-ui-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ib-item-x4 {
		width: 50%;
		margin-bottom: 20px;
	}
	.ib-item-x5 {
		width: 33.3333%;
	}
	
	.list-plus {
    flex-wrap: wrap;
	}

	.responsive-table {
		overflow-x: scroll;
		display: block;
	}
}

@media (max-width: 480px) {
	.ib-item-x3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.ib-item-x5 {
		width: 50%;
	}
}


.list-plus {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.list-plus .item2 {
    background: rgb(228, 234, 239) none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    float: left;
    height: 220px;
    margin: 10px 8px;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.list-plus .item2 img {
    width: 60px;
}
.list-plus .item2 span {
    color: rgb(1, 135, 204);
    text-transform: uppercase;
}
.list-plus .item2 p.name {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid;
    color: rgb(116, 214, 111);
    font-size: 12px !important;
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 5px;
    text-align: center;
}



/* For tabs */
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab {
    display: inline-flex;
}

.tab__title {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    transition: .3s;
}

.tab__title:hover {
    background-color: #eee;
}

.tab__title.active {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.tab__desc{
    display: none;
}

#tabs__content {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #eee;
}

@media (max-width: 992px) {
    #tabs__content {
        padding: 15px;
    }
}

#tabs__content h2 {
    margin-top: 0;
}
/* END For tabs */
.header__top-content {
  width: 100%;
  text-align: center;
  padding: 0.3em 0.5em 0.4em;
  margin-bottom: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #BF3030;
}
@media (max-width: 992px) {

	.header__top-content {
		margin-top: 50px;
	}
}
 