.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;
}
.priceBoxFree{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;

    min-height: 642px;
    width: 100%;
    min-width: 500px;
    padding: 40px 50px;
    border-radius: 16px;
    margin-bottom: 10%;
    box-shadow: 0px 2px 6px 2px rgba(21, 31, 61, 0.18);
}
.priceBoxPro{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;

    min-height: 642px;
    width: 100%;
    min-width: 500px;
    padding: 40px 50px;
    border-radius: 0 0 16px 16px;
    margin-bottom: 10%;
    box-shadow: 0px 2px 6px 2px rgba(21, 31, 61, 0.18);
}
.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{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #181818;
    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: 86px;
    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;
}
.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{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #181818;
    padding: 15%;
}
.PriceBox_Desc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B6B74;
    margin: 0;
    text-align: center;
}

.li-pricing-options{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #181818;
    padding: 0 3px 7px 3px;
}
.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: flex-start;
}
.ul-pricing{
    padding: 18px 1px 0px 1px;
    height: 347px;
}
.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: space-around;
}
.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%;
}
.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: 170px;
}
.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;
    }
}
