.pricing-hero-wrapper{
    padding: 128px 106px 67px;
    background: #F9FAFB;
    position: relative;
}
.pricing-hero-ctn {
    max-width: 1920px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* position: relative; */
}

.pricing-features-section-wrapper {
    padding-top: 80px;
    padding-bottom: 110px;
}
.pricing-features-section-ctn{
    max-width: 1920px;
    margin: 0px auto;
}


.pr-plan-txt{
    background: #E6D9FF;/* #F9F5FF;*/
    width: 147px;
    height: 37px;
    border-radius: 21.33px;
    color: #4C4C4C;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18.67px;
    line-height: 37px;
    text-align: center;
    margin: 0px auto;
}

h1.pricing-pg-title {
    margin: 21px 0px 32px;
    color: #3E3E3F;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
}
h2.pricing-pg-subtxt {
    color: #4F4F4F;
    margin: 0px 0px 53px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26.67px;
    line-height: 40px;
    text-align: center;
}
.annual-pricing-txt span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 21.33px;
    line-height: 32px;
    color: #4F4F4F;
}
.subscription-options-wrapper {
    background: #F9FAFB;
}
.subscription-options-ctn {
    display: flex;
    width: max-content;
    margin: 0px auto;
    padding: 0px 60px;
    gap: 35px;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.subscription-tabs-wrapper {
    padding-top: 85px;
    padding-bottom: 45px;
    background: linear-gradient(-9deg,
        white 0px, 
        white 400px, 
        rgba(166, 181, 161, 0.1) 400px, 
        rgba(166, 181, 161, 0.1) 500px, 
        rgba(32, 79, 10, 0.1) 500px, 
        rgba(32, 79, 10, 0.1) 600px, 
        rgba(32, 79, 10, 0.25) 600px, 
        rgba(32, 79, 10, 0.25) 700px, 
        rgba(249, 250, 251, 1) 700px, 
        rgba(249, 250, 251, 1) 800px
    );
    background-size: 100% 710px;
    background-repeat: no-repeat;
}

.limted-offer-section-wrapper {
    padding-top: 25px;
    text-align: center;
}
.limted-offer-section-ctn {
    max-width: 1920px;
    margin: 0px auto;
}


/* .subscription-options-ctn > div{
    padding: 0px 0px 31px;
} */
.subscription-option-txt {
    color: #3E3E3F;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    line-height: 34.5px;
    display: block;
    transition: 0.3s;
    /* padding: 0px 0px 31px; */
}

.subscription-option-txt.active {
    font-weight: 600;
    border-bottom: 3px solid #14AE5C;
    padding: 0px 10px;
    color: #14AE5C;
}
/*  */
.pricing-section5-wrapper{
    padding-top: 128px;
    padding-bottom: 128px;
    background: #F9FAFB;
}
.pricing-section5-ctn {
    max-width: 1920px;
    margin: 0px auto;
}
.planwise-wrapper{
    max-width: 1920px;
    margin: 0px auto;
}

p.spt-txt {
    color: #14AE5C;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21.33px;
    line-height: 32px;
    margin: 0px;
}
/* h3.pricing-section5-title {
    margin: 10px 0px 26px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 6px;
    color: #3E3E3F;
} */
h3.pricing-section5-title {
    margin: 16px 0px 26px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    color: #3E3E3F;
}
h4.pricing-section5-subtxt {
    color: #4F4F4F;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26.67px;
    line-height: 40px;
    margin: 26px 0px 80px;
    max-width: 915px;
}
a{
    color: #475467;
}
.pricing-section5-inner-ctn {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.pricing-section5-left-ctn {
    flex: 0 1 45%;
}
.pricing-section5-right-ctn {
    flex: 1;
    text-align: right;
}
img.pricing-section5-rightImg {
    max-width: 100%;
}
.pricing-section5-card {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
h4.pricing-section5-card-title {
    margin: 0px;
    color: #3E3E3F;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26.67px;
    line-height: 40px;
}
.pricing-section5-card-content {
    padding: 13px 0px 0px;
}

p.pricing-section5-card-subtxt {
    margin: 10px 0px;
    color: #4F4F4F;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

ul.section5-card-ul {
    margin: 0px;
    padding: 0px 0px 0px 35px;
    list-style: disc;
}
ul.section5-card-ul li {
    color: #475467;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 21.33px;
    line-height: 32px;
}

.subscription-tabs-ctn {
    display: flex;
    gap: 50px 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onetime-tabs-ctn {
    display: flex;
    gap: 50px 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscription-card-ctn {
    flex: 0 1 30%;
    background: #FFFFFF;
    border: 1.33px solid #E4E7EC;
    /* box-shadow: 0px 5.33px 8px -2.67px #10182808; */
    box-shadow: 0px 16px 21.33px -5.33px #10182814;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.subscription-card-btn-ctn {
    height: 150px;
    margin: auto 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    background: #F9FAFB;
}
button.buy-subscrition-btn {
    /* background: #003648; */
    background: #14AE5C;
    box-shadow: 0px 1.33px 2.67px 0px #1018280D;
    width: 100%;
    height: 64px;
    border-radius: 190px;
    border: none;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.subscription-card-features {
    padding: 42px 24px 0px;
}
.subscription-card-features ul{
    padding: 0px;
    margin: 0px;
}
.subscription-card-features ul li {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 21px;
    color: #4F4F4F;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.subscription-details-ctn {
    padding: 0px 42px;
    text-align: center;
}
p.subscription-card-subtxt {
    /* color: #003648; */
    color: #3E3E3F;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    /* word-break: break-all; */
    /* hyphens: auto; */
}
p.subscription-price {
    margin: 0px;
    /* color: #003648; */
    color: #14AE5C;
    font-family: 'Poppins';
    font-weight: 600;
    /* font-size: 64px; */
    font-size: 58px;
    line-height: 80px;
    text-align: center;
}
span.subscription-period-txt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}
p.subscription-card-title {
    margin: 0px;
    color: #3E3E3F;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26.67px;
    line-height: 40px;
    text-align: center;
}
.subscription-card-img-ctn {
    text-align: center;
    padding: 42px 0px 26px;
}
.most-value {
    background: #DAFFEB;
    position: absolute;
    right: 0px;
    border-radius: 8px;
    padding: 5px 10px;
}
.most-value p{
    color: #14AE5C;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin: 0px;
}

h2.limted-offer-title {
    margin: 0px;
    color: #4F4F4F;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.limted-offer-ad-ctn {
    background: url('../images/pricing/limited-offer-background-img.png');
    margin: 43px auto;
    max-width: 1300px;
    min-height: 241px;
    padding: 36px;
    display: flex;
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    align-items: center;
}
p.limted-offer-txt {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin: 0px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 29.05px;
}
p.limted-offer-subtxt {
    margin: 29px 0px 0px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 38.73px;
    color: #FFFFFF;
}
.limted-offer-content {
    flex: 0 1 auto;
}
.limted-offer-btn {
    flex: 1;
    text-align: right;
}
.limted-offer-btn button{
    background: rgba(255, 255, 255, 1);
    border: 1.33px solid rgba(208, 213, 221, 1);
    width: 170px;
    height: 64px;
    box-sizing: border-box;
    border-radius: 10.67px;
    box-shadow: 0px 1.33px 2.67px 0px rgba(16, 24, 40, 0.05);
    color: rgba(52, 64, 84, 1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21.33px;
    line-height: 32px;
}
.pricing-section5-cardImg-ctn img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding-top: 10px;
}
.background-stripes-ctn{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.z10{
    position: relative;
    z-index: 10;
}
p.p-features-txt {
    margin: 0px;
    color: #14AE5c;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
h3.p-features-title {
    margin: 26px 0px 48px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 58.67px;
    color: #4F4F4F;
}
.pricing-features-cards-wrapper {
    display: flex;
    gap: 50px 10px;
    justify-content: space-between;
}

.pricing-features-card {
    padding: 32px;
    background: rgba(243, 244, 246, 0.7);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    flex: 0 1 25%;
}
.pricing-features-img-ctn img{
    max-width: 100%;
    text-align: center;
}
p.pricing-features-card-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26.67px;
    line-height: 40px;
    color: #3E3E3F;
    text-align: center;
    margin: 24px 0px;
}
p.pricing-features-card-txt {
    margin: 0px 0px 24px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4F4F4F;
}
a.pricing-learn-more{
    color: rgba(0, 110, 117, 1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    outline: none;
    text-decoration: none;
    display: none;
}
.enterprise-tab-section2-ctn {
    background: rgba(249, 250, 251, 1);
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterprise-tab-section2-ctn button {
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21.33px;
    line-height: 32px;
    width: 426px;
    height: 64px;
    border-radius: 190.67px;
    box-shadow: 0px 1.33px 2.67px 0px rgba(16, 24, 40, 0.05);
    background: rgba(0, 110, 117, 1);
    background: #14AE5C;
    border: none;
    outline: none;
}
.enterprise-tab-ctn {
    background: rgba(255, 255, 255, 1);
    border-radius: 21px;
    border: 1.33px solid rgba(228, 231, 236, 1);
    overflow: hidden;
}
.enterprise-tab-section1-ctn {
    padding: 58px 20px 43px;
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0px auto;
}
.enterprise-plan-card {
    display: flex;
    gap: 16px;
    /* justify-content: flex-start; */
    align-items: flex-start;
    flex: 0 1 40%;
}
.enterprise-plan-content p {
    color: rgba(71, 84, 103, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    margin: 0px;
}

.enterprise-plan-img-ctn > img {
    min-width: 32px;
    height: 32px;
    width: 32px;
    padding-top: 5px;
}
.enterprise-plan-content span {
    font-weight: 600;
}
.enterprise-plan-cards-wrapper {
    display: flex;
    gap: 58px 74px;
    flex-wrap: wrap;
    justify-content: space-between;
}
h3.enterprise-plan-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0px 60px;
    color: #3E3E3F;
}
label.switch {
    position: relative;
    width: 58px;
    height: 32px;
    display: inline-block;
}
.switch input{
    opacity: 0;
    height: 0px;
    width: 0px;
}
.switch input:checked + .slider:before{
    transform: translateX(20px);
}
.switch input:checked + .slider{
    background: #14AE5C;
}
span.slider {
    position: absolute;
    background: rgba(214, 216, 216, 1);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}
span.slider:before {
    content: '';
    position: absolute;
    background: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    bottom: 3px;
    left: 6px;
    transition: 0.5s;
}
.annual-pricing-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
}
/*  */
.pricing-cmn-wrp-padding {
    padding-left: 100px;
    padding-right: 100px;
}
.hide{
    display: none !important;
}
button{
    cursor: pointer;
}
/*  */
@media screen and (max-width:1536px) {
    .pricing-cmn-wrp-padding {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media screen and (max-width:1440px) {
    .subscription-card-ctn {
        flex: 0 1 45%;
    }
}
@media screen and (max-width:1180px) {
    .pricing-hero-wrapper {
        padding: 50px;
    }
    h1.pricing-pg-title {
        margin: 21px 0px;
        font-size: 44px;
        line-height: 60px;
    }
    h2.pricing-pg-subtxt {
        font-size: 24px;
        line-height: 36px;
    }
    .subscription-option-txt {
        font-size: 20px;
        line-height: 32px;
    }
    .pricing-cmn-wrp-padding {
        padding: 50px;
    }
    .subscription-card-img-ctn {
        padding: 30px 0px 10px;
    }
    p.subscription-card-title {
        font-size: 22px;
        line-height: 40px;
    }
    p.subscription-price {
        font-size: 40px;
        line-height: 60px;
    }
    .subscription-card-features {
        padding: 24px 24px 0px;
    }
    .subscription-card-features ul li {
        font-size: 18px;
    }
    .subscription-card-features ul li {
        margin-bottom: 20px;
    }
    .pricing-features-section-wrapper.pricing-cmn-wrp-padding {
        padding-top: 0px;
    }
    p.p-features-txt {
        font-size: 22px;
        line-height: 30px;
    }
    h3.p-features-title {
        font-size: 30px;
    }
    .pricing-features-cards-wrapper {
        flex-wrap: wrap;
    }
    .pricing-features-card {
        flex: 0 1 35%;
    }
    h3.pricing-section5-title {
        margin: 10px 0px;
        font-size: 28px;
        line-height: 39px;
    }
    h4.pricing-section5-subtxt {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-section5-left-ctn {
        flex: 1;
    }
    .pricing-section5-right-ctn {
        display: none;
    }
    .pricing-section5-cardImg-ctn img {
        width: 75px;
        min-width: 75px;
        max-width: 75px;
    }
    ul.section5-card-ul li {
        font-size: 20px;
        line-height: 30px;
    }
    p.pricing-section5-card-subtxt {
        font-size: 20px;
        line-height: 30px;
    }
    h4.pricing-section5-card-title {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (max-width:780px) {
    .subscription-card-ctn {
        flex: 0 1 100%;
    }
    p.limted-offer-subtxt {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
    }
}    