

.cta-btns.icon-cards{
  margin-top:30px;
}



.PricingCards h4{
  margin-bottom:15px;
}
.PricingCards .cards__card {
  align-items: flex-start;
    align-self: flex-start;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    max-width: 100%;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    padding-bottom: 108px;
    min-height: 390px;
}

.PricingCards .card__image-wrap {
  width:100%;
  margin-bottom: 15px;
}
.PricingCards .card__image {
  display:inline-block;
  height: auto;
  max-width: 100%;
}

.PricingCards .card__text {
  width: 100%;
}
.PricingCards .card__text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.PricingCards.four .card__text p {
  font-size: 14px;
  margin-bottom: 0px;
}


.PricingCards .card__text h5 {
margin: 20px 0 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px;
}


.PricingCards .card__text h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    background: var(--light_water);
    display: inline;
    border-radius: 5px;
    padding: 5px 5px;
}

.pricing-row {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 35px;
  width:75%;
}


.pricing-col {
    flex: 1;
}


.pricing-col.col-num-2 {
    border-left: 1px solid #808080;
    padding-left: 20px;
}
.PricingCards.four section.cards__card.card:nth-of-type(4n) {
  margin-right: 0 !important;
}
.PricingCards.three section.cards__card.card:nth-of-type(3n) {
  margin-right: 0 !important;
}
.PricingCards.two section.cards__card.card:nth-of-type(2n) {
  margin-right: 0 !important;
}

@media(max-width:1024px){
  .PricingCards.four section.cards__card.card:nth-of-type(4n) {
    margin-right: 2.1% !important;
  }
  .PricingCards.four section.cards__card.card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.PricingCards  button.slick-prev.slick-arrow {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector.svg);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    left: 35%;
}

.PricingCards  button.slick-next.slick-arrow,
.PricingCards  button.slick-prev.slick-arrow {
    border: 2px solid var(--yellow);
    border-radius: 50%;
    font-size: 0;
    height: 50px;
    padding: 0;
    position: absolute;
    bottom: -100px;
    transform: translateY(-50%);
    width: 50px;
  z-index: 99;
    cursor: pointer;
}

.PricingCards  button.slick-next.slick-arrow {
    background: url("https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector%20(1).svg");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    right: 35%;
}

.-dark .PricingCards  button.slick-next.slick-arrow,.-dark .PricingCards  button.slick-prev.slick-arrow {
    border: 2px solid var(--black)!important
}

.PricingCards  ul.slick-dots li.slick-active button {
    background: #000
}

.PricingCards  ul.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 5px
}

.PricingCards  ul.slick-dots {
    bottom: -55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 0
}

.PricingCards  ul.slick-dots li button {
    background: #949598;
    border: 0;
    font-size: 0;
    height: 3px;
    padding: 0;
    width: 40px
}


.PricingCards .tabs {
    border: 2px solid var(--yellow);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto 50px;
    padding: 0;
    text-align: center;
    width: 500px
}

.PricingCards .tab-link {
    background: transparent;
    border: 2px solid transparent;
    color: var(--black);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    padding: 15px 35px;
    width: 250px
}

.PricingCards .tab-link.current {
    background: var(--yellow);
    border: 2px solid #fff;
    border-radius: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}


.pricing-row span.price-amount {
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: 49px;
    padding-right: 0;
    margin-right: -8px;
}

.PricingCards .card__text p {
    min-height:120px;
}

.PricingCards .pricing-row .pricing-legend {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.PricingCards .pricing-row .pricing-legend.bottom-legend {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
      display:block;
}

.PricingCards .tab-content.current {
    display: block;
}
 .PricingCards .tab-content {
    display: none;
}

.PricingCards .tab-content .cards_testimonial.four {
    display: flex;
  flex-wrap:wrap;    
  gap: 30px;
}


@media(max-width: 991px) {
   .PricingCards .cards__card{padding-bottom:90px;}
  .PricingCards .card__text h5 {font-size: 20px; font-style: normal; font-weight: 900; line-height: 32px;}
  .PricingCards .card__text h6 {font-size: 12px; font-style: normal; font-weight: 900; line-height: 24px;}
  .PricingCards .card__text p {font-size: 13px; font-style: normal; font-weight: 400; line-height: 23px;}
  
  .PricingCards .tab-content .cards_testimonial.four {
        display: flex;
      flex-wrap:wrap;    
      gap: 20px;
    }
  .PricingCards .card__text p{min-height:auto;        margin-bottom: 10px;}
  
.PricingCards .tabs {
    width: 100% !important;
    margin-bottom: 30px;
}
  .pricing-row {width:100%;}

    .PricingCards  button.slick-prev.slick-arrow {
        left: 0;
    }

    .PricingCards  button.slick-next.slick-arrow {
        right: 0;
    }
      .PricingCards  ul.slick-dots li button {width:auto;min-width:30px}
  
      .PricingCards .tab-link {
          text-align: center;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 25px;
          width: 50%;
          padding: 15px 10px;
      }
    .align-items-xl-flex-end,.p-80.d-flex {
        display: block!important
    }

    .o-tabbedcontent .tabbed-content__buttons a.button {
        margin-bottom: 20px;
        margin-right: 0
    }

    .o-tabbedcontent .tabbed-content__buttons a.button:last-child {
        margin-bottom: 0
    }

    .tabbed-content.text-.left {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .two_row .col-12 .tabbed-content__buttons {
        margin-top:0
    }

    .tabbed-content__buttons {
        padding-left: 0
    }

    .tabbed-content .title {
        font-size: 36px
    }

    .tabbed-content__buttons a.plus_icon_button {
        width: 90%
    }
}



@media(max-width: 1480px){
  .PricingCards .cards__card{min-height:420px;}
  
}

@media(max-width: 1380px){
  .PricingCards .cards__card{width: calc(33.33% - 30px)!important;}
  
}

@media(max-width: 1380px){
  .PricingCards .cards__card{width: calc(50% - 30px)!important;}
  
}

@media(max-width: 991px){
  .PricingCards .cards__card{width: 100%!important;
}
