label.tri:hover {
  background: #000000;
  color: white;
}
label.tri {
  transition-duration: 0.3s;
}
.btn {
  border-radius: 6px;
  padding: .5rem .9rem;
  transition: all 300ms ease;
  cursor: pointer; }
  .btn:active {
    position: relative;
    top: 1px;
    left: 1px;
    transform: scale(0.99); }
  .btn:focus {
    outline: 1px dotted #aaa; }
  .btn.btn-sm {
    padding: .5rem 1.4rem !important;
    font-size: 13px !important; }
  .btn.btn-md {
    padding: .5rem 1.7rem !important;
    font-size: 14px !important; }
  .btn.btn-lg {
    padding: .7rem 1.7rem !important; }
  .btn.btn-default {
    background: #0066cc;
    color: #fff; }
    .btn.btn-default:focus {
      outline: 1px dotted #0066cc !important; }
  .btn.btn-default--outline {
    background: transparent;
    color: #0066cc;
    border: 1px solid #0066cc; }
    .btn.btn-default--outline:focus {
      outline: 1px dotted #0066cc !important; }
  .btn.btn-danger {
    background: #f97f6f;
    color: #fff; }
    .btn.btn-danger:hover {
      background: #fa9083; }
    .btn.btn-danger:focus {
      outline: 1px dotted #f97f6f !important; }
  .btn.btn-danger-outline {
    background: transparent;
    color: #f97f6f;
    border: 1px solid #f97f6f; }
    .btn.btn-danger-outline:focus {
      outline: 1px dotted #f97f6f !important; }
  .btn.btn-disabled {
    cursor: not-allowed; }
    .btn.btn-disabled:active {
      position: relative;
      top: 0px;
      left: 0px;
      transform: scale(1); }
    .btn.btn-disabled:focus {
      outline: 1px dotted #abb9ba !important; }

.btn {
  font-size: 14px;
  font-weight: 600; }
  .btn:focus {
    outline: 0; }
  .btn.btn-default--outline.plan__btn--start {
    border-radius: 50px;
    border: 1px solid #2c79ff;
    box-shadow: 0 0 1px rgba(44, 121, 255, 0.8);
    padding: .470rem 0 !important; }
    .btn.btn-default--outline.plan__btn--start span {
      display: block;
      padding: 0rem 0;
      color: #2c79ff;
      font-weight: 400;
      transition: all 250ms ease; }
    .btn.btn-default--outline.plan__btn--start:hover {
      background: #2c79ff;
      color: #FFFFFF;
      border: 1px solid transparent;
      box-shadow: 0 7px 10px rgba(44, 121, 255, 0.6); }
      .btn.btn-default--outline.plan__btn--start:hover span {
        color: #FFFFFF; }
    .btn.btn-default--outline.plan__btn--start:focus {
      outline: 0 !important; }
  .btn.btn-default--outline.plan--bussiness__price-btn {
    background: #db3827;
    border: 1px solid transparent;
    box-shadow: 0 0.5px 9.3px rgba(219, 56, 39, 0.875); }
    .btn.btn-default--outline.plan--bussiness__price-btn span {
      color: #FFFFFF; }
    .btn.btn-default--outline.plan--bussiness__price-btn:hover {
      background: transparent;
      border: 1px solid #db3827;
      box-shadow: 0 7px 10px rgba(219, 56, 39, 0.35); }
      .btn.btn-default--outline.plan--bussiness__price-btn:hover span {
        color: #db3827; }

.containerp {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto; }
  .trifecta .containerp {
    width: 95%;
   }
  @media only screen and (max-width: 991px) {
    .containerp {
      width: 85%; }
      .trifecta .containerp {
        width: 95%; }
      }
  @media only screen and (max-width: 420px) {
    .containerp {
      width: 90%; } }

.flex-wrapper {
  display: -webkit-flex;
  display: flex; }

.grid-wrapper {
  display: -ms-grid;
  display: grid; }
.pricing-tables {
  background: transparent;
  padding: 0;
  transition: background-color .4s ease-in-out;
  border-radius: 4px; } 

  @media only screen and (max-width: 991px) {
    .pricing-tables {
      margin-bottom: 0rem;
      padding-bottom: 0rem;} }

  .pricing-tables.plans--annually .switch .monthly {
    opacity: .35; }
  .pricing-tables.plans--annually .switch .annually {
    opacity: 1; }
    .pricing-tables.plans--annually .switch .annually .save {
      color: #eeaeca; }
  .pricing-tables.plans--annually .plans .plan .plan__head::after {
    opacity: .5; }
  .pricing-tables.plans--annually .plans .plan .plan__price .price.price--monthly {
    opacity: 0;
    transform: translateY(100px); }
  .pricing-tables.plans--annually .plans .plan .plan__price .price.price--annually {
    opacity: 1 !important;
    transform: translateY(0px) !important; }
  .pricing-tables .section__title {
    margin: 0 0 4.2rem 0;
    position: relative; }
    .pricing-tables .section__title::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      border-radius: 15px;
      background: #2c79ff;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: -14px; }
  .pricing-tables .switch {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none; }
    .pricing-tables .switch span {
      font-size: 15px;
      
      font-weight: 800;
      transition: all .3s ease-in-out; }
      .pricing-tables .switch span.annually {
        opacity: .35;
        position: relative; }
        .pricing-tables .switch span.annually .save {
          color: darkslategray;
          font-size: 11px;
          font-weight: 500;
          
          position: absolute;
          top: 21px;
          left: 1px; }
    .pricing-tables .switch .custom-switch {
      position: relative;
      display: inline-block;
      margin: 0 1rem; }
      .pricing-tables .switch .custom-switch input {
        display: none; }
        .pricing-tables .switch .custom-switch input:checked + label:active:after {
          left: 25px; }
        .pricing-tables .switch .custom-switch input:checked + label:after {
          left: 41px;
          background: #2c79ff; }
      .pricing-tables .switch .custom-switch label {
        position: relative;
        display: block;
        width: 66px;
        height: 26px;
        border-radius: 50px;
        background: #d3e3f7;
        transition: all .4s ease-in-out;
        cursor: pointer; }
        .pricing-tables .switch .custom-switch label::after {
          position: relative;
          display: block;
          content: '';
          width: 20px;
          height: 20px;
          top: 3px;
          left: 5px;
          border-radius: 19px;
          background: #2c79ff;
          pointer-events: none;
          transition: all .4s ease-in-out; }
        .pricing-tables .switch .custom-switch label:active:after {
          width: 36px; }
  .pricing-tables .plans {
    min-height: 0;
    margin-top: 3.6rem;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media only screen and (max-width: 767px) {
      .pricing-tables .plans {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
      .pricing-tables .plans {
        grid-template-columns: 1fr 1fr; }
        .pricing-tables .plans .plan--starter {
          grid-column: 1 / -1;
          grid-row: 1; } }
    @media only screen and (min-width: 992px) {
      .pricing-tables .plans {
        grid-template-columns: 1fr 1fr; } }
    .pricing-tables .plans .plan {
      padding: 0 0 1.8rem;
      flex-flow: nowrap column;
      justify-content: space-between;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
      border-radius: 15px;
      overflow: hidden;
      transition: box-shadow 300ms ease, transform 300ms ease; }
      .pricing-tables .plans .plan .plan__head {
        transition: all .4s ease-in-out;
        background: linear-gradient(45deg, #2c79ff, rgba(44, 121, 255, 0.5));
        background: #2c79ff;
        color: #FFFFFF;
        padding: 2rem 0;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .pricing-tables .plans .plan .plan__head::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: #0e090b;
          background: linear-gradient(-45deg, #eeaeca 0%, #94bbe9 100%);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: -1;
          transition: all .4s ease-in-out; }
        .pricing-tables .plans .plan .plan__head .plan__title {
          color: #FFFFFF;
          margin: 0;
font-size: 2rem;}
.pricing-tables .plans .plan .plan__head .plan__price .price .table-currency {
    font-size: 0.8rem;
    vertical-align: top;
    /* display: grid; */
    position: relative;
    top: -7px;
    left: -3px;
}
        .pricing-tables .plans .plan .plan__head .plan__price .price {
          font-size: 2rem;
          font-weight: 100;          
          display: inline-block;
          transition: transform .4s ease 0s, opacity 0.2s ease 0s;
          position: relative; }
          .pricing-tables .plans .plan .plan__head .plan__price .price .plan__type {
    font-size: 25px;
    font-weight: 500;
    /* position: absolute; */
    bottom: -3px;
    left: 0px;
    right: 0;
    margin: 10px auto;
    display: block;
    margin-bottom: 20px;
    font-family: leaguespartan-bold;
    letter-spacing: 4px;
    color: #74fcff;
}
.pricing-tables span2 {
    font-size: 0.7rem;
    clear: both;
    display: block;
}
          .pricing-tables .plans .plan .plan__head .plan__price .price.price--annually {
            transition: transform .4s ease 0s, opacity 1s ease 0s;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            opacity: 0;
            transform: translateY(100px); }
      .pricing-tables .plans .plan .plan__features {
        padding: 2.4rem 2rem 2.1rem; }
        .pricing-tables .plans .plan .plan__features p {
          margin: 0;
          font-size: 15px;
          font-weight: 500; }
          .pricing-tables .plans .plan .plan__features p span {
            display: block;
            margin-bottom: .2rem; }
      .pricing-tables .plans .plan .plan__btn--start {
        margin: auto;
        width: 75%; }
      .pricing-tables .plans .plan:hover {
        box-shadow: 0 10px 11px 0px rgba(44, 121, 255, 0.6);
        transform: translateY(-3px); }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  height: 100px;
  line-height: 170px;
  position: relative;
}
.cd-header h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 160px;
    line-height: 280px;
  }
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.cd-pricing-container li {
list-style: none;
}
.bac {max-width: 500px; margin: auto; text-align: center; line-height: 40px; clear: both;}
.bac p {font-size: 21px;}
.bac span {font-size: 32px; font-weight: bold; font-family: league;}

dd, ol, ul {
    margin: 0;
    padding: 0;
}
.cd-pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 2em auto;
}
.trifecta .cd-pricing-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-container {
    margin: -1em auto;
  }
  .cd-pricing-container.cd-full-width {
    width: 100%;
    max-width: none;
  }
}

.cd-pricing-switcher {
  text-align: center;
}
/*
.cd-pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #122b46;
}


.cd-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 220px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #FFFFFF;
}

.cd-pricing-switcher .cd-switch {
  
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 220px;
  background-color: #0c1f28;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
*/
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
  display: none;
}

.cd-pricing-list {
  margin: 2em 0 0;
}
.cd-pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-list {
    margin: 3em 0 0;
  }
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-pricing-list > li {
    width: 33.3333333333%;
    float: left;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.cd-pricing-wrapper {
  /* this is the item that rotates */
  position: relative;
}
.touch .cd-pricing-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper > li {
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
.cd-pricing-wrapper .is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-wrapper > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cd-pricing-wrapper > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-popular .cd-pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #e97d68;
  }
  .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-wrapper > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li, .pricing-tables .plans .plan .plan__head.yearthing {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  :nth-of-type(1) > .cd-pricing-wrapper > li::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .cd-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }

  .cd-popular + li .cd-pricing-wrapper > li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
}
.cd-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}
.cd-pricing-header h2 {
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.cd-popular .cd-pricing-header {
  background-color: #e97d68;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-header {
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #3747e4;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header {
    color: #e97d68;
    background-color: transparent;
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.cd-currency, .cd-value {
  font-size: 2.4rem;
  font-weight: 300;
}

.pricing-features.listo li:before {
  content: '✓';
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  color: #ff0e4e;
}

.pricing-features img {
  max-width: 60px;
}

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.cd-popular .cd-duration {
  color: #f3b6ab;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {
  .cd-value {
    font-size: 2.4rem;
    font-weight: 300;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #e97d68;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 700;
  }

  .cd-duration {
    font-size: 1.4rem;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
  /* fix a bug on Chrome Android */
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

.cd-pricing-features {
  width: 600px;
}
.cd-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }
}

.cd-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .cd-pricing-header */
  height: 80px;
  width: 100%;
}
.cd-pricing-footer::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: url(../img/cd-icon-small-arrow.svg);
}
@media only screen and (min-width: 768px) {
  .cd-pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding-bottom: 0;
  }
}

.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .cd-select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 3em;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .no-touch .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-popular .cd-select {
    background-color: #e97d68;
  }
  .no-touch .cd-popular .cd-select:hover {
    background-color: #ec907e;
  }
  .cd-secondary-theme .cd-popular .cd-select {
    background-color: #0c1f28;
  }
  .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-has-margins .cd-select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
  }
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


.prochainement input, .prochainement select {
    margin-bottom: 10px !important;
}

.pricing-wrapper > li {
    /* box-shadow: inset 0 0 0 3px #2d3e50; */
    border-radius: 12px;
}


.pricing-container {
	width: 100%;
	max-width: 1170px;
	margin: 0em auto;
}

.pricing-container {
    margin: 0em auto;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
	text-align: center;
    margin-bottom: 50px;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    border-radius: 22px;
    border: 1px solid #3848e5;
    width: 100%;
    max-width: 600px;
}

.full-price {
  font-size: 14px;
  width: 85%;
  margin: auto;
  color: rgb(80, 80, 80);
}

.cd-pricing-wrapper a.btn {
  max-width: 250px;
    width: 66%;
    font-size: 18px;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 0.9rem;
    color: #3747E4;
    width: 33%;
    background: transparent;
    padding: 15px;
    font-family: 'league';
}

.pricing-switcher label span { 
    display: block;
    font-family: 'kezakoo';
    font-size: 11px;
}

.pricing-switcher input[type=radio]:checked label span { 
  color: white;
}

body .cd-has-margins .cd-pricing-wrapper > li {
  border-radius: 30px;
  box-shadow: 0px 5px 0px #e9e9ed, 0px 12px 35px rgb(245 130 32 / 10%) !important;
}

input[type=radio]:checked + label {
    background-image: linear-gradient(
      270deg
      , #303DC1 17%, #3747E4 87%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    color: white;
    border-radius: 20px 0px 0px 20px;
}
input[type=radio] + label.tri {
  border-left: 1px solid ;
  border-right: 1px solid ;
}

input[type=radio]:checked + label.un-mois {
  border-radius: 0px 20px 20px 0px;
}

input[type=radio]:checked + label.tri {
  border-radius: 0px;
}

.no-js .pricing-switcher {
	display: none;
}

.pricing-list {
	margin: 2em 0 0;
    list-style: none;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}

@media only screen and (min-width: 970px) {
  .pricing-list {
    margin: 3em 0 0;
      width: 80%;
    margin: auto;
  }
  .trifecta .pricing-list {
    margin: 3em 0 0;
      width: 100%;
    margin: auto;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .trifecta .pricing-list > li {
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
    
    .pricing-list.oneSubject > li {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
    
     .pricing-list.oneSubject {
    margin: 3em 0 0;
      width: 100%;
    margin: auto;
  }
    
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
	position: relative;
    list-style: none;
}

.touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 0 20px 0px #efefef !important;
}

.pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
	display: none;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 1050px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50;
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 1050px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-body span {
    font-weight: bold;
}

.pricing-header h2 {
	padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: initial;
	text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #000;
    background-color: transparent;
}

.pricing-header h2 span {
  color: #FF014E;
  font-size: 1.2rem;
}

.pricing-header .value {
  color:#3747E4;
  font-family: 'league';
}

ul.pricing-wrapper .pricing-body ul {
  list-style: none !important;
}

ul.pricing-wrapper .pricing-body ul li:not(.nolist):before {
  content: '✓';
        padding-right: 5px;
  
    color: #75d69c;
    font-weight: bold;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 23px;
}

.table-currency,
.value {
	font-size: 2.4rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.value {
    font-size: 2.4rem;
    font-weight: 300;
}

.table-currency, 
.duration {
    color: #000;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.table-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 700;
}

.duration {
    font-size: 1rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
	width: 600px;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {

	float: left;
	padding: 1.6em 1em;
	font-size: 1rem;
	text-align: left;
	white-space: normal;
	overflow: hidden;
	text-overflow: inherit;
    max-width: 200px;
    padding: 10px 0px 0px 0px;
    margin: auto;
}

.pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.full-price span b {
  color: #3747e4;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding-top: 8px;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
    list-style: none;
}

.pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.page-id-32024 .entry-header,.page-child .entry-header, .page-id-32052 .entry-header {
    display: none;
}

.page-child .vc_btn3.vc_btn3-size-md {
    border: none !important;
}

.page-child .vc_btn3-container {
    display: inline-block;
}

.icones img {
    max-height: 60px;
    margin-bottom: 5px;
}

.icones h3 {
   font-size: 0.9rem;
}

.page-id-32033 .wpb_content_element, .page-id-32052 .wpb_content_element, .parent-pageid-32033 .wpb_content_element, .parent-pageid-32052 .wpb_content_element{
    margin-bottom: 0px;
}

.page-id-32033 .content-area, .page-id-32052 .content-area, .parent-pageid-32033 .content-area, .parent-pageid-32052 .content-area{
    padding-top: 0;
}

.page-id-32052 h3 {
    line-height: 20px;
}

.topcheck p strong {
    color: aqua;
}

html .page-id-32033 .site-content, html .page-id-32052 .site-content, html .parent-pageid-32033 .site-content, html .parent-pageid-32052 .site-content {
    min-height: 0;
    padding: 0;
    margin: 0;
}

.guerrier .pricing-header h2 {
    font-size: 1.6rem;
    margin-bottom: 28px;
}

.guerrier .pricing-header .subject {
    margin-bottom: 50px;
}

.guerrier .pricing-footer {
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-top: 4rem;
}

.page-id-32033 .entry-header, .page-id-32033 .site-header, .page-id-32052 .site-header, .parent-pageid-32033 .entry-header, .parent-pageid-32033 .site-header, .parent-pageid-32052 .site-header {
    display: none;
}

body .pricing-features .nolist {
    background: #3747e4;
    color: white;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    line-height: 19px;
    /*display: grid;*/
    text-align: center;
    border-radius: 50%;
    align-content: center;}

body.page-id-212 .testies .h1, body.page-id-8466 .testies .h1 {
    color: white;
}

body.page-id-8466 #content {
    padding-top: 0;
}

body.page-id-7958 .testies .h1 { 
display: none;
}

.pricing-footer span {display: block;
    font-size: 13px;}

.deal {
    color: #ef3e46;
    font-family: 'LeagueSpartan-Bold' !important;
    position: absolute;
    left: 0;
    right: 0;
}

.apartir {
    display: block;
    padding-bottom: 5px;
}

img.promo {
    position: absolute;
    right: -12px;
    top: -9px;
    max-width: 100px;
    z-index: 99;
}

html .pricing-header img {
    max-height: 100px;
    margin: auto;
    margin-top: -80px;
    display: block;
    position: relative;
}
.pricing-header .filiere {
    margin-top: 10px;
    display: block;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1em 1.5em;
    color: #ffffff;
    border-radius: 8px;
    border-bottom: 5px solid #a12c31;
    font-size: 1rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
    background: #ef3e46;
    font-weight: bold;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.exclusive .select {
    background-color: #1bbc9d;
	color: #ffffff;
}

li.exclusive::marker {display: none; color: transparent; visibility: hidden; background: transparent;}
  
.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.sale-box, .sale-box.two, .sale-box.three {
	
	overflow: hidden;
	
	text-align: center;
	z-index: 0;
	right: 0;
}

.sale-box span.on_sale {
    font-size: 10px;
    color: #1bbc9d;
    /* background: #3747e4; */
    text-transform: uppercase;
    /* padding: 14px 0px 14px 36px; */
    width: 281px;
    text-align: center;
    /* display: block; */
    /* position: absolute; */
    /* left: -47px; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* -webkit-transform: rotate(-44deg); */
    -ms-transform: rotate(-44deg);
    /* transform: rotate(40deg); */
}

.subject {
    text-transform: uppercase;
    font-weight: bold;
    font-family: leaguespartan-bold;
    color: #FF6600;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    margin-top: -11px;
}



@media screen and (max-width: 768px) {
    .h1 {font-size: 30px;}
    .pricing-list > li:nth-child(2), .pricing-list > li:nth-child(3) {
       margin-top: 70px;
}
.cd-pricing-container {
  width: 100%;
}
    .checktop img {
        max-width: 50%;
        margin: auto;
        display: block;
    }
    body .checktop p {
        padding-top: 7px;
        font-size: 12px;
        text-align: center !important;
        line-height: 18px;
    }
    .pricing-tables {
      margin-top: -50px;
  }
  .pricing-switcher label { 
    height: 86px;
  }
  .pricing-switcher label span {
    font-size: 9px;
}
.elementor-1212 .elementor-element.elementor-element-32d4b9f9 .elementor-headline {
  line-height: 33px;
}
.testies .elementor-image-box-wrapper .elementor-image-box-img {
  width: 60px !important;
  top: -33px !important;
}
.testies h2, h3.elementor-heading-title, h2.elementor-heading-title {
  line-height: 35px !important;
}
body .elementor-1212 .elementor-element.elementor-element-28cacd16 .elementor-button {
  padding: 15px 25px;
  max-width: 85%;
}
.elementor-element-54b07cf2 {
  display: none;
}
    body .checktop p strong {
        color: aqua;
    }
    .parent-pageid-212 .vc_col-sm-4, .parent-pageid-212 .vc_col-sm-3, .parent-pageid-32033 .vc_col-sm-4, .parent-pageid-32033 .vc_col-sm-3 {
        width: 50%;
        display: inline-flex;
    }
    .parent-pageid-212 .icons {
    text-align: center;
        }
    .parent-pageid-212 .vatssap .vc_col-sm-4{
        width: 100%;
    }
}
.promoz span3 {
  font-family: "league";
  color: #3747E4;
}