.headers-btn-about a {
    border-radius: 10px;
    color: var(--white);
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .56px;
    margin-top: 35px;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 2;
    background: linear-gradient(169deg, #6f72c4 23.57%, #4f53b4 71.27%);
    border-radius: 10px;
    color: white;
}



/*  */
.main-heading-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-heading-counter p:nth-child(1) {
    color: #ffffff;
    background: #ff9c1a;
    border-radius: 9px;
    letter-spacing: 1px;
    padding: 2px 16px;
    font-weight: bold;
    /* color: black; */
    font-size: 14px;
}

.main-heading-counter h3 {
    color: #ffffff !important;
    font-size: 41px;
    margin: 10px 0 2px 0;
}

.main-heading-counter p:nth-child(3) {
    color: #a7a7a7;
    font-size: 18px;
    width: 63%;
    text-align: center;
    font-weight: 100 !important;
}

.flex-counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 19px;
}

.flex-counters .counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newcountercontainer {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part-one-count {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

/* fcounter */
.counter-sections {
    background-image: linear-gradient(173deg, #15005e, #7351f2);
    padding: 30px 0;
    margin-top: 94px;

    background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
    background-size: cover !important;
    /* background-position: center center !important; */
    background-repeat: no-repeat !important;
}


.counter {
    font-size: 28px;
    color: white;
}

.part-one-count p {
    color: white;
    font-size: 27px;
    margin: 0px 0 0 2px;
}

.counter-container span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 100 !important;
}

.main-business-card {
    display: flex;
}

.card-business-crowd {
    display: flex;
    flex-direction: column;

    /* justify-content: center;
    align-items: center; */
    background: linear-gradient(64.45deg, #FFFFFF 16.05%, rgb(239 243 242 / 65%) 69.18%);
    box-shadow: 0px 99px 59px rgb(0 0 0 / 5%), 0px 36.1366px 21.536px rgb(0 0 0 / 3%), 0px 17.5437px 10.4553px rgb(0 0 0 / 3%), 0px 8.60023px 5.12539px rgb(0 0 0 / 2%), 0px 3.40054px 2.02659px rgb(0 0 0 / 2%);
    backdrop-filter: blur(60px);
    border-radius: 40px;
    padding: 60px 23px 27px;
    position: relative;
    height: 370px;
    z-index: -2;
    border: 1px solid #fff;
}

.img-card-bussiness {
    width: 100px;
    background: white;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgb(214 214 214) -2px 54px 47px -5px, rgb(255 255 255 / 30%) 0px 30px 60px -30px, rgb(109 109 109 / 11%) 4px -2px 63px 7px inset; */
    /* box-shadow: rgba(0, 0, 0, 3.2) 0px -9px 37px -7px; */
    border-radius: 50%;
    position: absolute;
    background: white;
    box-shadow: rgba(-137px, 0, -109px, -0.55) 130px 108px 114px -40px;
    border-top: 7px solid #b9afe22e;
    /* border-left: 1px solid #6e6e6e17; */
    top: -44px;

}



.img-card-bussiness .img-inner-card i {
    color: white;
    font-size: 37px;
}

.img-card-bussiness {
    background: #ffffff;
    border-radius: 50%;
    color: white;
    height: 100px;
    top: -50px;
    z-index: -1;
    width: 100px;
    box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.2);
}

.img-inner-card i {
    color: white;
    font-size: 26px;
}

.img-inner-card {
    background: #29176f;
    width: 70px;
    height: 70px;
    top: -35px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-business-crowd h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #185C65;
    /* min-height: 60px; */
    margin: 0;
    padding: 0 15px 4px 15px;

}

.card-business-crowd p {
    margin: 8px 0;
}

.business-crowd {

    /* padding: 90px 0; */
}



.main-accordain-all {
    display: flex;
    grid-template-columns: repeat();
    /* gap: 6rem; */
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 25px;
    border-radius: 36px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    padding: 56px 0;

}

.main-accordain-all .faq-side-content {
    width: 30%;
    padding-right: 19px;
    padding-left: 46px;
    display: flex;
    align-items: center;
}

.main-accordain-all .accordion {
    width: 70%;
    padding-left: 110px;
    padding-right: 46px;
}

.faq-side-content h3 {
    margin: 0px 0px 16px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.5rem;
    font-family: Baikal, Inter, sans-serif;
    letter-spacing: -0.025em;
}

.faq-side-content p {
    color: rgb(0, 0, 0);
    opacity: 0.5;
    margin-bottom: 1.625rem;
    margin: 0px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.faq-side-content a {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1;
    font-family: Inter, sans-serif;
    min-width: 64px;
    padding: 7px 0px;
    border-radius: 8px;
    width: 100%;
    box-shadow: none;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    height: 3rem;
    color: rgb(49, 179, 224);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(187 187 187);
    font-weight: 600;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-top: 24px;
}


.img-inner-card1 {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    width: 70.33px;
    height: 70.33px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-inner-card1::before {
    content: '';
    position: absolute;
    background: #EEEEEE;
    height: 109px;
    width: 109px;
    border-radius: 50%;
    left: -18px;
    z-index: -2;
    top: -19px;
}

.img-inner-card1 i {
    color: white;
    font-size: 23px;
}

.card-business-crowd p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05px;
    color: #2B303A;
    margin: 0;
    margin-top: 10px;
    /* min-height: 175px; */
}

.circle-card-g91 {
    text-align: center;


}

/* slider */
.slider-parent {
    padding-top: 50px;
    padding-bottom: 50px;


}

.slider-testimonials .slider1 {
    padding: 0 12px;

}

.slider-testimonials .slider1 p:nth-child(even) {
    background-color: red;
    color: white;
}

.slider-testimonials .slider1 p:nth-child(odd) {
    background-color: blue;
    color: white;
    height: 150px;
    width: 100%;
}

.slider1 p {
    justify-content: center;
    align-items: center;
    display: flex;
}

.slider-testimonials .prev-arrows {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    color: white;
    /* padding: 10px; */
    position: absolute;
    top: 44%;
    left: -30px;
    z-index: 9999999;
    transform: translateY(-50%);
    width: 45px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    height: 45px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-testimonials .next-arrows {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    color: white;
    padding: 10px;
    position: absolute;
    top: 44%;
    right: -29px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonails-cards ul {
    display: flex;
}

.name-testi {
    padding: 17px 0 0 0;
    display: flex;

}

.name-testi .img-testiminal-card IMG {
    width: 50px;
    background: white;
    height: 50px;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

.contents-testimonials h3 {
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 10px;

}

.contents-testimonials {
    margin-left: 12px;
}

.testimonails-cards ul li i {
    color: #fdb524;
}

.testimonails-cards ul li {
    margin-right: 5px;
}

.testimonails-cards {
    background: #ffffff;
    margin: 1px 20px;
    padding: 30px 30px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;

    border-radius: 15px;

}

.testimonial-section {
    /* background: #f0edff; */
    background: #8080800d;
    padding: 90px 0;
}


.slider-testimonials .prev-arrows i {
    font-size: 21px;
    /* font-weight: 100; */
    color: white;
}

.slider-testimonials .next-arrows i {
    font-size: 21px;
    /* font-weight: 100; */
    color: white;
}

/* slider */
.slider-parent {
    padding-top: 50px;
    padding-bottom: 50px;


}

.banner-sliding .slider1 {
    padding: 0 12px;

}

.banner-sliding .slider1 p:nth-child(even) {
    background-color: red;
    color: white;
}

.banner-sliding .slider1 p:nth-child(odd) {
    background-color: blue;
    color: white;
    height: 150px;
    width: 100%;
}

.slider1 p {
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner-sliding .prev-arrows {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    color: white;
    /* padding: 10px; */
    position: absolute;
    top: 44%;
    left: -30px;
    z-index: 9999999;
    transform: translateY(-50%);
    width: 45px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    height: 45px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sliding .next-arrows {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    color: white;
    padding: 10px;
    position: absolute;
    top: 44%;
    right: -29px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */
.banner-sliding h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff !important;
    line-height: 72px;
    font-family: Nunito, serif;
    padding: 0 0 30px 0;
    margin: 0 0 !important;
    width: 100%;
    text-align: left;
}

.banner-sliding p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    font-family: Nunito, sans-serif;
    /* max-width: 500px; */
    padding-bottom: 25px;
    color: grey;
    color: #c2c2c2;
    text-align: left !important;
    max-width: 100% !important;
}

.banner-sliding .left-content {
    padding-top: 100px;
}

.banner-sliding .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 95px;
    z-index: 99;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;
    text-indent: -9999px;
}

.banner-row .banner-sliding {
    height: 100vh;
}

.banner-sliding .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #c5e400;
}

.banner-sliding .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;



}


.d-flex-banner {
    display: flex;
    width: 100%;
    padding: 0 90px;
}

.d-flex-banner .banner-part {
    width: 60%;
}

.d-flex-banner .img-banner-part {
    width: 40%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
}

.d-flex-banner .img-banner-part img {
    width: 75%;
    object-fit: contain;
}

.banner-sliding .banner-slidingpart h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff !important;
    line-height: 72px;
    font-family: Nunito, serif;
    padding: 0 0 30px 0;
    margin: 0 0 !important;
    width: 100%;
    text-align: left;
}

.banner-sliding ul li button {
    /* display: none; */
}

.banner-sliding .slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: white;
    border-radius: 50%;
}

.banner-sliding .slick-dots li.slick-active {
    background-color: #ff9c1a !important;
}

.mainbanner .banner_section .left-content {
    text-align: center;
    margin-top: 0 !important;
}

.faq-sections {
    padding-top: 0px;
}

@media screen and (min-width: 1800px) {
    .mainbanner .banner_section .left-content {
        padding-top: 150px;
    }

    .d-flex-banner .banner-part {
        width: 60%;
        padding-top: 40px;
    }

}


/* sli */
.about-slider-sections {
    margin: 70px 0 0 0;
}

.bg-abt {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgb(41 23 111) 50%, rgb(120 68 0) 100%);
    padding: 50px 0px 0px 0px;
    background-image: linear-gradient(173deg, #15005e, #7351f2);

    background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
    background-size: cover !important;

    background-repeat: no-repeat !important;

}

.aboutslider-card .slider1 {
    padding: 0 12px;
    display: flex !important;
    align-items: center;
}



.aboutslider-card .prev-arrows {
    background: black;
    color: white;
    padding: 10px;
    position: absolute;
    top: 44%;
    left: 0px;
    z-index: 9999999;
    transform: translateY(-50%);
}

.aboutslider-card .next-arrows {
    background: black;
    color: white;
    padding: 10px;
    position: absolute;
    top: 44%;
    right: 0px;
    z-index: 9999999;
    transform: translateY(-50%);
}

.about-slider-sections .img-about-slider {
    width: 250px;
    height: 250px;
    background: white;
    border-radius: 50%;
    border: 7px solid #c8a9ff;
}

.about-slider-sections .img-about-slider img {
    border-radius: 50%;
    width: 100%;
    height: 238px;
    object-fit: contain;
}

.aboutslider-card .slider1 p {
    justify-content: center;
    align-items: center;
    color: white;
    text-align: justify;
}

.about-inform p {

    padding-bottom: 50px;

    border-bottom: 1px solid #b085d1;
    margin-bottom: 0;
}

.about-slider-sections .about-inform h3 {
    color: white !important;
    border-top: 1px solid #b085d1;
    padding-top: 50px;
    font-size: 44px;
    /* font-weight: 100; */
    margin-bottom: 18px;
}

.main-co-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}


.about-inform {
    width: 60%;
    padding-left: 100px;
}

.fo-content p {
    background: linear-gradient(90deg, rgb(131 58 180 / 0%) 0%, rgb(116 83 215) 50%, rgb(252 176 69 / 0%) 100%);
    margin-top: 34px;
    padding: 13px 29px 10px 29px;
    TEXT-TRANSFORM: uppercase;
    line-height: 26px;
    text-align: center !important;
}

/* .about-slider-sections .slick-dots li button {
    display: none;
} */

.about-slider-sections .slick-dots li {
    width: 27px;
    height: 2px;
    background: #ffffff69;
    border-radius: 35px;
}

.about-slider-sections .slick-dots li.slick-active {
    width: 27px;
    height: 2px;
    background: white !important;
    border-radius: 35px;
}

.about-slider-sections .slick-dots {
    position: absolute;
    bottom: 0;
}

.content-abt-slider {
    padding-top: 100px 0;
}


.content-diff .about-inform p {
    border-bottom: none;
    padding-bottom: 0px;
    ;
}

.content-diff .all-text p {
    color: white;
    padding-top: 3px;
    border-bottom: 1px solid #b085d1;
    padding-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .accordion-item .accordion-body {
        color: grey;
        text-align: justify;
        font-size: 12px;
    }

    .testimonails-cards p {
        text-align: justify;
    }


    .banner_section_blogs {
        margin-top: 0px;
        align-items: center;
        height: 26vh !important;
        background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
        background-size: cover !important;
        /* background-position: center center !important; */
        background-repeat: no-repeat !important;
        background: var(--linearbg) !important;
        background: 65%, url(images/table-bg.html) top center no-repeat;
        background-size: cover;
        padding-top: 80px;
        overflow: hidden;
        padding-bottom: 0px;
        /* margin-top: 5rem; */
    }

    .banner_section_blogs .left-content ul {
        display: flex;
        padding-left: 0 !important;
        height: 12vh !important;
        align-items: center;
        justify-content: center;
    }

    .banner_section_blogs .left-content ul li a {
        font-size: 25px !important;
        text-transform: uppercase;
    }


    .banner_section_blogs .left-content ul li span {
        padding-right: 13px;
        padding-left: 8px;
        font-size: 25px !important;
        color: #ff9c1a;
        font-weight: 100;
    }
}

.banner_section_blogs {
    margin-top: 0px;
    align-items: center;
    height: 40vh;
    background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
    background-size: cover !important;
    /* background-position: center center !important; */
    background-repeat: no-repeat !important;
    background: var(--linearbg) !important;
    background: 65%, url(images/table-bg.html) top center no-repeat;
    background-size: cover;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 0px;
    /* margin-top: 5rem; */
}

.banner_section_blogs .left-content ul {
    display: flex;
    padding-left: 80px;
    height: 30vh;
    align-items: center;
}

.banner_section_blogs .left-content ul li a {
    font-size: 30px;
    text-transform: uppercase;
}


.banner_section_blogs .left-content ul li span {
    padding-right: 13px;
    padding-left: 8px;
    font-size: 31px;
    color: #ff9c1a;
    font-weight: 100;
}





/* hum */
/* body {
    scroll-behavior: smooth;
} */

.sidebar-min {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
    margin-left: -35px !important;
}

.selector {
    transition: ease 0.3s !important;
    position: fixed !important;
    z-index: 999 !important;
}

.selector.shift {
    transform: translateY(-100%);
    transition: ease 0.3s;
}

.owl-icons .owl-prev {
    background: #ede6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.testimonial-investors {
    background: #fff;
    padding: 18px 30px;
    box-shadow: 0 30px 50px rgba(205, 196, 219, 0.3);
    border-radius: 10px;
    position: relative;
}

.test-images img {
    width: 70px;
    position: absolute;
    top: 17px;
    height: 70px;
    border-radius: 50%;
}

.test-images {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: auto;
    background: #F9F7FF;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.test-heads {
    margin-top: 0px;
}

.test-heads h5 {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: 900;
    color: #111 !important;

}

.test-heads h6 {
    color: #c0b6b6 !important;
    font-size: 12px;
    margin-top: 10px;
    min-height: 30px;
}

.test-heads {
    text-align: center;
}

.test-circles i {
    font-size: 24px;
    background: #29176F;
    margin: 0;
    padding: 0;
    color: white;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    display: flex;
    line-height: 50px;
    /* align-items: flex-end; */
    justify-content: center;
    border-radius: 50%;
}

.test-paras .test {
    text-align: justify;
}

.test-paras p {

    text-align: justify;
    color: gray;
    line-height: 26px;
    min-height: 290px;
}

.test-cards {
    margin-top: 60px;
}

.socail-media-accounts ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0px;
}

