* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #f8f8f8 !important;
}

.container {
    max-width: 1590px !important;
}


/* ----------------header css-------- */
.header_section .navbar {
    background-color: #111C43;
    padding: 14px 32px;
}

.header_section .menu-bar ul li a .active {
    color: #fff;
}

.header_section .menu-bar ul li a {
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-right: 30px;
}

.header_section .menu-bar .dropdown-item {
    color: #000;
}

.header_section .navbar .navbar-brand img {
    width: 100px;
    margin-right: 40px;
}

.navbar_btn button {
    width: 130px;
    height: 38px;
    border-radius: 4px;
    background-color: #845ADF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: none;
}

.header_section .menu-bar .dropdown-menu {
    left: 0;
    border: none;
    background-color: #fff;
    box-shadow: 0 12px 26px 0 #29292A12;
    padding: 12px;
    border-radius: 6px;
    top: 43px;
}

.header_section .menu-bar .dropdown-item:hover {
    background-color: #fff;
}

.header_section .menu-bar .dropdown-item {
    padding-bottom: 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #18191C;
}

.header_section .menu-bar .dropdown-toggle::after {
    display: none;
}

.header_section .menu-bar .dropdown-toggle i {
    padding-left: 4px;
}

/* ----------------header css end-------- */

.saller_banner {
   background: url('../../uploads/all/seller-slider.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 87px 0;
}

.sallerBanner_inner {
    padding-left: 155px;
    width: 96%;
}

.transforming_section {
    height: 450px !important;
}

.saller_banner h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #18191C;
    line-height: 64px;
}

.saller_banner p {
    font-size: 20px;
    font-weight: 400;
    color: #18191C;
    margin: 0;
    padding: 25px 0px 25px 0;
    width: 80%;
}

.saller_banner button {
    width: 150px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background-color: #845ADF;
    font-size: 16px;
    font-weight: 600;
    color: #F9F8F9;
}



.sallerPartner_section {
    background-color: #E3E9FE;
    padding: 120px 0 100px;
}

.sallerPartner_inner {
    max-width: 80%;
}

.sallerPartner_inner h2 {
    font-size: 48px;
    font-weight: 600;
    color: #2D2F30;
    line-height: 65px;
    margin: 0;
}

.sallerPartner_inner p {
    font-size: 20px;
    font-weight: 400;
    color: #8B8C8C;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin: 0;
    padding-top: 15px;
}

.seller_service {
    background-color: #FCFCFC;
    box-shadow: 0 18px 58px 16px #00000012;
    padding: 24px 75px 24px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 255px;
}
/* 
.seller_service img {
    width: 40px;
} */

.seller_service h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #363940;
    margin: 0;
    padding: 8px 0;
}

.seller_service p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8B8C8C;
    margin: 0;
}

.count_section {
   background: url('../../uploads/all/count-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.count_section h3 {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #ffff;
    margin: 0;
}

.count_section p {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    margin: 0;
    line-height: 42px;
}


.countdown_block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    margin-top: 45px;
}

.saller_countdown,
.pincode-count {
    text-align: center;
    position: relative;
}

.saller_countdown h4,
.pincode-count h4 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.saller_countdown span,
.pincode-count span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: center;
    width: 92%;
    display: inline-block;
}

.saller_countdown::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 110px;
    background-color: #ffff;
    top: 0;
    margin-left: 30px;
}

.selling_section .selling_step {
    background-color: #fff;
    box-shadow: 0 0 15px 0px #29292a1c;
    max-width: 100%;
    border-radius: 10px;
    padding: 50px 0;
    margin: 100px auto;
}

.selling_section .selling_step h4 {
    font-size: 48px;
    font-weight: 600;
    color: #18191C;
    text-align: center;
    margin: 0;
}

.step_block {
    width: 225px;
    text-align: center;
}

.step_block h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.register_account {
    background-color: #fff;
    box-shadow: 0 0 15px 0px #29292a1c;
    border-radius: 6px;
    padding: 25px 10px;
    text-align: center;
    transition: 0.5s;
}

.register_account:hover {
    background-color: #111C43;
}

.register_account img {
    width: 60px;
    margin-bottom: 12px;
}

.register_account h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
    transition: 0.5s;
}

.register_account:hover h6 {
    color: #fff;
}

.register_account p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    color: #898B92;
}

.seller_steps {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 85%;
    margin: auto;
    margin-top: 60px;
}

.step_block1 img {
    max-width: 260px;
    padding-top: 40px;
}


.accordian_section {
    padding: 100px 0;
}

.accordion {
    background-color: #fff;
    box-shadow: 0 0 15px 0px #29292a1c;
    border-radius: 15px;
    padding: 50px;
}

.accordian_heading h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 45px;
    border-bottom: 1px solid #EDEEF3;
}

.accordian_section .accordion-button {
    font-size: 16px;
    font-weight: 400;
    color: #263646;
}

.accordian_section .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordian_section .accordion-button:not(.collapsed) {
    background: none;
    color: #263646;
    transition: 0.5s;
}

.accordian_section .accordion-button:not(.collapsed):hover {
    color: #0e1531;
}

.back-top button {
    background-color: #1F2E65;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    width: 100%;
    height: 50px;

}

.back-top .bi-caret-up-fill {
    padding-right: 8px;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotated::before {
    transform: rotate(180deg) !important;
}

.header_section .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255 255 255) !important;
}

.drop-downGrow {
    left: 0 !important;
    top: 43px !important;
}




/* testimonial csss  */

.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6DBFF;
    padding: 120px 0;
}

.slick-dots li button:before {
    font-size: 15px;
    color: #e5e5e5;
}

.testimonial .slick-prev,
.testimonial .slick-next {
    top: 38%;
    width: 50px;
    height: unset;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
    font-size: 32px;
}

.testimonial .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.testimonial .slick-dots li button:before {
    font-size: 13px;
    color: #fff;
}

.testimonial_box-text p {
    color: #fff;
}


.testimonial_box-inner {
    width: 690px;
    background-color: #fff;
    border-radius: 13px;
    padding: 50px;
    margin: auto;
}

.testimonial_box-name h4 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #151617;
}

.testimonial_box-job p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #4F4F4F;
    margin: 0;
}

.testimonial_box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.testimonial_box-img img {
    width: 75px;
    border-radius: 100%;
    height: 75px;
    object-fit: cover;
}

.testimonial_box-img h6 {
    font-weight: 600;
    font-size: 18px;
    color: #151617;
}

.testimonial_box-img time {
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
}

.testimonial_box-inner {
    position: relative;
}

.testimonial_box-inner:after {
    content: "\F229";
    position: absolute;
    font-family: 'bootstrap-icons';
    bottom: -28px;
    left: 50%;
    font-size: 30px;
    color: #ffff;

}





/* ---------------footer css -----------*/
.footer_section {
    background-color: #111C43;
    padding: 100px 0 0;
}

.footer_heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    margin-bottom: 10px;
}

.footer_heading ul li {
    list-style: none;
    padding-bottom: 8px;
}

.footer_heading ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #7F97B9;
    text-decoration: none;
    transition: 0.5s;
}


.address_block {
    background-color: #1F2E65;
    text-align: end;
    color: #9298A1;
    line-height: 30px;
    border-radius: 0 48px 0 48px;
    max-width: 400px !important;
    height: unset;
}

.address_block span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.footer_contact {
    padding: 25px 28px;
    margin: 20px 0 0 auto;
}

.footer_contact a {
    color: #9298A1;
    font-size: 14px;
    font-weight: 500;
}

.social-icon ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: 18px 0 15px 110px;
}

.social-icon ul li {
    list-style: none;
    background-color: #1F2E65;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.5s;
}

.social-icon ul li a {
    color: #fff;

}

.social-icon ul li a i {
    font-size: 20px;
    transition: 0.5s;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
}

.footer-copyright span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-copyright ul {
    padding: 0;
    display: flex;
    gap: 25px;
}

.footer-copyright ul li {
    list-style: none;
}

.footer-copyright ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer_heading ul li a:hover {
    color: #fff;
}

.social-icon ul li:hover {
    background-color: #fff;
}

.social-icon ul li:hover a i {
    color: #1F2E65;
}

/* ---------------footer css end -----------*/



