.ml-2{
    margin-left: 1rem; 
}
.txt-pPrpl{
    color: #7B49FB;
}
.price-cards{
    margin-top: 58px;
    padding-top: 90px;
}
.price-cards .card-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.price-cards .card-body p{
    color: #334155;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.price-cards .card-body h4{
    font-size: 36px;
    font-weight: 700;
}
.price-cards .card-body h4 small{
    color:#818181;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.price-cards .card-body b{
    font-size: 16px;
    color: #212121;
    margin-bottom: 12px;
}
.price-cards .card-body .btnp.btn-out,
.price-cards .card-body .btnp.btn-darkOut,.essentials-card .btnp.btn-fill{
    text-align: center;
    width: 100%;
}
.price-cards .card-body .btnp.btn-out:hover{
    background: var(--Mid-Blue, #3260FE);
    color: #fff;
    border: 1px solid #3260FE;
}
.price-cards .card-body ul{
    padding-left: 20px;
    padding-top: 20px;
    list-style-type: disc;
    color: #64748B;
}
.price-cards .card-body>p {
    min-height: 44px;
}
.price-cards .card-body ul li p{
    margin-left: 0;
    margin-bottom: 7px;
    color: #334155;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.price-cards .card-body ul li {
    position: relative;
}
.price-cards .card-body ul li::after {
    top: 2px;
    left: -16px;
    position: absolute;    
}
/* .grow-card.card .card-body ul li::after{
    content: url(../images/pricing/grow-check.svg);
}
.essentials-card.card .card-body ul li::after{
    content: url(../images/pricing/essencial-check.svg);
}
.enterprise-card.card .card-body ul li::after{
    content: url(../images/pricing/enterprise-check.svg);
}
.popular-card .enterprise-card.card .card-body ul li::after{
    content: url(../images/pricing/essencial-check.svg);
}
.custom-card.card .card-body ul li::after{
    content: url(../images/pricing/custom-check.svg);
} */
/* .price-cards .card-body ul li::marker {
    content: url("../images/pricing/check-mark.svg");  
} */
.price-cards .card-body span.cta-tx{
    color: var(--Grey, #818181);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.price-cards .card{
    border-radius: 8px;
    border: 0.5px solid #81818178;
    background: #FFF;
    height: 490px; 
    margin-bottom: 18px;
}
.heightlight-card-head {
    border-radius: 8px 8px 0 0;
    background: var(--Darkest-Action-Blue, #1B1C7D);
    margin-top: -44px;
}
.popular-card .heightlight-card-head {
    margin-top: -54px;
}
.popular-card .heightlight-card-head.month {
    background: #3260FE;
}
.popular-card .heightlight-card-head.annual {
    background: #1B1C7D;
}
.heightlight-card-head h3{
    color: var(--White, #FFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
}
.popular-card .heightlight-card-head h3{
    padding-bottom: 5px;
}
.heighlight-card.popular-card p.card-text{
   margin-bottom: 10px; 
}
.heighlight-card .card{
    border-radius: 8px;
    margin-top: -5px;
    border: 2px solid var(--Heading-Blue, #141667);
    background: var(--White, #FFF);
}
.popular-card.heighlight-card .card{
    margin-top: -11px;
    border-radius: 13px;
}
.popular-card.heighlight-card.month .card{
    border: 8px solid #3260FE;
}
.popular-card.heighlight-card.annual .card{
    border: 8px solid #1B1C7D;
}
.heighlight-card.popular-card .card .card-body h4,
.heighlight-card.popular-card .card .card-body h3{
    color: #3260FE;
}
.heighlight-card .card .card-body h4,
.heighlight-card .card .card-body h3{
    color: #1B1C7D;
}
.heighlight-card .card .card-body .btnp.btn-out{
    background: #FFF;
    color: #1B1C7D;
    border: 1px solid #1B1C7D;
}
.heighlight-card.popular-card .card .card-body .btnp.btn-out{
    background: #3260FE;
    color:#FFF;
    border: 1px solid #3260FE;
}
.heighlight-card .card .card-body .btnp.btn-out:hover{
    background: #1B1C7D;
    color: #fff;
    border: 1px solid #1B1C7D;
}
.detailed-plan-container{
    background: unset;
    padding-bottom: 4rem;
    margin-top: 10px;
}

/* Css to modif */
.tableTwo{
    /* padding-left: 25px;
    padding-right: 25px; */
}
.tableTwo table td,
.tableTwo table th{
    text-align: center;
    padding: 10px;
    /* max-width: 236px; */
}
.tableTwo table  tr:first-child,
.tableTwo table  tr:nth-child(2) {
    background: #FFF;
}
.tableTwo .header {
    border-radius: 8px;
    border: 0.5px solid #818181a3;
    background: #F1F1F1;
    color: #141667;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 2px;
}
.tableTwo .header.h-grow {
    color: #FFF;
    background: #7B49FB;
    border: 0.5px solid #7B49FB;
}
.tableTwo .header.h-essentials {
    color: #FFF;
    background: #3260FE;
    border: 0.5px solid #3260FE;
}
.tableTwo .header.h-custom {
    color: #FFF;
    background: #212121;
    border: 0.5px solid #212121;
}
.tableTwo .fheader{
    width: 100%;
    text-align: left;
    padding-left: 13px;
}
.tableTwo td{
    border-width: 0 !important;
}
.tableTwo .highlight{
    background: #FFF !important;
    color: var(--Heading-Blue, #141667);
}
.tableTwo .mostp{
    padding: 1px 2px;    
    border-radius: 8px;
    background: var(--Darkest-Action-Blue, #1B1C7D);
}
.tableTwo .mostp span{
    color: #FFF;
    line-height: 32px;
}
table th, thead, tr{
    border-width: inherit !important;
}
.tableTwo>table>tbody>tr>td{
    border-bottom: 1px solid #818181 !important;
    padding: 25px 25px 0px 25px !important;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.tableTwo>table>tbody>tr>td>p{
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 4px;
}
.tableTwo>table>tbody>tr:nth-child(9)>td {
    border-bottom: none !important;
}
#price2Table tr:nth-child(9) td:nth-child(8) {
    position: relative;
}
#r5c5{
    position: relative;
}
#c5row.c5rowbb{
    border-bottom: 1px solid #818181 !important;
}
#compareAllBtn, #showLessBtn{
    padding: 10px 55px;
}
#compareAllBtn img{
    width: 28px;
    margin-left: 9px;
}
.showMorebtn {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    border-radius: 30px;
    background: #4971FB;
    border: none;
    padding: 8px 200px;
}
.showMorebtn:hover{
    background: #1B1C7D;
    color: #FFF;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#c7throw td{
    padding-bottom: 37px !important;
}
#price2Table {
    border-collapse: collapse;
    /* border-collapse: separate; */
    /* border-spacing: 10px 0; */
}
/* #price2Table td:nth-child(4) {
    border-left: 0.5px solid var(--Heading-Blue, #141667) !important;
    border-right: 0.5px solid var(--Heading-Blue, #141667) !important;
    background: var(--White, #FFF);
} */
/* #price2Table th:nth-child(4) {
    border-radius: 8px;
    border-left: 0.5px solid var(--Heading-Blue, #141667) !important;
    border-right: 0.5px solid var(--Heading-Blue, #141667) !important;
    background: var(--White, #FFF);
} */
/* shadow css  5th column (index 4) */
#price2Table td:nth-child(4),
#price2Table th:nth-child(4) {
  /* position: relative;  */
}

/* #price2Table td:nth-child(4)::before,
#price2Table th:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 2px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16); 
}
#price2Table td:nth-child(4)::after,
#price2Table th:nth-child(4)::after {
  content: ''; 
  position: absolute;
  top: 0;
  right: -3px;
  height: 100%;
  width: 2px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16); 
} */
/* shadow part 5th td */
#price2Table th:nth-child(4) {
    position: relative;
  }
.highlight-top {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 15px;
    background: white;
    width: 100%;
    border-radius: 12px;
    border-top: 1px solid #141667;
}
.heighlight-bar-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 15px;
    background: white;
    width: 100%;
    border-radius: 5px;
    border-bottom: 1px solid #141667;
}
/* Css to modif */
.compare-line{
    padding-top: 0;
}
.compare-line h2{
    font-size: 20px;
    font-weight: 700;
    color: #121354;
    line-height: 24px;
}
#price2Table tr td:first-child {
    color: var(--Heading-Blue, #141667);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 25px 104px 12px 22px !important;
    line-height: 24px;
  }
