:root {
    --primary: #f27649;
    --secondary: #ffb60a;
    --blue100: #0267ff;
    --info: #767b81;
    --success: #39b54a;
    --warning: #f4a408;
    --warning: #d90429;
    --grey01: #9ba2ac;
    --grey02: #d4d7db;
    --grey03: #f2f2f2;
    --grey04: #f8f8f8;
    --grey05: #f8f8f8;
    --white03: #fdfdfd;
    --white02: #fbfbfb;
    --green01: #02b554;
    --green02: #02cb5e;
    --green03: #17db71;
    --black01: #202021;
    --balck02: #454545;
    --black03: #7b7b7b;
    --black04: #949494;
    --black05: #292929;
    --pastelblue: #edf5fe;
    --pastelgreen: #ebf6f0;
    --pastelyellow: #fff8e7;
    --pastelpink: #fbe6ea;
    --pastel03: #fff8e7;
    --pastel04: #fff8e7;
    --textdark: #1e1e1e;
}
.pd_second_pricing_section {
    width: 100%;
    padding: 72px 5%;
    background: url(../images/home-main-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.pd_header_section .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--black03);
    width: 55%;
}
.pd_header_section.center .description, .pd_header_section.center .title {
    text-align: center;
    margin: auto auto 12px;
}
.pd_header_section.white .title {
    color: var(--white);
}
.pd_header_section.center .description, .pd_header_section.center .title {
    text-align: center;
    margin: auto auto 12px;
}
.pd_header_section .title span {
    color: var(--primary);
}
.pd_header_section.white .description {
    color: var(--grey04);
}
.pd_header_section .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--black03);
    width: 55%;
}
.pd_second_pricing_section .tabs_conatiner {
    margin-top: 45px;
}
.pd_second_pricing_section .tabs_conatiner .tabs {
    display: flex;
    background-color: var(--balck02);
    border-radius: 8px;
    width: 647px;
    margin: auto;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
}
.pd_header_section .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 12px;
    letter-spacing: -.015em;
    color: var(--black01);
}
.pd_second_pricing_section .tabs_conatiner .tabs .single.active {
    background-color: var(--black05);
    border-radius: 4px;
}
.pd_second_pricing_section .tabs_conatiner .tabs .single {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.015em;
    padding: 15px 36px;
    margin: 0;
    width: 50%;
    cursor: pointer;
    color: var(--white);
}
.css-to8r0z {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #009444;
    border-radius: 8px;
    text-transform: capitalize;
    padding: 0.6rem 1.3rem;
    box-shadow: none;
}
.main_price_wrapper {
    display: flex;
    gap: .8rem;
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.main_price_wrapper .stand_alone {
    margin-top: 56px;
    width: 17.5%;
    max-height: 360px;
}
.pd_choose_plan {
    width: 25%;
    padding: 35px 28px;
    background: #292929c2;
    box-shadow: 0 .850633px 7px rgb(233 226 226 / 71%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.pd_choose_plan .title_part {
    min-height: 200px;
}
.pd_choose_plan .top_part {
    border-bottom: 1px solid var(--balck02);
    margin-bottom: .5rem;
}
.pd_choose_plan .name_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.pd_choose_plan .name_box .name {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--white);
    letter-spacing: -.015em;
    margin-bottom: 0;
}
.pd_choose_plan .description.long_desc.plan_pf {
    height: 120px;
}
.pd_choose_plan .description.long_desc {
    color: var(--white02);
    font-size: 14px;
    height: 110px;
}
.pd_choose_plan ul.description.long_desc{
    padding-inline-start: 0px;
}
.pd_choose_plan ul.description.long_desc li{
    list-style-type: none;
}
.pd_choose_plan .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--black04);
    margin-bottom: 16px;
}
.pd_choose_plan .description.first_desc{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pd_choose_plan .btn_wrapper {
    margin-top: auto;
    margin-bottom: 1rem;
}
.pd_choose_plan .button {
    border-radius: 8px;
    background-color: var(--primary);
    width: 100%;
    height: 48px;
    color: #fff !important;
}
.css-qe8gei {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: white;
    background-color: #009444;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    text-transform: capitalize;
    padding: 0.6rem 1.3rem;
    box-shadow: none;
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.main_price_wrapper .plan_flex {
    width: 100%;
}
.pd_second_pricing_section .plan_flex {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    gap: .8rem;
}
.pd_choose_plan .title_part {
    min-height: 200px;
}
.pd_choose_plan .price_box {
    display: flex;
    align-items: flex-end;
}
.pd_choose_plan .price_box .price {
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    color: var(--white);
    margin-bottom: 0;
}
.pd_choose_plan .description.short_desc {
    font-size: 10px;
    height: 20px;
    margin-top: -5px;
    line-height: 18px;
}
.pd_choose_plan .top_part .single_slash_price {
    font-size: 16px;
    line-height: 22px;
    color: var(--black04);
    text-decoration: line-through;
    font-weight: 550;
    font-family: freizeit_bold !important;
    height: 20px;
    margin-bottom: 5px;
}
.pd_pricing_component {
    position: relative;
}
.pd_pricing_component .pd_third_section {
    width: 80%;
    max-width: 1440px;
    margin: 50px auto 100px;
    position: relative;
}
.pd_pricing_component .pd_third_section .feature_table {
    border: 1px solid var(--grey01);
    margin-top: 50px;
    width: 100%;
    position: relative;
    max-width: 1730px;
}
.pd_pricing_component .pd_third_section .feature_table .thead {
    background-color: hsla(0, 0%, 90%, .5);
    border-bottom: 1px solid var(--grey01);
}
.pd_pricing_component .pd_third_section .feature_table .tbody, .pd_pricing_component .pd_third_section .feature_table .thead {
    width: 100%;
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow {
    padding: 26px 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--grey01);
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow, .pd_pricing_component .pd_third_section .feature_table .thead .trow {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow:first-child {
    padding: 0;
    border: 0;
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails {
    width: 20%;
    font-weight: 400;
    font-size: 13.8px;
    line-height: 22px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow .tdetails{
    width: 20%;
    font-weight: 400;
    font-size: 13.8px;
    line-height: 22px;
    color: #000;
    padding: 20px 0;
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails {
    border-right: 1px solid var(--grey01);
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    padding-left: 15px;
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.big {
    border-right: none !important;
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.feature_wrap {
    border-left: 1px solid var(--primary);
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.basic_title {
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.starter_title {
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.pro_title {
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails.scale_title {
    background-color: var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .thead .trow .tdetails:last-child {
    border: 0;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow .tdetails {
    border-right: 1px solid var(--primary);
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow.trow_body .tdetails, .pd_pricing_component .pd_third_section .feature_table .thead .trow.trow_body .tdetails {
    padding: 0;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow .tdetails:first-child {
    padding-left: 1%;
    padding-right: 1%;
    width: 19.6%;
    font-size: 15px;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 32px;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow .tdetails.featureList {
    border-left: 1px solid var(--grey01);
    font-weight: 900 !important;
    font-size: 14.5px;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow ul {
    list-style: none;
    width: auto;
    padding-inline-start: 0px !important;
    margin-bottom: 0;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow ul li {
    border-bottom: .5px solid var(--grey02);
    padding-left: 10px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow ul li:last-child {
    border: 0;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow {
    border-bottom: 1px solid var(--grey01);
}
.css-v608oq {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    color: red;
}
.pd_pricing_component .pd_third_section .feature_table .tbody .trow ul.disc_list li {
    border: 0;
    height: auto;
    padding: 0;
    list-style-type: disc !important;
    display: revert-layer !important;
    margin-left: 10px;
}
.pd_pricing_component .pd_third_section .feature_table.fixed_header {
    width: 80%;
    margin: auto;
    max-width: 1440px;
    position: fixed;
    z-index: -1;
    top: 135px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.mobile_feature_table {
    display: none;
}
.mobile_feature_table {
    display: none;
    border: 1px solid var(--grey03);
    width: 100%;
    position: relative;
}
.mobile_feature_table .thead {
    border-bottom: 1px solid var(--grey03);
}
.mobile_feature_table .tbody, .mobile_feature_table .thead {
    width: 100%;
}
.mobile_feature_table .thead {
    background-color: hsla(0, 0%, 90%, .5);
}
.mobile_feature_table .tbody .trow, .mobile_feature_table .thead .trow {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile_feature_table .thead .trow {
    padding: 26px 0;
    background-color: var(--white);
}
.mobile_feature_table .thead .trow:first-child {
    padding: 0;
    border: 0;
}
.mobile_feature_table .tbody .trow .tdetails, .mobile_feature_table .thead .trow .tdetails {
    width: 25%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 10px;
}
.mobile_feature_table .thead .trow .tdetails {
    border-right: 1px solid var(--grey03);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.mobile_feature_table .thead .trow .tdetails.basic_title {
    background-color: var(--pastelblue);
}
.mobile_feature_table .thead .trow .tdetails.starter_title {
    background-color: var(--pastelyellow);
}
.mobile_feature_table .thead .trow .tdetails.pro_title {
    background-color: var(--pastelpink);
}
.mobile_feature_table .thead .trow .tdetails.scale_title {
    background-color: var(--pastelgreen);
}
.mobile_feature_table .thead .trow .tdetails:last-child {
    border: 0;
}
.mobile_feature_table .tbody .mobile_cat {
    font-size: 14px;
    padding: 12px 10px;
    background-color: var(--grey03);
    color: var(--black01);
    border-bottom: 1px solid var(--grey03);
}
.mobile_feature_table .tbody .mobile_feat {
    font-size: 12px;
    padding: 12px 10px;
    color: var(--black01);
    line-height: 14px;
}
.mobile_feature_table .tbody .trow, .mobile_feature_table .thead .trow {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile_feature_table .tbody .trow .tdetails {
    border-right: 1px solid var(--grey03);
}
.mobile_feature_table .tbody .trow.trow_body .tdetails, .mobile_feature_table .thead .trow.trow_body .tdetails {
    padding: 8px;
    display: flex;
    justify-content: flex-start;
    word-break: break-word;
    align-items: center;
}
.mobile_feature_table .tbody .trow ul {
    list-style: none;
    width: auto;
}
.mobile_feature_table .tbody .trow ul li {
    border-bottom: .5px solid var(--grey02);
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile_feature_table .tbody .trow ul li:last-child {
    border: 0;
}
.mobile_feature_table .tbody .trow ul {
    list-style: none;
    width: auto;
    padding-inline-start: 5px;
}
.mobile_feature_table .tbody .trow ul li {
    border-bottom: .5px solid var(--grey02);
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile_feature_table .tbody .trow ul li:last-child {
    border: 0;
}
.mobile_feature_table .tbody .trow ul li.no_list {
    height: auto;
    min-height: auto;
    border: 0;
    display: revert-layer !important;
    list-style-type: disc !important;
    margin-left: 5px;
}
.mobile_feature_table.fixed_header {
    position: fixed;
    z-index: -1;
    top: 45px;
    width: 85%;
    background-color: #fff;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.pd_third_section .tabs_conatiner .tabs {
    display: flex;
    background-color: var(--primary);
    border-radius: 8px;
    width: 647px;
    margin: auto;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
}
.pd_third_section .tabs_conatiner .tabs .single {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.015em;
    padding: 15px 36px;
    margin: 0;
    width: 50%;
    cursor: pointer;
    color: var(--white);
}
.pd_third_section .tabs_conatiner .tabs .single:focus {
    outline: none;
}
.pd_third_section .tabs_conatiner .tabs .single.active {
    background-color: #e99d81fc;
    border-radius: 4px;
}

@media screen and (max-width: 1300px) {
    .pd_choose_plan .description.short_desc {
        height: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .main_price_wrapper .stand_alone {
        max-height: 380px;
    }
    .pd_choose_plan .description.first_desc {
        height: 100px;
    }
    .pd_choose_plan .price_box .price {
        font-size: 36px;
    }
    .pd_pricing_component .pd_third_section {
        width: 85%;
    }
    .pd_pricing_component .pd_third_section .feature_table.fixed_header {
        width: 85%;
    }
}
@media screen and (max-width: 980px) {
    .pd_pricing_component .pd_third_section .feature_table .tbody .trow .tdetails:first-child {
        word-break: break-word;
        font-size: 14px;
        line-height: 26px;
    }
}
@media screen and (max-width: 990px) {
    .main_price_wrapper {
        display: block;
    }
    .main_price_wrapper .stand_alone {
        width: 100%;
    }
    .pd_second_pricing_section .plan_flex.choose {
        flex-direction: column;
    }
    .pd_choose_plan {
        width: 100%;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 820px) {
    .mobile_feature_table .tbody .trow .tdetails, .mobile_feature_table .thead .trow .tdetails {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .pd_second_pricing_section .tabs_conatiner .tabs, .pd_third_section .tabs_conatiner .tabs {
        width: 100%;
        border-radius: 4px;
    }
    .mobile_feature_table {
        display: block;
    }
    .pd_pricing_component .pd_third_section .feature_table {
        display: none;
    }
}