.sallerInner_banner {
   background: url('../../uploads/all/business_banner.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 530px;
    display: flex;
    align-items: center;

}

.growthBanner {
   background: url('../../uploads/all/growth_partner.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 530px;
    display: flex;
    align-items: center;
}

.saller_innerlanImg {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.growthBanner img {
    height: 530px;
    object-fit: cover;
}


.sallerInner_banner .sallerBanner_inner h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #18191C;
    line-height: 64px;
}

.sallerInner_banner .sallerBanner_inner p {
    font-size: 20px;
    font-weight: 400;
    color: #18191C;
    margin: 0;
    padding: 25px 0 25px 0;
    width: 80%;
}

.sallerInner_banner .sallerBanner_inner button {
    min-width: 150px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background-color: #845ADF;
    font-size: 16px;
    font-weight: 600;
    color: #F9F8F9;
    padding: 0px 20px;
}

.bannerBtns {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sallerInner_banner .sallerBanner_inner .sallerBanner_innerBtn {
    background-color: #949494;
    width: 180px;
    height: 45px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #F9F8F9;
}

.sallerInner_banner img {
    clip-path: polygon(25.6% 0%, 100% 0%, 100% 100%, 1.5% 100%);
    display: flex;
    margin: 0 0 0 auto;

}


.selling_innerBg {
    background-color: #E6DBFF;
    padding: 30px 0;
}

.selling_innerBg .selling_step {
    margin: auto;
}



.tabInner1_section {
    padding: 80px 0;
}

.tabInner1_section ul.tabs {
    margin: 0;
    padding-left: 0;
}

.tabInner1_section ul.tabs li {
    margin: 0;
    cursor: pointer;
    color: #898B92;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}


.tabInner1_section ul.tabs li.active {
    color: #18191C;
    border-bottom: 2px solid #845ADF;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

.tabInner1_section .tab_container {
    box-shadow: 0 0 15px 0 #29292A12;
    border-radius: 10px;
    background-color: #fff;
}

.tabInner1_section .tab_drawer_heading {
    display: none;
}

.tab_contentP {
    width: 74%;
    line-height: 30px;
}

.tabInner1_section .tab_container .tab_content h2 {
    font-weight: 600;
    font-size: 24px;
    color: #18191C;
    border-left: 5px solid #845ADF;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0;
}

.tabInner1_section .tab_container .tab_content p {
    font-weight: 400;
    font-size: 16px;
    color: #18191C;
    padding-left: 18px;
}

.add_productContant {
    padding-right: 60px;
}

.tabInner1_section .tab_container .tab_contentInner h4 {
    font-weight: 600;
    font-size: 18px;
    color: #18191C;
    margin: 0;
    padding: 0 0px 40px 15px;
}

.regisractionInner_block {
    max-width: 730px;
    box-shadow: 0 0 15px 0 #29292A12;
    padding: 15px 80px 15px 15px;
    border-left: 5px solid #01A1BE;
    border-radius: 6px;
    margin: 0px 155px 20px;
}

.tabInner1_section .tab_container .tab_contentInner .regisractionInner_block h5 {
    font-weight: 600;
    font-size: 18px;
    color: #18191C;
    margin: 0;
    padding-bottom: 10px;
}

.tabInner1_section .tab_container .tab_contentInner .regisractionInner_block p {
    font-weight: 400;
    font-size: 16px;
    color: #18191C;
    margin: 0;
    padding-left: 0;
}

.registraction_category {
    box-shadow: 0 0 10px 0 #29292A12;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #fff;
    min-height: 155px;
}

.registractionCategory_main {
    padding: 30px 0 50px 30px;
}

.registraction_category h6 {
    font-weight: 500;
    font-size: 16px;
    color: #18191C;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
}

.registraction_category span {
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
    display: block;
    line-height: 30px;
}

.registraction_categoryImg img {
    width: 65px;
}

.verify_img img {
    max-width: 250px;
}

.postionImg {
    position: relative;
    height: 320px;
    border-bottom: 1px solid #D7D9DD;
}

.verify_img img {
    max-width: 250px;
    position: absolute;
    top: -18px;
    right: 80px;
    z-index: 1;
}

.registraction_benifits {
    background-color: #EAEDED;
    padding: 20px 20px 30px;
    border-radius: 6px;
    max-width: 950px;
    margin: 70px auto 30px;
}

.registraction_benifits .benifitsBg {
   background: url('../../uploads/all/benifits_bg.png') no-repeat;
    width: 132px;
    display: flex;
    height: 135px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.benifitsBg img {
    width: 80px;
    height: 60px;
    object-fit: contain;
}

.registraction_benifits h3 {
    font-weight: 600;
    font-size: 20px;
    color: #18191C;
    margin: 0;
    margin-bottom: 30px;
}

.registraction_benifits h6 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #18191C;
}

.testimonial_inner2_section {
    padding: 0 30px;
}

.testimonial_inner2_section .testimonial {
    background-color: #FFF6C5;
    padding: 32px 0;
    border-radius: 13px;
}

.testimonial_inner2_section .testimonial_box-inner {
    max-width: 800px;
    padding: 30px;
    margin: auto;
}

.benifitsBlock_fulfilImg img {
    width: 100%;
}

.testimonial_inner2_section .testimonial_box-inner:after {
    display: none;
}

.testimonial_inner2_section .testimonial .slick-prev,
.testimonial .slick-next {
    top: 40%;
    width: 350px;
    right: -168px;
}

.testimonial_inner2_section .testimonial .slick-dots {
    display: none !important;
}

.testimonial_inner2_section .testimonial .slick-dotted.slick-slider {
    margin: 0;
}

.testimonial_inner2_section .testimonial .slick-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: black;
    cursor: pointer;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.testimonial_inner2_section .testimonial .slick-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: black;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}


.testimonial_inner2_section .testimonial_box-inner .testimonial_box-name h4 {
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
    margin: 0;
    padding-bottom: 40px;
    line-height: 32px;
}

.testimonial_inner2_section .testimonial_box-inner .testimonial_box-job h6 {
    font-weight: 500;
    font-size: 16px;
    color: #18191C;
    margin: 0;
}

.business_shape {
   background: url('../../uploads/all/business_saller_shape.png') no-repeat;
    width: 100%;
    height: 285px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    margin-top: 170px;
}

.postion_parsonImg img {
    position: absolute;
    right: 130px;
    z-index: 0;
    bottom: 148px;
}

.shape_inner {
    max-width: 530px;
    padding: 30px;
}

.business_shape h3 {
    font-weight: 600;
    font-size: 24px;
    color: #18191C;
    margin: 0;
    line-height: 37px;
}

.start_sallerBtn {
    margin-top: 32px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.start_sallerBtn button {
    width: 150px;
    height: 44px;
    border-radius: 5px;
    background-color: #845ADF;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
}

.start_sallerBtn button:nth-child(2) {
    background-color: #fff;
    color: #845ADF;
    border: 1px solid #845ADF;
}

.business_man_section {
    position: relative;
}

.business_man_section img {
    position: absolute;
    right: 80px;
    top: -132px;
}

.add_productImg img {
    width: 100%;
    mix-blend-mode: multiply;
}
.add_productContant p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #18191C;
}

.add_productContant ul {
    margin-left: 30px;
}

.add_productContant ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #18191C;
    list-style: disc;
}

.listPro_section {
    padding: 0 32px;
    margin-top: 80px;
}

.listPro_section .listProduct .add_productContant h4 {
    padding: 0;
    margin-bottom: 20px;
}

.listPro_section .listProduct .add_productContant h6 {
    font-weight: 600;
    font-size: 16px;
    color: #18191C;
}

.productListing_section {
   background: url('../../uploads/all/salesBg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    width: auto;
    padding: 20px;
    min-height: unset;
    margin: 20px;
    border-radius: 10px;
}

.productListing_section h3 {
    font-weight: 600;
    font-size: 20px;
    color: #18191C;
    margin-bottom: 25px;
}

.productListing_section .salesBox {
    background-color: #E6DBFF;
    min-height: 186px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productListing_section .salesBox img {
    width: 100px;
}

.productListing_section .salesBox h6 {
    font-weight: 600;
    font-size: 16px;
    color: #18191C;
    margin-bottom: 20px;
}

.greenCheck {
    width: 40px;
    height: 40px;
    background-color: #25BF69;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -10px;
}

.fullfill_journy_section .regisractionInner_block {
    max-width: 730px;
    box-shadow: 0 0 15px 0 #29292A12;
    background-color: #CAF1ED;
    padding: 15px 80px 15px 15px;
    border-left: 5px solid #04B5A4;
    border-radius: 6px;
    margin: 0 20px;
}

.fullfil_orderInner_contant {
    max-width: 670px;
}

.fullfill_journy_section .fullfil_orderInner_contant h3 {
    font-weight: 600;
    font-size: 18px;
    color: #18191C;
    margin-top: 15px;
    padding-left: 15px;
}

.fullfill_journy_section .fullfil_orderInner_contant p {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #18191C;
}

.tab_contentInner .fullfill_journy_section .regisractionInner_block h5 {
    font-weight: 600;
    font-size: 16px !important;
    color: #18191C;
    margin: 0;
    padding-bottom: 10px;
}

.tab_contentInner .fullfill_journy_section .regisractionInner_block p {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.fullfil_orderInner_contant {
    background-color: #E5FDFF;
    margin: 20px;
    padding: 15px;
}

.fulfilmentType {
    background-color: #E5FDFF;
    padding: 15px;
    margin: 50px 20px;
    border-radius: 10px;
}

.order_fulfil .fulfilmentType h6 {
    font-size: 16px;
    font-weight: 600;
    color: #18191C;
    border-bottom: 2px solid #845ADF;
    display: inline;
    margin: 0;
    padding-bottom: 10px;
}

.order_fulfil .tab_contentInner .fulfilmentType p {
    font-size: 16px;
    font-weight: 400;
    color: #64666C;
    padding: 0;
    margin-top: 20px;
}

.fulfilmentType .benifitsBlock_fulfil {
    margin-top: 20px;
}

.fulfilmentType .benifitsBlock_fulfil h5 {
    font-size: 16px;
    font-weight: 500;
    color: #18191C;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fulfilmentType .benifitsBlock_fulfil h5 img {
    width: 30px;
}

.fulfilmentType .benifitsBlock_fulfil ul {
    margin-left: 30px;
}

.fulfilmentType .benifitsBlock_fulfil ul li {
    font-size: 16px;
    font-weight: 400;
    color: #18191C;
    padding-bottom: 10px;
}

.fulfilmentType .border_bottom {
    border-bottom: 1px solid #D7D9DD;
    padding-bottom: 20px;
}

.timely_payment_section p {
    line-height: 33px !important;
    width: 85%;
    margin: 0;
    margin-bottom: 5px;
}

.payemntSecure {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #D2CCCC26;
    padding: 15px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}

.payment_cycle {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #E5FFF1;
    margin: auto;
    margin-bottom: 20px;
}

.payment_cycle img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.payemntSecure h5 {
    font-weight: 600;
    font-size: 16px;
    color: #18191C;
    text-align: center;
    margin-bottom: 15px;
}

.payemntSecure p {
    font-weight: 400;
    font-size: 14px !important;
    color: #18191C;
    text-align: center;
    padding-left: 0 !important;
    line-height: unset !important;
    width: 200px;
}

.timely_payment_section {
    padding-bottom: 50px;
}

.boots_visiblity_section {
    padding-bottom: 40px;
    padding-right: 60px;
}

.boots_visiblity {
    padding: 0 20px;
    position: relative;
}

.boots_visiblity_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
}


.boots_visiblity h3 {
    font-weight: 600;
    font-size: 20px;
    color: #18191C;
    margin: 0;
    padding-bottom: 30px;
}

.boots_visiblity .boost_visibleContent h5 {
    font-weight: 600;
    font-size: 16px;
    color: #18191C;
}

.boots_visiblity .boost_visibleContent p {
    width: 82%;
    line-height: 26px;
}

.boots_visiblity .boost_visibleContent ul {
    margin-top: 10px;
}

.boots_visiblity .boost_visibleContent ul li {
    font-weight: 400;
    font-size: 16px;
    color: #18191C;
    padding-bottom: 8px;
}

.boot_visibilityImg img {
    max-width: 400px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.Seller_supportSection .timely_img img {
    max-width: 270px;
    margin-left: -40px;
}

.Seller_supportSection .tab_contentInner .timely_payment_section .supportHeading {
    padding: 70px 0px 0 20px;
    font-size: 20px;
}

.Seller_supportSection .payemntSecure {
    background-color: #F7F3FF;
}

.Seller_supportSection .payment_cycle {
    background-color: #845ADF;
    margin-bottom: 10px;
}

.Seller_supportSection .payemntSecure h5 {
    width: 70%;
    margin: auto;
    line-height: 26px;
}

.bymin_badge .row {
    padding: 20px;
}

.bymin_badge ol {
    padding-left: 15px;
}

.bymin_badge h4 {
    font-weight: 600;
    font-size: 18px;
    color: #18191C;
    padding-bottom: 20px;
    margin: 0;
}

.bymin_badge ol li {
    font-size: 16px;
    font-weight: 400;
    color: #18191C;
    line-height: 36px;
}

.bymin_badge ol li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #18191C;
    line-height: 26px;
}

.bymin_badge ol li ul li {
    list-style: disc;
    line-height: 36px;
}

.reting_blockBadge {
    max-width: 420px;
    height: 315px;
    border-radius: 14px;
    background-color: #F2F2F2;
    padding: 15px;
    margin: auto;
}

.Business-Insights-img {
    position: absolute;
    top: -75px;
    right: -8px;
}

.promostion_img img {
    display: flex;
    margin: 5px 0 -22px auto;
}

.weight_li li b {
    font-weight: 500;
}

.weight_li li {
    line-height: 36px;
}

.expert_img img {
    display: flex;
    margin: 0 0 0 auto;
}

.video_row .video-container {
    width: 472px;
    height: 264px;
    border-radius: 15px;
}

.bymin_badge .paymentCycle li {
    font-size: 16px;
    font-weight: 400;
    color: #18191C;
    line-height: 36px;
}

.paymentCycleImg img {
    display: flex;
    margin: auto;
}

.bymin_badge .regisractionInner_block {
    max-width: 100%;
    padding: 15px;
    margin: 0;
    box-shadow: 0 10px 15px 10px #29292A12;
}

.payment_list_type li {
    list-style-type: lower-alpha;
}

.fulfilment_option {
    margin-top: 40px;
}

.bymin_badge .fulfilment_option h6 {
    font-weight: 600;
    font-size: 16px;
    color: #18191C;
}

.bymin_badge .fulfilment_option .payment_list_type li p {
    padding-left: 0;
    margin: 0;
}

.bymin_badge .profit_calculator ul {
    padding: 0;
}

.bymin_badge .profit_calculator ul {
    list-style: none;
}

.bymin_badge .profit_calculator .payment_list_type li {
    list-style: decimal;
}

.bymin_badge .profit_calculator .payment_list_type1 li {
    list-style: disc;
}

.bymin_badge .profit_calculator .payment_list_type li h6,
.bymin_badge .profit_calculator .payment_list_type1 li h6 {
    display: inline;
}

.landingbanner_section {
   background: url('../../uploads/all/growth_partner.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 658px;
    display: flex;
    align-items: center;
}

.landingbanner_section h1 {
    font-weight: 600;
    font-size: 48px;
    color: #18191C;
    margin: 0;
    line-height: 72px;
}

.landingbanner_section p {
    font-weight: 400;
    font-size: 18px;
    color: #18191C;
    margin: 0;
    padding-top: 15px;
    line-height: 36px;
}

.landingbanner_section h3 {
    font-weight: 600;
    font-size: 24px;
    color: #18191C;
    padding-top: 50px;
    margin: 0;
}

.payment_typeBanner {
    background-color: #ffff;
    box-shadow: 0 0 15px 0 #29292A12;
    max-width: 817px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
}

.businessModalImg {
    max-width: 500px;
    display: flex;
    margin: 0 0 0 auto;
    height: 588px;
    object-fit: cover;
}

.businessModalImg img {
    width: 100%;
    object-fit: cover;
}

.paymentStep {
    text-align: center;
}

.paymentStep span {
    display: block;
    padding-top: 10px;
}

.paymentStep img {
    width: 50px;
    height: 50px;
}

.businessPotential_section {
   background: url('../../uploads/all/business_potatianl.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}

.businessPotential_section .businessPotential_inner {
    width: 65%;
}

.businessPotential_section .businessPotential_inner h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 24px;
    margin: 0;
    line-height: 65px;
}

.businessPotential_section .businessPotential_inner ul {
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0;
}

.businessPotential_section .businessPotential_inner ul li {
    list-style: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.businessPotential_section .businessPotential_inner button {
    width: 150px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background-color: #845ADF;
    font-size: 16px;
    font-weight: 600;
    color: #F9F8F9;
}

.accordianBlock {
    margin: 15px;
}

.accordianBlock .accordion {
    box-shadow: none;
    background: none;
    padding: 0;
}

.accordianBlock .accordion-button {
    padding: 24px 45px 22px 22px;
    margin: 0 0 0 1px;
}

.accordianBlock ol {
    padding-bottom: 50px !important;
}

.accordianBlock .accordion-button li {
    line-height: unset;
    font-size: 16px;
    font-weight: 400;
    color: #263646;
}

.accordianBlock .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.accordianBlock .accordion-button:focus {
    box-shadow: none;
}

.accordianBlock .accordion-flush .accordion-item {
    border-top: 1px solid #EDEEF3 !important;
    border-bottom: 0;

}

.bymin_badge .sucess_storyBg {
    background-color: #fff;
    border-radius: 6px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    margin-top: 40px;
}

.bymin_badge .sucess_storyBg .fulfilment_option {
    padding: 20px 0 0 30px;
    width: 80%;
    margin: 0;
}

.bymin_badge .sucess_storyBg .fulfilment_option h6 {
    font-weight: 600;
    font-size: 18px;
    color: #263646;
}

.bymin_badge .sucess_storyBg .fulfilment_option P {
    line-height: 32px;
    padding-top: 10px;
    margin-bottom: 0;
}

.bymin_badge .sucess_storyBg .fulfilment_option h5 {
    font-weight: 600;
    font-size: 16px;
    color: #263646;
    padding: 20px 0;
    margin: 0;
}

.bymin_badge .sucess_storyBg .fulfilment_option span {
    font-weight: 600;
    font-size: 16px;
    color: #263646;
}

.bymin_badge .sucess_storyBg .fulfilment_option span i {
    font-weight: 600;
    font-size: 16px;
    color: #F8A401;
}

.learnigHub_inner {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    max-width: 400px;
    min-height: 440px;
    margin: auto;
}

.learnigHub_inner .video-container {
    max-width: unset;
    margin-bottom: 20px;
}

.learnigHub_inner h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.bymin_badge .tab_container .tab_content .learnigHub_inner p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 15px !important;
}

.learnigHub_inner span {
    font-size: 16px;
    font-weight: 500;
}

.learnigHub_inner span:nth-of-type(2) {
    font-weight: 600;
    color: #01A1BE;
}

.learnigHub_inner .video-container iframe {
    width: 100%;
    max-width: 370px;
    height: 190px;
}

.businessAds_section {
    background-color: #F38DDD;
    height: 500px;
}

.businessAds_section img {
    width: 940px;
    height: 500px;
    object-fit: cover;
}

.businessads_content {
    width: 690px;
    max-width: 100%;
}

.businessads_content h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.businessads_content p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

.bannerBtn {
    width: 200px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background-color: #845ADF;
    font-size: 18px;
    font-weight: 500;
    color: #F9F8F9;
    border: none;
}

.tailored_section {
    background-color: #f8f8f8;
    padding: 100px 0 80px 0;
}

.tailored_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    position: relative;
    padding-left: 18px;
}

.tailored_section h2::before {
    content: "";
    width: 8px;
    height: 55px;
    background-color: #3446C5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.tailored_section p {
    font-size: 20px;
    font-weight: 400;
    color: #898b92;
    margin: 0;
    padding: 15px 0 30px 20px;
}

.tailoredMain_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tailored_innerBox {
    max-width: 265px;
    height: 210px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 15px 0 #29292a1c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tailored_innerBox img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.tailored_innerBox span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #232f3f;
}

.chosseAds_section {
   background: url('../../uploads/all/chosse_ads.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 65px 0 100px 0;
}

.chosseAds_section h3 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-bottom: 50px;
}

.chosseAds_section .tailored_innerBox {
    max-width: 345px;
    height: 300px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 15px 0 #29292a1c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.chosseAds_section .tailored_innerBox h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #232f3f;
    text-align: start;
}

.chosseAds_section .tailored_innerBox p {
    font-size: 16px;
    font-weight: 400;
    color: #898b92;
    margin: 0;
    padding: 12px 0 0 0;
    text-align: start;
}

.chosseAds_section .tailored_innerBox img {
    width: 145px;
    height: 145px;
    margin-bottom: 10px;
}

.Advertising_section {
    padding: 100px 0;
}

.advertising_inner {
    background-color: #F0F2F2;
    padding: 50px;
    border-radius: 6px;
    margin-top: 32px;
}

.Advertising_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    position: relative;
    padding-left: 18px;
}

.Advertising_section h2::before {
    content: "";
    width: 8px;
    height: 55px;
    background-color: #34AFC5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.advertising_inner .steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    margin: auto;
}

.advertising_inner .step {
    text-align: center;
    flex: 1;
    position: relative;
}

.advertising_inner .step::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -37%;
    width: 75%;
    height: 2px;
    background-color: #a98cf0;
    z-index: 0;
}

.advertising_inner .step:last-child::after {
    display: none;
}

.advertising_inner .circle {
    width: 60px;
    height: 60px;
    background: #845ADF;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.advertising_inner .step-title {
    font-size: 24px;
    font-weight: 600;
    color: #18191C;
    margin-bottom: 10px;
}

.advertising_inner .step-description {
    font-size: 16px;
    font-weight: 400;
    color: #898b92;
    max-width: 250px;
    margin: auto;
}

.advertising_inner .step a {
    font-size: 13px;
    color: #007bff;
    text-decoration: underline;
}


.findAdd_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    position: relative;
    padding-left: 18px;
    padding-bottom: 30px;
}

.findAdd_section h2::before {
    content: "";
    width: 8px;
    height: 55px;
    background-color: #845ADF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.find_product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.find_innerProduct {
    max-width: 480px;
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}

.product_imgBg {
    max-width: 440px;
    height: 300px;
    background: linear-gradient(to right, #5A49D0 0%, #5B75D9 30%, #00B8C6 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.find_innerProduct .product_imgBg img {
    width: 100%;
}

.find_innerProduct .product_imgBg2 img {
    width: 100%;
}

.find_innerProduct .product_imgBg3 img {
    width: 100%;
}

.featuredContent .find_innerProduct img {
    width: 100%;
}

.find_innerProduct h3 {
    font-size: 32px;
    font-weight: 600;
    color: #232f3f;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

.find_innerProduct p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #898b92;
    padding-bottom: 40px;
    margin: 0;
}

.find_innerProduct a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #845ADF;
    text-decoration: none;
}

.product_imgBg2 {
    max-width: 440px;
    height: 300px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #2DF9A6, #20C1F6);
    padding: 20px;
}


.product_imgBg3 {
    max-width: 440px;
    height: 300px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(at top left, #42E8E0, transparent),
        radial-gradient(at top right, #3C6FF7, transparent),
        radial-gradient(at bottom right, #E07BE0, transparent),
        radial-gradient(at bottom left, #A1C4FD, transparent);
    padding: 20px;
}

.AdvertisingBudget_section {
    margin: 100px 0;
}

.AdvertisingBudget_section .modals_bg {
    background: linear-gradient(90deg, rgba(240, 162, 255, 1) 0%, rgba(106, 204, 249, 1) 60%);
    padding: 80px;
    border-radius: 10px;
    row-gap: 80px;
    display: grid;
}

.AdvertisingBudget_section .modals_bg .row {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    align-items: end;
}

.AdvertisingBudget_section .modals_bg img {
    width: 100%;
}

.AdvertisingBudget_section .modals_bg h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #232f3f;
    padding-bottom: 30px;
}

.pricingModal_inner {
    width: 85%;
    padding-left: 50px;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner p {
    font-size: 20px;
    font-weight: 400;
    color: #898b92;
    line-height: 30px;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner h5 {
    font-size: 20px;
    font-weight: 600;
    color: #898b92;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner ol li {
    font-size: 20px;
    font-weight: 400;
    color: #898b92;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner a {
    font-size: 18px;
    font-weight: 500;
    color: #845ADF;
    text-decoration: none;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner a img {
    width: 32px;
}

.AdvertisingBudget_section .modals_bg .pricingModal_inner ul li {
    font-size: 20px;
    font-weight: 400;
    color: #898b92;
}

.featuredContent .find_innerProduct {
    max-width: 360px;
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
}

.featuredContent .product_imgBg {
    background: none;
}

.feature_innerBlock {
    padding: 40px 24px;
}

.feature_innerBlock button {
    width: 90px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #232f3f;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature_innerBlock p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #232f3f;
    padding-bottom: 0;
    margin: 0;
}

.feature_innerBlock a {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #845ADF;
    padding-bottom: 0;
    margin: 0;
    text-decoration: underline;
}

.start_business_section {
   background: url('../../uploads/all/business-start-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-bottom: 32px;
}

.start_business_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.start_business_section p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 36px;
    padding: 25px 0;
    width: 49%;
}

.start_business_section button {
    max-width: 234px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #4c186e;
    color: #fff;
    border: none;
    border-radius: 6px;

}

.start_business_section img {
    max-width: 100%;
    display: flex;
    margin: auto;
}

.goals_section {
   background: url('../../uploads/all/goals_bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 650px;
    padding: 80px 0 100px 0;
}

.goals_section span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

.goals_section h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
    width: 65%;
    margin: auto;
}

.goals_section p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
}

.goal_Advertising_section .Advertising_section {
    padding: 0;
}

.goal_Advertising_section .advertising_inner {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #29292a57;
    width: 80%;
    margin: auto !important;
}

.goal_Advertising_section {
    margin-top: -200px;
}

.adsWork_section {
    margin: 100px 0 50px 0;
}

.adsWork_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    position: relative;
    padding-left: 18px;
    padding-bottom: 10px;
}

.adsWork_section h2::before {
    content: "";
    width: 8px;
    height: 55px;
    background-color: #845ADF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.adsWork_section p {
    font-size: 20px;
    font-weight: 400;
    color: #898b92;
    margin: 0;
    padding-left: 18px;
}

.work_steps {
    background-color: #F2F2F3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    height: 400px;
}

.work_steps span {
    font-size: 20px;
    font-weight: 600;
    color: #18191C;
    margin-bottom: 40px;
    background: linear-gradient(90deg, rgba(174, 240, 251, 1) 52%, rgba(242, 242, 243, 1) 100%);
    padding: 10px;
    margin-bottom: 40px;
    display: inline-flex;
}

.work_steps ul {
    padding-left: 90px;
    width: 80%;
}

.work_steps ul li {
    font-size: 20px;
    font-weight: 600;
    color: #232f3f;
    line-height: 46px;
}

.deliver_content {
    width: 71%;
    margin: auto;
}

.goals_section .deliver_content h1 {
    padding-bottom: 32px;
}

.deliver_result {
    width: 246px;
}

.deliver_result img {
    width: 100%;
    margin-bottom: 15px;
}

.deliver_result h3 {
    font-size: 20px;
    font-weight: 600;
    color: #18191C;
    margin: 0;
    text-align: center;
}

.work_steps p {
    font-size: 18px;
    font-weight: 400;
    color: #232f3f;
    width: 75%;
    line-height: 30px;
}

.drive_salesImg img {
    display: flex;
    margin: auto;
    max-width: 100%;
}

.drive_heading {
    width: 246px;
    height: 65px;
    background-color: #FDF1FF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -110px;
    position: relative;
}

.drive_heading h4 {
    font-size: 20px;
    font-weight: 600;
    color: #18191C;
    margin: 0;
}

.drive_sales_steps {
    background-color: #fce0ff82;
    border-radius: 10px;
    padding: 15px 20px;
    margin-left: 140px;
    width: 800px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vissible_step {
    width: 25%;
    text-align: center;
}

.vissible_step img {
    width: 40px;
    margin-bottom: 20px;
}

.vissible_step h6 {
    font-size: 16px;
    font-weight: 400;
    color: #18191C;
    margin: 0;
    line-height: 26px;
}

.explore_btn {
    width: 200px;
    height: 44px;
    background-color: #845ADF;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
}

.transparent_section {
   background: url('../../uploads/all/transparent_bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.transparent_inner {
    padding: 40px 0 0 100px;
}

.transparent_inner h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 36px;
}

.tranparentAds {
    background-color: #EEFFEF;
    max-width: 670px;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px 0 25px 0;
}

.transparent_shape img {
    max-width: 100%;
}

.tranparentAds h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.tranparentAds span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-right: 14px;
}

.tranparentAds span i {
    color: #00d307;
}

.tranparentAds span::after {
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    right: 3px;
    top: 4px;
}

.tranparentAds span:nth-of-type(3)::after {
    content: none;
    display: none;
}

.transparent_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.transparent_inner .bannerBtn {
    width: 250px;
    margin-top: 20px;
}

.sponsar_ads {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #dddddd;
    padding: 20px;
    border-radius: 10px;
}

.sponsar_ads h3 {
    font-size: 24px;
    font-weight: 600;
    color: #232f3f;
    border-bottom: 2px solid #845ADF;
    display: inline;
    padding-bottom: 10px;
}

.sponsar_ads h4 {
    font-size: 16px;
    font-weight: 700;
    color: #232f3f;
    padding-top: 40px;
}

.sponsar_ads p {
    font-size: 16px;
    font-weight: 400;
    color: #232f3f;
}

.ppc_block ol {
    line-height: 30px;
}

.ppc_block ol li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #232f3f;
    margin-bottom: 0;
    padding-top: 20px;
}

.ppc_block ol li ul li {
    font-size: 16px;
    font-weight: 400;
    color: #232f3f;
    list-style: disc;
}

.sponsar_ads_budget {
    padding-top: 30px;
}

.sponsar_ads_budget h5 {
    font-size: 24px;
    font-weight: 600;
    color: #232f3f;
    padding-bottom: 30px;
    margin: 0;
}

.sponsar_ads_budget h6 {
    font-size: 16px;
    font-weight: 600;
    color: #232f3f;
}

.sponsar_ads_budget ul li {
    font-size: 16px;
    font-weight: 400;
    color: #232f3f;
}

.campaignsBlock {
    display: flex;
    gap: 50px;
}

.campaigns_inner {
    background-color: #E7FFEA;
    border-radius: 6px;
    padding: 10px;
    max-width: 230px;
}

.campaigns_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #00BF1D;
    margin: 0;
    text-align: center;
}

.campaignsExample {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 24px;
}

.campaignsExample p {
    font-size: 16px;
    font-weight: 400;
    color: #232f3f;
    margin: 0;
}

.SponsoredAds_pricing {
    margin-bottom: 30px;
}

.sponsar_ads_budget table tr th {
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    padding: 20px;
}

.sponsar_ads_budget table tr td {
    font-size: 16px;
    font-weight: 400;
    color: #232f3f;
    padding: 15px 20px;
}

.sponsar_ads_budget table tr:nth-child(even) {
    background-color: #EFF7FF;
}

.sponsar_ads_budget .table-bordered {
    border-color: #E9E9EB;
}

.transformingBlock .tab_content {
    padding: 20px 0;
    margin: 30px 0;
    border-radius: 10px;
}

.transformingBlock .sucess_storyBg {
    margin-top: 20px;
}

.transformingBlock .readMore {
    color: #845ADF !important;
    padding-top: 65px;
    display: inline-block;
}

.count_impact .saller_countdown::after {
    margin-left: 15px;
}

.count_impact .saller_countdown span,
.pincode-count span {
    width: 100%;
}

.sucess_story_section {
   background: url('../../uploads/all/business_saller_shape.png') no-repeat;
    width: 100%;
    padding: 70px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    margin-top: 170px;
    position: relative;
}

.sucess_story_section h2 {
    font-size: 48px;
    font-weight: 600;
    width: 30%;
    line-height: 66px;
}

.sucess_story_section img {
    position: absolute;
    right: 300px;
    top: -50px;
    max-width: 100%;
    z-index: -1;
}

.sucess_story_section button {
    width: 215px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #845ADF;
    border: none;
    border-radius: 6px;
    margin-top: 40px;
}

.doubling_section {
   background: url('../../uploads/all/doubling_bg.png') no-repeat;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
}

.doubling_sales {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #b479b926;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
    margin-top: -210px;
}

.doublingContent_img {
    display: flex;
}

.doubling_content {
    padding: 20px;
}

.doubling_content span {
    font-size: 18px;
    font-weight: 500;
    color: #606C7B;
}

.doubling_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    padding: 20px 0;
    line-height: 60px;
}

.doubling_content p {
    font-size: 16px;
    font-weight: 400;
    color: #263646;
}

.doubling_content p span {
    font-size: 16px;
    font-weight: 600;
    color: #263646;
    padding-right: 15px;
}

.doublingSales_img img {
    width: 425px;
}

.doubling_content .doubling_paragraph {
    line-height: 40px;
    width: 90%;
}

.doubling_content .doubling_paragraph span:nth-last-of-type(2) {
    color: #845ADF;
    padding-right: 0;
}

.doubling_content .doubling_paragraph span:nth-last-of-type(3) {
    color: #845ADF;
    padding-right: 0;
}

.doubling_content .doubling_paragraph span:nth-last-of-type(1) {
    color: #FE9A42;
    padding-right: 0;
}

.goalsBlock_section {
    margin: 80px 0;
}

.golas_outer {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #b479b926;
    border-radius: 10px;
    max-width: 1500px;
    padding: 24px;
}

.golas_outer h2 {
    font-size: 32px;
    font-weight: 600;
    color: #263646;
    position: relative;
    padding-left: 15px;
    margin: 0;
}

.golas_outer h2::before {
    content: "";
    width: 6px;
    height: 40px;
    background-color: #845ADF;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.gols_inner {
    max-width: 1065px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.gols_inner_block {
    width: 20%;
}

.gols_inner img {
    width: 80px;
    display: flex;
    margin: auto;
}

.gols_inner h6 {
    text-align: center;
    padding-top: 15px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    color: #263646;
}

.approach_section h3 {
    font-size: 32px;
    font-weight: 600;
    color: #232f3f;
    margin: 0;
    padding-bottom: 20px;
}

.approach_section h5 {
    font-size: 18px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 15px
}

.approach_section p {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    line-height: 36px;
}

.comment_section {
    margin: 100px 0 32px 0;
}

.comment_outer {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #b479b926;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
    padding: 15px 40px 35px;
}

.comment_outer p {
    font-size: 18px;
    font-weight: 500;
    color: #263646;
    line-height: 38px;
    padding-bottom: 24px;
    margin: 0;
    width: 94%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.comment_outer h5 {
    font-size: 20px;
    font-weight: 600;
    color: #263646;
    width: 94%;
    margin: auto;
}

.comment_outer img {
    width: 45px;
}

.comment_outer img:nth-last-of-type(2) {
    position: absolute;
    top: -5px;
    left: -54px;
}

.comment_outer img:nth-last-of-type(1) {
    position: absolute;
    bottom: 37px;
    right: 20px;
}

.boost_outer {
    background: linear-gradient(90deg, rgba(168, 117, 255, 1) 0%, rgba(234, 100, 255, 1) 100%);
    padding: 30px 38px 80px 170px;
    border-radius: 0 50px 50px 0px;
    width: 1000px;
    margin-left: -170px;
}

.boost_outer h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.boost_outer h1 span {
    color: #2D3F7B;
}

.boost_outer p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-top: 30px;
}

.boost_sales_img {
    display: flex;
    justify-content: end;
}

.boost_sales_img img {
    max-width: 100%;
}

.sponsored_product_outer {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    padding: 30px 170px;
    border-radius: 10px;
}

.Sponsored_Products_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    line-height: 32px;
    margin: auto;
    text-align: center;
    padding-bottom: 32px;
}

.sponsored_product_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #898b92;
    line-height: 40px;
    margin: 0;
}

.sponsored_product_outer h3 {
    font-size: 32px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding: 25px 0 0 0;
}

.Sponsored_Products_section {
    margin: 100px 0;
}

.benefit_product_outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.benefit_product_inner {
    width: 25.8%;
    padding-top: 40px;
}

.benefit_product_inner img {
    max-width: 80px;
    display: flex;
    margin: auto;
}

.benefit_product_inner h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #263646;
    margin: 0;
    padding-top: 40px;
    line-height: 32px;
}

.Sponsored_Products_section .advertising_inner {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    border-radius: 10px;
    margin: 0;
}

.Sponsored_Products_section .step-title {
    text-align: start;
}

.Sponsored_Products_section .advertising_inner .step-description {
    max-width: 80%;
    text-align: start;
    color: #18191C;
    line-height: 32px;
    margin: 0;
}

.Sponsored_Products_section .advertising_inner .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 115px;
}

.Sponsored_Products_section .advertising_inner .step::after {
    right: -97px;
    width: 80%;
}

.sponsar_feature {
    background: linear-gradient(90deg, rgba(244, 238, 255, 1) 0%, rgba(253, 237, 255, 1) 100%);
    padding: 30px 0;
}

.sponsar_feature h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    line-height: 65px;
    width: 80%;
    margin: 0;
}

