@import url('contact.css');

.u-grey {
    background-color: #41474E;
}

.browkers .hero-wrapper {
    background-image: url('../../assets/images/product-images/real-estate/main-bg-estate.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.agents .hero-wrapper {
    background-image: url('../../assets/images/product-images/real-estate/main-bg-estate-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.estate .hero-bg-anime {
    z-index: 1;
    mix-blend-mode: soft-light;
}

.estate .hero-content h1 {
    color: #fff;
    font-size: 38px;
}

.estate .hero--inner {
    padding: 300px 0 100px 0;
    position: relative;
    z-index: 11;
}

.estate .hero-content p {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
}

.estate .get-quote-wrap a {
    width: 122px;
    height: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background: #D091FF;
    font-size: 12px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

.estate .about-wrapper {
    background: #1C1F22;
}

.estate .about-wrapper .about-content .about-description p {
    color: #fff;
    font-size: 18px;
}

.estate .about-wrapper .about-classification .cls-main-title {
    color: #fff;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.estate .about-wrapper .about-classification .cls-title {
    color: #fff;
    font-size: 17px;
}

.estate .about-wrapper .about-classification .cls-description p {
    color: #fff;
}

.estate .about-wrapper .about-classification .cls-title .start-icon {
    display: none;
}

.estate .b-top {
    background-color: #fff;
}

.estate .u-product-wrapper {
    background: #fff;
}

.estate .about-wrapper .about-content {
    padding: 70px 0 60px 0;
}

.estate .u-product-wrapper .row .u-p-w-content .u-p-title {
    color: #000;
}

.estate .u-product-wrapper .row .u-p-w-content .u-p-description p {
    color: #000;
}

.estate .u-product-wrapper .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.estate .u-product-wrapper .row:nth-child(even) {
    flex-direction: row-reverse;
}

.estate .about-wrapper.serve {
    background: #fff;
}

.estate .about-wrapper.serve .about-content .about-title {
    margin-bottom: 40px;
}

.estate .about-wrapper.serve .about-content .about-description p {
    color: #000;
}

.estate .modal .modal-body .email-row {
    max-width: 100%;
    flex: 0 0 100%;
}

.estate .modal .modal-body .address-row {
    display: none;
}


.portab {
    display: flex;
    position: relative;
    width: fit-content;
    justify-content: center;
    margin: 5% auto 4%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 21px;
}

.portab button {
    background-color: transparent;
    color: black;
    padding: 10px 16px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
    font-size: 16px;
    text-align: center;
    width: 160px;
    /* Fixed width */
    border: none;
    position: relative;
    z-index: 1;
}

.portab button.active {
    color: #150909;

    /* Change background when active */
}

.portab .tab-indicator {
    position: absolute;
    bottom: 0;
    height: 100%;
    /* Adjust height as needed */
    background-color: #D091FF;
    transition: left 0.3s ease, width 0.3s ease;
    /* Ensure smooth transitions */
    /* z-index: 1; */
    border-radius: 20px;
    /* opacity: 0.7; */
}

.portab .tab-indicator::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #d091ff;
    transition: left 0.3s ease, width 0.3s ease;
    z-index: 1;
    border-radius: 20px;
    left: 0;
}

/* Add smooth transition for tab content */
.portab .tabcontentport {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* fitness */
section.product-dashboard {
    padding: 3% 0 6%;
}

.product-dashboard .awp-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.product-dashboard .awp-wrapper .bar {
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.product-dashboard .awp-wrapper .side-bar .product-btn {
    display: flex;
    max-width: 100%;
    min-height: 142px;
    border-radius: 10px;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    color: #1C1F22;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
}

.product-dashboard .awp-wrapper .main--bar {
    max-width: 680px;

}

.product-dashboard .awp-wrapper .main--bar img {
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.product-dashboard .awp-wrapper .side-bar .product-btn.active {
    background: #D091FF;
}

.product-dashboard .awp-wrapper .side-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0;
    align-items: center;
}

.works-wrap {
    padding: 5% 2% 2%;
    text-align: center;
}

.works-wrap .w-title {
    color: #1C1F22;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 600;
}

.works-wrap .w-desc {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.fitness .main-banner .banner-wrapper {
    min-height: 330px;
    padding-bottom: 80px;
    margin-top: 80px;
}

.fitness .main-banner .banner-wrapper img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.fitness .u-p-image-wrap.usalon {
    max-width: 580px;
}

.fitness .u-p-image-wrap.usalon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* faq */
.faq-wrapper {
    background: #1C1F22;
}

.faq-wrapper .faq-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.faq-wrapper .accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 40px 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.faq-wrapper .active {
    background-color: #1C1F22;
}

.faq-wrapper .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-wrapper .active:after {
    content: "\2212";
}

.faq-wrapper .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #ccc;
    background: transparent;
    border-bottom: 1px solid;
}

.faq-wrapper .accordion.active {
    color: #D091FF;
    border-bottom: none;
}

.faq-wrapper .panel p {
    opacity: 0.5;
}

.u-product-wrapper .product--one {
    background: #41474E;
}

.u-product-wrapper .row.container .u-p-image-wrap {
    transform: translateY(-68px);
}

.fitness .main-banner .banner-wrapper .u-logo {
    width: 118px;
    margin: 0;
}

.fitness .main-banner .banner-wrapper .u-title h1 {
    text-align: left;
}

.fitness .main-banner .banner-wrapper .u-description p {
    text-align: left;
    font-size: 16px;
    opacity: 1;
}

.fitness .price-features li {
    list-style: none;
    max-width: 220px;
    text-align: left;
    margin-bottom: 12px;
}

a {
    color: unset;
}

.fitness .price-features li svg {
    margin-right: 10px;
}

.fitness .price-features li span {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.fitness .price-features ul {
    padding: 0;
    margin: 0;
}

.fitness .main-banner .banner-wrapper .u-description {
    max-width: 520px;
    /* margin: 30px 0 0; */
    margin: 15px 0 0;
    padding-bottom: 20px;
}

.fitness .u-product-wrapper .row.vehicle .admin-p {

    height: 467px;
}

.salon .fitness-structure.salon-covers {
    background-image: url(../images/product-images/salon/saloon-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.salon .fitness-bdrop .content-dropp .u-p-action {
    max-width: 210px;
    margin: auto;
}

.fitness.salon .price-features li {
    max-width: 100%;
    margin-bottom: 10px;
}

.fitness.salon .u-laundry-classification .u-laundry-wrap {
    max-width: 865px;
    height: 677px;
}

.fitness.salon .u-laundry-classification .u-laundry-wrap img {
    object-position: left;
}

.fitness.salon .on-demand-content .demand-title {
    max-width: 855px;
}

.fitness.salon .u-cls-features .col-md-4 {
    padding-right: 0px;
}

.fitness.salon .u-cls-features .col-md-4 .b-top {
    margin-top: 60px;
    background: #fff;
}

.salon section.fitness-structure.salon-covers.mgmt {
    background: #1C1F22;
    padding: 10px 0;
}

.salon .app-success {
    background: #1c1f22;
    padding: 6% 0;
}

.salon .app-success h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
    text-align: center;
}

.salon .app-success .showcase--box {
    max-width: 578px;
    min-height: 436px;
    background: #41474E;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 25px;
}

.salon .app-success .showcase--box .content-side {
    align-self: center;
}

.salon .app-success .showcase--box .content-side .s-client--logo {
    width: 65px;
    margin-bottom: 30px;
}

.salon .app-success .showcase--box .content-side .s-client--logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.salon .app-success .showcase--box .content-side .s-client-title {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 195px;
}

.salon .app-success .showcase--box .content-side p {
    font-size: 12px;
    color: #Fff;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px;
    max-width: 245px;
    opacity: 0.5;
}

.salon .app-success .showcase--box .s-action--btn {
    width: 122px;
    display: flex;
    height: 34px;
    background: #D091FF;
    color: #1c1f22;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.salon .app-success .so-gap {
    padding: 70px 0 0;
}

.fitness .fitness-bdrop.salon-bd {

    background-image: url("../images/product-images/salon/salon-banner.webp");
    background-color: #00000001;
}

.ur-laundry .fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/laundry/ul-banner-3.webp');
    background-color: #000;
}

.fitness .main-banner {
    background-color: #1c1f22;
    background-image: url('../images/product-images/fitness/fitness-art.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.on-demand-wrapper .demand-logo {
    text-align: center;
    max-width: 100px;
    margin: 20px auto;
}

.on-demand-wrapper .demand-logo img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fitness .u-product-wrapper .banner-wrapper {
    max-width: 520px;
}

.fitness .u-product-wrapper .banner-wrapper .u-title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
}

.fitness .u-product-wrapper .banner-wrapper .u-description {
    margin: 30px 0;
}

.fitness .u-product-wrapper .banner-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    /* opacity: 0.5; */
}

.fitness .u-product-wrapper .banner-wrapper .u-p-action {
    max-width: 150px;
    margin: 20px 0;
}

.fitness .u-product-wrapper .banner-wrapper .u-p-action a {
    display: block;
    width: 100%;
    background: #D091FF;
    border-radius: 20px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.fitness .u-p-image-wrap.usalon {
    max-width: 580px;
}

.fitness .u-p-image-wrap img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.fitness .u-product-wrapper .row .u-p-w-content {
    max-width: 100%;
}

.fitness .u-product-wrapper .row .u-p-w-content .u-p-title {
    font-size: 20px;
}

.fitness .u-product-wrapper .row .u-p-w-content .u-p-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 400;
}

.fitness .u-product-wrapper .row .u-p-w-content .price-features li {
    max-width: 100%;
}

.fitness .main-banner .banner-wrapper .u-p-action {
    width: 100%;
    max-width: 400px;
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.fitness .main-banner .banner-wrapper .u-p-action a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    padding: 12px 40px;
    border-radius: 20px;
    background: #D091FF;
}

/* new addition */

.fitness .fitness-bdrop {
    min-height: 670px;
    background-image: url('../images/product-images/fitness/fitness-banner-6.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 14% 0;
}

.fitness .fitness-bdrop .content-dropp {
    height: 100%;
    width: 100%;
    text-align: center;
    max-width: 1129px;
    margin: auto;
}



.fitness .fitness-bdrop .content-dropp h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin: 0 0 28px;
    color: #fff;
}

.fitness .fitness-bdrop .content-dropp p {
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto 38px;
    max-width: 960px;
}

.fitness .fitness-bdrop .content-dropp .u-p-action {
    max-width: 166px;
    margin: auto;
}

.fitness .fitness-bdrop .content-dropp .u-p-action a {
    display: block;
    background: #D091FF;
    height: 50px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    color: #1C1F22;
    font-weight: 600;
    border-radius: 50px;
}

.fitness .context-title {
    max-width: 960px;
    margin: 30px auto;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.fitness.salon .context-title {
    max-width: 960px;
    margin: 30px auto;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.fitness .main-banner {
    padding-top: 50px;
}

.fitness .context-subline {

    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0.5;
}

.fitness-structure {
    background-color: #1c1f22;
    padding: 100px 0 40px;
}

.salon .sal-wrap {
    padding: 4% 0 8%;
}

.fitness-structure .fitness-box {
    background: #41474E;
    border-radius: 10px;
    padding: 47px 24px 39px 24px;
    min-height: 320px;
    /* max-width: 350px; */
}

.salon .fitness-structure .fitness-box {

    min-height: 360px;

}

.salon .pricing-wrapper .price-features ul li span {
    margin-left: 12px;
    margin-bottom: 20px;
    line-height: 18px;
}

.fitness.salon .price-features li {
    margin-bottom: 10px;
}

.salon .u-product-wrapper .banner-wrapper .u-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.salon .pricing-wrapper .price-box:hover {
    background-position: right;
}

.salon .fitness-structure.salon-covers .context-title {
    max-width: 1188px;
}

.salon .fitness-structure.salon-covers .context-subline {
    max-width: 640px;
    margin: auto;
    font-size: 14px;
    opacity: 0.9;
}

.fitness .pricing-wrapper .price-box:hover {
    background-position: right;
}

.fitness-structure .fitness-box .f-icons {
    margin-bottom: 35px;
    width: 50px;
    height: 50px;
}

.fitness-structure .fitness-box .f-icons img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fitness-structure .fitness-box h4 {

    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    margin-bottom: 26px;
}

.fitness-structure .fitness-box p {
    color: #fff;
    /* opacity: 0.5; */
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    min-height: 180px;

}

.is--home .counter-wrapper {
    background: #1c1f22;
}

.is--home .counter-wrapper .timer-wrap .time-col .digits {
    color: #fff;
}

.is--home .badge-wrapper .awards-text {
    display: none;
}

.is--home .badge-wrapper .badge-media {
    flex-basis: 100%;
}

.owl-discover .owl-dots {

    padding: 30px 60px;
}

.owl-category-wrap .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    background: #d091ff;
}

.owl-category-wrap .owl-dots .owl-dot.active span {
    width: 60px;
    background: #1c1f22;
}

.owl-category-wrap .owl-nav.disabled+.owl-dots {

    text-align: left;
}

.owl-category-wrap .u-p-action.rs,
.item-discover .u-p-action.rs {
    max-width: 150px;
    margin: 10px 0;

}

.is--home .item-discover .u-p-action.rs a {
    margin: 25px 0;
}

.owl-category-wrap .u-p-action.rs a,
.item-discover .u-p-action.rs a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #1c1f22;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background: #D091FF;
    border-radius: 50px;
    height: 34px;
    padding: 8px 0;
    text-transform: capitalize;
}

.owl-category-wrap .u-p-action.rs a:hover {
    background: #1c1f22;
    color: #FFF;
}

.item-discover .u-p-action.rs a:hover {
    color: #1c1f22;
    background: #FFF;
}

.is--home .fitness-structure .context-title {
    color: #fff;
    text-align: center;
}

.is--home .about-classification .cls-description p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    opacity: 0.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: unset;
}

.is--home .hero-content h1 {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.5;
    margin-bottom: 5px;
}

.is--home .hero-content h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.is--home .about-wrapper .about-classification .cls-main-title {

    font-size: 20px;
}

.is--home .about-wrapper .about-classification .cls-title {
    align-items: center;
    font-size: 20px;
}

.testimonial-wrapper .testimonial--content .tm-title p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.cs-portfolio .item-discover .u-p-action.rs a:hover {
    color: #fff;
    background: #1c1f22;
}

.is--home .testimonial-wrapper {
    height: auto;
}

.is--home .hero-wrapper .contd .hero-content.cont-puffs.h-bg-1 {
    position: relative;
    z-index: 11;
}

.is--home .discover-slider .item-discover p {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: unset;
}

section.testimonial-wrapper .testimonial-box {
    /* text-align: center; */
    padding: 40px 40px 0 40px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

section.testimonial-wrapper .testimonial-box .testimonial-box-media {
    justify-content: center;
    margin: 17px 0 0;
}

section.testimonial-wrapper .testimonial-box .testimonial-box-content {
    margin-top: 20px;
}

section.testimonial-wrapper .testimonial-box .tm-media {
    width: 64px;
    height: 64px;
    margin: auto;
}

section.testimonial-wrapper .testimonial-box .tm-media img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

/* new testimoniakls */

section.testimonial-wrapper .testimonial-box .box--icon {
    text-align: left;
    max-width: 62px;
}

section.testimonial-wrapper .testimonial-box .box--icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.testimonial-wrapper .testimonial-box .box-details {
    max-width: 503px;
    margin: 10px 0 5px;
    padding: 0 7px;
    min-height: 100px;
}

section.testimonial-wrapper .testimonial-box:hover {
    /* box-shadow: 0 4px 8px 0 #D091FF; */
    box-shadow: 0 0 12px #D091FF;
    /* box-shadow: 0px 10px 40.3px 20px rgba(208, 145, 255, 0.25); */
    /* border: 2px solid #D091FF; */
}

/* section.testimonial-wrapper.new-tsm .owl-item.active .testimonial-box {


    border: 2px solid #D091FF;
    border-radius: 10px;
} */

section.testimonial-wrapper .testimonial-box .box-details p {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #1c1f22;
    text-align: left;
}

section.testimonial-wrapper .testimonial-box .box-bottom {
    margin: 30px 0;
    border-top: 1px solid #EED7FF;
    padding: 20px 0 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.testimonial-wrapper .testimonial-box .box-bottom .client-img {
    max-width: 50px;
    margin: 5px;
}

section.testimonial-wrapper .testimonial-box .box-bottom .client-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.testimonial-wrapper .testimonial-box .box-bottom .tm-client-name {
    max-width: 109px;
    font-size: 14px;
    font-weight: 600;
    color: #1c1f22;
    line-height: normal;
}

section.bottom-teaser {
    display: none !important;
}

textarea.form-control {
    opacity: unset !important;
}

.branch-flag img {

    object-fit: contain;
}

/* .fitness a {
    color: #fff;
} */

/* .fitness a:hover {
    color: #d091ff;
} */
.fitness .u-p-action a:hover {
    box-shadow: rgb(149 157 165 / 45%) 0px 8px 24px;
    background: #1C1F22 !important;
    color: #fff !important;
}

.salon .app-success .showcase--box .s-action--btn:hover {
    box-shadow: rgb(149 157 165 / 45%) 0px 8px 24px;
    background: #1C1F22;
    color: #fff;
}

.services .counter-wrapper .timer-wrap .time-col .time-title {
    margin: 10px auto;
    max-width: 200px;
}

.services .counter-wrapper .timer-wrap .time-col .digits {
    color: #fff;
}

.services .main-banner .service-row .banner-wrapper .u-title h1 {
    max-width: 411px;
}

.services.mad .main-banner .service-row .banner-wrapper .u-title h1 {
    max-width: 100%;
    font-size: 48px;

}

.mad .on-demand-wrapper .demand-box .d-b-title {
    max-width: 100%;
    min-height: 71px;
}

.mad .target-wrap .target-grid.row .target--box .target-media {
    width: 64px;
}

.dm .target-wrap .target-grid.row .target--box .target-media {
    width: 64px;
    height: 64px;
}

.mad .target-wrap .row p {
    max-width: 100%;
    /* opacity: 0.5; */
}

.mad .on-demand-content .demand-title span {
    color: #d091ff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mad .on-demand-content .demand-title {
    text-align: center;
}

.mad .on-demand-content .demand-title span {
    padding: 0 0 28px;
    display: block;
}

.mad .testimonial-wrapper .testimonial-module .testm-bg-anime {
    bottom: auto;
    top: -36px;
}

.mad .testimonial-wrapper {
    height: auto;
}



.mad.mvp .fitness-structure.salon-covers {
    background-image: url("../images/product-images/mad/mobile-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8% 0 5%;
}

.mad .service-wrapper p {
    margin: 20px auto;
}

.mad .process--wrapper .row .process--slider .owl-process .item .process-description {
    margin: 10px 0;
    font-size: 50px;
    line-height: 62.5px;
    font-weight: 600;
    max-width: 550px;
    color: #000;
}

.game section.nft-process.bg-theme .process-box-head h3 {
    font-size: 20px;
}

.game section.nft-process.bg-theme .process-box-content p {
    font-size: 15px;
}

.mad.game .on-demand-wrapper .demand-box .d-b-title {
    max-width: 94%;
}

.mad .main-banner .row {
    align-items: flex-start;
}

.services .service-grid-wrapper {
    margin: 10px 0;
}

.services .service-grid-wrapper .service--box {
    position: relative;
    width: 100%;
}

.services .service-grid-wrapper .service--box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ser-contact-wrap .contact--box .u-p-action.rs {
    max-width: 150px;
    margin: 10px auto;
}

.ser-contact-wrap .contact--box .u-p-action.rs a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #1c1f22;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background: #D091FF;
    border-radius: 50px;
    height: 34px;
    padding: 8px 0;
    text-transform: capitalize;
}

/* .services .service-grid-wrapper .service--box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #9369e5 100%);
    transition: all 0.7s;
    opacity: 0;
    border-radius: 12px;
} */

.services .service-grid-wrapper .service--box:hover::after {
    opacity: 1;
}

.services .service-grid-wrapper .service--box .service--content {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 1;
    padding: 10px;
    max-width: 600px;
}

.services .service-grid-wrapper .service--box .service--content .service--title {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.services .service-grid-wrapper .service--box.dm-one .service--title {
    color: #000;
}

.services .service-grid-wrapper .service--box .service--content p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}

.services .service-grid-wrapper .service--box .service--content a {
    color: #D091FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.services .service-grid-wrapper .service--box .service--content a span {
    display: inline-block;
    margin-left: 10px;
}

section.ser-contact-wrap {
    padding: 7% 0;
    background: url('../images/banners/service-ban-11.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.ser-contact-wrap .contact--box .s-c-title {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

section.ser-contact-wrap .contact--box p {
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
}

.services .main-banner .banner-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact--box .cmt-box {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    color: #fff;
}

.contact--box .cmt-box span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    margin: 10px 0;
}

.contact--box {
    padding: 7px 0;
}


.target-wrap {
    background: #1c1f22;
    padding: 5% 0;
}

.target-wrap .row h3 {
    text-align: center;
    font-size: 60px;
    line-height: 1.3;
    margin: 0 0 40px;
    font-weight: 600;
    color: #fff;
}

.target-wrap .row p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    max-width: 800px;
    margin: 20px auto 50px;
    color: #fff;
}

.target-wrap .target-grid.row {
    margin: 30px 0;
}

.target-wrap .target-grid.row .target--box {
    padding: 5px 0;
}

.target-wrap .target-grid.row .target--box .target-media {
    width: 108px;
    margin: auto;
}

.target-wrap .target-grid.row .target--box .target-media img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target-wrap .target-grid.row .target--box span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 18px 0 0;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.mvp .fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/mvp/banner-mvp-1-1.webp');
    background-color: #00000001;
    min-height: 482px;
    padding: 7% 0;

}

.mvp .process--wrapper .row .process--banner {
    background: #000;
    /* height: 817px; */
}

.mvp section.testimonial-wrapper.new-tsm .testimonial-box {
    text-align: center;
    padding: 55px 40px 0 40px;
}

.mvp section.testimonial-wrapper.new-tsm .testimonial-box .testimonial-box-media {
    justify-content: center;
    margin: 17px 0 0;
}

.mvp section.testimonial-wrapper.new-tsm .testimonial-box .testimonial-box-content {
    margin-top: 20px;
}

.mvp section.testimonial-wrapper.new-tsm .testimonial-box .tm-media {
    width: 64px;
    height: 64px;
    margin: auto;
}

.mvp section.testimonial-wrapper.new-tsm .testimonial-box .tm-media img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}


.stepper-wrapper h2 {
    max-width: 608px;
    font-size: 36px;
    font-weight: 500;
    color: #1c1f22;
    line-height: 46px;
    margin-bottom: 20px;
}

.stepper-wrapper .stepper {
    padding: 10px 0;
    max-width: 700px;
}

.stepper-wrapper .stepper .step-number {}

.stepper-wrapper .stepper .step-number .circle {
    background: #D091FF;
    width: 54px;
    height: 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.stepper-wrapper .stepper .step {}

.stepper-wrapper .stepper .step .step-content {}

.stepper-wrapper .stepper .step .step-content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1c1f22;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding-top: 7px;
}

.stepper-wrapper .stepper .step .step-content p {
    max-width: 606px;
    font-size: 14px;
    line-height: 20px;
    color: #1c1f22;
    font-weight: 400;
    opacity: 0.9;
}

.stepper-wrapper .object-fit-cover {
    object-fit: cover;
}

.stepper-wrapper .circle {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 8px 14px;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.stepper-wrapper .step-number::after {
    content: "";
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 75px;
    background-color: #1c1f222e;
    z-index: 1;
}

.stepper-wrapper .step:last-child .step-number::after {
    content: none;
}

.discover-slider .item-discover .action-bar {
    max-width: 128px;
    padding-top: 20px;
}

.discover-slider .item-discover .action-bar a {
    display: block;
    width: 100%;
    padding: 9px 0;
    background: #D091FF;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #1c1f22;
    text-transform: capitalize;
}

.cs-portfolio .discover-slider .item-discover p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.new-tsm .owl-horizontal-new .owl-dots {

    padding: 30px;
}

.new-tsm .owl-horizontal-new .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    background: #d091ff;
}

.new-tsm .owl-horizontal-new .owl-dots .owl-dot.active span {
    width: 60px;
    background: #ddd;
}

/* owl-gridds */
.owl-gridds .owl-dots {

    padding: 30px;
}

.ai .main-banner #myVideo {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.ai .cs-video-wrap {
    width: 100%;
    height: 100%;
    background: #000;
}

.ai .cs-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.ai .main-banner .container {
    position: relative;
    z-index: 11;
}

.ai .is-contact-page .contact-content .contact-heading h3 {
    color: #FFF;
    font-size: 48px;
}

.ai .main-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 1;
}

.ai .main-banner .service---art {
    bottom: 25% !important;
    mix-blend-mode: unset !important;
}

.ai .main-banner {
    background-image: none;
    /* background-image: url(../images/service-bg-draw.png); */
    /* background-size: contain; */
    position: relative;
    padding-top: 0;
    padding: 15px 0 100px;
}

.ai .fitness-structure.salon-covers .context-title {
    max-width: 821px;
}

.ai .counter-wrapper {
    background: #1c1f22;
}

.ai section.fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/ai/ai-banner-04.webp');
}

