:root {
    --hz_color_1: #0D0302;
    --hz_color_2: #676767;
    --hz_color_3: #737373;
    --hz_color_4: #626262
}

.hz_color_1_text {
    color: var(--hz_color_1);
}

.hz_color_1_bg {
    color: var(--hz_color_1);
}

.hz_color_2_text {
    color: var(--hz_color_2);
}

.hz_color_2_bg {
    color: var(--hz_color_2);
}

.hz_color_3_text {
    color: var(--hz_color_3);
}

.hz_color_3_bg {
    color: var(--hz_color_3);
}

.hz_color_4_text {
    color: var(--hz_color_4);
}

.hz_color_4_bg {
    color: var(--hz_color_4);
}

.poppins-black,
.poppins-bold,
.poppins-extrabold,
.poppins-extralight,
.poppins-light,
.poppins-medium,
.poppins-regular,
.poppins-semibold,
.poppins-thin {
    font-family: Poppins, sans-serif;
    font-style: normal
}

#sec5_accordion .accordion-header .accordion-button,
.hz-btn,
.hz-btn-wrapper,
.hz-section,
ul.hz-social li a {
    position: relative
}

.cat-slide:hover>p,
.hz-btn,
.slick-current+.slick-active .hz-testi-slide .author-name,
.slick-current+.slick-active .hz-testi-slide .hz-review p {
    color: #fff
}

.about5-floting-icons,
.packages-row:before,
.sec1-img1,
.sec5-img1 {
    pointer-events: none
}

.amazon1-img1 img,
.walmart1-img1 img {
    mix-blend-mode: unset
}

* {
    font-family: Poppins
}

.poppins-thin,
.poppins-thin-italic {
    font-weight: 100
}

.poppins-extralight,
.poppins-extralight-italic {
    font-weight: 200
}

.poppins-light,
.poppins-light-italic {
    font-weight: 300
}

.poppins-regular,
.poppins-regular-italic {
    font-weight: 400
}

.poppins-medium,
.poppins-medium-italic {
    font-weight: 500
}

.poppins-semibold,
.poppins-semibold-italic {
    font-weight: 600
}

.poppins-bold,
.poppins-bold-italic {
    font-weight: 700
}

.poppins-extrabold,
.poppins-extrabold-italic {
    font-weight: 800
}

.poppins-black,
.poppins-black-italic {
    font-weight: 900
}

.poppins-black-italic,
.poppins-bold-italic,
.poppins-extrabold-italic,
.poppins-extralight-italic,
.poppins-light-italic,
.poppins-medium-italic,
.poppins-regular-italic,
.poppins-semibold-italic,
.poppins-thin-italic {
    font-family: Poppins, sans-serif;
    font-style: italic
}

@media(min-width:1441px) {
    .container.hz-container {
        max-width: 1470px
    }

    .container.hz-container.hz-container-small {
        max-width: 1155px
    }

    .w-xl-100 {
        width: 100%
    }
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

#hz-header .f-16,
#hz-header>.container.hz-container>.row {
    transition: .5s
}

#hz-header.fixed-head .f-16 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px
}

.f-32 {
    font-size: 32px
}

.f-34 {
    font-size: 34px
}

.f-40 {
    font-size: 40px
}

.f-50 {
    font-size: 50px
}

.f-60 {
    font-size: 60px
}

.f-64 {
    font-size: 64px
}

.f-70 {
    font-size: 70px
}

.f-80 {
    font-size: 80px
}

.f-84 {
    font-size: 84px
}

.f-90 {
    font-size: 90px
}

.f-100 {
    font-size: 100px
}

.hz-height-10 {
    height: 10px
}

.hz-height-20 {
    height: 20px
}

.hz-height-30 {
    height: 30px
}

.hz-height-40 {
    height: 40px
}

.hz-height-50 {
    height: 50px
}

.hz-height-60 {
    height: 60px
}

.hz-section {
    /* padding: 65px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #fff */
}

.orange-grad-bg-text,
li.menu-item.active>a {
    background: linear-gradient(45deg, #f0c040, #ff8d25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mb-10 {
    margin-bottom: 6rem
}

.mb-12 {
    margin-bottom: 12rem
}

.cat-slide:after,
.right-0 {
    right: 0
}

.cat-slide:before,
.left-0 {
    left: 0
}

.w-70 {
    width: 70%
}

li.menu-item.has-children>.submenu-wrap {
    position: absolute;
    padding-top: 28px;
    pointer-events: none;
    transform: translateY(-40px);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

li.menu-item.has-children>.submenu-wrap>ul.submenu {
    list-style: none;
    background: #000000c7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 250px;
    padding: 20px
}

li.menu-item.has-children:hover>.submenu-wrap {
    transform: translateY(0);
    z-index: 1;
    opacity: 1;
    pointer-events: inherit !important
}

#hz-header {
    transition: .3s;
    /* background: #000 !important */
}

#hz-header.fixed-head {
    background-color: #000000a8 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body {
    /* background-color: #000; */
    overflow-x: hidden
}

img#hedear-logo {
    transition: .5s;
    width: 100%
}

.fixed-head img#hedear-logo {
    width: 80%
}

#hz-header.fixed-head>.container.hz-container>.row {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.fixed-head li.menu-item.has-children>.submenu-wrap {
    padding-top: 10px !important
}

