.has-bg {
    position: relative;
    overflow: hidden;
}
.page-title {
    padding: 164px 0 100px;
    text-align: center;
}
.has-bg .bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.has-bg .bg-cover img {
    max-width: 100%;
    min-height: 100%;
}
.has-bg .container {
    position: relative;
    z-index: 1020;
}
.page-title h1 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}
.page-title p {
    display: block;
    font-size: 21px;
    color: rgba(255,255,255,.8);
    font-style: italic;
    font-weight: 300;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    margin: 0;
}
.has-bg .bg-cover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/transparent/black-0.4.png);
}
.pricing-tbl{
    text-align:center;
    position: relative;
}
.pricing-tbl ul{
    margin:auto;
    width:85%
}
.pricing-tbl ul li{
    padding:12px 0;
}
.pricing-tbl ul li:first-child{
    border-top-width:0
}
.pricing-tbl.style-1 ul li:first-child{
    border-top-width:1px
}
.pricing-tbl h3{
    padding:30px 0;
    font-size:20px;
    margin:0
}
.pricing-tbl .pricing-footer{
    padding:25px 0
}
.pricing-tbl .price-lg{
    font-size:28px;
}
.pricing-tbl .price_txt{
    padding:5px 0
}
.pricing-tbl .pricing-footer .btn{
    padding-right:30px;
    padding-left:30px;
    text-transform:none
}
/* style 3 */
.pricing-tbl.style-3 .price_txt{
    display:table;
    width:140px;
    height:140px;
    border-radius:50%;
    padding-top: 40px;
    margin:auto;
    text-align:center
}
.pricing-tbl.style-3 .price_txt span{
    display:block
}
.pricing-tbl.style-3 ul li:nth-child(2){
    border-top:0
}
.pricing-tbl.style-3:hover ul li,.pricing-tbl.style-3.selected ul li{
    color:#fff;
    border-color:rgba(255,255,255,0.2)
}
.pricing-tbl.style-3:hover h3,.pricing-tbl.style-3.selected h3{
    color:#fff
}
.pricing-tbl.no-margin{
    margin-right: -15px;
    margin-left: -15px
}
.pricing-tbl.lg-cell{
    margin: -20px -25px;
    z-index: 2;
    box-shadow: 0 0 13px rgba(0,0,0,.4);
}
.pricing-tbl.style-1.selected .price-lg,.pricing-tbl.style-1:hover .price-lg{
    color:#fff !important;
}
.pricing-tbl.lg-cell h3{
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 20px;
    color: #fff
}
.pricing-tbl.style-1.selected ul li,.pricing-tbl.style-1:hover ul li{
    border-color: rgba(255,255,255,.4);
}
.price-ul,.price-ul ul {
    margin: 0;
    list-style: none;
    padding: 0
}
.price-ul > li{
    padding: 0
}

.price-chart .panel-heading {
    font-size: 22px;
    margin: 0;
    padding: 30px 20px;
    text-align: center;
}
.price-label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    text-transform: uppercase;
}
.price-first-heading .price-label {
    font-weight: 600;
}
.price-figure {
    padding: 20px 0 30px;
    position: relative;
}
.price-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 30px;
}
.price-amount {
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    padding: 0 0 0 20px;
}
.price-foreword {
    display: block;
    font-size: 14px;
    font-style: italic;
    padding: 0;
}
.price-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    font-weight: normal;
}
.price-paragraph span {
    font-size: 28px;
}
.price-ul .panel-heading {
    border-radius: 0;
    height: 260px;
    overflow: hidden;
    margin-bottom: 0;
}
.price-ul li li.list-group-item {
    border-left-width: 0;
    border-radius: 0;
    height: 45px;
}
.price-ul li.price-first-heading li.list-group-item {
    border-left-width: 1px;
    border-radius: 0;
    height: 45px;
}
.list-group-item{
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-ul li.price-first-heading, .price-pro li.price-inner {
    padding: 0;
}
.price-ul .panel-heading {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.price-ul li:first-child .panel-heading {
    border-left: 1px solid #ddd;
}
.price-ul li.list-group-item {
    text-align: center;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
@media (min-width: 768px) {
    @media (max-width: 969px) {
        .price-amount {
            font-size: 35px;
        }
        .price-button a.btn{
            padding: 8px;
        }
        .panel-heading{
            padding: 8px;
        }
        .price-foreword{
            font-size: 12px;
        }
    }
}