.ai .tech--wrapper.global {
    background: #fff;
    padding: 0;
}

.ai .is-contact-page .contact-wrapper {
    position: relative !important;
    padding: 0 !important;
}

.ai .branch-details {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5;
}

.ai .branch-flag img {
    height: 60px !important;
    width: 60px;
    object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 992px) {
    .ai .branch-details {
        font-size: 10px !important;
        color: white !important;
    }
}

/* .ai section.testimonial-wrapper.new-tsm .testm-bg-anime {
    top: 75px;
} */

.ai .fitness-structure.salon-covers {
    background: #1c1f22 !important;
}

.ai .fitness-structure.salon-covers.adc {
    background-image: url('../images/product-images/ai/ai-banner-03.webp');

}

.owl-gridds .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    background: #d091ff;
}

.owl-gridds .owl-dots .owl-dot.active span {
    width: 60px;
    background: #ddd;
}

.mvp section.testimonial-wrapper.new-tsm {
    padding: 5% 0 0;
}

.mvp.fitness .fitness-bdrop .content-dropp {
    max-width: 816px;
    margin: auto;
    padding: 20px 0;
}

.mvp.fitness .main-banner .banner-wrapper .u-p-action {
    position: relative;
    z-index: 111;
}

.mvp .process--wrapper .row .process--slider .owl-process .item .process-description {
    margin: 10px 0;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    max-width: 576px;
    color: #000;
}