.credit-ai{
    color: var(--Grey, #818181);
    font-size: 16px;
    font-weight: 400;
}
#price2Table tr:nth-child(27) td:nth-child(4) {
    position: relative;
}
#accordionExample .accordion-body {
    padding: 16px;
}
#accordionExample .accordion-button, .accordion-item .accordion-button.collapsed, .diffAccord .accordion-body {
    border-bottom: none;
    border-radius: 8px;
    background:  #F1F1F1 !important;
    padding: 14px 25px 10px 20px;
    color: #212121;
}
#accordionExample .accordion-button::after {
    content: url("../images/pricing/plus.svg"); 
    background: none;
    padding: 0;
    margin-top: -4px;
}
/* .compare-line .accordion-button:not(.collapsed)::after {
    transform: rotate3d(0, 0, 5, 45deg);
} */
#accordionExample .accordion-button:not(.collapsed)::after {
    content: url("../images/pricing/minus.svg"); 
    margin-top: 4px;
}
.shadow-sm {
    box-shadow: none !important;
}
#accordionExample .accordion-body {
    background: #F1F1F1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #244069;
    border-bottom:none;
    padding-left: 24px;
    border-radius: 0 0 8px 8px;
}
#accordionExample .accordion-body p{
    color: #212121; 
}
#accordionExample .accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0 0;
}
.more-txt{
    font-size: 23px;
}
.banner-area .btnp.btn-gradiant {
    padding: 13px 24px;
}
.grow-card .btnp.btn-gradiant {
    width: 100%;
}
small.credit-info{
    color: var(--Grey, #818181);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.what-cred{
    margin-bottom: 16px;
}
.what-cred small{
    color: var(--Grey, #818181);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.nm-flex h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 6px;
}
.nm-flex b{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.switch-price{
    padding-bottom: 70px;
    margin-top: -97px;
    padding-left: 19px;
    padding-right: 19px;
}
.switch-price .eclip{
    border-radius: 20px;
    border: 0.5px solid #818181;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.switch-price .eclip button{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    padding: 4px 4px;
    border: none;
    background: none;
}
.p-monthly{
    color: #3260FE;
}
.switch-price .eclip .p-monthly.active{
    border-radius: 16px;
    background: #3260FE;
    color: #FFF;
    display: flex;
    height: auto;
    padding: 4px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.switch-price .eclip .p-annual.active{
    border-radius: 16px;
    background: #1B1C7D;
    color: #FFF;
    display: flex;
    height: auto;
    padding: 4px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.switch-price .eclip .p-annual.active .badgedblue{
    background: #FFF;
    color: #1B1C7D;
    padding: 1px 8px;
}
.p-annual{
    color: #1B1C7D;
    display: flex;
    align-items: center;
    gap: 8px;
}
.badgedblue{
    display: flex;
    color: #FFF;
    padding: 1px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: #1B1C7D;
}
.heighlight-card.popular-card{
    margin-top: -19px;
}
.smd-cards{
    display: none;
}
.lgd-cards{
    display: flex;
}
.detailed-plan-container.plan-details{
    padding-bottom: 0;
}
.detailed-plan-container.plan-details .compare-line{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 24px;
}
.open-arrow{
    display: none;
}
.tableTwo>table>tbody>tr.border-none>td{
    border-bottom: none !important;
    padding: 10px 22px 10px 22px !important;
}
.tableTwo>table>tbody>tr.border-none>td svg{
    margin-top: 5px;
}
.tableTwo>table>tbody>tr.lightb{
    background: #F8FAFC;
}
#price2Table tr td:first-child b{
    font-size: 22px;
}
#price2Table tr.border-none td:first-child {
    padding: 10px 7px 10px 22px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
}
#price2Table tr.border-none.space-top td:first-child {
    padding: 35px 7px 10px 22px !important;
}
.tableTwo>table>tbody>tr.border-none.space-top>td{
    border-bottom: none !important;
    padding: 35px 22px 10px 22px !important;
}
.tableTwo>table>tbody>tr.creditrow td{
    border-bottom:none !important;
}
.closed-arrow, .open-arrow{
    display: none;
}
.closed-arrow.active, .open-arrow.active{
    display: block;
}
#accordionExample .accordion-body ul li {
    color: #212121;
}
#price2Table.table>thead {
    position: sticky;
    top: 68;
}
.grow-card .btnAI{
    width: 100%;
}
.grow-card .btnAIOut{
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            97deg,
            #3260FE 0%,
            #7B49FB 50%,
            #FF676A 100%
        ) border-box;
    color: #7B49FB;
    cursor: pointer;
    width: 100%;
}
.btnp.btnAIOut:hover{
    background: #1b1c7d;
    color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / .2);
}
.price-cards>.ask-pcards .card-body ul {
    padding-top: 20px;
}
.askinCt h3{
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    padding-bottom: 24px;
}
.popular-card.month .u-year, .popular-card.annual .u-month {
    display: block;
    padding-top: 15px;
}
.popular-card.month .u-month, .popular-card.annual .u-year{
    display: none;
    padding-top: 15px;
}
.ammount_num{
    display: flex;
    flex-direction: row;
    gap: 9px;
}
.heighlight-card.popular-card .card .card-body h4{
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.bottom-ctas .insight-card.light-card{
    background: var(--Freemium, linear-gradient(97deg, var(--Mid-Blue, #3260FE) 0%, var(--Purple, #7B49FB) 50%, var(--Red, #FF676A) 100%));
}
.bottom-ctas .insight-card.light-card.askrgt-card{
    background: var(--Ask-Me, linear-gradient(91deg, var(--Blue, #49C9FB) 0%, var(--Mid-Blue, #3260FE) 50%, var(--Purple, #7B49FB) 100%));
}
.bottom-ctas .insight-card.light-card .btnp.btn-out{
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
}
.bottom-ctas .insight-card.light-card .btnp.btn-out:hover{
    background: #FFF;
    border: 1px solid #FFF;
    color: #1B1C7D;
}
.bottom-ctas .dark-card.insight-leftcard h3{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px; 
}
.bottom-ctas .dark-card.insight-leftcard p{
    color: var(--White, #FFF);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.bottom-ctas .insight-card.light-card h2{
    color: var(--White, #FFF);
    font-size: 50px;
    font-weight: 700;
    line-height: 57px;
    text-align: left;
}
.v2freef{
    background: var(--Insights, linear-gradient(97deg, var(--Primary-Blue, #3260FE) 0%, var(--Purple, #7B49FB) 50%, var(--Red, #FF676A) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.open-arrow, .closed-arrow{
   margin-top: -9px; 
}
.headbtn.btnp{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.headbtn.btnp.btnAIOut{
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97deg, #3260FE 0%, #7B49FB 50%, #FF676A 100%) border-box;
    color: #7B49FB;
    cursor: pointer;
}
.headbtn.btnp.btnAIOut:hover{
    background: #1b1c7d;
    color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / .2);
}
.headbtn.buy-now-btn.btnp {
    background: #3260FE;
    color: #FFF;
    border: 1px solid #3260FE;    
}
.headbtn.buy-now-btn.btnp:hover{
    background: #1B1C7D;
    color: #fff;
    border: 1px solid #1B1C7D;
}
b.head-txt{
    color: #2C323E;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
@media only screen and (max-width: 767px){
    .banner-area p{
        font-size: 14px;
        font-weight: 500;
    }
    .heighlight-card{
        padding-top: 44px;
    }
    .ml-2 {
        margin-left: 0;
    }
    .compare-line h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .price-cards .card{
        height: auto;
    }
    .tableTwo{
        overflow-x: scroll;
    }   
    .tableTwo table th {
        max-width: 225px;
    } 
    #compareAllBtn, #showLessBtn {
        padding: 10px 31px;
    }
    /* mobile cards */
    .smd-cards{
        display: block;
    }
    .lgd-cards{
        display: none;
    }
    .heighlight-card.popular-card{
        padding-top: 19px;
    }
    .switch-price {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .price-cards {
        margin-top: 0;
        padding-top: 30px;
    }
    .oth-card{
        padding-top: 62px;
    }
    .carousel-item {
        width: 100%;
    }
    /* carausel left right controls */
    .carousel-control-next-icon{
        background-image: none;    
    }
    .carousel-control-next-icon {
        background-image: none;
    }
    .carousel-control-prev {
        left: -10px;
    }
    .carousel-control-next {
        right: -10px;
    }
    #price2Table.table>thead {
        position: sticky;
        top: 1px;
    }
    .nmf-ct{
        display: flex;
        flex-direction: column;
    }
    #price2Table tr th:first-child, #price2Table tr td:first-child {
        padding-top: 40px !important;
        position: sticky;
        left: 0px;
        background: unset;
        height: max-content;
    }
    #price2Table tr.border-none.space-top td:first-child {
        padding: 35px 4px 10px 0 !important;
    }
    #price2Table tr.border-none td:first-child{
        gap: 0px;
        width: 140px;
    }
    #price2Table tr td:first-child{
        padding: 25px 25px 12px 0 !important;
    }
    #price2Table tr.border-none td:first-child {
        padding: 10px 7px 10px 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1170px) {
    .heighlight-card{
        padding-top: 44px;
    }
    .price-cards .card{
        height: auto;
    }
    .tableTwo{
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1210px) {
    .switch-price .eclip {
        flex-direction: column;
    }
}
@media (min-width: 1400px) {
    .price-cards .card{
        height: 490px;  
    }
}