.feature_outer {
    display: flex;
    gap: 30px;
    align-items: center;
}

.feature_inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 35px;
}

.feature_inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #18191C;
    margin: 0;
}

.feature_outer .feature_inner:nth-of-type(2) {
    margin-top: 30px;
}

.sponsor_product_about {
    padding: 100px 0;
}

.sponsor_product_aboutOuter {
    width: 74%;
}

.sponsor_product_about h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    line-height: 65px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.sponsor_product_about h2::after {
    content: "";
    width: 350px;
    height: 3px;
    position: absolute;
    top: 79px;
    right: 39%;
    background-color: #845ADF;
}

.sponsor_product_aboutOuter ol li {
    font-size: 20px;
    font-weight: 600;
    color: #606C7B;
    line-height: 36px;
}

.sponsor_product_aboutOuter ol li p {
    font-size: 20px;
    font-weight: 400;
    color: #606C7B;
    margin: 0;
}

.sponsor_product_aboutOuter ol li ul li {
    font-size: 20px;
    font-weight: 400;
    color: #606C7B;
    list-style: disc;
}

.sponsor_product_aboutOuter ol li ul li span {
    font-weight: 500;
}

.adsAppear_outer {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    border-radius: 10px;
    margin: 0;
    padding: 40px;
}

.ads_appear_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    line-height: 65px;
    margin-bottom: 30px;
    text-align: center;
}