.mvp .faq-wrapper {
    padding-bottom: 100px;
}

.mvp .process--wrapper .row .process--slider .owl-process .item {
    max-width: 100%;
    margin: auto;
}


.mvp .process--wrapper .row .process--slider .owl-dots {
    max-width: 100%;
}

.mvp .process--wrapper .slider--teaser {
    padding: 0 45px;
    margin-bottom: 50px;
    font-size: 45px;
    max-width: 576px;
    line-height: 55px;
    font-weight: 600;
}

.mvp section.testimonial-wrapper.new-tsm .testm-bg-anime {
    top: 75px;
}

.mvp section.testimonial-wrapper.new-tsm h3 {
    color: #fff;
    max-width: 200px;
    /* font-size: 36px;
    line-height: 42px;
    font-weight: 500; */
}

.mvp .discover-wrapper .discover-head .d-description h3 {
    font-size: 48px;
    font-weight: 600;
    color: #1c1f22;
    max-width: 785px;
    line-height: 58px;
}

.mvp .fitness-structure.salon-covers {
    background-image: url(../images/product-images/mvp/mvp-banner-3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mvp .process--wrapper .u-p-action.rs {
    margin: 0 auto 0 0px;

}

.mvp .u-p-action.rs {
    max-width: 150px;
    margin: auto;

}

.mad .target-wrap {
    background-image: url('../images/product-images/mad/develop-process.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mad.mvp .fitness-structure.salon-covers.mgf {
    background: #1c1f22;

}

.is-u-laundry.careers.services.mad .main-banner {

    padding: 30px 0;
}

.is-u-laundry.careers.services .main-banner .service---art {

    bottom: 0;

}


.careers.is-u-laundry.services.mad .main-banner .banner-wrapper .u-description {
    padding: 30px 0;
}

.mvp .u-p-action.rs a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #1c1f22;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background: #D091FF;
    border-radius: 50px;
    height: 34px;
    padding: 8px 0;
    text-transform: capitalize;
}

/* ai-driven */
.helps--wrapper {
    padding: 5% 0;
    background: #1C1F22;
}

.helps--wrapper .row {
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 23px;
}

.helps--wrapper .row h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.helps--wrapper .row p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.helps--wrapper .row:first-child,
.helps--wrapper .row:last-child {
    border: none;
}

.helps--wrapper .help-icon {
    width: 100px;
    height: 100px;
}

.helps--wrapper .help-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.helps--wrapper .help-title {
    max-width: 321px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.helps--wrapper .row .help-description {
    max-width: 572px;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}

section.development-service.emps {
    background: url('../images/product-images/ai-driven/bg-emps.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0;
}

.development-service.emps h3 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    max-width: 764px;
    margin: 15px auto 30px;
}

.development-service.emps h3 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    max-width: 764px;
    margin: 15px auto 30px;
}



.owl-carousel.owl-theme.emp-monitor.owl-loaded.owl-drag {}

.emp-monitor .owl-dots .owl-dot span {
    width: 15px;
    height: 6px;
    background: #d091ff;
}

.emp-monitor .owl-dots .owl-dot.active span {
    width: 60px;
    background: #1c1f22;
}

.development-service.emps .emp-monitor {
    padding: 50px 0;
}

.development-service.emps .emp-monitor .ds-banner {
    max-width: 603px;
    height: 395px;
    width: auto;
}

.development-service.emps .emp-monitor .row {
    align-items: center;
}

.development-service.emps .emp-monitor .row .ds-content {}

.development-service.emps .emp-monitor .row .ds-content h4 {
    font-size: 30px;
    font-weight: 600;
    color: #1c1f22;
    line-height: 40px;
}

.development-service.emps .emp-monitor .row .ds-content p {
    color: #1c1f22;
    /* opacity: 0.5; */
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    opacity: 1;
}

.services.mad.salon.mvp.fitness.ai strong {
    font-weight: 400;
    line-height: normal;
}

.ai.chatbot.driven .fitness-structure.salon-covers.adc.kdc {
    background: #1c1f22 !important;
    padding: 4% 0 8%;
}

.fitness.ai.chatbot.driven .main-banner .banner-wrapper .u-logo {
    height: auto;
}

.careers.is-u-laundry .main-banner .banner-wrapper .u-description {
    padding: 30px 0 0;
}

.ai.chatbot.driven .fitness-structure .fitness-box p {
    min-height: 150px;
    opacity: unset;
    line-height: normal;
}

.ai.chatbot.driven .fitness-structure .fitness-box h4 {
    min-height: 50px;
}

.ai.chatbot.driven .product-show-module {
    position: relative;
}

.ai.chatbot.driven .product-show-module::after {
    content: '';
    background: #1c1f22;
    width: 100%;
    min-height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.salon.ai.chatbot.driven .fitness-structure .fitness-box {
    transition: all ease-in 0.3s;
}

.salon.ai.chatbot.driven .fitness-structure .fitness-box:hover {

    box-shadow: rgb(207 199 199 / 35%) 0px 5px 15px;
    background: #d091ff;
}

.salon.ai.chatbot.driven .fitness-structure .fitness-box:hover h4 {
    color: #000;
}

.salon.ai.chatbot.driven .fitness-structure .fitness-box:hover p {
    color: #000;
}

.salon.ai.chatbot.driven .fitness-structure .fitness-box:hover img {
    filter: invert(1);
}

.ai.chatbot.driven .product-dashboard .awp-wrapper .side-bar .product-btn:hover {
    background: #000;
    color: #fff;
}

.ai.chatbot.driven .product-dashboard .awp-wrapper .side-bar .product-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
    word-break: break-word;
}

.ai.chatbot.driven a.fq-a {
    color: #d091ff;
    text-decoration: underline;
}

.ai.chatbot.driven a.fq-a:hover {
    color: #fff;
}

/* product show */
.product-show-module {
    padding: 6% 0;
    background-image: url('../images/product-images/ai-driven/bg-product.webp');
    background-size: contain;

    background-repeat: no-repeat;

}

.product-show-module .ps-content-wrapper {
    max-width: 800px;
    margin: auto;
}

.product-show-module .ps-content-wrapper h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.product-show-module .ps-slider-wrapper {}

.product-show-module .ps-slider-wrapper .item {
    max-width: 800px;
    margin: auto;
}

.product-show-module .ps-slider-wrapper .item .ps-product-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    color: #1c1f22;
}

.product-show-module .ps-slider-wrapper .item p {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 35px;
    color: #1c1f22;
    font-weight: 400;
    line-height: 19px;
    opacity: 0.9;
}

.product-show-module .ps-slider-wrapper .item .ps-product-image {
    max-width: 800px;
}

.product-show-module .ps-slider-wrapper .item .ps-product-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ai-bot */

.is-u-laundry.careers.services.ai.chatbot .main-banner {

    background-image: url("../images/product-images/ai-bot/ai-bot-banner.webp");
    /* background-size: contain; */
    position: relative;
    padding-top: 0;
    background-size: cover;
}

.is-u-laundry.careers.services.ai.chatbot .main-banner .service---art {
    bottom: 5% !important;
}

.ai.chatbot .banner-wrapper.lft {
    display: flex;
    justify-content: flex-end;
}


.ai.chatbot .forms-wrap {
    max-width: 440px;
    min-height: 519px;
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    flex: 1;
}

.ai.chatbot .forms-wrap form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

.ai.chatbot .forms-wrap form label {
    display: block;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    color: #686868;
}

.ai.chatbot .forms-wrap form input,
textarea {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0.3rem;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #1c1f22;
    border: none;
    border-bottom: 1px solid #868686;
    outline: none;
    background-color: #fff;
}

.ai.chatbot .forms-wrap form input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;

}

