.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: 99;
    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: 99;
    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;
} */

.main-bg-story .slick-dots  {
    bottom: 5px !important; 
}
.main-bg-story .slick-dots li {
    width: 27px;
    height: 10px;
    border-radius: 35px;
    background:rgb(158 158 158) ;
    
}

.main-bg-story .slick-dots li.slick-active {
    width: 27px;
    height: 10px;
    background: #000000!important;
    border-radius: 35px;
    
}
.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) {
    .join-flex-one-us .index_pitch {
        font-size: 11px !important;
        text-align: center !important;
        color: gray;
    }

    .join-flex-one-us {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .join-flex-one-us h2 {
        font-size: 15px !important;
        text-align: center !important;
        line-height: 28px !important;
    }

    .join-divide .index-button-1 a {
        padding: 14px 22px !important;
        color: #fff;
        /* width: 100%; */
        border-radius: 56px !important;
        font-size: 12px !important;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        letter-spacing: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: capitalize;
        cursor: pointer;
        background-color: rgb(41, 23, 111);
    }

    .join-divide .index-button-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
    }

    .join-divide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .join-flex-one-us h2 {
        text-align: left;
        font-size: 17px;
        line-height: 26px;
    }

    .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 {
    visibility: hidden;
    display: block;
    max-width: 315px;
    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) {
    .join-flex-one-us {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 55%;
    }

    .join-divide .index-button-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
    }

    .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) {
    .join-flex-one-us {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 55%;
    }

    .join-divide .index-button-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
    }


    .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) {
    .join-section.mobile-join {
        display: flex;
        flex-direction: column;
        padding: 30px 15px;
    }

    .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 {
        height: auto !important;
    }

    .part-one-count p {
        color: white;
        font-size: 18px;
        margin: 0px 0 0 2px;
        padding-top: 7px;
    }

    .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;
        margin-top: -5px;
    }

    .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;
        justify-content: space-between;


    }

    .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: 13px !important;
        font-weight: 600;
        letter-spacing: .56px;
        width: 100%;
        padding: 0 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;
        height: 42px;
        line-height: 42px;
        }

    .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: 13px !important;
        font-weight: 600;
        letter-spacing: .56px;

        padding: 0px 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;
        height: 42px;
        line-height: 42px;
    }

    .mobile-logins-btns {
        display: flex !important;
        /* flex-direction: column !important; */
        width: 100% !important;
        gap: 10px;
        margin-top: 20px;
    }

}

@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;
    }
}

.join-divide {
    display: flex;
    justify-content: space-around;
}

.join-flex-one-us {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.join-flex-one-us h2 {
    text-align: left;
}

.join-flex-one-us .index_pitch {
    width: 100%;
    margin: 14px auto;
    text-align: left;
    font-size: 18px;
}

.join-divide .index-button-1 a {
    padding: 23px 50px;
    color: #fff;
    border-radius: 56px;
    font-size: 1rem;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgb(41, 23, 111);
}

.join-divide .index-button-1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

/* jhkjk */
.banner-sliding .slick-active .left-content .d-flex-banner .banner-part .form-wraper .white-btns {
    visibility: visible !important;
    position: relative;
    z-index: 999999;
}

.community-grids {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.img-community-box img {
    object-fit: fill;
    width: 100%;
    border-radius: 20px;
    height: 200px;
    border: 1px solid #dadae4;

}

.community-paragraph-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 15px 22px;
}

.img-community-box {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #29176f30;
    border-radius: 25px;
}

.community-all-contents {
    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%);
    /* border: 1px solid #c3a5a524; */
    box-shadow: rgb(50 50 93 / 20%) 0px 50px 100px -20px, rgb(0 0 0 / 12%) 0px 30px 60px -30px, rgb(145 200 255 / 37%) 0px -2px 6px 0px inset;
    border-radius: 20px;
    /* margin-top: 35px; */

}

