.hero-v2 .banner-area {
    padding-bottom: 0;
}

.hero-v2 .banner-inner {
    align-items: flex-start;
    flex-direction: row-reverse;
}

.hero-v2 .online-banner-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.hero-v2 .banner-title {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-v2 .banner-title h1 {
    max-width: 900px;
}

.hero-v2 .banner-text {
    max-width: 310px;
    width: 100%;
}

.hero-v2 .banner-img {
    position: relative;
    max-width: calc(100% - 310px);
    width: 100%;
    padding-left: 0;
}

.hero-v2 .banner-img img {
	max-width: 100%;
}

/* Clients on categories pages */

.clients-area {
    border-bottom: 1px solid var(--light-silver-d-9-d-9-d-9);
    margin-top: 50px;
    padding-bottom: 60px;
}

.clients-logo {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.clients-title {
    margin-bottom: 65px;
}

.clients-logo span {
    display: inline-block;
    margin-bottom: 10px;
}

.clients-title h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
}


.clients-area {
    border: 0;
    margin-top: 0;
    padding-top: 60px;
}

.feature-area-v2 .feature-text h3 {
    margin-bottom: 25px;
    margin-top: 0;
}

.testimonial-area {
    padding-top: 80px;
}

.testimonial-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-left {
    width: 25%;
}

.testimonial-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-testimonial {
    width: 24%;
    padding: 20px;
    border: solid 1px var(--medium-purple-755-be-2);
    border-radius: 18px 0 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {}

.testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 15px;
    line-height: 1.4;
}

.testimonial-pro {
    display: flex;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.testimonial-pro:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--medium-purple-755-be-2);
    top: 0;
}

.testimonial-pro img {
    box-sizing: initial;
    max-width: 50px;
    max-height: 50px;
}

.testimonial-pro div {
    padding-left: 15px;
}

.testimonial-text h3 {}

.testimonial-left {}

.testimonial-left h2 {
    font-size: 42.4px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;

    margin-bottom: 3px;
}

.testimonial-left p {
    font-size: 17.9px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    margin-top: 20px;
}

.verified {}

.verified p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #9c9c9c;
}

/* Only in check in page */
.blue-text {
    color: #171c5d;
}


.hero-v2 .banner-text .purple-btn {
    margin-left: 0 !important;

}

.w-253 {
    max-width: 253px;
    width: 100%;
    margin: 0 auto !important;
}

.pdb-80 {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
}

.cards-v2 .single-product {
    max-width: 250px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.cards-v2 .product-inner {
    max-width: 920px;
    width: 100%;
    justify-content: center;
    gap: 33px;
    margin-bottom: 0;
}

.thanks-demo-area .thanks-demo-text h2 {
    max-width: 330px;
    margin-bottom: 47px;
}

.product-area.cards-v2 {
    background-color: var(--light-purple);
}

.cards-v2 .single-product a {
    background: #fff !important;
}

.clients-bg {
    background-color: var(--light-purple);
    border: 0;
    margin-top: 0;
}

.single-product:hover {}

@media (max-width: 1199px) {


    .hero-v2 .banner-text h3 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .hero-v2 .banner-img {
        max-width: 500px;
    }

    .hero-v2 .banner-area {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .testimonial-text h3 {
        font-size: 17px;
    }

    .single-testimonial {
        padding: 15px;
    }
    .inner-page.feature-area .row {
        align-items: start;
    }
}

@media (max-width: 991px) {
    .hero-v2 .banner-title {
        align-items: start;
    }
    .hero-v2 h1.D_H1_Poppins_SemiBold_55px {
        text-align: left;
        font-size: 32px;
    }
    .hero-v2 h1 br {
        display: none;
    }
    .hero-v2 .banner-text {
        margin-top: 0;
    }

    .testimonial-left {
        width: 50%;
    }

    .single-testimonial {
        width: 49%;
        margin-bottom: 20px;
    }

    .single-testimonial {
        padding: 20px;
    }

    .testimonial-text h3 {
        font-size: 18px;
    }

    .row-reverse {
        flex-direction: unset;
    }

    .feature-area-v2 .feature-text h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .feature-area-v2 .feature-text p {
        font-size: 17px;
        line-height: 1.7em;
    }

    .feature-area-v2 .row.pdb-80 {
        padding-bottom: 40px !important;
    }

    .cards-v2 .single-product {
        max-width: 29%;
    }

    .thanks-demo-area .thanks-demo-text h2 {
        max-width: 240px;
        margin-bottom: 47px;
    }

    .clients-title h3 {
        font-size: 20px;
    }
    .clients-logo {
        grid-template-columns: auto auto auto auto;
    }

    .product-area.cards-v2 {
        background-color: white;
    }
    .cards-v2 .single-product a {
        background-color: var(--light-purple) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-left > * {
        width: 100%;
    }
    .testimonial-left {
        width: 50%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .mb-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .feature-area-v2 .feature-img img {
        width: 275px;
        max-width: 275px;
    }
    .cards-v2 .single-product a{
        height: 240px;
    }
    .cards-v2 .product-icon img{
        width: 80px;
    }

    .feature-area-v2 .feature-text h3 br{
        display: none;
    }

    .hero-v2-text-container {
        order: 2;
    }
    .hero-v2-img-container {
        order :1;
    }
    .mrb-100 {
        margin-bottom: 100px;
    }

    .mb-show {
        display: block !important;
    }

    .thanks-demo-area .thanks-demo-text h2 {
        max-width: 100%;
    }

    .hero-v2 .banner-inner {
        flex-direction: column;
    }

    .testimonial-area {
        padding-top: 60px;
    }

    .cards-v2 .product-title h2 br {
        display: none;
    }

    .hero-v2 .banner-text {
        max-width: 100% !important;
        width: 100%;
    }

    .hero-v2 .banner-btm {
        justify-content: center;
    }

    .hero-v2 .show-t {
        display: block;
    }

    .hero-v2 .banner-text {
        margin-top: 40px;
        max-width: 100%;
    }

    .purple-btn {
        width: 100%;
        margin: 0 auto;
    }

    .testimonial-left {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .single-testimonial {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .cards-v2 .single-product {
        max-width: 100%;
    }

    .clients-bg {
        padding-top: 60px;
        margin-top: 0;
    }
    .clients-logo {
        grid-template-columns: auto auto auto;
    }
    .clients-logo span {
        margin-bottom: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .thanks-demo .pdb-80 {
        padding-bottom: 0px !important;
    }

    .thanks-demo-area .thanks-demo-text h2 {
        margin-bottom: 40px;
    }
}