.ai.chatbot .forms-wrap form input[type="checked"] {
    color: #D091FF;
}

.ai.chatbot .forms-wrap form .checkbox-label {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.ai.chatbot .forms-wrap form .checkbox-label label {
    color: #1c1f22;
    text-transform: capitalize;
}

.ai.chatbot .forms-wrap form button {
    display: block;
    padding: 0.6rem 1.2rem;
    background-color: #D091FF;
    color: #fff;
    border: none;
    cursor: pointer;
    max-width: 364px;
    width: 100%;
    margin: 30px auto 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #1C1F22;
}

.ai.chatbot .sec-btns {
    display: flex;
    max-width: 380px;
}

.contact-form .c-form-title {
    margin: 15px 64px 50px;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    color: #1c1f22;
}

.sec-btns .u-p-action.sec {}

.ai.chatbot.fitness .main-banner .banner-wrapper .sec-btns .u-p-action.sec a {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}

.ai.chatbot .forms-wrap form button:hover {
    background-color: #1C1F22;
    color: #fff;
}

.ai.chatbot .forms-wrap .f-title {
    max-width: 289px;
    color: #1c1f22;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;

}

.ai.chatbot section.fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/ai-bot/ai-bot-banner-02.webp');
}

.development-service .ds-content ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.development-service .ds-content ul li {
    color: #fff;
}

