.banner_content h5 {
    font-size: 18px;
    line-height: 26px;
}

.banner_content p {
    line-height: normal;
}

.banner_content p {
    line-height: normal;
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
}

.problem-card h4 {
    font-size: 17px;
    width: 100%;
}

.system-features {
    display: flex;
    justify-content: center;
}
.feature {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 30px;
    margin: auto;
}
.feature ul {
    display: inline-block;
}

.ai-cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

span.no {
    background: #F48D51;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.t_img .img-fluid {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.faq-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.transform-price .new-price {
    text-decoration: line-through;
    font-size: 26px;
    margin-right: 10px;
}

section.transform-path ul.slick-dots {
    display: none;
}

p.section-para {
    text-align: center;
    padding-bottom: 20px;
}

.faq-wrap {
    padding-bottom: 50px;
}

p.bottom-para {
    margin-top: 0;
    margin-bottom: 0rem;
    color: #ffffff;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 0;
}

.feature li b {
    color: #F48D51;
    font-weight: 700;
}

.result {
    line-height: 22px;
}

section.ai-section .slick-dots {
    display: none;
}

.ai-card, .problem-card {
    background-image: none;
    border: 2px solid #162CB9;
}

.back-to-top {
    padding: 0px;
}

.back-to-top i.fa {
    position: relative;
    top: -6px;
}

.wpcf7-response-output {
    width: 100%;
    text-align: center;
}

.wpcf7-response-output {
    width: 100%;
    text-align: center;
}

input.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
}

.banner_content h1 span {
    color: #F48D51;
    display: block;
}

.transform-sliders {
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}

.transform-card {
    width: 29%;
}
.form_wrp_box {
    padding: 30px 0px;
}

.form_content {
    padding: 0px 30px;
}
@media (max-width: 1640px) {
    .btn-us a {
        font-size: 18px;
        line-height: 36px;
    }

    .transform-btn {
        padding: 15px 22px;
        font-size: 16px;
    }
}
@media (max-width: 1370px){
    section.faq-wrap .row {
    justify-content: space-between ! IMPORTANT;
}
}
@media (max-width: 1025px) {
    .transform-card {
        width: 48%;
    }

    .ai-section {
        padding: 0px 20px 40px;
    }

    .growth-flow-steps {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .growth-flow-item {
        width: 100%;
        margin: 10px 12px;
        display: block;
    }

    .trusted-logos {
        gap: 58px;
    }

    .system-features {
        padding-bottom: 38px;
    }
     .growth-flow-wrap {
        padding: 50px 0px 0;
    }
    .transform-path {
    padding: 40px 0;
}
}

@media (max-width: 600px) {
    header .logo-col img, header.fixed-header .logo-col img {
        max-width: 175px;
    }

    .banner_content h5 {
        font-size: 14px;
        line-height: 25px;
    }

    .transform-card {
        width: 100%
    }

    .trusted-logos {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .trusted-logos span {
        width: 50%;
    }

    .trusted-logos span svg {
        width: 135px;
    }

    .stats h3 {
        font-size: 34px;
    }

    .btn-us a {
        font-size: 15px !important;
        line-height: 36px !important;
        padding: 7px 23px;
    }
    .back-to-top {
    padding: 0px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
.feature {
    padding: 24px;
}
    .system-features {
        padding: 20px;
    }
        .transform-card {
        width: 100%;
    }
}
