/*pricingg*/
.pricinggg{
    padding:70px 0;
}
.panel.price,
.panel.price>.panel-heading{
    border-radius:0px;

}
.panel.price:hover{
    box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading{
    box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}


.panel.price>.panel-heading{
    box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
}

.price .list-group-item{
    border-bottom-:1px solid rgba(250,250,250, .5);
}

.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.price .panel-footer {
    color: #fff;
    border-bottom:0px;
    background-color:  rgba(0,0,0, .1);
    box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}


.panel.price .btn{

    box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
    border:0px;
}

/* green panel */


.price.panel-green>.panel-heading {
    color:#ffffff;
    background-color: #090;
    height: 70px;
    font-size: 5px;
}


.price.panel-green>.panel-body {
    color: #000000;

    background-color:white;
    height: 210px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;

}


.price.panel-green .list-group-item {
    color: #333;
    font-weight:600;
}



/* grey price */


.price.panel-grey>.panel-heading {
    color: #fff;
    background-color: #6D6D6D;
}


.price.panel-grey>.panel-body {
    color: #fff;
    background-color: #808080;

}


.price.panel-grey .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight:600;
}

/* white price */


.price.panel-white>.panel-heading {
    color: #333;
    background-color: #f9f9f9;
}

.panel.panel-white.price:hover>.panel-heading{
    box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}

.price.panel-white>.panel-body {
    color: #fff;
    background-color: #dfdfdf;

}

.price.panel-white>.panel-body .lead{
    color:#666;

}

.price:hover.panel-white>.panel-body .lead{
    color:#333;

}

.price.panel-white .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight:600;
}

.btn.btn-lg.btn-block.btn-success {
    background: darkblue none repeat scroll 0 0;
    border: 1px solid darkblue;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn-lg.btn-block.btn-primary {
    background: #6d6d6d none repeat scroll 0 0;
    border: 1px solid #6d6d6d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/*pricinggg*/
