
/* Icon box 19
-------------------------------------------------- */

.icon-box19 {
    position: relative;
    text-align: center;
    background-color: #fff;
    /* background-color: #fff\9; */
    border: 1px solid #e5e5e5;
    padding: 36px 20px 28px;
    text-shadow: none;
    box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.016);
    margin: 40px 15px 30px;
}

.icon-box19 * {
    text-shadow: none;
}

.icon-box19 i {
    box-shadow: 0 0 0 7px transparent, 0 0 0 8px transparent;
    font-size: 36px;
    padding: 20px;
    background: #fff;
    color: #437df9;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -37px;
    border-radius: 100%;
    cursor: default;
    width: 76px;
    height: 76px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.icon-box19:hover i {
    background: #437df9;
    color: #fff !important;
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px #e5e5e5;
}

.icon-box19 h4,
.blox .icon-box19 h4,
.blox.dark .icon-box19 h4 {
    color: #363636;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.icon-box19 p {
    font-size: 15px;
    line-height: 1.82;
    padding-left: 15px;
    padding-right: 15px;
}

.container .icon-box19 p,
.container .blox .icon-box19 p,
.container .blox.dark .icon-box19 p {
    color: #818181;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .icon-box19 {
        margin: 50px 0 80px;
    }
}
