body { 
    font-family: "Poppins", sans-serif !important;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5{
    margin-top: 0;
}
ul,ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainWrap {
    margin-top: 70px;
}
.pricing-Sec {
    display: flex;
    padding: 50px 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    background: linear-gradient(0deg, #FFF 30.77%, #f0f0f0 75.77%, #FAFAFA 100%);
    z-index: 1;
}
.bg-line{
    display: none;
}
@media (min-width: 1201px) {
    .bg-line{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        z-index: -1;
    }
    .bg-line span {
        display: block;
        width: 1px;
        height: 100%;
        background: linear-gradient(45deg, #FAFAFA 24.77%, #DBE0F3 65%, #FAFAFA 100%);
    }
}
.flexWrap-banner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.price-plan-box {
    display: inline-flex;
    padding: 7px 14px;
    align-items: center;
    gap: 4px;
    border-radius: 47px;
    border: 1.2px solid #CACDDC;
    background: #FFF;
    color: #1D1D1D;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding-left: 20px;
}
.price-plan-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #E04B4B;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}
.flexWrap-banner h1{
    color: #1D1D1D;
    text-align: center;
    font-size: clamp(20px, 2.0vw, 48px);
    font-weight: 500;
    line-height: 1.2;
    margin:0;
}
.flexWrap-banner h2{
    color: #74748A;
    text-align: center;
    font-size: clamp(14px, 2.0vw, 16px);;
    font-weight: 500;
    line-height: normal;
    margin:0;
}
.tabs_pricing_wrap {
    margin: 3rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
}
.tabs_pricing_btns{
    display: flex;
    padding: 4px;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #CACDDC;
    background: #FFF;
}
.tabs_pricing_btns > .btn{
    display: flex;
    padding: 10px 30px;
    align-items: center;
    gap: 10px;
    outline: none;
    border-radius: 25px;
    background-color: #fff;
    color: #1D1D1D;
    text-align: center;
    font-size: 14px;
    border: 0;
    font-weight: 500;
    line-height: 20px; 
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.tabs_pricing_btns > .btn.current, 
.tabs_pricing_btns > .btn:hover{
    color: #fff;
    background-color: #4F4F4F;
    /* animation: btnGlow 0.5s ease-in-out alternate infinite; */
}
@keyframes btnGlow {
    0% {
        box-shadow: 0px 0px 5px rgba(79, 79, 79, 0.4);
    }
    100% {
        box-shadow: 0px 0px 15px rgba(79, 79, 79, 0.7);
    }
}
.tabs_pricing_wrap .tab-content{
    display: none;
}
.tabs_pricing_wrap .tab-content.current{
    display: inherit;
}
.cardplans_wrap {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}
.card-plan {
    display: flex;
    width: 400px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 28px;
    border: 2px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 0px 104px 0px rgba(0, 0, 0, 0.15);
}
.card-plan .card-body {
    padding: 20px;
    width: 100%;
    padding-top: 0px;
}
.card-plan .card-header {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #fff;
    height: 40px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}
.card-plan .card-body h3 {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    text-transform: uppercase;
    margin: 0;
}
.card-plan .card-body p {
    color: #74748A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
}
.plansoff {
    color: #74748A;
}
.rate {
    display: flex;
    flex-direction: column;
}
.offerWrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.off {
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 48px;
    background: linear-gradient(96deg, #FFA353 2.36%, #FF6647 98.61%);
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.ratecount {
    color: #1D1D1D;
    font-size: clamp(24px, 2.0vw, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ratecount > sub {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: flex-end;
    bottom: 0;
}
.orderlist li{
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; 

}
.underline{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    text-underline-offset: 18%; 
    text-underline-position: from-font;
    cursor: pointer;
}
.orderlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    align-self: stretch;
    gap: 10px;
}

.orderlist li.underline:hover, 
.orderlist li:hover{
    color: #5873F7;
    cursor: pointer;
}
.free_trial {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #5873F7;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
}
.free_trial:hover {
    color: #fff;
    background-color: #1d1d1d;
}
.feature-listed {
    margin-top: 20px;
}

.feature-listed h4 {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    margin: 0px 0px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.feature-listed h4::after {
    content: "";
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    display: none;
    transition: all .3s ease-in-out;
}
.feature-listed > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-listed > ul >li {
    color: #74748A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    padding-left: 30px;
    position: relative;
}
.feature-listed > ul >li::before  {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6668 5L7.50016 14.1667L3.3335 10" stroke="%235873F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}
.feature-listed > ul > li.underline:hover {
    color: #5873F7;
}
.recommended-card-plan .card-header {
    background: #5873F7;
}
.recommended-card-plan .card-header h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}  
.recommended-card-plan {
    border-color: #5873f7;
}
.orderlist > li {
    position: relative;
}
.recommended-card-plan .feature-listed > ul >li:first-child {
    color: #1d1d1d;
    font-weight: 500;
}
.tooltip_plans {
    position: absolute;
    display: flex;
    padding: 6px 10px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #413E3E;
    background: #1D1D1D;
    flex-direction: column;
    top: 100%;
    left: 50%;
    z-index: 1;
    margin-top: 10px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    min-width: 10em;
}
.orderlist > li:hover .tooltip_plans, .feature-listed > ul li:hover .tooltip_plans{
    opacity: 1;
    visibility: visible;
}
.tooltip_plans > li {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    list-style-type: disc;
    list-style-position: inside;
}
.tooltip_plans p{
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 14px; 
    margin-bottom: 0;
}
.tooltip_plans p > span{
    display: block;
    color: #BFBFC2;
}
.tooltip_plans.full-w {
    min-width: 23em;
    right: 0;
    left: 0;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .card-plan{
        width: 100%;
    }
    .feature-listed h4::after {
       display: block;
    }
    .feature-listed > ul{
        display: none;
    }
    .feature-listed > ul li{
        margin-bottom: 12px;
    }
    .feature-listed > ul li:last-child{
        margin-bottom: 0;
    }
    .feature-listed > ul li .tooltip_plans > li {
        margin: 0;
    }
    h4.open::after {
        -webkit-transform: rotate(225deg) translateY(-50%);
        transform: rotate(225deg) translateY(-50%);
    }
    .tabs_pricing_wrap{
        gap: 2rem;
        margin: 2rem auto 0;
    }
    .tooltip_plans{
        gap: 7px;
        min-width: 12em;
    }
    .tooltip_plans.full-w{
        min-width: 20em;
    }
}


/* award css start */

.g2Wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    box-shadow: 7px 0px 12px hsl(0deg 0% 20% / 10%);
    position: relative;
    z-index: 1
}

.g2Content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 40%;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.g2Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 60%;
    justify-content: center
}

.g2Flex a img {
    height: auto
}

.g2Content img {
    width: 32px;
    height: auto;
    margin: auto
}

.g2Content-body .g2ContentHeading {
    font-size: 22px;
    color: #0A1D41;
    font-weight: 700;
    margin: 0 0 2px
}

.g2Content-body .g2ContentHeading span {
    color: #FFBE00
}

.g2Content-body p a {
    color: #000
}

.g2Content-body p {
    line-height: 26px;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.g2Content-Image {
    background: #e4e6e5;
    background: #E5E6E7;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin-right: 10px;
    display: flex;
    align-items: center
}

.g2Content-body {
    margin-top: 12px;
    width: calc(100% - 65px)
}

.g2Flex a {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% / 6);
    text-align: center;
    display: block;
    width: 100%;
    margin: 0
}

@media (max-width: 1024px) {
    .g2Content-body .g2ContentHeading {
        font-size:18px
    }

    .g2Content-body p {
        font-size: 15px;
        line-height: 1.3
    }
}

@media(max-width: 991px) {
    .g2Content-body .g2ContentHeading {
        font-size:25px
    }
}

@media(max-width: 767px) {
    .g2Content {
        max-width:100%;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center
    }

    .g2Flex {
        max-width: 100%;
        justify-content: center
    }

    .g2Content-Image {
        line-height: 50px;
        width: 60px;
        height: 60px;
        margin-right: 8px;
    }

    .g2Content img {
        width: 25px;
        height: auto
    }

    .g2Content-body .g2ContentHeading {
        font-size: 18px
    }

    .g2Content-body p {
        font-size: 12px;
        margin-bottom: 0
    }

    .g2Content-body {
        margin-top: 0;
        width: auto
    }

    .g2Flex a {
        max-width: 25%;
        margin: .5rem
    }

    .g2Content {
        max-width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center
    }

    .g2Wrap {
        padding: 22px 10px;
        /*transform:translateY(-109px)*/
    }
}

@media(max-width: 320px) {
    .g2Content-body .g2ContentHeading {
        font-size:14px
    }

    .g2Content-body p {
        font-size: 11px
    }

    .g2Content-Image {
        line-height: 50px;
        width: 50px;
        height: 50px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .g2Wrap {
        align-items:center
    }

    .g2Content-Image {
        width: 40px;
        height: 40px;
        margin-right: 5px
    }

    .g2Content img {
        width: 18px
    }

    .g2Content-body .g2ContentHeading {
        font-size: 14px
    }

    .g2Content-body p {
        font-size: 11px;
        margin-bottom: 0
    }

    .g2Content-body {
        margin-top: 0;
        width: calc(100% - 40px)
    }

    .g2Flex a {
        margin: 0 3px;
        margin: 0 5px 0
    }

    .g2awards {
        height: 73px
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .g2Content-body .g2ContentHeading {
        font-size:19px
    }

    .g2Content-body p {
        font-size: 14px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .g2Flex a {
        max-width:13%
    }
}
.banner-clientele img {
    max-width: 60%;
}
.awardSec .g2Wrap {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    margin-top: 20px;
}
.awardSec .g2Content-body .g2ContentHeading{
    color: #0A1D41;
    font-weight: 500;
}
.awardSec .g2Content-body .g2ContentHeading span {
    color: #B30032;
}
.awardSec .g2Content img {
    width: 30px;
    height: auto;
    margin: auto;
    object-fit: contain;
    object-position: center;
}
.awardSec .g2Content-Image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background: #E4E6E5;
    justify-content: center;
}
.awardSec .g2Flex a img {
    height: auto;
    object-fit: contain;
    object-position: center;
    width: 80px;
}
.banner-clientele {
    background: #4176F5;
    opacity: 1;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    filter: grayscale(0);
}
@media (max-width: 767px) {
    .awardSec .g2Content-Image{
        margin-right: 0;
    }
    .g2Content {
        flex-direction: column;
        gap: 16px;
    }
    .g2Flex a {
        max-width: 30%;
    }
}
/* award css end */


/* ai css start */
.chatbotAI_Sec {
    padding: 30px 0px;
    background: #F8FAFF;
}
.ai_wrap{
    flex-direction: column;
    align-items: center;
    gap: 30px;
    display: flex;
    align-self: stretch;
}
.heading{
    color: #1D1D1D;
    text-align: center;
    font-size: clamp(20px, 2.0vw, 32px);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}
.ai_Listed{
    display: grid;
    grid-template-rows: repeat(1, minmax(auto, min-content));
    grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
    gap: 15px;
    width: 100%;
    grid-auto-rows: auto
}
.card-ai{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 20px;
    border: 1px solid #E7E7F1;
    background: #FFF;
}
.imgCard {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    width: 60px;
    height: 60px;
    border-radius: 9px;
    background: #F7F7FF;
    overflow: hidden;
}
.card-ai h3{
    color: #1D1D1D;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: normal;
}
.card-ai p{
    color: #74748A;
    font-size: clamp(13px, 2.0vw, 15px);;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px; 
}
.ai_book_cta {
    padding: 13px 36px;
    border-radius: 8px;
    background: #5873F7;
    border-color: #5873F7;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.ai_book_cta:hover{
    background: #1D1D1D;
}


/* request css start */
.requestSec, .testimonialSec, .faqsSec{
    padding: 30px 0px;
    background: #fff;
}
.requestWrap {
    display: flex;
    width: 100%;
    border-radius: 16px;
    background: rgba(88, 115, 247, 0.08);
    padding: 24px 90px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.requestWrap .form-control {
    border-radius: 8px;
    border: 1px solid #E7E7F1;
    background: #FFF;
    padding: 13px 16px;
    height: auto;
}
.btn-request {
    padding: 13px 36px;
    border-radius: 8px;
    border: 1.2px solid #5873F7;
    color: #5873F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-color: #f2f4ff;
}
.btn-request:hover{
    background-color: #1D1D1D;
    border-color: #1d1d1d;
    color: #fff;
}
.form-request {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .requestWrap {
        padding: 24px;
    }
}
/* request css end */


/* testimonial css start */

.testimonial_card {
    display: flex;
    width: auto;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 20px;
    background: #F8FAFF;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 30px;
    grid-template-rows: repeat(2, minmax(auto, min-content));
    padding: 0;
    list-style: none;
}
@media (min-width: 1201px) {
    .testimonials { 
        display: flex;
        flex-wrap: wrap;
    }
    .testimonial_card:nth-child(1){
        width: 35%;
    }
    .testimonial_card:nth-child(2){
        width: 27.15%;
    }
    .testimonial_card:nth-child(3){
        width: 35%;
    }
    .testimonial_card:nth-child(4){
        width: 30%;
    }
    .testimonial_card:nth-child(5){
        width: 37.15%;
    }
    .testimonial_card:nth-child(6){
        width: 30%;
    }
}
.testimonial_card > p {
    overflow: hidden;
    color: #74748A;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.testimonial p {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    color: #1D1D1D;
    margin-bottom: 0;
}

.author p {
    font-size: 14px;
    color: #74748A;
    margin-bottom: 0;
}
/* css end */


/* faqs css start */
.faqs-wrap{
    margin-top: 30px;
}
.faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.faqs-accordion .accordion-item {
    background-color: #fff;
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    flex-direction: column;
}
.faqs-accordion .accordion-item.is-active {
    background: #F2F4FE;
}
.accordion-thumb {
    margin: 0;
    cursor: pointer;
    color: #1D1D1D;
    font-size: clamp(14px, 2.0vw, 16px);
    font-weight: 400;
    line-height: clamp(20px, 2.0vw, 32px);
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 30px;
}
.faqs-accordion .accordion-item.is-active .accordion-thumb{
    font-weight: 600;
}
.accordion-thumb:hover{
    color: #5873F7;
}
.accordion-thumb::before, .accordion-thumb::after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 2px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: currentColor;
    position: absolute;
    left: 14px;
    top: 9px;
}
.accordion-thumb::after {
    height: 2px;
    width: 16px;
    top: 16px;
    left: 7px;
}
.accordion-panel {
    margin: 0;
    display: none;
    color: #74748A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 30px;
}
.faqs-accordion .accordion-item.is-active .accordion-thumb::before{
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 767px) {
    .accordion-thumb::before, .accordion-thumb::after {
        height: 14px;
        left: 14px;
        top: 3px;
    }
    .accordion-thumb::after {
        height: 2px;
        width: 14px;
        top: 9px;
        left: 8px;
    }
}

/* faqs css end */