.hz-call-ico {
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #f0c040, #ff8d25);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.hz-btn {
    width: 155px;
    height: 42px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    z-index: 0;
    transition: .3s;
    gap: 10px;
    background: linear-gradient(45deg, #ff8d25, #f0c040);
    border: 0;
}

#growth.sec-6a:before,
.hz-sec3-bg {
    background-size: cover;
    background-position: bottom center
}

.hz-btn:before,
.hz-slick-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(45deg, #ff8d25, #f0c040, transparent, #ff8d25, #f0c040, transparent, #ff8d25, #f0c040, transparent, #ff8d25, #f0c040, transparent, #ff8d25, #f0c040, transparent);
    filter: blur(20px);
    z-index: -1;
    background-size: 400%;
    animation: 5s linear infinite btn-bg-anim;
    transition: .3s;
    opacity: 0;
    z-index: -1;
}

.hz-btn:hover:before {
    opacity: 1;
    animation: 5s linear infinite btn-bg-anim
}

@keyframes btn-bg-anim {
    0% {
        background-position-x: 0%
    }

    100% {
        background-position-x: 100%
    }
}

#hero {
    padding: 0
}

/* img.about5-float-ico,
img.float-ico {
    position: absolute;
    transition: .3s
} */

/* .sec1-floting-icons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
} */

img.float-ico.float-ico1 {
    top: 90px;
    left: 50px;
    animation: 5s infinite alternate float-anim1;
}

img.float-ico.float-ico2 {
    top: 100px;
    right: 0;
    animation: 3s infinite alternate float-anim2
}

img.float-ico.float-ico3 {
    bottom: 100px;
    right: -120px;
    animation: 5s infinite alternate float-anim3;
}

img.float-ico.float-ico4 {
    bottom: 100px;
    right: 0;
    animation: 11s infinite alternate float-anim4
}

@keyframes float-anim1 {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(5%)
    }
}

@keyframes float-anim2 {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes float-anim3 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(5%)
    }
}

ul.hz-social {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    gap: 30px;
    display: flex;
    flex-direction: column
}

ul.hz-social li a {
    text-decoration: unset;
    color: #fff;
    transition: .3s;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #9c9c9c33, #00000033);
    border-radius: 5.6px;
    overflow: hidden;
    z-index: 1
}

ul.hz-social li a i {
    display: block
}

ul.hz-social li a:before {
    content: '';
    background: linear-gradient(-20deg, hsl(44deg 85% 60% / 30%), #00000033);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: .3s
}

.sec4-blurb:hover .sec4-blurb-content .sec4-btn-wrapper,
ul.hz-social li a:hover:before {
    opacity: 1
}

#blog_inner2,
#fba2,
#true_partner {
    background-position: top left
}

.hz-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    transition: .3s;
    height: 100%
}

.hz-card-content {
    padding: 40px 30px
}

.hz-card:hover {
    box-shadow: 0 10px 20px 0 #d9d9d9
}

.hz-sec3-bg {
    border-radius: 20px;
    overflow: hidden
}

#about4,
#amazon_wholesale_fba_monthly3,
#amazon_wholesale_fba_monthly4,
#amazon_wholesale_fba_monthly5,
#amazon_wholesale_fba_monthly6,
#amazon_wholesale_fba_monthly7,
#amazon_wholesale_fba_monthly8,
#amazon_wholesale_fba_monthly9,
#best_class,
#contact3,
#empowering,
#fba6,
#home_blogs,
#leaders,
#successful,
.amazon_private_label_monthly .bg-wrapper.bg-wrapper2,
.amazon_wholesale_fba_monthly .bg-wrapper.bg-wrapper2 {
    padding-top: 0
}

.sec3-review-card {
    width: 200px;
    height: 120px;
    margin: 0 auto;
    border: 2px solid #ff780b;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00000066;
    box-shadow: 0 10px 15px 0 #00000047
}

.cat-slide,
.hz-slick-btn {
    align-items: center;
    position: relative;
    display: flex;
    z-index: 0
}

.cat-slide p,
.sec3-review-card-p {
    margin-bottom: 0
}

.sec3-review-card-stars {
    color: #f0c040
}

#empowering .row2>div:not(:last-child):before {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    right: -1px;
    background: linear-gradient(0deg, #aa6200, transparent);
    opacity: .6;
    top: -20px
}