.adsAppear_outer ol li {
    font-size: 20px;
    font-weight: 400;
    color: #18191C;
    line-height: 36px;
}

.adsAppear_outer ol li ul {
    margin-top: 10px;
}

.adsAppear_outer ol {
    padding: 0;
}

.adsAppear_outer ol li ul li {
    list-style: disc;
}

.ads_appearImg img {
    max-width: 100%;
}

.adsAppear_outer h4 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    line-height: 32px;
}

.result_adsAppear li {
    line-height: 36px;
}

.start_adavar {
    margin: 100px 0;
}

.start_adavar h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    line-height: 65px;
    margin-bottom: 30px;
    text-align: center;
}

.start_adavar .advertising_inner {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 #29292a1c;
    margin: 0;
}


.doubling_content button {
    width: 72px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1D1D22;
    border: none;
    margin: 15px 0;
}

.evolution_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    line-height: 36px;
}

.key_trendSection h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0 20px 0;
    color: #263646;
}

.key_trendSection .progress-bar {
    background-color: #5ADFA1;
    height: 36px;
    border-radius: 30px;

}

.key_trendSection .progress {
    margin-bottom: 15px;
    height: 36px;
    border-radius: 30px;
}

.key_trendSection p {
    font-size: 18px;
    line-height: 26px;
    color: #606C7B;
}

