.pricing-header-container{
    width: 100%;
    margin: auto;
    padding-top: 76.5px;
    background: transparent;
}
.pricing-banner-featured-wrapper{
    text-align: center;
}
.pricing-banner-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #181818;
    text-align: center;
}
.pricing-featured-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;    
    letter-spacing: -0.01em;
    color: #5D5E67;
    padding: 0;
    margin: 0;
}
.pricing-featured-list img{
    padding: 0 2%;
}
.cards-row{
    margin-top: 66px;
    justify-content: center !important;
    text-align: center;

    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.card-strike-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-align: justify;
    letter-spacing: 0.02em;
    text-decoration: line-through;
    color: #5D5E67;

    vertical-align: middle;
    padding-right: 20px;
}
.PriceBox__PriceNew span{
    font-size: 16px;
    font-weight: 600;
}
.AnualPrice_Desc{
    text-align: center;
    font-size: 0.85rem;
}
.priceBoxFree{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
    gap: 126px;
    min-height: 768px;
    width: 467px;
    min-width: 467px;
    padding: 35px;
    margin-bottom: 10%;
    box-shadow: 0px 2px 6px 2px rgba(21, 31, 61, 0.18);

    border-radius: 8px;
    background: var(--Blue-Primary-Light, #F8F7FF);
    box-shadow: 0px 4px 25px 0px rgba(7, 13, 144, 0.16);
}
.priceBoxPro{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
    gap: 5px;
    min-height: 726px;
    width: 467px;
    min-width: 467px;
    padding: 35px;
    margin-bottom: 10%;
    box-shadow: 0px 2px 6px 2px rgba(21, 31, 61, 0.18);

    border-radius: 8px;
    box-shadow: 0px 4px 25px 0px rgba(7, 13, 144, 0.16);
}
.pro-box-book-icon{
    text-align: center;
    margin: 0px auto;
}
.pro-box-book-icon img{
    height: 196px;
}
.unlimited-text{
    color: var(--Blue-Primary-Dark, #1176A8);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.PriceBox__Title{
    background: #F94A4A;
    bottom: 97%;
    padding: 7px 0 0 0;
    top: unset;
    border-radius: 16px 16px 0px 0px;

    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.pro-title{
    color: #181818;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
}
.plans-pills-row{
    margin-top: 76px;
}
.plan-selection-pills{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    
    padding: 0px 4px;
    width: 327px;
    height: 53px;
    
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(7, 13, 144, 0.27);
    border-radius: 6px;
        
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #181818;
}
.plan-active{
    background: #D8EEFF;
    border-radius: 4px;
}
.annual-plan, .monthly-plan{
    
    width: 160px;
    height: 45px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 16px;
}
.annual-plan:hover, .monthly-plan:hover{
    cursor: pointer;
}
.off-badge-row{
    margin-top: 17px;
    min-height: 30px;
}
.tooltip{
    height: unset;
}
.tooltip-inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 16px;

    height: 32px;
    background: #5D5E67;
    border-radius: 5px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;

    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.tooltip .arrow::before{
    border-top-color: #5D5E67;
}

.subscription-method-off-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    padding: 4px 16px;
    height: 30px;
    width: 100px;
    background: #D8EEFF;
    border-radius: 5px;
    margin-right: 22px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #076797;
}
.pro-plan-subscript{
    color: #181818;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
}
.PriceBox_Desc{
    color: var(--Grey-Dark, #181818);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-align: center;
}

.li-pricing-options{
    color: var(--Grey-Dark, #181818);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.32px;
}
.li-pricing{
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}
.ul-pricing{
    padding: 20px 1px 0px 1px;
}
.PriceBox.priceBoxFree > .PriceBox__PriceWrapNew > .ul-pricing{
    padding: 40px 1px 0px 1px;
}
.try-free-btn{

    align-items: center;
    padding: 16px;
    gap: 16px;
    height: 50px;
    background: #259CD7;
    box-shadow: 0px 1px 7px rgba(7, 13, 144, 0.27);
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    display: flex;
    color: #FFFFFF;
    justify-content: center;
}
.try-free-btn:hover{
   background: #137EBDFF !important;
   color: #FFFFFF;
}

.comparison-banner-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #181818;
    text-align: center;
}
.comparison-table-row{
    padding-top:170px;
    padding-bottom: 56px;
}

.comparison-table tr:nth-of-type(odd) td {
    padding: 0.2rem 0.75rem !important;
}
.comparison-table tbody tr:nth-of-type(odd){
    background: #F8F7FF;
}

.comparison-table th{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #181818;
}

table th:nth-child(2),
table th:nth-child(3),
table td:nth-child(2),
table td:nth-child(3){
    text-align: center;
    width: 23%;
}
.cards-checkMark{color: #B9BEC7;}
.checkMark{
    color: #18BC9B;
}
.comparison-table tr td:first-child{
    padding-left: 2% !important;
}


.comparison-table td{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #181818;
}
.comparison-table tr td:nth-child(2),
.comparison-table tr td:nth-child(3),
.usage-table tr td:nth-child(2),
.usage-table tr td:nth-child(3){
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px;
    color: #5D5E67;
}
.comparison-table th{
    padding-bottom: 3%;
}
.usage-table{
    padding-top: 80px;
}
.pricing-faq-section{
    margin-top: 125px;
}
.mobile-tables{
    display: none;
}
.mobile-view-sub-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #5D5E67;
}

@media screen and (max-width: 767px) {
    .pricing-banner-heading{
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0.01em;
    }
    .comparison-banner-heading{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 29px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.03em
    }
    .mobile-tables{
        display: block;
    }
    .desktop-tables{
        display: none;
    }
    .priceBoxFree{    
        min-width: 327px;
    }
    .priceBoxPro{    
        min-width: 327px;
    }

    .li-pricing-options{
        font-size: 14px;
        line-height: 26px;
    }
    .comparison-table td{
        font-size: 14px;
    }
    .comparison-table th{
        font-size: 16px;
    }
}

@media screen and (max-width: 492px) {
    .testimonials_slider .pricing-img {
        width: 100px;
        height: 100px;
    }
    .pricing-page-review {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
    .pricing-page-review::before{
        font-size: 30px;
        line-height: 20px;
    }
    .pricing-page-member-info .member-name {
        line-height: 20px;
        font-size: 16px;
    }
    .pricing-page-member-info .member-type{
        font-size: 16px;
        line-height: 15px;
    }
    .testimonials_slider .pricing-flex-container {
        justify-content: space-around;
    }
    .pricing-page-member-info{
        text-align: center;
    }
    .priceBoxFree{    
        width: 400px;
    }
    .priceBoxPro{    
        width: 400px;
    }

}
