.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.icon-service-page {
    margin: 20px auto;
}

.content-area {
    padding: 2.5%;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
    font-size:16px;
}

.list-group {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1)
}

.service-bar {
    border-top: 5px solid #f1f1f1;
    background: #FFF;
    position: relative;
    margin-top: 40px;
}

.service-bar h3 {
    position: absolute;
    left: 25%;
    top: -40px;
    width: 50%;
    padding: 10px;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
    border-radius: 33px;
}

.service-bar-icon {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 16.6666%;
}

.service-bar-icon:hover {
    float: left;
    background-color: #00BEF2;
    width: 16.6666%;
    color: #FFF;
    text-decoration: none;
    transition: 120ms;
}

.service-bar a {
    color: #ff7500;
}

.service-bar-icon img {
    max-width: 60%;
}

@media all and ( min-width:1500px) {
    .content-area {
        padding: 2.5% 5.5%;
    }
    .service-bar h3 {
        position: absolute;
        left: 40%;
        width: 20%;
    }
}

@media all and ( max-width: 767px) {
    .service-bar h3 {
        left: 25%;
        width: 50%;
    }
    .service-bar-icon {
        float: left;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 33.333%;
    }
    .service-bar-icon:hover {
        width: 33.333%;
        height: auto;
    }
}

@media all and ( max-width: 480px) {
    .service-bar h3 {
        left: 25%;
        width: 50%;
    }
    .service-bar-icon {
        height: 175px;
        width: 50%;
    }
    .service-bar-icon:hover {
        width: 50%;
        height: 175px;
    }
}
