:root {
    --tp-ff-body: 'Plus Jakarta Sans', sans-serif;
    --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
    --tp-ff-fontawesome: Font Awesome 5 Pro;
    --tp-ff-mont: 'Montserrat Alternates', sans-serif;
    --tp-ff-urban: 'Urbanist', sans-serif;
    --tp-ff-dm: 'DM Serif Display', serif;
    --tp-common-white: #ffffff;
    --tp-common-black: #000229;
    --tp-common-orange: #FF7A41;
    --tp-common-purple: #FF75F9;
    --tp-common-green: #5FC33B;
    --tp-common-green-2: #21B641;
    --tp-common-yellow: #FFAB0A;
    --tp-common-yellow-2: #FFCE57;
    --tp-common-yellow-3: #F8FF35;
    --tp-common-yellow-4: #FFC530;
    --tp-common-blue: #6865FF;
    --tp-common-blue-2: #1117A0;
    --tp-common-blue-3: #5138EE;
    --tp-common-blue-4: #600EE4;
    --tp-common-red: #FF3C82;
    --tp-heading-primary: #000229;
    --bs-primary: #343a40;
    --tp-grey-1: #5F6368;
    --tp-grey-2: #9A9DA7;
    --tp-grey-3: #F5F5F5;
    --tp-grey-4: #F2F3F5;
    --tp-grey-5: #888B95;
    --tp-grey-6: #EEEEF5;
    --tp-grey-7: #F6F5FA;
    --tp-grey-8: #F7F9FB;
    --tp-text-body: #5F6368;
    --tp-theme-1: #6865FF;
    --tp-theme-2: #AEE87C;
    --tp-theme-3: #FFA8B8;
    --tp-theme-4: #F1A0AF;
    --tp-border-1: #EDF5FA;
    --tp-border-2: #EBECF0;
 }


 .mb-120{
      margin-bottom: 120px;
 }

 .pr-feature-bottom ul li i {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: var(--tp-common-black);
    font-size: 12px;
    background: rgba(96, 14, 228, 0.06);
    line-height: 29px;
}

 .tp-btn-service {
    height: 40px;
    line-height: 35px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    color: var(--tp-common-yellow-3);
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 30px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
}

 .price-inner-white-bg .tp-price-top-item.active .tp-price-top-title-wrapper .tp-btn-service:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

 .price-inner-white-bg .tp-price-top-title-wrapper .tp-btn-service:hover {
    background-color: var(--bs-primary);
    color: var(--tp-common-white);
    border-color: var(--bs-primary);
}
 
.tp-price-feature-item span {
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-right: 5px;
}

