.responsiveInternetSpecial:nth-child(even) {
    background:#f5f9ff;
}
.responsiveInternetSpecial .title {
    border-radius:0;
    background:#333;
    color:#fff;
    border:none;
}
.responsiveInternetSpecial .title h4 {
    font-weight:600;
}
.box-dataPoints h6 {
    font-weight:600;
}
.box-dataPoints .list-group-item {
    border-left:none;
    border-top:none;
    border-right:none;
    border-bottom:1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    background: transparent;
}
.box-dataPoints .list-group-item:last-child {
    border:none;
}
.price h4 {
    font-weight:600;
}
.responsiveISbuttons .btn-primary.btn-first {
    background: none #910602;
    border-color: #910602;
}
.responsiveISbuttons .btn-primary.btn-first:hover,
.responsiveISbuttons .btn-primary.btn-first:focus,
.responsiveISbuttons .btn-primary.btn-first:active {
    background:none #232323;
    border-color: #232323;
}
.responsiveISbuttons .btn-primary {
    background: none #232323;
    border-color: #232323;
}
.responsiveISbuttons .btn-primary:hover,
.responsiveISbuttons .btn-primary:focus,
.responsiveISbuttons .btn-primary:active {
    background-color:#910602;
    border-color: #910602;
}
.responsiveInternetSpecial .call-now-box a {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    text-decoration:none;
}
.responsiveInternetSpecial .call-now-box i.fa {
    border-radius: 25px;
    background: #28a745;
    width: 50px;
    height: 50px;
    line-height: 1.6;
    color: #fff;
    font-size: 2rem;
}