.development-service .ds-content ul li span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.development-service {
    padding: 5% 0;
    background-color: #1C1F22;
}

.development-service .ds-banner {
    width: 477px;
}

.development-service .ds-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.development-service .ds-content {
    max-width: 461px;
}

.development-service .ds-content h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0 20px;
}

.development-service .ds-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;

    margin: 12px 0 20px;
}

.mvp .development-service .ds-content .u-p-action.rs {
    max-width: 150px;

    margin: 20px 0;
}

.ai.chatbot .icons--wraps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ai.chatbot {}

.ai.chatbot .icons--wraps .a-icons {
    height: 104px;
    width: 104px;
}

.ai.chatbot .icons--wraps .a-icons img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chatbot .fitness-structure.salon-covers.kdc {
    background-image: url('../images/product-images/ai-bot/ai-bot-banners.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-color: #000;
}

.ai.chatbot .fitness-structure.salon-covers.adc {
    background-image: url(../images/product-images/ai/ai-banner-03.webp);
    padding: 2% 0 8%;
    background-position: center !important;
    background-size: cover !important;
}

.ai.chatbot .icons--wraps .a-icon-box .a-icons {
    width: 86px;
    height: 86px;
}

.ai.chatbot .icons--wraps .a-icon-box .a-icon-name {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.ai.chatbot .awards .msx {
    max-width: 864px;
    margin: auto;
}

.mvp.fitness.ai.chatbot .fitness-bdrop .content-dropp {
    max-width: 830px;

}

.ai.chatbot .fitness-bdrop .content-dropp h3 {
    font-size: 48px;

}

.ai.chatbot.driven .banner-wrapper.lft {
    max-width: 600px;
    height: 400px;
}

.ai.chatbot.driven .banner-wrapper.lft video#myVideo {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
    flex: 1;
    border-radius: 10px;
    border: 4px solid #fff;
}

.is-u-laundry.careers.services.ai.chatbot.driven .service-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.is-u-laundry.careers.services.ai.chatbot.driven .main-banner {
    background: #000 !important;
}

.is-u-laundry.careers.services .banner-wrapper .u-description p {
    font-size: 14px;
    line-height: normal;
}

/* consulting */
.is-u-laundry.careers.services.ai.chatbot.consult .main-banner {
    background-image: url('../images/product-images/ai-consulting/ai-consulting-banner-1.webp');
}

.ai.chatbot.consult section.fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/ai-consulting/ai-consulting-banner-6.webp');
}

.ai.chatbot.consult .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url('../images/product-images/ai-consulting/ai-consulting-banner-2.webp') !important;

}

/* autoamtion */
.is-u-laundry.careers.services.ai.chatbot.consult.automation .main-banner {
    background-image: url('../images/product-images/ai-auto/ai-auto-bg.webp');
}

.ai.chatbot.consult.automation .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url('../images/product-images/ai-auto/ai-auto-bg-2.webp') !important;
}

.ai.chatbot.consult.automation section.fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/ai-auto/ai-auto-banner-4.webp');
}

.ai.chatbot .fitness-structure.salon-covers.adc.awards.features .msx {
    max-width: 1192px;
    margin: auto;
}

/* .ai.chatbot .fitness-structure.salon-covers.adc.awards.features .icons--wraps .a-icon-box .a-icons {
    width: 210px;
    height: 230px;
    background: #41474E;
} */
.ai.chatbot .fitness-structure.salon-covers.adc.awards.features .msx .ai-feat-box {
    width: 20%;
    max-width: 210px;
    margin: auto;
    padding: 0 2px;
    min-height: 400px;
}

.ai.chatbot .fitness-structure.salon-covers.adc.awards.features .msx .ai-feat-box .icon--holder {
    max-width: 210px;
    min-height: 210px;
    background: #41474e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.ai.chatbot .fitness-structure.salon-covers.adc.awards.features .msx .ai-feat-box .icon--holder img {
    object-fit: contain;
    max-width: 100%;
}

.ai.chatbot .fitness-structure.salon-covers.adc.awards.features .msx .ai-feat-box .ai-feat-title {
    /* max-width: 201px; */
    margin: auto;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    padding: 0 2px;
    min-height: 50px;
    text-align: center;
}

/* Voice */
.is-u-laundry.careers.services.ai.chatbot.consult.automation.voice .main-banner {
    background-image: url('../images/product-images/ai-voice/ai-agents.webp');
}

.ai.chatbot.consult.automation.voice .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url('../images/product-images/ai-voice/ai-agent-bg.webp') !important;
}

.ai.chatbot.consult.automation.voice section.fitness-bdrop.salon-bd {
    background-image: url('../images/product-images/ai-voice/ai-agent-bg-2.webp');
}

/* .blog-detail a {
    color: #d091ff !important;
} */


.ios .counter-wrapper .counter-title {
    font-size: 48px;
    max-width: 896px;
    margin: auto;
    color: #fff;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
}

.ios .counter-wrapper .counter-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    line-height: normal;
    text-align: center;
    margin: 20px auto;
}

.ios .counter-wrapper .timer-wrap .time-col .time-title {
    color: #fff;
}

.ios .counter-wrapper .timer-wrap .time-col .digits {
    color: #D091FF;
}

.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios .main-banner .service---art {
    bottom: 25% !important;
}

.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios .main-banner .banner-wrapper .u-logo {

    display: none;
}

