/* Banner Price Style */
.banner-price-text{
    text-align: center;
    font-family: 'abrahamlinco';
    font-size: 30px;
    line-height: 50px;
    margin-top: -30px;
}
.banner-price-item{
    text-align: center;
}
.banner-price-name{
    background: #BC9E58;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
}
.banner-price-description{
    padding: 10px 0 0;
    background: #D5D5D5;
}
.banner-price-description span{
    background: #fff;
    color: #53a1bd;
    padding: 0 20px;
    font-size: 20px;
    width: 100%;
}
.banner-price-content{
    background: #fff;
    padding-bottom: 20px;
}
.banner-price-content p{
    padding: 10px;
}
.banner-price-content p:nth-child(even){
    background: #F8F8F8;
}
.banner-price-link{
    background: #fff;
    padding: 10px 0 20px;
    margin-top: 15px;
}
.banner-price-link a{
    color: #fff!important;
    background: #BC9E58;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.banner-price-link a:hover{
    background: #717170;
}