.dashboard-heading {
    padding-bottom: 10px;
}
.dashboard-heading h5 {
    font-weight: bold;
    color: #30424b;
    display: inline;
    font-size: 14px;
    vertical-align: middle;
}

.dashboard-heading img{
    height: 25px;
    width: 25px;
}

.icon {
    display: inline;
}

.icon-right {
    float: right;
    color: #30424b;
}

.info-box-rounded-border {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 130px;
    display: flex;
    cursor: default;
    position: relative;
    background-image: url("back_sec1.png");
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.info-box-rounded-border .image img {
    width: 100px;
    height: 100px;
    margin: 15px;
}


.info-box-rounded-border .content .head{
    color: #30424b;
    margin-top: 25px;
    font-weight: 900;
}

.info-box-rounded-border .content .subhead{
    color: #919191;
    margin: 0px;
}

.info-box-rounded-border-blue {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    cursor: default;
    background-color: #43a4d3;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #43a4d3;
    border-radius: 5px;
}




.info-box-rounded-border-blue .number p {
    color: #fff;
    font-size: 35px;
    line-height: 85px;
    padding: 7px 20px;
    font-weight: bolder;
}

.info-box-rounded-border-blue .content{
    display: inline-block;
}

.info-box-rounded-border-blue .content p{
    display: inline-block;
    padding: 30px 0px 30px 15px;
    color: #fff;
    font-weight: 500;
    
}