.sec4-blurb {
    background: linear-gradient(0deg, #676666, #282828);
    border-radius: 20px;
    height: 100%
}

.sec4-btn-wrapper>.hz-btn {
    width: auto;
    height: auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#sec5_accordion .accordion-header .accordion-button.collapsed:before,
.sec4-btn-wrapper>.hz-btn:before {
    opacity: 0
}

.sec4-blurb .sec4-blurb-content h4 {
    margin-top: 50px;
    transition: .3s
}

.sec4-blurb .sec4-blurb-content .sec4-btn-wrapper {
    transition: .3s;
    opacity: 0
}

.amazon_private_label_monthly #amazon_wholesale_fba_monthly5 .amazon_wholesale_fba_monthly3-img-wrap img,
.sec4-blurb:hover .sec4-blurb-content h4 {
    margin-top: 0
}

.cat-slide {
    height: 83px;
    justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #f8f8f8
}

.aspectcounter {
    position: absolute;
    top: 50%;
    left: -22.5px;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background: linear-gradient(180deg, #ff8d25, #f0c040);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    box-shadow: 10px 0 15px 0 #00000030;
    border: 1px solid #ffffff;
    transition: all ease .3s;
}

.cat-slide:after,
.cat-slide:before {
    transition: .3s;
    content: '';
    background: linear-gradient(180deg, #ff8d25, #f0c040);
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: -1
}

.cat-slide:before {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.cat-slide:after {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.cat-slide:hover:after,
.cat-slide:hover:before {
    width: 50%
}

.cat-slide>p,
.contact-info-card .contact-info-p,
.hz-testi-slide .hz-review p,
.review-ratings i,
li.menu-item>a {
    transition: .3s
}

#best_class .row2 .slick-track,
.mobile-slider .slick-track {
    display: flex
}

.hz-slick-btn {
    width: 57px;
    height: 57px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    justify-content: center;
    transition: .3s;
    cursor: pointer
}

.hz-slick-btn:before {
    content: '';
    background: linear-gradient(-45deg, #f0c040, #ff8d25);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
    opacity: 0;
    border-radius: inherit
}

.hz-slick-btn:focus-visible:after,
.hz-slick-btn:hover:after {
    opacity: 1;
    animation: 5s linear infinite btn-bg-anim
}

.hz-slick-btn:focus-visible:before,
.hz-slick-btn:hover:before {
    opacity: 1
}

.hz-slick-btn:focus-visible,
.hz-slick-btn:hover {
    color: #fff
}

#best_class .row2 button.slick-arrow {
    display: none !important
}

#growth .accordion-button::after {
    filter: brightness(100)
}

#sec5_accordion:before {
    content: '';
    height: calc(100% - 1rem - 20px);
    width: 2px;
    background: #fff;
    position: absolute;
    top: calc(1rem + 10px);
    left: 1.5rem
}

#sec5_accordion .accordion-header .accordion-button:before {
    background: linear-gradient(45deg, #f0c040, #ff8d25);
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100px;
    left: -2.7rem;
    top: 15px;
    transition: .3s;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

#sec5_accordion .accordion-header .accordion-button:after {
    content: '';
    background: linear-gradient(45deg, #fff, #fff);
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 100px;
    left: -2.15rem;
    top: 23px;
    transition: .3s;
    opacity: 0
}

#sec5_accordion .accordion-header .accordion-button.collapsed:after,
.slick-current+.slick-active .hz-testi-slide:before {
    opacity: 1
}

#sec5_accordion .accordion-item:first-child .accordion-header .accordion-button:before {
    content: '1'
}

#sec5_accordion .accordion-item:nth-child(2) .accordion-header .accordion-button:before {
    content: '2'
}

#sec5_accordion .accordion-item:nth-child(3) .accordion-header .accordion-button:before {
    content: '3'
}

#sec5_accordion .accordion-item:nth-child(4) .accordion-header .accordion-button:before {
    content: '4'
}

#sec5_accordion .accordion-item:nth-child(5) .accordion-header .accordion-button:before {
    content: '5'
}

#sec5_accordion .accordion-item:nth-child(6) .accordion-header .accordion-button:before {
    content: '6'
}

#growth.sec-6a:before,
.hz-testi-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#growth.sec-6a {
    z-index: 1;
    padding-bottom: 10%
}

#growth.sec-6a:before {
    background-image: url(../images/home/sec5-bg.jpg);
    width: 100%;
    height: 100%
}

.hz-testi-slide {
    border-radius: 20px;
    border: 1px solid #0000004d;
    z-index: 0;
    transition: .3s
}

.slide-author .author-img {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    overflow: hidden
}

.slide-author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slide-author .author-name {
    color: #3d3d3d;
    font-weight: 500;
    transition: .3s
}

.review-ratings i.star-filled {
    color: #ff8d25
}

.review-ratings i.star-unfilled {
    color: #d9d9d9
}

.hz-testi-slide:before {
    background: linear-gradient(0deg, #676666, #282828);
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0
}

.slick-current+.slick-active .hz-testi-slide {
    border-color: #000
}

.mobile-slider .slick-track>.slick-slide:focus-visible,
.testi-slider.slick-initialized .slick-slide:focus-visible {
    border: unset !important;
    box-shadow: unset !important;
    outline: unset !important
}

.form-bg-div:after,
.form-bg-div:before {
    border-radius: inherit;
    position: absolute;
    content: ''
}

.mobile-slider img,
li.menu-item>a:hover:before {
    width: 100%
}

.mobile-slider .slick-track>.slick-slide>.hz-mobile-slide {
    transition: .5s;
    opacity: .5;
    filter: saturate(0);
    transform: scale(.8)
}

.mobile-slider .slick-track>.slick-slide.slick-current+.slick-active+.slick-active>.hz-mobile-slide {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1)
}

.hz-divider {
    height: 2px;
    background: #b9b9b9;
    width: 100%
}

.blog-author,
.blog-post-date {
    color: #737373
}

.form-bg-div {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px
}

.form-bg-div:after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #ff8d25, #f0c040);
    z-index: -1
}

.form-bg-div:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, #282828, #676666);
    z-index: 0
}

.bg-wrapper {
    background-repeat: no-repeat;
    background-size: cover
}

#growth.sec-6b {
    padding-top: 0;
    margin-top: -16%;
    z-index: 1;
    background: linear-gradient(0deg, #fff 75%, transparent 75%)
}

.bg-wrapper.bg-wrapper2 {
    padding-top: 8%
}

.hz-input {
    height: 67px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    background: 0 0;
    transition: .3s
}

.hz-input::placeholder {
    color: #fff
}

textarea.hz-input {
    height: 130px
}

#footer-contact-form .form-bg-div+.col-7 {
    padding-top: 100px
}

.half-black-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%;
    left: 0;
    background: #000
}

section#footer-contact-form {
    padding-bottom: 3%;
    padding-top: 0
}

.hz-input:focus-visible {
    box-shadow: unset !important;
    outline: unset !important
}

.hz-btn-wrapper.footer-form-btn-wrapper {
    position: absolute;
    bottom: -22px
}

.hz-btn-wrapper.footer-form-btn-wrapper .hz-submit {
    border: 0;
    width: 186px
}

img#footer-logo {
    width: 200px
}

ul.hz-social.footer-social {
    position: relative;
    transform: unset;
    top: auto;
    left: auto;
    padding: 0;
    flex-direction: row
}

ul.hz-social.footer-social li a {
    width: 60px;
    height: 60px;
    font-size: 24px
}

li.menu-item>a:before {
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: .3s
}