.community-paragraph-box a {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    padding: 8px 30px;
    border-radius: 26px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    text-transform: capitalize;
    margin: 13px 0 5px 0;
    font-size: 13px;
    /* 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%); */
}

.community-sections {
    background-color: #8080800d;
    padding: 90px 0;
}

.community-paragraph-box h4 {
    font-size: 20px;
    /* text-transform: uppercase; */
}

.community-paragraph-box p {
    font-size: 13px;
    margin-top: 15px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.progress-bar-card {
    height: 5px;
    display: grid;
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
    margin: 11px 0 32px 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;


}

.progress-bar-card p {
    margin-bottom: 33px !important;
    text-transform: capitalize;
}

.progress-bar-card p span:nth-child(2) {
    font-size: 13px;
}

.progress-bar-card p:nth-child(1) {
    background: red;
    font-size: 12px;
    color: black;
    text-align: center;
    border-top-left-radius: 20px;
    height: 5px;
    border-bottom-left-radius: 20px;
}

.progress-bar-card p:nth-child(2) {
    background: yellow;
    font-size: 12px;
    color: black;
    text-align: center;
    height: 5px;
}

.progress-bar-card p:nth-child(3) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: green;
    font-size: 12px;
    color: black;
    text-align: center;
    border-top-right-radius: 20px;
    height: 5px;
    border-bottom-right-radius: 20px;
}

.mb-bottom {
    margin-bottom: 40px;
}

.head-company-information h3 {
    margin-bottom: 13px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 100 !important;
}

.pb-padding-btm {
    padding-bottom: 100px !important;
}

.bg-unicorns {
    background: #29176f0d;
}


.input-label-unicorn input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ebe9f2;
    background-clip: padding-box;
    border: 1px solid #ced4da14;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 49px;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 3px;
}

.img-future,
.img-future img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.futureslider-card {
    padding-right: 0px;
}

.futureslider-card .slick-dots {
    bottom: 30px;
}

.futureslider-card .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 20px;
}

.futureslider-card .slick-dots li.slick-active {
    background-color: #29176f !important;
}

.img-future {
    position: relative;
}

.img-future img {
    position: absolute;
}

.content-img-futureunicorn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 500px;
}

.content-img-futureunicorn h3 {
    background: #00000078;
    width: 30%;
    height: 383px;
    /* padding-left: 164px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 100%;
    color: white !important;
    text-transform: uppercase;
    position: absolute;
    font-size: 40px;
    /* top: 0px; */
    padding-left: 119px;
    padding-bottom: 93px;
    line-height: 60px;
}

.row-imgdirects {
    padding: 0 100px;
}

.row-img-direct {
    display: flex;
}

.img-certified-directors img {
    border-radius: 50%;
    width: 270px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 270px;
    object-fit: contain;
    margin-right: 27px;
    position: absolute;
    left: -7px;
    top: -6px;

}

.row-img-direct {
    position: relative;
    height: 212px;

}

.img-certified-directors {
    position: relative;
    bottom: 120px;
    border-radius: 50%;
    border: 22px solid white;
    width: 309px;
    height: 309px;
}

.content-certify-directors {
    padding-top: 32px;
    width: 50%;
}

.meet-icon-future {
    width: 30%;
}

.meet-icon-future ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 32px;

}

