
div#faq-loader:after {
    border: 6px solid #011a67;
    border-radius: 50%;
    border-top: 6px solid #fda520;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    margin-inline: auto;
    content: "";
    z-index: 99;
    left: 0;
    right: 0;
    top: 180px;

}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Footer section style start*/
#scroll {
    position: fixed;
    right: 25px;
    bottom: 90px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,10%);
    border: 3px solid #fda521;
    z-index: 99;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fda521;
}
.main-footer-outer .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-15px);
    margin-left: calc(-15px);
}
.footer-right-menu {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    width: 100%;
    max-width: 100%;
}
.footer-menus {
    max-width: 33.33%;
    flex: 0 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.main-footer-outer .footer-right-menu .footer-widget {
    width: 100%;
}
.footer-sec-left {
    width: 100%;
    max-width: 30.33%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-sec-left .footer-logo-title {
    font-weight: 400;
    line-height: 23px;
    color: #F9BB5F;
    font-size: 18px;
}
.footer-widget {
    width: auto !important;
    margin: 0 !important;
}
.footer-sec-left ul {
    padding-top: 10px;
}
.footer-sec-left ul li {
    margin-bottom: 0;
}
.footer-sec-left ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: var(--light-blue-color);
    text-transform: uppercase;
}
.footer-sec-left .gform_heading {
    display: none;
}
.footer-form-section {
    float: left;
    padding: 35px 17px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    margin-top: 20px;
}
.footer-form-section h1 {
    color: #F4F4F4;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 800;
    line-height: 52px;
    text-transform: uppercase;
}
.footer-form-section p {
    font-family: Poppins;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.60);
    font-weight:300;
    line-height: 21px;
    margin-bottom: 20px;
}
.main-footer-outer .footer-form-section input, 
.main-footer-outer .footer-form-section textarea {
    border-radius: 64px !important;
    background: #021037 !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.60) !important;
    font-size: 14px !important;
    outline: none !important;
    padding: 25px 15px !important;
    margin-bottom: 15px !important;
}
.footer-form-section .gform_fields {
    display: block !important;
}
.main-footer-outer .footer-form-section textarea {
    border-radius: 24px !important;
    height: 90px;
}
.main-footer-outer .footer-form-section .gform_footer input {
    border: 2px solid  #FE9E0E !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    background: #1c284b !important;
    padding: 15px 32px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
}
.main-footer-outer .footer-form-section .gform-footer input.gform_button {
    padding: 15px 25px !important;
}
.footer-col-two h4 {
    margin-bottom: 12px;
}
.footer-sec-right {
    width: 100%;
    max-width: 69.66%;
    padding-right: 15px;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
}
/*Footer colum new style*/
.footer-col-one.footer-menus {
    max-width: 38%;
}
.footer-col-two.footer-menus {
    max-width: 37%;
}
.footer-col-three.footer-menus {
    max-width: 25%;
}
/*Footer colum new style*/
.footer-col-three div#nav_menu-5, .footer-col-three div#nav_menu-6 {
    padding-bottom: 20px;
}
.footer-col-three div#nav_menu-6 h4 {
    padding-bottom: 5px;
}
.footer-col-three div#nav_menu-7 h4 {
    padding: 6px 0 18px;
}
.main-footer-outer {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding:80px 0 30px;
}
.main-footer-outer {
    background-color: transparent !important;
    position: relative;
}
.main-footer-outer:before {
    content: "";
    background: rgba(0, 139, 238, 0.30);
    filter: blur(100px);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 48px;
    top: 57px;
}
.main-footer-outer .footer-menus h4 {
    color: var(--golden-color) !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
}
.main-footer-outer .fwidget {
    margin-bottom: 0 !important;
}
.footer-menus ul li {
    margin-bottom: 5px;
}
.footer-menus ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.footer-menus ul li a:hover {
    color: var(--golden-color);
}
.main-footer-outer ul li.menu-highlights a {
    color: var(--light-blue-color);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.footer-col-two div#nav_menu-5 h4.title {
    margin-bottom: 0;
    padding-bottom: 0px;
}
.footer-col-two #nav_menu-8 h4.title {
    margin-bottom: 0;
}
.footer-col-two div#nav_menu-5, .footer-col-two div#nav_menu-8 {
    padding-top: 25px;
}
.bottom-footer {
    text-align: right;
}
.social-media-icons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-bottom: 15px;
    padding-top: 55px;
}
.social-media-icons img {
    width: 40px;
    height: 40px;
}
.social-media-icons a img:hover {
    filter: grayscale(1);
}
.footer-bottom-menu, .footer-bottom-menu a {
    color: rgba(255, 255, 255, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.copyright-section {
    color: rgba(255, 255, 255, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 20px;
}
.bottom-footer {
    position: relative;
}
.bottom-footer .gt_options {
    top: 45px !important;
    right: 0px !important;
    max-width: 200px !important;
    right: 15px;
    background: #fff;
    position: absolute !important;
}
.bottom-footer .gt_options a {
    text-align: left;
    font-size: 13px;
    color: #000000;
    padding: 5px !important;
}
.footer-mcafee-sellerite-section img {
    padding-left: 30px;
    margin-top: 5px;
}
.bottom-footer .gt_options a img {
    object-fit: cover;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}
.bottom-footer .gt-selected {
    background: transparent !important;
    width: 200px;
}
.bottom-footer .gt_float_switcher.notranslate {
    background: transparent !important;
    box-shadow: none !important;
}
.bottom-footer .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(0deg);
}
.bottom-footer .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg);
}
.bottom-footer .gt-current-lang span.gt-lang-code {
    font-size: 14px;
    color: #4F5C6D;
    padding: 3px 5px;
}
.bottom-footer .gt-current-lang img {
    width: 14px;
    border-radius: 100%;
    height: 14px;
    object-fit: cover;
}
.capabilities-text-sec .single-btn-sec a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.how-sellerite:before {
    content: "";
    background: rgba(0, 139, 238, 0.30);
    filter: blur(150px);
    position: absolute;
    left: 114px;
    top: 281px;
    width: 338px;
    height: 316px;
}
.how-sellerite:after {
    content: "";
    width: 802px;
    height: 653px;
    background: rgba(249, 187, 95, 0.15);
    filter: blur(150px);
    position: absolute;
    right: -33px;
    bottom: -286px;
}
/*Footer section end*/
@media (min-width: 1367px) {
    .insights-slider-outer .slick-list.draggable {
        padding-left: 200px !important;
    }
}
@media (min-width: 1440px) {
  .insights-slider-outer .slick-list.draggable {
    padding-left: 250px !important;
  }
  .what-makes-left-img {
        left: -180px;
    }
    .where-expertise-right-img {
        padding-top: 25px;
    }
    .news-letter-img {
        padding-top: 100px;
    }
    .maximize-sec-row {
        padding-top: 0;
    }
    .woocommerce-orders-outer {
        height: 420px;
    }
    .insights-slider-outer  button.slick-next {
        right: 90px;
    }
    ul.join-the-amazon-list {
        width: 46vw;
    }
    .join-the-amazon-right-img {
        width: 60vw;
        left: -211px;
    }
    .never-miss-an-img {
        width: 42vw;
        left: -81px;
    }
    ul.addon-list {
        height: 190px;
    }
}
@media (min-width: 1600px) {
    .insights-slider-outer .slick-list.draggable {
        padding-left: 35px !important;
    }
    .maximize-sec-outer {
        padding-top: 0 !important;
    }
    .maximize-sec-outer .maximize-left-sec {
        padding-top: 90px;
    }
    .maximize-sec-row {
        padding-top: 0;
    }
    .lets-connect-outer> .et_pb_row:before {
        top: -24px;
        right: -81px;
    }
    .tool-comparison-box {
        width: calc(18% - 11px) !important;
        max-width: calc(18% - 11px) !important;
    }
    .tool-comparison-box-box-header, .tool-comparison-box-outer {
        padding: 5px !important;
    }
    .what-makes-left-img {
        left: -240px;
    }
    .where-expertise-right-img {
        padding-top: 0px;
        width: 48vw;
    }
    .news-letter-img {
        padding-top: 50px;
    }
    .unlock-sec-right-sec .et_pb_module {
        width: 38vw;
        left: -15px;
    }
    .main-blog-banner-right-box:before {
        right: -120px;
        width: 300px;
        height: 300px;
    }
    .woocommerce-orders-outer {
        height: 490px;
    }
    .custom-popup-inner form:after {
        top: 86px;
    }
    .testimonial-article-outer .slick-center .testimonial-article-img:before {
        width: 110px;
        height: 110px;
    }
    .insights-slider-outer button.slick-next {
        right: 160px;
    }
    ul.join-the-amazon-list {
        width: 42vw;
    }
    .join-the-amazon-right-img {
        width: 54vw;
        left: -130px;
    }
    .home-page-video-sec .et_pb_video_overlay {
        height: 473px;
    }
    ul.addon-list {
        height: 230px;
    }
}
@media (min-width: 1640px) {
    .latest-news-outer {
        width: 100%;
    }
    .trusted-by-partners-slider-outer {
        width: 1650px !important;
    }
    .deliverables-img {
        width: 41vw;
    }
}
@media (min-width: 1800px) {
    .testimonial-article-img {
        width: 30%;
    }
    .insights-slider-outer button.slick-next {
    right: 220px;
    }
    .never-miss-an-img {
        width: 35vw;
        left: 0;
    }
    .deliverables-img {
        width: 38vw;
    }
}
@media (min-width: 1900px) {
    .insights-slider-outer button.slick-next {
        right: 330px;
    }
    ul.join-the-amazon-list {
        width: 37vw;
    }
    .join-the-amazon-right-img {
        width: 49vw;
        left: -50px;
    }
    .deliverables-img {
        width: 34vw;
    }
}
@media (min-width: 2100px) {
    .testimonial-article-img {
        width: 18%;
    }
}
@media (min-width: 1026px) and (max-width: 1299px) {
    .join-the-amazon-left-sec   h3 {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    ul.join-the-amazon-list li {
        font-size: 14px;
    }
    .join-the-amazon-right-img {
        width: 70vw;
    }
    br{
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .et_pb_blurb_description, p, .et_pb_text_inner {
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal;
    }
}
@media (min-width: 981px) and (max-width: 1299px) {
    .nevermiss-left h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    .nevermiss-left p br {
        display: none;
    }
    .et-db #et-boc .et-l .never-miss-img {
        margin-top: -30px !important;
    }
    .post-featured-image:after {
        width: 350px;
        height: 270px;
        bottom: 98px;
    }
    .login-right-box:after {
        width: 290px;
        height: 90px;
        left: -142px;
    }
    .supporting-inner {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: end;
	}
    .supporting-left-sec {
	    padding-bottom: 70px;
	}
	.promotion-inner-sec h3 {
	    font-size: 46px;
	}
	.promotion-inner-sec .et_pb_button_module_wrapper {
	    margin-bottom: 30px !important;
	}
    .four-box h3 {
        font-size: 42px !important;
    }
    .problem-card {
        flex-wrap: wrap;
    }
    .font-60 h2 {
        font-size: 60px;
        line-height: 46px;
    }
    .font-50 h2 {
        font-size: 50px !important;
        line-height: 56px !important;
    }
    .font-40 h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .where-expertise-row {
        display: flex;
    }
    .where-expertise-right-box {
        align-items: end;
        flex: 1;
        display: flex;
    }
    .where-expertise-left-box {
        padding-bottom: 60px;
    }
    .slingle-blog-content-sec .single-blog-left h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .get-graph-outer:before {
        top: 270px;
    }
    .help-center-text-col h3 {
        font-size: 32px;
        line-height: 40px
    }
    .check_icon_list .et_pb_blurb_description p br {
        display: none;
    }
    .scaling-icon-row {
	    display: flex;
	    align-items: end;
	}
    .overview-left-box h2 {
        font-size: 70px !important;
    }
    .the-sellerite-left-sec h2 {
        font-size: 46px;
        line-height: 54px;
    }
    .one-place-sec-outer h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    .never-miss-an-img {
        margin-top: 240px;
    }
}
/*Footer section style start*/
@media (max-width: 1299px) {
    .cards_container {
        grid-template-columns: repeat(4, 1fr);
    }
    .lets-connect-right-sec.nevermiss-right {
        margin-left: 55px;
    }
    .never-miss-img.join-now-img {
        margin-top: -40px !important;
        margin-left: -50px !important;
    }
    .tags-list .tag-item {
        padding-left: 40px;
    }
    .why-partner-row {
        width: 100%;
    }
    .how-it-works-text-bg h1.et_pb_module_heading {
        font-size: 80px;
        line-height: normal;
    }
    .sellerite-outer-sec {
        width: 100% !important;
    }
    .br-none br {
    	display: none;
    }
    .home-page-video-sec .et_pb_video_overlay {
        height: 360px;
        background-size: contain;
        position: relative;
     }
    .home-page-video-sec video {
        -webkit-mask-image: url(images/mobile-max-img.webp);
        border-radius: 35px;
    }
    .home-video-left-sec.video-playing {
        height: auto;
        margin-bottom: 0;
    }
    .home-page-video-sec:before {
        display: none;
    }
    .home-page-video-sec.et_multi_view__hover_selector.et_multi_view__hovered video {
        -webkit-mask-size: 100% 100% !important;
        mask-size: 100% 100% !important;
        height: auto !important;
    }
    .home-page-video-sec video {
      display: none;
    }
    ul.account-setup-outer {
        padding: 0 15px !important;
    }
    .account-setup-col {
        width: calc(50% - 10px) !important;

    }
    .let-s-talk-overlay-text {
        right: -133px;
        top: 39%;
    }
    .the-sellerite-left-sec {
        margin-bottom: 0;
    }
}
@media (max-width: 1152px) {
        .insights-slider-outer .slick-list.draggable  {
        padding-left: 0px !important;
    }
    .insights-slider-outer .insights-slider {
        display: flex;
        position: relative;
        flex-direction: row-reverse;
        height: 100% !important;
    }
    .insights-slider-outer .slick-active {
        flex-wrap: wrap;
    }
    .insights-slider-outer .slick-active .insights-slider-img, 
    .insights-slider-outer .slick-active .insights-slider-content {
        width: 100%;
    }
    .personal-Info-form-outer .amazon-store, .personal-Info-form-outer .phone-field {
        width: calc(100% - 0px);
    }
    .personal-Info-form-outer .gform-footer input {
        width: 100% !important;
    }
    .how-it-works-text-bg h1 {
        font-size: 80px !important;
    }
    .testimonial-article-outer .slick-active {
        transform: scale(1.2);
    }
    .trusted-by-partners-slider-outer .slick-slide {
        margin-right: 15px;
        border-radius: 35px;
        transform: scale(1);
    }
    .where-expertise-right-img {
        padding-top: 270px;
    }
    .news-letter-img {
        width: 47vw;
        left: -250px;
        padding-top: 385px;
    }
    .e-commerce-post-left {
        margin-right: 0px !important;
        width: calc(100% - 0px) !important;
    }
    .expert-sec-row h2 {
        font-size: 67px;
        line-height: 67px;
    }
    .expert-sec-row .expert-img-sec {
        left: 70px;
        margin-top: -60px !important;
    }
    .four-listing-sec ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .get-started-listing ul li {
        border:0;
    }
    .what-do-you-box {
        flex-wrap: wrap;
    }
    .what-do-you-col {
        width: 100% !important;
    }
    .single-event-banner .event-info {
        flex: 60%;
        width: 60%;
    }
    .single-event-banner .event-image {
        flex: 40%;
        width: 40%;
    }
    .lets-connect-right-sec.nevermiss-right {
        margin-left: 0px;
    }
    .main-blog-banner-left-box, .main-blog-banner-right-box {
        width: 100% !important;
    }
    .latest-news-outer {
        width: 100%;
    }
    .main-blog-banner-right-box:before {
        display: none;
    }
    .woo-checkout-paymentouter ul.payment_methods {
        flex-direction: column;
    }
    .woo-checkout-paymentouter .payment_box.payment_method_stripe {
        left: 0;
        top: 0px;
        border-radius: 30px !important;
    }
    .checkout-page-outer .et_pb_row {
        width: 95%;
    }
    .get-col-one .et_pb_blurb_container:after, .get-col-two .et_pb_blurb_container:after {
        width: 100px;
        height: 24px;
        right: -60px;
        background-size: contain;
    }
    .get-col-four .et_pb_blurb_container:after, .get-col-five .et_pb_blurb_container:after {
        width: 80px;
        height: 24px;
        right: -40px;
        background-size: contain;
    }
    .capabilities-text-sec .et_pb_blurb_description {
	    padding-bottom: 20px;
	}
    .capabilities-inner-sec {
	    width: calc(50% - 10px) !important;
	}
	.capabilities-text-sec .single-btn-sec {
        opacity: 1;
        position: inherit;
        padding-top: 30px;
    }
    .event-slider button.slick-next {
        right: 56px;
        left: auto;
    }
    .hover-text {
        opacity: 1;
        height: auto;
    }
    .full-box-inner-sec {
        width: calc(50% - 10px);
    }
    .let-s-talk-overlay-text {
        right: -133px;
        top: 48%;
    }
    .sellerite-img {
        width: 45vw;
        left: 62%;
        margin-top: -38px;
    }
    .join-the-amazon-left-sec, .join-the-amazon-right-sec {
        width: 100% !important;
    }
    ul.join-the-amazon-list {
        width: 100%;
    }
    .join-the-amazon-right-img {
        width: 100%;
        left: 0;
    }
    .custom-popup-inner {
        width: 80%;
    }
    .custom-popup-inner .gform_wrapper {
        padding-right: 20px;
        max-width: 92%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
        .one-place-row-outer {
        display: flex;
        flex-wrap: wrap;
    }
    .one-place-col-sec-outer {
        width: calc(100% - 0px) !important;
        margin-inline: 0px !important;
        display: flex;
        gap: 15px;
    }
    .one-place-box-outer {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .show-more-wrapper {
        display: none;
    }
}
@media (max-width: 980px) {
    .footer-sec-left, .footer-sec-right {
        max-width: 100%;
        padding-left: 15px;
    }
    .footer-form-section h1 {
        font-size: 40px;
    }
    .footer-form-section {
        background: transparent;
        padding-inline: 0;
    }
    .footer-right-menu {
        margin-inline:0; 
    }
    .main-footer-outer .footer-widget, .main-footer-outer .fwidget {
        width: 100% !important;
        margin: 0 !important;
    }
    .footer-form-section {
        margin-top: 0px;
        padding-top: 10px;
    }
    .main-footer-outer .footer-form-section .gform_footer {
        flex-direction: column;
    }
    .footer-menus {
        max-width: 100%;
    }
    /*Footer colum new style*/
    .footer-col-one.footer-menus, .footer-col-two.footer-menus, .footer-col-three.footer-menus {
        max-width: 100%;
    }
/*Footer colum new style*/
/*    .footer-menus h4 + div {
        display: none;
    }*/
    .footer-col-three div#nav_menu-5, .footer-col-three div#nav_menu-6 {
        padding-bottom: 0;
    }
    .main-footer-outer .footer-menus h4 {
        padding: 20px 0 !important;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        color: #fff !important;
        background-image: url(/wp-content/uploads/2025/07/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 28px 29px;
        background-position: right center;
        transition: all 0.5s ease-in-out;
    }
    .main-footer-outer .footer-menus h4.active {
        background-image: url(/wp-content/uploads/2025/07/arrow-down.svg);
    }
    .main-footer-outer ul li.menu-highlights a {
        margin-block:10px ;
    }
    .footer-sec-right ul {
        padding-bottom: 20px;
    }
    .bottom-footer-logo-section {
        text-align: center;
        position: relative;
    }
    .bottom-footer-social-section {
        text-align: center;
    }
    .bottom-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-form-section {
        width: 100%;
    }
    .social-media-icons {
        order: -1;
        justify-content: center;
        padding-top:30px;
    }
    .footer-mcafee-sellerite-section img {
        padding-inline: 15px;
        margin-bottom: 15px;
    }
    .bottom-footer .gt_options {
        top: 40px !important;
        right: 0px !important;
        left: 0;
        margin-inline: auto;
        max-width: 300px !important;
    }
    .four-colum {
        width: calc(50% - 10px) !important;
    }
    .four-colum.speakers-slide {
        max-width: inherit !important;
    }
    .trusted-icon-sec {
        display: flex;
        align-items: center;
        gap: 10px 40px;
    }
    .trusted-icon-sec .et_pb_column {
        max-width: calc(50% - 20px);
        width: calc(50% - 20px) !important;
        margin-right: 0 !important;
    }
    .get-graph-column {
        width: calc(50% - 10px);
    }
    .get-graph-column {
        margin: 0 !important;
        width: calc(100% - 0px)
        margin-bottom: 20px !important;
    }
    .get-graph-outer:before {
        display: none;
    }
    .get-col-four .et_pb_blurb_container:after, .get-col-five .et_pb_blurb_container:after {
        width: 55px;
        height: 15px;
        right: 62px;
        background-size: cover;
        transform: rotate(-94deg);
        bottom: -50px;
        top: auto;
    }
    .get-col-four .et_pb_blurb_container:after {
        width: 100px;
        height: 24px;
        background-size: cover;
        top: auto;
        top: 0;
        transform: rotate(0deg);
        left: -45px;
    }
	.get-col-two .et_pb_blurb_container:after {
		background: url(images/left-down-aarow.svg);
		height: 49px;
		width: 19px;
		right: 114px !important;
		background-repeat: no-repeat;
		bottom: -57px !important;
		background-size: contain;
		top: auto !important;
		z-index: 99;
	}
    .home-page-video-sec .et_pb_video_overlay {
        min-height: 700px;
    }
     .get-col-six .et_pb_blurb_container:after {
        content: "";
        width: 100px;
        height: 22px;
        background-size: cover !important;
        transform: rotate(-180deg);
        top: 5px;
        position: absolute;
        left: -47px;
        background: url(images/arrow-righ.webp);
    }
	.get-col-three .et_pb_blurb_container:after {
	    background: url(images/left-down-aarow.svg);
	    height: 50px;
	    width: 19px;
	    content: "";
	    position: absolute;
	    z-index: 99;
	    background-repeat: no-repeat;
	    background-size: contain;
	    left: 81px;
	}
    .get-col-five .et_pb_blurb_container:after {
        display: none;
    }
    .insights-slider-outer .slick-list.draggable, .blog-post-slider .draggable {
        padding-left: 0px !important;
    }
    .insights-slider-outer .insights-slider {
        display: flex;
        position: relative;
        flex-direction: row-reverse;
        height: 100% !important;
    }
    .insights-slider-outer .slick-active {
        flex-wrap: wrap;
    }
    .insights-slider-outer .slick-active .insights-slider-img, 
    .insights-slider-outer .slick-active .insights-slider-content {
        width: 100%;
    }
    .three-listing ul {
        flex-wrap: wrap;
    }
    .testimonial-article-outer .slick-track {
        align-items: inherit;
    }
    .testimonial-article-outer .slick-slide {
        opacity: 1;
        height: auto;
        border-radius: 30px;
        margin-inline: 3px;
        box-shadow: none;
    }
    
    .supporting-right-sec> .et_pb_module {
        width: 100%;
    }
    .the-help-sec-outer .slick-list.draggable {
        padding: 0 30px 0 0px !important;
    }
    .the-help-sec-outer  .slick-track {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .unlock-sec-right-sec .et_pb_module {
        width: 100%;
        left: 0px;
    }
    .the-help-sec-outer .three-colum.help-col-sec {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        max-width: calc(33.33% - 10px) !important;
    }
    .testimonial-article-outer .slick-list.draggable {
        padding: 0 140px 0 0 !important;
    }
    .get-instant-help-from .ranking-field, .get-instant-help-from .new-seller-field {
        width: calc(100% - 0px);
        margin-left: 0px;
    }
    .get-instant-help-from .gform-footer input {
        width: 100% !important;
    }
    .the-sellerite-col-inner {
        width: 50% !important;
    }
    .the-sellerite-col-box .et_pb_main_blurb_image span {
        margin: 0;
    }
    .the-sellerite-col-box .et_pb_main_blurb_image img {
        width: 110px;
        height: 79px !important;
    }
    .the-sellerite-col-box .et_pb_blurb_content {
        flex-direction: column;
    }
    .the-sellerite-col-box .et_pb_main_blurb_image {
        margin-bottom: 5px;
    }
    .the-sellerite-box-left:after {
        content: "";
        width: 80px;
        height: 25px;
        top: 120px;
        right: -40px;
        background-image: url(/wp-content/uploads/2025/07/l-left.svg);
    }
    .mobile-left-arrow-two:after {
        background-image: url(/wp-content/uploads/2025/07/r-right.svg);
    }
    .mobile-left-arrow-five:before {
        content: "";
        background-image: url(/wp-content/uploads/2025/07/d-arrow.svg);
        background-size: contain;
        width: 100px;
        height: 73px;
        position: absolute;
        top: -60px;
        right:0;
        left: 110px;
        background-repeat: no-repeat;
    }
    .mobile-left-arrow-two::after {
        right: 0;
        left: -35px;
    }
    .mobile-left-arrow-two::before {
        content: "";
        background-image: url(/wp-content/uploads/2025/07/d-arrow.svg);
        background-size: contain;
        width: 100px;
        height: 73px;
        position: absolute;
        top: -60px;
        right: -66px;
        background-repeat: no-repeat;
    }
    .dual-button {
        width: 100% !important;
        max-width: 100% !important;
    }
    .dual-button a {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }
    .with-sellerite-inner-sec .et_pb_blurb_content {
        align-items: flex-start;
        flex-direction: column;
    }
    .sellerite-outer-sec .icon-left-sec .et_pb_blurb_content {
            align-items: center;
        }
    .with-sellerite-inner-sec .et_pb_blurb_content {
        gap: 0px;
    }
    .promotion-inner-sec .et_pb_button_module_wrapper {
        text-align: left;
    }
    .promotion-inner-sec a.et_pb_button {
        width: 100%;
        text-align: center;
    }
    .supporting-left-sec a.et_pb_button_12.bg-btn-yellow {
        width: auto;
    }
    .is-this-built-for-you-outer> .et_pb_row {
        flex-direction: column;
    }
    .sellerite-title .with-sellerite.growth-sec {
        margin-bottom: 0;
        padding: 0;
    }
    .cards_container {
        grid-template-columns: repeat(2, 1fr);
    }    
    .card_content {
        padding: 20px;
    }    
    .event_title {
        font-size: 1.2rem;
    }
    .event-slider button {
        bottom: -50px;
    }
    .event-slider button.slick-next {
        right: 0;
        left: auto;
    }
    .event-slider button.slick-prev {
       left: auto;
        right: 115px;
    }
    .meet-top-sellers-outer:after {
        content: "";
        background: url(images/map-after.webp);
        position: absolute;
        background-repeat: no-repeat;
        left: -26px;
        bottom: -29.344px;
        width: 254px;
        height: 125.611px;
    }
    .who-should-col-outer ul li {
        width: calc(33.33% - 14px);
    }
    .who-should-sec-outer .ppc_mobile_image span.et_pb_image_wrap {
        width: 100%;
        margin-top: -100px;
        bottom: -80px;
        right: 0;
        position: relative;
        max-width: 100%;
        text-align: center;
    }
    .why-sellers-listing .solution-card, .why-sellers-listing .problem-card {
        max-width: calc(50% - 8px) !important;
        flex: 0 50%;
    }
    .why-sellers-sec .sellerite-outer-sec .et_pb_column {
        flex-basis: 50%;
        max-width: 50%;
    }
    .from-brief-number-right {
        width: 50%;
        padding-left: 50px;
    }
    .from-brief-number-left {
        width: 50%;
        padding-right: 50px;
    }
    .brief-number-outer {
        width: 100%;
        padding-right:0;
    }
    .brief-number-outer .from-brief-box-content {
        width: 45%;
    }
    .blue-check-sec {
	    position: absolute;
	    bottom: 100px;
	}
	.transparent-left-sec .blue-check-sec {
	    position: static;
	}
	.transparent-right-img {
	    width: 100%;
	    left: 0;
	}
	.clear-things-box-outer {
	    flex-wrap: wrap;
	}
	.clear-things-col-sec, .clear-things-box-img .et_pb_image_wrap, .clear-things-box-img img, 
	.clear-things-col-sec.want-to-sec {
	    width: 100% !important;
	}
	.clear-things-box-img {
	    width: 55%;
	}
	.want-to-sec .et_pb_module {
	    margin-right: 0 !important;
	    margin-left: auto;
	}
	.we-need-sec .clear-things-box-content {
	    left: 0;
	    top: -70px;
	}
    .clear-things-col-sec:before {
        right: 310px;
        bottom: -20px;
        width: 150px;
        height: 150px;
        background-size: contain;
    }
	.want-to-sec::before {
	    bottom: -60px;
	    right: 0px;
	}
	.clear-things-col-sec.want-to-sec {
	    margin-top: -150px;
	    left: 20px;
	}
    .home-banner-right-sec {
        width: 100% !important;
    }
    .real-results-counter-col {
        margin-right: 0 !important;
        margin-left: 0px; 
        margin-top: -0px;
        width: 25% !important;
    }
    .bdr-l-r:after {
        right: 0px;
    }
    .sales-in-days-outer {
        grid-template-columns: 1fr;
    }
    .sales-in-days-outer .draggable {
        padding-left: 0 !important;
    }
    .sales-in-days-outer .success-card {
        margin: 0 4px;
    }
    .case-studies-iner {
        gap: 15px;
        flex-direction: column;
    }
    .case-studies-article-img, .case-studies-article-content {
        width: 100%;
        position: relative;
    }
    .case-studies-article-content .quote-image {
        width: 150px;
        margin-left: 0;
        position: absolute;
        bottom: 70px;
        right: 0;
    }
    .zeak-slider-sec-outer:before {
        display: none;
    }
    .lets-connect-right-sec {
        width: 100% !important;
    }
    .lets-connect-outer> .et_pb_row:before, .lets-connect-right-sec:before, .cant-find-right-sec:before, 
    .still-need-help-row:before, .landing-hero-sec:before, .still-have-bottom-title:after, .table-middle-content:before {
        display: none;
    }
    .before-top-r:before, .before-top-l:before, .before-bottom-l:before, .before-bottom-r:before {
        display: none;
    }
    .scaling-icon-box.two-box, .scaling-icon-box.three-box, .scaling-icon-box.four-box {
        width: 100%;
    }
    .identify-col .category-card h3 {
        font-size: 16px;
    }
    .identify-col .problem-card {
        flex-wrap: wrap;
    }
    .mobile-comparison-box {
        margin-inline: 6px !important;
    }
    .mobile-comparison-row .slick-track{
       display: flex;
       padding-left: 0 !important;
    }
    .tool-comparison-box .et_pb_module img {
        max-width: 60px;
    }
    .tool-comparison-box .et_pb_module {
        padding: 0px 10px;
    }
    .cant-find-left-sec {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .cant-find-right-sec {
        width: 100% !important;
    }
    .faq-accordion-box .faq-title.open:before {
        right: 28px;
    }
    .getting-row .three-colum {
        width: calc(50% - 0px) !important;
        max-width: calc(100% - 0px) !important;
    }
    .getting-row .single-btn-sec {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }
    .getting-row .et_pb_blurb_content {
        padding-bottom: 5px;
    }
    .popular-topics-box-left {
        margin: 0 5px;
    }
    .popular-mobile-slider-outer .slick-track {
        display: flex;
        padding-left: 0 !important;
    }
    .popular-mobile-slider-outer .slick-list.draggable, .client-success-stories .slick-list {
        padding-left: 0 !important;
    }
    .faq-container-outer, .faq-filter-slider {
        width: 100%;
    }
    .help_center_blog_card {
        width: calc(50.33% - 10px);
    }
    span.help_center_blog_date {
        font-size: 12px;
        line-height: 16px;
    }
    h3.help_center_blog_title {
        font-size: 20px;
        line-height: 28px;
    }
    p.help_center_blog_excerpt {
        font-size: 14px;
        line-height: 20px;
    }
    .help_center_blog_thumb:after {
        width: 207px;
        height: 220px;
        background-image: url(images/help-center-blog-mobile-bg.webp);
        right: 0;
    }
    .why-partner-col-sec.icon-sec .et_pb_blurb_content {
        padding-left: 20px;
    }
    .why-sellers-sec:after {
        display: none;
    }
    .affiliate-program-box {
        width: calc(33.33% - 7px) !important;
        max-width: calc(33.33% - 7px) !important;
    }
    .collaboration-box.unlock-sec-right-sec .et_pb_module {
        left: 0;
    }
    .five-star-sec-box {
        width: 33%;
        margin-bottom: 0;
    }
    .trusted-by-partners-slider-outer .testimonial-article-img:before, .where-expertise-outer:before, 
    .event-image:before, .load-more-btn, .post-featured-image:before {
        display: none;
    }
    .our-approach-listing ul li h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .where-expertise-right-img {
        padding-top: 30px;
        width: 100vw;
        left: -29px;
    }
    .join-the-sellerite-left-box {
        margin-bottom: 0;
    }
    .news-letter-img {
        width: 80%;
        left: 0;
        padding-top: 0;
    }
    .table-of-content-btn .draggable {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
    .cuatom-case-outer .draggable {
        padding-left: 0 !important;
    }
    .table-of-content ul li a {
        display: block;
        text-align: center;
    }
    .table-of-content ul li {
        margin-inline: 5px;
    }
    .three-listing ul {
        flex-direction: column;
    }
    .onboarding-box {
        width: 100% !important;
        max-width: 100% !important;
    }
    .whyseller-listing ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-sec-testimonial .testimonial-article.slick-center {
        background: #FAF9FF;
        padding-bottom: 20px;
    }
    body .takeaways-row .from-brief-number-left, body .takeaways-row .from-brief-number-right {
        width: 50% !important;
        max-width: 50% !important;
    }
    .single-event-banner {
        flex-wrap: wrap;
    }
    .single-event-banner .event-info, .single-event-banner .event-image {
        flex: 100%;
        width: 100%;
    }
    .single-event-banner .breadcrumb {
        padding-top: 15px;
    }
    .overview-left-box {
        width: calc(100% - 0px) !important;
    }
    .cards_container {
        grid-template-columns: repeat(1, 1fr);
    }
    .single-event-banner .event-image img {
        height: auto;
    }
    .single-event-banner {
        padding: 10px 15px 40px;
    }
    .lets-connect-right-sec.nevermiss-right {
        width: 100% !important;
    }
    .scale-btn-sec button.btn {
        width: auto;
    }
    .latest-news-outer {
        width: 100%;
    }
    .slider-header h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
    }
    .blog-card {
        border-radius: 48px;
    }
    .tags-list {
        padding: 24px 15px;
        border-radius: 40px;
    }
    .tags-list .taglist-inner {
        width: calc(50% - 10px);
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
        font-size: 16px;
        line-height: 24px;
        padding-block: 10px;
    }
    .custom-post-item {
        width: auto;
        margin-right: 10px;
    }
    .blog-post-thumbnail:before {
        bottom: 0;
    }
/*Mobile arrow design Start*/
    .blog-post-slider button {
        position: absolute;
        bottom: -120px;
        width: 100px;
        height: 65px;
        background-color: #FAF9FF;
        top: auto;
        z-index: 99;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        border-radius: 50px;
        border: 3px solid;
    }
    .blog-post-slider button.slick-prev {
        left: 0;
        right: -105px;
        margin-inline: auto;
        background-image: url(/wp-content/uploads/2025/07/right-arrow.svg);
    }
    .blog-post-slider button.slick-next {
        right: 0px;
        left: -105px;
        margin-inline: auto;
        background-image: url(/wp-content/uploads/2025/07/left-arrow.svg);
        font-size: 0;
    }
    .blog-post-slider button::before {
        font-size: 0;
    }
    .blog-post-slider button:hover {
        border-color: #FE9E0E;
    }
/*Mobile arrow design End*/
    .single-post-banner {
        flex-wrap: wrap;
    }
    .single-post-banner .post-featured-image, .single-post-banner .post-header, .single-post-banner p.post-excerpt {
        width: calc(100% - 0px);
        text-align: center;
    }
    .post-header .banner-amazon-btn p {
        justify-content: center;
        font-size: 14px;
    }
    .single-post-banner .post-meta, .social-section {
        justify-content: center;
    }
    section.single-post-hero {
        padding-bottom: 0px;
    }
    .login-left-box, .login-right-box {
        width: calc(100% - 0px) !important;
    }
    .login-right-box:after {
        display: none;
    }
    .custom-login-wrapper img {
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    p.woocommerce-LostPassword.lost_password {
        text-align: left;
    }
    button.woocommerce-button.button {
        width: 100%;
    }
    p.form-row.bottom-link {
        padding-top: 20px;
    }
    .custom-forgot-wrapper .form-row.bottom-link {
        text-align: center;
    }
    .forgot-pass-outer p.forgot-subheading, .forgot-pass-outer input {
        max-width: 100%;
        width: 100%;
    }
    .forgot-password-success-outer {
        width: 100%;
    }
    .forgot-password-success-outer img {
        margin-bottom: 30px;
    }
    .reset-pass-outer .woocommerce-error, .reset-pass-outer form {
        width: 100%;
    }
    .custom-forgot-wrapper img, .custom-reset-wrapper img {
        margin-bottom: 30px;
    }
    .custom-reset-wrapper div#reset-success {
        width: 100%;
    }
     .case-study-stats li img {
        width: 45px;
    }
    .case-study-stats h3, .case-study-stats p {
        text-align: left;
    }
    .toc-box {
        max-width: 90%;
        width: 90%;
        display: block;
        padding: 20px 15px;
        border-radius: 30px;
        margin-top: 30px;
    }
    .toc-box .slick-list.draggable {
    	padding-left: 0 !important;
	}

	.toc-box .slick-track {
	    display: flex;
	}
	.toc-outer {
	    border-radius: 48px 48px 0 0;
	   width: calc(100% - 20px);
	    margin-bottom: -2px;
	    margin-top: 20px;
	}
	.toc-box h5 {
		margin-bottom: 10px;
	}
	.whats-inside-mobile-slider .check_icon_list {
	    margin-right: 5px !important;
	}
	.whats-inside-mobile-slider .slick-track {
	    display: flex;
	}

	.whats-inside-mobile-slider .check_icon_list {
	    height: auto;
	}
    .testimonial-article-outer .slick-center .testimonial-article-img:before {
        display: none;
    }
    .what-happens-slider .slick-track {
        display: flex;
    }
    .what-happen-col {
        margin-inline: 5px !important;
    }
    .what-happens-slider .slick-list.draggable {
        padding-left: 0px !important;
    }
    .what-happen-col {
        height: auto;
    }
    .sellerite-woo-notice-outer .woocommerce-info {
        font-size: 20px !important;
        line-height: 28px;
        width: 100%;
        margin-bottom: 10px !important;
    }
    .woo-checkout-paymentouter ul.payment_methods li {
        padding-right: 0;
    }
    .checkout-billing-outer {
        z-index: 0;
        overflow: unset;
    }
    form#woocommerce-checkout-form-coupon, .sellerite-woo-notice-outer .woocommerce-form-login {
        position: absolute;
        width: 100%;
        z-index: 99;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px rgb(0 0 0 / 25%);
        margin-top: 0 !important;
    }
    .checkout-order-row {
        overflow: unset !important;
    }
    .sellerite-woo-notice-outer .form-row-first {
        width: calc(100% - 0px) !important;
    }
    .sellerite-woo-notice-outer .form-row-last {
        width: 100% !important;
    }
    .sellerite-woo-notice-outer .form-row-last button.button {
        width: 100% !important;
        margin-top: 15px !important;
    }
    .paypal-button {
        height: 50px !important;
    }
    .woo-checkout-paymentouter .ppc-button-wrapper {
        width: auto;
        margin-bottom: 30px;
        margin-top: 40px;

    }
    .woo-checkout-paymentouter .ppc-button-wrapper iframe {
        transform: scale(1.6);
        padding-top: 6px;
   }
    .woocommerce-checkout-review-order .woocommerce-checkout-payment {
        padding: 0 !important;
    }
    .woo-checkout-paymentouter .payment_box.payment_method_stripe {
        padding: 20px 15px !important;
    }
    .sellerite-woo-notice-outer .checkout-toggle-item .woocommerce-message {
        text-align: center;
        width: 80%;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin-top: -30px !important;
    }
    .woo-checkout-paymentouter .woocommerce-message {
        width: 100%;
    }
    .check-your-order-outer .shop_table-tbody {
        border: 2px solid #3768FF;
    }
    .support-form-outer .woocommerce-MyAccount-navigation, .support-form-outer .woocommerce-MyAccount-content {
        width: 100%;
        margin-right: 0;
        padding: 50px 20px;
        border-radius: 35px;
    }
    .orders-tr-outer {
        display: block;
        padding: 20px 15px;
    }
    .orders-tbody-outer .orders-th-outer, .orders-tbody-outer .orders-td-outer {
        position: relative;
        padding: 10px 0 10px 200px;
    }
    .orders-tbody-outer .orders-th-outer:after, .orders-tbody-outer .orders-td-outer:after {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 200px;
    }
    .myaccount-header {
	    padding: 0 15px 0 15px;
	}
    .myaccount-header-right {
	    display: flex;
	    align-items: center;
	}
	span.uPic.userNav_initials, .usernav_user_dropdown, .orders-thead-outer {
	    display: none;
	}
	.woocommerce-account-logo {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
    }
	.dashboard-toggle, .userNav a.userNav_notification_url  {
	    display: block;
	}
	.userNav img {
	    max-width: 50px;
	    height: 50px;
	}
	.support-form-outer .woocommerce-MyAccount-navigation {
	    height: 100vh;
	    z-index: 99;
	    left: -950px;
	    position: fixed !important;
	    top: 0;
	    padding-top: 20px;
	    border-radius: 0;
	    transition: all 0.5s ease-in-out;
	    background: radial-gradient(35.38% 16.07% at 76.04% 3.66%, rgba(255, 171, 61, 0.20) 0%, rgba(244, 48, 3, 0.00) 100%), radial-gradient(65.41% 28.77% at 87.08% 43.98%, rgba(0, 139, 238, 0.20) 20.18%, rgba(0, 103, 238, 0.00) 100%), #021037;
	}
	.support-form-outer .woocommerce-MyAccount-navigation.open-deshboard {
	    left: 0;
        max-width: 100% !important;
        transition: all 0.5s 
		ease-in-out;
	}
	.woocommerce-order-summary-note-desktop {
		max-width: 100%;
		padding-top: 10px;
	}
	.order_summary_head_outer {
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-navigation ul li a {
	    padding: 8px 10px 8px 50px;
	}
	.woocommerce-MyAccount-navigation ul li a:before {
	    width: 25px;
	    height: 25px;
	    background-size: 25px 25px;
	    top: 5px;
	}
	span.userNav_notification_dot {
	    width: 7px;
	    height: 7px;
	    right: 7px;
	    top: 8px;
	}
    .orders-tr-outer .orders-td-outer:last-child {
        text-align: left;
    }
    .get-graph-box {
	    gap: 15px;
	}
	.supporting-inner .bg-btn-yellow {
	    display: inline-block;
	    width: auto;
	}
	    .mobile-left-arrow-two::before {
        right: 34px;
    }
    .promotion-inner-sec .et_pb_button_module_wrapper {
	    bottom: -10px;
	}
    .sign-up-to-amazon-form input {
        width: 100% !important;
    }
    button#load-more-faq {
        max-width: 100%;
    }
    .blog-tag-more {
        display: block;
    }
    .tags-list .tag-item {
        padding-left:15px;
        flex-direction: column;
        font-size: 20px;
        width: 100%;
    }
    .single-blog-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        /* gap: 20px; */
    }
    .read-more-case-studies-title h2 {
        text-transform: uppercase;
    }
    .three-listing-sec ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 15px;
    }
    .because-listing ul li {
        flex-wrap: wrap;
    }
    .three-listing-sec ul li:last-child {
        grid-column: 1 / -1;
    }
    body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_2 {
        display: block;
    }
    .planing_process_outer .planing_list ul::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.10);
    }

    .planing_process_outer .planing_list ul::-webkit-scrollbar-thumb {
        background-color: #3768FF;
    }
    .dual-list-sec.uppercase_text ul li {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .dual-list-sec.uppercase_text ul {
        gap: 15px;
    }
    .traffic-booster-img {
        width: 100%;
        left: 0;
    }
    .custom-popup-inner .gform-footer input[type="submit"] {
        width: 100% !important;
    }
    .how-it-banner-left a.et_pb_button {
        width: 100%;
        text-align: center;
    }
    .dual-list-sec ul {
        gap: 15px 15px;
    }
    .dual-list-sec ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    .sellerite-outer-sec .et_pb_column {
        margin-bottom: 0;
    }
    ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
        padding-left: 0;
        padding-top: 10px;
    }
    .woo-checkout-paymentouter li.wc_payment_method.payment_method_stripe label:after {
        top: auto;
        right: auto;
        bottom: 0px;
        left: auto;
        bottom: 7px;
        margin-left: 4px;
    }
    .the-sellerite-col-box.mobile-left-arrow-six .et_pb_main_blurb_image {
        width: auto !important;
    }
    .event_card {
        margin-inline: 10px;
    }
/*    #subscribe-weekly-popup-form .custom-popup-inner {
        max-height: 450px;
    }*/
    .insights-slider-outer button {
        position: absolute;
        bottom: -120px;
        width: 100px;
        height: 65px;
        background-color: #e3e2e5;
        top: auto;
    }
    .insights-slider-outer button.slick-prev {
        right: 0px;
        left: -105px;
        margin-inline: auto;
    }
    .insights-slider-outer button.slick-next {
        left: 0;
        right: -105px;
        margin-inline: auto;
    }
    .new-landing-banner-right {
	    margin-left: auto;
	}
	.Full.a–z-listing ul li strong span {
	    display: block;
	}
	.single-listing ul.new-panding-single-list {
		gap: 15px;
	}
	ul.new-panding-single-list li {
	    width: calc(50% - 8px);
	    flex-direction: column;
	}
	ul.new-panding-single-list li img {
	    margin-left: 0;
	    margin-right: auto;
	}
    .trusted-by-top-outer .join-the-sellerite-left-box {
        z-index: 99;
        overflow: visible;
    }
	.guarantee-img {
        bottom: -60px;
        right: 20px;
        width: 120px;
        top: auto;
    }
    .trusted-by-bottom-img span.et_pb_image_wrap {
        width: 100%;
    }

    .trusted-by-bottom-img span.et_pb_image_wrap img {
        width: 100% !important;
    }
    .what-do-col, .az-filter {
        display: flex;
        gap: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        scrollbar-width: auto;
        scrollbar-color: #C7C4DC;
        margin-bottom: 0px;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 30px;
    }
    .three-colum.what-do-sec {
        min-width: 70%;
    }
    .what-do-col::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #C7C4DC;
    }
    .what-do-col::-webkit-scrollbar {
        width: 6px;
        background-color: #3768FF;
        height: 6px; 
    }
    .what-do-col::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #3768FF;
    }
    .supercharge-outer {
        flex-wrap: wrap;
    }
    .az-filter::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color:#F2F0FB;
    }
    .az-filter::-webkit-scrollbar {
        width: 6px;
        background-color:#F2F0FB;
        height: 3px; 
    }
    .az-filter::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color:#C7C4DC;
    }
    .glossary-filter-outer {
        padding: 40px 0 24px 16px;
    }
    .az-filter {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    span.az-letter {
        font-size: 28px;
        font-weight: 900;
        min-width: 44px;
        color: #9793B8
    }
    .supercharge-image {
        position: relative;
        width: calc(100% + 30px) !important;
        left: -15px;
    }
    .supercharge-image span.et_pb_image_wrap img, .supercharge-image span.et_pb_image_wrap {
        width: 100% !important;
    }
    .sellerite-solves-inner .from-brief-box-content {
        width: 50%;
        padding: 0 20px;
    }
    .sellerite-solves-inner h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .sellerite-solves-inner .from-brief-box-content .et_pb_blurb_content {
        align-items: baseline;
        gap: 5px;
        flex-direction: column;
    }
    .sellerite-solves-inner .from-brief-box-content:nth-child(odd) .et_pb_blurb_content {
        flex-direction: column;
    }
    .sellerite-solves-inner .from-brief-box-content:nth-child(odd) .et_pb_main_blurb_image {
        margin-left: auto;
    }
    .what-you-get-row-outer {
        display: block;
    }
    .single-post .et_pb_gutters3 .et_pb_section {
        width: 97.3%;
    }
    .steps_section_outer p span {
        display: block;
        font-size: 18px;
        line-height: 26px;
    }
    ul.what-real-sellers-slider {
        padding-inline: 0;
    }
    .what-real-col {
        padding: 30px 20px;
    }
    .deliverables-img {
        width: 100%;
    }
    .receive-left-outer {
        margin-bottom: 0;
    }
    .talk-strategy-left-box {
        overflow: visible !important;
        z-index: 9;
    }
    .let-s-talk-overlay-text {
        right: auto;
        top: auto;
        bottom: -62px;
        left: 20px;
    }
    .the-sellerite-outer> .et_pb_row {
        padding-top: 0px;
        padding-bottom: 0px !important;
    }
    .sellerite-img {
        width: 100%;
        left: 0;
        margin-top: 0;
    }
    .more-than-services-listing ul {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    .more-than-services-listing ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }
    .the-tellerite-hub-column-outer:before {
        display: none;
    }
    ul.join-the-amazon-list {
        flex-wrap: wrap;
    }
    ul.join-the-amazon-list li, ul.join-the-amazon-list li.last-list {
        width: calc(50% - 5px);
    }
    .glossary-cat-name h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .glossary-card h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .glossary-filter-sec-outer:before {
        right: 0;
        bottom: 0;
        width: 100%;
        filter: blur(50px);
        height: 300px;
        top: 60%;
    }
    .glossary-filter-sec-outer .PricingTabs {
        background: transparent;
        border: 0;
    }
    .glossary-tabs button {
        margin-inline: 5px;
    }
    span.az-letter:hover, span.az-letter.active {
        color: #27365E;
        font-weight: 900;
    }
    .research-featured-insights-slider .research-card {
        width: calc(100% - 0px);
        margin-right: 0;
    }
    .never-miss-an-img {
        width: 100%;
        left: 0;
        margin-top: 0;
    }
    .glossary-side-bar-form form input {
        max-width: 100% !important;
    }
    .scroll-slider  {
        display: flex;
        gap: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: auto;
        scrollbar-color: #C7C4DC;
        margin-bottom: 0px;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-bottom: 20px !important;
    }
    .scroll-slider .new-lading-read-more-btn {
        padding-left: 15px;
    }
    .mistakes-col {
        min-width: 60%;
    }
    .scroll-slider .explore-more-col {
        min-width: 80%;
        display: flex;
        flex-direction: column;
    }
   .scroll-slider.blue-scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .scroll-slider.blue-scroll::-webkit-scrollbar {
        width: 6px;
        background-color: #3768FF;
        height: 6px; 
    }
    .scroll-slider.blue-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #3768FF;
    }
    .landing-explore-sec ul.case_studies_listing {
        padding-bottom: 30px;
    }

    .scroll-slider::-webkit-scrollbar-thumb {
        background-color: #F9BB5F;
    }
    .scroll-slider::-webkit-scrollbar {
        background-color: #0028A3;
        height: 6px; 
    }

    .scroll-slider::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #0028A3;
    }
    .glossary-explore-sec ul.case_studies_listing {
        gap: 15px 0;
    }

    .glossary-side-bar-form form input[type="submit"] {
        max-width: 320px !important;
    }
    .explore-more-col {
        width: 100% !important;
    }
    .footer-col-two div#nav_menu-5, .footer-col-two div#nav_menu-8 {
        padding-top: 0px;
    }
    .event_card_outer .event_card {
        display: flex;
        height: auto;
    }
    .event_card_outer .slick-track {
        display: flex !important;
        flex-wrap: wrap;
    }
    .optimize-box p {
        text-align: center;
    }
    ul.what-sence-listing {
        align-items: baseline;
    }
    ul.what-sence-listing li {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: left;
        flex-direction: column;

    }

    .hab-page-hero-left-sec {
        display: flex;
        flex-direction: column;
    }
    .hab-page-hero-left-sec .et_pb_button_0_wrapper {
        order: 1;
        margin-top: 20px;
}
#subscribe-weekly-popup-form .custom-popup-inner {
    overflow-y: scroll;
}
    }
