/**
 * Package Name  : Price Tables
 * Author        : Muhammad Morshed -- http://morshed.im
 * Author URI    : http://pixelcoder.net/
 * Version       : 2.0
 * Description   : multipurpose 3 columns / 4 columns price table, clean and simple design with interactive css3 animation. Packed width 14
 * color scheme, suitable for any kind of business.
 *
 **/
/**
 * Including global variables and mixins
 **/
/*==============================================
    Variables
===============================================*/
/*==============================================
    Mixins
===============================================*/
/*===========================================
    Common Styles
===========================================*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cp-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cp-overlay.dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.section {
  padding: 30px 0;
}
.section-full {
  padding: 0px 0;
}
.top-full {
  padding-top: 125px;
}
.bottom-full {
  padding-bottom: 15px;
}
.dark-bg {
  background-color: #fff;
}
.primary-bg {
  background-color: #e6ae03;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Bootstrap heading reset*/
.pc-price h3 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
/*========================================
    Button Styling
===========================================*/
.pc-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pc-btn:hover,
.pc-btn:focus {
  color: #e6ae03;
  outline: 0 none;
  text-decoration: none;
}
.pc-btn-1 {
  border: 1px solid #444;
  border-radius: 50px;
  color: #fff;
  line-height: 40px;
  padding: 0 45px;
  text-transform: uppercase;
}
.pc-btn-2 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  line-height: 40px;
  text-transform: uppercase;
}
.pc-btn-3 {
  border: 1px solid #aaa;
  color: #333333;
  line-height: 40px;
  padding: 0 45px;
  text-transform: uppercase;
}
.pc-btn-4 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 0 45px;
  text-transform: uppercase;
}
.pc-btn-5 {
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #333;
  display: block;
  font-weight: 700;
  line-height: 50px;
  padding: 0 45px;
  text-transform: uppercase;
}
.pc-btn-6 {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 50px;
  margin: 0 38px;
  text-transform: uppercase;
}
.pc-btn-7 {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
.pc-btn-8 {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 50px;
  margin: 0 38px;
  text-transform: uppercase;
}
.pc-btn-9 {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 50px;
  margin: 0 38px;
  text-transform: uppercase;
}
.pc-btn-10 {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 50px;
  margin: 0 38px;
  text-transform: uppercase;
}
.pc-btn-13 {
  background-color: #47555d;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
/*========================================
    .pc-price
===========================================*/
.pc-price {
  width: 100%;
}
.pc-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc-price .pricing span {
  display: inline-block;
  font-size: 18px;
  line-height: normal;
}
.pc-price .pricing .value {
  font-size: 38px;
  line-height: 40px;
}
.pc-price .pricing .currency {
  margin-right: 5px;
  vertical-align: top;
}
.pc-price .price-body li {
  line-height: 35px;
  white-space: nowrap;
}
.pc-price .price-body li a{
  line-height: 35px;
  white-space: nowrap;color: #fff;
}
.pc-price .price-body li a:hover{
 color: #4083FF;
}
/*========================================
    .pc-price-35
===========================================*/
.pc-price-35 {
  background-color: #eee;
  color: #999;
  position: relative;
}
.pc-price-35 .price-head {
  color: #fff;
  padding: 80px 0 180px;
}
.pc-price-35 .price-head:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pc-price-35 .price-head .tagline {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
}
.pc-price-35 h3 {
  font-family:微软雅黑;
  font-weight: 500;
  font-size: 33px;float: left;left:50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pc-price-35 .pricing {
 
  padding: 21px 0 0 0;
  position: relative;
}
.pc-price-35 .pricing .currency1 {
  float: left;
  margin-left:-15px;
  width: 38px;
  margin-top:20px;
}
.pc-price-35 .pricing .currency {
  float: left;
  margin-left:-80px;
  width: 38px;
  margin-top:20px;
}
.pc-price-35 .pricing .period1 {
  
  font-weight: 400;float: left;margin-left:-40px;margin-top:60px;
}
.pc-price-35 .pricing .period {
  
  font-weight: 400;float: left;margin-left:-80px;margin-top:60px;
}
.pc-price-35:hover .price-head:before,
.pc-price-35.active .price-head:before,
.pc-price-35:hover .pc-btn:before,
.pc-price-35.active .pc-btn:before {
  background-color: rgba(64,131,255, 0.8);
}
.pc-price-35:hover .tagline,
.pc-price-35.active .tagline {
  color: #fff;
}
.pc-price-35:hover .pc-btn,
.pc-price-35.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-9
===========================================*/
.pc-price-9 {
  background-color: #222;
  color: #fff;
}
.pc-price-9 .price-head {
  padding: 53px 0 0;
}
.pc-price-9 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 13px;
}
.pc-price-9 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pc-price-9 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-9 .pricing .value {
  font-weight: 300;
}
.pc-price-9 .price-body {
  padding: 36px 0 35px;
}
.pc-price-9 .pc-btn {
  margin-top: 40px;
  padding-right: 58px;
  position: relative;
}
.pc-price-9 .pc-btn span {
  background-color: #333333;
  border-radius: 50%;
  color: #797979;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 38px;
}
.pc-price-9:hover .pricing,
.pc-price-9.active .pricing {
  color: #4083FF;
}
.pc-price-9:hover .pc-btn,
.pc-price-9.active .pc-btn {
  background-color: #4083FF;
  border-color: #4083FF;
  color: #fff;
}
.pc-price-9:hover .pc-btn span,
.pc-price-9.active .pc-btn span {
  color: #4083FF;
}


 
 
/*============================================================
  Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  [class^="col-"] .pc-price {
    margin-bottom: 30px;
  }
  [class^="col-"]:last-child .pc-price {
    margin-bottom: 0;
  }
  
 
  .pc-price-9 .price-head {
    padding-top: 25px;
  }
  .pc-price-9 .pricing {
    margin-top: 5px;
  }
  .pc-price-9 .pricing .value {
    font-size: 40px;
  }
  .pc-price-15 .price-head {
    padding-top: 25px;
  }
  .pc-price-15 .pricing .currency {
    font-size: 20px;
  }
  .pc-price-15 .pricing .value {
    font-size: 60px;
    line-height: 60px;
  }
  .pc-price-15 .pricing .period {
    font-size: 18px;
  }
  .pc-price-15 .price-body {
    padding: 30px 0 35px;
  }
  .pc-price-15 .price-body .border {
    margin-left: -1px;
    height: -webkit-calc(100% - 110px);
    height: calc(100% - 110px);
  }
  .pc-price-15 .price-body .border {
    left: 20px;
    margin-left: 0;
  }
  .pc-price-15 .price-body-inner {
    margin-bottom: 30px;
  }
  .pc-price-15 ul {
    display: block;
    padding-left: 40px;
    text-align: left;
  }
  .pc-price-15 ul:first-child {
    padding-right: 0;
  }
  .pc-price-15 ul.text-left {
    padding-left: 40px;
  }
  .pc-price-15 .pc-btn {
    margin: 0 20px;
  }
  .pc-price-16 .price-head {
    padding: 41px 20px 33px;
  }
  .pc-price-16 .pricing .currency {
    font-size: 20px;
  }
  .pc-price-16 .pricing .value {
    font-size: 70px;
    line-height: 50px;
  }
  .pc-price-16 .price-body ul {
    display: block;
    padding-left: 30px;
    text-align: left;
  }
  .pc-price-16 .price-body ul li {
    padding-left: 0;
  }
  .pc-price-16 .price-body .sep {
    height: 1px;
    left: 30px;
    right: 0;
    top: 50%;
    width: auto;
  }
  .pc-price-19 {
    padding-bottom: 30px;
  }
  .pc-price-19 h3 {
    font-size: 36px;
  }
  .pc-price-19 .price-body {
    padding: 19px 15px 0;
  }
  .pc-price-19 .white-bg {
    left: 15px;
    right: 15px;
  }
  .pc-price-19 .pc-btn {
    font-weight: 400;
    line-height: 40px;
    margin-top: 25px;
    padding: 0 35px;
  }
  .pc-price-20 .price-head {
    padding: 15px 10px 0 15px;
  }
  .pc-price-20 h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .pc-price-20 .pricing .currency {
    line-height: 30px;
  }
  .pc-price-20 .pricing .value {
    display: inline-block;
    font-size: 38px;
    line-height: 40px;
  }
  .pc-price-20 .pricing .period {
    font-size: 14px;
    margin-top: 0;
  }
  .pc-price-20 .tagline {
    margin-top: 40px;
  }
  [class^="col-"] .pc-price-21 {
    margin-bottom: 80px;
  }
  [class^="col-"]:last-child .pc-price-21 {
    margin-bottom: 0;
  }
  .pc-price.pc-price-28 {
    margin-bottom: 90px;
  }
  .pc-price.pc-price-30 {
    margin-bottom: 90px;
  }
  .pc-price-31 .price-body {
    overflow: hidden;
  }
  .pc-price-31 .price-body svg {
    height: 345px;
  }
  .pc-price-34 .price-title {
    float: none;
  }
  .pc-price-34 .pricing {
    float: none;
    padding: 20px;
    text-align: left;
  }
  .pc-price-34 .pricing .period,
  .pc-price-38 .icon,
  .pc-price-38 .pc-btn {
    display: inline-block;
  }
  .pc-price-38:hover,
  .pc-price-38.active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .pc-price-39 .pc-btn,
  .pc-price-40 .pc-btn {
    display: block;
    padding: 0;
  }
  .pc-price-41 .pricing,
  .pc-price-42 .pricing {
    float: none;
    margin-bottom: 15px;
  }
  .pc-price-41 .pc-btn,
  .pc-price-42 .pc-btn {
    display: inline-block;
    float: none;
  }
  .pc-price.pc-price-42 {
    margin-bottom: 80px;
  }
  .pc-price.pc-price-68 {
    margin-bottom: 50px;
  }
  .pc-price.pc-price-70 {
    margin-bottom: 170px;
  }
  .pc-price-46 .price-title::before,
  .pc-price-46 tbody .order-col.active::after {
    border-width: 15px 84px;
  }
  .pc-price-46 h3 {
    font-size: 28px;
  }
  .pc-price-46 .pricing {
    padding: 40px 0 20px;
  }
  [class^="col-"]:last-child .pc-price-28,
  [class^="col-"]:last-child .pc-price-30,
  [class^="col-"]:last-child .pc-price-42,
  [class^="col-"]:last-child .pc-price-60,
  [class^="col-"]:last-child .pc-price-66,
  [class^="col-"]:last-child .pc-price-67,
  [class^="col-"]:last-child .pc-price-68,
  [class^="col-"]:last-child .pc-price-70 {
    margin-bottom: 0;
  }
  .pc-price-49 thead tr .price-col {
    height: 205px;
    padding: 0 70px;
  }
  .pc-price.pc-price-60 {
    background-image: none;
    margin-bottom: 150px;
    padding-top: 0;
    position: relative;
  }
  .pc-price.pc-price-60:before {
    background-color: rgba(255, 255, 255, 0.1);
    bottom: -45px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
  }
  .pc-price.pc-price-60 svg {
    display: none;
  }
  .pc-price-60 .pc-btn::before,
  .pc-price-60 .pc-btn::after {
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    -ms-transform: skewY(-12deg);
    -o-transform: skewY(-12deg);
    transform: skewY(-12deg);
  }
  .pc-price-60 .pc-btn::after {
    -webkit-transform: skewY(6deg) translateY(46px);
    -moz-transform: skewY(6deg) translateY(46px);
    -ms-transform: skewY(6deg) translateY(46px);
    -o-transform: skewY(6deg) translateY(46px);
    transform: skewY(6deg) translateY(46px);
  }
  .pc-price-60 .pc-btn .double-shape {
    top: -50px;
  }
  .pc-price-63 .pricing {
    float: none;
    left: 0;
    padding: 26px 0 24px;
  }
  .pc-price-63 .pricing:before,
  .pc-price-63 .pricing:after {
    content: none;
  }
  .pc-price-63 .pricing .shape {
    display: none;
  }
  .pc-price-63 .price-title {
    float: none;
    padding: 15px 0;
  }
  .pc-price-64 .view-details {
    display: none;
  }
  .pc-price-64 .price-body {
    display: block;
  }
  .pc-price-64 .price-title,
  .pc-price-65 .price-title,
  .pc-price-66 .price-title,
  .pc-price-69 .price-title {
    float: none;
    text-align: left;
  }
  .pc-price-64 .pricing,
  .pc-price-65 .pricing,
  .pc-price-66 .pricing,
  .pc-price-69 .pricing {
    float: none;
    margin-top: 20px;
    text-align: left;
  }
  .pc-price.pc-price-66 {
    margin-bottom: 50px;
  }
  .pc-price.pc-price-67 {
    margin-bottom: 180px;
  }
  .pc-price.pc-price-67 .up-arrow {
    top: 44px;
  }
  .pc-price.pc-price-67 .down-arrow {
    bottom: 44px;
  }
  .pc-price.pc-price-67 .price-body::before {
    bottom: -100px;
  }
  .pc-price-68 .price-head {
    padding-top: 0;
  }
  .pc-price-68 .price-head svg {
    width: 100%;
  }
  .pc-price-68 .price-title {
    left: 20px;
    margin-top: 80px;
    position: absolute;
  }
  .pc-price-68 h3 {
    font-size: 26px;
  }
  .pc-price-68 .pricing {
    padding-top: 0;
    margin-top: 95px;
  }
  .pc-price-68 .pricing .value {
    font-size: 38px;
  }
  .pc-price-68 .price-body {
    padding-top: 60px;
  }
  .pc-price-68 .price-body svg {
    display: none;
  }
  .pc-price-68 .price-body::before {
    background-color: #1d262b;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -66px;
    -webkit-transform: skewY(-39deg);
    -moz-transform: skewY(-39deg);
    -ms-transform: skewY(-39deg);
    -o-transform: skewY(-39deg);
    transform: skewY(-39deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .pc-price-68 .price-body ul {
    padding: 0 40px;
  }
  .pc-price-68 .price-foot svg {
    top: 19px;
    z-index: -1;
  }
  .pc-price-68 .pc-btn {
    margin: 70px 0 30px;
  }
  .pc-price-68:hover .price-body::before,
  .pc-price-68.active .price-body::before {
    background-color: #e6ae03;
  }
  .pc-price-69 .price-head {
    background-position: right top;
    background-size: 50% auto;
  }
  .pc-price-69 .pricing {
    color: #fff;
  }
  .pc-price-69 .period {
    display: inline-block;
  }
  .pc-price-69 .pc-btn {
    padding-right: 20px;
    text-align: right;
  }
  .pc-price-70 .price-body svg {
    left: 0;
    margin: auto;
    right: 0;
    width: 94%;
  }
}