.meet-icon-future ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.meet-icon-future ul li span:first-child {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-icon-future ul li span img {
    width: 23px;
}

.meet-icon-future ul li span:last-child {
    margin-top: 5px;
}

.meet-icon-future ul li.img-handshake span img {
    width: 33px;
}

.bg-box-futures {
    background-color: #29176f;
}

.grid-box-futures {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;

}

.grid-box-futures li {
    color: black;
}

.grid-box-futures li {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgb(255 255 255) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 10px;
}

.grid-box-futures li span img {
    width: 32px;
    margin-bottom: 8px;
}

.grid-box-futures {
    padding: 65px 0;
}

.future-main-accordians .main-accordain-all .accordion {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.future-main-accordians {
    background: #8080801a;
    margin-top: 0;
    padding: 70px 0;
}

.future-main-accordians .accordion-item button span img {
    width: 30px;
    margin-right: 11px;
}

.App {
    overflow: hidden;
}

.img-awards img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.img-awards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 48px;
    background: #f2f2f2;
    justify-items: center;
    align-items: center;
    padding: 30px 40px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: rgb(50 50 93 / 10%) 0px 50px 100px -20px, rgb(188 188 188 / 15%) 0px 30px 60px -30px, rgb(102 102 102 / 25%) 0px -2px 6px 0px inset;

}


.img-member-accordian img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.membership-accordian {
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 21px 0;
    margin: 12px 0;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 40px;
    border-top: 1px solid #d2c7ff;
    border-bottom: 10px solid #c1b1ff;
    border-left: 10px solid #8869ff33;
    border-right: 1px solid #dcd3ff;
    height: 424px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgb(17 17 26 / 0%) 0px 16px 56px, rgb(17 17 26 / 4%) 0px 24px 80px;
    background: #f7f5ff;
    margin-bottom: 29px;
}

.para-member-accordian h3 {
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 20px;
}

.para-member-accordian p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 100;
    padding: 0 31px;
    line-height: 28px;
    margin-top: 4px;

}

.img-future-gallery img {
    width: 100%;
    height: 200px;
}

.img-future-gallery {
    margin: 20px 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgb(17 17 26 / 0%) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    background: white;
    /* padding: 5px; */
    border: 10px solid #ffffff;
}

.lets-talks-div h3 {
    font-size: 16px;
    background: #29176f;
    padding: 10px 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    color: white !important;
    /* border-radius: 12px; */
    text-transform: capitalize;
}

.lets-talks-div {
    margin: 20px 0 20px 0;
}

.future-main-accordians .connect-acc-us ul li {
    list-style: circle;
    font-size: 0.9rem;
    list-style: none;
    margin-right: 22px;
}

.future-main-accordians .connect-acc-us ul {
    margin-top: 10px;
    display: flex;
    padding: 6px 24px;
}

.future-main-accordians .connect-acc-us ul li:nth-child(2) {

    border-left: 1px solid #00000073;
    padding-left: 20px;
}

.future-main-accordians .connect-acc-us ul li:nth-child(3) {

    border-left: 1px solid #00000073;
    padding-left: 20px;
}

.future-main-accordians .lets-talks-div ul li span:nth-child(1) {
    color: #525252;
    text-transform: capitalize;
    font-size: 17px;
}

.future-main-accordians .lets-talks-div ul li span:nth-child(2) {
    padding-left: 10px;
    color: #000000;

}

.row-box-line {
    border: 1px solid #29176f5e;
    padding: 25px 25px;
    margin: 21px 0;
}

.other-links-para {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid #0000002e; */
    width: 30% !important;
    padding: 16px 0;
    margin: 17px auto !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.need-help-acc p:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
}

.need-help-acc p {
    color: gray;
}

.ouat-spans {
    font-size: 20px;
    color: black;
}

.need-help-accrow form {
    border: 1px solid #0000003b;
    padding: 40px 50px;
    border-radius: 17px;
}

.need-help-accrow form select,
.need-help-accrow form input {
    margin-bottom: 22px;
    padding: 12px 17px;
    background: #f2f2f2;
    border: none;
    margin-top: 4px;
}

.need-help-accrow form textarea {
    width: 100%;
    border: none;
    background: #f2f2f2;

}

.button-quote a {
    background-color: #29176f;
    color: white;
    text-decoration: none;
    padding: 15px 26px;

}

.button-quote {
    margin: 30px auto 26px auto;
    width: 20% !important;
}

.need-help-accrow {
    padding: 10px 43px;
}

.other-links-para a {
    color: white;
    font-size: 14px;
    padding: 6px 31px;
    border-radius: 30px;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 7px 0;
}

.acc-services-ul ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 53px;
}

.acc-services-ul ul li {
    list-style-position: inside;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: sans-serif;
    background: #f6f9fa;
}