.socail-media-accounts ul li a {
    color: #cdcdcd;
}

.testi-rows {
    margin: 60px 0px;
}

.testi-rows .prev-arrows {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background: #d2caca;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.heading-title h2 {
    font-size: 36px;
    line-height: 54px;
    padding-bottom: 30px;
    font-weight: bold;
    font-family: Nunito, sans-serif;
}

.testi-rows .next-arrows {
    position: absolute;
    bottom: -65px;
    left: 55%;
    z-index: 9;
    background: #d2caca;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.testi-rows {
    position: relative;
    top: -40px;
}

.inverstors-main-card {
    margin-right: 15px;
    margin-top: 35px !important;
    padding-bottom: 30px;

}

.blog-images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-titles h1 {
    color: #111 !important;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 600;
    line-height: 28px;
    font-family: Nunito, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    overflow: hidden;
    /* min-height: 60px; */
    font-size: 16px;
    text-overflow: ellipsis;
}

.blog-section {
    padding: 125px 0px !important;
}

.blog-titles p {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 21px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    color: #a89999;
}

.accordion .accordion-header .accordion-button {
    background: transparent;
    color: #111;
}

.accordion .accordion-header .accordion-button:focus {
    outline: none;
    border: none;
    box-shadow: none;

}

.accordion-item .accordion-body {
    color: grey;
}

.blog-rows {
    margin-top: 20px;
}

.titleby p span img {
    width: 30px;
    object-fit: contain;
    height: 30px;
}

.blogs-card {
    margin-bottom: 10px;
    border: 1px solid #f3ebeb;
    padding: 15px;
    border-radius: 10px;
}

.social-widjet {
    position: fixed;
    right: 20px;
    bottom: 68px;
    z-index: 99;
}

.wid-icons {

    position: fixed;
    display: none;
    background: #29176F;
    color: white;
    z-index: 99999999999;
    height: 56px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    width: 56px;
    border-radius: 50%;
    right: 20px;
    z-index: 99;
    bottom: 10px;
}
 .msgbut{
    align-items: flex-end;
    display: flex;
    top: 15px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    
}

