<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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 &gt; [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: 62.5px 0;
}
.section-full {
  padding: 125px 0;
}
.top-full {
  padding-top: 125px;
}
.bottom-full {
  padding-bottom: 125px;
}
.dark-bg {
  background-color: #333333;
}
.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: 48px;
  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-1
===========================================*/
.pc-price-1 {
  background-color: #444444;
  color: #fff;
  -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-1 .price-head {
  padding: 41px 0 26px;
}
.pc-price-1 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 29px;
}
.pc-price-1 h3 {
  font-family: "Dosis", sans-serif;
  margin-bottom: 21px;
}
.pc-price-1 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-1 .price-body {
  background-color: #222222;
  border-radius: 15px 15px 0 0;
  padding: 39px 0 35px;
}
.pc-price-1 .pc-btn {
  margin-top: 75px;
}
.pc-price-1:hover,
.pc-price-1.active {
  background-color: #e6ae03;
}
.pc-price-1:hover .price-head,
.pc-price-1.active .price-head {
  color: #222;
}
.pc-price-1:hover .pc-btn,
.pc-price-1.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
/*========================================
    .pc-price-2
===========================================*/
.pc-price-2 {
  background-color: #fff;
  color: #858585;
  padding: 50px 0 40px;
}
.pc-price-2 .icon {
  font-size: 40px;
  color: #333333;
  margin-bottom: 22px;
  display: inline-block;
}
.pc-price-2 h3 {
  font-size: 32px;
  color: #333333;
}
.pc-price-2 .pricing {
  background-color: #eeeeee;
  color: #333333;
  margin: 23px -10px 0;
  padding: 20px 0 14px;
  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-2 .pricing [class^="shape-"] {
  border-color: transparent #777 #777 transparent;
  border-style: solid;
  border-width: 14px 5px 11px;
  display: block;
  height: 15px;
  position: absolute;
  top: -24px;
  width: 10px;
  -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-2 .pricing .shape-right {
  border-color: transparent transparent #777 #777;
  border-width: 11px 5px;
  right: 0;
  top: -20px;
}
.pc-price-2 .pricing span {
  font-weight: 700;
}
.pc-price-2 .pricing .value {
  font-weight: 900;
}
.pc-price-2 .price-body {
  margin-top: 26px;
}
.pc-price-2 .pc-btn {
  display: block;
  margin-top: 40px;
}
.pc-price-2:hover .pricing,
.pc-price-2.active .pricing {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-2:hover .pricing .shape-left,
.pc-price-2.active .pricing .shape-left {
  border-color: transparent #9a7502 #9a7502 transparent;
}
.pc-price-2:hover .pricing .shape-right,
.pc-price-2.active .pricing .shape-right {
  border-color: transparent transparent #9a7502 #9a7502;
}
.pc-price-2:hover .pc-btn,
.pc-price-2.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-3
===========================================*/
.pc-price-3 {
  background-color: #fff;
  color: #858585;
  padding: 50px 0 40px;
}
.pc-price-3 h3 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
}
.pc-price-3 span {
  font-size: 16px;
}
.pc-price-3 .pricing {
  color: #777777;
  font-family: "Dosis", sans-serif;
  margin: 41px 0 0;
  padding: 20px 0 14px;
  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-3 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-3 .pricing .value {
  font-size: 38px;
  font-weight: 700;
}
.pc-price-3 .pricing .period {
  font-size: 15px;
}
.pc-price-3 .price-body {
  margin-top: 26px;
}
.pc-price-3 .pc-btn {
  display: inline-block;
  margin-top: 23px;
}
.pc-price-3:hover .pricing,
.pc-price-3.active .pricing {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-3:hover .pc-btn,
.pc-price-3.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-4
===========================================*/
.pc-price-4 {
  background-color: #222222;
  color: #858585;
  padding: 33px 0 40px;
}
.pc-price-4 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 7px;
  -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-4 .sep {
  background-color: #666;
  height: 2px;
  margin-top: 18px;
}
.pc-price-4 .sep span {
  background-color: #e6ae03;
  display: block;
  height: 4px;
  margin: 0 auto;
  position: relative;
  top: -1px;
  width: 136px;
}
.pc-price-4 span {
  font-size: 16px;
}
.pc-price-4 .pricing {
  color: #fff;
  font-family: "Dosis", sans-serif;
  margin: 23px 0 0;
  position: relative;
}
.pc-price-4 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-4 .pricing .value {
  font-size: 48px;
  font-weight: 400;
  -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-4 .pricing .period {
  display: block;
  font-size: 15px;
}
.pc-price-4 .pricing .sep {
  background-color: #e6ae03;
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 136px;
  opacity: 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-4 .price-body {
  margin-top: 26px;
}
.pc-price-4 .pc-btn {
  margin-top: 23px;
}
.pc-price-4:hover .pricing .sep,
.pc-price-4.active .pricing .sep,
.pc-price-4:hover .sep,
.pc-price-4.active .sep {
  opacity: 1;
}
.pc-price-4:hover h3,
.pc-price-4.active h3,
.pc-price-4:hover .pricing,
.pc-price-4.active .pricing {
  color: #e6ae03;
}
.pc-price-4:hover .pc-btn,
.pc-price-4.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-5
===========================================*/
.pc-price-5 {
  background-color: #eef0f3;
  color: #858585;
  padding: 26px 48px 35px;
}
.pc-price-5 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 7px;
}
.pc-price-5 .sep {
  background-color: #dcdfe3;
  height: 3px;
  margin-top: 18px;
}
.pc-price-5 .sep span {
  background-color: #333333;
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 68px;
  -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-5 span {
  font-size: 16px;
}
.pc-price-5 .pricing {
  color: #777777;
  font-family: "Dosis", sans-serif;
  margin: 23px 0 0;
  position: relative;
}
.pc-price-5 .pricing .currency {
  font-size: 22px;
  font-weight: 400;
  margin-right: 1px;
}
.pc-price-5 .pricing .value {
  font-size: 48px;
  font-weight: 500;
}
.pc-price-5 .price-body {
  margin-top: 26px;
}
.pc-price-5 .pc-btn {
  margin-top: 23px;
}
.pc-price-5:hover .sep span,
.pc-price-5.active .sep span {
  background-color: #e6ae03;
}
.pc-price-5:hover .pc-btn,
.pc-price-5.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-6
===========================================*/
.pc-price-6 {
  background-color: rgba(230, 174, 3, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 34px 0 32px;
  -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-6 .price-head &gt; span {
  font-weight: 700;
  margin-top: 20px;
  display: block;
}
.pc-price-6 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 32px;
}
.pc-price-6 .sep {
  background-color: #dcdfe3;
  height: 3px;
  margin-top: 18px;
}
.pc-price-6 .sep span {
  background-color: #333333;
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 68px;
}
.pc-price-6 span {
  font-size: 16px;
}
.pc-price-6 .pricing {
  font-family: "Dosis", sans-serif;
  margin: 25px 0 0;
  position: relative;
}
.pc-price-6 .pricing .currency {
  font-size: 24px;
  font-weight: 400;
  margin-right: 1px;
}
.pc-price-6 .pricing .value {
  font-size: 42px;
  font-weight: 500;
}
.pc-price-6 .price-body {
  margin-top: 43px;
}
.pc-price-6 li:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.1);
}
.pc-price-6 .pc-btn {
  background-color: rgba(230, 174, 3, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  margin-top: 23px;
}
.pc-price-6:hover,
.pc-price-6.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.pc-price-6:hover .pc-btn,
.pc-price-6.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-7
===========================================*/
.pc-price-7 {
  background-color: #2e2e2e;
  color: #fff;
  padding: 0 50px 32px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -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-7 .price-head &gt; span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 66px;
}
.pc-price-7 .ribbon {
  background-color: transparent;
  padding-top: 25px;
  position: relative;
  top: -15px;
  -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-7 .ribbon .down-arrow {
  border-color: transparent;
  border-style: solid;
  border-width: 60px 130px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 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-7 .ribbon [class^="shape-"] {
  border-color: transparent transparent transparent #816202;
  border-style: solid;
  border-width: 11px 11px;
  left: -11px;
  position: absolute;
  top: 4px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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-7 .ribbon .shape-right {
  border-color: transparent #816202 transparent transparent;
  left: auto;
  right: -11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pc-price-7 h3 {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  top: 20px;
  -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-7 h3 span {
  margin-right: 14px;
}
.pc-price-7 &gt; span {
  font-size: 16px;
}
.pc-price-7 .pricing {
  margin: 27px 0 0;
  position: relative;
  top: 20px;
  z-index: 1;
  -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-7 .pricing .currency {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.pc-price-7 .pricing .value {
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
}
.pc-price-7 .price-body {
  margin-top: 15px;
  color: #858585;
}
.pc-price-7 .pc-btn {
  border-color: #666;
  margin-top: 23px;
}
.pc-price-7:hover,
.pc-price-7.active {
  background-color: #222222;
  border-color: #fff;
}
.pc-price-7:hover .ribbon,
.pc-price-7.active .ribbon {
  background-color: #e6ae03;
}
.pc-price-7:hover .ribbon .down-arrow,
.pc-price-7.active .ribbon .down-arrow {
  border-color: #e6ae03 transparent transparent;
}
.pc-price-7:hover .ribbon [class^="shape-"],
.pc-price-7.active .ribbon [class^="shape-"] {
  opacity: 1;
}
.pc-price-7:hover h3,
.pc-price-7.active h3,
.pc-price-7:hover .pricing,
.pc-price-7.active .pricing {
  color: #333333;
}
.pc-price-7:hover .pc-btn,
.pc-price-7.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #333333;
}
/*========================================
    .pc-price-8
===========================================*/
.pc-price-8 {
  background-color: #222;
  border: 1px solid #e5e5e5;
  padding: 50px 0 0 100px;
  -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-8 .price-head {
  color: #fff;
}
.pc-price-8 .price-head &gt; span {
  display: block;
  font-size: 16px;
  margin-top: 17px;
}
.pc-price-8 .price-head h3 {
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.pc-price-8 .pricing {
  margin-top: 21px;
  font-family: "Dosis", sans-serif;
}
.pc-price-8 .pricing .currency {
  font-weight: 800;
  font-size: 16px;
}
.pc-price-8 .pricing .value {
  font-weight: 800;
}
.pc-price-8 .pricing .period {
  font-size: 15px;
  font-weight: 800;
}
.pc-price-8 .price-body {
  background-color: #fff;
  margin: 90px 0 0 -100px;
  padding-left: 100px;
  position: relative;
}
.pc-price-8 .price-body:before,
.pc-price-8 .price-body:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 92px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
}
.pc-price-8 .price-body:before {
  background-image: url("../image/curv1.png");
  transform: translateY(-100%);
}
.pc-price-8 .price-body:after {
  background-image: url("../image/curv2.png");
  bottom: 0;
  top: auto;
  transform: translateY(100%);
}
.pc-price-8 .price-foot {
  margin-left: -100px;
  padding: 80px 0 30px 100px;
  position: relative;
  z-index: 1;
}
.pc-price-8 .fake-shape {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -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-8 .pc-btn {
  border-color: #ccc;
  color: #333333;
  position: relative;
}
.pc-price-8:hover,
.pc-price-8.active {
  background-color: #e6ae03;
}
.pc-price-8:hover .price-head,
.pc-price-8.active .price-head {
  color: #333333;
}
.pc-price-8:hover .fake-shape,
.pc-price-8.active .fake-shape {
  opacity: 0;
  visibility: hidden;
}
.pc-price-8:hover .pc-btn,
.pc-price-8.active .pc-btn {
  background-color: #333333;
  border-color: #333333;
  color: #e6ae03;
}
/*========================================
    .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: #e6ae03;
}
.pc-price-9:hover .pc-btn,
.pc-price-9.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
.pc-price-9:hover .pc-btn span,
.pc-price-9.active .pc-btn span {
  color: #e6ae03;
}
/*========================================
    .pc-price-10
===========================================*/
.pc-price-10 {
  border: 1px solid #222;
  color: #fff;
  padding: 12px;
  -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-10 .pc-price-inner {
  border: 1px solid transparent;
  -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-10 .price-head {
  background-color: #444444;
  padding: 26px 0 27px;
  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-10 .pc-fake-head {
  background-color: transparent;
  bottom: 0;
  left: -14px;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: -1;
  -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-10 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 29px;
}
.pc-price-10 h3 {
  font-family: "Dosis", sans-serif;
  margin-bottom: 20px;
}
.pc-price-10 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-10 .pricing .value {
  font-weight: 300;
}
.pc-price-10 .price-body {
  background-color: #222222;
  padding: 39px 0 35px;
  position: relative;
}
.pc-price-10 .pc-fake-body {
  background-color: transparent;
  bottom: -14px;
  left: -14px;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: -1;
  -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-10 .pc-btn {
  margin-top: 75px;
}
.pc-price-10:hover,
.pc-price-10.active {
  border-color: transparent;
}
.pc-price-10:hover .pc-price-inner,
.pc-price-10.active .pc-price-inner {
  border: 1px solid #444;
}
.pc-price-10:hover .price-head,
.pc-price-10.active .price-head {
  background-color: #e6ae03;
  color: #222;
}
.pc-price-10:hover .pc-fake-head,
.pc-price-10.active .pc-fake-head {
  background-color: #e6ae03;
}
.pc-price-10:hover .pc-fake-body,
.pc-price-10.active .pc-fake-body {
  background-color: #222222;
}
.pc-price-10:hover .pc-btn,
.pc-price-10.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
/*========================================
    .pc-price-11
===========================================*/
.pc-price-11 {
  background-color: #59676f;
  color: #fff;
}
.pc-price-11 .price-title {
  background-color: #30414b;
  padding: 20px 0 21px;
  -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-11 .price-title h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
}
.pc-price-11 .price-title span {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 7px;
}
.pc-price-11 .pricing {
  background-color: #dfeaf0;
  font-family: "Dosis", sans-serif;
  color: #59676f;
  padding: 29px 0 28px;
}
.pc-price-11 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
}
.pc-price-11 .pricing .value {
  font-size: 48px;
  font-weight: 700;
}
.pc-price-11 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-11 .price-body {
  padding: 26px 48px 42px;
}
.pc-price-11 .price-body li {
  border-bottom: 1px dotted;
}
.pc-price-11 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-11 .pc-btn {
  font-weight: 400;
  line-height: 40px;
  margin-top: 25px;
  border-radius: 4px;
}
.pc-price-11:hover .price-title,
.pc-price-11.active .price-title {
  background-color: #e6ae03;
}
.pc-price-11:hover .price-title span,
.pc-price-11.active .price-title span {
  color: #fff;
}
.pc-price-11:hover .pc-btn,
.pc-price-11.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
/*========================================
    .pc-price-12
===========================================*/
.pc-price-12 {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-12 .price-title {
  background-image: -moz-linear-gradient(90deg, #be9002 0%, #c89703 38%, #e6ae03 100%);
  background-image: -webkit-linear-gradient(90deg, #be9002 0%, #c89703 38%, #e6ae03 100%);
  background-image: -ms-linear-gradient(90deg, #be9002 0%, #c89703 38%, #e6ae03 100%);
  padding: 20px 0 21px;
  position: relative;
}
.pc-price-12 .price-title h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
}
.pc-price-12 .pricing {
  background-color: #dfeaf0;
  font-family: "Dosis", sans-serif;
  color: #59676f;
  padding: 29px 0 28px;
  box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.078);
  -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-12 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
}
.pc-price-12 .pricing .value {
  font-size: 48px;
  font-weight: 700;
}
.pc-price-12 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-12 .price-body {
  padding: 26px 48px 27px;
}
.pc-price-12 .price-body li {
  border-bottom: 1px dotted;
}
.pc-price-12 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-12 .price-foot {
  background-color: #eee;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 44px 48px;
}
.pc-price-12 .pc-btn {
  background-color: #e6ae03;
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  font-weight: 400;
  border: 0;
  border-radius: 4px;
}
.pc-price-12:hover .pricing,
.pc-price-12.active .pricing {
  background-color: #816202;
  color: #fff;
}
.pc-price-12:hover .pc-btn,
.pc-price-12.active .pc-btn {
  color: rgba(255, 255, 255, 0.5);
}
.hot-tag {
  background-color: #eee;
  color: #816202;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 23px 0 0;
  position: absolute;
  right: 0;
  text-indent: -7px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hot-tag:before {
  border-color: #eee #eee #eee transparent;
  border-style: solid;
  border-width: 23px;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
}
/*========================================
    .pc-price-13
===========================================*/
.pc-price-13 {
  color: #999999;
  -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-13 .price-head {
  background-color: #1d262b;
  padding: 41px 48px 33px;
  position: relative;
  color: #fff;
  -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-13 .hot-tag {
  background-color: #eee;
  color: #1d262b;
  font-weight: 700;
  line-height: 50px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  text-indent: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.pc-price-13 .hot-tag:before {
  content: none;
}
.pc-price-13 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
}
.pc-price-13 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 28px;
}
.pc-price-13 .pricing span {
  display: inline-block;
}
.pc-price-13 .pricing .currency {
  font-size: 36px;
  font-weight: 700;
}
.pc-price-13 .pricing .value {
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}
.pc-price-13 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-13 .price-body {
  background-color: #eee;
  padding: 37px 48px 35px;
  border: 1px solid #ccc;
  border-top: 0;
}
.pc-price-13 .price-body li {
  border-bottom: 1px dotted #ccc;
}
.pc-price-13 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-13 .pc-btn {
  margin-top: 29px;
}
.pc-price-13:hover,
.pc-price-13.active {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.078);
}
.pc-price-13:hover .price-head,
.pc-price-13.active .price-head {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-13:hover .pc-btn,
.pc-price-13.active .pc-btn {
  background-color: #1d262b;
  color: #fff;
}
/*========================================
    .pc-price-14
===========================================*/
.pc-price-14 {
  background-color: #eee;
  color: #999999;
  position: relative;
  border: 1px solid transparent;
  -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-14 .price-head {
  padding: 39px 48px 33px;
  position: relative;
  color: #fff;
  -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-14 .shape0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pc-price-14 .shape1 {
  fill: #222222;
}
.pc-price-14 .shape2 {
  fill: #ccc;
  -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-14 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.pc-price-14 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 21px;
  color: #fff;
}
.pc-price-14 .pricing span {
  display: inline-block;
}
.pc-price-14 .pricing .currency {
  font-size: 18px;
  font-weight: 800;
}
.pc-price-14 .pricing .value {
  font-size: 72px;
  font-weight: 800;
  line-height: 60px;
}
.pc-price-14 .pricing .period {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.pc-price-14 .price-body {
  background-color: #eee;
  padding: 37px 48px 35px;
}
.pc-price-14 li {
  font-size: 16px;
  color: #777777;
  font-weight: 300;
}
.pc-price-14 .pc-btn {
  margin-top: 45px;
  font-weight: 500;
  color: #333333;
  border: 0;
  background-color: #ccc;
}
.pc-price-14:hover,
.pc-price-14.active {
  border-color: #ccc;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.078);
}
.pc-price-14:hover .price-head,
.pc-price-14.active .price-head {
  color: #fff;
}
.pc-price-14:hover .shape2,
.pc-price-14.active .shape2 {
  fill: #e6ae03;
}
.pc-price-14:hover .pc-btn,
.pc-price-14.active .pc-btn {
  background-color: #1d262b;
  color: #fff;
}
/*========================================
    .pc-price-15
===========================================*/
.pc-price-15 {
  color: #999999;
  -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-15 .price-head {
  background-color: #1d262b;
  padding: 41px 0 33px;
  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-15 .hot-tag {
  background-color: #eee;
  color: #1d262b;
  font-weight: 700;
  line-height: 50px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.pc-price-15 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
}
.pc-price-15 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 28px;
  color: #fff;
}
.pc-price-15 .pricing span {
  display: inline-block;
}
.pc-price-15 .pricing .currency {
  font-size: 36px;
  font-weight: 700;
}
.pc-price-15 .pricing .value {
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}
.pc-price-15 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-15 .price-body {
  background-color: #eee;
  padding: 30px 30px 54px;
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
}
.pc-price-15 .price-body li {
  line-height: 48px;
  cursor: pointer;
}
.pc-price-15 .price-body li:hover {
  color: #e6ae03;
}
.pc-price-15 .price-body .border {
  background-color: #e6ae03;
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px);
  left: 50%;
  margin-left: 4px;
  position: absolute;
  top: 0;
  width: 2px;
}
.pc-price-15 .price-body .circle {
  background-color: #e6ae03;
  border-radius: 10px;
  bottom: -5px;
  height: 10px;
  left: -50%;
  margin-left: -3px;
  position: absolute;
  width: 10px;
}
.pc-price-15 .price-body-inner {
  display: table;
  margin-bottom: 65px;
  width: 100%;
}
.pc-price-15 ul {
  display: table-cell;
  vertical-align: middle;
}
.pc-price-15 ul:first-child {
  padding-right: 15px;
}
.pc-price-15 ul.text-left {
  padding-left: 15px;
}
.pc-price-15 .pc-btn {
  background-color: #475a65;
  border-radius: 4px;
  border: 0;
}
.pc-price-15:hover,
.pc-price-15.active {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.078);
}
.pc-price-15:hover .price-head,
.pc-price-15.active .price-head {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-15:hover .pc-btn,
.pc-price-15.active .pc-btn {
  background-color: #e6ae03;
  color: #fff;
}
.tooltipster-default {
  background-color: #1d262b;
  border: 0 none;
  width: 203px;
}
.tooltipster-default .tooltipster-content {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}
/*========================================
    .pc-price-16
===========================================*/
.pc-price-16 {
  color: #999999;
  -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-16 .price-head {
  background-color: #1d262b;
  padding: 41px 48px 33px;
  position: relative;
  color: #fff;
  -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-16 .hot-tag {
  background-color: #eee;
  color: #1d262b;
  font-weight: 700;
  line-height: 50px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.pc-price-16 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
}
.pc-price-16 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 28px;
}
.pc-price-16 .pricing span {
  display: inline-block;
}
.pc-price-16 .pricing .currency {
  font-size: 36px;
  font-weight: 700;
}
.pc-price-16 .pricing .value {
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}
.pc-price-16 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-16 .down-arrow {
  border-color: #1d262b transparent transparent;
  border-style: solid;
  border-width: 20px 15px 0;
  left: 50%;
  position: absolute;
  top: 100%;
  z-index: 1;
  -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;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pc-price-16 .price-body {
  background-color: #eee;
  padding: 37px 0 35px;
  border: 1px solid #ccc;
  border-top: 0;
  display: table;
  position: relative;
  width: 100%;
}
.pc-price-16 .price-body ul {
  display: table-cell;
  vertical-align: middle;
}
.pc-price-16 .price-body li {
  border-bottom: 1px solid #ddd;
  line-height: 60px;
}
.pc-price-16 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-16 .price-body .sep {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.pc-price-16 .text-left li {
  padding-left: 15px;
}
.pc-price-16 .text-right li {
  padding-right: 15px;
}
.pc-price-16 .pc-btn {
  margin-top: 29px;
}
.pc-price-16:hover,
.pc-price-16.active {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.078);
}
.pc-price-16:hover .price-head,
.pc-price-16.active .price-head {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-16:hover .down-arrow,
.pc-price-16.active .down-arrow {
  border-top-color: #e6ae03;
}
.pc-price-16:hover .pc-btn,
.pc-price-16.active .pc-btn {
  background-color: #1d262b;
  color: #fff;
}
/*========================================
    .pc-price-17
===========================================*/
.pc-price-17 {
  border-radius: 10px;
  color: #999;
  padding: 33px 0 40px;
  -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-17 .price-title {
  position: relative;
}
.pc-price-17 .price-title .hot-tag {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.pc-price-17 .price-title .hot-tag:before {
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent;
}
.pc-price-17 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 7px;
  -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-17 .sep {
  background-color: #1d262b;
  display: block;
  height: 2px;
  width: 100px;
  margin: 12px auto 0;
}
.pc-price-17 span {
  font-size: 16px;
}
.pc-price-17 .pricing {
  color: #777777;
  font-family: "Dosis", sans-serif;
  margin: 28px 0 0;
  position: relative;
}
.pc-price-17 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.pc-price-17 .pricing .value {
  color: #333333;
  font-size: 48px;
  font-weight: 400;
  -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-17 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-17 .pricing .sep {
  background-color: #e6ae03;
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 136px;
  opacity: 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-17 .price-body {
  padding: 0 48px;
  margin-top: 26px;
}
.pc-price-17 .price-body .sep {
  left: 50%;
  margin-left: -50px;
  margin-top: 28px;
  position: absolute;
}
.pc-price-17 .pc-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 none;
  border-radius: 4px;
  margin-top: 23px;
  opacity: 0;
}
.pc-price-17:hover,
.pc-price-17.active {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-17:hover h3,
.pc-price-17.active h3,
.pc-price-17:hover .value,
.pc-price-17.active .value,
.pc-price-17:hover .pricing,
.pc-price-17.active .pricing {
  color: #fff;
}
.pc-price-17:hover .sep,
.pc-price-17.active .sep {
  opacity: 0;
}
.pc-price-17:hover .pc-btn,
.pc-price-17.active .pc-btn {
  opacity: 1;
  color: #fff;
}
/*========================================
    .pc-price-18
===========================================*/
.pc-price-18 {
  background-color: #1d262b;
  color: #999;
  left: 20px;
  padding: 2px 0 15px;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 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-18 .curve {
  border-color: transparent transparent #1d262b #1d262b;
  border-style: solid;
  border-width: 11px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
  -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-18 .gray-bg {
  background-color: #eee;
  bottom: 75px;
  left: -20px;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: -1;
  -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-18 .price-head {
  text-indent: -40px;
}
.pc-price-18 h3 {
  color: #666;
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 400;
  margin-bottom: 7px;
  -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-18 .sep {
  background-color: #1d262b;
  display: block;
  height: 2px;
  left: -20px;
  margin: 31px auto 0;
  position: relative;
  width: 100px;
}
.pc-price-18 span {
  font-size: 16px;
}
.pc-price-18 .pricing {
  color: #333333;
  font-family: "Dosis", sans-serif;
  margin: 22px 0 0;
  position: relative;
}
.pc-price-18 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-18 .pricing .value {
  font-size: 48px;
  font-weight: 700;
  -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-18 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-18 .pricing .sep {
  background-color: #e6ae03;
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 136px;
  opacity: 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-18 .price-body {
  margin-top: 24px;
  text-indent: -40px;
}
.pc-price-18 .price-body .sep {
  left: 50%;
  margin-left: -50px;
  margin-top: 28px;
  position: absolute;
}
.pc-price-18 .pc-btn {
  border: 0 none;
  line-height: 44px;
  margin-top: 37px;
  text-indent: 0;
}
.pc-price-18:hover,
.pc-price-18.active {
  background-color: #e6ae03;
}
.pc-price-18:hover .curve,
.pc-price-18.active .curve {
  border-color: transparent transparent #e6ae03 #e6ae03;
}
.pc-price-18:hover .gray-bg,
.pc-price-18.active .gray-bg {
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.2);
}
.pc-price-18:hover .pc-btn,
.pc-price-18.active .pc-btn {
  color: #fff;
}
/*========================================
    .pc-price-19
===========================================*/
.pc-price-19 {
  background-color: #eee;
  color: #999;
  padding: 24px 0 40px;
  position: relative;
  z-index: 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-19 .price-head {
  color: #333333;
}
.pc-price-19 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 400;
  margin-bottom: 7px;
  -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-19 span {
  font-size: 16px;
}
.pc-price-19 .pricing {
  font-family: "Dosis", sans-serif;
  margin: 25px 0 0;
  position: relative;
}
.pc-price-19 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-19 .pricing .value {
  font-size: 48px;
  font-weight: 700;
  -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-19 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-19 .pricing .sep {
  background-color: #e6ae03;
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 136px;
  opacity: 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-19 .price-body {
  margin-top: 36px;
  padding: 19px 48px 0;
  position: relative;
}
.pc-price-19 .price-body .sep {
  left: 50%;
  margin-left: -50px;
  margin-top: 28px;
  position: absolute;
}
.pc-price-19 .white-bg {
  background-color: #fff;
  bottom: 30px;
  box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, 0.08);
  left: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
}
.pc-price-19 .pc-btn {
  background-color: #333333;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  margin-top: 25px;
  padding: 0 65px;
}
.pc-price-19:hover,
.pc-price-19.active {
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.059);
}
.pc-price-19:hover .pc-btn,
.pc-price-19.active .pc-btn {
  background-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-20
===========================================*/
.pc-price-20 {
  background-color: #eee;
  color: #999;
  padding: 0 0 40px;
  position: relative;
  z-index: 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-20 .price-head {
  color: #fff;
  font-family: "Dosis", sans-serif;
  padding: 25px 20px 0;
  position: relative;
}
.pc-price-20 .shape0 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.pc-price-20 .shape1,
.pc-price-20 .shape2 {
  -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-20 .shape1 {
  fill: #47565D;
}
.pc-price-20 .shape2 {
  fill: #1D262B;
}
.pc-price-20 .price-title {
  float: left;
  color: #fff;
  text-align: left;
}
.pc-price-20 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  -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-20 span {
  font-size: 16px;
}
.pc-price-20 .pricing {
  float: right;
}
.pc-price-20 .pricing span {
  font-weight: 800;
}
.pc-price-20 .pricing .currency {
  margin-right: 1px;
  font-size: 18px;
}
.pc-price-20 .pricing .value {
  font-size: 48px;
}
.pc-price-20 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-20 .tagline {
  color: #222;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 80px;
}
.pc-price-20 .price-body {
  margin-top: 26px;
  position: relative;
}
.pc-price-20 .pc-btn {
  background-color: #47565d;
  border: 0 none;
  display: block;
  font-weight: 500;
  margin-top: 42px;
  padding: 0;
}
.pc-price-20:hover,
.pc-price-20.active {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.118);
}
.pc-price-20:hover .shape1,
.pc-price-20.active .shape1 {
  fill: #e6ae03;
}
.pc-price-20:hover .shape2,
.pc-price-20.active .shape2 {
  fill: #9a7502;
}
.pc-price-20:hover .pc-btn,
.pc-price-20.active .pc-btn {
  background-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-21
===========================================*/
.pc-price-21 {
  background-color: #ccc;
  border-radius: 10px;
  padding: 10px 10px 40px;
  -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-21 svg {
  left: 50%;
  position: absolute;
  top: 1px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.pc-price-21 svg .st0 {
  fill: #CCCCCC;
  -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-21 svg .st1 {
  fill: #FFFFFF;
}
.pc-price-21 .price-icon {
  background-color: #fff;
  border-radius: 10px;
  color: #ccc;
  font-size: 100px;
  line-height: 260px;
  margin-bottom: 39px;
  -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-21 .price-head {
  color: #333333;
  -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-21 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 400;
  margin-bottom: 7px;
  -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-21 span {
  font-size: 16px;
}
.pc-price-21 .pricing {
  font-family: "Dosis", sans-serif;
  margin: 25px 0 0;
  position: relative;
}
.pc-price-21 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-21 .pricing .value {
  font-size: 48px;
  font-weight: 700;
  -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-21 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-21 .pricing .sep {
  background-color: #e6ae03;
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 136px;
  opacity: 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-21 .pc-btn {
  border-radius: 4px;
  border-color: #999;
  color: #1d262b;
  display: inline-block;
  margin-top: 39px;
  padding: 0 65px;
}
.pc-price-21:hover,
.pc-price-21.active {
  background-color: #e6ae03;
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.118);
}
.pc-price-21:hover .price-icon,
.pc-price-21.active .price-icon {
  color: #e6ae03;
}
.pc-price-21:hover .st0,
.pc-price-21.active .st0 {
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.118);
  fill: #e6ae03;
}
.pc-price-21:hover .price-head,
.pc-price-21.active .price-head {
  color: #fff;
}
.pc-price-21:hover .pc-btn,
.pc-price-21.active .pc-btn {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
/*========================================
    .pc-price-22
===========================================*/
.pc-price-22 {
  border-radius: 10px;
  color: #999;
  padding: 0 0 40px;
  position: relative;
  z-index: 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-22 .price-inner {
  background-color: #eee;
  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-22 .price-title {
  background-color: #1d262b;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 23px 0 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-22 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.pc-price-22 .pricing {
  color: #333333;
  font-family: "Dosis", sans-serif;
  margin: 16px 0 0;
  position: relative;
}
.pc-price-22 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 18px;
}
.pc-price-22 .pricing .value {
  font-size: 48px;
  font-weight: 700;
  -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-22 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-22 .sep {
  background-color: #333333;
  display: block;
  height: 2px;
  margin: 31px auto 0;
  width: 60px;
  -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-22 .price-body {
  padding: 23px 0 28px;
  position: relative;
}
.pc-price-22 .price-body .sep {
  left: 50%;
  margin-left: -50px;
  margin-top: 28px;
  position: absolute;
}
.pc-price-22 .pc-btn {
  background-color: #333333;
  border: 0 none;
  border-radius: 0 0 10px 10px;
  display: block;
  line-height: 78px;
  margin: 0 20px;
}
.pc-price-22:hover .price-inner,
.pc-price-22.active .price-inner {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.137);
}
.pc-price-22:hover .price-title,
.pc-price-22.active .price-title,
.pc-price-22:hover .sep,
.pc-price-22.active .sep {
  background-color: #e6ae03;
}
.pc-price-22:hover .pc-btn,
.pc-price-22.active .pc-btn {
  background-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-23
===========================================*/
.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -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-23 {
  background-color: #eee;
  color: #999;
  position: relative;
  z-index: 0;
}
.pc-price-23 .price-head {
  background: transparent no-repeat scroll left center / cover;
  color: #fff;
  padding: 91px 0 93px;
  position: relative;
}
.pc-price-23 .price-head .overlay {
  background-color: rgba(29, 38, 43, 0.75);
}
.pc-price-23 .price-tag {
  background-color: #1d262b;
  border-radius: 4px;
  bottom: 0;
  font-size: 18px;
  left: 50%;
  line-height: 50px;
  padding: 0 100px;
  position: absolute;
  -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;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.pc-price-23 .pricing {
  font-family: "Dosis", sans-serif;
  margin: 25px 0 0;
  position: relative;
}
.pc-price-23 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 36px;
}
.pc-price-23 .pricing .value {
  display: inline-block;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}
.pc-price-23 .pricing .period {
  display: block;
  font-size: 24px;
  margin-top: 3px;
}
.pc-price-23 .price-body {
  padding: 60px 48px 40px;
  border: 1px solid #ccc;
  border-top: 0;
}
.pc-price-23 .price-body li {
  border-bottom: 1px dotted #ccc;
}
.pc-price-23 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-23 .pc-btn {
  border-color: #ccc;
  border-radius: 4px;
  color: #1d262b;
  font-size: 18px;
  font-weight: 400;
  margin-top: 27px;
}
.pc-price-23:hover,
.pc-price-23.active {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.078);
}
.pc-price-23:hover .overlay,
.pc-price-23.active .overlay {
  background-color: rgba(230, 174, 3, 0.75);
}
.pc-price-23:hover .price-tag,
.pc-price-23.active .price-tag,
.pc-price-23:hover .pc-btn,
.pc-price-23.active .pc-btn {
  background-color: #9a7502;
  border-color: transparent;
  color: #fff;
}
/*========================================
    .pc-price-24
===========================================*/
.pc-price-24 {
  background-color: #eeeeee;
  color: #999;
}
.pc-price-24 .price-title {
  padding: 20px 0 21px;
  position: relative;
}
.pc-price-24 .price-title h3 {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-size: 47px;
}
.pc-price-24 .pricing {
  background-color: #dddddd;
  font-family: "Dosis", sans-serif;
  color: #333333;
  padding: 29px 0 28px;
  -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-24 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
}
.pc-price-24 .pricing .value {
  font-size: 48px;
  font-weight: 700;
}
.pc-price-24 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-24 .price-body {
  padding: 26px 48px 27px;
}
.pc-price-24 .price-body li {
  border-bottom: 1px dotted;
}
.pc-price-24 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-24 .pc-btn {
  border-color: #cccccc;
  border-radius: 4px;
  color: #333333;
  font-weight: 400;
  margin-top: 27px;
}
.pc-price-24:hover .pricing,
.pc-price-24.active .pricing {
  color: #e6ae03;
}
.pc-price-24:hover .pc-btn,
.pc-price-24.active .pc-btn {
  border-color: #e6ae03;
  color: #e6ae03;
}
/*========================================
    .pc-price-25
===========================================*/
.pc-price-25 {
  color: #999;
}
.pc-price-25 .price-title {
  background-color: #eeeeee;
  padding: 20px 0 21px;
  position: relative;
}
.pc-price-25 .price-title h3 {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-size: 47px;
}
.pc-price-25 .pricing {
  font-family: "Dosis", sans-serif;
  color: #333333;
  padding: 29px 0 28px;
  -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-25 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
}
.pc-price-25 .pricing .value {
  font-size: 48px;
  font-weight: 700;
}
.pc-price-25 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-25 .price-body {
  background-color: #1d262b;
  padding: 26px 48px 27px;
  color: #666;
}
.pc-price-25 .price-body li {
  border-bottom: 1px dotted;
}
.pc-price-25 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-25 .buy-btn {
  display: table;
  width: 100%;
}
.pc-price-25 .buy-btn &gt; * {
  display: table-cell;
  vertical-align: middle;
}
.pc-price-25 .buy-btn .icon {
  background-color: #ccc;
  color: #333333;
  font-size: 36px;
  width: 80px;
  -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-25 .pc-btn {
  background-color: #ddd;
  border: 0 none;
  color: #333333;
  font-weight: 400;
  line-height: 60px;
  margin-top: 27px;
}
.pc-price-25:hover .price-title h3,
.pc-price-25.active .price-title h3 {
  color: #e6ae03;
}
.pc-price-25:hover .pricing,
.pc-price-25.active .pricing {
  color: #e6ae03;
}
.pc-price-25:hover .buy-btn,
.pc-price-25.active .buy-btn {
  color: #e6ae03;
}
.pc-price-25:hover .buy-btn .icon,
.pc-price-25.active .buy-btn .icon {
  background-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-26
===========================================*/
.pc-price-26 {
  background-color: #eee;
  color: #999;
  position: relative;
  z-index: 0;
}
.pc-price-26 .price-title {
  padding: 39px 0 38px;
}
.pc-price-26 .price-title h3 {
  color: #333333;
  font-size: 30px;
}
.pc-price-26 .price-head {
  background: transparent no-repeat scroll left center / cover;
  color: #fff;
  padding: 91px 0 93px;
  position: relative;
}
.pc-price-26 .pricing {
  font-family: "Dosis", sans-serif;
  margin-bottom: 27px;
  position: relative;
  color: #333333;
}
.pc-price-26 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
  font-size: 36px;
}
.pc-price-26 .pricing .value {
  display: inline-block;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}
.pc-price-26 .pricing .period {
  display: block;
  font-size: 24px;
  margin-top: 3px;
}
.pc-price-26 .price-body {
  padding: 27px 48px 40px;
  border: 1px solid #ccc;
  -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-26 .price-body li {
  border-bottom: 1px dotted #ccc;
}
.pc-price-26 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-26 .pc-btn {
  border-color: #ccc;
  border-radius: 4px;
  color: #1d262b;
  font-size: 18px;
  font-weight: 400;
  margin-top: 42px;
  text-transform: none;
}
.pc-price-26:hover .pricing,
.pc-price-26.active .pricing {
  color: #fff;
}
.pc-price-26:hover .price-body,
.pc-price-26.active .price-body {
  background-color: #1d262b;
  border-color: #1d262b;
}
.pc-price-26:hover .price-tag,
.pc-price-26.active .price-tag,
.pc-price-26:hover .pc-btn,
.pc-price-26.active .pc-btn {
  background-color: #e6ae03;
  border-color: transparent;
  color: #fff;
}
/*========================================
    .pc-price-27
===========================================*/
.pc-price-27 {
  color: #999;
  position: relative;
  z-index: 0;
}
.pc-price-27 .price-title {
  background-color: #30414b;
  padding: 23px 0 26px;
  color: #fff;
  -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-27 .price-title h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
}
.pc-price-27 .price-title span {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
}
.pc-price-27 .pricing {
  font-family: "Dosis", sans-serif;
  color: #333333;
  padding: 29px 0 28px;
  -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-27 .pricing .currency {
  margin-right: 1px;
  font-weight: 700;
}
.pc-price-27 .pricing .value {
  font-size: 48px;
  font-weight: 700;
}
.pc-price-27 .pricing .period {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
.pc-price-27 .price-body {
  margin-top: 11px;
}
.pc-price-27 .pc-btn {
  border-color: #ccc;
  border-radius: 4px;
  color: #1d262b;
  font-size: 18px;
  font-weight: 400;
  margin: 31px 48px 0;
  text-transform: none;
}
.pc-price-27:hover .price-title,
.pc-price-27.active .price-title {
  background-color: #e6ae03;
}
.pc-price-27:hover .price-title span,
.pc-price-27.active .price-title span {
  color: #fff;
}
.pc-price-27:hover .pricing,
.pc-price-27.active .pricing {
  color: #e6ae03;
}
.pc-price-27:hover .price-tag,
.pc-price-27.active .price-tag,
.pc-price-27:hover .pc-btn,
.pc-price-27.active .pc-btn {
  background-color: #e6ae03;
  border-color: transparent;
  color: #fff;
}
/*========================================
    .pc-price-28
===========================================*/
.pc-price-28 {
  position: relative;
  color: #999;
}
.pc-price-28:before {
  background-color: #eeeeee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
  -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-28 svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pc-price-28 polygon {
  fill: #eee;
  -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-28 .price-head {
  color: #333333;
  padding: 85px 0 0;
  position: relative;
}
.pc-price-28 .icon {
  background-color: #eeeeee;
  border-radius: 50%;
  box-shadow: 7.071px 7.071px 20px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 48px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 0;
  width: 100px;
  -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-28 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 46px;
  -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-28 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-28 .pricing .value {
  font-weight: 300;
}
.pc-price-28 .price-body {
  padding: 36px 0 35px;
}
.pc-price-28 .pc-btn {
  background-color: #1d262b;
  margin-top: 40px;
  padding-right: 58px;
  position: relative;
}
.pc-price-28 .pc-btn span {
  background-color: #fff;
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 38px;
}
.pc-price-28:hover:before,
.pc-price-28.active:before {
  background-color: #ddd;
}
.pc-price-28:hover polygon,
.pc-price-28.active polygon {
  fill: #ddd;
}
.pc-price-28:hover .pricing,
.pc-price-28.active .pricing,
.pc-price-28:hover h3,
.pc-price-28.active h3,
.pc-price-28:hover .icon,
.pc-price-28.active .icon {
  color: #e6ae03;
}
.pc-price-28:hover .pc-btn,
.pc-price-28.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
.pc-price-28:hover .pc-btn span,
.pc-price-28.active .pc-btn span {
  color: #333333;
}
/*========================================
    .pc-price-29
===========================================*/
.pc-price-29 {
  color: #999;
  position: relative;
  z-index: 0;
}
.pc-price-29 .price-title {
  background-color: #30414b;
  color: #fff;
  padding: 23px 0 116px;
  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-29 .price-title:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: -15px;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
  -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-29 .price-title h3 {
  font-family: "Dosis", sans-serif;
  font-size: 42px;
  font-weight: 600;
}
.pc-price-29 .price-title span {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
}
.pc-price-29 .pricing {
  background-color: #fff;
  font-family: "Dosis", sans-serif;
  color: #333333;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 -1px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.5);
  height: 140px;
  left: 50%;
  margin: -70px 0 0 -70px;
  position: absolute;
  top: auto;
  width: 140px;
  -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-29 .pricing .currency {
  display: inline-block;
  font-weight: 700;
  margin: 0 1px 4px 0;
  vertical-align: bottom;
}
.pc-price-29 .pricing .value {
  font-size: 35px;
  font-weight: 700;
}
.pc-price-29 .pricing .period {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 3px;
}
.pc-price-29 .price-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pc-price-29 .price-body {
  background-color: #eee;
  padding: 116px 0 45px;
}
.pc-price-29 .pc-btn {
  background-color: #2a353b;
  border: 0 none;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgba(42, 53, 59, 0.15), 0 0 0 -1px rgba(42, 53, 59, 0.15), 0 0 0 5px rgba(42, 53, 59, 0.15);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
  margin: 31px 0 0;
  padding: 0 40px;
  position: relative;
}
.pc-price-29:hover .price-title,
.pc-price-29.active .price-title {
  background-color: #e6ae03;
}
.pc-price-29:hover .price-title:before,
.pc-price-29.active .price-title:before {
  background-color: #e6ae03;
}
.pc-price-29:hover .price-title span,
.pc-price-29.active .price-title span {
  color: #fff;
}
.pc-price-29:hover .pricing,
.pc-price-29.active .pricing {
  color: #e6ae03;
}
.pc-price-29:hover .pc-btn,
.pc-price-29.active .pc-btn {
  background-color: #e6ae03;
  box-shadow: 0 0 0 0 rgba(230, 174, 3, 0.15), 0 0 0 -1px rgba(230, 174, 3, 0.15), 0 0 0 5px rgba(230, 174, 3, 0.15);
}
/*========================================
    .pc-price-30
===========================================*/
.pc-price-30 {
  background-color: #eee;
  position: relative;
  color: #999;
}
.pc-price-30 .price-head {
  color: #fff;
  position: relative;
  padding-bottom: 48px;
  z-index: 0;
}
.pc-price-30 .price-head:before {
  background-color: #1d262b;
  content: "";
  height: 270px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -69px;
  z-index: -1;
  -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-30 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc-price-30 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: 400;
  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-30 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-30 .pricing .value {
  font-weight: 300;
}
.pc-price-30 .price-body {
  padding: 46px 0 50px;
}
.pc-price-30 .pc-btn {
  background-color: #1d262b;
  border: 0;
  border-radius: 0;
  display: block;
  margin-top: 40px;
  line-height: 45px;
  padding-right: 58px;
  position: relative;
}
.pc-price-30:hover .price-head:before,
.pc-price-30.active .price-head:before {
  background-color: #e6ae03;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.pc-price-30:hover .pc-btn,
.pc-price-30.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
.pc-price-30:hover .pc-btn span,
.pc-price-30.active .pc-btn span {
  color: #333333;
}
/*========================================
    .pc-price-31
===========================================*/
.pc-price-31 {
  background-color: #eeeeee;
  color: #999;
}
.pc-price-31 .price-head {
  padding: 43px 0 48px;
  -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-31 h3 {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.pc-price-31 h3 span {
  margin-right: 14px;
}
.pc-price-31 .pricing {
  color: #333333;
  font-family: "Dosis", sans-serif;
  padding: 45px 0 20px;
  -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-31 .pricing .currency {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.pc-price-31 .pricing .value {
  font-size: 48px;
  font-weight: 500;
  line-height: 40px;
}
.pc-price-31 .price-body {
  color: #999;
  margin-top: -10px;
  padding-bottom: 25px;
  position: relative;
  z-index: 0;
}
.pc-price-31 .price-body svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pc-price-31 .price-body .st0 {
  fill: #fff;
}
.pc-price-31 .pc-btn {
  background-color: #1d262b;
  padding-right: 58px;
  position: relative;
}
.pc-price-31 .pc-btn span {
  background-color: #fff;
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 38px;
}
.pc-price-31 .price-foot {
  padding: 35px 0 40px;
}
.pc-price-31:hover .price-head,
.pc-price-31.active .price-head {
  background-color: #e6ae03;
}
.pc-price-31:hover .price-head h3,
.pc-price-31.active .price-head h3 {
  color: #fff;
}
.pc-price-31:hover .pricing,
.pc-price-31.active .pricing {
  color: #e6ae03;
}
.pc-price-31:hover .pc-btn,
.pc-price-31.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #333333;
}
/*========================================
    .pc-price-32
===========================================*/
.pc-price-32 {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid transparent;
  color: #fff;
  -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-32 .price-head {
  border-bottom: 2px solid transparent;
  padding: 33px 0 23px;
  -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-32 .price-head span {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
}
.pc-price-32 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 47px;
  font-weight: 400;
}
.pc-price-32 h3 span {
  margin-right: 14px;
}
.pc-price-32 .pricing {
  font-family: "Dosis", sans-serif;
  padding: 35px 0 40px;
  -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-32 .pricing .currency {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.pc-price-32 .pricing .value {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
}
.pc-price-32 .pricing .period {
  display: block;
}
.pc-price-32 .price-body {
  padding: 0 48px;
}
.pc-price-32 .price-body li {
  border-bottom: 1px dotted #ccc;
}
.pc-price-32 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-32 .pc-btn {
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 48px;
}
.pc-price-32 .price-foot {
  padding: 33px 0 52px;
}
.pc-price-32:hover,
.pc-price-32.active {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
.pc-price-32:hover .price-head,
.pc-price-32.active .price-head {
  border-bottom-color: #e6ae03;
}
.pc-price-32:hover .pc-btn,
.pc-price-32.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
}
/*========================================
    .pc-price-33
===========================================*/
.pc-price-33 {
  border: 1px solid #eee;
  color: #999;
  position: relative;
}
.pc-price-33 .fake-border {
  border: 2px solid transparent;
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  -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-33 .price-head {
  color: #333333;
  padding: 53px 0 20px;
  position: relative;
}
.pc-price-33 .price-head .fake-border {
  border-bottom: 0;
}
.pc-price-33 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 13px;
}
.pc-price-33 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-33 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-33 .pricing .value {
  font-weight: 300;
}
.pc-price-33 .price-body {
  padding: 21px 0 17px;
  position: relative;
}
.pc-price-33 .price-foot {
  padding: 25px 0 50px;
  position: relative;
}
.pc-price-33 .price-foot .fake-border {
  border-top: 0;
}
.pc-price-33 .pc-btn {
  background-color: #eeeeee;
  border: 0;
  color: #333333;
  padding-right: 58px;
  position: relative;
}
.pc-price-33 .pc-btn span {
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 38px;
}
.pc-price-33:hover .fake-border,
.pc-price-33.active .fake-border {
  border-color: #e6ae03;
}
.pc-price-33:hover .icon,
.pc-price-33.active .icon {
  color: #e6ae03;
}
.pc-price-33:hover .pricing,
.pc-price-33.active .pricing {
  color: #e6ae03;
}
.pc-price-33:hover .pc-btn,
.pc-price-33.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
}
.pc-price-33:hover .pc-btn span,
.pc-price-33.active .pc-btn span {
  color: #e6ae03;
}
/*========================================
    .pc-price-34
===========================================*/
.pc-price-34 {
  background-color: #eee;
  color: #999;
  position: relative;
}
.pc-price-34 .price-head {
  color: #333333;
}
.pc-price-34 .price-head .tagline {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
}
.pc-price-34 .price-title {
  background-color: #1d262b;
  color: #fff;
  float: left;
  padding: 23px 0 26px 29px;
  position: relative;
  text-align: left;
  width: 210px;
  z-index: 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-34 .price-title .ribbon1,
.pc-price-34 .price-title .ribbon2 {
  border-color: #1d262b transparent #1d262b #1d262b;
  border-style: solid;
  border-width: 68px 61px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 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;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.pc-price-34 .price-title .ribbon2 {
  border-color: #8e9395 transparent #8e9395 #8e9395;
  right: -15px;
  z-index: -1;
}
.pc-price-34 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 47px;
  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-34 .pricing {
  font-family: "Dosis", sans-serif;
  float: right;
  font-weight: 700;
  padding: 30px 25px 0 0;
}
.pc-price-34 .pricing .currency {
  margin-right: 1px;
}
.pc-price-34 .pricing .period {
  display: block;
  font-weight: 400;
}
.pc-price-34 .price-body {
  padding: 60px 48px 17px;
  position: relative;
}
.pc-price-34 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-34 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-34 .price-foot {
  padding: 25px 48px 60px;
  position: relative;
}
.pc-price-34 .pc-btn {
  background-color: #eeeeee;
  border-color: #999;
  border-radius: 4px;
  color: #333333;
  font-weight: 400;
  line-height: 40px;
}
.pc-price-34:hover .price-title,
.pc-price-34.active .price-title {
  background-color: #e6ae03;
}
.pc-price-34:hover .tagline,
.pc-price-34.active .tagline {
  color: #eee;
}
.pc-price-34:hover .ribbon1,
.pc-price-34.active .ribbon1 {
  border-color: #e6ae03 transparent #e6ae03 #e6ae03;
}
.pc-price-34:hover .ribbon2,
.pc-price-34.active .ribbon2 {
  border-color: rgba(230, 174, 3, 0.5) transparent rgba(230, 174, 3, 0.5) rgba(230, 174, 3, 0.5);
}
.pc-price-34:hover .pc-btn,
.pc-price-34.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-35
===========================================*/
.pc-price-35 {
  background-color: #eee;
  color: #999;
  position: relative;
}
.pc-price-35 .price-head {
  color: #fff;
  padding: 23px 0 22px;
}
.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: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 47px;
  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 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 21px 0 0 0;
  position: relative;
}
.pc-price-35 .pricing .currency {
  margin-right: 1px;
}
.pc-price-35 .pricing .period {
  display: block;
  font-weight: 400;
}
.pc-price-35 .price-body {
  padding: 33px 48px 0;
}
.pc-price-35 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-35 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-35 .price-foot {
  padding: 32px 0 56px;
}
.pc-price-35 .pc-btn {
  background: transparent url("../image/bg3.jpg") no-repeat scroll center center / cover;
  border: 0 none;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
.pc-price-35 .pc-btn span {
  position: relative;
}
.pc-price-35 .pc-btn: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: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(230, 174, 3, 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-36
===========================================*/
.pc-price-36 {
  color: #999;
  position: relative;
}
.pc-price-36 .price-title {
  background-color: #1d262b;
  color: #fff;
  padding: 18px 0 20px;
  -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-36 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}
.pc-price-36 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  margin: 10px 0 41px;
  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-36 .pricing .currency {
  margin-right: 1px;
}
.pc-price-36 .pricing .period {
  display: block;
  font-weight: 400;
}
.pc-price-36 .price-body {
  background-color: #eee;
  margin-top: 45px;
  -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-36 .price-body .course-img {
  background: transparent url("") no-repeat scroll center center / cover;
  height: 255px;
  margin: 0 auto;
  position: relative;
  top: -45px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  -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-36 .price-body ul {
  padding: 0 48px;
}
.pc-price-36 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-36 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-36 .price-foot {
  padding: 32px 0 50px;
}
.pc-price-36 .pc-btn {
  background-color: #1d262b;
  border: 0 none;
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
  line-height: 40px;
}
.pc-price-36:hover .price-title,
.pc-price-36.active .price-title {
  background-color: #e6ae03;
}
.pc-price-36:hover .course-img,
.pc-price-36.active .course-img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.pc-price-36:hover .pricing,
.pc-price-36.active .pricing {
  color: #e6ae03;
}
.pc-price-36:hover .pc-btn,
.pc-price-36.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #333333;
}
/*========================================
    .pc-price736
===========================================*/
.pc-price-37 {
  color: #999;
  position: relative;
}
.pc-price-37 .course-img {
  background: transparent url("") no-repeat scroll center center / cover;
  height: 250px;
}
.pc-price-37 .price-wrap {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 49px 48px 50px;
}
.pc-price-37 h3 {
  color: #1d262b;
  font-size: 30px;
  font-weight: 400;
}
.pc-price-37 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin: 38px 0 0;
  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-37 .pricing span {
  display: inline-block;
}
.pc-price-37 .pricing .currency {
  margin-right: 4px;
  font-size: 36px;
}
.pc-price-37 .pricing .value {
  font-size: 100px;
  line-height: 80px;
}
.pc-price-37 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-37 .price-body {
  margin-top: 32px;
}
.pc-price-37 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-37 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-37 .price-foot {
  padding: 32px 0 55px;
}
.pc-price-37 .pc-btn {
  background-color: #1d262b;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  margin-top: 43px;
  font-weight: 400;
  line-height: 40px;
}
.pc-price-37:hover .pricing,
.pc-price-37.active .pricing {
  color: #e6ae03;
}
.pc-price-37:hover .pc-btn,
.pc-price-37.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #333333;
}
/*========================================
    .pc-price-38
===========================================*/
.pc-price-38 {
  background-color: #222;
  color: #fff;
  -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-38 .price-head {
  padding: 53px 0 0;
}
.pc-price-38 .icon {
  display: none;
  font-size: 48px;
  margin-bottom: 13px;
}
.pc-price-38 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-38 .pricing {
  font-family: "Dosis", sans-serif;
}
.pc-price-38 .pricing .value {
  font-weight: 300;
}
.pc-price-38 .price-body {
  padding: 36px 0 35px;
}
.pc-price-38 .pc-btn {
  display: none;
  margin-top: 40px;
  padding-right: 58px;
  position: relative;
}
.pc-price-38 .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-38:hover,
.pc-price-38.active {
  -webkit-transform: translateY(-12.5%);
  -moz-transform: translateY(-12.5%);
  -ms-transform: translateY(-12.5%);
  -o-transform: translateY(-12.5%);
  transform: translateY(-12.5%);
}
.pc-price-38:hover .icon,
.pc-price-38.active .icon {
  display: block;
}
.pc-price-38:hover .pricing,
.pc-price-38.active .pricing {
  color: #e6ae03;
}
.pc-price-38:hover .pc-btn,
.pc-price-38.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #222;
  display: inline-block;
}
.pc-price-38:hover .pc-btn span,
.pc-price-38.active .pc-btn span {
  color: #e6ae03;
}
/*========================================
    .pc-price-39
===========================================*/
.pc-price-39 {
  border: 1px solid #eee;
  color: #999;
  padding: 40px 40px 60px;
  -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-39 .price-head {
  color: #333333;
}
.pc-price-39 .icon {
  display: block;
  font-size: 48px;
  margin-bottom: 13px;
  -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-39 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-39 .pricing {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-family: "Dosis", sans-serif;
  margin-top: 35px;
  padding: 18px 0 15px;
  -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-39 .pricing .value {
  font-weight: 300;
}
.pc-price-39 .price-body {
  padding-top: 19px;
}
.pc-price-39 .pc-btn {
  border-color: #eee;
  color: #1d262b;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 74px;
}
.pc-price-39:hover,
.pc-price-39.active {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.pc-price-39:hover .pricing,
.pc-price-39.active .pricing,
.pc-price-39:hover .icon,
.pc-price-39.active .icon {
  color: #e6ae03;
}
.pc-price-39:hover .pc-btn,
.pc-price-39.active .pc-btn {
  border-color: #e6ae03;
}
/*========================================
    .pc-price-40
===========================================*/
.pc-price-40 {
  background-color: #eee;
  color: #999;
}
.pc-price-40 .price-head {
  color: #333333;
}
.pc-price-40 .price-head {
  background-color: #ddd;
  padding: 26px 0 20px;
  position: relative;
}
.pc-price-40 .price-head svg {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pc-price-40 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  -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-40 .pricing {
  font-family: "Dosis", sans-serif;
  padding: 16px 0 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-40 .pricing .value {
  font-weight: 700;
}
.pc-price-40 .pricing .period {
  display: block;
}
.pc-price-40 .price-body {
  padding: 19px 48px 42px;
}
.pc-price-40 .price-body li {
  border-bottom: 1px dotted #acacac;
}
.pc-price-40 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-40 .pc-btn {
  border-color: #ddd;
  border-radius: 4px;
  color: #1d262b;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  margin-top: 30px;
  padding: 0 74px;
}
.pc-price-40:hover .pricing,
.pc-price-40.active .pricing,
.pc-price-40:hover .icon,
.pc-price-40.active .icon {
  color: #e6ae03;
}
.pc-price-40:hover .pc-btn,
.pc-price-40.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-41
===========================================*/
.pc-price-41 {
  background-color: #eee;
  color: #999;
}
.pc-price-41 .price-head {
  color: #1d262b;
  border-bottom: 2px solid #cccccc;
  padding: 30px 0 25px;
}
.pc-price-41 .price-head .icon {
  font-size: 36px;
  -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-41 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  margin-top: 13px;
  -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-41 .price-body {
  padding: 19px 48px 42px;
}
.pc-price-41 .price-body span {
  color: #1d262b;
  display: block;
  font-size: 16px;
  margin: 15px 0 24px;
}
.pc-price-41 .price-body li {
  border-bottom: 1px dotted #acacac;
}
.pc-price-41 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-41 .price-foot {
  background-color: #1d262b;
  color: #fff;
  padding: 25px 30px;
  -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-41 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  float: left;
  margin-top: 3px;
}
.pc-price-41 .pricing .currency {
  margin-right: 2px;
}
.pc-price-41 .pricing .value {
  font-size: 33px;
  line-height: 30px;
}
.pc-price-41 .pricing .period {
  font-size: 14px;
  font-weight: 400;
}
.pc-price-41 .pc-btn {
  background-color: #fff;
  border: 0 none;
  color: #222222;
  float: right;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
}
.pc-price-41:hover .icon,
.pc-price-41.active .icon {
  color: #e6ae03;
}
.pc-price-41:hover .price-foot,
.pc-price-41.active .price-foot {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-42
===========================================*/
.pc-price-42 {
  background-color: #eee;
  color: #999;
  border-top: 3px solid #1d262b;
  -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-42 .price-head {
  color: #1d262b;
  border-bottom: 2px solid #cccccc;
  padding: 0 0 25px;
}
.pc-price-42 .price-head .icon {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 96px;
  line-height: 96px;
  position: relative;
  width: 115px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc-price-42 .price-head i {
  position: relative;
  z-index: 1;
}
.pc-price-42 .price-head svg {
  height: 96px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pc-price-42 .price-head .hexagon {
  fill: #1d262b;
  -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-42 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  margin-top: -27px;
  -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-42 .price-body {
  padding: 19px 48px 42px;
}
.pc-price-42 .price-body span {
  color: #1d262b;
  display: block;
  font-size: 16px;
  margin: 15px 0 24px;
}
.pc-price-42 .price-body li {
  border-bottom: 1px dotted #acacac;
}
.pc-price-42 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-42 .price-foot {
  background-color: #1d262b;
  color: #fff;
  padding: 25px 30px;
  -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-42 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  float: left;
  margin-top: 3px;
}
.pc-price-42 .pricing .currency {
  margin-right: 2px;
}
.pc-price-42 .pricing .value {
  font-size: 33px;
  line-height: 30px;
}
.pc-price-42 .pricing .period {
  font-size: 14px;
  font-weight: 400;
}
.pc-price-42 .pc-btn {
  background-color: #fff;
  border: 0 none;
  color: #222222;
  float: right;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
}
.pc-price-42:hover,
.pc-price-42.active {
  border-top-color: #e6ae03;
}
.pc-price-42:hover .hexagon,
.pc-price-42.active .hexagon {
  fill: #e6ae03;
}
.pc-price-42:hover .price-foot,
.pc-price-42.active .price-foot {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-43
===========================================*/
.pc-price-43 {
  background-color: #eee;
  color: #999;
}
.pc-price-43 .price-head {
  background-color: #1d262b;
  color: #fff;
  padding: 25px 0 32px;
  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-43 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 42px;
}
.pc-price-43 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 17px;
  font-weight: 700;
}
.pc-price-43 .pricing .currency {
  font-weight: 700;
  margin: 0 2px 5px 0;
  vertical-align: bottom;
}
.pc-price-43 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-43 .pricing .period {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.pc-price-43 .piller-wrapper {
  background-color: #fff;
  height: 5px;
  position: relative;
}
.pc-price-43 .piller-wrapper .piller {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  height: 33px;
  left: 47px;
  position: absolute;
  width: 20px;
}
.pc-price-43 .piller-wrapper .piller:before {
  background-color: #eeeeee;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  height: 27px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 10px;
}
.pc-price-43 .piller-wrapper .piller:last-child {
  left: auto;
  right: 47px;
}
.pc-price-43 .price-body {
  padding: 19px 48px 38px;
}
.pc-price-43 .price-foot {
  background-color: #1d262b;
  color: #fff;
  padding: 23px 21px;
  -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-43 .pc-btn {
  border: 0 none;
  color: #1d262b;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 44px;
  padding: 0 30px;
}
.pc-price-43:hover .price-head,
.pc-price-43.active .price-head,
.pc-price-43:hover .price-foot,
.pc-price-43.active .price-foot {
  background-color: #e6ae03;
}
.pc-price-43:hover .pc-btn,
.pc-price-43.active .pc-btn {
  color: #e6ae03;
}
/*========================================
    .pc-price-44
===========================================*/
.pc-price-44 {
  background-color: #eee;
  color: #999;
}
.pc-price-44 .price-head {
  color: #1d262b;
  padding: 25px 0 0;
  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-44 svg {
  margin-top: 33px;
}
.pc-price-44 svg .wave {
  fill: #303c42;
  -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-44 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 42px;
}
.pc-price-44 .pricing {
  font-family: "Dosis", sans-serif;
  margin-top: 17px;
  font-weight: 700;
}
.pc-price-44 .pricing .currency {
  font-weight: 700;
  margin: 0 2px 5px 0;
  vertical-align: bottom;
}
.pc-price-44 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-44 .pricing .period {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.pc-price-44 .price-body {
  padding: 13px 48px 38px;
}
.pc-price-44 .price-body span {
  color: #1d262b;
  display: block;
  font-size: 16px;
  margin: 15px 0 24px;
}
.pc-price-44 .price-foot {
  background-color: #1d262b;
  color: #fff;
  padding: 23px 21px;
  -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-44 .pc-btn {
  border: 0 none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 30px;
}
.pc-price-44:hover .wave,
.pc-price-44.active .wave {
  fill: #e6ae03;
}
.pc-price-44:hover .price-foot,
.pc-price-44.active .price-foot {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-45
===========================================*/
.pc-price-45,
.pc-price-46,
.pc-price-47,
.pc-price-48,
.pc-price-49,
.pc-price-50,
.pc-price-51,
.pc-price-52,
.pc-price-53 {
  text-align: center;
  position: relative;
}
.pc-price-45 &gt; thead &gt; tr &gt; th,
.pc-price-46 &gt; thead &gt; tr &gt; th,
.pc-price-47 &gt; thead &gt; tr &gt; th,
.pc-price-48 &gt; thead &gt; tr &gt; th,
.pc-price-49 &gt; thead &gt; tr &gt; th,
.pc-price-50 &gt; thead &gt; tr &gt; th,
.pc-price-51 &gt; thead &gt; tr &gt; th,
.pc-price-52 &gt; thead &gt; tr &gt; th,
.pc-price-53 &gt; thead &gt; tr &gt; th {
  border-bottom: 0;
  padding: 0;
  width: 25%;
}
.pc-price-45 &gt; tbody &gt; tr,
.pc-price-46 &gt; tbody &gt; tr,
.pc-price-47 &gt; tbody &gt; tr,
.pc-price-48 &gt; tbody &gt; tr,
.pc-price-49 &gt; tbody &gt; tr,
.pc-price-50 &gt; tbody &gt; tr,
.pc-price-51 &gt; tbody &gt; tr,
.pc-price-52 &gt; tbody &gt; tr,
.pc-price-53 &gt; tbody &gt; tr {
  background-color: #eee;
  font-weight: 500;
}
.pc-price-45 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-46 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-47 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-48 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-49 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-50 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-51 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-52 &gt; tbody &gt; tr:nth-child(2n+1),
.pc-price-53 &gt; tbody &gt; tr:nth-child(2n+1) {
  background-color: #e2e2e2;
}
.pc-price-45 &gt; tbody &gt; tr &gt; td,
.pc-price-46 &gt; tbody &gt; tr &gt; td,
.pc-price-47 &gt; tbody &gt; tr &gt; td,
.pc-price-48 &gt; tbody &gt; tr &gt; td,
.pc-price-49 &gt; tbody &gt; tr &gt; td,
.pc-price-50 &gt; tbody &gt; tr &gt; td,
.pc-price-51 &gt; tbody &gt; tr &gt; td,
.pc-price-52 &gt; tbody &gt; tr &gt; td,
.pc-price-53 &gt; tbody &gt; tr &gt; td {
  border-top: 0;
  padding: 10px;
  vertical-align: middle;
}
.pc-price-45 tbody tr td.active,
.pc-price-46 tbody tr td.active,
.pc-price-47 tbody tr td.active,
.pc-price-48 tbody tr td.active,
.pc-price-49 tbody tr td.active,
.pc-price-50 tbody tr td.active,
.pc-price-51 tbody tr td.active,
.pc-price-52 tbody tr td.active,
.pc-price-53 tbody tr td.active {
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.pc-price-45 tbody &gt; tr:first-child &gt; td,
.pc-price-46 tbody &gt; tr:first-child &gt; td,
.pc-price-47 tbody &gt; tr:first-child &gt; td,
.pc-price-48 tbody &gt; tr:first-child &gt; td,
.pc-price-49 tbody &gt; tr:first-child &gt; td,
.pc-price-50 tbody &gt; tr:first-child &gt; td,
.pc-price-51 tbody &gt; tr:first-child &gt; td,
.pc-price-52 tbody &gt; tr:first-child &gt; td,
.pc-price-53 tbody &gt; tr:first-child &gt; td {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
}
.pc-price-45 .price-title,
.pc-price-46 .price-title,
.pc-price-47 .price-title,
.pc-price-48 .price-title,
.pc-price-49 .price-title,
.pc-price-50 .price-title,
.pc-price-51 .price-title,
.pc-price-52 .price-title,
.pc-price-53 .price-title {
  background-color: #1d262b;
  color: #fff;
  font-family: "Dosis", sans-serif;
  padding: 19px 0 20px;
  text-align: center;
  -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-45 .price-title h2,
.pc-price-46 .price-title h2,
.pc-price-47 .price-title h2,
.pc-price-48 .price-title h2,
.pc-price-49 .price-title h2,
.pc-price-50 .price-title h2,
.pc-price-51 .price-title h2,
.pc-price-52 .price-title h2,
.pc-price-53 .price-title h2 {
  font-weight: 500;
  font-size: 36px;
}
.pc-price-45 .choose-plan,
.pc-price-46 .choose-plan,
.pc-price-47 .choose-plan,
.pc-price-48 .choose-plan,
.pc-price-49 .choose-plan,
.pc-price-50 .choose-plan,
.pc-price-51 .choose-plan,
.pc-price-52 .choose-plan,
.pc-price-53 .choose-plan {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding: 21px 25px 29px;
  text-align: center;
}
.pc-price-45 .pricing,
.pc-price-46 .pricing,
.pc-price-47 .pricing,
.pc-price-48 .pricing,
.pc-price-49 .pricing,
.pc-price-50 .pricing,
.pc-price-51 .pricing,
.pc-price-52 .pricing,
.pc-price-53 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}
.pc-price-45 .pricing .currency,
.pc-price-46 .pricing .currency,
.pc-price-47 .pricing .currency,
.pc-price-48 .pricing .currency,
.pc-price-49 .pricing .currency,
.pc-price-50 .pricing .currency,
.pc-price-51 .pricing .currency,
.pc-price-52 .pricing .currency,
.pc-price-53 .pricing .currency {
  margin-right: 3px;
}
.pc-price-45 .pricing .period,
.pc-price-46 .pricing .period,
.pc-price-47 .pricing .period,
.pc-price-48 .pricing .period,
.pc-price-49 .pricing .period,
.pc-price-50 .pricing .period,
.pc-price-51 .pricing .period,
.pc-price-52 .pricing .period,
.pc-price-53 .pricing .period {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.pc-price-45 .pc-btn,
.pc-price-46 .pc-btn,
.pc-price-47 .pc-btn,
.pc-price-48 .pc-btn,
.pc-price-49 .pc-btn,
.pc-price-50 .pc-btn,
.pc-price-51 .pc-btn,
.pc-price-52 .pc-btn,
.pc-price-53 .pc-btn {
  color: #1d262b;
  border-color: #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
}
.pc-price-45 tbody tr .order-col,
.pc-price-46 tbody tr .order-col,
.pc-price-47 tbody tr .order-col,
.pc-price-48 tbody tr .order-col,
.pc-price-49 tbody tr .order-col,
.pc-price-50 tbody tr .order-col,
.pc-price-51 tbody tr .order-col,
.pc-price-52 tbody tr .order-col,
.pc-price-53 tbody tr .order-col {
  padding: 44px 0 40px;
  position: relative;
}
.pc-price-45 thead .active .price-title,
.pc-price-46 thead .active .price-title,
.pc-price-47 thead .active .price-title,
.pc-price-48 thead .active .price-title,
.pc-price-49 thead .active .price-title,
.pc-price-50 thead .active .price-title,
.pc-price-51 thead .active .price-title,
.pc-price-52 thead .active .price-title,
.pc-price-53 thead .active .price-title {
  background-color: #e6ae03;
}
.pc-price-45 tbody .price-col.active,
.pc-price-46 tbody .price-col.active,
.pc-price-47 tbody .price-col.active,
.pc-price-48 tbody .price-col.active,
.pc-price-49 tbody .price-col.active,
.pc-price-50 tbody .price-col.active,
.pc-price-51 tbody .price-col.active,
.pc-price-52 tbody .price-col.active,
.pc-price-53 tbody .price-col.active {
  border-bottom-color: #e6ae03;
}
.pc-price-45 tbody .order-col:hover,
.pc-price-46 tbody .order-col:hover,
.pc-price-47 tbody .order-col:hover,
.pc-price-48 tbody .order-col:hover,
.pc-price-49 tbody .order-col:hover,
.pc-price-50 tbody .order-col:hover,
.pc-price-51 tbody .order-col:hover,
.pc-price-52 tbody .order-col:hover,
.pc-price-53 tbody .order-col:hover,
.pc-price-45 tbody .order-col.active,
.pc-price-46 tbody .order-col.active,
.pc-price-47 tbody .order-col.active,
.pc-price-48 tbody .order-col.active,
.pc-price-49 tbody .order-col.active,
.pc-price-50 tbody .order-col.active,
.pc-price-51 tbody .order-col.active,
.pc-price-52 tbody .order-col.active,
.pc-price-53 tbody .order-col.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pc-price-45 tbody .order-col:hover .pc-btn,
.pc-price-46 tbody .order-col:hover .pc-btn,
.pc-price-47 tbody .order-col:hover .pc-btn,
.pc-price-48 tbody .order-col:hover .pc-btn,
.pc-price-49 tbody .order-col:hover .pc-btn,
.pc-price-50 tbody .order-col:hover .pc-btn,
.pc-price-51 tbody .order-col:hover .pc-btn,
.pc-price-52 tbody .order-col:hover .pc-btn,
.pc-price-53 tbody .order-col:hover .pc-btn,
.pc-price-45 tbody .order-col.active .pc-btn,
.pc-price-46 tbody .order-col.active .pc-btn,
.pc-price-47 tbody .order-col.active .pc-btn,
.pc-price-48 tbody .order-col.active .pc-btn,
.pc-price-49 tbody .order-col.active .pc-btn,
.pc-price-50 tbody .order-col.active .pc-btn,
.pc-price-51 tbody .order-col.active .pc-btn,
.pc-price-52 tbody .order-col.active .pc-btn,
.pc-price-53 tbody .order-col.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-46
===========================================*/
.pc-price-46 .price-title {
  position: relative;
}
.pc-price-46 .price-title:before {
  border-color: #1d262b transparent transparent #1d262b;
  border-style: solid;
  border-width: 15px 142.5px;
  bottom: -30px;
  content: "";
  left: 0;
  position: absolute;
}
.pc-price-46 thead .active .price-title:before {
  border-color: #e6ae03 transparent transparent #e6ae03;
}
.pc-price-46 tbody tr td.active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.pc-price-46 tbody .order-col.active::after {
  border-color: transparent #e6ae03 #e6ae03 transparent;
  border-style: solid;
  border-width: 15px 142.8px;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
/*========================================
    .pc-price-47
===========================================*/
.pc-price-47 thead tr th,
.pc-price-48 thead tr th,
.pc-price-49 thead tr th,
.pc-price-50 thead tr th,
.pc-price-52 thead tr th {
  background-color: #eee;
  border-top: 0;
  text-align: center;
}
.pc-price-47 thead .tagline,
.pc-price-48 thead .tagline,
.pc-price-49 thead .tagline,
.pc-price-50 thead .tagline,
.pc-price-52 thead .tagline {
  color: #1d262b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0 13px;
  border-bottom: 2px solid #ccc;
}
.pc-price-47 thead .tagline.active,
.pc-price-48 thead .tagline.active,
.pc-price-49 thead .tagline.active,
.pc-price-50 thead .tagline.active,
.pc-price-52 thead .tagline.active {
  border-bottom-color: #e6ae03;
}
.pc-price-47 .price-title .icon,
.pc-price-48 .price-title .icon,
.pc-price-49 .price-title .icon,
.pc-price-50 .price-title .icon,
.pc-price-52 .price-title .icon {
  font-size: 48px;
}
.pc-price-47 .price-title .pricing,
.pc-price-48 .price-title .pricing,
.pc-price-49 .price-title .pricing,
.pc-price-50 .price-title .pricing,
.pc-price-52 .price-title .pricing {
  color: #fff;
  margin-top: 12px;
}
.pc-price-47 tbody &gt; tr:first-child td,
.pc-price-48 tbody &gt; tr:first-child td,
.pc-price-49 tbody &gt; tr:first-child td,
.pc-price-50 tbody &gt; tr:first-child td,
.pc-price-52 tbody &gt; tr:first-child td {
  background-color: transparent;
  border-bottom: 0 none;
}
.pc-price-47 tbody &gt; tr:nth-child(2n),
.pc-price-48 tbody &gt; tr:nth-child(2n),
.pc-price-49 tbody &gt; tr:nth-child(2n),
.pc-price-50 tbody &gt; tr:nth-child(2n),
.pc-price-52 tbody &gt; tr:nth-child(2n) {
  background-color: #eee;
}
.pc-price-47 tbody &gt; tr:nth-child(2n+1),
.pc-price-48 tbody &gt; tr:nth-child(2n+1),
.pc-price-49 tbody &gt; tr:nth-child(2n+1),
.pc-price-50 tbody &gt; tr:nth-child(2n+1),
.pc-price-52 tbody &gt; tr:nth-child(2n+1) {
  background-color: #fafafa;
}
.pc-price-47 tbody &gt; tr td.active,
.pc-price-48 tbody &gt; tr td.active,
.pc-price-49 tbody &gt; tr td.active,
.pc-price-50 tbody &gt; tr td.active,
.pc-price-52 tbody &gt; tr td.active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
/*========================================
    .pc-price-48
===========================================*/
.pc-price-48 thead tr th,
.pc-price-49 thead tr th {
  background-color: #eee;
  border-top: 0;
  text-align: center;
}
.pc-price-48 thead tr th:first-child,
.pc-price-49 thead tr th:first-child {
  background-color: transparent;
}
.pc-price-48 thead .active .price-title,
.pc-price-49 thead .active .price-title,
.pc-price-48 thead .active .pricing,
.pc-price-49 thead .active .pricing {
  color: #fff;
}
.pc-price-48 thead .tagline,
.pc-price-49 thead .tagline {
  border: 0;
}
.pc-price-48 .price-title,
.pc-price-49 .price-title {
  background-color: transparent;
  color: #1d262b;
}
.pc-price-48 .price-title .icon,
.pc-price-49 .price-title .icon {
  font-size: 48px;
}
.pc-price-48 .price-title .pricing,
.pc-price-49 .price-title .pricing {
  color: #1d262b;
}
/*========================================
    .pc-price-49
===========================================*/
.pc-price-49 thead tr .price-col {
  border-radius: 50%;
  height: 285px;
  vertical-align: middle;
}
.pc-price-49 thead tr .price-col.active {
  background-color: #e6ae03;
}
.pc-price-49 thead .active .price-title {
  background-color: transparent;
}
.pc-price-49 tbody &gt; tr td.active {
  box-shadow: none;
  border: 0;
}
.pc-price-49 tbody &gt; tr .order-col {
  padding: 0;
  border: 0 !important;
}
.pc-price-49 tbody &gt; tr .pc-btn {
  background-color: #1d262b;
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0;
}
/*========================================
    .pc-price-50
===========================================*/
.pc-price-50 &gt; tbody tr {
  background-color: #fff !important;
}
.pc-price-50 &gt; tbody tr:first-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pc-price-50 &gt; tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.pc-price-50 &gt; tbody tr td:first-child {
  background-color: #fafafa;
}
.pc-price-50 &gt; tbody tr td.active {
  box-shadow: none;
}
.pc-price-50 &gt; tbody tr:last-child td:first-child {
  border-bottom: 0;
}
/*========================================
    .pc-price-51
===========================================*/
.pc-price-51 thead .pricing {
  text-align: center;
}
.pc-price-51 thead tr:last-child th {
  background-color: transparent;
  border-right: 1px solid #eee;
  border-top: 0;
  padding: 41px 0 22px;
}
.pc-price-51 thead .price-col.active {
  border-left-color: #e6ae03;
  border-right-color: #e6ae03;
}
.pc-price-51 thead .choose-plan + .price-col {
  border-right-color: #e6ae03;
}
.pc-price-51 &gt; tbody tr:nth-child(2n),
.pc-price-51 &gt; tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.pc-price-51 &gt; tbody tr:first-child &gt; td {
  background-color: #fff;
  border-bottom: 0 none;
}
.pc-price-51 &gt; tbody tr:first-child &gt; td:first-child {
  border-top: 2px solid #ccc;
}
.pc-price-51 &gt; tbody tr:last-child td:first-child {
  background-color: transparent;
  border-bottom: 0 none;
  border-right: 0 none;
}
.pc-price-51 &gt; tbody tr .compare-label + .compare-col {
  border-right-color: #e6ae03;
}
.pc-price-51 &gt; tbody tr td {
  background-color: #fff;
  border-right: 1px solid #eee;
}
.pc-price-51 &gt; tbody tr td:first-child {
  background-color: #fafafa;
}
.pc-price-51 &gt; tbody tr td.active {
  box-shadow: none;
}
.pc-price-51 &gt; tbody tr .compare-col.active {
  border-right-color: #e6ae03;
}
.pc-price-51 &gt; tbody tr .order-col {
  border-top: 1px solid #eee;
  padding: 32px 0 0;
}
.pc-price-51 &gt; tbody tr .order-col.active {
  border-top-color: #e6ae03;
  border-bottom: 0 none;
  border-right: 0 none;
}
/*========================================
    .pc-price-52
===========================================*/
.pc-price-52 .price-title {
  background-color: transparent;
  color: #1d262b;
  padding-top: 39px;
}
.pc-price-52 .price-title .pricing {
  color: #1d262b;
  margin-top: 42px;
}
.pc-price-52 thead tr th {
  background-color: #eeeeee;
}
.pc-price-52 thead tr th:first-child {
  background-color: transparent;
}
.pc-price-52 thead tr th.active {
  background-color: #e6ae03;
}
.pc-price-52 thead tr th.active .price-title {
  background-color: transparent;
}
.pc-price-52 thead tr .active .price-title,
.pc-price-52 thead tr .active .pricing {
  color: #fff;
}
.pc-price-52 tbody tr:first-child td:first-child {
  border-top: 2px solid #ccc;
}
.pc-price-52 tbody tr td:first-child {
  background-color: #fafafa;
}
.pc-price-52 tbody tr:first-child td:not(:first-child):not(.active) {
  background-color: #eee;
}
.pc-price-52 tbody tr td {
  background-color: #eeeeee;
}
.pc-price-52 tbody tr td.active {
  background-color: #e6ae03;
  box-shadow: none;
  color: #fff;
}
.pc-price-52 tbody .order-col.active .pc-btn {
  background-color: #fff;
  color: #1d262b;
}
.pc-price-52 tbody .pc-btn {
  border-color: #ccc;
}
/*========================================
    .pc-price-53
===========================================*/
.pc-price-53 th,
.pc-price-53 td {
  color: #fff;
  text-align: center;
}
.pc-price-53 tbody tr:nth-child(2n),
.pc-price-53 tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
.pc-price-53 thead .price-title {
  background-color: transparent;
  padding-top: 39px;
  padding-bottom: 13px;
}
.pc-price-53 thead .pricing {
  color: #fff;
}
.pc-price-53 thead tr:first-child .active {
  border-top: 1px solid #fff;
}
.pc-price-53 thead tr:first-child th:first-child {
  background-color: transparent;
}
.pc-price-53 thead tr th {
  background-color: rgba(255, 255, 255, 0.15);
}
.pc-price-53 thead tr .choose-plan {
  border: 1px solid #fff;
  border-left: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  text-align: left;
}
.pc-price-53 thead tr .choose-plan:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.pc-price-53 thead tr .active {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pc-price-53 thead tr .active .price-title {
  background-color: transparent;
}
.pc-price-53 tbody tr:first-child &gt; td {
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 0;
}
.pc-price-53 tbody tr td {
  background-color: rgba(255, 255, 255, 0.15);
}
.pc-price-53 tbody tr td:first-child {
  border-right: 1px solid #fff;
  color: #999;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.pc-price-53 tbody tr td:first-child:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.pc-price-53 tbody tr:last-child td:first-child {
  background-color: transparent;
  border-right: 0;
  border-top: 1px solid #fff;
}
.pc-price-53 tbody tr:last-child td:first-child:before {
  content: none;
}
.pc-price-53 tbody tr .order-col {
  padding: 14px 0 36px;
}
.pc-price-53 tbody tr .order-col.active {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  border-top: 0;
}
.pc-price-53 tbody tr .order-col.active .pc-btn {
  background-color: #e6ae03;
  color: #fff;
}
.pc-price-53 tbody .compare-col.active {
  background-color: rgba(255, 255, 255, 0.15);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pc-price-53 tbody .pc-btn {
  color: #fff;
}
/*========================================
    .pc-price-54
===========================================*/
.pc-price-54 {
  color: #999;
  position: relative;
}
.pc-price-54 .price-head {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding: 0 0 19px;
}
.pc-price-54 .price-title {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px 10px 0 0;
  padding: 13px 0 14px;
}
.pc-price-54 .tagline {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 15px;
  position: relative;
}
.pc-price-54 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 47px;
  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-54 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 16px 0 0 0;
  position: relative;
}
.pc-price-54 .pricing .currency {
  margin-right: 1px;
}
.pc-price-54 .pricing .period {
  display: block;
  font-weight: 400;
}
.pc-price-54 .price-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 48px 50px;
  margin-top: 10px;
}
.pc-price-54 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-54 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-54 .pc-btn {
  background-color: #1d262b;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  margin-top: 3px;
  position: relative;
}
.pc-price-54:hover .price-head,
.pc-price-54.active .price-head {
  color: #e6ae03;
}
.pc-price-54:hover .price-head:before,
.pc-price-54.active .price-head:before,
.pc-price-54:hover .pc-btn:before,
.pc-price-54.active .pc-btn:before {
  background-color: rgba(230, 174, 3, 0.8);
}
.pc-price-54:hover .tagline,
.pc-price-54.active .tagline {
  color: #fff;
}
.pc-price-54:hover .pc-btn,
.pc-price-54.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
/*========================================
    .pc-price-55
===========================================*/
[class^="col-"]:first-child .pc-price-55 {
  background-color: rgba(0, 0, 0, 0.5);
}
[class^="col-"]:first-child .pc-price-55 .price-body {
  margin-top: 94px;
}
.pc-price-55 .price-inner {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative;
}
.pc-price-55 .price-inner:before {
  border: 1px solid transparent;
  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-55 .price-head {
  padding: 0 35px;
}
.pc-price-55 .price-head &gt; span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.pc-price-55 .ribbon {
  background-color: #fff;
  color: #0e1315;
  margin-bottom: 66px;
  padding-top: 16px;
  position: relative;
  top: -15px;
  -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-55 .ribbon .down-arrow {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 55px 107px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 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-55 .ribbon [class^="shape-"] {
  border-color: transparent transparent transparent #999;
  border-style: solid;
  border-width: 11px 11px;
  left: -11px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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-55 .ribbon .shape-right {
  border-color: transparent #999 transparent transparent;
  left: auto;
  right: -11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pc-price-55 h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
  position: relative;
  top: 15px;
  -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-55 &gt; span {
  font-size: 16px;
}
.pc-price-55 .pricing {
  color: #0e1315;
  font-weight: 700;
  margin: 4px 0 0;
  position: relative;
  top: 20px;
  z-index: 1;
  -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-55 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-55 .pricing .value {
  font-size: 33px;
  line-height: 30px;
}
.pc-price-55 .price-body {
  margin-top: 15px;
  color: #858585;
}
.pc-price-55 .price-body li {
  height: 40px;
  line-height: 40px;
}
.pc-price-55 .price-body li:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}
.pc-price-55 .pc-btn {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #666;
  display: inline-block;
  font-size: 16px;
  margin-top: 35px;
  padding: 0 40px;
}
.pc-price-55:hover .price-inner:before,
.pc-price-55.active .price-inner:before {
  border-color: #fff;
}
.pc-price-55:hover .ribbon,
.pc-price-55.active .ribbon {
  background-color: #e6ae03;
}
.pc-price-55:hover .ribbon .down-arrow,
.pc-price-55.active .ribbon .down-arrow {
  border-color: #e6ae03 transparent transparent;
}
.pc-price-55:hover h3,
.pc-price-55.active h3,
.pc-price-55:hover .pricing,
.pc-price-55.active .pricing {
  color: #333333;
}
.pc-price-55:hover .pc-btn,
.pc-price-55.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #333333;
}
/*========================================
    .pc-price-56
===========================================*/
.pc-price-56 {
  background-color: #eee;
  border-left: 2px solid #0e1315;
  border-radius: 0 0 4px 4px;
  color: #999;
  margin-left: 58px;
  padding: 40px 40px 0;
  position: relative;
  width: -webkit-calc(100% - 58px);
  width: calc(100% - 58px);
  -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-56 .price-title {
  background-color: #0e1315;
  border-radius: 4px 4px 0 0;
  color: #fff;
  left: -146px;
  position: absolute;
  text-align: center;
  top: -29px;
  width: 230px;
  -webkit-transform: rotate(-90deg) translate(-50%, 0px);
  -moz-transform: rotate(-90deg) translate(-50%, 0px);
  -ms-transform: rotate(-90deg) translate(-50%, 0px);
  -o-transform: rotate(-90deg) translate(-50%, 0px);
  transform: rotate(-90deg) translate(-50%, 0px);
  -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-56 .price-head {
  color: #0e1315;
}
.pc-price-56 .icon {
  display: block;
  font-size: 60px;
  margin-bottom: 13px;
  -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-56 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  line-height: 58px;
  -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-56 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 39px;
  -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-56 .pricing .value {
  font-size: 60px;
}
.pc-price-56 .pricing .currency {
  margin-right: 2px;
}
.pc-price-56 .price-body {
  padding-top: 35px;
}
.pc-price-56 .pc-btn {
  background-color: #0e1315;
  border: 0 none;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 60px;
  margin: 44px -40px 0;
}
.pc-price-56:hover,
.pc-price-56.active {
  border-left-color: #e6ae03;
}
.pc-price-56:hover .price-title,
.pc-price-56.active .price-title,
.pc-price-56:hover .pc-btn,
.pc-price-56.active .pc-btn {
  background-color: #e6ae03;
}
.pc-price-56:hover .pricing,
.pc-price-56.active .pricing,
.pc-price-56:hover .icon,
.pc-price-56.active .icon {
  color: #e6ae03;
}
/*========================================
    .pc-price-57
===========================================*/
.pc-price-57 {
  background-color: #eeeeee;
  border-radius: 500px;
  color: #999;
  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-57 .price-head {
  color: #666;
  padding: 64px 0 19px;
  -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-57 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 36px;
  position: relative;
}
.pc-price-57 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 28px 0 0 0;
  position: relative;
}
.pc-price-57 .pricing .currency {
  font-size: 36px;
  margin-right: 1px;
}
.pc-price-57 .pricing .value {
  font-size: 100px;
  line-height: 80px;
}
.pc-price-57 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-57 .tagline {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 27px;
}
.pc-price-57 .price-body {
  padding: 36px 48px 37px;
  margin-top: 10px;
  position: relative;
}
.pc-price-57 .price-body::before,
.pc-price-57 .price-body::after {
  border-color: #ccc #ccc transparent transparent;
  border-style: solid;
  border-width: 30px 42px;
  bottom: -60px;
  content: "";
  left: -10px;
  position: absolute;
  z-index: -1;
}
.pc-price-57 .price-body::after {
  border-color: #ccc transparent transparent #ccc;
  left: auto;
  right: -10px;
}
.pc-price-57 .price-body ul {
  position: relative;
}
.pc-price-57 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-57 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-57 .body-shape {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  left: -10px;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 0;
}
.pc-price-57 .pc-btn {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  margin: 31px 0 42px;
  position: relative;
  text-transform: uppercase;
}
.pc-price-57:hover,
.pc-price-57.active {
  background-color: #e6ae03;
}
.pc-price-57:hover .price-head,
.pc-price-57.active .price-head,
.pc-price-57:hover .pc-btn,
.pc-price-57.active .pc-btn {
  color: #fff;
}
/*========================================
    .pc-price-58
===========================================*/
.pc-price-58 {
  background-color: rgba(14, 19, 21, 0.4);
  color: #fff;
}
.pc-price-58 .price-title {
  height: 105px;
  position: relative;
}
.pc-price-58 .shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pc-price-58 .shape path {
  fill: rgba(255, 255, 255, 0.2);
  -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-58 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  position: relative;
  top: 22px;
  z-index: 1;
}
.pc-price-58 .tagline {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.pc-price-58 .price-body {
  padding: 34px 48px 32px;
}
.pc-price-58 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-58 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-58 .pricing {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  position: relative;
}
.pc-price-58 .pricing .currency {
  font-size: 24px;
  margin-right: 1px;
}
.pc-price-58 .pricing .value {
  font-size: 80px;
  line-height: 65px;
}
.pc-price-58 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-58 .price-foot {
  position: relative;
}
.pc-price-58 .price-foot svg {
  top: auto;
  bottom: 0;
}
.pc-price-58 .pc-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 41px 0 32px;
  position: relative;
  text-transform: uppercase;
}
.pc-price-58:hover .shape path,
.pc-price-58.active .shape path {
  fill: #e6ae03;
}
#rain-effect {
  width: 100%;
  height: 100%;
}
/*========================================
    .pc-price-59
===========================================*/
.pc-price-59,
.pc-price-60 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
}
.pc-price-59 .price-title,
.pc-price-60 .price-title {
  padding: 27px 0 28px;
}
.pc-price-59 h3,
.pc-price-60 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 36px;
  position: relative;
}
.pc-price-59 .pricing,
.pc-price-60 .pricing {
  background-color: rgba(220, 223, 227, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  padding: 26px 0 23px;
  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-59 .pricing .currency,
.pc-price-60 .pricing .currency {
  font-size: 36px;
  margin-right: 1px;
}
.pc-price-59 .pricing .value,
.pc-price-60 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-59 .pricing .period,
.pc-price-60 .pricing .period {
  font-size: 24px;
  font-weight: 400;
}
.pc-price-59 .price-body,
.pc-price-60 .price-body {
  padding: 30px 48px 0px;
}
.pc-price-59 .pc-btn,
.pc-price-60 .pc-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  margin: 23px 0 34px;
  position: relative;
  text-transform: uppercase;
}
.pc-price-59:hover .pricing,
.pc-price-60:hover .pricing,
.pc-price-59.active .pricing,
.pc-price-60.active .pricing {
  color: #e6ae03;
}
/*========================================
    .pc-price-60
===========================================*/
.pc-price-60 {
  background: rgba(0, 0, 0, 0) url("../image/60-1.svg") no-repeat scroll center top / cover;
  border: 0 none;
  padding-top: 72px;
}
.pc-price-60 .bg-shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pc-price-60 polygon {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.2);
  -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-60 .price-title {
  padding: 33px 0 34px;
  position: relative;
  z-index: 0;
}
.pc-price-60 .price-title:before,
.pc-price-60 .price-title:after {
  background-color: #1d262b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -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-60 .price-title:after {
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  z-index: -1;
  -webkit-transform: skewY(6deg) translateY(38px);
  -moz-transform: skewY(6deg) translateY(38px);
  -ms-transform: skewY(6deg) translateY(38px);
  -o-transform: skewY(6deg) translateY(38px);
  transform: skewY(6deg) translateY(38px);
}
.pc-price-60 h3 {
  font-weight: 600;
}
.pc-price-60 .pricing {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  margin-top: 53px;
  padding-bottom: 9px;
}
.pc-price-60 .price-body {
  padding-top: 0;
}
.pc-price-60 .price-foot {
  position: relative;
}
.pc-price-60 .pc-btn {
  background-color: transparent;
  font-weight: 700;
  margin: 77px 0 0;
  position: relative;
  z-index: 0;
}
.pc-price-60 .pc-btn:before,
.pc-price-60 .pc-btn:after {
  background-color: #1d262b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -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-60 .pc-btn:after {
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  z-index: -2;
  -webkit-transform: skewY(7.5deg) translateY(41px);
  -moz-transform: skewY(7.5deg) translateY(41px);
  -ms-transform: skewY(7.5deg) translateY(41px);
  -o-transform: skewY(7.5deg) translateY(41px);
  transform: skewY(7.5deg) translateY(41px);
}
.pc-price-60 .pc-btn .double-shape {
  background-color: rgba(255, 255, 255, 0.1);
  height: 100%;
  left: 0;
  position: absolute;
  top: -43px;
  width: 100%;
  z-index: -2;
  -webkit-transform: skewY(8deg);
  -moz-transform: skewY(8deg);
  -ms-transform: skewY(8deg);
  -o-transform: skewY(8deg);
  transform: skewY(8deg);
}
.pc-price-60:hover .price-title:before,
.pc-price-60.active .price-title:before,
.pc-price-60:hover .pc-btn:before,
.pc-price-60.active .pc-btn:before {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-61
===========================================*/
.pc-price-61 {
  color: #999;
}
.pc-price-61 .price-title {
  padding: 39px 0 39px;
  position: relative;
}
.pc-price-61 .price-title:before {
  background-color: #ececec;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 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-61 h3 {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 30px;
  position: relative;
}
.pc-price-61 .tagline {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}
.pc-price-61 .tagline svg {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.pc-price-61 .tagline path {
  fill: #1d262b;
  -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-61 .tagline span {
  position: relative;
  top: 19px;
  z-index: 1;
}
.pc-price-61 .price-body {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 30px 48px 31px;
}
.pc-price-61 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-61 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-61 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 33px 0 35px;
  -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-61 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-61 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-61 .pricing .period {
  display: block;
  font-size: 18px;
}
.pc-price-61 .pc-btn {
  background-color: #1d262b;
  color: #fff;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}
.pc-price-61:hover .price-title:before,
.pc-price-61.active .price-title:before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.pc-price-61:hover .pricing,
.pc-price-61.active .pricing {
  color: #e6ae03;
}
.pc-price-61:hover .tagline path,
.pc-price-61.active .tagline path {
  fill: #e6ae03;
}
.pc-price-61:hover .pc-btn,
.pc-price-61.active .pc-btn {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-62
===========================================*/
.pc-price-62 {
  background-color: #eeeeee;
  color: #999;
  padding: 30px 0 42px;
}
.pc-price-62 .price-title {
  background-color: #1d262b;
  padding: 24px 0 25px;
  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-62 .price-title:before,
.pc-price-62 .pc-btn:before {
  background-color: #1d262b;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
  -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-62 .price-title:after,
.pc-price-62 .pc-btn:after {
  border-color: #aaa #aaa transparent transparent;
  border-style: solid;
  border-width: 24px 15px;
  bottom: -48px;
  content: "";
  left: -15px;
  position: absolute;
  z-index: -1;
}
.pc-price-62 h3 {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 30px;
  position: relative;
}
.pc-price-62 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 0 0 26px;
  -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-62 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-62 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-62 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-62 .price-body {
  border-right: 3px solid #1d262b;
  padding: 30px 48px 27px;
  -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-62 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-62 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-62 .pc-btn {
  background-color: #1d262b;
  color: #fff;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
}
.pc-price-62 .pc-btn:after {
  border-width: 20px 12px;
  bottom: -39px;
}
.pc-price-62:hover .pricing,
.pc-price-62.active .pricing {
  color: #e6ae03;
}
.pc-price-62:hover .price-body,
.pc-price-62.active .price-body {
  border-right-color: #e6ae03;
}
.pc-price-62:hover .tagline,
.pc-price-62.active .tagline,
.pc-price-62:hover .pc-btn,
.pc-price-62.active .pc-btn,
.pc-price-62:hover .price-title,
.pc-price-62.active .price-title,
.pc-price-62:hover .price-title:before,
.pc-price-62.active .price-title:before,
.pc-price-62:hover .pc-btn:before,
.pc-price-62.active .pc-btn:before {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-63
===========================================*/
.pc-price-63 {
  background-color: #eeeeee;
  color: #999;
  padding: 30px 0px;
}
.pc-price-63 .price-head {
  background-color: #fff;
  color: #1d262b;
}
.pc-price-63 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 48px;
  -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-63 .pricing {
  background-color: #1d262b;
  color: #fff;
  float: left;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  left: -15px;
  padding: 26px 22px 24px 39px;
  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-63 .pricing:before,
.pc-price-63 .pricing:after {
  border-color: transparent #aaa #aaa transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
  left: 0;
  position: absolute;
  top: -16px;
  z-index: -1;
}
.pc-price-63 .pricing:after {
  border-color: #aaa #aaa transparent transparent;
  bottom: -16px;
  top: auto;
}
.pc-price-63 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-63 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-63 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-63 .pricing .shape {
  border-color: transparent transparent transparent #1d262b;
  border-style: solid;
  border-width: 58px 30px;
  position: absolute;
  right: -60px;
  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-63 .price-title {
  float: right;
  padding: 30px 25px 0 0;
}
.pc-price-63 .tagline {
  color: #1d262b;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-top: 37px;
}
.pc-price-63 .price-body {
  padding: 23px 48px 27px;
  -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-63 .price-body li {
  border-bottom: 1px dotted #a5a5a5;
}
.pc-price-63 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-63 .pc-btn {
  background-color: #1d262b;
  color: #fff;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
}
.pc-price-63 .pc-btn:after {
  border-width: 20px 12px;
  bottom: -39px;
}
.pc-price-63:hover .price-title,
.pc-price-63.active .price-title {
  color: #e6ae03;
}
.pc-price-63:hover .pricing,
.pc-price-63.active .pricing {
  background-color: #e6ae03;
}
.pc-price-63:hover .pricing .shape,
.pc-price-63.active .pricing .shape {
  border-left-color: #e6ae03;
}
.pc-price-63:hover .pc-btn,
.pc-price-63.active .pc-btn {
  background-color: #e6ae03;
}
/*========================================
    .pc-price-64
===========================================*/
.pc-price-64 {
  position: relative;
}
.pc-price-64 .price-head {
  background-color: #30414b;
  color: #fff;
  padding: 20px 29px 27px 27px;
  -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-64 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 48px;
}
.pc-price-64 .price-title {
  float: left;
  text-align: left;
}
.pc-price-64 .tagline {
  color: #cccccc;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  -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-64 .pricing {
  color: #fff;
  float: right;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 6px;
}
.pc-price-64 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-64 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-64 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-64 .view-details {
  background-color: #eeeeee;
  color: #1d262b;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.pc-price-64 .view-details i {
  font-size: 24px;
  margin-left: 5px;
}
.pc-price-64 .price-body {
  display: none;
  margin-top: 42px;
}
.pc-price-64 .pc-btn {
  color: #e6ae03;
  margin-top: 32px;
  text-transform: uppercase;
}
.pc-price-64 .hide-details {
  background-color: #e6ae03;
  color: #fff;
  display: block;
  font-size: 42px;
  line-height: 50px;
  margin-top: 48px;
}
.pc-price-64.active .view-details {
  display: none;
}
.pc-price-64.active .price-body {
  display: block;
}
.pc-price-64:hover .price-head,
.pc-price-64.active .price-head {
  background-color: #e6ae03;
}
.pc-price-64:hover .tagline,
.pc-price-64.active .tagline {
  color: #fff;
}
/*========================================
    .pc-price-65
===========================================*/
.pc-price-65,
.pc-price-68,
.pc-price-69 {
  position: relative;
}
.pc-price-65 .price-head,
.pc-price-68 .price-head,
.pc-price-69 .price-head {
  background-color: #1d262b;
  color: #fff;
  padding: 42px 29px 27px 27px;
  -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-65 h3,
.pc-price-68 h3,
.pc-price-69 h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.pc-price-65 .price-title,
.pc-price-68 .price-title,
.pc-price-69 .price-title {
  float: left;
  text-align: left;
}
.pc-price-65 .pricing,
.pc-price-68 .pricing,
.pc-price-69 .pricing {
  color: #fff;
  float: right;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 2px;
}
.pc-price-65 .pricing .currency,
.pc-price-68 .pricing .currency,
.pc-price-69 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-65 .pricing .value,
.pc-price-68 .pricing .value,
.pc-price-69 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-65 .pricing .period,
.pc-price-68 .pricing .period,
.pc-price-69 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-65 .price-body,
.pc-price-68 .price-body,
.pc-price-69 .price-body {
  background-color: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 59px 0 44px;
  -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-65 .pc-btn,
.pc-price-68 .pc-btn,
.pc-price-69 .pc-btn {
  background-color: #1d262b;
  color: #fff;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}
.pc-price-65:hover .price-head,
.pc-price-68:hover .price-head,
.pc-price-69:hover .price-head,
.pc-price-65.active .price-head,
.pc-price-68.active .price-head,
.pc-price-69.active .price-head,
.pc-price-65:hover .pc-btn,
.pc-price-68:hover .pc-btn,
.pc-price-69:hover .pc-btn,
.pc-price-65.active .pc-btn,
.pc-price-68.active .pc-btn,
.pc-price-69.active .pc-btn {
  background-color: #e6ae03;
}
.pc-price-65:hover .price-body,
.pc-price-68:hover .price-body,
.pc-price-69:hover .price-body,
.pc-price-65.active .price-body,
.pc-price-68.active .price-body,
.pc-price-69.active .price-body {
  border-left-color: #e6ae03;
  border-right-color: #e6ae03;
}
.pc-price-65:hover .tagline,
.pc-price-68:hover .tagline,
.pc-price-69:hover .tagline,
.pc-price-65.active .tagline,
.pc-price-68.active .tagline,
.pc-price-69.active .tagline {
  color: #fff;
}
/*========================================
    .pc-price-66
===========================================*/
.pc-price-66 {
  position: relative;
}
.pc-price-66 .price-head {
  background-color: #eeeeee;
  color: #fff;
  padding: 55px 29px 27px 27px;
  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-66 .price-title {
  float: left;
  text-align: left;
}
.pc-price-66 h3 {
  background-color: #1d262b;
  border-radius: 0 10px 0 0;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 400;
  left: 50px;
  line-height: 60px;
  padding: 0 45px 0 17px;
  position: absolute;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc-price-66 h3 .shape {
  border-color: #fff #1d262b #1d262b #fff;
  border-style: solid;
  border-width: 30px 25px;
  left: -50px;
  position: absolute;
  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-66 .tagline {
  color: #777777;
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.pc-price-66 .pricing {
  color: #333333;
  float: right;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 2px;
  -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-66 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-66 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-66 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-66 .price-body {
  border: 1px solid #eee;
  border-top: 0;
  padding: 45px 48px 58px;
  -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-66 .price-body li {
  border-bottom: 1px dotted #f2f2f2;
}
.pc-price-66 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-66 .pc-btn {
  border: 1px solid #eee;
  border-radius: 4px;
  color: #1d262b;
  display: block;
  line-height: 40px;
  margin-top: 48px;
  text-transform: uppercase;
}
.pc-price-66:hover .pricing,
.pc-price-66.active .pricing {
  color: #e6ae03;
}
.pc-price-66:hover h3,
.pc-price-66.active h3,
.pc-price-66:hover .pc-btn,
.pc-price-66.active .pc-btn {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #fff;
}
.pc-price-66:hover h3 .shape,
.pc-price-66.active h3 .shape {
  border-right-color: #e6ae03;
  border-bottom-color: #e6ae03;
}
/*========================================
    .pc-price-67
===========================================*/
.pc-price-67 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
  width: auto;
}
.pc-price-67 .up-arrow,
.pc-price-67 .down-arrow {
  left: 0;
  position: absolute;
  top: 56px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc-price-67 .up-arrow polyline,
.pc-price-67 .down-arrow polyline {
  fill: none;
  stroke: #c0c0c0;
}
.pc-price-67 .down-arrow {
  bottom: 56px;
  top: auto;
  -webkit-transform: rotate(180deg) translateY(-100%);
  -moz-transform: rotate(180deg) translateY(-100%);
  -ms-transform: rotate(180deg) translateY(-100%);
  -o-transform: rotate(180deg) translateY(-100%);
  transform: rotate(180deg) translateY(-100%);
}
.pc-price-67 .price-title {
  background-color: #1d262b;
  color: #fff;
  margin: 0 -20px;
  padding: 10px 0 15px;
  position: relative;
  z-index: 1;
  -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-67 .price-title:before,
.pc-price-67 .price-title:after {
  border-color: #ccc #ccc transparent transparent;
  border-style: solid;
  border-width: 15px 10px;
  bottom: -30px;
  content: "";
  left: 0;
  position: absolute;
}
.pc-price-67 .price-title:after {
  border-color: #ccc transparent transparent #ccc;
  left: auto;
  right: 0;
}
.pc-price-67 .icon {
  background-color: #1d262b;
  border-radius: 50%;
  display: block;
  font-size: 48px;
  height: 202px;
  left: 0;
  line-height: 150px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -107px;
  width: 202px;
  z-index: -1;
  -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-67 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
  font-weight: 400;
}
.pc-price-67 .tagline {
  display: block;
  line-height: 30px;
  margin-top: 6px;
}
.pc-price-67 .pricing {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 46px;
}
.pc-price-67 .pricing .currency {
  font-size: 18px;
  margin-right: 1px;
}
.pc-price-67 .pricing .value {
  font-size: 48px;
  line-height: 40px;
}
.pc-price-67 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-67 .price-body {
  padding: 33px 48px 24px;
  position: relative;
}
.pc-price-67 .price-body:before {
  border-color: #e6ae03 transparent transparent;
  border-style: solid;
  border-width: 38px 70px;
  bottom: -115px;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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-67 .price-body li {
  border-bottom: 1px dotted #f2f2f2;
}
.pc-price-67 .price-body li:last-child {
  border-bottom: 0;
}
.pc-price-67 .pc-btn {
  color: #e6ae03;
  margin-top: 36px;
  opacity: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.pc-price-67:hover .price-title,
.pc-price-67.active .price-title,
.pc-price-67:hover .icon,
.pc-price-67.active .icon {
  background-color: #e6ae03;
}
.pc-price-67:hover .price-body:before,
.pc-price-67.active .price-body:before {
  opacity: 1;
}
.pc-price-67:hover .pc-btn,
.pc-price-67.active .pc-btn {
  opacity: 1;
}
/*========================================
    .pc-price-68
===========================================*/
.pc-price-68 {
  color: #fff;
}
.pc-price-68 .price-head {
  background-color: transparent;
  padding: 92px 29px 0 27px;
  position: relative;
}
.pc-price-68 .price-head svg {
  left: 0;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
}
.pc-price-68 .price-head polygon {
  fill: #eee;
}
.pc-price-68 .price-title {
  margin-top: -3px;
  position: relative;
  color: #1d262b;
}
.pc-price-68 h3 {
  font-size: 33px;
  font-weight: 400;
}
.pc-price-68 .pricing {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: right;
}
.pc-price-68 .pricing .period {
  margin-top: 3px;
}
.pc-price-68 .pricing .tagline {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.pc-price-68 .price-body {
  background-color: transparent;
  border: 0;
  position: relative;
}
.pc-price-68 .price-body svg {
  left: 0;
  position: absolute;
  top: -179px;
  width: 100%;
}
.pc-price-68 .price-body polygon {
  fill: #1d262b;
  -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 70px;
  position: relative;
  text-align: left;
}
.pc-price-68 .price-foot {
  position: relative;
}
.pc-price-68 .price-foot svg {
  left: 0;
  position: absolute;
  top: 28px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc-price-68 .price-foot polygon {
  fill: #eee;
}
.pc-price-68 .pc-btn {
  background-color: transparent;
  color: #1d262b;
  display: inline-block;
  line-height: normal;
  margin-top: 100px;
  position: relative;
}
.pc-price-68:hover .price-head,
.pc-price-68.active .price-head {
  background-color: transparent;
}
.pc-price-68:hover .price-body polygon,
.pc-price-68.active .price-body polygon {
  fill: #e6ae03;
}
.pc-price-68:hover .pc-btn,
.pc-price-68.active .pc-btn {
  background-color: transparent;
  color: #e6ae03;
}
/*========================================
    .pc-price-69
===========================================*/
.pc-price-69 .price-head {
  background: #1d262b url("../image/snow.png") no-repeat scroll right center;
  box-shadow: -5px 0 50px 0 rgba(0, 0, 0, 0.08);
  padding: 19px 29px 19px 27px;
}
.pc-price-69 .price-title {
  margin-top: 21px;
}
.pc-price-69 .pricing {
  color: #1d262b;
  position: relative;
  z-index: 1;
}
.pc-price-69 .pricing .period {
  margin-top: 3px;
}
.pc-price-69 .price-body {
  background-color: transparent;
  border: 0;
}
.pc-price-69 .pc-btn {
  background: #1d262b url("../image/snow2.png") no-repeat scroll left center;
  box-shadow: -5px 0 32px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  line-height: 60px;
}
/*========================================
    .pc-price-70
===========================================*/
.pc-price-70 {
  background-color: #eeeeee;
  position: relative;
}
.pc-price-70 .pc-top,
.pc-price-70 .pc-bottom {
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc-price-70 .pc-top polygon,
.pc-price-70 .pc-bottom polygon {
  fill: #eee;
  stroke: none;
}
.pc-price-70 .pc-bottom {
  top: auto;
  bottom: 1px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.pc-price-70 .price-title {
  color: #fff;
  position: relative;
  top: -37px;
}
.pc-price-70 .price-title .title-shape {
  left: 50%;
  position: absolute;
  top: -43px;
  transform: translateX(-50%);
  width: 240px;
}
.pc-price-70 .price-title path {
  fill: #1d262b;
  -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-70 h3 {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
.pc-price-70 .pricing {
  color: #1d262b;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin-top: 41px;
  -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-70 .pricing .currency {
  margin-right: 1px;
}
.pc-price-70 .pricing .period {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pc-price-70 .pricing .tagline {
  color: #1d262b;
  display: block;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
  margin-top: 22px;
}
.pc-price-70 .price-body {
  padding: 33px 48px 0;
  position: relative;
}
.pc-price-70 .price-body svg {
  left: 50%;
  margin-left: -134px;
  position: absolute;
  width: 273px;
  z-index: 1;
}
.pc-price-70 .price-body svg path {
  fill: #1d262b;
  -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-70 .price-body ul {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 55px;
}
.pc-price-70 .pc-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.pc-price-70:hover .price-title path,
.pc-price-70.active .price-title path,
.pc-price-70:hover .price-body svg path,
.pc-price-70.active .price-body svg path {
  fill: #e6ae03;
}
.pc-price-70:hover .pricing,
.pc-price-70.active .pricing {
  color: #e6ae03;
}
/* firefox bug */
@-moz-document url-prefix() {
  .hot-tag::before {
    border-width: 22px;
  }
  .pc-price-34 .price-title {
    padding-bottom: 25px;
  }
  .pc-price-34 .price-title .ribbon1,
  .pc-price-34 .price-title .ribbon2 {
    border-width: 68px 61px;
  }
}
/*========================================
    Media Queries
===========================================*/
/*============================================================
  For Small Desktop
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
  .pc-price-1 .price-head {
    padding-top: 21px;
  }
  .pc-price-1 .pc-btn {
    margin-top: 40px;
  }
  .pc-price-4 h3 {
    font-size: 38px;
  }
  .pc-price-7 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pc-price-7 .price-head &gt; span {
    font-size: 15px;
    font-weight: 500;
  }
  .pc-price-7 .ribbon .down-arrow {
    border-left-width: 120px;
    border-right-width: 120px;
  }
  .pc-price-8 {
    padding-left: 60px;
  }
  .pc-price-8 .price-body {
    margin-left: -60px;
    padding-left: 60px;
  }
  .pc-price-8 .price-body::before {
    left: 1px;
    top: 20px;
  }
  .pc-price-8 .price-foot {
    margin-left: -60px;
    padding-left: 60px;
  }
  .pc-price-14 .price-head {
    padding-top: 25px;
  }
  .pc-price-14 .pricing {
    margin-top: 5px;
  }
  .pc-price-14 .pricing .value {
    font-size: 60px;
  }
  .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-inner {
    margin-bottom: 30px;
  }
  .pc-price-15 ul:first-child {
    padding-right: 0;
  }
  .pc-price-15 ul.text-left {
    padding-left: 6px;
  }
  .pc-price-15 .pc-btn {
    margin: 0 20px;
  }
  .pc-price-16 .text-right li {
    padding-right: 0;
  }
  .pc-price-20 .price-head {
    padding: 15px 10px 0 20px;
  }
  .pc-price-20 h3 {
    font-size: 26px;
  }
  .pc-price-20 .tagline {
    margin-top: 60px;
  }
  .pc-price-34 .price-title {
    padding-left: 22px;
    width: 160px;
  }
  .pc-price-34 .price-title .ribbon1,
  .pc-price-34 .price-title .ribbon2 {
    border-width: 59px 61px;
  }
  .pc-price-34 .pricing {
    padding-right: 20px;
  }
  .pc-price-34 .pricing .value {
    font-size: 38px;
  }
  .pc-price-34 h3 {
    font-size: 31px;
  }
  .pc-price-34 .price-head .tagline {
    font-size: 14px;
  }
  .pc-price-41 .pricing .period,
  .pc-price-42 .pricing .period {
    display: block;
  }
  .pc-price-41 .pc-btn,
  .pc-price-42 .pc-btn {
    margin-top: 7px;
  }
  .pc-price-46 .price-title::before {
    border-width: 15px 117px;
  }
  .pc-price-46 tbody .order-col.active::after {
    border-width: 15px 118px;
  }
  .pc-price-49 thead tr .price-col {
    height: 235px;
  }
  .pc-price-55 .ribbon .down-arrow {
    border-width: 45px 80px 0;
  }
  .pc-price-55 h3 span {
    display: block;
  }
  [class^="col-"]:first-child .pc-price-55 .price-body {
    margin-top: 172px;
  }
  .pc-price-61 .tagline span {
    top: 10px;
  }
  .pc-price-63 .pricing .value {
    font-size: 38px;
  }
  .pc-price-63 h3 {
    font-size: 35px;
  }
  .pc-price-63 .pricing {
    padding-left: 29px;
  }
  .pc-price-63 .pricing .shape {
    border-width: 56px 30px;
  }
  .pc-price-64 h3 {
    font-size: 35px;
  }
  .pc-price-64 .tagline {
    font-size: 14px;
  }
  .pc-price-64 .pricing .value {
    font-size: 38px;
  }
  .pc-price-66 .tagline {
    font-size: 14px;
  }
  .pc-price-66 .pricing .value {
    font-size: 38px;
  }
  .pc-price-67 .up-arrow {
    top: 46px;
  }
  .pc-price-67 .down-arrow {
    bottom: 46px;
  }
  .pc-price-67 .price-body::before {
    bottom: -95px;
  }
  .pc-price-68 .price-head {
    padding: 72px 29px 0 27px;
  }
  .pc-price-68 .price-head svg {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .pc-price-68 h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .pc-price-68 .price-body {
    padding-top: 4px;
  }
  .pc-price-68 .price-body svg {
    top: -155px;
  }
  .pc-price-68 .price-foot svg {
    top: 8px;
  }
  .pc-price-68 .pc-btn {
    margin-top: 60px;
  }
  .pc-price-65 .pricing .value,
  .pc-price-68 .pricing .value,
  .pc-price-69 .pricing .value {
    font-size: 38px;
  }
  .pc-price-70 .price-body svg {
    margin-left: -132px;
    width: 267px;
  }
}
/*============================================================
  Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .pc-price-1 .price-head {
    padding-top: 21px;
  }
  .pc-price-1 .pc-btn {
    margin-top: 40px;
  }
  .pc-price-3 h3,
  .pc-price-4 h3 {
    font-size: 30px;
  }
  .pc-price-5 {
    padding: 26px 20px 35px;
  }
  .pc-price-5 .pc-btn {
    line-height: 40px;
    padding: 0 40px;
  }
  .pc-price-7 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pc-price-7 .price-head &gt; span {
    font-size: 15px;
    font-weight: 500;
  }
  .pc-price-7 h3 {
    font-size: 32px;
  }
  .pc-price-7 h3 span {
    display: block;
  }
  .pc-price-7 .ribbon {
    padding-top: 0;
  }
  .pc-price-7 .ribbon .down-arrow {
    border-width: 45px 85px 0;
  }
  .pc-price-8 {
    padding-left: 30px;
  }
  .pc-price-8 .price-body {
    margin-left: -30px;
    padding-left: 30px;
  }
  .pc-price-8 .price-body::before {
    background-size: cover;
    left: 0;
    top: 0;
  }
  .pc-price-8 .price-foot {
    margin-left: -30px;
    padding-left: 30px;
  }
  .pc-price-12 .down-arrow + h3 {
    margin-left: -30px;
  }
  .pc-price-13 .pricing .value {
    font-size: 60px;
    line-height: 55px;
  }
  .pc-price-14 .price-head {
    padding-top: 10px;
  }
  .pc-price-14 .pricing {
    margin-top: 10px;
  }
  .pc-price-14 .pricing .value {
    font-size: 50px;
    line-height: 40px;
  }
  .pc-price-14 .pricing .period {
    font-size: 16px;
    line-height: 16px;
  }
  .pc-price-14 .price-body {
    padding: 37px 20px 35px;
  }
  .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-17 .hot-tag + h3 {
    margin-left: -30px;
  }
  .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: 22px;
    line-height: 24px;
  }
  .pc-price-20 .pricing .value {
    font-size: 28px;
    line-height: 25px;
  }
  .pc-price-20 .pricing .period {
    font-size: 14px;
    margin-top: 0;
  }
  .pc-price-20 .tagline {
    margin-top: 40px;
  }
  .pc-price-21 .price-icon {
    background-color: #fff;
    font-size: 80px;
    line-height: 200px;
  }
  .pc-price-21 h3 {
    font-size: 35px;
  }
  .pc-price-21 .pc-btn {
    font-weight: 400;
    line-height: 40px;
    padding: 0 50px;
  }
  .pc-price-23 .price-head {
    padding: 60px 0 70px;
  }
  .pc-price-23 .price-tag {
    padding: 0 55px;
  }
  .pc-price-23 .price-body {
    padding: 60px 48px 30px;
  }
  .pc-price-23 .pc-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
  }
  .pc-price-34 {
    margin-bottom: 30px;
  }
  .pc-price-34 .price-title {
    padding-left: 22px;
    width: 160px;
  }
  .pc-price-34 .price-title .ribbon1,
  .pc-price-34 .price-title .ribbon2 {
    border-width: 59px 61px;
  }
  .pc-price-34 .pricing {
    padding-right: 20px;
  }
  .pc-price-34 .pricing .value {
    font-size: 38px;
  }
  .pc-price-34 h3 {
    font-size: 31px;
  }
  .pc-price-34 .price-head .tagline {
    font-size: 14px;
  }
  .pc-price-37 .course-img {
    height: 180px;
  }
  .pc-price-37 .price-wrap {
    padding: 49px 25px 50px;
  }
  .pc-price-37 .pricing {
    margin-top: 20px;
  }
  .pc-price-37 .pricing .value {
    font-size: 60px;
    line-height: 60px;
  }
  .pc-price-37 .pricing .currency {
    font-size: 25px;
  }
  .pc-price-37 .pricing .period {
    font-size: 18px;
  }
  .pc-price-37 .price-body {
    margin-top: 20px;
  }
  .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-43 .pc-btn {
    margin-top: 25px;
  }
  .pc-price-45 .price-title h2,
  .pc-price-46 .price-title h2,
  .pc-price-47 .price-title h2,
  .pc-price-48 .price-title h2,
  .pc-price-49 .price-title h2,
  .pc-price-50 .price-title h2,
  .pc-price-51 .price-title h2,
  .pc-price-52 .price-title h2,
  .pc-price-53 .price-title h2,
  .pc-price-45 .choose-plan,
  .pc-price-46 .choose-plan,
  .pc-price-47 .choose-plan,
  .pc-price-48 .choose-plan,
  .pc-price-49 .choose-plan,
  .pc-price-50 .choose-plan,
  .pc-price-51 .choose-plan,
  .pc-price-52 .choose-plan,
  .pc-price-53 .choose-plan {
    font-size: 25px;
  }
  .pc-price-45 .pricing .value,
  .pc-price-46 .pricing .value,
  .pc-price-47 .pricing .value,
  .pc-price-48 .pricing .value,
  .pc-price-49 .pricing .value,
  .pc-price-50 .pricing .value,
  .pc-price-51 .pricing .value,
  .pc-price-52 .pricing .value,
  .pc-price-53 .pricing .value {
    font-size: 35px;
  }
  .pc-price-46 .price-title::before,
  .pc-price-46 tbody .order-col.active::after {
    border-width: 15px 90px;
  }
  .pc-price-48 .price-title .icon,
  .pc-price-49 .price-title .icon {
    font-size: 38px;
  }
  .pc-price-49 .price-title .pricing {
    margin-top: 0;
  }
  .pc-price-49 thead tr .price-col {
    height: 185px;
  }
  .pc-price-55 .price-head {
    padding: 0 15px;
  }
  .pc-price-55 .pricing {
    top: 4px;
  }
  .pc-price-55 .ribbon {
    margin-bottom: 35px;
  }
  .pc-price-55 .ribbon .down-arrow {
    border-width: 30px 75px 0;
  }
  .pc-price-55 h3 {
    font-size: 28px;
    line-height: 40px;
    top: -5px;
  }
  .pc-price-55 h3 span {
    display: block;
  }
  [class^="col-"]:first-child .pc-price-55 .price-body {
    margin-top: 141px;
  }
  .pc-price-56 {
    margin-left: 45px;
    padding: 15px;
  }
  .pc-price-56 .price-title {
    left: -140px;
    top: -23px;
  }
  .pc-price-56 .pricing .value {
    font-size: 38px;
  }
  .pc-price-56 h3 {
    font-size: 20px;
    line-height: 45px;
  }
  .pc-price-56 .price-body {
    padding-top: 15px;
  }
  .pc-price-56 .pc-btn {
    margin: 25px -15px 0;
  }
  .pc-price-57 {
    border-radius: 150px;
  }
  .pc-price-57 .price-head {
    padding-top: 45px;
  }
  .pc-price-57 .pricing {
    padding: 15px 0 0;
  }
  .pc-price-57 .pricing .currency {
    font-size: 20px;
    margin-right: 1px;
  }
  .pc-price-57 .pricing .value {
    font-size: 50px;
    line-height: 45px;
  }
  .pc-price-57 .tagline {
    font-size: 16px;
    margin-top: 15px;
  }
  .pc-price-58 h3 {
    font-size: 28px;
    top: 9px;
  }
  .pc-price-58 .price-body {
    padding: 20px;
  }
  .pc-price-58 .pricing .currency {
    font-size: 18px;
  }
  .pc-price-58 .pricing .value {
    font-size: 50px;
    line-height: 45px;
  }
  .pc-price-58 .pc-btn {
    margin: 20px 0 16px;
  }
  .pc-price-60 .bg-shape {
    display: none;
  }
  .pc-price-61 .tagline span {
    top: 1px;
  }
  .pc-price-63 .price-title {
    float: none;
    padding: 20px 0;
  }
  .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-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-65 .pricing .period {
    display: inline-block;
  }
  .pc-price-66 .tagline {
    font-size: 16px;
  }
  .pc-price-66 .pricing .period {
    display: inline-block;
  }
  .pc-price-67 {
    padding-top: 10px;
  }
  .pc-price-67 .up-arrow {
    top: 30px;
  }
  .pc-price-67 .down-arrow {
    bottom: 30px;
  }
  .pc-price-67 .price-body::before {
    bottom: -85px;
  }
  .pc-price-68 .price-head {
    padding-top: 45px;
  }
  .pc-price-68 .price-head svg {
    width: 100%;
  }
  .pc-price-68 h3 {
    font-size: 23px;
  }
  .pc-price-68 .pricing {
    padding-top: 45px;
  }
  .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: -116px;
    -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: 50px 0;
  }
  .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-title {
    padding-top: 18px;
  }
  .pc-price-70 .price-title .title-shape {
    top: -8px;
    width: 75%;
  }
  .pc-price-70 .pricing {
    margin-top: 20px;
  }
  .pc-price-70 .price-body svg {
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
  }
  .pc-price-70 .price-body ul {
    margin-top: 20px;
  }
  .pc-price-70 .pc-btn {
    margin-top: 16px;
  }
}
/*============================================================
  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-7 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pc-price-7 .price-head &gt; span {
    font-size: 15px;
    font-weight: 500;
  }
  .pc-price-7 .ribbon .down-arrow {
    border-left-width: 120px;
    border-right-width: 120px;
  }
  .pc-price-8 {
    padding-left: 50px;
  }
  .pc-price-8 .price-body {
    margin-left: -50px;
    padding-left: 50px;
  }
  .pc-price-8 .price-body::before {
    background-size: cover;
    left: 0;
    top: 0;
  }
  .pc-price-8 .price-foot {
    margin-left: -50px;
    padding-left: 50px;
  }
  .pc-price-14 .price-head {
    padding-top: 25px;
  }
  .pc-price-14 .pricing {
    margin-top: 5px;
  }
  .pc-price-14 .pricing .value {
    font-size: 60px;
  }
  .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%;
  }
}
</pre></body></html>