/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin-top: 90px;  list-style:none;}
.pricing-table .tc_table_col.caption_column .tc_header {font-size:27px; padding:16px 0; color:#444; font-weight:700; text-align: center;}
.pricing-table.pricing-table__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style4 .tc_table_col.caption_column .tc_header {font-size:27px; padding:47px 0; color:#444; font-weight:700;}
.pricing_table .tc_table_col.caption_column .tc_content li {padding: 0.6em; text-align:left; text-indent:30px; background:#f2f5fb;border-bottom: 1px solid #dbdbdb;}
.text-center {
  text-align: center !important;
}
:root {

    --mxpt-primary-color: #6721ff;
    --mxpt-secondary-color: #00cbff;
    --mxpt-blue: #270a5f;
    --mxpt-cetacean-blue: #12032f;
    --mxpt-indigo: #6610f2;
    --mxpt-purple: #6f42c1;
    --mxpt-pink: #d63384;
    --mxpt-red: #dc3545;
    --mxpt-orange: #fd7e14;
    --mxpt-yellow: #fdcf6d;
    --mxpt-green: #198754;
    --mxpt-teal: #20c997;
    --mxpt-cyan: #00c39a;
    --mxpt-white: #fff;
    --mxpt-black: #0d0126;
    --mxpt-black-two: #160042;
    --mxpt-black-three: #151515;
    --mxpt-black-four: #222325;
    --mxpt-gray: #f1f3fa;
    --mxpt-gray-two: #474c56;
    --mxpt-gray-three: #ababab;
    --mxpt-gray-four: #f0f0f0;
}
.pricing-mx-item {
    position: relative;
    padding: 65px 40px 40px;
    z-index: 1;
}


.pricing-shape {
    left: 0;
    top: 0;
    z-index: -1
}

.pricing-shape,
.pricing-shape svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.pricing-shape svg {
    display: block;
    overflow: visible
}

.pricing-shape svg path {
    color: hsla(0, 0%, 100%, .1)
}

.pricing-mx-item .pricing-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #451f8f;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.pricing-mx-item .pricing-top .left-side {
    display: flex;
    align-items: center;
    width: 70%
}

.pricing-mx-item .pricing-top .left-side .icon {
    flex: 0 0 auto;
    width: 68px;
    margin-right: 15px;
    position: relative
}

.pricing-mx-item .pricing-top .left-side .icon:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%
}

.pricing-mx-item .pricing-top .left-side .icon img {
  width: 68px;
  height: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50% !important;
}

.pricing-mx-item .pricing-top .left-side .content .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1
}

.pricing-mx-item .pricing-top .left-side .content span {
    display: block;
    line-height: 1;
    font-size: 15px
}

.pricing-price {
    margin-left: auto
}

.pricing-price .title {
    margin-bottom: 0;
    font-size: 32px
}

.pricing-list .list-wrap {
    margin-bottom: 35px
}

.pricing-list .list-wrap li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 15px
}
.pricing-mx-item .tc_intro {
    font-size: 18px;
    padding: 0px 20px 20px 20px;
}
.pricing-list .list-wrap li.delete {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.pricing-mx-item .pricing-list .list-wrap li:last-child {
    margin-bottom: 0
}

.pricing-mx-item .pricing-list ul {
    display: flex;
    flex-direction: column;
    list-style: none; 
    padding-left: 0rem;
    margin-bottom: 2rem;
}

.pricing-mx-item .pricing-list ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    text-align: left;
}

.pricing-mx-item .pricing-list ul li::after {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 6 free";
    font-size: 14px;
    font-weight: 600;
    top: 2px;
    left: 0;
}

.pricing-mx-item .pricing-btn .btn {
    width: 100%
}

.pricing-mx-item.highlight {
    color: var(--mxpt-white)
}

.pricing-mx-item.highlight .pricing-top {
    border-color: #7c42f9
}

.pricing-mx-item.highlight .pricing-btn .btn {
    background: var(--mxpt-white);
    color: var(--mxpt-primary-color)
}

.pricing-mx-item.highlight .pricing-btn .btn:hover {
    color: var(--mxpt-white)
}

.pricing-mx-item.highlight .popular {
    background: linear-gradient(89.78deg, #c8bdff -31.69%, #baa6ff -22.78%, var(--mxpt-primary-color) 27.93%, #00cbff 99.79%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
    font-weight: 400;
    font-size: 15px;
    color: var(--mxpt-white);
    border-radius: 20px;
    padding: 6px 20px;
    max-width: 135px
}

.pricing-mx-item-wrap .pricing-tab,
.pricing-mx-item-wrap-two .pricing-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 70px
}