.tp-price__pl-pr {
    margin: 0px 60px;
    background: linear-gradient(180deg, #F6F5FA 0.01%, rgba(246, 245, 250, 0) 100%);
    border-radius: 40px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-price__pl-pr {
      margin: 0px 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-price__pl-pr {
      margin: 0px;
    }
  }
  .tp-price__section-box p {
    font-size: 18px;
  }
  .tp-price__item {
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 0px rgba(1, 16, 61, 0.1), 0px -20px 70px rgba(1, 16, 61, 0.03);
    border-radius: 30px;
    padding: 50px 60px;
    overflow: hidden;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-price__item {
      padding: 35px 28px;
    }
  }
  @media (max-width: 767px) {
    .tp-price__item {
      padding: 30px;
    }
  }
  .tp-price__item:hover .tp-price__btn a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .tp-price__item:hover .tp-price__btn a i {
    transform: translateY(2px);
    margin-left: 10px;
  }
  .tp-price__item:hover .tp-price__btn span {
    transform: translateX(30px);
  }
  .tp-price__item.active {
    background: linear-gradient(358.1deg, #1f1f34 49.57%, #a4a4aa 107.48%);
    border-radius: 30px;
  }
  .tp-price__item.active .tp-price__title-sm {
    color: var(--tp-common-white);
  }
  .tp-price__item.active .tp-price__title-box p {
    color: var(--tp-common-white);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .tp-price__item.active .tp-price__feature ul li {
    color: var(--tp-common-white);
  }
  .tp-price__item.active .tp-price__feature ul li svg path.price-path-2 {
    color: #fff;
  }
  .tp-price__item.active .tp-price__feature ul li svg path.price-path-1 {
    color: #fff;
  }
  .tp-price__item.active .tp-price__btn {
    background-color: var(--tp-common-white);
    border-radius: 30px;
  }
  .tp-price__item.active .tp-price__btn a {
    background-color: #28272c;
  }
  .tp-price__btn {
    overflow: hidden;
    position: relative;
  }
  .tp-price__btn span {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .tp-price__btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    background-color: var(--tp-common-blue);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    visibility: hidden;
  }
  .tp-price__shape-1 {
    position: absolute;
    top: -6px;
    right: -5px;
  }
  .tp-price__shape-2 {
    position: absolute;
    top: -6px;
    right: -5px;
  }
  .tp-price__shape-3 {
    position: absolute;
    top: -6px;
    right: -5px;
  }
  .tp-price__feature {
    margin-bottom: 45px;
  }
  .tp-price__feature ul li {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    list-style-type: none;
  }
  .tp-price__feature ul li.inactive span svg path.price-path-3 {
    color: #D9DADC;
  }
  .tp-price__feature ul li.inactive span svg path.price-path-2 {
    color: #D9DADC;
  }
  .tp-price__feature ul li.inactive span svg path.price-path-1 {
    color: #D9DADC;
  }
  .tp-price__feature ul li:last-child {
    margin-bottom: 0;
  }
  .tp-price__feature ul li span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tp-price__feature ul li span svg path.price-path-3 {
    color: #FF94BA;
  }
  .tp-price__feature ul li span svg path.price-path-2 {
    color: #6865FF;
  }
  .tp-price__feature ul li span svg path.price-path-1 {
    color: #6865FF;
  }
  .tp-price__icon {
    padding-bottom: 12px;
  }
  .tp-price__title-sm {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
  }
  .tp-price__title-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(1, 16, 61, 0.1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-price__title-box p {
      font-size: 13px;
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
  }
  
  .tp-price-header {
    padding-left: 40px;
  }
  .tp-price-header-img {
    padding-bottom: 20px;
  }
  .tp-price-header-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
  }
  .tp-price-header-content p span {
    font-weight: 600;
    color: var(--tp-common-white);
  }
  
  .tp-price-top-item {
    width: 33.33%;
    float: left;
    padding: 40px 20px;
  }
  .tp-price-top-item.active {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px 20px 0px 0px;
  }
  .tp-price-top-item.active .tp-btn-service {
    background-color: var(--tp-common-yellow-3);
    color: var(--tp-common-black);
    border-color: var(--tp-common-yellow-3);
    transition: 0.3s;
  }
  .tp-price-top-item.active .tp-btn-service:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
  }
  .tp-price-top-tag-wrapper span {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 10px;
    display: inline-block;
  }
  .tp-price-top-tag-wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
  }
  .tp-price-top-title-wrapper h4 {
    font-weight: 600;
    font-size: 50px;
    line-height: 49px;
    color: #FFFFFF;
    padding-bottom: 8px;
  }
  .tp-price-top-title-wrapper h4 span {
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
  }
  .tp-price-top-title-wrapper h4 em {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    margin-right: 5px;
    transform: translateY(-23px);
    display: inline-block;
  }
  .tp-price-top-title-wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  
  .tp-price-feature-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
  }
  .tp-price-feature-box {
    border-radius: 20px 0 0 20px;
    background: rgba(255, 255, 255, 0.06);
  }
  .tp-price-feature-item {
    height: 65px;
    line-height: 65px;
    padding: 0px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tp-price-feature-item:last-child {
    border-bottom: 0;
  }
  .tp-price-feature-item span {
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-right: 5px;
  }
  .tp-price-feature-info-item {
    width: 33.33%;
    float: left;
  }
  .tp-price-feature-info-item.active {
    background: rgba(255, 255, 255, 0.06);
  }
  .tp-price-feature-info {
    height: 65px;
    line-height: 65px;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tp-price-feature-info:last-child {
    border-bottom: 0;
  }
  .tp-price-feature-info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: var(--tp-common-white);
  }
  .tp-price-feature-tooltip {
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 14px;
    position: absolute;
    bottom: 25px;
    left: -30px;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .tp-price-feature-tooltip::after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: 2px;
    width: 18px;
    height: 18px;
    background-color: var(--tp-common-white);
    -webkit-transform: rotate(45deg) translateY(50%);
    -moz-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    -o-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
  }
  .tp-price-feature-tooltip p {
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .tp-price-feature-tooltip-box {
    display: inline-block;
    cursor: pointer;
  }
  .tp-price-feature-tooltip-box:hover svg {
    color: var(--tp-common-white);
  }
  .tp-price-feature-tooltip-box:hover .tp-price-feature-tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 45px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-price-table {
      overflow-x: scroll;
      scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
    }
  }
  
  .tp-price-table-wrapper {
    width: 1170px;
  }
  
  @media (max-width: 767px) {
    .plan-section-box p br {
      display: none;
    }
  }
  
  .tp-price__btn-box {
    display: inline-block;
  }
  .tp-price__btn-bg {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(18, 20, 32, 0.14);
    border-radius: 50px;
    position: relative;
  }
  @media (max-width: 767px) {
    .tp-price__btn-bg {
      transform: translateY(40px);
    }
  }
  .tp-price__btn-bg button {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    position: relative;
    z-index: 999;
    padding: 18px 30px;
    transition: 0.3s;
  }
  .tp-price__btn-bg button.active {
    color: var(--tp-common-white);
  }
  .tp-price__btn-bg button.monthly.active ~ .test {
    transform: translateX(0px);
  }
  .tp-price__btn-bg button.yearly.active {
    transform: translateX(-10px);
  }
  .test {
    position: absolute;
    transition: transform 0.2s ease-in-out;
    will-change: transform;
    width: 100px;
    height: calc(100% - 8px);
    position: absolute;
    left: 5px;
    top: 4px;
    display: block;
    content: "";
    background: #6865FF;
    box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
    border-radius: 30px;
    transform: translateX(104px);
  }
  
  .price-shape-line {
    position: absolute;
    right: 35%;
    top: -18px;
    -webkit-animation: lineDash 90s linear infinite;
    animation: lineDash 90s linear infinite;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .price-shape-line {
      right: 25%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .price-shape-line {
      right: 17%;
    }
  }
  
  .price-offer-badge {
    height: 50px;
    width: 50px;
    background: linear-gradient(149deg, #FF4386 -12.19%, #413DFF 89.78%);
    box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 31%;
    top: -33px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .price-offer-badge {
      right: 20%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .price-offer-badge {
      right: 11%;
    }
  }
  .price-offer-badge span {
    color: var(--tp-common-white);
    font-weight: 800;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    display: inline-block;
    margin-top: 12px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-price__section-box .tp-section-title br {
      display: none;
    }
  }
  
  .price-banner-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-bottom: 22px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .price-banner-title {
      font-size: 63px;
    }
  }
  @media (max-width: 767px) {
    .price-banner-title {
      font-size: 48px;
      padding-bottom: 12px;
    }
  }
  .price-banner-title-box p {
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .price-banner-title-box p {
      font-size: 14px;
    }
  }
  
  .price-inner-white-bg {
    margin-top: -225px;
    background-color: var(--tp-common-white);
    border-radius: 40px 40px 0 0;
  }
  .price-inner-white-bg .tp-price-table-wrapper {
    padding-top: 40px;
  }
  .price-inner-white-bg .tp-price-feature-wrapper {
    border-color: #d8d9de;
  }
  .price-inner-white-bg .tp-price-feature-box {
    background: #f3f3f3;
  }
  .price-inner-white-bg .tp-price-feature-item {
    border-color: #d8d9de;
  }
  .price-inner-white-bg .tp-price-feature-item span {
    color: var(--tp-common-black);
  }
  .price-inner-white-bg .tp-price-feature-info {
    border-color: #EFF1F7;
  }
  .price-inner-white-bg .tp-price-feature-info span {
    color: var(--tp-common-black);
  }
  .price-inner-white-bg .tp-price-feature-info-item.active {
    background: #ededed
  }
  .price-inner-white-bg .tp-price-header-content p {
    color: #5F6168;
  }
  .price-inner-white-bg .tp-price-header-content p span {
    color: #202124;
  }
  .price-inner-white-bg .tp-price-top-item.active {
    background: #ededed;
  }
  .price-inner-white-bg .tp-price-top-item.active .tp-price-top-title-wrapper .tp-btn-service {
    background-color: var(--bs-primary);
    color: var(--tp-common-white);
    border-color: var(--bs-primary);
  }
  .price-inner-white-bg .tp-price-top-item.active .tp-price-top-title-wrapper .tp-btn-service:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
  }
  .price-inner-white-bg .tp-price-top-tag-wrapper span {
    color: var(--tp-common-black);
  }
  .price-inner-white-bg .tp-price-top-tag-wrapper p {
    color: #5F6168;
  }
  .price-inner-white-bg .tp-price-top-title-wrapper h4 {
    color: var(--tp-common-black);
  }
  .price-inner-white-bg .tp-price-top-title-wrapper p {
    color: #5F6168;
  }
  .price-inner-white-bg .tp-price-top-title-wrapper .tp-btn-service {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
  }
  .price-inner-white-bg .tp-price-top-title-wrapper .tp-btn-service:hover {
    background-color: var(--bs-primary);
    color: var(--tp-common-white);
    border-color: var(--bs-primary);
  }
  .price-inner-white-bg .tp-price-feature-tooltip {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .tp-price__btn-box {
    position: relative;
  }
  .tp-price__btn-box .tp-price__btn-line {
    position: absolute;
    right: -20px;
    top: -55px;
    animation: lineDash-2 90s linear infinite;
  }
  .tp-price__btn-box .tp-price__btn-offer-tag {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: linear-gradient(146.58deg, #FF96F9 11.28%, #C32BAC 43.24%);
    box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -75px;
    right: -75px;
    z-index: 2222;
  }
  .tp-price__btn-box .tp-price__btn-offer-tag span {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    display: inline-block;
    text-align: center;
    transform: translateY(11px);
  }
  
  .tp-price__btn-inner .tp-price__btn-bg .test {
    background-color: var(--bs-primary);
  }
  
  .pr-feature-wrapper {
    background: #F0F2F5;
    box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.14);
    border-radius: 20px 20px 0px 0px;
    padding: 30px 40px;
    padding-right: 0;
  }
  .pr-feature-head ul {
    padding-left: 20px;
  }
  .pr-feature-head ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    list-style-type: none;
  }
  .pr-feature-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: var(--tp-common-black);
    margin-bottom: 0;
  }
  .pr-feature-title-sm {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    color: var(--tp-common-black);
  }
  .pr-feature-height {
    height: 100px;
    padding: 0px 40px;
    padding-right: 0;
  }
  .pr-feature-item h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    color: #202124;
    padding-bottom: 5px;
  }
  .pr-feature-bottom ul {
    text-align: center;
    padding-left: 20px;
  }
  .pr-feature-bottom ul li {
    width: 33.33%;
    float: left;
    list-style-type: none;
  }
  .pr-feature-bottom ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: var(--tp-common-black);
  }
  .pr-feature-bottom ul li i {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: var(--bs-primary);
    font-size: 12px;
    background: rgba(96, 14, 228, 0.06);
    line-height: 29px;
  }
  .pr-feature-bottom ul li i.times {
    color: #5F6168;
    background-color: #EAEAEA;
    font-size: 14px;
  }
  
  .pr-feature-wrapper-2 .pr-feature-height:nth-child(2n) {
    background-color: #F7F9FC;
  }
  
  .pr-feature-item .tp-btn-service:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  .pr-feature-item.active .tp-btn-service {
    background-color: var(--bs-primary);
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .price-inner-white-bg {
      overflow-x: scroll;
      scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pr-feature-main {
      width: 930px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pr-feature-box {
      overflow-x: scroll;
      scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
    }
  }
  