.panel.pricing {
    text-align: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #000;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.panel.pricing:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 27px;
    right: 27px;
    bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 200ms ease-in;
    pointer-events: none;
}
.panel.pricing:hover:before {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.panel.pricing .panel-heading {
    padding: 0
}
.panel.pricing .panel-title {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    color: #FFF
    ;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.panel.pricing .icon {
    margin-bottom: 10px;
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panel.pricing .price {
    padding: 20px 0 0;
    margin: 0;
    color: #FFF;
    background: none;
    font-weight: 500;
}
.price-value {
    font-size: 30px
}
.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
    padding-right: 3px;
}
.price-duration {
    font-size: 14px;
    display: block;
}
.price-duration:before {
    content: "";
    padding-right: 5px;
}
.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: normal;
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}
.pricing .table > tbody > tr > td {
    border: 0
}
.panel.pricing .table > tbody > tr:nth-child(2n) {
    background: none
}
.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}
.panel.pricing .panel-footer a {
    margin: 0
}
.panel.pricing .panel-title,
.pricing .panel-body {
    border: 0;
    background: none;
}
.panel.pricing .panel-title {
    padding-top: 5px;
    font-size: 15px;
}
.pricing .price-duration {
    font-size: 14px;
    display: block;
}
.pricing .panel-heading {
    padding-top: 10px !important
}
.pricing .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}

.modal-dialog {
  min-width: 80%;
  height: 90%;
  margin: 0;
  top:60px;
  padding: 10px;
  margin: 0 auto;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.carousel-item{
	cursor: pointer;
}