/* Ribbon - Responsive Pricing Tables v1.1 */
.ribbon-style5 {
  margin-top: 30px;
}
.ribbon-style5,
.ribbon-style5 .pt-block {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  text-align: center;
  cursor: default;
}
.ribbon-style5 *,
.ribbon-style5 *:before,
.ribbon-style5 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ribbon-style5 .pt-block {
  padding: 17px 20px;
  margin: 0 0 30px 0;
  position: relative;
}
.ribbon-style5 .pt-block > * {
  position: relative;
}
.ribbon-style5 .pt-block > :not(.pt-btn):last-child {
  margin-bottom: 0;
}
.ribbon-style5 .pt-back {
  background-color: #233039;
}
.ribbon-style5 .pt-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ribbon-style5 .pt-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.24;
}
.ribbon-style5 .pt-price {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.ribbon-style5 .pt-btn {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}
.ribbon-style5 .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px solid;
}
.ribbon-style5 .pt-list {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
}
.ribbon-style5 .pt-list li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
@-webkit-keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  30%, 70% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  30%, 70% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
.ribbon-style5[class*='pt-animation-'] .pt-col:nth-child(n) .pt-block.pt-not-available {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.ribbon-style5.pt-animation-1 .pt-block:hover {
  -webkit-animation: wobble 0.4s;
  -moz-animation: wobble 0.4s;
  animation: wobble 0.4s;
}
.ribbon-style5.pt-animation-2 .pt-block:hover {
  -webkit-animation: rotate 0.4s;
  -moz-animation: rotate 0.4s;
  animation: rotate 0.4s;
}
.ribbon-style5 .pt-cols {
  text-align: center;
  font-size: 0;
}
.ribbon-style5 .pt-cols .pt-col {
  display: inline-block;
  min-width: 200px;
  max-width: 330px;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .ribbon-style5 .pt-cols-2,
  .ribbon-style5 .pt-cols-3,
  .ribbon-style5 .pt-cols-4,
  .ribbon-style5 .pt-cols-5 {
    margin: 0 -15px;
  }
  .ribbon-style5 .pt-cols-2 .pt-col,
  .ribbon-style5 .pt-cols-3 .pt-col,
  .ribbon-style5 .pt-cols-4 .pt-col,
  .ribbon-style5 .pt-cols-5 .pt-col {
    min-width: 230px;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ribbon-style5 .pt-cols-3 .pt-col,
  .ribbon-style5 .pt-cols-5 .pt-col {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .ribbon-style5 .pt-cols-4 .pt-col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .ribbon-style5 .pt-cols-5 {
    margin: 0 -10px;
  }
  .ribbon-style5 .pt-cols-5 .pt-col {
    min-width: 220px;
    padding: 0 10px;
    width: 20%;
  }
}
.ribbon-style5 .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  min-width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  z-index: 100;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  line-height: 1;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #1a1a1a;
  padding: 3px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 2px;
  border-color: #1a1a1a;
  border-width: 2px;
  border-style: solid;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
  display: block;
  text-align: center;
  font-size: 14px;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #404040;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
  right: 100%;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  left: 100%;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .fa {
  margin: 0;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-right: -8px;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #404040;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin-bottom: 5px;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 24px;
  text-align: center;
  padding-right: 4px;
}
.ribbon-style5 .pt-tooltip-bottom,
.ribbon-style5 .pt-tooltip-bottom-left,
.ribbon-style5 .pt-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.ribbon-style5 .pt-tooltip-bottom .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-bottom-left .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-bottom-right .pt-tooltip-content {
  margin: 8px 0 0 0;
}
.ribbon-style5 .pt-tooltip-bottom .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-bottom-left .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-bottom-color: inherit;
}
.ribbon-style5 .pt-tooltip-left-top,
.ribbon-style5 .pt-tooltip-left-bottom,
.ribbon-style5 .pt-tooltip-right-top,
.ribbon-style5 .pt-tooltip-right-bottom,
.ribbon-style5 .pt-tooltip-top-left,
.ribbon-style5 .pt-tooltip-bottom-left,
.ribbon-style5 .pt-tooltip-top-right,
.ribbon-style5 .pt-tooltip-bottom-right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.ribbon-style5 .pt-tooltip-left .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-top .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-bottom .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-right .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-right-top .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-width: 8px 8px;
}
.ribbon-style5 .pt-tooltip-right,
.ribbon-style5 .pt-tooltip-right-top,
.ribbon-style5 .pt-tooltip-right-bottom {
  left: 100%;
  right: auto;
  text-align: left;
}
.ribbon-style5 .pt-tooltip-right .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-right-top .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-right-bottom .pt-tooltip-content {
  margin: 0 0 0 11px;
}
.ribbon-style5 .pt-tooltip-right .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-right-top .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-width: 8px 8px 8px 0;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-right: 0;
}
.ribbon-style5 .pt-tooltip-left,
.ribbon-style5 .pt-tooltip-left-top,
.ribbon-style5 .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
}
.ribbon-style5 .pt-tooltip-left .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-left-top .pt-tooltip-content,
.ribbon-style5 .pt-tooltip-left-bottom .pt-tooltip-content {
  margin: 0 11px 0 0;
}
.ribbon-style5 .pt-tooltip-left .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-top .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  right: auto;
  border-width: 8px 0 8px 8px;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-right: 0;
}
.ribbon-style5 .pt-tooltip-top,
.ribbon-style5 .pt-tooltip-bottom {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.ribbon-style5 .pt-tooltip-right,
.ribbon-style5 .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.ribbon-style5 .pt-tooltip-right .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.ribbon-style5 .pt-tooltip-right-top,
.ribbon-style5 .pt-tooltip-left-top {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.ribbon-style5 .pt-tooltip-right-top .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 6px;
}
.ribbon-style5 .pt-tooltip-right-bottom,
.ribbon-style5 .pt-tooltip-left-bottom {
  bottom: 50%;
  margin-bottom: -18px;
}
.ribbon-style5 .pt-tooltip-right-bottom .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 8px;
}
.ribbon-style5 .pt-tooltip-show-icon,
.ribbon-style5 .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.ribbon-style5 .pt-tooltip-show-icon:hover,
.ribbon-style5 .pt-tooltip-show-text:hover {
  cursor: help;
}
.ribbon-style5 .pt-tooltip-show-icon:hover .pt-tooltip,
.ribbon-style5 .pt-tooltip-show-text:hover .pt-tooltip {
  display: block;
}
.ribbon-style5 .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.ribbon-style5 .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  margin: 0;
}
.ribbon-style5 .pt-tooltip-top-left,
.ribbon-style5 .pt-tooltip-bottom-left {
  margin-left: -50px;
  left: 50%;
  right: auto;
  text-align: left;
}
.ribbon-style5 .pt-tooltip-top-left .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-bottom-left .pt-tooltip-content:after {
  right: auto;
  left: 40px;
  margin-right: 0;
}
.ribbon-style5 .pt-tooltip-top-right,
.ribbon-style5 .pt-tooltip-bottom-right {
  margin-right: -50px;
  right: 50%;
  text-align: right;
}
.ribbon-style5 .pt-tooltip-top-right .pt-tooltip-content:after,
.ribbon-style5 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    width: 275px;
  }
  .ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .ribbon-style5 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.ribbon-style5 .pt-back {
  border-radius: 10px;
}
.ribbon-style5 .pt-block {
  margin-top: 18px;
}
.ribbon-style5 .pt-title {
  background-color: #797979;
  border-radius: 10px 10px 0 10px;
  padding: 10px 25px 10px 10px;
  margin: -35px -30px 20px 15px;
  text-align: right;
}
.ribbon-style5 .pt-title:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 3px solid #464646;
  border-right: 5px solid transparent !important;
  border-bottom: 3px solid transparent !important;
  border-left: 5px solid #464646;
}
.ribbon-style5 .pt-price {
  background-color: #797979;
  border-radius: 0 10px 10px 0;
  padding: 0 10px 0 37px;
  margin: 0 0 19px -30px;
  text-align: left;
}
.ribbon-style5 .pt-price:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  border-top: 3px solid transparent !important;
  border-right: 5px solid #464646;
  border-bottom: 3px solid #464646;
  border-left: 5px solid transparent !important;
}
.ribbon-style5 .pt-list {
  text-align: left;
  margin: 0 10px 20px 10px;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
  background-color: #364b59;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price {
  background-color: #aeaeae;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price:before {
  border-color: #7b7b7b;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn {
  cursor: default;
}
.ribbon-style5 .pt-selected .pt-back,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back {
  background-color: #939393;
}
.ribbon-style5 .pt-selected .pt-title,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
  background-color: #797979;
  color: #fff;
}
.ribbon-style5 .pt-selected .pt-title:before,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title:before {
  border-color: #464646;
}
.ribbon-style5 .pt-selected .pt-price,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
  background-color: #797979;
  color: #fff;
}
.ribbon-style5 .pt-selected .pt-price:before,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price:before {
  border-color: #464646;
}
.ribbon-style5 .pt-selected .pt-list,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
  color: #fff;
}
.ribbon-style5 .pt-selected .pt-btn,
.ribbon-style5[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
  color: #fff;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-title {
  background-color: #797979;
  color: #fff;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title:before,
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-title:before {
  border-color: #464646;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-list {
  color: #fff;
}
.ribbon-style5 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-btn {
  color: #fff;
}
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-back {
  background-color: #233039;
}
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-price {
  background-color: #797979;
  color: #fff;
}
.ribbon-style5[class*='pt-animation-']:hover .pt-selected .pt-price:before {
  border-color: #464646;
}
.ribbon-style5[class*='pt-animation-'] .pt-back,
.ribbon-style5[class*='pt-animation-'] .pt-title,
.ribbon-style5[class*='pt-animation-'] .pt-title:before,
.ribbon-style5[class*='pt-animation-'] .pt-price,
.ribbon-style5[class*='pt-animation-'] .pt-price:before,
.ribbon-style5[class*='pt-animation-'] .pt-btn,
.ribbon-style5[class*='pt-animation-'] .pt-list {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pt-content-loader.ptcl-ribbon-style5{display:block}.pt-content-loader.ptcl-ribbon-style5+.pt-content-loader-bar{display:none}