li.menu-item.active>a:before {
    background: linear-gradient(45deg, #f0c040, #ff8d25);
    width: 100%
}

.footer-bottom-row .hz-divider {
    flex-basis: 55%;
    mix-blend-mode: color-dodge
}

#hz-footer {
    padding-bottom: 2%
}

#about2 .row.row1 {
    border-bottom: 2px solid #737373
}

#about3 {
    padding-top: 5%
}

.sec5-img1 {
    bottom: -60px
}

#about5 {
    padding-bottom: 13%;
    z-index: 1
}

#about6 {
    padding-top: 10%
}

.sec5-card {
    background: linear-gradient(0deg, #c0c0c033, #cfcfcf33);
    border-radius: 20px;
    border: 2px solid #f8a532
}

img.about5-float-ico.float-ico1 {
    top: 30%;
    left: 10%;
    animation: 5s infinite alternate float-anim1
}

img.about5-float-ico.float-ico2 {
    left: 10%;
    top: 65%;
    animation: 3s infinite alternate float-anim2
}

img.about5-float-ico.float-ico3 {
    right: 10%;
    top: 30%;
    animation: 2s infinite alternate float-anim3
}

img.about5-float-ico.float-ico4 {
    right: 10%;
    top: 60%;
    animation: 2s infinite alternate float-anim4
}

#fba1 {
    padding: 10% 0
}

.amazon_wholesale_fba .sec1-img1 img {
    mix-blend-mode: screen
}

.fba2-card {
    background: linear-gradient(180deg, #282828, #676666);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: .5s
}

.fba2-card:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.fba2-btn-wrapper .hz-btn {
    width: 223px
}

.fba2-card.fba4-card {
    background: linear-gradient(180deg, #cfcFCF66, #c0c0C066) !important;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #67666666
}

.package-checkmark i.fa-check,
.package-checkmark i.fa-xmark {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100px;
    display: inline-flex;
    font-size: 11px
}

.packages-row {
    background: linear-gradient(180deg, #ff8d25, #f0c040);
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.packages-row:before {
    content: '';
    background: linear-gradient(180deg, #282828, #676666);
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: inherit
}

.contact-info-card .info-card-ico,
.hz-page-tag {
    background: linear-gradient(45deg, #f0c040, #ff8d25)
}

.package-checkmark i.fa-check {
    align-items: center;
    justify-content: center;
    color: #098c61
}

.package-checkmark i.fa-xmark {
    align-items: center;
    justify-content: center;
    color: #b81a1a
}

.packages-row .inner-row18 {
    width: calc(100% - 6rem);
    margin-top: -6px
}

#fba1.shopify-1,
#fba1.tiktok-1 {
    padding: 12% 0
}

.shopify-img1 img,
.tiktok1-img1 img {
    object-position: bottom right;
    mix-blend-mode: unset
}

#fba1.walmart-1 {
    padding: 7% 0
}

.walmart1-img1 img {
    object-position: center right
}

.amazon1-img1 img,
.amazon3-img1 img {
    object-fit: contain;
    object-position: bottom center
}

#fba3.amazon-3,
#fba3.walmart-3 {
    padding-bottom: 3%
}

#blog2 {
    padding-top: calc(8% - 3rem)
}

.blog_inner2-img img,
.map-row iframe {
    border-radius: 30px
}

.contact1-floting-icons img.float-ico.float-ico1 {
    left: 130px;
    top: -20px
}

.contact1-floting-icons img.float-ico.float-ico2 {
    bottom: 0;
    right: 100px
}

.contact-info-card {
    border: 1px solid #bcbcbc;
    border-radius: 15px;
    transition: .5s;
    z-index: 0;
    height: 100%
}

.contact-info-card .info-card-ico {
    width: 94px;
    height: 94px;
    border-radius: 100px;
    transition: .3s;
    margin-bottom: 25px
}

.contact-info-card .info-card-ico i {
    color: #fff;
    transition: .5s
}

.contact-info-card .contact-info-head {
    margin-bottom: 10px;
    transition: .3s
}

.contact-info-card .contact-info-p a {
    color: inherit;
    text-decoration: unset
}

.contact-info-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, #282828, #676666);
    z-index: -1;
    transition: .5s;
    filter: blur(10px);
    opacity: 0
}

.contact-info-card:hover:before {
    filter: blur(0px);
    opacity: 1
}

.contact-info-card:hover .info-card-ico i {
    background: linear-gradient(180deg, #282828, #676666);
    -webkit-background-clip: text;
    color: transparent
}

.contact-info-card:hover .contact-info-head,
.contact-info-card:hover .contact-info-p {
    color: #fff
}

@keyframes vertical-float {
    0% {
        transform: translateY(5%)
    }

    100% {
        transform: translateY(-5%)
    }
}

.sec5-img1 img {
    animation: 10s linear infinite alternate vertical-float
}

.row2>div>.sec4-blurb .sec4-blurb-image img {
    animation: infinite alternate float-anim1
}

.row2>div:first-child>.sec4-blurb .sec4-blurb-image img {
    animation-duration: 3s
}

.row2>div:nth-child(2)>.sec4-blurb .sec4-blurb-image img,
.row2>div:nth-child(5)>.sec4-blurb .sec4-blurb-image img {
    animation-duration: 5s
}

.row2>div:nth-child(3)>.sec4-blurb .sec4-blurb-image img {
    animation-duration: 6s
}

.row2>div:nth-child(4)>.sec4-blurb .sec4-blurb-image img {
    animation-duration: 10s
}

.hz-page-tag {
    border-radius: 8px
}

.bg-wrapper.bg-wrapper3 {
    background-position: top left;
    background-color: #fff
}

.bg-wrapper.bg-wrapper3>.hz-section {
    background-color: transparent
}

.amazon_wholesale_fba_monthly3-img-bg {
    width: 456px;
    height: 456px;
    border-radius: 100%;
    background: linear-gradient(180deg, #282828, #676666);
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 50%;
    transform: translateY(-50%)
}

.amazon_wholesale_fba_monthly3-img-wrap img {
    z-index: 1;
    position: relative
}

.amazon_wholesale_fba_monthly3-img-bg.amazon_wholesale_fba_monthly3-img-bg2 {
    right: auto;
    left: 0
}

#amazon_wholesale_fba_monthly5 .amazon_wholesale_fba_monthly3-img-wrap img,
#amazon_wholesale_fba_monthly7 .amazon_wholesale_fba_monthly3-img-wrap img {
    margin-top: -5%;
    margin-left: 19%
}

.amazon_private_label_monthly #amazon_wholesale_fba_monthly8 .amazon_wholesale_fba_monthly3-img-wrap img {
    margin-left: -6%;
    margin-top: -7%
}

.amazon_private_label_monthly #amazon_wholesale_fba_monthly9 .amazon_wholesale_fba_monthly3-img-wrap img {
    margin-right: 13%;
    margin-top: -6%
}