@media (max-width: 767px) {
/*    #subscribe-weekly-popup-form .custom-popup-inner {
        max-height: 400px;
    }*/
    .home-banner-left-sec .et_pb_button_module_wrapper {
        width: 100%;
        max-width:100%;
    }
    .home-banner-left-sec .et_pb_button_module_wrapper a {
        display: block;
        text-align: center;
    }
    .banner-logo-row .et_pb_text_inner {
        width: 100%;
    }
    .banner-logo-row ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .banner-logo-row ul li {
        max-width: 47%;
        width: 100%;

    }
    .banner-logo-row ul li:first-child {
        width: 100%;
       max-width: 100%;
        text-align: center;
    }
    .what-is-sellerite-right-sec .et_pb_toggle_close h5:after {
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    .counter-col-outer {
        padding-bottom: 20px;
    }
    .home-counter-sec .et_pb_number_counter .percent {
        height: auto;
    }
    .counter-col-outer:after {
        width: 40%;
        height: 1px;
        top: -26px;
        right: 0;
        left: 0;
        margin-inline: auto;
    }
    .counter-col-outer:last-child:after {
        display: block;
    }
    .counter-col-outer:first-child:after {
        display: none;
    }
    .four-colum {
        width: calc(100% - 0px) !important;
    }
    .unlock-sec-left-sec h2 img {
        width: 36px;
        object-fit: cover;
    }
    .dual-listing ul {
        padding: 0 10px;
        display: flex;
        width: 50%;
        flex-direction: column;
        gap: 0px 28px;
    }
    .dual-listing ul li {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .tap-into-the-sec a.bg-btn-yellow {
        display: block;
        margin-top: 20px;
    }
    .tap-into-the-sec a.bg-btn-yellow img {
        position: relative;
        top: 4px;
        left: -5px;
    }
    .unlock-sec-right-sec .et_pb_module {
        position: relative;
        left: 0;
        width: 91vw;
    }
    .insights-slider-outer .slick-list.draggable {
        padding-left: 0px !important;
    }
    .testimonial-article {
        flex-wrap: wrap;
    }
    .testimonial-article-img, .testimonial-article-content {
        width: 100%;
    }
    .testimonial-article-outer .slick-slide {
        opacity: 1;
        transform: scale(1);
        padding: 15px 15px;
        padding-bottom: 30px;
    }
    .testimonial-article.slick-slide.slick-active {
        transform: scale(1);
    }
    .testimonial-article-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-article-outer {
        padding-bottom: 100px;
        box-shadow: 0px 5px 46px 0px rgba(0, 0, 0, 0.06) !important;
    }
    .testimonial-article-outer .slick-track {
        padding-bottom: 20px;
    }
    .testimonial-article-outer button {
        bottom: 0px;
    }
    .testimonial-article-content img.quote-image {
        top: 35%;
    }
    .trusted-by-partners-slider-outer .testimonial-article-outer button {
        bottom: -135px;
    }
    .testimonial-article-outer .slick-track {
        padding-top: 0;
    }
    .three-listing ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .supporting-right-sec> .et_pb_module {
        width: 100%;
    }
    .supporting-right-sec {
        z-index: 0;
    }
    .two-colum {
        width: calc(100% - 0px) !important;
    }
    .accordion-questions-outer .et_pb_accordion_item .et_pb_toggle_title:before {
        right: -20px !important;
    }
    .testimonial-article-outer .slick-list.draggable {
        padding: 0 70px 0 0 !important;
    }
    .hover-text {
        opacity: 0;
        height: 0;
    }
    .full-box-inner-sec.slick-active .hover-text {
        height: auto;
        opacity: 1;
    }
    .full-box-inner-sec.slick-active {
        border: 3px solid #7999FF;
        background: #0028A3;
    }
    .full-box-inner-sec {
        margin: 0 4px;
    }
    .hover-text span {
        display: block;
    }
    .box-content {
        text-align: center;
    }
    .box-content br {
        display: none;
    }
    .dual-button-sec {
       flex-wrap: wrap;
    }
    .sellerite-outer-sec .icon-sec-inner {
        max-width: 30%;
        flex: 0 0 30%;
    }
    .sellerite-outer-sec {
        gap: 5px;
    }    
    .managing-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .managing-inner-right-sec {
        width: 100%;
        max-width: 100%;
    }
    .managing-inner-sec {
        max-width: calc(50% - 10px);
    }
    .dual-buttons .et_pb_button_module_wrapper {
        width:100%;
        max-width: 100%;
    }
    .dual-buttons .et_pb_button_module_wrapper a {
        display: block;
        text-align: center;
    }
    .event-slider button {
        bottom: -37px;
    }
    .event-slider h2 {
        font-size: 35px;
        line-height: 40px;
        margin-top: -25px;
    }
    .loc_sec {
        width: 50%;
    }
    .detail_icons {
        font-style: 16px;
    }
    .detail_values {
        font-size: 18px;
    }
    .our-sellerite-events-outer .bg-btn-yellow {
        display: block;
    }
    .three-colum {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
    }
    .filter-container {
        max-width: 100%;
    }    
    .filter-fields {
        flex-direction: column;
        gap: 8px;
    }    
    .filter-container {
        padding: 16px;
    }
    button.event-btn {
        padding: 12px 10px;
        font-size: 14px;
    }
    .filter-submit-clear-outer button {
        width: calc(50% - 10px);
    }
    .seller-events-inner div#loader {
        height: 290px;
    }
    .tap-into-the-sec a.bg-btn-yellow {
        text-align: center;
    }
    .why-sellers-listing .solution-card, .why-sellers-listing .problem-card {
        flex: 0 50%;
        max-width: calc(50% - 10px);
        flex-direction: row-reverse;
    } 
    .from-brief-number-left {
        width: 50% !important;
        padding-right: 20px;
    }
    .from-brief-number-right {
        width: 50% !important;
        padding-left: 20px;
    }
    .brief-number-outer {
        width: 100% !important;
        padding-right:0;
    }
    .from-brief-number-row:before {
        border: 1px dashed #35405f;
    }
    .from-brief-box-content h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .blue-check-sec img {
	    width: 40px;
	}
	.blue-check-sec {
		bottom: 70px;
	}
	.bg-btn-yellow {
	    display: block;
	    text-align: center;
        width: 100%;
	}
    .bg-btn-white {
        display: block;
        text-align: center;
        width: 100%;
    }
	.solutions-sec-outer .two-colum {
	    width: calc(50% - 5px) !important;
	}
    .next-gen-tools:after {
        content: "";
        background-image: url(images/next-gen-tools-icon.svg);
        width: 45px;
        height: 37px;
        position: absolute;
        right: -13px;
        opacity: 1 !important;
        top: 37px;
    }
    .bdr-l-r:after {
        height: 75px;
    }
    .what-the-magic-counter-col {
        width: calc(50% - 10px) !important;
        margin-inline: 5px !important;
    }
    .what-the-magic-outer:after, .what-the-magic-counter-col.bdr-l-r:after, .what-the-magic-outer:before, .before-bg:before {
        display: none;
    }
    .sales-in-days-outer .card-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .sales-in-days-outer .success-card {
        padding: 25px 15px;
    }
    .card-footer {
        position: relative;
        right: auto;
        bottom: 0;
        left: 0px;
        text-align: left;
        margin-top: 20px;
    }
    .sales-outer.before-bottom-r:before {
        background: rgba(0, 139, 238, 0.30);
        margin: 0 4px;
    }
    .case-studies-article-content p.tap-content {
        font-size: 18px;
        line-height: 29px;
    }
    .case-studies-title-sec-inner h4 {
        font-size: 24px;
    }
    .case-studies-title-sec-inner h3 {
        font-size: 32px;
    }
    .landing-hero-right {
        margin-top: 0px
    }
    .dual-button-sec .dual-button {
        margin: 10px 0 0 !important;
    }
    .tools-we-trust-outer .optimize-box {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    .tools-we-trust-outer .optimize-box:nth-child(3) {
        width: 100% !important;
        max-width: 100% !important;
    }
    .mobile-comparison-box ul {
        list-style: none;
        padding: 0;
    }
    .mobile-comparison-box ul li {
        display: flex;
        justify-content: space-between;
        padding-block: 5px;
    }
    .mobile-comparison-box .et_pb_image_wrap img {
        width: 140px !important;
    }
    .sprit-img {
        height: 80px;
        max-width: 90px;
        padding: 15px !important;
    }
    .stage-title-col {
        max-width: calc(37% - 0px) !important;
    }
    .stage-title-col.stage-title-col-one {
        max-width: calc(26% - 0px) !important;
    }
    .identify-col .category-card, .identify-col .problem-card, .identify-col .solution-card {
       border-radius: 24px;
    }
    .cant-find-box {
        width: 100% !important;
        display: flex;
        align-items: center;
        margin-bottom: 15px !important;
        gap: 15px;
    }
    .cant-find-box .et_pb_module {
        margin-right: 0;
    }
    .cant-find-box .et_pb_module img {
        max-width: 50px;
    }
    .cant-find-box h4 {
        padding-bottom: 5px;
    }
    .cant-find-right-sec {
        overflow: unset !important;
    }
    .cant-find-right-sec {
        padding: 40px 15px !important;
    }
    .lets-connect-right-sec .sign-up-to-amazon-form input {
        width: 100% !important;
    }
    .cant-find-outer ul.contact-social {
        padding-left: 60px;
    }
    .faq-accordion-box .faq-title {
        font-size: 18px;
    }
    .faq-accordion-box .faq-content p, .faq-accordion-box .faq-content ul li {
        font-size: 14px;
    }
    .faq-accordion-box .faq-title.open {
        font-size: 24px;
    }
    .faq-accordion-box .faq-title.open:before, .faq-accordion-box .faq-title:before {
        right: 10px;
        padding: 0;
        top: 14px;
    }
    .faq-accordion-box .faq-title {
        border-radius: 20px;
        padding: 15px 20px;
    }
    .faq-accordion-box .faq-content {
        padding: 10px 20px 20px;
    }
    .help_center_blog_card {
        margin-right: 10px;
    }
    .help_center_blog_thumb:after {
        width: 275px;
        height: 298px;
        background-size: 100% 65%;
        bottom: 0;
    }
    .faq-filter-slider .faq-filter-btn {
        margin-right: 8px;
    }
    .why-partner-row .two-colum {
        width: calc(50% - 10px) !important;
    }
    .why-partner-col-sec.icon-sec .et_pb_blurb_content {
        padding-left: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .affiliate-program-box.three-colum {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
    }
    .five-star-sec-box {
        width: 33% !important;
    }
    .five-star-sec-row {
        width: 100%;
    }
    .five-star-sec-box {
        width: 33% !important;
        margin-bottom: 0;
    }
    .what-makes-listing ul li {
        flex-direction: column;
    }
    .what-makes-listing ul li h3 {
        font-size: 16px
        line-height24px;
    }
    .what-makes-listing ul li img {
        margin-right: auto;
        width: 30px;    
    }
    .our-approach-listing ul, .what-makes-listing ul {
        gap: 10px;
    }
    .ecommerce-posts-grid .slick-track {
        display: flex;
    }
    .ecommerce-card {
        flex-direction: column;
        border-radius: 40px;
        gap: 20px;
        padding: 20px 15px;
        height: auto;
    }
    .ecommerce-content, .ecommerce-thumb {
        width: calc(100% - 0px);
    }
    .ecommerce-thumb img {
        width: auto;
        height: 200px;
    }
    .ecommerce-content {
        padding-top: 15px;
    }
    .ecommerce-btn {
        display: none;
    }
    .popular-ecommerce {
        flex-direction: column;
    }
    .ecommerce-news-ltr-outer .gform-footer input {
        width: 100% !important;
        display: block !important;
    }
    .popular-ecommerce-list .slick-list.draggable, .tool-comparison-outer .slick-list.draggable {
        padding-left: 0 !important;
    }
    .popular-ecommerce {
        border-bottom: 0;
        margin-inline: 5px;
    }
    .popular-ecommerce h4 {
        width: 100%;
    }
    .popular-ecommerce img {
        width: auto;
        height: 108px;
    }
    .ecommerce-meta {
        font-size: 15px;
    }
    .trendline-outer {
        border-radius: 48px !important;
    }
    .trendline-outer .et_pb_blurb_container {
        padding: 20px 15px 40px;
    }
    .ecommerce-card {
        margin-inline: 5px; 
    }
    .ecommerce-posts-grid .slick-list.draggable {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
    .erics-journey-box .banner-amazon-btn p {
        justify-content: center;
    }
    .by-dani-james ul {
        gap: 29px;
        justify-content: center;
    }
    .by-dani-james ul li:after {
        width: 3px;
        height: 3px;
        right: -15px;
        top: 12px;
    }
    .single-case-social-sec ul.contact-social {
        justify-content: center;
    }
    .erics-journey-right-box:before {
        display: none;
    }
    .erics-journey-img:before {
        width: 280px;
        height: 200px;
    }
    .onboarding-box {
        width: 100% !important;
        max-width: 100% !important;
    }
        body .takeaways-row .from-brief-number-left, body .takeaways-row .from-brief-number-right {
        width: 50% !important;
        max-width: 50% !important;
    }
    .letest-post-content h2 {
        padding-bottom: 15px;
    }
    .letest-post-content {
        padding: 30px 5px 70px 15px;
    }
    .latest-news-outer:after {
        width: 300px;
        height: 110px;
        bottom: -20px;
    }
    .popular-blog-slider, .latest-slider {
        width: 100%;
    }
    .slider-arrows {
        position: absolute;
        bottom: -80px;
        justify-content: center;
        left: 0;
        right: 0;
    }
    .slider-header {
        justify-content: center;
        margin-bottom: 20px;
        text-align: center;
    }
    .load-more-btn {
        display: none;
    }
    .single-post-banner h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
    }
    .single-post-banner p.post-excerpt {
        font-size: 18px;
    }
    .career-item {
        padding: 24px 15px;
        flex-direction: column;
        border-radius: 40px;
    }
    .apply-now-btn a {
        display: block;
        text-align: center;
    }
    .case-study-stats h3 {
        font-size: 27px;
        line-height: 31px;
    }
    .case-study-stats p {
        font-size: 14px;
        line-height: 20px;
    }
    .checkout-billing-outer .form-row-first, .checkout-billing-outer .form-row-last {
        width: 100% !important;
    }
    .order_summary_head_outer h2 {
	    padding-bottom: 2px;
	}
    .order_mark_read {
	    width: 100%;
	    text-align: right;
	}
	.support-form-outer .woocommerce-MyAccount-navigation, .support-form-outer .woocommerce-MyAccount-content {
	    padding: 30px 15px 40px;
	}
	.support-form-outer .woocommerce-MyAccount-navigation {
	    padding-top: 15px;
	}
	.support-form-outer form {
	    padding: 30px 15px;
	}
	.woocommerce-order-details-outer table, table.shop_table.subscription_details, table.shop_table.order_details {
	    padding: 30px 15px;
	}
	.woocommerce-order-details-outer table.shop_table tfoot th, 
	.woocommerce-order-details-outer table.shop_table tfoot td, 
	.woocommerce-order-details-outer table.shop_table tfoot tr:last-child th, 
	.woocommerce-order-details-outer table.shop_table tfoot tr:last-child td, 
	.woocommerce-order-details-outer table td.product-name a {
		font-size: 14px;
	}
	a.woocommerce-button.button.change_payment_method {
	    margin-block: 10px;
	}
    .promotion-inner-sec .et_pb_button_module_wrapper {
        position: relative;
        margin-bottom: 20px !important;
        bottom: 0;
    }
    .after-bg:after {
    	display: none;
    }
    .table-headers-outer {
        display: flex;
        align-items: end;
    }
    .custom-popup-inner {
        width: 95%;
        padding-left: 10px;
        padding-right: 0;
    }
    .custom-popup-inner form {
        padding-right: 20px;
    }
    .tags-list .tag-item {
        font-size: 14px;
        line-height: 18px;
    }
    .custom-popup-inner .gfield_checkbox {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-popup-inner legend.gfield_label {
        font-size: 20px;
        line-height: 28px;
    }
    .two-colum.other-services-sec {
        width: calc(50% - 0px) !important;
        max-width: calc(50% - 10px) !important;
    }
    .privacy-puter ul {
        padding-inline-start: 20px;
    }
    .event_card {
        margin-inline: 5px;
    }
    ul.your-first-service-sec li {
	    width: calc(50% - 10px);
	}
	ul.your-first-service-sec li.minimum-spend h3 {
	    padding: 6px 12px;
	}
	ul.your-first-service-sec li p {
	    line-height: 20px;
	    font-size: 12px;
	}
	.new-landing-banner-right {
	    margin-top: 20px;
	}
    .choose-uour-add-ons-outer h2.addon-category-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .account-setup-col {
        width: calc(100% - 10px) !important;
        border-radius: 40px;
    }
    button.addon-btn {
        max-width: 100%;
        width: 100%;
    }
    .full-addon-outer {
        padding-block: 30px;
    }
    .receive-listing ul li:last-child {
        grid-column: 1 / -1;
    }
    .business-outer ul {
        flex-wrap: wrap;
    }
    .business-outer ul li {
        width: 100%;
    }
    .mistakes-row-sec {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        scrollbar-width: auto;
        scrollbar-color: #C7C4DC;
        margin-bottom: 0px;
        flex-direction: row;
        padding-bottom: 15px;
        overflow: auto !important;
        max-width: 95%;
        padding-inline: 0;
    }
    .mistakes-inner-sec {
        display: flex;
        gap: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: auto;
        scrollbar-color: #C7C4DC;
        margin-bottom: 0px;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .mistakes-col {
        min-width: 60%;
    }

    .mistakes-row-sec::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .mistakes-row-sec::-webkit-scrollbar {
        width: 6px;
        background-color: #3768FF;
        height: 6px; 
    }
    .mistakes-row-sec::-webkit-scrollbar-thumb{
        border-radius: 10px;
        background-color: #3768FF;
    }
    .mistakes-col .et_pb_blurb_content {
        align-items: flex-start;
    }
    .whyseller-listing-coloum-layout ul li {
        gap: 8px 15px;
    }
    .other-addon {
        display: none;
    }
    button.show-more-addons {
        border-radius: 64px;
        border: 2px solid #FE9E0E;
        color: #021037;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        padding: 17px 65px;
        background-color: transparent;
        margin-bottom: 40px;
    }
    #addons-mini-cart {
        bottom: 10px;
        right: 15px;
        left: 15px;
    }
    #addons-mini-cart .actions {
        gap: 7px;
    }
    #addons-mini-cart button.view-selections {
        padding: 8px 10px;
        font-size: 14px;
    }
    #addons-mini-cart .go-checkout {
        font-size: 14px;
    }
    .more-than-services-left-sec {
        margin-bottom: 0;
    }
    .the-tellerite-hub-col {
        width: 50%;
        max-width: calc(50% - 8px);
        margin-right: 0px !important;
    }
    .the-tellerite-hub-column-outer {
        display: flex;
        gap: 15px;
    }
    .one-place-col-sec-outer {
        width: calc(100% - 0px) !important;
        margin-inline: 0px !important;
    }
    .understand-amazon-box {
        width: calc(50% - 5px) !important;
        margin-right: 0 !important;
    }
    .understand-amazon-row-outer {
        display: flex;
        flex-wrap: wrap;gap: 10px;
    }
    .home-page-video-sec .et_pb_video_overlay {
        min-height: 490px;
    }
    .glossary-side-bar-form form input[type="submit"] {
        width: 100% !important;
    }
    .research-featured-insights-slider .research-card {
        width: calc(100% - 0px);
        margin-right: 0;
        border-radius: 30px;
    }
    .research-slider-outer .slider-arrows {
        position: relative;
        bottom: 0;
        justify-content: center;
    }
    .success-stories-card {
        padding: 24px 15px 48px 15px;
        border-radius: 40px;
    }
    .success-stories-title {
        font-size: 24px;
        line-height: 28px;
    }
    .success-stories-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .glossary-side-bar-form form input[type="submit"] {
        max-width: 100% !important;
    }
    .modal-box {
        top: auto;
        transform: translateY(0%);
        bottom: 0;
        border-radius: 40px 40px 0px 0px;
    }
    .customer_logos .et_pb_text_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .customer_logos .et_pb_text_inner img:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        justify-self: center;
    }
    .choose-uour-add-ons-outer .et_pb_button_module_wrapper {
        padding-bottom: 0;
    }
    .ready-to-take-btn-outer {
        flex-direction: column-reverse;
    }
    .main-footer-outer:before {
        width: 100%;
        left: 0;
        top: 57px;
        right: 0;
    }
    .get-a-z-solution-sec-outer:before, .how-sellerite:after {
        display: none;
    }
    .popular_topics_blog_grid .slick-track, .help_center_blog_grid .slick-track {
        display: flex;
        flex-wrap: wrap;
    }
    .popular_topics_blog_card, .help_center_blog_card  {
        height: auto;
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column;
    }
    .popular_topics_blog_content, .help_center_blog_content {
        flex: 1;
        display: flex !important;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .popular-topics-read-more, .help-read-more {
        text-align: center;
    }
    .trusted-by-partners-slider-box  .testimonial-article-outer {
        padding-bottom: 0;
    }
    .trusted-by-partners-slider-box .testimonial-article-outer .slick-list.draggable {
        padding-right: 30px !important;
    }
    .sellerite-outer-sec .et_pb_module p img {
        display: block;
    }
    .sellerite_header_outer .submenu-dropdown .submenu-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: calc(100vh - 140px);
        overflow-y: scroll;
    }
    .sellerite_header_outer ul.sellerite_header_nav > li > a {
        padding: 10px 0px !important;

    }
    #scroll {
        right: 23px;
    }
    .custom-popup-inner .gform_wrapper {
        max-height: 520px;
        padding-right: 0px;
        max-width: 100%;
    }
    .addons-toast {
        width: calc(100% - 20px);
        position:relative;
        float: none;
        margin-top: 20px;
        right: 0;
        z-index: 9;
        left: 0px;
        margin-inline: auto;
    }
    .modal-box h3 {
        font-size: 22px;
        text-align: left;
        font-weight: 600;
    }
    .woo-checkout-paymentouter ul.payment_methods li {
        padding-right: 0px !important;
    }

}


