﻿.info-box1 {
    display: inline-block;
    height: auto;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px 0px;
}

.info-box1 h4 {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #114a7b;
    border-bottom: 1px solid #eee;
    padding: 0px 10px 10px 10px;
}

.info-box1 .ibox-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.info-box1 .ibox-img img {
    width: 100px;
    height: 100px;
    border: 4px double #b9b9b9;
}

.info-box1 .info-box-text {
    display:block;
    vertical-align:middle;
    font-size: 14px;
    color: #616161;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}

.info-box1 .info-box-text b {
    color: #000;
}
.info-box-content {
    display:table;
    height:100px;
}