.pricing-mx-item-wrap .pricing-tab .tab-btn,
.pricing-mx-item-wrap-two .pricing-tab .tab-btn {
    cursor: pointer;
    color: var(--mxpt-white);
    font-weight: 400;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pricing-tab.seleceted .annual_tab_title,
.pricing-tab.seleceted .monthly_tab_title {
    color: var(--mxpt-white)
}

.pricing-tab .pricing-tab-switcher {
    height: 35px;
    width: 100px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin: 0 15px;
    transform: translateY(0);
    cursor: pointer;
    background: var(--mxpt-blue);
    border: 2px solid hsla(0, 0%, 100%, .07)
}

.pricing-tab .pricing-tab-switcher:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    bottom: 4px;
    width: 40px;
    border-radius: 20px;
    background: var(--mxpt-primary-color);
    transition: .3s
}

.pricing-tab .pricing-tab-switcher.highlight:before {
    left: calc(100% - 46px)
}

.pricing-price .annual_price {
    display: none
}

.pricing-price.change-subs-duration .annual_price {
    display: block
}

.pricing-price.change-subs-duration .monthly_price {
    display: none
}

.area-bg {
    background-size: cover;
    background-position: 50%;
    padding: 135px 0 140px
}

.pricing-area-two {
    position: relative;
    z-index: 1
}

.pricing-shape-wrap {
    position: absolute;
    z-index: -1;
    left: 60px;
    top: 0
}

.pricing-mx-item-wrap-two .pricing-tab .tab-btn {
    color: var(--mxpt-gray-two)
}

.pricing-mx-item-wrap-two .pricing-tab .pricing-tab-switcher {
    height: 30px;
    width: 55px;
    background: var(--mxpt-primary-color)
}

.pricing-mx-item-wrap-two .pricing-tab .pricing-tab-switcher:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    bottom: 3px;
    width: 20px;
    border-radius: 50%;
    background: var(--mxpt-white)
}

.pricing-mx-item-wrap-two .pricing-tab .pricing-tab-switcher.highlight:before {
    left: calc(100% - 24px)
}

.pricing-mx-item-two {
    position: relative;
    z-index: 1;
    padding: 35px 40px 40px;
    margin-bottom: 30px
}

.pricing-mx-item-two .pricing-shape svg path {
    color: var(--mxpt-white);
    box-shadow: 0 7px 4px rgba(68, 87, 107, .04)
}

.pricing-mx-item-two .pricing-top-content {
    margin-bottom: 80px
}

.pricing-mx-item-two .pricing-top-content .pricing-plan {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    color: var(--mxpt-black-two);
    letter-spacing: -.01em;
    margin-bottom: 20px;
    font-family: var(--mxpt-playfair-font-family)
}

.pricing-mx-item-two .pricing-top-content .pricing-price .price {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    color: var(--mxpt-black-two);
    display: flex;
    align-items: center
}

.pricing-mx-item-two .pricing-top-content .pricing-price .price span {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--mxpt-body-font-family);
    margin-left: 10px
}

.pricing-mx-item-two .pricing-top-content .pricing-price .annual_price {
    display: none
}

.pricing-mx-item-two .pricing-top-content .pricing-price.change-subs-duration .annual_price {
    display: flex
}

.pricing-mx-item-two .pricing-top-content .pricing-price.change-subs-duration .monthly_price {
    display: none
}

.price-ordering {
    position: relative;
    margin-bottom: 35px
}

.price-ordering select {
    background: var(--mxpt-gray);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 3px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    transition: .3s
}

.price-ordering select,
.price-ordering:after {
    color: var(--mxpt-gray-two);
    font-weight: 400;
    font-size: 14px
}

.price-ordering:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: Font Awesome\ 5 Pro;
    right: 20px
}

.pricing-mx-item-two .pricing-list .list-wrap li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--mxpt-gray-two)
}

.pricing-mx-item-two .pricing-list .list-wrap li.delete {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    opacity: .5
}

.pricing-mx-item-two .pricing-list .list-wrap li:before {
    color: var(--mxpt-black-two)
}

.pricing-mx-item-two .pricing-btn .btn:after {
    display: none
}

.pricing-mx-item-two.highlight .pricing-btn .gradient-btn {
    width: 100%
}

.pricing-mx-item-two.highlight .pricing-btn .gradient-btn:after {
    display: none
}

.pricing-mx-item-two .sticker {
    position: absolute;
    right: 40px;
    top: 35px
}

.pricing-area-three {
    background: var(--mxpt-black-three);
    padding: 0 0 120px;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.pricing-shape-wrap-two img {
    position: absolute;
    z-index: -1
}

.pricing-shape-wrap-two img:first-child {
    right: 5%;
    top: 3%
}

.pricing-shape-wrap-two img:nth-child(2) {
    left: 1%;
    bottom: 0
}

.pricing-mx-item-wrap-three .pricing-tab {
    text-align: center;
    margin-bottom: 60px
}

.pricing-mx-item-wrap-three .pricing-tab .nav-tabs {
    display: inline-flex;
    border: 1px solid #393a3d;
    border-radius: 30px;
    padding: 6px;
    align-items: center
}

.pricing-mx-item-wrap-three .pricing-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 18px;
    border-radius: 30px;
    color: var(--mxpt-gray-three);
    padding: 10px 20px;
    line-height: 1;
    min-height: 48px
}

