/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*
* Pricing Box
*/
.wtbx_vc_pricing_box .wtbx_pricing_box_wrapper {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 30px; }
  .wtbx_vc_pricing_box .wtbx_pricing_box_wrapper .wtbx_pricing_feature {
    line-height: 1.2;
    padding: .5em 0; }

.wtbx_vc_pricing_box .wtbx_pricing_box_button {
  margin-top: 30px;
  display: block;
  text-align: center;
  border-radius: 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_btn {
    line-height: 3.5em;
    font-weight: 700;
    font-size: .875em;
    white-space: nowrap;
    padding: 0 2.5em;
    color: #fff; }
  .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_ghost {
    line-height: 3.2em;
    font-weight: 700;
    white-space: nowrap;
    font-size: .875em;
    padding: 0 2.5em;
    border-width: 2px;
    border-style: solid; }
    .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_ghost:hover {
      color: #fff;
      border-color: transparent; }
  .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_link {
    line-height: 2em;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 1em;
    font-size: 1em; }
    .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_link i {
      position: relative;
      top: -1px;
      line-height: inherit;
      vertical-align: middle;
      opacity: 0;
      margin-left: 6px;
      font-size: .875em;
      -moz-transform: translate3d(-6px, 0, 0);
      -o-transform: translate3d(-6px, 0, 0);
      -ms-transform: translate3d(-6px, 0, 0);
      -webkit-transform: translate3d(-6px, 0, 0);
      -webkit-transform: -webkit-translate3d(-6px, 0, 0);
      transform: translate3d(-6px, 0, 0);
      -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_link:hover {
      -moz-transform: translate3d(-3px, 0, 0);
      -o-transform: translate3d(-3px, 0, 0);
      -ms-transform: translate3d(-3px, 0, 0);
      -webkit-transform: translate3d(-3px, 0, 0);
      -webkit-transform: -webkit-translate3d(-3px, 0, 0);
      transform: translate3d(-3px, 0, 0); }
      .wtbx_vc_pricing_box .wtbx_pricing_box_button.style_link:hover i {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: -webkit-translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

.wtbx_vc_pricing_box .wtbx_pricing_box_subtitle {
  display: inline-block;
  color: #fff;
  border-radius: 2em;
  padding: .875em 1.5em;
  font-size: .875em;
  font-weight: 600;
  line-height: 1em; }

.wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_wrapper {
  position: relative;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1);
  padding-top: 45px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_wrapper:hover {
    box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.2); }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header {
    margin-bottom: 1em; }
    .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_title {
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.2; }
    .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_subtitle {
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }

.wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_price_wrapper {
  padding-top: 1em;
  white-space: nowrap; }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_price {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    display: inline-block; }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_currency {
    font-size: 2em;
    line-height: 1;
    font-weight: 400;
    display: inline-block; }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_period {
    font-size: 1em;
    font-weight: 700;
    display: block; }

.wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_description {
  font-size: 1em;
  padding: 1em;
  margin: 1em 0;
  background-color: #f9f6f4;
  border-radius: 16px; }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_description p:first-child {
    margin-top: 0; }
  .wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_description p:last-child {
    margin-bottom: 0; }

.wtbx_vc_pricing_box.wtbx_style_1 .wtbx_pricing_box_content {
  margin-top: 1em; }

.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_title,
.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_price,
.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_currency,
.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_period {
  color: #fff; }

.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_description {
  color: rgba(255, 255, 255, 0.4); }

.wtbx_vc_pricing_box.wtbx_style_1.wtbx_skin_dark .wtbx_pricing_box_content {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.wtbx_vc_pricing_box.wtbx_style_1.wtbx_pricing_box_emphasize .wtbx_pricing_box_wrapper {
  box-shadow: 0 20px 55px -7px rgba(9, 31, 67, 0.1);
  padding-top: 75px;
  padding-bottom: 60px;
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -webkit-transform: -webkit-translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

.wtbx_vc_pricing_box.wtbx_style_2 .wtbx_vc_pricing_box_inner {
  position: relative;
  z-index: 1; }

.wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper {
  text-align: start;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.05);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper:hover {
    box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.2); }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header {
    padding-bottom: 30px; }
    .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_title_wrapper {
      position: relative;
      display: block;
      margin-top: 5em; }
    .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_title {
      font-size: 1.75em;
      font-weight: 700;
      line-height: 1.2; }
    .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_subtitle {
      padding: 0;
      font-size: 1em;
      line-height: 1.2;
      background-color: transparent; }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 150%;
    z-index: -1; }
    .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_wrapper svg path {
      fill: rgba(0, 0, 0, 0.02);
      -moz-transform: translate(85%, 30%);
      -o-transform: translate(85%, 30%);
      -ms-transform: translate(85%, 30%);
      -webkit-transform: translate(85%, 30%);
      -webkit-transform: -webkit-translate(85%, 30%);
      transform: translate(85%, 30%); }

.wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_price_wrapper {
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em 1em 1em 2.5em;
  border-radius: 3em 0 0 3em; }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_price {
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: inline-block; }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_currency {
    font-size: 1.25em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: inline-block; }
  .wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_period {
    font-size: 0.875em;
    line-height: 1;
    font-weight: 700;
    text-align: end;
    color: white; }

.wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_description {
  display: block;
  font-size: 1em;
  padding: 30px 0 0;
  text-align: center; }

.wtbx_vc_pricing_box.wtbx_style_2 .wtbx_pricing_box_content {
  padding-top: 30px;
  border-top-style: solid;
  border-top-width: 2px; }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_title,
.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_price,
.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_currency {
  color: #fff; }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_description {
  color: rgba(255, 255, 255, 0.4); }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_content {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark .wtbx_pricing_box_price_wrapper {
  background-color: rgba(255, 255, 255, 0.1); }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_skin_dark svg path {
  fill: rgba(0, 0, 0, 0.1); }

.wtbx_vc_pricing_box.wtbx_style_2.wtbx_pricing_box_emphasize .wtbx_pricing_box_wrapper {
  box-shadow: 0 20px 55px -7px rgba(9, 31, 67, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -webkit-transform: -webkit-translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

.wtbx_vc_pricing_box.wtbx_style_3 .wtbx_vc_pricing_box_inner {
  position: relative;
  z-index: 1;
  padding-left: 30px; }

.wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper {
  position: relative;
  border-radius: 28px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: start;
  padding-left: 45px;
  padding-right: 45px;
  background-color: transparent; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper:hover {
    box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.2); }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: inherit;
    border-style: solid;
    border-width: 4px;
    z-index: -2;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_title_wrapper {
    display: block; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_title {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.2; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_wrapper .wtbx_pricing_box_header .wtbx_pricing_box_subtitle {
    font-size: 0.875em;
    line-height: 1.2;
    background-color: transparent;
    padding: 0; }

.wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_price_wrapper {
  white-space: nowrap;
  margin: 1em 0;
  border-radius: 3em;
  padding: .75em 2em .75em 75px;
  position: relative;
  left: -75px;
  width: 16em;
  max-width: calc(100% + 100px); }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_price {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    color: #fff; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_price_small {
    font-size: .5em;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 0;
    color: #fff; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_currency {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    color: #fff; }
  .wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_price_wrapper .wtbx_pricing_box_period {
    font-size: .875em;
    display: inline-block;
    color: #fff; }

.wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_description {
  margin: 1em 0;
  display: block;
  font-size: 1em;
  text-align: center; }

.wtbx_vc_pricing_box.wtbx_style_3 .wtbx_pricing_box_content {
  margin-top: 1em; }

.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_title,
.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_price,
.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_currency,
.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_period {
  color: #fff; }

.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_description {
  color: rgba(255, 255, 255, 0.4); }

.wtbx_vc_pricing_box.wtbx_style_3.wtbx_skin_dark .wtbx_pricing_box_content {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.wtbx_vc_pricing_box.wtbx_style_3.wtbx_pricing_box_emphasize .wtbx_pricing_box_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -webkit-transform: -webkit-translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

/*
* Pricing feature
*/
.wtbx_pricing_box_features {
  list-style-type: none;
  padding: 0; }

.wtbx_pricing_feature.wtbx_bullet_align_left .wtbx_pricing_box_feature_bold,
.wtbx_pricing_feature.wtbx_bullet_align_left .wtbx_pricing_box_feature_badge,
.wtbx_pricing_feature.wtbx_bullet_align_left .wtbx_pricing_box_feature_icon {
  margin-right: .5em; }

.wtbx_pricing_feature.wtbx_bullet_align_right .wtbx_pricing_box_feature_bold,
.wtbx_pricing_feature.wtbx_bullet_align_right .wtbx_pricing_box_feature_badge,
.wtbx_pricing_feature.wtbx_bullet_align_right .wtbx_pricing_box_feature_icon {
  margin-left: .5em; }

.wtbx_pricing_feature .wtbx_pricing_box_feature_bold {
  display: inline-block;
  font-weight: 700;
  padding: .125em 0; }

.wtbx_pricing_feature .wtbx_pricing_box_feature_badge {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: .25em .675em;
  font-size: 85%;
  line-height: 1.25em;
  border-radius: 10px; }

.wtbx_pricing_feature .wtbx_pricing_box_feature_icon {
  display: inline-block;
  font-size: 120%;
  line-height: inherit;
  vertical-align: middle; }