.scroll-tops {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

.widjet-link .whatsapp {
    height: 56px;
    width: 56px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.wid-icons i {
    font-size: 25px;
}

.widjet-link {
    display: none;
}

.social-open .widjet-link {
    display: block;
}

.titleby p {
    color: #a1a5a1;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.blog-tops p {
    margin-top: 9px;
    font-size: 14px;
}

.blog-tops p span {
    margin-right: 10px;
}

.titleby p span {
    margin-right: 10px;
}

.mobile-close-icons {
    display: none;
}


.desktop-menu li a {
    position: relative;
}

.about-page-img img {
    width: 70% !important;
}

@media screen and (min-width: 768px) {



    .menu-logo a img:nth-child(1) {
        position: absolute;
        left: 0px;
    }

    .menu-logo a img:nth-child(2) {
        position: absolute;
        left: 0px;
        display: none;
    }

    .desktop-menu {
        margin-left: 200px;
    }

    .bgheaders .main-navbar {
        background: white !important;
        color: white;
        transition: 0.3s all;
    }

    .bgheaders .newabout .main-navbar {
        background: #29176f !important;
        color: white;
        transition: 0.3s all;
    }

    .bgheaders .main-navbar .logo-menus .menu-logo a img:nth-child(1) {
        display: none;

    }

    .bgheaders .main-navbar .logo-menus .menu-logo a img:nth-child(2) {
        display: block;

    }

    .bgheaders .headers-btn a:nth-child(1) {
        color: #111 !important;
    }

    .menu-logo {
        padding-top: 5px;
        position: relative;
    }

    .bgheaders .main-navbar .desktop-menu li a.active {
        color: orange !important;

    }

    .bgheaders .main-navbar .desktop-menu li a:hover {
        color: #111 !important;

    }

    .bgheaders .new.main-header .main-navbar .nav-inner ul li a {
        color: #111;
    }

    .bgheaders .new.main-header .main-navbar .nav-inner ul li:hover a {
        color: #ff9c1a !important;
    }

    .topbar-right :hover a {
        color: #000;
    }

    .bgheaders .new.main-header .main-navbar {
        box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    }

    .custom-section {
        padding-top: 95px;
        padding-bottom: 0px;
    }

    .padding-testimonils {
        padding-bottom: 80px;
    }

    .close-menus {
        display: none;
    }
}


.new.main-header .main-navbar {
    background: transparent;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.new.main-header .main-navbar .nav-inner ul li a {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 18px;

    font-weight: 400;
    color: #fff;
    margin: 0 20px;
    font-family: Nunito, sans-serif;
    text-transform: capitalize;
}

/*  .new.main-header .main-navbar .nav-inner ul li a.active::after,  .new.main-header .main-navbar .nav-inner ul li:focus a::after,  .new.main-header .main-navbar .nav-inner ul li:hover a::after{
    display: none;
} */
.new.main-header .main-navbar .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}

.logo-menus {
    display: flex;
    gap: 55px;
    position: relative;
}

.headers-btn a:nth-child(2) {
    border-radius: 10px;
    color: var(--white);
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .56px;
    margin-left: 36px;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 2;
    background: linear-gradient(169deg, #6f72c4 23.57%, #4f53b4 71.27%);
    border-radius: 10px;
    color: white !important;
}

.headers-btn a:nth-child(1) {
    border-radius: 10px;
    color: var(--white);
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-size: 18px !important;
    display: inline-block;
}

.mainbanner .banner_section .left-content {
    text-align: center;
    margin-top: 60px;
    height: 100vh;
}

.mainbanner .banner_section {
    background: var(--linearbg) !important;
    background: 65%, url(images/table-bg.html) top center no-repeat;
    background-size: cover;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 0px;
    /* margin-top: 5rem; */
}

.form-wraper {
    display: flex;
    justify-content: flex-start !important;
    gap: 25px !important;
    margin-top: 50px;
}

.input-box-new {
    max-width: 100%;
}

.mainbanner .banner_section .slider-area .item .left-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    font-family: Nunito, sans-serif;
    /* max-width: 500px; */
    padding-bottom: 25px;
    color: grey;
    color: #c2c2c2;
    text-align: center !important;
    max-width: 100% !important;
}

.input-box-new .new-form-wrapper a:nth-child(1) {
    border-radius: 10px !important;
    /* background: linear-gradient(169deg, #6f72c4 23.57%, #4f53b4 71.27%) !important; */

    background-color: #2566CE !important;
    border-radius: 10px;
    border: none !important;
}

.banner-btns .blue-btns {
    background-color: white !important;
    border: none;
    color: var(--prime-purple) !important;
}

.banner1 p {
    font-size: 17px;
    letter-spacing: 4px !important;
}

.banner-slidingpart .banner-btns .new-form-wrapper .white-btns {
    display: block;
    max-width: 245px;
    line-height: 60px;
    border-radius: 30px;
    position: relative;
    z-index: 999;
    /* border: 1px solid #fff !important; */
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    box-shadow: none;
    outline: 0;
    width: 100%;
    transition: .4s;
    border: none;
    background-color: #ff9c1a !important;
}

.average-rates span:first-child {
    font-size: 28px !important;
}

.banner-sliding p span {
    font-size: 22px;
    background-color: white;
    color: #29176f;
    padding: 0px 10px;
}

.banner-listes {
    text-align: left;
    color: white;
}

.banner-listes ul li span i {
    background: orange;
    width: 25px;
    height: 25px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;

}

.banner-listes ul li span {
    margin-right: 7px;
}

.banner-listes ul li {
    color: #d3c4c4;
    font-weight: 100;
    margin-bottom: 10px;
}

.img-inner-card1 img {
    width: 36px;
    object-fit: contain;
}

.input-box-new .new-form-wrapper a:nth-child(2) {
    border-radius: 10px !important;

}

.mainbanner .banner_section {
    margin-top: 0px;
    align-items: center;

    height: 100vh;
    background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
    background-size: cover !important;
    /* background-position: center center !important; */
    background-repeat: no-repeat !important;
}

.menu-bar {
    display: none;
}

/*  .new.main-header .main-navbar .nav-inner ul li a:hover{
    color: orange;
    transition: 0.3s all;
} */
.slider-card-testimonials {
    margin-top: 50px;
}

.row-mt-50 {
    margin-top: 50px;
}



.top-butns button {
    position: fixed;
    left: 20px;
    bottom: 10px;
    border: none;
    display: none !important;
    z-index: 99;
    background: #29176F;
    color: white;
    box-shadow: none;
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 56px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    width: 56px;
    border-radius: 50%;
    transform: 0.4s all;
}

.newClass .top-butns button {
    display: block !important;

}
.newClass .wid-icons  {
    display: block !important;

}

.whatsapp a img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

span.expandMenu {
    cursor: pointer;
    display: block;
    height: auto;
    position: absolute;
    right: 15px;
    top: 46%;
    transform: translateY(-50%);
    width: 25px;
}

span.expandMenu i {
    background-color: white;
    border-radius: 50px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: relative;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    width: 100%;
}

.expandMenu i+i {
    margin-top: 6px;
}

.expandMenu.active i:first-child {
    position: relative;
    top: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: #29176F;
}

.expandMenu.active i:nth-child(2) {
    left: -46px;
    opacity: 0;
    position: relative;
    background: #29176F;
}

.expandMenu.active i:last-child {
    position: relative;
    top: -8px;
    transform: rotate(-135deg);
    background: #29176F;
    -webkit-transform: rotate(-135deg);
}

.newClass .new.main-header {
    background-color: #0F0049;
}

.main-business-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 70px;

}

.client-logo {
    border: 1px solid #ebebeb;
    margin-right: 10px;
}

.client-logo img {
    height: 180px;
    object-fit: contain;
    width: 100%;
    padding: 20px;
}

.logo-sections {
    padding: 0px 0px 0px 0px !important;
}

.client-slider {
    margin-top: 25px;
}

/* new blog css */
.following-post-thum {
    display: block;
}

.following-post-thum img {
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 1px solid #eef3ee;

}

.following-blog-post-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 25px;
}

.following-blog-post-title {
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

.trending-blog-post-category a {
    min-width: 100px;
    font-size: 13px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 10px;
    color: #222;
}

.business {
    background-color: #e1f3ff;
    border-radius: 15px;
}

.following-blog-post-author a {
    color: #000000;
}

.following-blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-meta-left-side span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.post-meta-left-side span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.post-meta-left-side span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.trending-blog-post-category {
    margin-right: 25px;
}

.single-following-post {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    padding: 15px;
    border-radius: 15px;
}

.following-blog-post-title a {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    overflow: hidden;
    /* min-height: 60px; */
    font-size: 16px;
    text-overflow: ellipsis;
}

.post-date i {
    margin-right: 10px;
}

.post-meta-right-side a img {
    margin: 0px 4px;
}

.post-date a {
    color: #111;
}

.fig-number {
    font-size: 28px !important;
    color: white;
}

.why-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}

.whychoosecard {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 45px;
    border-radius: 30px;
    padding: 25px;
}

.downarrows {
    display: none;
    transition: all 2s linear;
}