.key_trendSection span {
    font-weight: 600;
    line-height: 26px;
    color: #845ADF;
}

.recommand_adver h2 {
    font-size: 32px;
    font-weight: 600;
    color: #263646;
    padding-top: 30px;
    padding-bottom: 10px;
}

.recommand_adver li {
    font-size: 18px;
    line-height: 26px;
    color: #606C7B;
}

.playbook_content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #606C7B;
}

.playbook_content ul li {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    line-height: 36px;
}

.playbook_content p {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    margin: 0;
}

.feature_inner img {
    width: 64px;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
}

.funnal_adver_section .feature_outer .feature_inner h3 {
    font-size: 18px;
    font-weight: 600;
    color: #263646;
    line-height: 26px;
    text-align: center;
}

.funnal_adver_section .feature_outer .feature_inner {
    padding: 20px 30px;
}

.funnal_adver_section .feature_outer .feature_inner:nth-of-type(1) {
    margin-top: 30px;
}

.funnal_adver_section .feature_outer .feature_inner:nth-of-type(2) {
    margin-top: 0;
}

.funnal_adver_section {
    margin: 30px 0;
}

.boost_businessAds {
    background: linear-gradient(90deg, rgba(201, 63, 255, 1) 0%, rgba(255, 146, 100, 1) 100%);
    padding-top: 20px;
}

.boost_businessAds h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.boost_businessAds p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

.why_choose_section .tailored_innerBox {
    max-width: 500px;
    height: unset;
    padding: 20px;
    margin-bottom: 30px;
}

.why_choose_section .tailored_innerBox h6 {
    font-size: 48px;
    font-weight: 600;
    color: #5842A4;
    text-align: start;
}

.why_choose_section .tailored_innerBox span {
    font-size: 16px;
    font-weight: 400;
    color: #898b92;
    text-align: start;
}

.unveiling_section {
    background-color: #fff;
    padding: 50px 0;
}

.unveiling_section h1 {
    font-size: 47px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    line-height: 72px;
}

.unveiling_section span {
    font-size: 18px;
    font-weight: 500;
    color: #845ADF;
}

.unveiling_section p {
    font-size: 18px;
    font-weight: 400;
    color: #898B92;
    padding: 20px 0 0 0;
    margin: 0;
    line-height: 36px;
}

.unveiling_section .boost_sales_img {
    display: flex;
    justify-content: center;
}

.industry_insight {
    padding: 32px 0;
}

.industry_insight h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding-bottom: 30px;
}

.global_growth_outer {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
}

.industry_insight h3 {
    font-size: 24px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding-bottom: 20px;
}

.global_growth_content p {
    font-size: 18px;
    font-weight: 400;
    color: #898B92;
    width: 97%;
    line-height: 36px;
    margin: 0;
}

.global_growth_content p span {
    font-weight: 600;
}

.global_growthImg img {
    max-width: 100%;
}

.global_growth_content {
    width: 60%;
}

.global_growthImg {
    width: 40%;
    display: flex;
    justify-content: center;
}

.top_seelingBeauty_section {
    background-color: #fff;
    padding: 100px 0;
}

.top_seelingBeauty_section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    padding-bottom: 50px;
    margin: 0;
}

.productBg {
    background-color: #FCEDF8;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 325px;
}

.productBg img {
    max-width: 100%;
}

.top_seelingBeauty_section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding-bottom: 15px;
}

.top_seelingBeauty_section p {
    font-size: 18px;
    font-weight: 400;
    color: #898B92;
    line-height: 36px;
    margin-bottom: 10px;
    width: 90%;
}

.top_seelingBeauty_section p span {
    font-weight: 600;
}

.top_seelingBeauty_section p::before {
    content: "• ";
    color: #898B92;
    margin-right: 5px;
}

.target_reach_section {
    background-color: #fff;
}

.target_reach_outer {
    background-color: #F7EEFF;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.target_reach_outer h4 {
    font-size: 24px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding-bottom: 10px;
}

.target_reach_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #445162;
    margin: 0;
    line-height: 36px;
}

.target_reach_outer p span {
    font-weight: 600;
}

.target_reach_outer img {
    max-width: 100px;
}

.border_btm {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 40px;
}

.market_overview_section {
    background-color: #fff;
}

.market_outer {
    background-color: #F8F8F8;
    padding: 30px 20px;
}

.market_outer h2 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    margin-bottom: 20px;
}

.market_size {
    background-color: #DAFBDF;
    border-radius: 6px;
    padding: 10px 15px;
}

.market_size span {
    font-size: 20px;
    font-weight: 600;
    color: #263646;
    padding-bottom: 5px;
    display: block;
}

.market_size p {
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    margin: 0;
}

.consumer_boxes {
    display: flex;
    width: 100%;
    gap: 40px;
    margin-top: 32px;
}

.consumer_box {
    max-width: 300px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #AACEE8;
}

.consumer_trend {
    margin-top: 25px;
}

.consumer_boxes .consumer_box:nth-last-of-type(2) {
    border: 1px solid #C6EBC9;
}

.consumer_boxes .consumer_box:nth-last-of-type(1) {
    border: 1px solid #ECEDC5;
}

.consumer_trend h3 {
    font-size: 18px;
    font-weight: 600;
    color: #263646;
    margin: 0;
}

.consumer_box p {
    font-size: 16px;
    font-weight: 400;
    color: #232F3F;
    margin: 0;
    line-height: 36px;
}

.promote_health_section {
    background-color: #F4EFFE;
    padding: 30px;
}

.promote_health_section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
}

.promote_health_outer {
    max-width: 690px;
    margin: 50px 0 0 170px;
}

.promote_inner {
    display: flex;
    gap: 40px;
    padding-bottom: 40px;
}

.promote_inner img {
    max-width: 100px;
}

.promote_inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
}

.promote_inner p {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    margin: 0;
    padding: 15px 0 0 20px;
}

.expert_tips_section {
    padding: 60px 0;
    background-color: #fff;
}

.expert_tips_section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
}

.expert_outer {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #0e0e0e2b;
    padding: 30px 60px;
    border-radius: 10px;
    margin-top: 30px;
}

.expert_cricle {
    width: 200px;
    height: 200px;
    background-color: #D5FAF3;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert_cricle img {
    max-width: 100%;
}

.expert_outer h3 {
    font-size: 24px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.expert_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #606C7B;
    margin: 0;
    line-height: 40px;
}

.fashion_insight_section {
    background-color: #fff;
}

.fashion_insight_inner {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #c1bfbf4d;
    height: 450px;
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fashion_insight_section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    padding-bottom: 30px;
    margin: 0;
}

