.price-head {
  padding: 10px 0 50px; }
  .price-head h1 {
    font-size: 32px;
    font-weight: normal;
    color: #67d7e8; }

.pricing-table {
  background: #f5f5f5;
  text-align: center;
  padding: 0 0 25px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .pricing-table.popular {
    color: #6a7074;
    position: relative; }
    .pricing-table.popular .pricing-head {
      background: #67d7e8;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      position: relative;
      height: 170px; }

.popular .price-actions .btn {
  background: #67d7e8 !important;
  cursor: pointer; }

.pricing-table .price-actions .btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #6a7074;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer; }

.pricing-head {
  background: #6a7074;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: relative;
  height: 170px; }

.pricing-head h1 {
  font-size: 24px;
  font-weight: 300;
  padding-top: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.pricing-quote {
  background: #fff;
  padding: 40px 0;
  color: #6a7074;
  font-size: 45px;
  font-weight: 100;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -85px auto;
  z-index: 100;
  position: relative; }
  .pricing-quote p {
    text-align: center; }

.pricing-quote:after {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: -85px auto;
  z-index: 100;
  position: absolute;
  content: "";
  left: -10px;
  top: 75px; }

.pricing-table ul {
  margin: 120px 0 50px;
  padding: 0; }

.pricing-table ul li {
  margin: 0 2em;
  padding: 1em 0;
  text-align: right;
  font-weight: 300; }

.pricing-table ul li i {
  margin-right: 10px; }

.pricing-quote span.note {
  display: inline;
  font-size: 18px;
  line-height: 0.8em;
  position: relative;
  top: -18px; }

.pricing-quotation {
  background: #EEEEEE;
  padding: 20px 20px 35px 20px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.pricing-quotation h3 {
  font-weight: 300; }

.pricing-quotation p {
  margin-bottom: 0px; }

.pricing-plan {
  position: relative; }

.pricing-quotation:before {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  -o-border-image: none;
     border-image: none;
  border-right: 1px solid #EEEEEE;
  border-style: none;
  top: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 48%;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px; }

.order-content table .btn {
  font-size: 14px;
  line-height: 1;
  padding: 5px 15px; }

.invoice-content thead tr {
  border-width: 1px; }
  .invoice-content thead tr th {
    font-size: 0.9375rem;
    font-weight: 500;
    border-width: 1px;
    vertical-align: middle; }
.invoice-content tbody tr {
  border-width: 1px; }
  .invoice-content tbody tr td {
    font-size: 0.9375rem;
    border-width: 1px;
    vertical-align: middle; }