.amazon_private_label_monthly #amazon_wholesale_fba_monthly7 .amazon_wholesale_fba_monthly3-img-wrap img {
    margin-left: 17%
}

.hz-testi-ss {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

#blog_content_all h1,
#blog_content_all h2,
#blog_content_all h3,
#blog_content_all h4,
#blog_content_all h5,
#blog_content_all h6 {
    margin-bottom: 0.5rem;
}

#blog_content_all p {
    margin-bottom: 2rem;
}






/*MODAL CSS*/

.main-modal.modal {
    z-index: 9999999999999;
    overflow-y: hidden
}

.main-modal.modal .modal-main-wrap {
    z-index: 1
}

.main-modal.modal .modal-dialog {
    border-radius: .938vw;
    overflow: visible;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    max-width: 26.042vw
}

.main-modal.modal.show .modal-dialog {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.main-modal.modal .modal-inner {
    text-align: center
}

.main-modal.modal .modal-inner h3 {
    font-size: 2.083vw;
    line-height: 1.667vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #393939;
    font-family: poppins
}

.main-modal.modal .modal-inner h2 {
    font-size: 1.198vw;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.083vw;
    font-weight: 700;
    font-family: poppins
}

.main-modal.modal .btn-close {
    font-size: .938vw;
    width: 1.302vw;
    height: 1.302vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    background: #000;
    position: absolute;
    top: .521vw;
    right: .521vw
}

.modal-form .form-group input,
.modal-form .form-group textarea {
    font-size: .781vw;
    background: 0 0;
    border: .052vw solid #0000002b;
    border-radius: .26vw;
    color: #fff;
    font-weight: 600;
    color: #2e363e;
    min-height: 2.344vw;
    padding: .365vw .781vw
}

.form-group {
    margin-bottom: .833vw
}

.modal-logo img {
    width: 10vw
}

.modal-form .form-group input::-webkit-input-placeholder,
.modal-form .form-group textarea::-webkit-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-moz-placeholder,
.modal-form .form-group textarea::-moz-placeholder {
    color: #2e363e
}

.modal-form .form-group input:-ms-input-placeholder,
.modal-form .form-group textarea:-ms-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-ms-input-placeholder,
.modal-form .form-group textarea::-ms-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-webkit-input-placeholder,
.modal-form .form-group textarea::-webkit-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-moz-placeholder,
.modal-form .form-group textarea::-moz-placeholder {
    color: #2e363e
}

.modal-form .form-group input:-ms-input-placeholder,
.modal-form .form-group textarea:-ms-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-ms-input-placeholder,
.modal-form .form-group textarea::-ms-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-webkit-input-placeholder,
.modal-form .form-group textarea::-webkit-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::-moz-placeholder,
.modal-form .form-group textarea::-moz-placeholder {
    color: #2e363e
}

.modal-form .form-group input:-ms-input-placeholder,
.modal-form .form-group textarea:-ms-input-placeholder {
    color: #2e363e
}

.modal-form .form-group input::placeholder,
.modal-form .form-group textarea::placeholder {
    color: #2e363e
}

.modal-form .form-group textarea {
    height: 5.208vw;
    resize: none
}

.modal-form .form-group input:focus,
.modal-form .form-group textarea:focus {
    outline: none;
    box-shadow: none
}

.modal-form .btn-reg,
.modal-form .btn-reg-form {
    position: absolute;
    left: 50%;
    bottom: -1.563vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 2.865vw;
    font-size: .938vw
}

@-webkit-keyframes arahahnmainmodal {
    from {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0)
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
}

@keyframes arahahnmainmodal {
    from {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0)
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
}

.modal-logo {
    padding-bottom: 2.083vw
}

.main-modal .modal-body {
    padding: 1.458vw 2.344vw;
}

.modal-form {
    margin: 2.604vw 0
}

.modal-backdrop {
    background: #000000c7;
    opacity: 0;
    z-index: 99999999
}

.modal-backdrop.show {
    opacity: 1;
}

.main-modal.modal:before,
.main-modal.modal:after {
    content: '';
    position: absolute;
    left: -45%;
    bottom: 0%;
    width: 0%;
    background: -webkit-linear-gradient(left, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    height: 9.375vw;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: -1
}

.main-modal.modal:after {
    left: auto;
    right: -45%;
    bottom: auto;
    top: 0%;
    background: -webkit-linear-gradient(right, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%)
}

.main-modal.modal.show:before,
.main-modal.modal.show:after {
    width: 100%
}

.form-group.modalPhoneGroup input#cell,
.form-group.blogPhone #cell {
    padding-left: 52px;
}

button.btn-reg-form.btn-gradient.hz-btn {
    border: 0;
}

.phone_number_col .flag-container {
    left: 13px;
}

form#footer-contact {
    left: 0 !important;
    position: unset !important;
}