h1 {
    color: #ccc;
    text-align: center;
}

a {
    color: #ccc;
    text-decoration: none;
    outline: none;
}

/*Fun begins*/
.main-tabing-unicorn .tab_container {
    width: 100%;
    margin: 0 auto;
    box-shadow: rgb(50 50 93 / 23%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgb(255 255 255 / 35%) 0px -2px 6px 0px inset;
    background: #efebff;
    padding: 63px;
    position: relative;
    border-radius: 35px;
    border: 1px solid #8080803b;
}

.main-tabing-unicorn .tab_container .input-uni,
.main-tabing-unicorn .tab_container section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.main-tabing-unicorn .tab_container .label-start {
    font-weight: 700;
    font-size: 18px;
    display: block;
    float: left;
    width: 25%;
    padding: 0;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #29176f33;
    border-top: 4px solid #29176f33;
    height: 0px;
    color: black;
    text-transform: capitalize;

}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
}

.main-tabing-unicorn .tab_container .tab-content {
    padding: 60px 60px !important;
    margin-top: 125px;
    border-radius: 30px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
    padding: 60px 60px;
}

.main-tabing-unicorn .tab_container .tab-content p,
.main-tabing-unicorn .tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.main-tabing-unicorn .tab_container .tab-content h3 {
    text-align: center;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.main-tabing-unicorn .tab_container [id^="tab"]:checked+.label-start {
    border-radius: 32px;
    height: 3px;
    width: 25%;
    background: #ff9c1a;

}

.main-tabing-unicorn .tab_container [id^="tab"]:checked+.label-start .fa {
    color: #0CE;
}


/*Media query*/
@media only screen and (max-width: 900px) {
    .main-tabing-unicorn .tab_container .label-start span {
        display: none;
    }

    .main-tabing-unicorn .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.main-tabing-unicorn .tab_container .no_wrap {
    text-align: center;
    color: #0ce;
}

.main-tabing-unicorn .tab_container .link {
    text-align: center;
}


.future-unicorn-stepper {
    padding: 150px 0 100px 0;
    background: #29176f0a;
}

.submit-future {
    background-color: #29176f;
    color: white;
    padding: 11px 59px;
    text-transform: capitalize;
    text-align: center;
}

.main-tabing-unicorn .tab_container .tab-content input {
    /* background: #efebff; */
    background-color: #efefef;
    border: navajowhite;
    height: 44px;
    margin-top: 5px;

}

.startup-form-two {
    display: none;
}

.input-of-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

}

.bold-text-form {
    font-weight: bold;
    color: #040404;
    font-size: 18px;
    text-transform: capitalize;
}

.form-control:focus {
    box-shadow: none;
}

.about-us-p p {
    text-align: justify;
    padding: 26px 40px;
    background: #f1edff;
    color: black;
    border-radius: 12px;
    margin: 10px 38px 29px 38px;
}

.lets-talks-div ul li i {

    font-size: 20px;
    color: white;
    border-radius: 32%;
    width: 42px;
    height: 42px;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.para-highlights-accordian {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(50 50 93 / 8%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 0%) 0px -2px 6px 0px inset;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    flex-direction: row;
    /* padding: 10px 40px 30px 40px; */
    background: white;
    margin: 12px 27px;
    border: 1px solid #e7e7e7;
    border-radius: 39px;

}

.para-p-highlight {
    width: 80%;
    background: #f2f2f2;
    border-top-right-radius: 32px;
    height: 258px;
    border-bottom-right-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.para-highlights-accordian img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #dacfff;
}

.para-highlights-accordian p {
    text-transform: capitalize;
    text-align: justify;
    color: black;
    padding: 0 59px;

}

.img-highlights {
    width: 20%;
    display: flex;
    justify-content: center;
    background: #29176f;
    height: 258px;
    align-items: center;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

/* .img-highlights{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    background: linear-gradient(169deg, #ffffff 23.57%, #ffffff 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 29px;
} */

.row-bg-highlights {
    /* background: #f1edff;
    padding: 52px 0; */
}

.img-media-coverage img {
    height: 152px;
    width: 100%;
    border: 1px solid #0000001c;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;

}

.para-media-coverage-accordian {
    padding: 12px 12px;
    margin: 14px 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgb(17 17 26 / 9%) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    background: #ffffff;
    height: 311px;
    border-radius: 12px;
}

.para-p-media-coverage {
    margin: 15px 0;

}

.para-p-media-coverage p {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    text-align: center;

}

.button-media-coverage {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 34px;
    padding: 5px 5px;
    margin: 0 auto;


}

.button-media-coverage a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;

}


.market-overreview-row {
    margin: 0 10px;
}

a {
    text-decoration: none;
}

.community-paragraph-box a {
    text-decoration: none;
    color: white;
}

.community-paragraph-box a:hover {
    color: white;
}

.community-paragraph-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community-paragraph-box ul li img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}

.community-paragraph-box ul li:nth-child(1) {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 60%;
    gap: 9px;
    padding-right: 5px;


}

.search-input-unicorn1 {
    display: flex;
    width: 100%;
}

.search-input-unicorn1 input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 32px;
}