@media (max-width: 568px) {
/*    #subscribe-weekly-popup-form .custom-popup-inner {
        max-height: 430px;
    }*/
    .insights-slider-outer .insights-slider {
        height: 590px !important;
    }
    .insights-slider{
        width: 300px !important;
    }
    .insights-slider-content {
        padding: 31px 15px 20px;
        min-height: 360px;
    }
    .content-logo {
        position: relative;
        bottom: -30px;
    }
    .insights-slider-outer .slick-active h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
    }
    .solution-card, .problem-card{
        justify-content: unset;
    }
    .solution-card span,
    .solution-card, .problem-card span, .category-card h3 {
        font-size: 13px;
        line-height: 18px;
    }
    .solution-card img,
    .problem-card img, .category-card img {
        max-width: 30px;
    }
    .card_content {
        padding: 16px;
    }    
    .event_title {
        font-size: 1.1rem;
    }    
    .get_details_btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    .cards_container {
        grid-template-columns: repeat(1, 1fr);
    }
    .event-slider button {
        bottom: -28px;
        width: 80px;
        height: 55px;
    }
    .event-slider button.slick-next {
        right: 20px;
        left: auto;
    }
    .why-sellers-listing .problem-card span, .why-sellers-listing .solution-card span {
        font-size: 12px;
        font-weight: 400;
    }
    .clear-things-box-content {
	    width: 60%;
	    right: 20px;
	}
	.clear-things-box-img {
        width: 50%;
    }
    .clear-things-col-sec.want-to-sec {
	    margin-top: -80px;
	}
	.want-to-sec .clear-things-box-content {
	    left: auto;
	    right: -60px;
	}
	.clear-things-col-sec:before {
		right: 160px;
		bottom: -20px;
		width: 100px;
		height: 100px;
	}
	.confused-sec .clear-things-box-content {
	    right: 0;
	}
	.want-to-sec::before {
	    right: 0 !important;
	    bottom: -50px;
	}
	.want-to-sec .et_pb_module img {
	    right: 20px;
	}
    .maximize-left-sec {
        padding-top: 40px;
    }
    .contact-content p a {
        display: block;
    }
    p.middle-text {
        font-size: 16px;
        line-height: 21px;
    }
    .identify-col .category-card h3 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 0;
    }
    .identify-col .solution-card {
        font-size: 12px;
        line-height: 16px;
    }
    .identify-col .problem-card {
        flex-wrap: wrap;
        flex-direction: row;
        text-align: center;
    }
    .identify-col .problem-card img {
        margin: 0;
    }
    .identify-col .problem-card span {
        font-size: 10px;
        line-height: 14px;
    }
    .identify-col .problem-card img {
        max-width: 26px;
    }
    a.help_center_blog_readmore {
        width: auto;
    }
    .maximize-listing-sec ul li h3 {
        font-size: 17px;
    }
    .five-star-sec-row {
        width: 90%;
        display: flex;
        align-items: center;
    }
    .trustscore {
        line-height: 14px;
        font-size: 13px;
    }
    .single-star {
        font-size: 14px;
        line-height: 16px
    }
    .five-star {
        line-height: 15px;
    }
    .five-star-sec-box:nth-child(2) {
        padding: 0 15px;
    }
    .why-sellerite-box .ppc_listing ul {
        gap: 20px;
    }
    .award-winning-col .et_pb_blurb_description {
        line-height: 30px;
    }
    .our-approach-listing ul li {
        flex-wrap: wrap;
        padding-bottom: 0;
        align-items: flex-start;
        flex-direction: column;
    }
    .our-approach-listing ul li h3 {
        font-size: 18px;
    }
    .our-approach-listing ul li img {
        width: 60px;
    }
    .the-story-accordion {
        flex-wrap: wrap;
    }
    .the-story-content {
        width: 100%;
    }
    .the-story-image {
        position: relative;
    }
    .trendline-outer h4 {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .trendline-outer .et_pb_main_blurb_image:before {
        width: 200px;
        height: 160px;
    }
    .erics-journey-box .dual-list-sec ul li img {
        width: 45px;
    }
    .erics-journey-box .dual-list-sec ul li {
        gap:8px 2px;
    }
    .by-dani-james ul li {
        font-size: 14px;
    }
    .expert-sec-row h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .get-started-listing ul li {
        flex-direction: column;
        padding-inline: 0px;
    }
    .get-started-listing ul li img {
        margin-right: auto;
        width: 60px;
    }
    .four-listing-sec ul {
        gap: 15px;
    }
    .what-do-you-col .et_pb_main_blurb_image {
        height: auto;
    }
    .takeaways-row .from-brief-box-content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .single-event-banner .event-title {
        font-size: 39px;
        line-height:50px;
    }
    .single-event-banner .event-details {
        gap: 3px;
        margin-bottom: 20px;
    }
    .single-event-banner .detail-text {
        font-weight: 400;
        font-size: 11px;
    }
    .single-event-banner .event-details {
        gap: 3px;
    }
    .single-event-banner .event-detail-icon {
        margin-right: 5px;
        width: 20px;
    }
    span.flag-icon.flag-icon-sd {
        padding-left: 20px;
        background-size: 18px 23px;
    }
    .single-event-banner .event-image:after {
        width: 290px;
        height: 200px;
    }
    .slider-header h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .blog-content h3, .latest-slider .blog-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .blog-content p {
        font-size: 12px;
        line-height: 16px;
    }
    .blog-card {
        padding-bottom: 70px;
    }
    .custom-post-item .post-content h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .join-now-outer .join-now-left {
        margin-bottom: 0;
    }
    .single-post-banner .post-meta {
        gap: 15px;
        font-size: 12px;
    }
    .single-post-banner .post-meta span:after {
        top: 9px;
        right: -10px;
    }
    .featured-image-inner:after {
        width: 300px;
        height: 180px;
    }
    .case-feture-image .featured-image-inner:after {
        width: 300px;
        height: 210px;
    }
    .post-featured-image img {
        border-radius: 30px;
    }
    .single-post-banner .post-featured-image, .single-post-banner p.post-excerpt {
        padding-top: 15px;
    }
    .social-section span {
        padding-top: 20px;
    }
    .related-posts a.blog-thumb {
        width: 30%;
    }
    .single-blog-read-more h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .single-blog-read-more .meta {
        font-size: 12px;
        line-height: 16px;
    }
    .single-blog-form .gform-footer input {
        width: 100% !important;
    }
    .custom-forgot-wrapper .form-row.bottom-link {
        margin-top: 50px;
    }
    .forgot-password-outer .woocommerce-error {
        max-width: 100%;
    }
    .case_sub_heading h4 {
        font-size: 20px;
        line-height: 28px;
    }
    li.stat-box {
        padding-bottom: 5px;
    }
    .checout-step-number {
        font-size: 20px;
        line-height: 30px;
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }
    .step-outer .et_pb_text_inner:before {
        top: 20px;
        border: 1px dotted #C7C4DC;
    }
    .step-outer .et_pb_text_inner p span {
        font-size: 12px;
    }
    .related-posts .blog-item img, .latest-case-studies .case-item img {
        border-radius: 20px;
        width: 100px;
        height: auto;
    }
    .sellerite-woo-notice-outer .woocommerce-info a {
        line-height: 18px;
        font-size: 16px;
        margin-top: 5px;
    }
    .sellerite-recurring-outer {
        font-size: 16px;
        justify-content: center;
    }
    .sellerite-recurring-outer .first-payment-date {
        padding-left: 0;
    }
    .woo-checkout-paymentouter .ppc-button-wrapper iframe {
        padding-top: 4px;
    }
    .orders-tbody-outer .orders-th-outer, .orders-tbody-outer .orders-td-outer {
        padding: 10px 0 10px 130px;
    }
    .orders-tbody-outer .orders-th-outer:after, .orders-tbody-outer .orders-td-outer:after {
        width: 130px;
    }
    .orders-tbody-outer .orders-td-outer[data-title="Service"] {
        font-size: 14px;
        line-height: 20px;
    }
    .orders-tbody-outer .orders-th-outer, .orders-tbody-outer .orders-td-outer {
        font-size: 14px;
        line-height: 20px;
    }
    .customer-billing-outer address {
        font-size: 14px;
    }
    .woocommerce-order-details-outer table, .customer-billing-outer, table#woocommerce-subscriptions-related-orders-table {
        padding: 20px 15px;
    }
    .get-graph-column img {
	    width: 100px;
	    height: auto;
	}
	.get-col-four .et_pb_blurb_container:after, .get-col-six .et_pb_blurb_container:after {
        width: 50px;
        height: 15px;
        top: 3px;
        left: -25px;
    }
	.get-col-one .et_pb_blurb_container:after {
		width: 50px;
		height: 15px;
		right: -41px;
		background-size: cover !important;
		background: url(images/arrow-righ.webp);
		transform: rotate(177deg);
	}
	.get-col-two .et_pb_blurb_container:after {
        right: 30px !important;
    }
    .get-col-three .et_pb_blurb_container:after {
        left: 30px;
        bottom: -60px;
    }
    .capabilities-text-sec .et_pb_blurb_description {
        padding-bottom: 0;
    }
    .mobile-left-arrow-two::before {
        width: 70px;
        height: 43px;
        right: -16px;
    }
    .mobile-left-arrow-five:before {
        width: 20px;
        height: 73px;
        left: 40px;
        width: 70px;
        height: 43px;
    }
    .the-sellerite-box-left:after {
       top: 105px;
    }
    .detail-row {
        gap: 10px;
    }
    .detail-item {
        font-size: 12px;
        line-height: 20px;
    }
    .custom-popup-inner h2 {
        font-size: 21px;
        line-height: 25px;
        padding-top: 30px;
    }
    .custom-popup-inner .popup-close {
        right: 10px;
        top: 10px;
    }
    .custom-popup-inner p {
        font-size: 13px;
    }
    .latest-news-outer p.latest-blog-excerpt {
        font-size: 16px;
        line-height: 24px;
    }
    .dual-list-sec.contact-list-sec ul {
    gap: 15px 14px;
    }
    .dual-list-sec.contact-list-sec ul li {
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 6px;
    }
    .woo-checkout-paymentouter ul.payment_methods li input + label {
        top: 0;
    }
    .personal-Info-form-outer.submission-form .gform-footer {
        margin-top: 20px;
    }
    .personal-Info-form-outer.submission-form .checkbox-title label {
        font-size: 14px;
    }
    .get-instant-help-from .ranking-field .gchoice {
        width: 100%;
    }
    .about-sellerite-col-outer .et_pb_column {
        width: calc(100% - 0px) !important;

    }
    .what-do-you-col.two-colum {
        width: 48% !important;
    }
    .what-do-you-col a.bg-btn-yellow {
        padding-inline: 9px !important;
        font-size: 13px;
    }
    .sellerite-solves-inner .from-brief-box-content:nth-child(even) {
        padding-right: 0;
    }
    .sellerite-solves-inner .from-brief-box-content:nth-child(odd) {
        padding-left: 0;
    }
    .what-you-get-accordion .et_pb_toggle_open h5 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .choose-uour-add-ons-outer h2.addon-category-title {
        font-size: 25px;
        line-height: 30px;
    }
    .from-brief-box-content h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .full-addon-outer.white {
        padding-bottom: 0;
    }
    .modal-box {
        padding: 32px 15px;
    }
    .modal-box .go-checkout {
        width: 100%;
    }
    span.popup-close {
        right: 12px;
        top: 12px;
    }
    .home-page-video-sec {
        min-height: 330px;
        height: auto;
    }
    .home-page-video-sec .et_pb_video_overlay {
        min-height: 360px;
        position: absolute;
    }
    span.az-letter {
        min-width: 30px;
    }
    .glossary-filter-sec-outer button#show-more {
        width: 100%;
    }
    .why-sellerite-box .ppc_listing ul li {
        width: calc(32.33% - 14px);
    }
    .capabilities-text-sec .et_pb_blurb_description p {
        min-height: 90px;
    }
    .hero_form_section .gform_fields input::placeholder {
        font-size: 12px;
    }
    .hero_form_section .gform_fields input, .hero_form_section .gform_fields select {
        font-size: 13px;
    }
    .woo-checkout-paymentouter ul.payment_methods li input + label {
        white-space: normal;
    }
    .onetap-container-toggle .onetap-toggle img.design-size2 {
        width: 40px !important;
        height: 40px !important;
    }
    #scroll {
        bottom: 70px;
    }
}
@media (max-width: 479px) {
/*    #subscribe-weekly-popup-form .custom-popup-inner {
        max-height: 480px;
    }*/
    body .takeaways-row .from-brief-number-left,  body .takeaways-row .from-brief-number-right {
        width: 50% !important;
        max-width: 50% !important
    }
    .related-posts .blog-content a {
        font-size: 18px;
        line-height: 21px;
    }
    .related-posts .blog-content .blog-meta {
        font-size: 14px;
        line-height: 20px;
    }
    .personal-Info-form-outer.submission-form input, .personal-Info-form-outer.submission-form select, 
    .personal-Info-form-outer.submission-form textarea {
        padding-inline: 15px !important;
    }
    .personal-Info-form-outer select {
        background-size: 20px;
        background-position: center right 10px;
    }
    .personal-Info-form-outer.submission-form label, .personal-Info-form-outer.submission-form legend {
        font-size: 14px;
        left: 15px;
        margin-top: 8px;
    }
    .submission-form .title {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .choosing-social-list .list_box.bg_box {
        border-radius: 20px !important;
    }
    .choosing-social-list .list_box.bg_box img {
        height: 40px;
        min-width: 40px !important;
    }
    .comparison-grid-title .title1, .comparison-grid-title .title2, 
    .comparison-grid-title .title3, 
    .when-use-ai-vs-manual-work-sec .problem-card span {
        font-size: 12px;
        line-height: 18px;
    }
    .sellerite-solves-inner h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .one-place-sec-outer h2 {
        font-size: 35px !important;
        line-height: 40px !important;
        letter-spacing: .5px !important;
    }
    .dsp_mix_outer .et_pb_text_26.a-z_programme_list .mix_dsp_listing ul li .heading.list_box {
        width: 32% !important;
    }
    .dsp_mix_outer .et_pb_text_26.a-z_programme_list .mix_dsp_listing ul li .heading.list_box h3 {
        font-size: 12px;
    }
    p.no_subscriptions.woocommerce-message.woocommerce-message--info.woocommerce-Message a.woocommerce-Button.button {
        margin-right: auto;
        margin-top: 15px;
    }
    p.no_subscriptions.woocommerce-message.woocommerce-message--info.woocommerce-Message {
        text-align: center;
    }
    .support-form-outer input::placeholder {
        font-size: 12px;
    }
    .personal-Info-form-outer input, .personal-Info-form-outer select, .personal-Info-form-outer textarea {
        font-size: 12px;
    }
    .personal-Info-form-outer input::placeholder {
        font-size: 11px;
    }
    .custom-popup-inner input, .custom-popup-inner select, .custom-popup-inner textarea {
        border-radius: 50px !important;
        padding: 0px 10px !important;
        font-size: 13px !important;
    }
    .custom-popup-inner textarea {
        border-radius: 30px !important;
        padding: 15px !important;
    }

}
@media (max-width: 414px) {
/*    #subscribe-weekly-popup-form .custom-popup-inner {
        max-height: 500px;
    }*/
    .what-you-need-outer .what-do-you-col {
        padding-inline: 10px !important;
    }

    .what-you-need-outer .what-do-you-col h4 {
        font-size: 16px !important;
    }
    .why-sellerite-box .ppc_listing ul li h3 {
        font-size: 14px;
        line-height: 23px;
    }
    .three-colum.what-do-sec {
        min-width: 80%;
    }
    .sign-up-to-amazon-form label, .sign-up-to-amazon-form legend {
        font-size: 13px !important;
    }
    .sign-up-to-amazon-form textarea {
        border-radius: 30px !important;
    }
    .clear-things-box-outer .et_pb_text_inner {
        font-size: 20px;
    }
    ul.what-sence-listing h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .dsp_mix_outer .a-z_programme_list .mix_dsp_listing ul li .heading.list_box {
        width: calc(33.33% - 4px) !important;
        text-align: center;
    }
    .custom-popup-inner {
        max-height: 570px;
    }
}
@media (max-width: 375px) {
    .identify-col .problem-card span {
        font-size: 8px;
        line-height: 10px;
    }
    .maximize-listing-sec ul li h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .why-sellerite-box .ppc_listing ul {
        gap: 25px;
    }
    .the-sellerite-left-sec h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .one-place-sec-outer h2 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .what-you-need-outer .what-do-you-col h4 {
        font-size: 14px !important;
    }
    .event-slider button.slick-next {
        right: 0px;
    }
    .event-slider button.slick-prev {
        right: 85px;
    }
    a.event-btn {
        padding: 15px 20px;
    }
    .lending-helo-list ul li {
        font-size: 16px;
    }
    .unlock-sec-left-sec h2 {
        font-size: 33px !important;
        line-height: 38px;
    }
    .optimize-box p {
        font-size: 22px;
    }
    .solutions-text {
        font-size: 13px !important;
    }
    .clear-things-box-outer .et_pb_text_inner {
        font-size: 18px;
    }
    .reviews_stars .et_pb_text_inner {
        font-size: 11px;
    }
    .from-brief-box-content p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.60);
    }
        button.event-btn {
        font-size: 12px;
    }
    .takeaways-row .from-brief-box-content p {
        color: #021037!important;
    }

}



@media (max-width: 374px) {
    .whyseller-sec-right-box h2 {
        font-size: 33px !important;
    }
    .banner-logo-row ul {
        gap: 15px;
    }
    .three-colum.what-do-sec {
        min-width: 84%;
    }
    .clear-things-box-outer .et_pb_text_inner {
        font-size: 16px;
    }
    .custom-popup-inner input, .custom-popup-inner select, .custom-popup-inner textarea {
        font-size: 12px !important;
    }
    .supporting-left-sec h2 {
        font-size: 29px !important;
    }
    .the-sellerite-left-sec h2 {
        font-size: 33px !important;
    }
    .questions-col h5.et_pb_toggle_title {
        padding-right: 20px;
        font-size: 20px !important;
    }

}







@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .sellerite_header_outer .submenu-dropdown .submenu-content{
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: calc(80vh - 140px);
      overflow-y: scroll;
    }
  }
}
@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
  .sellerite_header_outer .submenu-dropdown .submenu-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(82vh - 140px);
    overflow-y: scroll;
  }
}