/* .phone_number_col input#phone_number {
    padding-left: 60px;
} */

.country-list {
    z-index: 999999;
}

/* .phone_number_col .flag-container .arrow {
    border-top-color: #fff;
} */

.modal-body input.hz-input#phone_number {
    padding-left: 50px;
}

.privacy_policy #partner_with a,
.terms_and_conditions #partner_with a,
.refund_policy #partner_with a {
    color: #ff8300;
}

.packages-row .row.inner-row3 {
    border: 1px solid #fff;
    border-radius: 20px;
}

.modal {
    backdrop-filter: blur(5px);
}

.header-logo {
    text-decoration: unset;
}

.header-logo .logo-tagline {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
}

.trustpilot-ratings-wrap {
    margin-bottom: 20px;
}

.trustpilot-ratings-wrap img {
    width: 120px;
    display: block;
    margin-left: 15px;
}

.trustpilot-ratings-wrap p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1em;
    margin-right: 5px;
    font-size: 18px;
}

.modal-body input.hz-input {
    border: 1px solid black !important;
    color: black !important;
    font-size: 13px !important;
    height: 50px !important;
}

.modal-body textarea.hz-input {
    border: 1px solid black !important;
    color: black !important;
    font-size: 13px !important;
    min-height: 50px !important;
}

.modal-body input::placeholder,
.modal-body textarea::placeholder {
    color: black !important;
}

.modal-body form#footer-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.modal-body form#footer-contact .col-lg-6.col-12 {
    width: 100% !important;
}

.modal-body form#footer-contact .row {
    gap: 15px !important;
    margin: 0 !important;
}

.menu-item>.hz-menu-name-wrap>a:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    transition: all ease .5s;
}

.menu-item.active>.hz-menu-name-wrap>a:before,
.menu-item>.hz-menu-name-wrap>a:hover:before {
    width: 100%;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.sec2_bg_box {
    min-height: 630px;
    border-radius: 25px;
    padding: 58px 77px 58px 47px;
}

.sec2_bg_box:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: linear-gradient(45deg, #E2B201, #D76E0C);
}

.sec-2 .bg_img {
    transform: translateY(200px);
}

.sec2_sub_head {
    background: linear-gradient(180deg, #282828, #676666);
    border-radius: 100px;
    display: inline-block;
    padding: 8px 20px;
}

.pt-130px {
    padding-top: 130px;
}

.pb-100px {
    padding-bottom: 100px;
}

.pt-100px {
    padding-top: 100px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-90px {
    margin-bottom: 90px;
}

.sec2_sub_head.sec3_sub_head {
    background: linear-gradient(233deg, #D76E0C, #E2B201);
}

.serv_drive_card {
    border-radius: 15px;
    background: linear-gradient(0deg, #676666, #282828);
    padding: 33px;
}

.serv_drive_card .hz-btn {
    width: 122px;
    height: 33px;
    font-size: 12px;
}

.serv_drive_card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #E2B201, #D76E0C);
    z-index: -1;
    transition: all ease .3s;
    opacity: 0;
}

.serv_drive_card:hover:before {
    opacity: 1;
}

.serv_drive_card h4,
.serv_drive_card .serv_drive_card_content p {
    transition: all ease .3s;
}

.serv_drive_card:hover h4,
.serv_drive_card:hover .serv_drive_card_content p {
    color: #000 !important;
}

.serv_drive_card .hz-btn:after {
    content: '';
    background: linear-gradient(0deg, #676666, #282828);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    transition: all ease .3s;
    opacity: 0;
}

.serv_drive_card:hover .hz-btn:after {
    opacity: 1;
}

.serv_drive_card img {
    max-width: 100%;
    width: 110px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.mb-55px {
    margin-bottom: 55px !important;
}

.pathway_card {
    padding: 115px 92px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.sec4_ul>li:before {
    content: '';
    background: linear-gradient(45deg, #ff8d25, #f0c040);
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pathway_small_card {
    height: 87px;
    min-width: 345px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 50%);
    border: 1px solid #D76E0C;
    padding: 25px;
    z-index: 0;
}

.pathway_small_card .tab_num {
    width: 47px;
    height: 47px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    background-color: transparent;
}

.nav-link.active .pathway_small_card .tab_num {
    background-color: #fff;
}

.nav-link.active .pathway_small_card .tab_num span {
    color: #000 !important;
    -webkit-text-fill-color: #000000;
}

.nav-link .pathway_small_card .tab_num span {
    transition: all ease .3s;
}

.pathway_small_card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, #D76E0C, #E2B201);
    transition: all ease .3s;
    opacity: 0;
}

.nav-link.active .pathway_small_card:before {
    opacity: 1;
}

.extract_card {
    background: linear-gradient(233deg, #D76E0C, #E2B201);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: 110px;
    padding: 5px 30px;
    transition: all ease .3s;
}

.extract_card * {
    cursor: default;
}

.extract_card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease.3s;
    opacity: 1;
    transform: scaleX(1);
}

.extract_card:hover:before {
    transform: scaleX(0);
}

.extract_card .extract_head {
    transition: all ease .3s;
}

.extract_card:hover .extract_head {
    color: #fff !important;
}

.sec-6 .hz-row2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #DCDCE6;
    z-index: -1;
}

.hz_right_slider {
    position: relative;
    right: calc((100% - 1470px) / -2);
    width: 100vw;
    padding-left: 0.5rem;
}

.testi_slide {
    border-radius: 10px;
    border: 1px solid #FFB800;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: clip;
    padding: 10px;
    background: #fff;
    height: 100%;
}

#testimonial_slider .owl-stage>.owl-item {
    height: inherit;
}

#testimonial_slider .owl-stage {
    display: flex;
}

.testi_slide img {
    /*max-width: 116px;*/
}

#screenshots_slider .owl-item .hz_screenshot {
    transform: scale(0.8);
    transition: all ease .3s;
}

#screenshots_slider .owl-item.hz_active .hz_screenshot {
    transform: scale(1);
}

.secs_wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 900px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/secs_wrapper.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

#recent-posts-container {
    grid-template-columns: calc(25% - 30px) calc(50% - 0px) calc(25% - 30px);
    grid-template-rows: repeat(2, auto);
    gap: 30px 30px;
}

/* First column - posts 1 & 2 */
#recent-posts-container .hz_blog_post:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

#recent-posts-container .hz_blog_post:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

/* Second column - post 3 */
#recent-posts-container .hz_blog_post:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    /* span 2 rows vertically */
}