.search-input-unicorn1 span {
    background: #29176f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    /* border-bottom-right-radius: 6px; */
    height: 50px;
    padding: 0 29px;

}
.search-input-unicorn1-filter{
    display: flex;
    flex-direction: row !important;
    /* margin-bottom: 30px; */
    justify-content: end;
    margin-top: 31px;

}
.search-input-unicorn1-filter input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0 32px;
}
.search-input-unicorn1 span i {
    color: white;
}

.main-card-of-teams {
    display: flex;
    border: 1px solid #29176f0a;
    padding: 0;
    box-shadow: rgb(50 50 93 / 15%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 9%) 0px -2px 6px 0px inset;
    border-radius: 30px;
    background: #f6f4ff;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    margin-bottom: 30px;
    height: 200px;

}

.img-teams-of-cards {
    background: #29176f;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-teams-of-cards img {
    height: 180px;
    padding: 10px 10px;
    width: 180px;
    border-radius: 50%;
}

.head-deals-team {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    margin-top: 32px;
    padding-left: 36px;

}

.head-deals-team h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.head-deals-team p {
    font-size: 13px;
    line-height: 27px;
}

.name-of-teams-card ul {
    padding-left: 51px;
    padding-top: 7px;
}

.name-of-teams-card ul li {
    font-size: 16px;
    margin-bottom: 7px;
}

.row-box-linse {
    /* border: 1px solid #29176f5e; */
    padding: 25px 25px;
    margin: 21px 0;

}

.name-of-teams-card {
    width: 80%;
}

.community-paragraph-box ul li:nth-child(2) a {
    border-radius: 0;
    color: black;
    box-shadow: none;

    background: #29176f1f;
}

.community-paragraph-box ul li {}

.community-paragraph-box ul li:nth-child(2) a span i {
    color: black;
    padding-left: 8px;
}

.search-input-unicorn1 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #29176f4f;
    outline: 0;
    box-shadow: none;
    box-shadow: rgb(0 0 0 / 2%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 4%) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

}

.google-img {
    width: 15px;
}

.d-flex-google {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

}