.choose-logo {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    width: 70px;
    height: 70px;
}

.choose-logo span i {
    color: #fff;
    font-size: 30px;
}

.whychoose-heads h5 {
    color: var(--prime-purple) !important;
    text-transform: none;
    font-size: 23px;
    margin-top: 15px;
}

.contents-testimonials p {
    font-size: 13px;
}

.whycontents p {
    font-size: 15px;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    line-height: 26px;
    color: #978686d9 !important;
}

.testimonails-cards>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    line-height: 28px;
    overflow: hidden;
    min-height: 260px;
    max-height: 260px;
    font-size: 16px;
    text-overflow: ellipsis;
}

.part-one-count~span {
    font-size: 12px;
    color: #a7a7a7;

}

.let-grow-together p {
    text-align: justify;
    margin-bottom: 15px;
}

.meetbottom-rows .main-heading-counter p {
    color: #a7a7a7;
    font-size: 18px;
    width: 63%;
    text-align: center;
    font-weight: 100 !important;
}

.meetbottom-rows .input_box {
    max-width: 100%;
}

.meetbottom-rows .input_box .new-form-wrapper a {
    border-radius: 10px !important;
    /* background: linear-gradient(169deg, #6f72c4 23.57%, #4f53b4 71.27%) !important; */
    border-radius: 10px;
    border: none !important;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #ffffff !important;
}

.meetbottom-rows .input_box .new-form-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: center !important;
}

.story-page-img img {
    width: 60%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;

}

.css-vehhn3 {
    padding: 120px 0px 30px 0px;
    height: auto;
}

.css-1jyx3tm {
    max-width: 72rem;
}