.fashion_insight_inner h3 {
    font-size: 50px;
    font-weight: 600;
    color: #52CBBD;
    margin: 0;
    padding-bottom: 100px;
}

.fashion_insight_inner p {
    font-size: 18px;
    font-weight: 400;
    color: #898B92;
    line-height: 36px;
    margin: 0;
}


#progress-bar--container {
    display: flex;
    justify-content: center;
}

#progress-bar--container svg {
    width: 260px;
}

#progress--circle {
    stroke-dasharray: 120px;
    stroke-dashoffset: 100px;
    stroke-linecap: round;
}

.fashion_content_inner {
    height: 450px;
}

.fashion_insight_inner h4 {
    font-size: 32px;
    font-weight: 600;
    color: #232F3F;
    text-align: center;
}

text#progress--text {
    font-weight: 600;
    color: #52CBBD !important;
}


.fashion_salls_section {
   background: url('../../uploads/all/fashion_sallsBg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: 30px 0 0;
    padding-top: 35px;
}

.fashionOuter img {
    width: 100%;
}

.sallsImg img {
    max-width: 750px;
    margin-left: -172px;
}

.fashion_salls_section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #232F3F;
    margin: 0;
    padding-bottom: 30px;
}

.fashionOuter {
    background-color: #FFF;
    padding: 15px;
    border-radius: 10px;
}

.fashionOuter h3 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    padding: 15px 0 10px 0;
}

.fashionOuter ul {
    padding-left: 23px;
}

.fashionOuter ul li {
    font-size: 16px;
    font-weight: 400;
    color: #445162;
    line-height: 30px;
}

.shoppers_buy {
    padding-top: 50px;
}

.shoppers_buy h4,
.shoppers_buy p {
    text-align: center;
}

.elevate_business_section {
    background: linear-gradient(90deg, rgba(222, 206, 255, 1) 0%, rgba(232, 222, 255, 1) 100%);
    margin-top: 30px;
}

.elevate_business_section h2,
.elevate_business_section p {
    color: #000;
}

.elevate_business_section button {
    background-color: #845ADF;
    max-width: 250px;
}

.elevate_business_section img {
    margin: 0 0 0 auto;
}

.furniture_outer {
    margin-top: 30px;
}

.elevate_business_section p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.furniture_outer .feature_inner img {
    width: 100%;
}

.furniture_outer .feature_inner {
    padding: 0 0 15px 0;
    text-align: center;
}

.furniture_outer .feature_inner h3 {
    font-size: 20px;
}


.target_block_section {
    padding: 100px 0 0 0;
}

.furniture_brands_section {
    padding: 100px 0 30px;
}

.furniture_brands_outer {
    background-color: #E4F9FF;
    padding: 25px;
    border-radius: 10px;
}

.furniture_brands_outer h2 {
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    padding-bottom: 50px;
}

.furniture_brands_outer h5 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    text-align: center;
    padding-top: 20px;
}

.furniture_brands_inner {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    gap: 70px;
    flex-wrap: wrap;
}

.furniture_category_inner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.target_reach_outer h2 {
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    padding-bottom: 30px;
    margin: 0;
}

.audience_section h1 {
    font-size: 48px;
    padding-bottom: 20px;
    width: 44%;
}

.audience_section p {
    width: 60%;
    margin: auto;
    line-height: 40px;
}

.audience_section span img {
    display: block;
    margin: auto;
    width: 64px;
    margin-bottom: 20px;
}

.audience_drive_section {
    margin-top: -160px;
    z-index: 1;
    position: relative;
}

.unsure_section {
    margin-top: 100px;
}

.unsure_section h2 {
    font-size: 36px;
}

.unsure_section h2::before {
    height: 45px;
}

.unsure_content {
    margin-left: 140px;
}

.unsure_content p {
    font-size: 20px;
    font-weight: 600;
    color: #445162;
    line-height: 36px;
}

.unsure_content button {
    width: 140px;
    height: 44px;
    border: none;
    background-color: #845ADF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.unsure_img img {
    max-width: 100%;
    margin: auto;
    display: flex;
}

.FAQ_section {
    background: linear-gradient(90deg, rgba(253, 140, 151, 1) 0%, rgba(184, 103, 255, 1) 100%);
    padding: 30px 0;
}


.adsBanner_section {
   background: url('../../uploads/all/ads_banner_bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 610px;
}

.adsBanner_outer {
    max-width: 1080px;
    width: 100%;
    padding: 130px 0 0 165px;
}

.adsBanner_outer h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}

.adsBanner_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px
}

.question_outer {
    max-width: 1235px;
    height: 600px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 12px 35px 0 #a295fd36;
    margin: -230px auto 130px;
    padding: 20px 0 0 60px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.qu_No {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.qu_No span {
    font-size: 16px;
    font-weight: 500;
    color: #919AA4;
}

.question_btn {
    display: flex;
    gap: 20px;
    margin: 0 15px 0 0;
}

.question_btn button {
    width: 90px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #9CA3A9;
    border: none;
}

.back_btn {
    background-color: #263646;
    color: #fff !important;
}

.next_btn {
    background-color: #e9ebec !important;
    color: #263646 !important;
}

.question_btn button:nth-child(2) {
    background-color: #263646;
    color: #fff;
}

.questionImg img {
    max-width: 100%;
}

.question_outer h2 {
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    margin-top: 20px;
}

.question_outer p {
    font-size: 16px;
    font-weight: 400;
    color: #919AA4;
    margin: 0;
}

.question_blocks {
    max-width: 563px;
    border-radius: 50px;
    border: 1px solid #263646;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #263646;
    margin-top: 24px;
    cursor: pointer;
}

.questionImg img {
    max-width: 100%;
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
}

.question_blocks.active {
    background-color: #845ADF;
    color: #fff;
    border: none;
}

.questionImg2 img {
    position: absolute;
    top: 166px;
    right: -58px;
}

.recommendation_btn {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #845ADF;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    margin-top: 30px;
}


.ready_being_section {
    padding: 30px 0;
}

.ready_being_section h1 {
    font-size: 64px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

.ready_being_section h1::before {
    content: "";
    width: 8px;
    height: 50px;
    background-color: #845ADF;
    position: absolute;
    top: 10px;
    left: -14px;
    border-radius: 20px;
}

.ready_being_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

.ready_being_section h2::before {
    content: "";
    width: 8px;
    height: 40px;
    background-color: #845ADF;
    position: absolute;
    top: 10px;
    left: -14px;
    border-radius: 20px;
}

.ready_being_section p {
    font-size: 16px;
    font-weight: 400;
    color: #919AA4;
    margin: 0;
    padding-bottom: 30px;
    width: 80%;
}

.ready_being_section button {
    width: auto;
    height: 50px;
    border: none;
    background-color: #845ADF;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.reday-beingImg {
    display: flex;
    justify-content: center;
}

.reday-beingImg img {
    max-width: 100%;
}


.recommandation_content_section {
    background: linear-gradient(90deg, rgba(117, 165, 255, 1) 0%, rgba(193, 100, 255, 1) 100%);
    padding-bottom: 80px;
    margin-top: 170px;
}

.recommand_space {
    margin-top: -180px;
    display: inline-block;
}

.recommandation_content_section .find_product {
    gap: 20px;
}

.ready_grow {
    padding: 30px 0 0;
}

.ready_grow p {
    font-size: 24px;
    font-weight: 400;
}

.ppc_modal_section {
    margin-top: -225px;
    box-shadow: 0 0 15px 0 #00000036;
    padding: 40px;
}

.ppc_modal_section .drive_sales_steps {
    width: 1200px;
    margin-top: 0;
    border: 2px solid #E5E5E6;
    background: none;
}

.ppc_modal_section h2 {
    position: relative;
    padding-left: 15px;
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 20px;
}

.ppc_modal_section p {
    padding-left: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #898B92;
    margin: 0;
    line-height: 36px;
}

.ppc_modal_section h2::before {
    content: "";
    width: 8px;
    height: 50px;
    background-color: #845ADF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.vissible_step a {
    font-size: 16px;
    font-weight: 600;
    color: #845ADF;
    display: block;
}

.ppc_modal_section .vissible_step img {
    width: 80px;
}

.ppc_modal_section .vissible_step a img {
    width: 20px;
    margin: 0;
}

.bymin_badge .tab_container .ppc_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2px;
    color: #606C7B;
}

.displayed_bymin h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 25px 0;
    color: #232F3F;
}

.displayed_bymin ul li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #606C7B;
    line-height: 40px;
}

.displayed_bymin ul li span {
    font-weight: 600;
}

.border-bottom_ppc {
    border-bottom: 1px solid #DDDDDD;
}

.displayed_bg_bymnin {
    background-color: #E0F8EC;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 50px 0;
}

.ppc_content .displayed_bg_bymnin p {
    color: #4E5B6B !important;
}

.displayed_bymin ol li span {
    font-weight: 600;
    color: #606C7B;
}

.tabs h5 {
    font-size: 18px;
    font-weight: 600;
    color: #142869;
    padding-bottom: 18px;
    margin: 0;
}

.unveiling_section h6 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    position: relative;
}

.unveiling_section h6::after {
    content: "";
    width: 90px;
    height: 6px;
    background-color: #DF5AD2;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 20px;
}

.unveiling_section button {
    width: 162px;
    height: 46px;
    border-radius: 6px;
    background-color: #DF5AD2;
    font-size: 14px;
    font-weight: 600;
    color: #F9F8F9;
    border: none;
    margin-top: 25px;
}

.kick_startOuter {
    background: linear-gradient(90deg, rgba(223, 90, 210, 1) 0%, rgba(240, 160, 232, 1) 100%);
    border-radius: 10px;
    padding: 30px;
}

.kick_startOuter h2 {
    font-size: 36px;
    color: #fff;
    line-height: 55px;
    margin: 0;
    padding-bottom: 25px;
}

.kick_startOuter p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
    width: 70%;
}

.kick_startOuter .feature_inner {
    padding: 10px;
    width: 380px;
}

.kicks_blocks {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.kicks_blocks .kicks_inner:nth-of-type(1) {
    background-color: #BDE3C3;
    border-radius: 15px;
    padding: 0 10px;
    width: 90px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kicks_blocks .kicks_inner:nth-of-type(2) {
    background-color: #EBEFCB;
    border-radius: 15px;
    padding: 0 10px;
    width: 90px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kicks_blocks .kicks_inner span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.kick_startOuter .feature_outer h5 {
    font-size: 18px;
    font-weight: 600;
    color: #263646;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin: 0;
    padding-top: 20px;
}

.learn_grow_section {
    padding: 60px 0;
    background-color: #f8f8f8;

}

.learn_grow_section h3 {
    font-size: 48px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    position: relative;
    padding-left: 15px;
    padding-bottom: 50px;
}

.learn_grow_section h3::before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #DF5AD2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.learn_grow_block {
    background-color: #fff;
    border-radius: 10px;
}

.learn_grow_block img {
    width: 100%;
}

.learn_geow_content {
    padding: 25px;
}

.learn_geow_content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #18191C;
    line-height: 32px;
}

.learn_geow_content p {
    font-size: 16px;
    font-weight: 400;
    color: #445162;
    line-height: 26px;
    padding-top: 24px;
    margin: 0;
}

.learn_geow_content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #263646;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin: 0;
    padding-top: 100px;
}