.pricing-mx-item-wrap-three .pricing-tab .nav-tabs .nav-link.highlight {
    background: var(--mxpt-black-four);
    color: var(--mxpt-gray-four)
}

.pricing-mx-item-wrap-three .pricing-tab .nav-tabs .nav-link span {
    background: var(--mxpt-black-four);
    border-radius: 30px;
    display: inline-block;
    padding: 5px 16px;
    margin-left: 20px;
    transition: .3s
}

.pricing-mx-item-wrap-three .pricing-tab .nav-tabs .nav-link.highlight span {
    background: var(--mxpt-black-three)
}

.pricing-mx-item-wrap-three .row {
    margin: 0 -5px
}

.pricing-mx-item-wrap-three .row [class*=col-] {
    padding: 0 5px
}

.pricing-mx-item-three {
    border-radius: 20px;
    padding: 45px 40px 50px;
    background: var(--mxpt-black-four);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.pricing-top-content-two {
    margin-bottom: 30px
}

.pricing-top-content-two .pricing-plan {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--mxpt-gray-four)
}

.pricing-top-content-two p {
    margin-bottom: 0;
    color: var(--mxpt-gray-three);
    line-height: 1.5
}

.pricing-mx-item-three .pricing-price .price {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--mxpt-gray-four);
    letter-spacing: -.01em
}

.pricing-mx-item-three .pricing-price .price span {
    font-weight: 400;
    font-size: 18px;
    color: var(--mxpt-gray-three);
    font-family: var(--mxpt-body-font-family)
}

.pricing-mx-item-three .pricing-price .character {
    font-size: 20px;
    display: block;
    color: var(--mxpt-gray-four);
    line-height: 1;
    margin-bottom: 25px
}

.pricing-mx-item-three .user-wrap {
    border-radius: 5px;
    background: var(--mxpt-black-three);
    padding: 10px;
    margin-bottom: 25px
}

.pricing-mx-item-three .user-wrap>span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: var(--mxpt-gray-three);
    margin-bottom: 10px
}

.pricing-mx-item-three .user-wrap .num-block {
    position: relative
}

.pricing-mx-item-three .user-wrap .num-block input {
    width: 100%;
    background: var(--mxpt-black-four);
    border: none;
    color: var(--mxpt-gray-three);
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    height: 40px
}

.user-plus-minus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    z-index: 1;
    border-left: 1px solid #080624
}

.user-plus-minus>span {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    opacity: .5;
    font-size: 14px
}

.user-plus-minus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #080624
}

.user-plus-minus>span.plus {
    left: 0;
    top: 0;
    right: 0
}

.user-plus-minus>span.minus {
    top: auto;
    bottom: 0
}

.user-plus-minus>span.minus.dis {
    cursor: auto
}

.pricing-mx-item-three .pricing-list .list-wrap li {
    color: var(--mxpt-gray-three);
    margin-bottom: 10px
}

.pricing-mx-item-three .pricing-list .list-wrap li:last-child {
    margin-bottom: 0
}

.pricing-mx-item-three .pricing-list .list-wrap li:before {
    color: #f0f0f0;
    opacity: .6
}

.pricing-mx-item-three .pricing-list .list-wrap li.delete {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    opacity: .5
}

.pricing-btn .gradient-btn {
    width: 100%;
    color: var(--mxpt-gray-four);
    background: var(--mxpt-black-three)
}

.pricing-mx-item-three.highlight .best-offer,
.pricing-mx-item-three.highlight .pricing-btn .gradient-btn {
    background: linear-gradient(89.69deg, #00c39a 36.5%, #fdcf6d 98.77%)
}

.pricing-mx-item-three.highlight .best-offer {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--mxpt-black-three);
    font-weight: 500;
    line-height: 1;
    padding: 8px 36px;
    position: absolute;
    right: -38px;
    top: 18px;
    transform: rotate(40deg);
    z-index: -1
}

.pricing-mx-item .btn {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    background: var(--mxpt-primary-color);
    border: none;
    border-radius: 30px;
    color: var(--mxpt-white);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pricing-mx-item .btn:before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--mxpt-secondary-color);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.pricing-mx-item .btn:hover:before {
    top: -40%
}

.pricing-mx-item .btn:after,
.pricing-mx-item .gradient-btn:after {
    margin-left: 20px;
    transform: rotate(-45deg);
    transition: all .3s ease 0s;
    font-weight: 400;
    font-family: Font Awesome\ 5 Pro;
    display: inline-block
}

.pricing-mx-item .btn:hover:after,
.pricing-mx-item .gradient-btn:hover:after {
    transform: rotate(0)
}

.pricing-mx-item .btn:hover,
.pricing-mx-item .gradient-btn:hover {
    color: var(--mxpt-white)
}

