/* Radius - Responsive Pricing Tables v1.0 */
.radius-style8 {
  margin-top: 30px;
}
.radius-style8,
.radius-style8 .pt-block {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  text-align: left;
  cursor: default;
}
.radius-style8 *,
.radius-style8 *:before,
.radius-style8 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.radius-style8 .pt-block {
  padding: 17px 20px;
  position: relative;
}
.radius-style8 .pt-block:after {
  content: "";
  display: block;
  clear: both;
}
.radius-style8 .pt-block > * {
  position: relative;
}
.radius-style8 .pt-block > :not(.pt-btn):last-child {
  margin-bottom: 0;
}
.radius-style8 .pt-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.radius-style8 .pt-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.24;
}
.radius-style8 .pt-price {
  color: #797979;
}
.radius-style8 .pt-btn {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}
.radius-style8 .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px solid;
}
.radius-style8 .pt-list {
  clear: both;
  color: #dcdcdc;
  margin: 0;
  padding: 0;
}
.radius-style8 .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);
  }
}
.radius-style8[class*='pt-animation-'] .pt-col:nth-child(n) .pt-block.pt-not-available {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.radius-style8.pt-animation-1 .pt-block:hover {
  -webkit-animation: wobble 0.4s;
  -moz-animation: wobble 0.4s;
  animation: wobble 0.4s;
}
.radius-style8.pt-animation-2 .pt-block:hover {
  -webkit-animation: rotate 0.4s;
  -moz-animation: rotate 0.4s;
  animation: rotate 0.4s;
}
.radius-style8 .pt-cols {
  text-align: center;
  font-size: 0;
}
.radius-style8 .pt-cols .pt-col {
  display: inline-block;
  min-width: 200px;
  max-width: 330px;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .radius-style8 .pt-cols-2,
  .radius-style8 .pt-cols-3,
  .radius-style8 .pt-cols-4,
  .radius-style8 .pt-cols-5 {
    margin: 0 -15px;
  }
  .radius-style8 .pt-cols-2 .pt-col,
  .radius-style8 .pt-cols-3 .pt-col,
  .radius-style8 .pt-cols-4 .pt-col,
  .radius-style8 .pt-cols-5 .pt-col {
    min-width: 230px;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .radius-style8 .pt-cols-3 .pt-col,
  .radius-style8 .pt-cols-5 .pt-col {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .radius-style8 .pt-cols-4 .pt-col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .radius-style8 .pt-cols-5 {
    margin: 0 -10px;
  }
  .radius-style8 .pt-cols-5 .pt-col {
    min-width: 220px;
    padding: 0 10px;
    width: 20%;
  }
}
.radius-style8 .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;
}
.radius-style8 .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;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
  display: block;
  text-align: center;
  font-size: 14px;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #404040;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
  right: 100%;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  left: 100%;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .fa {
  margin: 0;
}
.radius-style8 .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.radius-style8 .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;
}
.radius-style8 .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;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 24px;
  text-align: center;
  padding-right: 4px;
}
.radius-style8 .pt-tooltip-bottom,
.radius-style8 .pt-tooltip-bottom-left,
.radius-style8 .pt-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.radius-style8 .pt-tooltip-bottom .pt-tooltip-content,
.radius-style8 .pt-tooltip-bottom-left .pt-tooltip-content,
.radius-style8 .pt-tooltip-bottom-right .pt-tooltip-content {
  margin: 8px 0 0 0;
}
.radius-style8 .pt-tooltip-bottom .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-bottom-left .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-bottom-color: inherit;
}
.radius-style8 .pt-tooltip-left-top,
.radius-style8 .pt-tooltip-left-bottom,
.radius-style8 .pt-tooltip-right-top,
.radius-style8 .pt-tooltip-right-bottom,
.radius-style8 .pt-tooltip-top-left,
.radius-style8 .pt-tooltip-bottom-left,
.radius-style8 .pt-tooltip-top-right,
.radius-style8 .pt-tooltip-bottom-right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.radius-style8 .pt-tooltip-left .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left-top .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left-bottom .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-right .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-right-top .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-width: 8px 8px;
}
.radius-style8 .pt-tooltip-right,
.radius-style8 .pt-tooltip-right-top,
.radius-style8 .pt-tooltip-right-bottom {
  left: 100%;
  right: auto;
  text-align: left;
}
.radius-style8 .pt-tooltip-right .pt-tooltip-content,
.radius-style8 .pt-tooltip-right-top .pt-tooltip-content,
.radius-style8 .pt-tooltip-right-bottom .pt-tooltip-content {
  margin: 0 0 0 11px;
}
.radius-style8 .pt-tooltip-right .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-right-top .pt-tooltip-content:after,
.radius-style8 .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;
}
.radius-style8 .pt-tooltip-left,
.radius-style8 .pt-tooltip-left-top,
.radius-style8 .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
}
.radius-style8 .pt-tooltip-left .pt-tooltip-content,
.radius-style8 .pt-tooltip-left-top .pt-tooltip-content,
.radius-style8 .pt-tooltip-left-bottom .pt-tooltip-content {
  margin: 0 11px 0 0;
}
.radius-style8 .pt-tooltip-left .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left-top .pt-tooltip-content:after,
.radius-style8 .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;
}
.radius-style8 .pt-tooltip-top,
.radius-style8 .pt-tooltip-bottom {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.radius-style8 .pt-tooltip-right,
.radius-style8 .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.radius-style8 .pt-tooltip-right .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.radius-style8 .pt-tooltip-right-top,
.radius-style8 .pt-tooltip-left-top {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.radius-style8 .pt-tooltip-right-top .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 6px;
}
.radius-style8 .pt-tooltip-right-bottom,
.radius-style8 .pt-tooltip-left-bottom {
  bottom: 50%;
  margin-bottom: -18px;
}
.radius-style8 .pt-tooltip-right-bottom .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 8px;
}
.radius-style8 .pt-tooltip-show-icon,
.radius-style8 .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.radius-style8 .pt-tooltip-show-icon:hover,
.radius-style8 .pt-tooltip-show-text:hover {
  cursor: help;
}
.radius-style8 .pt-tooltip-show-icon:hover .pt-tooltip,
.radius-style8 .pt-tooltip-show-text:hover .pt-tooltip {
  display: block;
}
.radius-style8 .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.radius-style8 .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  margin: 0;
}
.radius-style8 .pt-tooltip-top-left,
.radius-style8 .pt-tooltip-bottom-left {
  margin-left: -50px;
  left: 50%;
  right: auto;
  text-align: left;
}
.radius-style8 .pt-tooltip-top-left .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-bottom-left .pt-tooltip-content:after {
  right: auto;
  left: 40px;
  margin-right: 0;
}
.radius-style8 .pt-tooltip-top-right,
.radius-style8 .pt-tooltip-bottom-right {
  margin-right: -50px;
  right: 50%;
  text-align: right;
}
.radius-style8 .pt-tooltip-top-right .pt-tooltip-content:after,
.radius-style8 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    width: 275px;
  }
  .radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .radius-style8 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.radius-style8 .pt-block {
  margin: 0 0 30px 0;
}
.radius-style8 .pt-back {
  background-color: #233039;
  border-radius: 0 20px 0 0;
}
.radius-style8 .pt-content {
  margin: -17px 0 0 0;
  padding: 16px 0 16px 42px;
}
.radius-style8 .pt-title {
  background-color: #797979;
  border-radius: 0 0 20px 0;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 35px;
  text-align: center;
  line-height: 1;
}
.radius-style8 .pt-title > span {
  background-color: inherit;
  border-radius: 20px 0 0 0;
  padding: 10px 0 10px 2px;
  display: inline-block;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radius-style8 .pt-price {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.radius-style8 .pt-btn {
  background-color: #797979;
  border-radius: 20px 0 0 0;
  margin: 0 -20px -17px 21px;
  padding: 7px 20px 8px 20px;
  display: block;
  text-align: center;
}
.radius-style8 .pt-btn:hover,
.radius-style8 .pt-btn:focus {
  background-color: #676767;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover,
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus {
  background-color: #aeaeae;
  cursor: default;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
  background-color: #31434f;
}
.radius-style8 .pt-selected .pt-back,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back {
  background-color: #939393;
}
.radius-style8 .pt-selected .pt-title,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
  color: #fff;
  background-color: #797979;
}
.radius-style8 .pt-selected .pt-price,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
  color: #fff;
}
.radius-style8 .pt-selected .pt-list,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
  color: #fff;
}
.radius-style8 .pt-selected .pt-btn,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
  background-color: #797979;
  color: #fff;
}
.radius-style8 .pt-selected .pt-btn:hover,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover,
.radius-style8 .pt-selected .pt-btn:focus,
.radius-style8[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus {
  background-color: #676767;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-title {
  color: #fff;
  background-color: #797979;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price,
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-price {
  color: #797979;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-list {
  color: #dcdcdc;
}
.radius-style8 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-btn {
  color: #fff;
}
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-back {
  background-color: #233039;
}
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-btn {
  background-color: #797979;
}
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-btn:hover,
.radius-style8[class*='pt-animation-']:hover .pt-selected .pt-btn:focus {
  background-color: #676767;
}
.radius-style8[class*='pt-animation-'] .pt-back,
.radius-style8[class*='pt-animation-'] .pt-title,
.radius-style8[class*='pt-animation-'] .pt-price,
.radius-style8[class*='pt-animation-'] .pt-list,
.radius-style8[class*='pt-animation-'] .pt-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pt-content-loader.ptcl-radius-style8{display:block}.pt-content-loader.ptcl-radius-style8+.pt-content-loader-bar{display:none}