.guide_section {
    margin: 80px 0;
}

.guide_section h1 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
    margin: 0;
}

.learing_guide_outer {
    max-width: 750px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E1E0E2;
    margin: 30px 0;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.learning_guide_inner h5 {
    font-size: 24px;
    font-weight: 500;
    color: #263646;
    padding-bottom: 30px;
    margin: 0;
}

.learning_guide_inner button {
    background-color: #845ADF;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
}

.learning_guide_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #263646;
    margin: 0;
}

.learning_guide_content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #263646;
    margin: 0;
}

.learing_guide_outer img {
    max-width: 100%;
}

.guide_bg_section {
    padding: 40px 0;
    height: 530px;
}

.guide_bg_section ul li {
    color: #fff;
    list-style: none;
}

.guide_tostar {
    max-width: 570px;
    background-color: #FD7013;
    padding: 15px;
    margin-top: 30px;
    border-radius: 6px;
}

.guide_tostar h6 {
    margin: 0;
    color: #fff;
}

.diffrent_ads_Section {
    margin: 30px 0;
}

.diffrent_ads_outer {
    max-width: 1100px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #e1e1e1;
    border-radius: 10px;
    margin: 0 auto 30px;
}

.diffrent_ads_outer h3 {
    font-size: 32px;
    font-weight: 500;
    color: #263646;
    margin: 0;
    padding-bottom: 20px;
}

.ads_progress {
    width: 410px;
    height: 12px;
    border-radius: 30px;
    background-color: #F5F5F5;
    display: inline-flex;
}

.diffrent_ads_outer span {
    font-size: 24px;
    font-weight: 500;
    color: #445162;
    margin-left: 30px;
}

.guide_ads_img img {
    margin: auto;
    display: flex;
    max-width: 120px;
}

.guide-start_btn {
    background-color: #845ADF;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    margin-top: 30px;
    width: 150px;
}

.ads_progress_inner {
    width: 410px;
    height: 12px;
    border-radius: 30px;
    background-color: #445162;
}

.diffrent_adviser_section p {
    padding-top: 0
}

.boost_byminAds_section {
    margin: 80px 0;
}

.boost_byminAds_section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 24px;
}

.boost_byminAds_section h2 span {
    color: #F24FC1;
}

.boost_byminAds_section p {
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    margin: 0;
    line-height: 30px;
}

.boost_byminAds_section ul li {
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    line-height: 30px;
}

.boost_bymin_adsInner {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 #ededed;
    padding: 20px;
    border-radius: 10px;
}

.boost_bymin_adsInner img {
    max-width: 100%;
    margin: 0 auto 20px;
    display: flex;

}

.marketing_section {
   background: url('../../uploads/all/marketing_bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 599px;
}

.marketing_section h3 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 63px;
    margin: 0;
}

.marketing_section img {
    max-width: 100%;
    display: flex;
    margin: auto;
}

.who_advertise_section {
    margin: 80px 0;
}

.who_advertise_section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263646;
}

.who_advertise_section h2 span {
    color: #EE67C5;
}

.who_advertise_section p {
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    line-height: 36px;
}

.who_advertise_section h4 {
    font-size: 32px;
    font-weight: 600;
    color: #263646;
    margin: 0;
}

.who_advertise_section .who_adver_outer {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #44444429;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.who_numadvertise {
    width: 32px;
    height: 32px;
    background-color: #E85EBE;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.who_adver_content {
    padding: 20px 0 0 50px;
}

.who_adver_content ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    line-height: 36px;
}

.who_adver_outer img {
    max-width: 100%;
    display: flex;
    margin: auto;
}

.que_ans_section {
    background-color: #ECF0F2;
    padding: 45px 0;
}

.que_ans_section h3 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 20px;
}

.que_ans_section ol li {
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    line-height: 60px;
}

.que_ans_section ol {
    width: 90%;
}

.que_ans_inner {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}



.option_block {
    background-color: #fff;
    padding: 15px 24px;
    border-radius: 15px;
    width: 48%;
    color: #495868;
    height: 80px;
    display: flex;
    align-items: center;
}

.option_active {
    background-color: #172F3B;
    color: #fff;
}

.option_gray_active {
    background-color: #DBDBDB;
    color: #495868;
}

.option_active_block {
    background-color: #BCFADD;
}

.option_active_block i {
    color: #0AC26C;
    font-size: 24px;
    margin: 0 0 0 auto;
}

.option_block i {
    color: #0AC26C;
    font-size: 24px;
    margin: 0 0 0 auto;
}

.option_block .bi-x {
    color: #C23B0A;
    font-size: 24px;
    margin: 0 0 0 auto;
}

.option_block h6 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.qus_ol_block {
    margin-bottom: 80px;
}

.question_submitBtn button {
    width: 150px;
    height: 50px;
    background-color: #EE67C5;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    margin-top: 60px;
}

.pagination_block {
    background-color: #111C43;
    padding: 15px 0;
}

.pagination_block span {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}

.correct_section {
    max-width: 950px;
    margin: 80px auto 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a17;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.correct_section h4 {
    font-size: 32px;
    font-weight: 600;
    color: #263646;
    margin: 0;
}

.correct_section img {
    margin: 40px 0;
    max-width: 100%;
}

.correct_section p {
    font-size: 18px;
    font-weight: 500;
    color: #495868;
    padding-bottom: 30px;
    width: 70%;
    display: flex;
    margin: 0 auto 0;
    justify-content: center;
}

.correct_section button {
    background-color: #EE67C5;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px;
    border: none;
}

.target_matter_section {
   background: url('../../uploads/all/target_matter_bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px;
}

.target_matter_outer {
    max-width: 680px;
    height: 680px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.target_matter_cricle {
    width: 280px;
    height: 280px;
    box-shadow: 0 0 15px 0 #00000014;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.target_matter_cricle span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}



.target_matter_inner .target_matter_cricle:nth-of-type(1),
.target_matter_inner .target_matter_cricle:nth-of-type(2),
.target_matter_inner .target_matter_cricle:nth-of-type(4),
.target_matter_inner .target_matter_cricle:nth-of-type(5) {
    width: 200px;
    height: 200px;
    position: absolute;
}

.target_matter_cricle img {
    width: 60px;
    display: flex;
    margin: auto;
    text-align: center;
}

.target_matter_inner .target_matter_cricle:nth-of-type(1) span,
.target_matter_inner .target_matter_cricle:nth-of-type(2) span,
.target_matter_inner .target_matter_cricle:nth-of-type(4) span,
.target_matter_inner .target_matter_cricle:nth-of-type(5) span {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}

.target_matter_inner .target_matter_cricle:nth-of-type(1) {
    background: linear-gradient(90deg, rgba(255, 112, 33, 1) 0%, rgba(239, 194, 169, 1) 100%);
    left: 0;
    top: 0;
}

.target_matter_inner .target_matter_cricle:nth-of-type(2) {
    background: linear-gradient(90deg, rgba(67, 142, 245, 1) 0%, rgba(154, 190, 239, 1) 100%);
    right: 0;
    top: 0;
}

.target_matter_inner .target_matter_cricle:nth-of-type(5) {
    background: linear-gradient(90deg, rgba(255, 90, 107, 1) 0%, rgba(229, 192, 195, 1) 100%);
    right: 0;
    bottom: 0;
}

.target_matter_inner .target_matter_cricle:nth-of-type(4) {
    background: linear-gradient(90deg, rgba(20, 147, 139, 1) 0%, rgba(192, 226, 224, 1) 100%);
    left: 0;
    bottom: 0;
}

.target_matter_inner .target_matter_cricle:nth-of-type(1)::after,
.target_matter_inner .target_matter_cricle:nth-of-type(2)::after,
.target_matter_inner .target_matter_cricle:nth-of-type(4)::after,
.target_matter_inner .target_matter_cricle:nth-of-type(5)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #E3E2E2;
}



.target_matter_inner .target_matter_cricle:nth-of-type(1)::after {
    left: 190px;
    bottom: -70px;
    rotate: 140deg;
}

.target_matter_inner .target_matter_cricle:nth-of-type(2)::after {
    left: 6px;
    bottom: -68px;
    rotate: 227deg;
}

.target_matter_inner .target_matter_cricle:nth-of-type(4)::after {
    left: 210px;
    bottom: unset;
    rotate: 227deg;
    top: -50px;
}

.target_matter_inner .target_matter_cricle:nth-of-type(5)::after {
    left: -7px;
    bottom: unset;
    rotate: 122deg;
    top: -55px;
}

.stage_outer {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a24;
    padding: 32px;
    border-radius: 10px;
    min-height: 285px;
    margin-bottom: 30px;
}

.stage_outer img {
    display: flex;
    margin: 0 0 0 auto;
    max-width: 120px;
}

/* .stage_outer ul li {
    word-spacing: 20px;
} */

.stage_outer h4 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 25px;
}

.design_solution_section {
   background: url('../../uploads/all/marketing_bg1.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.design_solution_section h4 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 63px;
    margin: 0;
}

.design_solution_section img {
    max-width: 100%;
    margin-left: 168px;
}

.who_adver_outer span {
    font-size: 20px;
    font-weight: 400;
    color: #263646;
    text-align: center;
    display: block;
    padding-bottom: 50px;
}

.key_metric .who_adver_outer p {
    font-size: 18px;
    font-weight: 400;
    color: #263646;
    margin: 0;
    text-align: center;
}

.key_metric .who_adver_outer {
    padding: 30px 0;
}

.question_submitBtn {
    display: flex;
    gap: 20px;
}

.diffrent_adviser_section ul li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
}

.list_style_markar li {
    list-style: none;
}

.list_style_markar li i {
    color: #464646;
}

.smart_audience img {
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
}

.creative_solution_section {
    background-color: #E44F9A;
    padding: 60px 0;
}

.creative_solution_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}

.creative_solution_section p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 26px;

}

.creative_inner_solution {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a4a;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.creative_inner_solution img {
    max-width: 100%;
    margin: auto;
    display: flex;
}

.creative_inner_solution h3 {
    font-size: 24px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding: 30px 0 20px;
}

.creative_inner_solution p {
    font-size: 16px;
    font-weight: 400;
    color: #495868;
    margin: 0;
}

.market_solution_section {
   background: url('../../uploads/all/markting-solution1.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
}

.market_solution_section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 30px;
}

.market_solution_section p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
}

.market_solution_section ul li {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.congrts_section {
    margin: 100px 0;
}

.congrats_inner {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px 0 #292a2a1c;
    border-radius: 10px;
    text-align: center;
}

.congrats_inner h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    color: #263646;
    line-height: 36px;
    padding-bottom: 25px;
}

.congrats_inner h1 span {
    color: #20E08E;
}

.congrats_inner p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #495868;
}

.congrats_inner img {
    max-width: 100%;
    margin: 35px 0;
}

.congrats_green_box {
    background-color: #E3FDF1;
    padding: 15px;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
}

