﻿.padding-0 {
    padding: 0;
}

.myMsg {
    background: #07af8e;
    color: #FFF;
    font-weight: bold;
    width: 30%;
    margin: 0 auto;
}

.ch-info-txt {
    position: absolute;
    text-align: center;
}

    .ch-info-txt p {
        color: #07af8e;
        font-weight: bolder;
        letter-spacing: 1px;
    }
/*.testimonial h3 {
            text-align:left;
        }*/

.testimonial .heading-underline {
    /*width: 25%;
            margin: 0 0 75px;
            text-align: left;*/
    padding-bottom: 70px;
}

.salesInfo {
    margin-top: 20px;
}

    .salesInfo h4 {
        color: #07AF8E;
        text-align: left;
        line-height: 30px;
    }

    .salesInfo p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #888;
        border-bottom: 1px #eee solid;
        width: 250px;
    }

        .salesInfo p a {
            color: #888;
        }
