
/* Icon Box 25
-------------------------------------------------- */

.icon-box25 {
    background: #f6f6f6;
    border-right: 2px solid #437df9;
    position: relative;
    padding-left: 136px;
    padding-right: 9px;
    min-height: 100px;
}

.blox .icon-box25 {
    background: #fff;
}

.icon-box25 a {
    display: block;
}

.icon-box25 i,
.icon-box25 img {
    font-size: 45px;
    background: #437df9;
    color: #fff;
    padding: 38px 43px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 123px;
}

.icon-box25 i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-box25 h4 {
    padding-top: 22px;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.icon-box25 p {
    color: #777;
    font-size: 15px;
    padding-right: 10px;
    padding-bottom: 19px;
    margin: 0;
}

.icon-box25 a.magicmore {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-box25 {
        padding: 127px 14px 14px;
        border-right: 0;
    }
    .icon-box25 i {
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 117px;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .icon-box25 {
        padding: 140px 14px 14px;
        border-right: 0;
    }
    .icon-box25 i {
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 120px;
        margin: 0;
    }
}