.css-1jyx3tm {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

.css-1tqvf70 .MuiBox-root {
    padding-right: 30%;
}

.css-1scryk1 {
    width: 30%;
}

.css-1scryk1 img {
    width: 80%;
    height: 520px;
}

.css-1scryk1 img:nth-child(1) {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.css-1scryk1 img:nth-child(2) {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.details-teams p strong {
    font-size: 12px !important;
}

.details-teams p {
    margin-bottom: 5px;
}

.css-iqbt4y {
    display: flex;
    flex-wrap: wrap;
}

.css-2tc2s4 {

    width: 70%;
}

.css-uj36w1 {
    text-align: left;
    margin-bottom: 2.5rem;
}

.css-1j7pxlf {
    margin: 0px 0px 0.4rem;
    line-height: 1.2;
    font-family: Baikal, Inter, sans-serif !important;
    letter-spacing: -0.045em;
    color: rgb(25, 25, 25);
    font-size: 2rem;
    font-weight: 700;
}

.css-o2di0e {
    margin: 0px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    width: 80%;
    opacity: 0.7;
}

.css-jcksi0 {
    display: flex;
    flex-direction: column;
}

.css-r12ba4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding: 8px 0px;
}

.css-jcksi0 .MuiStep-root .Mui-active {
    color: rgb(16, 129, 232);
    font-weight: 700;
}

.css-jcksi0 .MuiStep-root .MuiStepLabel-iconContainer .MuiSvgIcon-root {
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

.css-jcksi0 .MuiStep-root .Mui-active .MuiSvgIcon-root {
    border-radius: 50%;
    height: 1.8rem;
    width: 1.8rem;
    border: 4px solid rgba(49, 179, 224, 0.24) !important;
    color: rgb(16, 129, 232) !important;
}

.css-jcksi0 .MuiStep-root .MuiStepLabel-iconContainer .MuiSvgIcon-root .MuiStepIcon-text {
    fill: rgb(12, 12, 12);
    font-size: 0.875rem;
    font-weight: 700;
}

.css-jcksi0 .MuiStep-root .Mui-active .MuiSvgIcon-root .MuiStepIcon-text {
    font-size: 1rem;
    fill: rgb(255, 255, 255) !important;
}

.css-h2cmlr {
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
}

.css-jcksi0 .MuiStep-root .Mui-active.MuiStepLabel-label {
    font-weight: 700;
    font-size: 1.25rem;
    color: rgb(12, 12, 12) !important;
}

.css-jcksi0 .MuiStep-root .MuiStepLabel-label {
    font-size: 1.125rem;
    color: rgb(107, 107, 107);
    font-weight: 500;
    cursor: pointer;
    padding-left: 12px;
}

.css-jcksi0 .MuiStep-root .MuiStepContent-root {
    text-align: left;
    padding-left: 37px;
    border-left: 1px solid rgb(16, 129, 232);
}

.css-d0mviz {
    margin-left: 12px;
    padding-left: 20px;
    padding-right: 8px;
    border-left: 1px solid rgb(189, 189, 189);
}

.css-inp9se {
    height: auto;
    overflow: visible;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-hboir5 {
    display: flex;
    width: 100%;
}

.css-8atqhb {
    width: 100%;
    text-align: justify;
}

.css-f58h4c {
    margin: 0px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: rgb(84, 84, 84);
    font-weight: 500;
}

.css-jcksi0 .MuiStep-root .MuiStepContent-root {
    text-align: left;
    padding-left: 37px;
    max-height: 0;
    transition: max-height 0.30s ease-out;
    overflow: hidden;
    background: white;
    border-left: 1px solid rgb(16, 129, 232);
}

/* .MuiStep-root:hover .MuiStepContent-root{
    max-height: 500px;
    transition: max-height 0.45s ease-in;
} */
.activedrop {
    max-height: 500px !important;
    transition: max-height 0.45s ease-in;
}

.css-6muq77 {
    flex: 1 1 auto;
    margin-left: 12px;
}

.css-6muq77:nth-of-type(2) .MuiStepConnector-line {
    border-color: rgb(16, 129, 232);
}

.css-6muq77 .MuiStepConnector-line {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.css-jcksi0 .MuiStep-root .MuiStepLabel-iconContainer .MuiSvgIcon-root {
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

.mouse-event-class.active {
    display: block;
}

.mouse-event-class {
    display: none;
}

.MuiStepper-root .stepss:last-child .MuiStepContent-root {
    /* max-height: 500px;
transition: max-height 0.45s ease-in; */
    /* max-height: 500px;
transition: max-height 0.45s ease-in; */
    border: none !important;

}

.banner-slidingpart .banner-btns .new-form-wrapper .white-btns:hover {
    background-color: orange !important;
    transition: 0.3s all;
    color: #ffffff;
}

.bg-abt .main-bg-story .our-story-title {
    padding-top: 0px;
}

.position-rel {
    position: relative;
}

.position-rel:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 300px;
    background: gray;
    left: 0;
    z-index: 9999999;

    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    z-index: 99;
}




@media screen and (min-width:1400px) and (max-width:1500px) {
    .d-flex-banner .img-banner-part {
        width: 35%;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-sliding .left-content {
        padding-top: 60px;
    }

    .banner-sliding .form-wraper {
        margin-top: 25px;
    }

    .banner-sliding .banner-slidingpart h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .mainbanner .banner_section {
        height: 100vh;
    }
    .d-flex-banner {
        display: flex;
        width: 100%;
        padding: 0 90px;
        height: 70vh;
        align-items: center;
    }
    .mainbanner .banner_section .slick-track,
    .mainbanner .banner_section .banner-row,
    .mainbanner .banner_section .banner-row .banner-sliding {
        height: 100vh;
    }

    .banner-sliding .slick-dots {
        bottom: 110px;
    }

    .banner-sliding h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width:1300px) and (max-width:1399px) {
    .d-flex-banner {
        display: flex;
        width: 100%;
        padding: 0 90px;
        height: 65vh;
        align-items: center;
    }
    .d-flex-banner .img-banner-part {
        width: 35%;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-sliding .left-content {
        padding-top: 60px;
    }

    .banner-sliding .form-wraper {
        margin-top: 25px;
    }

    .banner-sliding .banner-slidingpart h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .mainbanner .banner_section {
        height: 100vh;
    }

    .mainbanner .banner_section .slick-track,
    .mainbanner .banner_section .banner-row,
    .mainbanner .banner_section .banner-row .banner-sliding {
        height: 100vh;
    }

    .banner-sliding .slick-dots {
        bottom: 104px;
    }

    .banner-sliding h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
    .headers-btn a:nth-child(1) {
        border-radius: 10px;
        color: var(--white);
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: white;
        font-size: 16px !important;
        display: inline-block;
    }

    .new .main-header .main-navbar .nav-inner ul li a {
        display: block;
        line-height: 60px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin: 0 14px;
        font-family: Nunito, sans-serif;
        text-transform: capitalize;
    }

    .css-1jyx3tm {
        padding-left: 43px;
        padding-right: 43px;
    }

    .d-flex-banner .img-banner-part {
        width: 35%;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-sliding .left-content {
        padding-top: 60px;
    }

    .banner-sliding .form-wraper {
        margin-top: 25px;
    }

    .banner-sliding .banner-slidingpart h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .mainbanner .banner_section {
        height: 100vh;
    }
    .d-flex-banner {
        display: flex;
        width: 100%;
        padding: 0 90px;
        height: 70vh;
        align-items: center;
    }
    .mainbanner .banner_section .slick-track,
    .mainbanner .banner_section .banner-row,
    .mainbanner .banner_section .banner-row .banner-sliding {
        height: 90vh;
    }

    .banner-sliding .slick-dots {
        bottom: 8px;
    }

    .banner-sliding h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .new .main-header .main-navbar .nav-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 50px 15px 50px;
    }

    .headers-btn a:nth-child(2) {
        border-radius: 10px;
        color: var(--white);
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .56px;
        margin-left: 36px;
        padding: 10px 20px;
    }

    .headers-btn a:nth-child(1) {
        border-radius: 10px;
        color: var(--white);
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: white;
        font-size: 13px !important;
        display: inline-block;
    }

    .new .main-header .main-navbar .nav-inner ul li a {
        display: block;
        line-height: 60px;
        position: relative;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin: 0 8px;
        font-family: Nunito, sans-serif;
        text-transform: capitalize;
    }

    .banner-slidingpart .banner-btns .new-form-wrapper .white-btns {
        display: block;
        max-width: 238px;
        line-height: 55px;
        font-size: 17px;
    }

    .join-sec-yellow>h1 {
        font-size: 6rem;
    }

    .following-post-thum img {

        height: 180px;
    }

    .main-heading-counter p:nth-child(3) {
        width: 70%;
    }

    .client-logo img {
        height: 130px;
    }

    .main-business-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 40px;
    }

    .card-business-crowd h3 {

        font-size: 16px;
        line-height: 26px;

        letter-spacing: 1px;

    }

    .card-business-crowd p {

        font-size: 15px;
        line-height: 25px;

    }

    .css-1tqvf70 .MuiBox-root {
        padding-right: 18%;
    }

    .css-vehhn3 {
        padding: 120px 30px 30px 30px;
        height: auto;
    }

    .new.main-header .main-navbar {
        padding: 13px 30px;
    }

    .desktop-menu {
        margin-left: 141px;
    }

    .new.main-header .main-navbar .nav-inner ul li a {
        font-size: 15px;
        margin: 0 12px;
    }

    .new.main-header .main-navbar .nav-inner {
        padding: 10px 0;
    }

    .d-flex-banner .img-banner-part {
        width: 35%;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-sliding .left-content {
        padding-top: 89px;
    }

    .banner-sliding .form-wraper {
        margin-top: 25px;
    }

    .banner-sliding .banner-slidingpart h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .d-flex-banner {
        padding: 0 40px;
    }

    .mainbanner .banner_section {
        height: 100vh;
    }

    .banner-sliding p span {
        font-size: 15px;
        background-color: white;
        color: #29176f;
        padding: 4px 20px;
    }

    .mainbanner .banner_section .slick-track,
    .mainbanner .banner_section .banner-row,
    .mainbanner .banner_section .banner-row .banner-sliding {
        height: 94vh;
    }
    .d-flex-banner {
        display: flex;
        width: 100%;
        padding: 0 90px;
        height: 75vh;
        align-items: center;
    }

    .banner-sliding .slick-dots {
        bottom: 23px;
    }

    .banner-sliding h2 {
        font-size: 32px;
        line-height: 45px;
        padding: 0 0 20px 0;

    }

    .banner-listes ul li span i {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }

    .banner-listes ul li {
        color: #d3c4c4;
        font-weight: 100;
        margin-bottom: 7px;
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .new .main-header .main-navbar .nav-inner ul li a {
        display: block;
        line-height: 60px;
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin: 36px 20px 0 20px;
        font-family: Nunito, sans-serif;
        text-transform: capitalize;
    }
    .nav-inner .mobile-topbar {
        display: block !important;
    }

    .join-sec-yellow>h1 {
        font-size: 6rem !important;
    }

    .ipad-mt {
        margin-top: 45px;

    }

    .card-business-crowd {
        height: 248px;
    }

    .circle-card-g91 {
        width: 70%;
        margin-bottom: 55px;
    }

    .main-business-card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 70px;
        justify-items: center;
    }

    .card-business-crowd h3 {

        font-size: 16px;
        line-height: 26px;

        letter-spacing: 1px;

    }

    .card-business-crowd p {

        font-size: 15px;
        line-height: 25px;

    }

    .css-1tqvf70 .MuiBox-root {
        padding-right: 18%;
    }

    .css-vehhn3 {
        padding: 120px 30px 30px 30px;
        height: auto;
    }

    .new.main-header .main-navbar {
        padding: 13px 30px;
    }

    .desktop-menu {
        margin-left: 141px;
    }

    .new.main-header .main-navbar .nav-inner ul li a {
        font-size: 15px;
        margin: 0 12px;
    }

    .new.main-header .main-navbar .nav-inner {
        padding: 10px 0;
    }

    .d-flex-banner .img-banner-part {
        width: 35%;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-sliding .left-content {
        padding-top: 60px;
    }

    .banner-sliding .form-wraper {
        margin-top: 25px;
    }

    .d-flex-banner .banner-part {
        width: 65%;
    }

    .banner-sliding .banner-slidingpart h1 {
        font-size: 27px;
        line-height: 45px;
    }

    .d-flex-banner {
        padding: 0 40px;
    }

    .mainbanner .banner_section {
        height: 100vh;
    }

    .banner-sliding p span {
        font-size: 15px;
        background-color: white;
        color: #29176f;
        padding: 4px 20px;
    }
    .d-flex-banner {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0 69px;
        height: 75vh;
    }
    .mainbanner .banner_section .slick-track,
    .mainbanner .banner_section .banner-row,
    .mainbanner .banner_section .banner-row .banner-sliding {
        height: 91vh;
    }

    .banner-sliding .slick-dots {
        bottom: 25px;
    }

    .banner-sliding h2 {
        font-size: 27px;
        line-height: 45px;
        padding: 0 0 18px 0;
    }

    .banner-listes ul li {
        margin-bottom: 5px;
    }

    .banner-listes ul li {

        margin-bottom: 5px;
        font-size: 16px;
    }

    .banner-listes ul li span i {
        width: 23px;
        height: 23px;
        line-height: 25px;
        font-size: 11px;
    }

    .banner1 p {
        font-size: 14px;
        letter-spacing: 4px !important;
    }

    .banner-slidingpart .banner-btns .new-form-wrapper .white-btns {
        max-width: 215px;
        line-height: 47px;
        font-size: 16px;

    }

    .client-logo img {
        height: 100px;
        object-fit: contain;
        width: 100%;
        padding: 20px;
    }

    .main-heading-counter p:nth-child(3) {
        font-size: 16px;
        width: 93%;
    }

    .main-heading-counter h3 {
        font-size: 32px;
        margin: 10px 0 2px 0;
    }

    .fig-number {
        font-size: 25px !important;
    }

    .part-one-count p {
        font-size: 25px;
    }

    .join-sec-yellow>h1 {
        font-size: 5rem;
        margin: 0 0 -47px;
    }

    .main-accordain-all .accordion {
        width: 70%;
        padding-left: 20px;
        padding-right: 26px;
    }

    .faq-side-content h3 {
        margin: 0px 0px 16px;
        font-weight: 600;
        line-height: 22px;
        font-size: 16px;
    }

    .main-accordain-all .faq-side-content {
        padding-right: 19px;
        padding-left: 19px;
    }

    .main-accordain-all .accordion {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.heading-title h3 {
    font-size: 36px;
    line-height: 54px;
    padding-bottom: 30px;
    color: #111;
    font-weight: 700 !important;
    text-align: center;
    font-family: Baikal, Inter, sans-serif !important;
}



.card-business-crowd h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #185C65;
    /* min-height: 60px; */
    margin: 0;
    padding: 0 15px 4px 15px;
}

.join-sec-yellow>h4 {
    font-size: 7rem;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin: 0 0 -3.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-text-stroke: 1px #f2ba51c0; */
    color: orange !important;
}
    .join-section>h4{
 
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    
    .circle-card-g91 .card-business-crowd h4 {
         font-style: normal;
         font-weight: 500;
         font-size: 15px;
         line-height: 28px;
         text-align: center;
         letter-spacing: 2px;
         text-transform: uppercase;
         color: #185C65;
         margin: 0;
         padding: 0 15px 4px 15px;
     }
 
     .heading-title h3 {
         font-size: 25px !important;
         padding-bottom: 0;
         line-height: 54px !important;
         font-weight: 600 !important;
         text-align: center;
         font-family: Nunito, sans-serif;
     }
 
     .nav-inner .mobile-topbar {
         display: block !important;
     }
 
     .topbar-right {
         display: none;
     }
 
     .about-page-img img {
         width: 45% !important;
     }
 
     .margin-about {
         margin-top: 17px;
         margin-bottom: 45px;
     }
 
     .position-rel:before {
         height: 160px;
     }
 
     .main-co-found {
         display: flex;
         flex-direction: column;
         align-items: center;
         flex-wrap: wrap;
         width: 100%;
     }
 
     .aboutslider-card .slider1 {
         padding: 0 12px;
         display: flex !important;
         align-items: center;
         flex-wrap: wrap;
     }
 
     .about-inform {
         width: 100%;
         padding-left: 0;
     }
 
     .aboutslider-card .slider1 p {
         justify-content: center;
         align-items: center;
         color: white;
         font-size: 12px;
         padding: 5px;
         text-align: justify;
     }
 
     .bg-abt {
         padding: 20px 0px 25px 0px;
     }
 
     .about-slider-sections .about-inform h3 {
         color: white !important;
         border-top: 1px solid #b085d1;
         padding-top: 10px;
         font-size: 15px;
         text-align: center;
         /* font-weight: 100; */
         margin-bottom: 18px;
     }
 
     .main-bg-story .our-story-title {
         width: 100% !important;
         max-width: 100% !important;
         padding-top: 25px;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
 
     .about-inform p {
         padding-bottom: 50px;
         border-bottom: none;
         margin-bottom: 0;
     }
 
     .story-paragraph {
         padding: 65px 20px 0px;
     }
 
     .about-slider-sections .slick-dots {
         position: absolute;
         bottom: -40px;
     }
 
     .about-slider-sections .img-about-slider img {
         border-radius: 50%;
         width: 100%;
         height: 138px;
         object-fit: contain;
     }
 
     .fo-content p {
         margin-top: 10px;
     }
 
     .about-slider-sections .img-about-slider {
         width: 150px;
         height: 150px;
         background: white;
         display: block;
         margin: auto;
         border-radius: 50%;
         border: 7px solid #c8a9ff;
     }
 
     .css-1scryk1 img:nth-child(2), .css-1scryk1 img:nth-child(1) {
         width: 40%;
         height: auto;
         padding-top: 25px;
     }
 
     .banner-row .banner-sliding {
         height: 100vh;
         margin-bottom: 0px;
         /* background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important; */
 
     }
 
     .mainbanner .banner_section {
         margin-top: 0px;
         align-items: center;
         height: 60vh;
     }
 
     .banner-sliding .slick-dots li {
         position: relative;
         display: inline-block;
         width: 8px;
         height: 8px;
         margin: 0 5px;
         padding: 0;
         cursor: pointer;
         background: white;
         border-radius: 50%;
     }
 
     .banner-sliding .slick-dots {
         left: 0px;
     }
 
     .css-1j7pxlf {
         margin: 0px 0px 0.4rem;
 
         font-size: 20px;
         line-height: 54px;
         padding-bottom: 0px;
         font-weight: bold;
         font-family: Nunito, sans-serif;
         text-align: center;
     }
 
     .css-o2di0e {
         margin: 0px;
         margin: 0px;
         line-height: 1.4;
         letter-spacing: -0.01em;
         font-family: Inter, sans-serif;
         font-size: 13px;
         font-weight: 600;
         color: rgb(0, 0, 0);
         width: 100%;
         text-align: center;
         opacity: 0.7;
         margin-top: -15px;
     }
 
     .css-jcksi0 .MuiStep-root .MuiStepContent-root {
         text-align: left;
         padding-left: 37px;
         max-height: 0;
         transition: max-height 0.5s ease-out;
         overflow: hidden;
         background: white;
         border-left: 1px solid rgb(16, 129, 232);
     }
 
     .css-inp9se {
         height: auto;
         overflow: visible;
         transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     }
 
     .css-uj36w1 {
         text-align: left;
         margin-bottom: 25px;
     }
 
     .css-vehhn3 {
         padding: 4rem 0px 0px;
         height: auto;
         padding: 30px 0px 15px 0px !important;
     }
 
     .css-1scryk1 {
         width: 100%;
         margin: 35px auto 0px auto;
     }
 
     .css-1scryk1 img {
         width: 40%;
         margin: 0px auto;
         height: auto;
     }
 
     .css-jcksi0 .MuiStep-root .Mui-active.MuiStepLabel-label {
         font-weight: 700;
         font-size: 13px;
         color: rgb(12, 12, 12) !important;
     }
 
     .story-page-img img {
         width: 90%;
         height: auto;
         object-fit: cover;
         border-radius: 10px;
 
     }
 
     .banner-sliding p span {
         font-size: 14px;
     }
 
     .banner-listes ul li span i {
         background: #2566CE;
         width: 18px;
         height: 18px;
         display: inline-block;
         text-align: center;
         line-height: 18px;
         border-radius: 50%;
         font-size: 10px;
     }
 
     .meetbottom-rows .main-heading-counter p {
         font-size: 14px;
         width: 100%;
     }
 
     .banner-listes ul li {
         color: #d3c4c4;
         font-weight: 100;
         font-size: 13px;
         margin-bottom: 10px;
     }
 
     .input_box .form-wraper {
         justify-content: center !important;
     }
 
     .banner-slidingpart .banner-btns .new-form-wrapper .white-btns {
         display: block;
 
         line-height: inherit !important;
         padding: 6px 15px;
         border-radius: 30px;
         /* border: 1px solid #fff !important; */
         font-size: 14px;
         max-width: none;
         font-weight: 600;
 
         text-align: center;
         box-shadow: none;
         outline: 0;
         width: auto;
         transition: .4s;
         border: none;
 
     }
 
     .about-page-section {
         margin-top: 60px;
     }
 
     .open-questions .downarrows i {
         transform: rotate(180deg);
         transition: 0.7s all;
         font-size: 23px;
     }
 
     .downarrows i {
         color: var(--prime-purple) !important;
         font-size: 23px;
     }
 
     .why-main {
         display: grid;
         grid-template-columns: repeat(1, 1fr);
         grid-column-gap: 0px;
     }
 
     .choose-logo {
         display: none;
     }
 
     .whycontents {
         display: none;
     }
 
     .whychoose-heads h5 {
         margin: 10px 0px;
         font-size: 16px;
         text-align: left;
     }
 
     .whychoosecard {
         background: rgb(255, 255, 255);
         box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 45px;
         border-radius: 0px;
         padding: 15px;
         margin-bottom: 10px;
     }
 
     .downarrows {
         display: block;
     }
 
     .whychoose-heads {
         display: flex;
         align-items: center;
         justify-content: space-between;
     }
 
     .open-questions .whycontents {
         display: block;
         transition: all 2s linear;
     }
 
     .client-logo img {
         height: 120px;
         object-fit: contain;
         width: 100%;
         padding: 20px;
     }
 
     .whycontents p {
         font-size: 16px;
         padding: 0px;
         margin: 0px;
         line-height: 26px;
         text-align: left;
     }
 
     .following-blog-post-title a {
         color: #000;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 2;
         line-height: 22px;
         overflow: hidden;
         /* min-height: 60px; */
         font-size: 14px;
         text-overflow: ellipsis;
     }
 
     .following-post-thum img {
         border-radius: 15px;
         width: 100%;
         height: 190px;
         object-fit: cover;
         border: 1px solid #eef3ee;
     }
 
     .post-meta-left-side span {
         position: relative;
         padding-right: 10px;
         margin-right: 10px;
         font-size: 11px;
     }
 
     .following-blog-post-title {
         margin: 0px;
         padding: 0px 0px 15px 0px;
     }
 
     .post-date a {
         font-size: 11px;
     }
 
     .trending-blog-post-category a {
         min-width: 100px;
         text-align: center;
         padding: 4px 5px;
         border-radius: 10px;
         font-size: 12px;
         color: #222;
     }
 
     .single-following-post {
         margin-bottom: 20px;
     }
 
     .following-blog-post-author, .following-blog-post-author a {
         font-size: 12px;
     }
 
     .card-business-crowd {
         height: auto;
     }
 
     .logo-sections {
         padding: 0px 0px 35px 0px !important;
     }
 
     .sliderdriven .prev-arrows {
         background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
         color: white;
         /* padding: 10px; */
         position: absolute;
         top: 44%;
         left: 0px;
         z-index: 99;
         transform: translateY(-50%);
         width: 35px;
         box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
         height: 35px;
         border-radius: 50%;
         display: flex;
         justify-content: center;
         align-items: center;
     }
 
     .css-f58h4c {
         margin: 0px;
         font-size: 13px;
         line-height: 20px;
         color: rgb(84, 84, 84);
         font-weight: 500;
     }
 
     .sliderdriven .next-arrows {
         background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
         color: white;
         /* padding: 10px; */
         position: absolute;
         top: 44%;
         right: 0px;
         z-index: 99;
         transform: translateY(-50%);
         width: 35px;
         box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
         height: 35px;
         border-radius: 50%;
         display: flex;
         justify-content: center;
         align-items: center;
     }
 
     .banner-sliding .slick-dots {
         position: absolute;
         display: block;
         width: 100%;
         padding: 0;
         margin: 0;
         list-style: none;
         text-align: center;
         bottom: 70px;
         z-index: 9;
     }
 
     .flex-counters .counter-container {
         display: flex !important;
     }
 
     .blog-rows {
         margin-top: 0px;
     }
 
     .flex-counters {
         /* display: grid; */
         grid-template-columns: repeat(2, 1fr);
         justify-items: center;
         margin-top: 25px;
         grid-row-gap: 15px;
         margin-bottom: 0px;
     }
 
     .business-crowd {
         padding: 30px 0;
         margin: 0px !important;
     }
 
     .faq-sections,.custom-section,.testimonial-section {
 
         padding: 30px 0px;
         margin: 0px !important;
     }
     .custom-section{
        padding-bottom: 0px !important;
     }
     .client-slider{
        margin-top: 20px !important;
     }
 
     .contents-testimonials h3 {
         font-size: 15px;
         text-transform: capitalize;
         margin-top: 10px;
     }
 
     .contents-testimonials p {
         font-size: 12px;
     }
 
     .testimonails-cards p {
         font-size: 13px;
         line-height: 22px;
         margin-top: 10px;
        
         min-height: auto;
     }
 
     .testimonails-cards {
         background: #ffffff;
         margin: 0 15px;
         padding: 20px 15px;
     }
 
     .testimonial-section {
         background: #f0edff;
         padding: 30px 0;
     }
 
     .main-heading-counter h3 {
         color: #ffffff !important;
         font-size: 20px;
         margin: 15px 0 15px 0;
         text-align: center;
     }
 
     .main-heading-counter p:nth-child(3) {
         color: #a7a7a7;
         font-size: 14px;
         width: 100%;
         text-align: center;
         font-weight: 100 !important;
     }
 
     .counter {
         font-size: 27px;
         color: white;
     }
 
     .part-one-count p {
         color: white;
         font-size: 18px;
         margin: 0px 0 0 2px;
     }
 
     .d-flex-banner .img-banner-part {
         display: none;
     }
 
     .d-flex-banner .banner-part {
         width: 100%;
     }
 
     .banner-sliding p {
         font-size: 12px;
         font-weight: 400;
         line-height: 24px;
         text-align: center !important;
     }
 
     .banner-sliding .banner-slidingpart h1 {
         font-size: 24px;
         font-weight: 700;
         color: #fff !important;
         line-height: 27px;
         font-family: Nunito, serif;
         padding: 0 0 30px 0;
         width: 100%;
         margin: 0 auto;
         text-align: center;
     }
 
     .banner-sliding .left-content {
         padding-top: 0px;
         height: 54vh;
         display: flex;
         align-items: center;
         justify-content: center;
     }
 
     .let-grow-together {
         text-align: center;
     }
 
     .card-business-crowd h3 {
         font-style: normal;
         font-weight: 500;
         font-size: 15px;
         line-height: 28px;
         text-align: center;
         letter-spacing: 2px;
         text-transform: uppercase;
         color: #185C65;
         margin: 0;
         padding: 0 15px 4px 15px;
     }
 
     .card-business-crowd p {
         font-style: normal;
         font-weight: 500;
         font-size: 12px;
         line-height: 20px;
         text-align: center;
         letter-spacing: 0.05px;
         color: #2B303A;
         margin: 0;
         min-height: auto;
     }
 
     .let-grow-together p {
         font-size: 14px;
         margin-top: 15px;
     }
 
     .about-page-img img {
         width: 75%;
         display: block;
         margin: auto;
         margin-bottom: 0px;
     }
 
     .accordion-item .accordion-body {
         color: grey;
         font-size: 12px;
     }
 
     .let-grow-together h4, .let-grow-together h1 {
         font-size: 20px;
     }
 
     .main-heading-counter p:nth-child(1) {
         color: #ffffff;
         background: #ff9c1a;
         border-radius: 9px;
         letter-spacing: 1px;
         padding: 2px 16px;
         font-weight: bold;
         /* color: black; */
         font-size: 11px;
     }
 
     .counter-container span {
         color: #ffffff;
         font-size: 18px;
         font-weight: 100 !important;
     }
 
     .headers-btn-about {
         display: flex;
         justify-content: center;
     }
 
     .circle-card-g91 {
         text-align: center;
         max-width: 100%;
 
         margin: 0px;
         height: auto;
     }
 
     .css-2tc2s4 {
         width: 100% !important;
     }
 
     .css-1tqvf70 .MuiBox-root {
         padding-right: 0%;
     }
 
     /* body {
         overflow-x: hidden;
     } */
 
     .d-flex-banner {
         height: 100vh;
         display: flex;
         width: 100%;
         padding: 0 0px;
         align-items: center;
         padding-top: 0px;
     }
 
     .banner-listes {
         text-align: center;
         color: white;
         padding-left: 0;
     }
 
     .banner-sliding h2 {
         font-size: 22px;
         font-weight: 700;
         color: #fff !important;
         line-height: 27px;
         font-family: Nunito, serif;
         padding: 0 0 30px 0;
         width: 100%;
         margin: 0 auto;
         text-align: center;
     }
 
     .counter-sections {
         background-image: linear-gradient(173deg, #15005e, #7351f2);
         padding: 35px 0;
         margin-top: 00px;
     }
 
     .main-business-card {
         display: grid;
         grid-template-columns: repeat(1, 1fr);
     }
 
     .main-accordain-all {
         display: flex;
         flex-wrap: wrap;
         position: relative;
         left: 0px;
         width: calc(100% - 30px);
         border-radius: 10px;
         box-shadow: none;
         padding: 0px;
     }
 
     .faq-side-content h3 {
         margin: 0px 0px 16px;
         font-weight: 600;
         line-height: 1.2;
         font-size: 20px;
         font-family: Baikal, Inter, sans-serif;
         letter-spacing: -0.025em;
     }
 
     .faq-side-content p {
         color: rgb(0, 0, 0);
         opacity: 0.5;
         margin-bottom: 1.625rem;
         margin: 0px;
         font-size: 13px;
         line-height: 1.4;
         letter-spacing: -0.01em;
         font-family: Inter, sans-serif;
         font-weight: 400;
     }
 
     .accordion-flush .accordion-item:first-child {
         margin-top: 15px;
     }
 
     .accordion-header button {
         font-size: 13px;
         padding: 15px 0px;
     }
 
     .main-accordain-all .faq-side-content {
         width: 100%;
         padding-right: 0px;
         padding-left: 0px;
         text-align: center;
     }
 
     .main-accordain-all .accordion {
         width: 100%;
         padding-left: 0;
         padding-right: 0px;
     }
 
     .new.main-header .main-navbar .nav-inner ul li a {
         display: block;
         line-height: normal;
         padding: 12px 0px;
         position: relative;
         font-size: 14px;
         font-weight: 400;
         color: #fff;
         margin: 0 20px;
         font-family: Nunito, sans-serif;
         text-transform: capitalize;
     }
 
     .directions-columns .menu-logo img:nth-child(1) {
         display: none;
 
     }
 
     .directions-columns .menu-logo img:nth-child(2) {
         display: block;
 
     }
 
     .new.main-header .main-navbar .nav-inner ul li+li {
         display: inline-block;
         position: relative;
         border-top: 1px solid #ded1d1;
     }
 
     .mobilenew-menus {
         display: none;
     }
 
 
 
     .directions-columns .menumobile-opens {
         justify-content: center;
         display: flex !important;
         flex-direction: column;
     }
 
     .new.main-header .main-navbar .nav-inner ul li a.active::after, .new.main-header .main-navbar .nav-inner ul li:focus a::after, .new.main-header .main-navbar .nav-inner ul li:hover a::after {
         width: 100%;
         display: none;
 
     }
 
     .directions-columns {
         flex-direction: column !important;
     }
 
     .logo-menus {
         display: flex;
         gap: 0px;
         position: relative;
         width: 100%;
     }
     span.expandMenu{
        right: 0px !important;
     }
 
     .slider-card-testimonials .slider1 .popup-youtube span {
         background: #29176F;
         width: 50px;
         height: 50px;
         border-radius: 50%;
         display: flex;
         justify-content: center;
         align-items: center;
         position: absolute;
         bottom: 5%;
         right: 5%;
         box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
     }
 
     .slider-card-testimonials .slider1 .popup-youtube span i {
         color: white;
         font-size: 16px;
     }
 
     .menu-logo a img:nth-child(2) {
         display: none;
     }
 
     .whatsapp a img {
         width: 40px;
         height: 40px;
         border-radius: 50%;
     }
 
     .heading-title h2 {
         font-size: 20px;
         line-height: 54px;
         padding-bottom: 0px;
         font-weight: bold;
         font-family: Nunito, sans-serif;
     }
 
     .slider-card-testimonials .next-arrows {
         background: #d2caca;
         color: black;
         position: absolute;
         border-radius: 30px;
         width: 35px;
         height: 35px;
         bottom: -90px;
         left: 85%;
         z-index: 99;
         transform: translateY(-50%);
     }
 
     .slider-card-testimonials .prev-arrows {
         background: #d2caca;
         color: black;
         width: 35px;
         height: 35px;
         position: absolute;
         bottom: -89px;
         left: 70%;
         z-index: 99;
         border-radius: 30px;
         transform: translateY(-50%);
     }
 
     .headers-btn {
         display: none;
     }
 
     .close-menus {
         display: block;
     }
 
     .blog-section {
         padding: 30px 0px !important;
     }
 
     .widjet-link .whatsapp {
         height: 40px;
         width: 40px;
         margin: 0;
         padding: 0;
         border-radius: 50%;
         margin-bottom: 5px;
         box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
     }
 
     .wid-icons {
         background: #29176F;
         color: white;
         z-index: 99999999999;
         justify-content: center;
         align-items: center;
         display: none;
         height: 40px;
         box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
         width: 40px;
         border-radius: 50%;
     }
     .newClass .wid-icons{
         display: flex !important;
         right: 15px !important;
     }
 
     .wid-icons i {
         font-size: 16px;
     }
     .newClass .wid-icons .msgbut {
                /* align-items: flex-end; */
         /* display: flex; */
         top: 0px !important;
         align-content: center;
         flex-wrap: wrap;
         flex-direction: column;
         justify-content: center;
         position: relative;
     }
     .social-widjet {
         position: fixed;
         right: 15px;
         bottom: 68px;
         z-index: 99;
     }
 
     .blog-rows {
         margin-top: 20ipx;
         padding: 0px;
     }
 
     .blog-titles h1 {
         font-size: 14px;
     }
 
     .blog-tops p {
         margin-top: 9px;
         font-size: 9px;
     }
 
     .blog-images img {
         width: 100%;
         height: 180px;
         object-fit: cover;
         border-radius: 5px;
     }
 
     .titleby p span img {
         width: 30px;
         object-fit: contain;
         height: 20px;
     }
 
     .blog-titles p {
         text-align: justify;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 3;
         line-height: 21px;
         overflow: hidden;
         font-size: 12px;
         text-overflow: ellipsis;
         color: #a89999;
     }
 
     .titleby p {
         color: #a1a5a1;
         font-size: 10px;
         font-weight: 900;
         display: flex;
         margin-top: 15px;
         align-items: center;
     }
 
     .bgheaders .main-navbar .desktop-menu li a.active {
         color: orange !important;
     }
 
 
 
     .ant-dropdown-trigger {
         display: none;
     }
 
     .testi-rows .next-arrows {
         position: absolute;
         bottom: -65px;
         left: 85%;
         z-index: 9;
         background: #d2caca;
         width: 35px;
         height: 35px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
     }
 
     .testi-rows .prev-arrows {
         position: absolute;
         bottom: -65px;
         left: 70%;
         z-index: 9;
         background: #d2caca;
         width: 35px;
         height: 35px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
     }
 
     /* .desktop-menu.menumobile-opens {
         min-height: 100vh;
         min-height: 100vh;
         display: flex !important;
         flex-direction: column;
         width: 100%;
         top: 0px;
         padding-top: 100px;
         padding-left: 20px;
         left: 0%;
         justify-content: flex-start !important;
         z-index: 9999;
         background: white;
         position: fixed !important;
         left: 0px !important;
     } */
 
     .founder-text p {
         text-align: justify;
         font-size: 15px;
         padding: 15px;
     }
 
     .join-sec-yellow>h2 {
         color: #064635;
         font-size: 16px;
         margin-top: 15px;
     }
 
     .join-sec-yellow>h1 {
         font-size: 50px;
         text-transform: uppercase;
         text-align: center;
         margin: 0 0 -1.3rem;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         -webkit-text-stroke: 1px #f2ba51c0;
         color: transparent;
     }
 
     .index_pitch {
         width: 100%;
         margin: 20px auto;
         line-height: 22px;
         font-size: 12px;
     }
 
     .mobile-close-icons {
         display: none;
     }
 
     .Footer_footerLogo__Dz6fy {
         display: none;
     }
 
     .mobile-close-icons {
         position: absolute;
         display: block;
         top: 25px;
         right: 20px;
     }
 
     .mobile-close-icons i {
         font-size: 27px;
         color: #111;
         opacity: 0.7;
     }
 
     .new.main-header .main-navbar .nav-inner {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 10px 0px;
     }
 
     .menu-bar i {
         color: white;
         font-size: 22px;
     }
 
     .menu-bar {
         display: block;
     }
 
     .menu-logo img {
         margin-left: -15px !important;
     }
 
     .new.main-header .main-navbar .nav-inner ul li a {
         color: #031084;
     }
 
     .mainbanner .banner_section .slider-area .item .left-content h2 {
         font-size: 25px !important;
         line-height: 32px !important;
     }
 
     .mainbanner .banner_section .slider-area .item .left-content p {
         font-size: 13px;
         font-weight: 400;
         line-height: 32px;
         color: #fff;
         font-family: Nunito, sans-serif;
         /* max-width: 500px; */
         padding-bottom: 25px;
         color: grey;
         color: #c2c2c2;
         text-align: center !important;
         max-width: 100% !important;
     }
 
     .form-wraper {
         display: flex;
         justify-content: center !important;
         gap: 25px !important;
         margin-top: 20px;
     }
 
     .top-butns button {
         position: fixed;
         right: 10px;
         bottom: 10px;
         border: none;
         z-index: 99;
         background: #29176F;
         color: white;
         box-shadow: none;
         z-index: 99999999999;
         justify-content: center;
         align-items: center;
         display: flex;
         height: 40px !important;
         box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
         width: 40px !important;
         border-radius: 50%;
     }
 
     .new.main-header .main-navbar {
         background: transparent;
         padding: 0 15px;
         position: relative;
         z-index: 1;
     }
 
     .main-navbar-bg-white .main-navbar {
         background: #fff;
         border-bottom: 2px solid #ded1d1;
 
 
     }
 
     .menu-logo a {
         display: inline-block;
         position: relative;
         top: -5px;
     }
 
     .menu-logo {
         position: relative;
         top: 0px;
         width: 100%;
     }
 
     .how-we-work-section .item h3 {
         font-size: 14px;
     }
 
     .Footer_footerText__YieoY {
         color: rgba(255, 255, 255, .75) !important;
         font-size: 10px !important;
         line-height: 12px !important;
         text-align: center !important;
     }
 
     .slider1 .text-about-video p {
         justify-content: center;
         align-items: start;
         display: flex;
         color: #212D3F;
         font-size: 16px;
         font-weight: 500;
         text-align: justify;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 5;
         line-height: 21px;
         overflow: hidden;
         text-overflow: ellipsis;
     }
 
     .slider-card-testimonials .slider1 h3 {
         color: #141870;
         font-size: 15px;
         font-weight: 500;
         font-weight: 500;
         line-height: 1.27;
         margin: 0;
     }
 
     .img-test-leader img {
         object-fit: contain;
         width: 65px;
     }
 
     .testimonial-investors {
         background: #fff;
         padding: 18px 15px;
         box-shadow: 0 30px 50px rgba(205, 196, 219, 0.3);
         border-radius: 10px;
         position: relative;
     }
 
     .testimonails-cards>p {
         min-height: 270px;
         -webkit-box-orient: unset;
     }
     .main-header .main-navbar .nav-inner ul li a {

        display: flex !important;
       
        margin: 0 0px !important;
        
      
    }
    .main-header .main-navbar .nav-inner ul li a{
        color: #313131 !important;
    }
    .main-header .main-navbar .nav-inner ul li a.active{
        color: #ff9c1a !important;
    }
    .user-wrappr {
        background-color: #07d3fc;
        height: 30px !important;
        width: 30px !important;
        border-radius: 50% !important;
        padding: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 10px !important;
        text-transform: uppercase;
       
        margin: 0 0px !important;
    }
    .headers-btn a:nth-child(1){
        color: #313131 ;
    }
    .mobile-logins-btns a:nth-child(1) {
        border-radius: 10px;
        color: var(--white);
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        letter-spacing: .56px;
       width: 100%;
        padding: 12px 24px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        z-index: 2;
        background: linear-gradient(169deg, #6f72c4 23.57%, #4f53b4 71.27%);
        border-radius: 10px;
        color: white !important;
    }
    .mobile-logins-btns a:nth-child(2) {
        border-radius: 10px;
        color: var(--white);
        width: 100%;
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        letter-spacing: .56px;
       
        padding: 12px 24px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        z-index: 2;
       
    background: #ff9c1a !important;
        border-radius: 10px;
        color: white !important;
        margin-left: 0px !important;
    }
    .mobile-logins-btns{
        display: flex !important;
        /* flex-direction: column !important; */
        width: 100% !important;
        gap: 10px;
    }
 
 }

 @media screen and (max-width: 380px) {
    .mainbanner .banner_section {
       
        height: calc(100vh - 0px) !important;
    }
    .banner-sliding .slick-dots {
   
        bottom: 40px !important;
       
    }
    .banner-sliding h2 {
        font-size: 17px !important;
    
    }
    .banner-mobile-img img {
        width: 50% !important;
      
    }
    .main-header .main-navbar .nav-inner ul li a {

        display: flex !important;
       
        margin: 0 0px !important;
       
      
    }
    .user-wrappr {
     
        margin: 0 0px !important;
    }

}
/* .founder-text:before{
	content: "";
	position: absolute;
	width: 50px;
	right: 0;
    left: 45%;
	top:2px;
    background: #ff9c1a;
	height:3px;
}
.founder-text{
    position: relative;
} */
@media screen and (max-width: 567px) and (min-width: 420px){
    .join-section {
        text-align: center;
        padding: 20px !important;
    }
    .join-sec-yellow>h4 {
        font-size: 70px;
    }
    .index_pitch {
        width: 90% !important;
    }
    .mainbanner .banner_section {
       
        height: calc(100vh - 0px) !important;
    }
    .banner-sliding .slick-dots
    {
        bottom: -40px !important;
    }
}