/* Third column - posts 4 & 5 */
#recent-posts-container .hz_blog_post:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
}

#recent-posts-container .hz_blog_post:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.hz-btn.hz-btn-grey {
    background: linear-gradient(180deg, #282828, #676666);
}

.hz-btn.hz-btn-grey::before {
    background: linear-gradient(45deg, #282828, #676666, transparent, #282828, #676666, transparent, #282828, #676666, transparent, #282828, #676666, transparent, #282828, #676666, transparent);
}

.blog_view_btn .hz-btn {
    width: 35px;
    height: 35px;
}

#recent-posts-container .hz_blog_post {
    border: 1px solid #888888;
}

#recent-posts-container .hz_blog_post .post_content {
    padding: 0px 15px 10px 15px;
    flex-grow: 1;
}

.sec8-btn-wrapper .hz-btn {
    width: 176px;
}

.mt-100px {
    margin-top: 100px !important;
}

.h-100vh {
    height: 100vh !important;
}

.hz-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_bg:before {
    content: '';
    background-image: url(../images/footer_bg.webp);
    position: absolute;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.f-14 {
    font-size: 14px;
}

#recent-posts-container .hz_blog_post .post_feat_img img {
    height: 172px;
}

#recent-posts-container .hz_blog_post:nth-child(3) .post_feat_img img {
    height: 413px;
}

#testimonial_slider .owl-dots {
    display: none;
}

.inner-banner {
    min-height: 700px;
}

.pb-50px {
    padding-bottom: 50px !important;
}

.sec3_bg_box:before {
    background-image: url(../images/about2_img_bg.webp);
    width: calc(100% - 30px);
    height: calc(100% - 130px);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec3_bg_box {
    min-height: 600px;
    padding: 0;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.about4_box_img {
    transform: translate(-50%, 20%);
}

.about-4 .pathway_card {
    overflow: visible;
}

.about-2 .bg_img {
    transform: translateY(400px);
}

.mb-100px {
    margin-bottom: 100px;
}

.about4_card {
    background: rgb(0 0 0 / 50%);
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #D76E0C;
    min-height: 122px;
    display: flex;
    align-items: center;
}

#posts-container {
    flex-wrap: wrap;
    gap: 40px;
}

#posts-container .hz_blog_post {
    width: calc(33.3333% - 27px);
    border: 1px solid #888888;
}

#posts-container .hz_blog_post .post_content {
    padding: 0px 15px 15px 15px;
    flex-grow: 1;
}

#posts-container .hz_blog_post .blog_article .post_feat_img img {
    height: 230px;
}

#loadMoreBtn {
    border: 0;
}

[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

#posts-container .hz_blog_post a.blog_article p.f-16,
#recent-posts-container .hz_blog_post .post_content p.f-16 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_inner_head span.orange-grad-bg-text {
    background: linear-gradient(0deg, #FFD12A, #D76E0C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogs_inner_page .container.hz-container:not(.blogs_inner_page .blog-inner-1 .container.hz-container) {
    max-width: 1220px;
}

#blog-post-content h2 {
    font-weight: 600;
    color: #000;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1em;
}

#blog-post-content h3 {
    font-weight: 600;
    color: #000;
    font-size: 35px;
    line-height: 1em;
}

#blog-post-content h4 {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 1em;
}

#blog-post-content h5 {
    font-weight: 600;
    color: #000;
    font-size: 25px;
    line-height: 1em;
}

#blog-post-content h6 {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    line-height: 1em;
}

#blog-post-content p {
    margin-bottom: 18px;
}

#blog-post-content>h2 {
    margin-top: 75px;
}

#blog-post-content>h2:first-child {
    margin-top: 0;
}

#blog-post-content p a {
    background: linear-gradient(180deg, #FFD12A, #D76E0C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.share_btn {
    transition: all ease .3s;
    background: linear-gradient(45deg, #f0c040, #ff8d25);
    -webkit-background-clip: text;
    color: #000;
}

.share_btn:hover {
    color: transparent;
}

.pb-50px {
    padding-bottom: 50px;
}

.f-94 {
    font-size: 94px;
}

.mb-15px {
    margin-bottom: 15px
}

.contact_us #footer-contact-form {
    display: none;
}

.contact_us main>.footer_bg:before {
    height: 100%;
    background-position: 100% 50%;
}

.f-54 {
    font-size: 54px;
}

.mb-10px {
    margin-bottom: 10px
}

.mb-45px {
    margin-bottom: 45px;
}

.mb-25px {
    margin-bottom: 25px;
}

.hz_form .hz_checkbox {
    position: relative;
}

.hz_form .hz_checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
}

.hz_checkboxes {
    gap: 15px;
}

.hz_form .hz_checkbox input[type=checkbox]~label.form-check-label {
    padding: 18px 25px;
    border-radius: 100px;
    border: 1px solid #C7C7C7;
    line-height: 1em;
    cursor: pointer;
    transition: all ease .3s;
    position: relative;
    z-index: 0;
}

