@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

.count-text,
.count-title {
    font-family: Montserrat;
    text-transform: uppercase
}

body {
    margin: auto;
    padding: 0;
    font-size: 16px;
    color: #757575
}

.col_half {
    width: 49%
}

.col_third {
    width: 32%
}

.col_fourth {
    width: 23%
}

.col_fifth {
    width: 18.4%
}

.col_sixth {
    width: 15%
}

.col_three_fourth {
    width: 74.5%
}

.col_twothird {
    width: 66%
}

.col_fifth,
.col_fourth,
.col_half,
.col_third,
.col_three_fourth,
.col_twothird {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px
}

.end {
    margin-right: 0 !important
}

.wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrapper .counter.col_fourth {
    margin-right: 0;
    text-align: center
}

.counter {
    border-radius: 0;
    padding: 5px 0
}

.count-title {
    font-size: 48px;
    color: #01d700;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 72px
}

.count-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5
}

.col_fourth-1 .timer.count-title.count-number::after {
    content: '%'
}

.col_fourth-2 .timer.count-title.count-number::after,
.col_fourth-4 .timer.count-title.count-number::after {
    content: '%'
}

.col_fourth-3 .timer.count-title::after {
    content: '24/7';
    font-size: 45px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0
}

.col_fourth-3 .timer.count-title {
    font-size: 0 !important;
    text-align: center !important
}

.hmcount-bg .large-heading {
    margin-bottom: 20px
}