.ios .fitness-structure.salon-covers.adc.kdc.con {
    padding: 5% 0 8% !important;

}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios .main-banner {
    background-image: url("../images/product-images/ios/ios-banner.webp");
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/ios/ios-grif.webp") !important;
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android .main-banner {
    background-image: url("../images/product-images/android/android-banner.webp");
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/android/android-grid.webp") !important;
}



.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid .main-banner {
    background-image: url("../images/product-images/hybrid/banner-1.webp");
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/hybrid/banner-3.webp") !important;
}


.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid.flutter .main-banner {
    background-image: url("../images/product-images/flutter/banner-1.webp");
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid.flutter .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/flutter/banner-3.webp") !important;
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid.flutter.enterprise .main-banner {
    background-image: url("../images/product-images/enterprise/banner-1.webp");
}

.is-u-laundry.careers.services.ai.chatbot.consult.automation.ios.android.hybrid.flutter.enterprise .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/enterprise/banner-3.webp") !important;
}



.android .icons--wraps {

    gap: 50px !important;
}

.android .icons--wraps .a-icon-box .a-icons {
    width: 100% !important;
    height: 62px !important;
}

/* chat */
.tawk-bubble-container .tawk-icon-right {
    display: none;
}

/* launch mvp */

.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios.android.hybrid.launch section.main-banner {
    background: #1c1f22;
}

.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios.android.hybrid.launch .main-banner .service---art {
    bottom: 55% !important;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns .u-p-action {
    max-width: 100%;
    justify-content: center;
    margin: 20px 0;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns .u-p-action p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .u-title h1 {
    font-size: 60px;
}

body.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios.android.hybrid.launch {}

.ios.android.hybrid.launch ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: none;
}
.ios.android.hybrid.launch nav.mobile-menu.menu--left {
    display: none;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper {
    max-width: 876px;
    margin: auto;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .u-description {
    margin: auto;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .u-description p {}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns {
    max-width: 100%;
    margin: auto;
    display: block;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form input {
    border-radius: 25px;
    border: 2px solid #fff;
    max-width: 280px;
    padding: 11px 10px;
    flex: 1;
    font-size: 12px;
    color: #fff;
    background: #000;
    outline: none;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form button {
    max-width: 187px;
    border-radius: 22px;
    font-size: 12px;
    color: #000;
    padding: 11px 0;
    flex: 1;
    border: none;
    background: #D091FF;
    font-weight: 600;
}

.android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form button:hover {
    background: #000;
    color: #D091FF;
    box-shadow: rgb(255 255 255 / 19%) 0px 8px 24px;
}

.android.hybrid.launch .pricing-wrapper .price-box {
    padding: 27px;
}

.android.hybrid.launch .pricing-wrapper .price-box .l-top-icon {
    width: 30px;
    margin: 0 0 20px 0;
}

.android.hybrid.launch .pricing-wrapper .price-box .l-top-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.android.hybrid.launch .pricing-wrapper .actual-price {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.android.hybrid.launch .pricing-wrapper p {
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
    line-height: normal;
    margin: 15px 0;
    min-height: 100px;
}

.android.hybrid.launch .pricing-wrapper .b-b {
    border-color: transparent;
}

.salon .pricing-wrapper .price-box:hover p {
    color: #000;
    opacity: 1;
}

.salon .pricing-wrapper .price-box:hover li svg path {
    stroke: #000;
}

.android.hybrid.launch .pricing-wrapper .price-features {

    min-height: auto;
}

.android.hybrid.launch .pricing-wrapper .price-action {
    max-width: 311px;
    margin: auto;
}

.android.hybrid.launch .pricing-wrapper .price-action a {
    background: #D091FF;
}


.android.hybrid.launch .pricing-wrapper .price-action a:hover {
    background: #000;
    color: #D091FF;
    box-shadow: rgb(255 255 255 / 19%) 0px 8px 24px;
}

.ios.android.hybrid.launch .diff-media {
    max-width: 1190px;
}

.ios.android.hybrid.launch .diff-media img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ios.android.hybrid.launch .main-banner::after {
    content: unset;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step .price-features span {
    color: #000;
    font-size: 25px;
    line-height: 32px;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step .price-features li {
    margin: 18px 0;
    display: flex;
    align-items: center;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step .price-features li svg {
    width: 24px;
    height: 24px;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step p {
    max-width: 603px;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
    color: #1c1f22;
    opacity: 0.6;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step h2 {
    font-size: 45px;
    max-width: 576px;
    line-height: 55px;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step-ban {
    max-width: 722px;
    max-height: 708px;
}

.ios.android.hybrid.launch section.stepper-wrapper .r-step-ban img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ios.android.hybrid.launch .main-banner.lvp {
    padding: 3% 0;
}

.ios.android.hybrid.launch .main-banner.lvp h4 {
    font-size: 60px;
    color: #fff;
    line-height: normal;
}

.ios.android.hybrid.launch .row {
    justify-content: space-between;

}

.ios.android.hybrid.launch .row .lvp-box {
    text-align: center;
}

.ios.android.hybrid.launch .row .lvp-box .l-icon-box {
    width: 88px;
    height: 88px;
    margin: 10px auto;
}

.ios.android.hybrid.launch .row .lvp-box .l-icon-box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ios.android.hybrid.launch .row .lvp-box .l-icon-title {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 400;
}

.ios.android.hybrid.launch .row .lvp-box .l-icon-sub-title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
}

.ios.android.hybrid.launch section.main-banner.lvp {
    background-image: url('../images/product-images/launch-mvp/launch-review-banner.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ios.android.hybrid.launch section.counter-wrapper .digits {
    color: #fff;
}

.ios.android.hybrid.launch section.counter-wrapper .time-title {
    color: #D091FF;
}

.ios.android.hybrid.launch .contact-arts {
    max-width: 100%;
    height: 900px;
}

.ios.android.hybrid.launch .contact-arts img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.ios.android.hybrid.launch .is-contact-page .contact-wrapper .container-fluid .col-md-5 {
    padding: 0;
}


.ios.android.hybrid.launch .is-contact-page .contact-form h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ios.android.hybrid.launch .is-contact-page .contact-form p {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}

.ios.android.hybrid.launch .is-contact-page .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.ios.android.hybrid.launch .is-contact-page .form-control {
    width: 100%;
    padding: 12px 16px;
    border-radius: 25px;
    border: 1px solid #000;
    font-size: 14px;
    outline: none;
}

.ios.android.hybrid.launch .is-contact-page textarea.form-control {
    border-radius: 12px;
    resize: none;
}

.ios.android.hybrid.launch .is-contact-page .checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 8px;
}

.ios.android.hybrid.launch .is-contact-page .btn-submit {
    background: #d19cf7;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 12px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 15px;
}

.ios.android.hybrid.launch .is-contact-page .btn-submit:hover {
    background: #c286ef;
}

.ios.android.hybrid.launch .is-contact-page .m-b {
    margin-bottom: 16px;
}

.contact-form.idy .cont-header-p span {
    font-size: 14px;
    line-height: normal;
    color: #b76ef9;
    display: block;
    margin: 10px 0;
}

.contact-form.idy .cont-header-p {
    padding: 0 70px;
}

.contact-form.idy .cont-header-p .get-title {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
}

.ios.android.hybrid.launch .is-contact-page .contact-form.idy .cont-header-p p {
    color: #1C1F22;
}

.ios.android.hybrid.launch .is-contact-page .container-fluid .row {
    align-items: center;
}

.ios.android.hybrid.launch .is-contact-page .container-fluid .row .contact-form {
    margin-top: 20px !important;
}

.ios.android.hybrid.launch .is-contact-page .container-fluid .row .contact-form {
    margin-top: 27px !important;
    min-height: 607px;
}

.ios.android.hybrid.launch .is-contact-page textarea.form-control {

    min-height: 150px;
}

.ios.android.hybrid.launch .counter-wrapper {
    padding: 30px;
}

.is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai.chatbot.consult.automation.ios.android.hybrid.launch .fitness-structure.salon-covers.adc.kdc.con {
    background-image: url("../images/product-images/launch-mvp/stuck-banner.webp") !important;
}

.ios.android.hybrid.launch {
    html {
        scroll-behavior: smooth;
    }
}
.ios.android.hybrid.launch .footer-navigation ul {
    display: none;
}




.ios.android.hybrid.launch .pricing-wrapper .price-title {
    max-width: 864px;
    margin: auto;
}

.ios.android.hybrid.launch .pricing-wrapper .col-md-12 .price-sub-title p {
    min-height: auto;
    opacity: 1;
}
.ios.android.hybrid.launch .fitness-structure .fitness-box p {

    min-height: 120px;
}
@media screen and (min-width: 992px) {

    .is--home .is-contact-page .contact-form,
    .services .is-contact-page .contact-form {
        margin-top: 250px;
    }

    .services .contact-wrapper .contact-form .row.m-b,
    .is--home .contact-wrapper .contact-form .row.m-b {
        margin-bottom: 80px;
    }

    .careers.is-u-laundry.services .main-banner .banner-wrapper {
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 1259.98px) {
    .android.hybrid.launch .pricing-wrapper .actual-price {
        font-size: 24px;

    }

    .services .service-grid-wrapper h3 {
        font-size: 40px;
    }

    .mad .process--wrapper .row .process--slider .owl-process .item .process-description {
        font-size: 30px;
        line-height: 36.5px;
        margin: auto;
    }

    .is-contact-page .contact-footer .row {
        flex-direction: column;
    }

    .is-contact-page .contact-footer .row .branch {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {


    .is--home .hero-content h2 {
        font-size: 44px;
        margin: 20px 0;
        color: #fff;
    }


    .is--home .hero-content h1 {
        opacity: 1;
    }

    .mvp .process--wrapper .slider--teaser {
        padding: 0 45px;
        margin-bottom: 35px;
        font-size: 30px;
        max-width: 576px;
        line-height: 38px;
        font-weight: 600;
    }

    .mvp .process--wrapper .row .process--slider .owl-process .item .process-description {
        font-size: 22px;
        line-height: 30.5px;
        margin: auto;
    }
}

@media screen and (max-width: 1100px) {
    .product-dashboard .awp-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product-dashboard .awp-wrapper .side-bar {
        flex-direction: row;
        width: 100%;
    }

    .product-dashboard .awp-wrapper .main--bar {
        width: 100%;
        max-width: 100%;
    }

    .product-dashboard .awp-wrapper .main--bar img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .product-dashboard .awp-wrapper .side-bar .product-btn {
        min-height: 80px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1023.98px) {
    .ios.android.hybrid.launch .row.prices .col-md-4 {
    width: 50%;
    margin-bottom: 30px;
}

    .ios.android.hybrid.launch section.stepper-wrapper .r-step-ban {
        max-width: 100%;

    }

    section.testimonial-wrapper .testimonial-box .box-details {
        max-width: 100%;
    }

    .ai.driven .fitness-structure .fitness-box .f-icons {
        margin-left: auto;
        margin-right: auto;
    }

    .salon.ai.chatbot.driven .fitness-structure .fitness-box {
        text-align: center;
    }

    .mvp .process--wrapper .slider--teaser {
        margin: auto;
        text-align: center;
    }

    .mvp .process--wrapper .row .process--slider {
        padding: 7% 45px;
    }

    .mvp .process--wrapper .row {

        padding: 40px 0;
    }

    .mvp .process--wrapper .u-p-action.rs {
        margin: auto;
    }

    .mvp .faq-wrapper .accordion {

        font-size: 20px;
        line-height: 28px;
    }

    .mvp .fitness-bdrop.salon-bd {
        background-image: url(../images/product-images/mvp/banner-mvp-1-1.webp);
        background-color: #00000001;
        min-height: 350px;
        padding: 7% 0;
    }

    .mvp.fitness .fitness-bdrop .content-dropp h3 {
        font-size: 33px;
        font-weight: 600;
        line-height: 45px;
        margin: 0 0 28px;
        color: #fff;
    }

    .mad .process--wrapper .row .process--banner {
        width: 100%;
        position: absolute;
        top: 0;
        opacity: 0.1;
        left: 0;
        right: 0;
        height: 100%;
    }

    .mad .process--wrapper .row .process--slider .owl-process .item .process-description {
        font-size: 22px;
        line-height: 32px;
    }

    .mad .on-demand-content .demand-title h2 {
        font-size: 24px;
    }

    .salon .app-success .so-gap {
        flex-direction: column;
        gap: 20px;
    }

    .salon .app-success .so-gap .col-md-6 {
        width: 100%;
    }

    .salon .app-success .so-gap .col-md-6 .showcase--box {
        max-width: 90%;
        margin: auto;
    }

    .salon .app-success .so-gap .col-md-6 .showcase--box .content-side {}

    .salon .app-success .so-gap .col-md-6 .showcase--box .content-side .s-client-title {
        max-width: 100%;
        font-size: 18px;
    }

    .salon .app-success .so-gap .col-md-6 .showcase--box .content-side p {
        max-width: 90%;
    }

    .salon .pricing-wrapper .price-features {

        min-height: 400px;
    }

    .mvp.fitness .main-banner .banner-wrapper .u-p-action {
        margin: auto;
        justify-content: center;
    }

    .mvp .discover-wrapper .discover-head .d-description h3 {
        font-size: 27px;
        line-height: 38px;
        text-align: center;
    }

    .mvp .discover-slider .item-discover .action-bar {

        margin: auto;
    }

    section.stepper-wrapper .container-fluid .col-md-5 {
        height: 350px;
    }

    section.stepper-wrapper .row {
        flex-direction: column;
    }

    section.stepper-wrapper .row .col-md-5.p-0 {
        width: 100%;
    }

    .ai section.stepper-wrapper .cs-video-wrap video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.stepper-wrapper .row .col-md-7 {
        width: 100%;
    }

    .is-u-laundry.solutions.careers.services.mad.salon.mvp.fitness.ai .main-banner::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000082;
        z-index: 11;
    }

    .stepper-wrapper h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .stepper-wrapper .stepper .step .step-content h5 {
        font-size: 20px;
    }

    .ai .testimonial-box .testimonial-box-content {
        min-height: 110px;
    }

    .ai .process--wrapper {
        width: 100%;
        position: relative;
        padding: 15px 0;
    }

    .is-u-laundry.careers.services.ai .main-banner {

        height: 500px;
    }

    .ai .is-contact-page .contact-wrapper .container-fluid .col-md-5 .contact-content {

        margin: 0 auto;
    }

    .ai.chatbot.driven .banner-wrapper.lft {

        padding: 24px 0;
        max-width: 90%;
        height: 100%;
    }

    .ai.chatbot.driven .main-banner .banner-wrapper .u-description {

        padding: 0 0 10px;

    }

    .ai.chatbot.driven.fitness .main-banner .banner-wrapper .u-logo {

        margin: 15px auto;
    }

    .ai.chatbot.driven .sec-btns {
        margin: 10px auto;
    }

    .ai.chatbot.driven .service-wrapper {
        margin: 10px !important;
    }

    .ai.chatbot.driven .banner-wrapper .u-description p {

        text-align: center;
    }

    .product-show-module .ps-content-wrapper h2 {
        font-size: 36px;


    }

    .development-service.emps h3 {
        font-size: 36px;

    }

    .development-service.emps .emp-monitor .row .ds-content h4 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .development-service.emps .emp-monitor .row .ds-content p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .helps--wrapper .help-icon {
        width: 70px;
        height: 70px;
    }

    .helps--wrapper .help-title {
        max-width: 321px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
    }

    .services.mad.salon.mvp.fitness.ai.chatbot .main-banner {
        height: 100%;
    }

    .services.mad.salon.mvp.fitness.ai.chatbot .sec-btns {

        margin: 10px auto;
    }

    section.development-service.emps {

        background: #fff;
    }

    .ai.chatbot .main-banner .banner-wrapper {
        min-height: 250px;

    }

    .helps--wrapper .row h3 {
        font-size: 32px;

    }

    .ai.chatbot .forms-wrap form {
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0 35px;
    }

    .ai.chatbot .forms-wrap .f-title {
        max-width: 100%;
        font-size: 26px;
        text-align: center;
    }

    .ai.chatbot .forms-wrap {
        max-width: 80%;
        padding: 24px 10px;
        margin: auto;
    }

    .services.mad.salon.mvp.fitness.ai.chatbot .main-banner .service-row .col-md-6 {
        width: 100%;
        padding: 20px 0 0;
    }

    .development-service .ds-banner {
        max-width: 477px;
        margin: 20px auto 40px;
        width: auto;
    }

    .development-service .ds-content {
        max-width: 461px;
        margin: 10px auto;
    }

    .development-service .ds-content h3 {
        font-size: 28px;
        line-height: 42px;
        font-weight: 600;
        color: #fff;
        margin: 0px 0 20px;
        text-align: center;
    }

    .development-service .ds-content p {

        text-align: center;
    }

    .mvp.ai.chatbot .development-service .ds-content .u-p-action.rs {
        max-width: 150px;
        margin: 20px auto;
    }

    .ai.chatbot .icons--wraps {
        flex-wrap: wrap;
        gap: 20px;

    }

    .target-wrap .target-grid.row .col-12.d-flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    .target-wrap .target-grid.row .col-12.d-flex .flex-fill {
        flex: inherit !important;
        width: 30%;
    }
}


@media screen and (max-width: 991.98px) {
        .ios.android.hybrid.launch .contact-arts {

    height: 500px;
}
.ios.android.hybrid.launch .contact-arts img {

    object-fit: contain;
}
    .android.hybrid.launch .main-banner .service-row .banner-wrapper .u-title h1 {
        font-size: 36px;
    }

    .ios.android.hybrid.launch .is-contact-page .contact-wrapper .col-md-7 .contact-form {
        background: #fff;
    }

    .ios.android.hybrid.launch .is-contact-page .contact-wrapper .col-md-7 {
        padding: 20px 0 0 0;
        margin-top: 0;
    }

    .ios.android.hybrid.launch .is-contact-page .form-control {

        background: #fff;
        color: #000;
    }

    .ios.android.hybrid.launch section.stepper-wrapper .r-step h2 {
        font-size: 30px;
        max-width: 576px;
        line-height: normal;
    }

    .ios.android.hybrid.launch section.stepper-wrapper .r-step p {

        font-size: 20px;
        line-height: 28px;


    }

    .ios.android.hybrid.launch section.stepper-wrapper .r-step .price-features span {

        font-size: 20px;

    }

    .android.hybrid.launch .pricing-wrapper .price-sub-title p {
        min-height: auto;
    }

    .ios.android.hybrid.launch .is-contact-page .container-fluid .row .contact-form {
        margin-top: 0 !important;
        padding: 20px;
    }

    .android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form {

        flex-direction: column;
    }

    .android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form input {
        max-width: 100%;
        width: 100%;
    }

    .android.hybrid.launch .main-banner .service-row .banner-wrapper .sec-btns form button {
        width: 100%;
        max-width: 100%;
        margin: 15px 0;
    }

    .contact-form .c-form-title {
        margin: 15px 13px 36px;
        font-size: 28px;
        color: #fff;
        /* margin: 0; */
    }

    .ai .is-contact-page .contact-content .contact-heading h3 {

        font-size: 28px;
    }

    .is--home .is-contact-page .contact-content {
        margin-top: 30px;
    }

    .is--home .is-contact-page .contact-wrapper .container-fluid .col-md-5 .contact-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .is--home .is-contact-page .contact-form form {

        max-width: 100%;

    }

    .is--home .is-contact-page .contact-content .contact-heading h3 {
        font-size: 30px;
    }

    .is--home .hero-content h2 {
        font-size: 32px;
        margin: 20px 0;
        color: #fff;
        padding: 0 15px;
    }

    .mvp .u-p-action.rs {

        margin-bottom: 35px;
    }

    .mvp .target-wrap {
        padding: 8% 0;
    }

    .mvp section.testimonial-wrapper.new-tsm .testimonial-box {
        text-align: center;
        padding: 55px 40px 1px 40px;
    }

    .fitness .fitness-bdrop .content-dropp h3 {
        font-size: 44px;
        font-weight: 600;
        line-height: 55px;
        margin: 0 0 28px;
        color: #fff;
    }



    .fitness .fitness-bdrop {
        min-height: 400px;
        padding: 10% 0;
    }

    .fitness-structure .fitness-box {
        min-height: 320px;
        max-width: 100%;
    }

    .fitness .u-product-wrapper .banner-wrapper .u-title {
        font-size: 30px;
        line-height: 38px;

    }

    .fitness .context-title {
        margin: 30px auto 0;
        font-size: 34px;
        line-height: 45px;
    }

    .services .counter-wrapper .timer-wrap .time-col .digits {
        font-size: 40px;
        line-height: 60px;
    }

    .services .counter-wrapper .timer-wrap .time-col .time-title {
        font-size: 14px;
        line-height: 20px;
    }

    .services .service-grid-wrapper h3 {
        font-size: 28px;
        margin: 0;
    }

    section.ser-contact-wrap .row {
        flex-direction: column;
    }

    section.ser-contact-wrap .row .col-sm-4 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
    }

    section.ser-contact-wrap .contact--box .s-c-title {
        font-size: 40px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
        line-height: normal;
        text-align: center;
    }

    .target-wrap .row h3 {
        font-size: 40px;

    }

    .fitness-structure {

        padding: 40px 0 0;
    }

    .salon .app-success h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
    }

    .salon .app-success .so-gap {
        padding: 40px 0 0;
    }

    .fitness.salon .context-title {
        font-size: 28px;
        line-height: 36px;

    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .is-u-laundry.careers.services .service-row .col-md-6 {
        width: 100%;
        padding: 0 3%;
    }

    .services .main-banner .banner-wrapper {

        margin: 0px;
    }
}

@media screen and (max-width: 767.98px) {
    footer {
    background: #1c1f22;
    padding: 48px 0 0;
}
    .ios.android.hybrid.launch .main-banner.lvp h4 {
    font-size: 34px;

}
 .ios.android.hybrid.launch .contact-form.idy .cont-header-p {
    padding: 0;
}
        .ios.android.hybrid.launch .row.prices .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
}
    .fitness .u-product-wrapper .banner-wrapper {
        max-width: 100%;
        padding: 0 10px;
    }

    .ai.chatbot .forms-wrap {
        max-width: 95%;
        padding: 24px 0;
        margin: 20px auto;
    }

    .development-service.emps .emp-monitor .ds-banner {

        margin: auto;
    }

    .development-service.emps .emp-monitor .row .ds-content {
        margin: auto;
    }

    .ai.chatbot.driven .product-show-module::after {
        background: unset;
    }

    .ai.chatbot.driven .product-show-module {
        background: #fff;
    }

    .helps--wrapper .row .col-sm-4 {
        width: 100%;
        text-align: center;
        margin: 26px 0;
    }

    .helps--wrapper .col-sm-4 .help-title {
        max-width: 100%;

    }

    .helps--wrapper .row .col-sm-2 {
        width: 100%;
    }

    .helps--wrapper .help-icon {
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .helps--wrapper .row .col-sm-6 {
        width: 100%;
    }

    .helps--wrapper .row .col-sm-6 .help-description {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-show-module .ps-content-wrapper h2 {
        font-size: 28px;

    }

    .development-service.emps h3 {
        font-size: 28px;

    }

    .faq-wrapper .accordion {

        font-size: 20px;
    }

    .mvp.fitness .fitness-bdrop .content-dropp h3 {
        font-size: 26px;

    }

    section.stepper-wrapper .row .col-md-7 {
        padding: 30px !important;
    }

    .stepper-wrapper .stepper .step {
        flex-direction: column;
    }

    .stepper-wrapper .step-number::after {
        content: "";
        opacity: 0;
    }

    .stepper-wrapper .stepper .step-number .circle {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fitness .context-title {
        margin: 30px auto 0;
        font-size: 28px;
        line-height: 40px;
    }

    .fitness .main-banner .banner-wrapper .u-title h1 {
        font-size: 32px;
    }

    .fitness .main-banner .banner-wrapper {
        min-height: 330px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .fitness-structure .fitness-box {
        min-height: 260px;
        max-width: 100%;
    }

    .fitness .fitness-bdrop .content-dropp h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        margin: 0 0 28px;
        color: #fff;
    }

    .fitness .works-wrap .w-title {
        color: #1C1F22;
        font-size: 28px;
        line-height: 38px;
        text-transform: capitalize;
        font-weight: 600;
    }

    .services .service-grid-wrapper .service--box .service--content .service--title {
        font-size: 16px;

    }

    /* .mad .target-wrap .target-grid.row .col-12.d-flex {
        flex-wrap: wrap;
        gap: 30px;
    } */
    .services .target-wrap .target-grid.row .col-12.d-flex {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-around !important;
    }

    .services .target-wrap .target-grid.row .col-12.d-flex .flex-fill {
        width: 35%;
        padding: 15px;
        min-height: 150px;
    }

    .services .service-grid-wrapper h3 {
        font-size: 30px;
    }

    .target-wrap .target-grid.row .col-sm-2 {
        width: 33.33%;
        margin: 15px 0;
    }

    .services.mad .main-banner .service-row .banner-wrapper .u-title h1 {
        font-size: 32px;
    }

    .ios .counter-wrapper .counter-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 599.98px) {
    .development-service.emps .emp-monitor {
        padding: 0;
    }

    .is-u-laundry.careers.services.ai .main-banner {
        min-height: 500px;
        height: auto;
    }

    .ai.chatbot.driven .service-wrapper {
        display: none;
    }

    .ai.chatbot.driven .sec-btns {
        flex-direction: column;
        gap: 20px;
    }

    .item-discover .u-p-action.rs {
        max-width: 150px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 576px) {
    .ai.chatbot .icons--wraps .a-icon-box {
        width: 25%;
    }

    .ai.chatbot .icons--wraps .a-icon-box .a-icons {

        margin: auto;
    }

    .testimonial-box .testimonial-box-content {
        min-height: unset;
        height: 100%;
        padding: 0 0 34px 0px;
    }

    .product-dashboard .awp-wrapper .side-bar {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: auto;

    }

    .product-dashboard .awp-wrapper .side-bar .product-btn {
        min-height: 80px;
        padding: 0 5px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        border: none;
        margin-bottom: 15px;
    }

    .portab button {
        padding: 10px 12px;
        font-size: 14px;
        width: 140px;
    }
}

@media screen and (max-width: 576.98px) {
    footer .footer-content {
        padding-top: 0;

    }

    footer .footer-content .content-tag .ft-title {
        text-align: center;
    }

    footer .footer-content .content-tag p {

        text-align: center;
    }

    footer .footer-content .content-tag {
        max-width: 100%;
    }

    footer .footer-content .social-wrap ul {
        justify-content: center;
        gap: 7px;
    }

    footer .footer-navigation {

        text-align: center;
    }

    .fitness-structure .fitness-box .f-icons {
        margin: 0 auto 50px;
    }

    .fitness-structure .fitness-box h4 {
        text-align: center;
    }

    .fitness-structure .fitness-box p {
        text-align: center;
    }

    .salon .app-success .so-gap .col-md-6 .showcase--box {
        /* min-height: 310px; */
        min-height: 500px;
    }

    .salon .app-success .so-gap .col-md-6 .showcase--box .media-side {
        display: none;
    }
}

@media screen and (max-width: 479.98px) {
    .target-wrap .target-grid.row .col-sm-2 {
        width: 50%;
        margin: 15px 0;
    }

    .services .target-wrap .target-grid.row .col-12.d-flex .flex-fill {
        width: 50%;

    }

    .ai.chatbot .icons--wraps .a-icon-box {
        width: 100%;
    }
}