.hz_form .hz_checkbox input[type=checkbox]~label.form-check-label:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #D76E0C, #E2B201);
    border-radius: inherit;
    z-index: -1;
    transition: all ease .3s;
    opacity: 0;
}

.hz_form .hz_checkbox input[type=checkbox]:checked~label.form-check-label,
.hz_form .hz_checkbox input[type=checkbox]:hover~label.form-check-label {
    color: #fff;
    border-color: transparent;
}

.hz_form .hz_checkbox input[type=checkbox]:checked~label.form-check-label:before,
.hz_form .hz_checkbox input[type=checkbox]:hover~label.form-check-label:before {
    opacity: 1;
}

.hz_form .hz-field {
    border: 0;
    border-bottom: 1px solid #C7C7C7;
    color: #000;
    padding: 10px;
    outline: unset;
    transition: all ease .3s;
}

.hz_form .hz-field::placeholder {
    color: #000;
}

.hz_form input.hz-field {
    min-height: 60px;
}

.hz_form textarea.hz-field {
    min-height: 150px;
}

.hz_form .hz-field:focus {
    border-color: #000;
}

.service-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/service1_bg_overlay.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    mix-blend-mode: screen;
    z-index: 1;
    pointer-events: none;
}

.amazon_wholesale_fba_2_img img.amazon_wholesale_fba_2_img1 {
    top: -60px;
    left: 80px;
    max-width: 250px;
}

.amazon_wholesale_fba_2_img img.amazon_wholesale_fba_2_img2 {
    max-width: 100%;
}

.amazon_wholesale_fba_2_img img.amazon_wholesale_fba_2_img3 {
    bottom: 0;
    right: 20%;
    max-width: 200px;
}

.serv_drive_card .serv_card_img_wrap {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: linear-gradient(0deg, #E2B201, #D76E0C);
    transition: all ease .3s;
    position: relative;
    z-index: 0;
}

.serv_drive_card .serv_card_img_wrap svg {
    width: 48px;
    aspect-ratio: 1/1;
}

.serv_drive_card .serv_card_img_wrap:before {
    content: '';
    background: linear-gradient(0deg, #676666, #282828);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    transition: all ease .3s;
    opacity: 0;
}

.serv_drive_card:hover .serv_card_img_wrap:before {
    opacity: 1;
}

.service-3:before {
    content: '';
    background-image: url(../images/service3_bg.webp);
    position: absolute;
    width: 100%;
    height: 83%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: bottom center;
    background-size: cover;
}

.container.hz-container.hz-container-small2 {
    max-width: 1386px;
}

#hz_timeline .center_line {
    width: 1px;
    height: calc(100% - 135px);
}

#hz_timeline .overlay_line {
    width: 3px;
}

#hz_timeline>.hz-row>.position-relative {
    min-height: 135px;
}

#hz_timeline>.hz-row .dot_ball {
    background: linear-gradient(0deg, #E2B201, #D76E0C);
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    z-index: 2;
    transform: scale(.5);
    will-change: transform;
    top: 0;
    transform-origin: top center;
}

#hz_timeline>.hz-row:nth-child(odd) .dot_ball {
    left: -1rem;
}

#hz_timeline>.hz-row:nth-child(even) .dot_ball {
    right: -1rem;
}

.box_1_wrap img,
.box_2_wrap img {
    width: 70%;
}

.box_1_wrap img:last-child,
.box_2_wrap img:last-child {
    transform: translateY(-80%);
}

#packages_wrap {
    background: linear-gradient(0deg, #F0C040, #FF8D25);
    padding: 50px 60px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

#packages_wrap:before {
    content: '';
    background: linear-gradient(45deg, #676666, #282828);
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: inherit;
}

#packages_wrap .hz-row-inner.hz-row-inner17 {
    transform: translateY(25px);
    padding: 0px 25px;
}

.service2_img.tiktok_shop_automation_2_img {
    transform-origin: center right;
    transform: scale(1.2);
}

.shopify_dropshipping_1 .contact1_img img {
    width: 90%;
    padding: 5%;
}

.walmart_automation .contact1_img img {
    width: 90%;
    padding: 5% 0% 5% 5%;
}

.yotube_automation .contact1_img img {
    transform: scale(1.2);
}

div#form-message>* {
    position: relative;
    display: block;
    padding: 10px 10px;
    color: #fff !important;
    z-index: 0;
}

div#form-message>*:before {
    content: '';
    border: 1px solid;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

div#form-message>.text-success:before {
    background-color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    border-color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

div#form-message>.text-danger:before {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.pathway_card .row.row-inner.row-inner1>div:last-child>img {
    max-height: 547px;
    margin-left: auto;
}

#footer-contact .phone_number_col input#phone_number {
    padding-left: 55px;
}

#footer-contact .phone_number_col  .arrow {
    border-top: 6px solid #ffffff;
}

.hz_form input.hz-field#phone_number {
    padding-left: 50px;
}

.contact_us .hz_form .flag-container {
    left: 10px;
}

.chevron-up-icon {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 28px;
    bottom: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ff9800;
    font-size: 22px;
    color: #fff !important;
    z-index: 99999;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    text-decoration: unset !important;
}

.chevron-up-icon.show {
    opacity: 1;
    visibility: visible;
}

#footer-contact-popup label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #f47434;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all ease .3s;
}

#footer-contact-popup label input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#footer-contact-popup label input[type="checkbox"]:checked {
    background: #f47434;
}

#footer-contact-popup label span {
    width: calc(100% - 14px - 0.5rem);
}

@media (min-width: 992px) {
    .yotube_automation_2_img {
        position: absolute;
        transform: translateY(-50%) !important;
        width: 50%;
        top: 50%;
        left: 0;
    }
}