.login-investor-form {
    height: 55px;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.input-login-invester {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.input-login-invester a {
    width: 100% !important;
    color: white;
    text-align: center;
}

.submit-draft-publish {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.submit-draft-publish a {
    color: white;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: rgb(197 197 255 / 0%) 0px 8px 24px, rgb(160 160 160) 0px 16px 56px, rgb(255 255 255 / 64%) 0px 24px 80px;

}

.submit-draft-publish a:hover {
    color: white;
    text-decoration: none;
}

.main-membership-cards {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgb(0 0 0 / 0%) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgb(11 11 11 / 12%) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* border: 2px solid #ffb048; */
    border-radius: 54px;
    padding: 15px 15px;
    margin-bottom: 32px;
}

.main-membership-cards .card-choose-plan {
    background: #29176f;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
    padding: 22px 37px 22px 22px;
}

.ul-choose-plan {
    padding: 30px 22px 8px 22px;
}

.card-choose-plan p {
    color: white;
}

.part-team-plan {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    margin: 35px 0 0 0;
}

.plan-team-one p:nth-child(1) {
    font-size: 22px;
    padding-left: 19px;
    margin-top: 6px;
    text-transform: capitalize;
}

.ul-choose-plan ul li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
}

.ul-choose-plan ul li span {
    margin-right: 8px;
}

.button-media-coverage1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    padding: 8px 5px;
    margin: 45px auto 0 auto;
}

.button-media-coverage1 a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.plan-margin-btm {
    margin-bottom: 52PX;
}

/*  */

.tabs-dashboard {
    margin-bottom: 100px;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    height: 100dvh;
    width: 100%;
}

.tabs-dashboard .tabs-nav {
    background: #29176f;
    display: flex;
    border-radius: 9px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 30%;
    flex-direction: column;
    /* background-color: rgb(117, 209, 255); */
    padding: 34px 15px;
    gap: 5px;
}

.tabs-dashboard .tab-nav {
    display: block;
    outline: none;
    border: 1px solid rgb(255 255 255 / 48%);
    color: rgb(255 255 255);
    border-radius: 0;
    padding: 11px 26px;
    cursor: pointer;
    background-color: inherit;
    transition: background-color 300ms, color 300ms;
    margin: 0 0;

}

.tabs-dashboard .tab-nav:hover {
    background-color: rgb(0, 34, 51);
    color: #fff;
}

.tabs-dashboard .tab-content input[name="tab-index"] {
    display: none !important;
}

.tabs-dashboard .tab-contents {
    display: block;
    position: relative;
    height: 100%;
    margin: 0 16px;
    width: 70%;
    background-color: inherit;
    overflow: hidden;
}

.tabs-dashboard .tab-content {
    background-color: inherit;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    border: 1px solid #29176f54;
    left: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 37px 50px;
}

.tabs.animate .tab-content {
    transition: left 500ms;
}

.tabs-dashboard .tab-content .content {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.tabs-dashboard .tab-content:has(input[name="tab-index"]:checked) {
    left: 0;
    z-index: 100;
}

.main-membership-cards-border {
    border: 4px solid #ff9f20d6;
}

.input-dashboard-acc input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.input-dashboard-acc {
    display: flex;

}

.input-dashboard-acc label {
    width: 30%;
}

.input-dashboard-acc input {
    width: 70%;
}

.investor-amounts a {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    border-radius: 48px;
    padding: 10px 33px;
    text-decoration: none;

    color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

}

.investor-amounts a:hover {
    color: white;
    text-decoration: none;
}

.investor-amounts {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.investor-edit {
    display: flex;
    justify-content: end;
    margin-bottom: 12px;
    margin-right: 8px;
}

.investor-edit a:hover {
    color: white;
    text-decoration: none;
}

.investor-edit a {
    color: white;
    text-decoration: none;
    padding: 5px 28px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

}

.img-cat {
    width: 45px;
    object-fit: contain;

}

.my-table-row .table-responsive {
    overflow-y: hidden;
    overflow-x: scroll !important;
}

.my-table-row .table-responsive table tbody tr td span {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 40px;
}

.my-table-row .table-responsive table thead tr th,
.my-table-row .table-responsive table tbody tr td {
    /* border: 1px solid #00000036; */
}

.my-table-row .table-responsive table thead tr th:nth-child(1) {
    width: 20%;
    text-align: center;
}

.my-table-row .table-responsive table thead tr th:nth-child(2) {
    width: 20%;
    text-align: center;
}

.my-table-row .table-responsive table thead tr th:nth-child(3) {
    width: 30%;
    text-align: center;
}

.my-table-row .table-responsive table thead tr th:nth-child(4) {
    width: 20%;
    text-align: center;
}

.my-table-row .table-responsive table thead tr th:nth-child(5) {
    width: 30%;
    text-align: center;
}

.my-table-row .table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.flex-action {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.my-table-row .table-responsive table {
    border: 1px solid #00000038;
    width: 920px;
}

.flex-plans-dashboard ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 27px;
}

.flex-plans-dashboard ul li {
    background: linear-gradient(85deg, #fafeff, #e7fafe);
    display: flex;
    flex-direction: column;
    box-shadow: rgb(50 50 93 / 14%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(215 215 215 / 60%) 0px -2px 6px 0px inset;
    padding: 20px 22px;
}

.flex-plans-dashboard ul li span:nth-child(1) {
    font-size: 12px;
}

.card-payment-methods {
    border: 1px solid #00000012;
    background: white;
    padding: 50px 84px 60px 84px;
    margin-bottom: 100px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 30px;
}

.button-proceed-online {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-proceed-online a {
    background: linear-gradient(169deg, #6f72c4 23.57%, #29176f 71.27%);
    padding: 10px 23px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    border-radius: 49px;
}

.payment-sect {
    background: #0000008f;
}

.button-proceed-online a {
    color: white;
    text-decoration: none;
}

.img-future-gallery video {
    width: 100%;
}

.plans-main-dashboard h3 {
    color: #00b000 !important;
}
.pricing-section .pracing-item .buy-now-disabled.active-color {
    display: block;
    max-width: 190px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    border: 0px solid #d3cbe2;
    border-radius: 40px;
    font-size: 18px;
    background: green;
    font-weight: 500;
    color: #ffffff;
    margin: 0 auto 50px;
}

.prenium-text{
    width: 70%;
    margin: 0 auto 46px auto;
}

.value-capitalize{
    text-transform: capitalize !important;
}

.para-proceed p {
    text-align: center;
}

.import-export {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: end;
}

.d-flex-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-history {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: end;
}

.text-green {
    color: green;
}

.tabs-dashboard .tab-nav a {
    color: white;
    display: inline-block;
    width: 100%;
}

.tabs-dashboard .tab-nav.active {
    background: black;
}

.my-table-row .table-responsive table thead tr .status {
    width: 20%;
    text-align: center;
}

.complete {
    background: green;
    color: white;
    width: auto;
    border-radius: 9px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    font-size: 12px;

    text-transform: uppercase;
}


.my-table-row-history .table-responsive {
    overflow-y: hidden;
    overflow-x: scroll !important;
}

.my-table-row-history .table-responsive table tbody tr td span {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 40px;
}

.my-table-row-history .table-responsive table thead tr th,
.my-table-row-history .table-responsive table tbody tr td {
    /* border: 1px solid #00000036; */
}

.my-table-row-history .table-responsive table thead tr th:nth-child(1) {
    width: 20%;
    text-align: center;
}

.my-table-row-history .table-responsive table thead tr th:nth-child(2) {
    width: 20%;
    text-align: center;
}

.my-table-row-history .table-responsive table thead tr th:nth-child(3) {
    width: 20%;
    text-align: center;
}

.my-table-row-history .table-responsive table thead tr th:nth-child(4) {
    width: 20%;
    text-align: center;
}

.my-table-row-history .table-responsive table thead tr th:nth-child(5) {
    width: 20%;
    text-align: center;
}

.my-table-row-history .table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.edit-remaining {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 9px;
}

.edit-remaining a:nth-child(1) {
    background: green;
    padding: 8px 30px;    width: 100%;
    text-align: center;
    border-radius: 26px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    text-transform: capitalize;
    margin: 13px 0 5px 0;
    font-size: 14px;    /* 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%); */

}

.edit-remaining a:nth-child(2) {
    background: red;
    padding: 8px 30px;
    border-radius: 26px;    width: 100%;
    text-align: center;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    text-transform: capitalize;
    margin: 13px 0 5px 0;
    font-size: 14px;
    /* 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%); */

}

.daimond-img {
    display: flex;
    flex-direction: column;
}

.daimond-img img {
    width: 170px;
    margin: 0 auto 35px auto;
}
.community-paragraph-box ul li.comm {
    width: 40%;
    display: flex;
    justify-content: end;
}
.community-paragraph-box a {
    padding: 8px 15px;
}
.community-paragraph-box a.btn-com {
    padding: 8px 25px;
}
.w100{
    width: 100%;
}
.form-checkbox input{
    margin-left: 8px;
}
.form-checkbox label{
    padding-left: 8px;
    text-transform: capitalize;
}

.form-checkbox textarea{
    padding: 10px 22px;
    border-radius: 12px;
    border: 1px solid #0000004a;
}
.expiring-dates p{
    text-transform: capitalize;
    font-size: 18px;
}
.expiring-dates p span{
    color: red;
}

.my-table-row-es .table-responsive table thead tr th:nth-child(1) {
    width: 20%;
    text-align: center;
}
.my-table-row-es .table-responsive table thead tr th:nth-child(2) {
    width: 20%;
    text-align: center;
}
.my-table-row-es .table-responsive table thead tr th:nth-child(3) {
    width: 10%;
    text-align: center;
}
.my-table-row-es .table-responsive table thead tr th:nth-child(4) {
    width: 20%;
    text-align: center;
}
.my-table-row-es .table-responsive table thead tr th:nth-child(5) {
    width: 30%;
    text-align: center;
}
.my-table-row-es .table-responsive table {
    border: 1px solid #00000038;
    width: 1200px;
}

.heading-title.how-works  h2 {
    font-size: 36px;
    line-height: 54px;
    padding-bottom: 10px;
    font-family: Baikal, Inter, sans-serif;
}
.my-table-row-es .table-responsive table tbody tr td span {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        height: auto;
}
.search-input-unicorn1 select{
    width: 100%;
    border-radius: 6px;
    padding: 12px 20px;
    border: 1px solid #80808063;

}
.search-input-unicorn1 label{
    padding-bottom: 4px;
    font-size: 16px;
}
.search-input-unicorn1{
    flex-direction: column;
}
.pagination-row .pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 60px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
  }
  
  .pagination a.active {
    background-color: #ff9c1a;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 50%;
    width: 42px;
    height: 43px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}

  .d-flex{
    display: flex;
  }
  .search-input-unicorn1 select:focus-visible,
  .search-input-unicorn1 select:focus,
  .search-input-unicorn1 select:active,
  .search-input-unicorn1 select:focus-within,
  .search-input-unicorn1 select:hover,
  .search-input-unicorn1 select:visited {
    width: 100%;
    border-radius: 6px;
    padding: 12px 20px;
    border: 1px solid #80808063;
}
.howitswork .media .content h3{
    text-align: left;
}
.howitswork .media .content p{
    text-align: justify;
}
.btns-performs .flex-action{
    justify-content: flex-start !important;
}
.btns-performs .flex-action .performs-btns{
    background: #29176f;
    color: white;
}
.btns-performs .flex-action .performs-btns a{
    color: white;
    padding: 10px 30px;
    border-radius: 28px;
    display: inline-block;
}
.btns-performs .flex-action .performs-btns a i{
    margin-right: 10px;
}
.community-paragraph-boxss a{
    color: #111;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.community-paragraph-boxss a span{
    color: green;
}
.ul-choose-plan ul li span img{
    width: 15px;
}
.notes-membership{
    margin-bottom: 40px;
}
.notes-membership p{
    color: #5b5454;
    font-size: 15px;
}
/* 

.seo-tag {

    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;
}

.home-buttons{

width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.home-buttons button{

    padding: 15px 40px;
    color: #fff;
    border-radius: 56px;
    font-size: 1rem;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1;
   
    cursor: pointer;
    background-color: rgb(41, 23, 111);
    margin-top: 30px;
}
 */