.congrats_green_box p {
    font-size: 16px;
    font-weight: 400;
    color: #495868;
    line-height: 36px;
    text-align: start;
}

.congrats_btn {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.congrats_btn button {
    border: 1px solid #495868;
    width: 200px;
    height: 50px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #495868;
}

.congrats_btn button:nth-of-type(2) {
    background-color: #845ADF;
    border: none;
    color: #fff;
}

.notification_outer {
    background-color: #fff;
    max-width: 750px;
    margin: 30px 0 0 0;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #292a2a0f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notification_sucessfull {
    width: 32px;
    height: 32px;
    background-color: #25BF69;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification_outer p {
    font-size: 18px;
    font-weight: 500;
    color: #495868;
}

.notification_outer date {
    font-size: 18px;
    font-weight: 500;
    color: #495868;
}

.bootcamp_img {
    overflow: hidden;
    width: 460px;
    height: 460px;
    background-color: #e8e0ff;
    border-radius: 70px;
    padding: 24px 0 0 0;
    margin: 0 0 0 auto;
    rotate: 9deg;
}

.bootcamp_img img {
    max-width: 100%;
}

.paymentStep h5 {
    font-size: 46px;
    font-weight: 600;
    margin: 0;
    color: #2DBFAF;
}

.paymentStep h5 sub {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #3BA2EC;
}

.sponsar_intro_section {
    margin: 80px 0;
}

.sponsar_intro_section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 40px;
}

.sponsar_intro_outer {
    margin-bottom: 50px;
}

.sponsar_intro_section h3 {
    font-size: 28px;
    font-weight: 500;
    color: #263646;
    margin: 0;
    padding-bottom: 10px;
}

.sponsar_intro_section ul {
    margin: 0;
}

.sponsar_intro_section ul li {
    font-size: 16px;
    font-weight: 400;
    color: #495868;
    line-height: 32px;
}

.sponsar_intro_img img {
    margin: 0 0 0 auto;
    max-width: 500px;
    display: flex;
}

.sponsar_intro_img {
    position: relative;
}

.sponsar_introImg_inner {
    background-color: #ffff;
    box-shadow: 0 0 15px 0 #292a2a0f;
    max-width: 250px;
    padding: 40px;
    position: absolute;
    top: 25px;
    right: 110px;
}

.sponsar_introImg_inner img {
    max-width: 100px;
    margin: auto;
}

.sponsar_introImg_inner h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 15px;
    margin: 0;
}

.crop_img {
    background-color: #b8d2de54;
    border: 1px solid #A2C4D4;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
}

.crop_img i {
    color: #414D55;
}

.setting_up_space {
    padding: 80px 0;
}

.targeting_border {
    border-bottom: 1px solid #C9C9C9;
    padding: 60px 0;
}

.single_page_section {
   background: url('../../uploads/all/single-page-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.bymin_homepage {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a0f;
    padding: 0 15PX;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px 6px 6px 6px;
    margin: 0 100px 0 auto;
}

.bymin_homepage h6 {
    font-size: 16px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-top: 15px;
}

.bymin_homepage img {
    width: 60px;
    margin: auto;
    display: flex;
}

.bymin_homepage_column .bymin_homepage:nth-last-of-type(1) {
    border-radius: 6px 80px 6px 6px;
    margin: 80px 0 0 auto;
}

.smartDispaly_appear {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a0f;
    padding: 50px 30px;
    max-width: 360px;
    margin: auto;
}

.smartDispaly_appear h6 {
    font-size: 36px;
    font-weight: 600;
    color: #263646;
    line-height: 63px;
    text-align: center;
}

.bymin_homepage_column .bymin_homepage_last:nth-last-of-type(1) {
    border-radius: 6px 80px 6px 6px;
    margin: 80px 0 0 100px;
}

.boost_sales_smart_section {
    padding: 80px 0;
}

.boost_sales_smart_section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 30px;
}


.boost_sales_smart_section p {
    font-size: 20px;
    font-weight: 400;
    color: #232F3F;
    margin: auto;
    width: 80%;
}

.boost_sales_smart_section button {
    padding: 15px;
    background-color: #845ADF;
    border-radius: 14px;
    border: none;
    margin-top: 30px;
    color: #fff;
}

.high_programing_section {
    background-color: #E6DBFF;
    padding: 30px 0;
    margin: 0 0 80px;
}

.high_program_outer {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a0f;
    border-radius: 10px;
    padding: 50px;
}

.high_program_outer h2 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

.high_program_inner {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #292a2a29;
    border-radius: 10px;
    text-align: center;
    padding: 9px;
    max-width: 290px;
    min-height: 250px;
}

.high_program_inner img {
    max-width: 120px;
    margin-bottom: 20px;
}

.high_program_inner h4 {
    font-size: 16px;
    font-weight: 600;
    color: #18191C;
    margin: 0;
    padding-bottom: 15px;
}

.high_program_inner p {
    font-size: 14px;
    font-weight: 400;
    color: #898B92;
    margin: 0;
}

.custom_img {
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
}

.custom_feature_section {
    background-color: #8BC3F3;
    padding: 80px 0;
}

.custom_slider_section {
    background-color: #8BC3F3;
    padding: 80px 0;
}

.swiper-wrapper {
    height: 400px;
}

.card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    width: 280px;
    transition: transform 0.4s ease;
}

.card img {
    margin: auto;
    height: 100px;
    margin-bottom: 20px;
    width: 170px;
    object-fit: contain;
}

.card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #18191C;
}

.card p {
    font-size: 14px;
    font-weight: 400;
    color: #898B92;
}

.swiper-slide-active .card {
    transform: scale(1.1);
    z-index: 3;
}

.swiper-slide-prev .card,
.swiper-slide-next .card {
    transform: scale(0.95);
    opacity: 0.8;
}

.custom_feature_section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
}

.swiper-slide .card {
    opacity: 1;
    margin-top: 20px;
}

.swiper-slide .card {
    opacity: 1;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 12px;
    height: 12px;
}

.store_front_step_section {
    padding: 80px 0;
}

.store_front_step_section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #263646;
    margin: 0;
    padding-bottom: 40px;
}

.steps_outer {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.steps_outer img {
    max-width: 65px;
}

.steps_inner {
    background-color: #E7F3FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 80%;
}

.step_num {
    width: 100px;
    height: 100px;
    background-color: #0058B3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.steps_inner h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #0F1111;
}

.practics_front_outer img {
    max-width: 100%;
    display: flex;
    margin: -87px auto 0;
}

.practics_front_innerBlock {
    width: 220px;
    height: 160px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.practics_front_innerBlock img {
    width: 80px;
}

.practics_front_innerBlock span {
    font-size: 14px;
    font-weight: 600;
    color: #18191C;
    display: inline-block;
    padding-top: 20px;
}

.practics_front_inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: -240px auto 0;
    flex-wrap: wrap;
}

.audience_section .carousel,
.audience_section .carousel-inner {
    background-color: #000 !important;
    overflow: hidden;
}

.audience_section .carousel-item {
    min-height: 650px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    padding: 50px 0;
}

.footer_heading img {
    max-width: 145px;
}

.footer_heading p {
    font-size: 14px;
    font-weight: 500;
    color: #7F97B9;
    padding-top: 15px;
}


.submit_btn {
    background: #007bff;   /* blue background */
    color: #fff;           /* white text */
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 15px;
}

.submit_btn:hover {
    background: #0056b3;   /* darker blue on hover */
}

.submit_btn:active {
    transform: scale(0.97);  /* small click effect */
}



/* 02-09-25 */
.guide_tab_section {
    padding-top: 30px;
}


.guide-selling-heading {
    font-size: 18px;
    font-weight: 600;
    color: #606C7B;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.guide-selling-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #845ADF;
}

.deducted_category_block ul li {
    list-style: none;
    line-height: 36px;
}

.deducted_category_block {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #cfcfcf;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.refrral_fees_tbl {
    height: 750px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #1e62d0 #e4e7ec;
}

.refrral_fees_tbl::-webkit-scrollbar-thumb {
    background-color: #72b7ff;
    border-radius: 10px;
}




/* 03-09-25 */

.blog-img-height {
    height: 600px !important;
}

.blog_page_search {
    background-color: #845ADF1A;
    padding: 17px;
}

.blog_search_inner {
    border: 1px dashed #845ADF;
    padding: 5px 5px 5px 15px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.blog_search_inner input {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #0E0129;
    outline: none;
}

.blog_search_inner button {
    background-color: #845ADF;
    border: none;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    width: 100px;
    height: 45px;
    border-radius: 5px;
}

.blog_recent_section {
    background-color: #845ADF1A;
    padding: 20px;
    margin-top: 15px;
}

.blog_recent_section h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0E0129;
    padding-bottom: 20px;
}

.blog_recent_outer {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.blog_recent_outer img {
    width: 100px;
}

.blog_recent_outer h6 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.blog_recent_outer h6 img {
    width: 20px;
}

.blog_recent_outer p {
    font-size: 15px;
    font-weight: 500;
    color: #0E0129;
    margin: 0;
}

.blog_recent_outer ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #0E0129;
    line-height: 36px;
}

.blog_recent_outer ul li img {
    width: 20px;
    margin-right: 10px;
}

.gst_info_section {
    margin: 50px 0;
}

.gst_info_section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #0E0129;
    padding-bottom: 15px;
}

.gst_info_section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0E0129;
}

.gst_info_section p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8C8C;
    line-height: 32px;
}

.help_support_section {
    margin: 50px 0;
}

.help_support_section h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0E0129;
    padding-bottom: 15px;
    margin: 0;
}

.help_support_section p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8C8C;
    line-height: 32px;
}

.help_support_section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0E0129;
}

.help_support_section ul li {
    font-size: 14px;
    font-weight: 600;
    color: #0E0129;
    line-height: 26px;
}

.trending_category_section {
    margin: 50px 40px;
}

.trending_category_section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #0E0129;
    padding-bottom: 30px;
    margin: 0;
}

.trending_category_section .categories .card {
    width: 100%;
    margin-bottom: 15px;
    background-color: #845ADF;
}
.trending_category_section .categories .card .card-head {
    padding: 0;    
    color: #fff;
    font-size: 18px;
}

.shipping_page_section {
            padding: 40px;
        }

       .shipping_page_section .section-title h2 {
            font-size: 26px;
            font-weight: 700;
            color: #333;
            display: inline-block;
            position: relative;
            padding-bottom: 8px;
        }

       .shipping_page_section
        .section-title h2::after {
            content: "";
            display: block;
            width: 70px;
            height: 3px;
            background: #845adf;
            margin-top: 8px;
        }

        .shipping_page_section .faq_block {
            margin-bottom: 30px;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
        }

        .shipping_page_section .faq_block h6 {
            font-size: 20px;
            margin-bottom: 12px;
            color: #000;
        }

        .shipping_page_section .faq_block p {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 10px;
        }

        .shipping_page_section .faq_block ul {
            padding-left: 20px;
            margin-bottom: 10px;
        }

        .shipping_page_section .faq_block ul li {
            font-size: 16px;
            color: #555;
            margin-bottom: 6px;
        }