@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #5271ff;
    border-radius: 10px;
}

html,
body {
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden !important;
    color: #111;
}

html body p {
    font-size: 14px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Anton SC", sans-serif;
    color: #111;
}

body h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
}

body h1 {
    font-size: 52px !important;
    line-height: 66px !important;
    font-weight: 400 !important;
}

body h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 400 !important;
}

h1 span,
h2 span,
h3 span {
    color: #5271ff;
    background: -webkit-linear-gradient(#5271ffbf, #5271ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav.navbar ul.dropdown-menu.show {
    padding: 10px;
}

.hero-sec-text a {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
    margin-right: 15px;
}

a.navbar-brand img {
    max-width: 123px;
}

nav.navbar {
    background: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5271ff !important;
}

.call-us-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.call-info-header p.call-us-para {
    color: #5271ff;
    font-size: 16px;
    font-weight: 500;
}

.request-quote {
    display: flex;
    align-items: center;
}

.call-info-header p {
    margin: 0;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.phone-div-header img {
    filter: brightness(0);
    height: 20px;
}

.get-quote-buttons {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9;
}

.get-quote-buttons ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.get-quote-buttons ul li {
    margin-bottom: 3px;
}

.get-quote-buttons ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #5271ff;
    border-radius: 10px 0 0 10px;
    padding: 15px 12px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%) translate(76%);
    transition: transform .2s ease-in-out;
}

.get-quote-buttons ul li svg {
    font-size: 20px;
}

.get-quote-buttons ul li a:hover {
    transition: transform .2s ease-in-out;
    transform: translateY(-50%) translate(0);
}

a.black-button {
    background: #111 !important;
}

.faqs-col button.accordion-button {
    padding: 23px 20px;
}

.faqs-col .accordion-button:not(.collapsed) {
    background-color: #5271ff;
    color: white;
}

.faqs-col .accordion-button::after {
    height: 20px;
    width: 20px;
    content: "\F64D";
    right: 20px;
    font-size: 20px;
    font-family: 'bootstrap-icons';
    position: absolute;
    background-image: unset !important;
}

.faqs-col .accordion-body {
    padding: 25px 10px;
}

.faqs-col .accordion-button:focus {
    border: unset;
    box-shadow: unset;
}

.faqs-col .accordion-button:not(.collapsed)::after {
    font-family: 'bootstrap-icons';
    content: "\F63B";
}


.faq-content {
    margin-bottom: 40px;
}

/* From Uiverse.io by cssbuttons-io */
.amz-button {
    --color: #5271ff;
    font-family: inherit;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden !important;
    border: 2px solid var(--color);
    transition: 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    padding: 7px 15px;
    color: var(--color);
    background: transparent;
}

a.amz-button i {
    margin-right: 10px;
    font-size: 16px;
}

.amz-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(#8a9fff, #5271ff);
    height: 0%;
    width: 0%;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    transition: 0.5s;
}
section.hero-section p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px !important;
}
.amz-button:hover {
    color: #fff;
    box-shadow: 0px 0px 6px 2px #4a4a4a !important;
    transform: translateY(-2px) !important;
    border: 2px solid #fff;
}

.amz-button:hover:before {
    width: 100%;
    height: 100%;
}

.amz-button:active:before {
    background: #5271ff;
    transition: 0s;
}

.hero-section {
    padding: 220px 0px 100px 0px;
    background: url('../images/hero-back-image-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}
section.hero-section:before {
    position: absolute;
    content: '';
    background: #00000070;
    width: 100%;
    height: 100%;
    top: 0;
}
/* Fade-in animation with loop */
.animated-text span {
    opacity: 0;
    animation: fadeInOut 5s ease-in-out forwards infinite;

}

/* Sequential animation delay */
.animated-text span:nth-child(1) {
    animation-delay: 0.3s;
}

.animated-text span:nth-child(2) {
    animation-delay: 0.5s;
}

.animated-text span:nth-child(3) {
    animation-delay: 0.7s;
}

.animated-text span:nth-child(4) {
    animation-delay: 0.9s;
}

.animated-text span:nth-child(5) {
    animation-delay: 1.1s;
}

.animated-text span:nth-child(6) {
    animation-delay: 1.3s;
}

.animated-text span:nth-child(7) {
    animation-delay: 1.5s;
}

.animated-text span:nth-child(8) {
    animation-delay: 1.7s;
}

.animated-text span:nth-child(9) {
    animation-delay: 2.1s;
}

/* Keyframes for fade-in and fade-out loop */
@keyframes fadeInOut {

    0%,
    20% {
        opacity: 1;
    }

    /* Start hidden */
    40%,
    80% {
        opacity: 1;
    }

    /* Fade in and hold */
    90%,
    100% {
        opacity: 0;
    }

    /* Fade out */
}

.h-image-wrapper img {
    max-width: 100%;
    float: right;
}

section#services-hero-section h2 {
    color: white;
}

.hero-button-1 {
    background-size: 25px 25px;
    background-position: center left 20px !important;
    background-image: url(../../img/hero-button-1.png);
    background-color: rgba(255, 255, 255, .05);
    border-radius: 40px 40px 40px 40px;
    overflow: hidden;
    padding-top: 15px !important;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 60px !important;
    margin-bottom: 10px !important;
    max-width: 60%;
    background-repeat: no-repeat;
    position: relative;
}

.hero-button-1.hero-2 {
    background-image: url(../../img/hero-button-2.png);
}

.hero-button-1.hero-3 {
    background-image: url(../../img/hero-button-3.png);
}

.hero-sec-text h4 {
    font-size: 40px !important;
    color: white;
}

.hero-button-1 p {
    margin: 0;
}

.hero-second-div h2 {
    margin: 10px 0px 0px 0px;
}

.hero-sec-text h4 span {
    color: #5271ff;
}

.hero-section h1 {
    color: #fff;
    margin-bottom: 40px;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hero-sec-text span.hero-underline {
    position: relative;
}

.slider-brands img:hover {
    filter: unset;
}

.slider-brands img {
    margin: 0px auto;
    width: 130px;
    transition: .9s;
    height: auto;
}

.slider-brands {
    display: flex;
}

section#why-choose-us ul#myTab {
    display: flex;
    justify-content: center;
    border: unset;
}

section#why-choose-us .nav-tabs .nav-link.active {
    color: #5271ff;
    background: unset;
    border: unset;
    border-bottom: 2.5px solid #5271ff !important;
}

section#nichesec {
    text-align: center;
    padding: 50px 0;
}

section#nichesec h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Poppins' !important;
    letter-spacing: 0;
}

section#nichesec .slick-slide img {
    width: 60%;
    background: #ccc;
    border-radius: 80px;
    height: 100px;
    padding: 20px;
    margin: 10px auto;
}

.niche-brands {
    display: flex;
}

section#nichesec .slick-slide h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins' !important;
    letter-spacing: 0;
}

section#secnew2 {
    padding: 50px 0px;
}

.hero-sec-text ul li {
    list-style: none;
    display: flex;
    width: 33.33%;
    padding: 7px 0;
    padding-right: 10px;
    line-height: 24px;
}

.hero-sec-text ul li img {
    height: 32px;
    margin-right: 10px;
}

.hero-sec-text ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.marquee-container {
    background-color: black;
    color: white;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 18px;
}

section#why-choose-us .nav-tabs .nav-link {
    margin-left: 40px;
    background: unset;
    border: unset;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    color: black;
}

section#speak-expert {
    padding: 50px 0px;
}

.marquee-text {
    font-size: 16px;
    margin-right: 15px;
}

.marquee-button {
    color: #ff0000;
    /* Red color for emphasis */
    font-weight: bold;
    text-decoration: none;
    animation: glow 2s ease-in-out infinite;
    /* Optional glow effect */
    margin-left: 5px;
}

@keyframes glow {

    0%,
    100% {
        text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000;
    }

    50% {
        text-shadow: 0 0 10px #ff0000, 0 0 15px #ff0000;
    }
}

.top-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    margin-top: 83px;
}

.navbar {
    position: relative;
    top: 50px;
    /* Adjust this to match the height of .top-nav */
    z-index: 1050 !important;
}

section#services-hero-section {
    padding: 180px 0px 100px 0px;
    color: white;
    background: linear-gradient(126deg, rgb(82 113 255 / 27%) 1%, #1111118c 61%, #5271ff 100%);
    background-color: #000000;
}

.service-image-wrapper img {
    width: 80%;
    display: table;
    margin: 0 auto;
}

section#services-hero-section h3 {
    color: white;
}

section#services-hero-section h1 {
    color: white;
}

section#services-hero-section .row {
    align-items: center;
}
section#any-subject ul.buttonsss li {
    padding: 7px 18px;
    border: 1px solid #0f1326;
    border-radius: 27px;
    margin: 10px 5px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 1px 1px 1px #5271ff;
    list-style: none;
}

section#any-subject ul.buttonsss {
    column-count: 3;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    text-align: left;
    padding: 0;
    margin: 0;
    gap: 5px;
}
section#any-subject {
    padding: 70px 0px;
}
.subject-image-wrapper img {
    width: 100%;
}

section#any-subject .row {
    align-items: center;
}

span.hero-underline:after {
    content: "";
    background: url('../../img/hero-underline.webp');
    width: 270px;
    height: 17px;
    position: absolute;
    bottom: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -5px;
}

section#why-choose-us {
    padding: 90px 0px;
    background: rgb(249 249 249);
}

.nav-tabs-card {
    padding: 40px;
    box-shadow: 0px 0px 34px -26px rgba(82, 82, 82, 1);
    height: 310px;
    background: rgb(255 255 255);
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.tabs-parent-div {
    padding: 40px 40px;
}

.nav-tabs-card h4 {
    margin: 12px 0px;
}
.nav-tabs-card h4 span {
    color: #6f89fe !important;
}

.nav-tabs-card p {
    text-decoration: none;
    color: #212529;
}

.hero-button-1 a {
    text-decoration: none;
    color: white;
}

.hero-button-1:after {
    content: "";
    background: url('../../img/arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.hero-1-image {
    display: flex;
    justify-content: center;
    align-items: end;
}

.box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 20px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0px 0px 4px 2px #ccc;
    height: 100%;
}

section#why-choose-us .col-md-4 {
    margin-bottom: 40px;
}

section#why-choose-us .col-md-4 p {
    overflow-y: auto;
    height: 130px;
    padding: 10px 20px 10px 0px;
}

.row.why-inner-row {
    padding: 50px 0px;
    position: relative;
}

.card-body p {
    font-size: 13px;
    line-height: 25px;
    min-height: 140px;
}

.card-title {
    margin-bottom: .5rem;
    color: #fff;
    letter-spacing: 1px;
}

section#why-choose-us .row.tabs-row2 {
    padding: 40px 0px;
}

section#why-choose-us button:focus {
    outline: unset;
}

.card img {
    width: 30%;
    display: table;
    margin: -30px auto 0px;
    background: white;
    object-fit: contain;
    height: 80px;
    border-radius: 10%;
    padding: 10px;
    transition: 0.5s;
}
.section-3 .card {
    height: 330px;
}

.card:hover img {
    background: white !important;
}

.testi-content p {
    width: 60%;
    margin: 0 auto;
}
.card:hover {
    background:#6b86ff ! IMPORTANT;
    transform: translateY(6px);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #111 !important;
    border-radius: .25rem;
    margin-top: 90px;
    height: 80%;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.row.why-inner-row::before {
    background: url(../../img/why-back-image-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    height: 70%;
    width: 100%;
    top: -270px;
    left: 89%;
    opacity: 0.8;
    z-index: -1;
}

.box h3 {
    color: #5271ff;
}

.row.why-inner-row2 {
    padding: 0px 0px 50px 0px;
    position: relative;
}

.row.why-inner-row2::before {
    position: absolute;
    content: '';
    background: url(../../img/why-back-image-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70%;
    width: 100%;
    opacity: inherit;
    left: -180px;
    bottom: -140px;
    z-index: -1;
}


.how-we-content h2 {
    background-size: 100% 100%;
    color: black;
    padding: 20px 0;
}

section#how-we {
    padding: 50px 0px;
}

section#how-we .row {
    padding: 90px 0px 50px 0px;
}

.how-card {
    text-align: center;
    border: 2px dotted #5271ff;
    border-radius: 10px;
    padding: 10px 10px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 190px;
}

.how-card h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.how-card p {
    font-weight: 500;
}

.how-card:hover {
    border: 2px solid #5271ff;
}

.why-button {
    display: table;
    margin: 0 auto;
}

.amazon-mar-cards {
    box-shadow: 0 4px 20px 5px rgba(117, 127, 143, .25);
    border-radius: 50%;
    padding: 45px 10px;
    text-align: center;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 360px;
    background: linear-gradient(352deg, hsla(8, 99%, 49%, 1) 0%, hsla(0, 0%, 0%, 1) 37%, hsla(0, 0%, 0%, 1) 95%);
    width: 360px;
    display: table;
    margin: 0 auto;
}

section#amazon-marketing .row {
    padding: 20px 0px;
}

.am-image-wrapper {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.amazon-mar-cards h3 {
    font-size: 48px !important;
    color: white;
}

.am-image-wrapper img {
    object-fit: contain;
    height: 120px;
}

.maxi-content.text-center {
    color: white;
    position: relative;

}

.maxi-content.text-center h2 {
    color: black;
}
.maxi-content p {
    color: black;
}


section#amazon-marketing {
    padding: 50px 0px;
}

section#maximize-growth {
    padding: 100px 0px;
   
    background: rgb(251 243 232);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* section#maximize-growth::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #ffffff 10%, transparent 20%), radial-gradient(circle, transparent 10%, #101010 20%);
    background-size: 30px 30px;
    z-index: -1;
    animation: moveBackground 8s linear infinite;
} */
/* 
@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20%, 20%);
    }
} */

/* section#maximize-growth::after {
    content: '';
    background: #111000d1;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
} */

.maximize-button {
    display: table;
    margin: 0 auto;
}

.maximize-button button {
    margin-left: 10px;
}

section#grab-attention {
    padding: 50px 0px;
    color: #111;
}

section#close-sale .row {
    align-items: center;
}

section#close-sale {
    padding: 50px 0;
}

section#grab-attention .row {
    align-items: center;
}

.grab-image-wrapper img {
    width: 70%;
    display: table;
    margin: 0 auto;
}
.section-3 h5 {
    color: #6c86ff;
}
.close-card.text-center {
    box-shadow: inset 0px 3px 20px 3px rgba(54, 8, 8, .06);
    background: #fffbfb;
    padding: 20px 10px;
    border-radius: 10px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.close-card h3 {
    font-size: 25px !important;
}

.close-card-image-wrapper img {
    width: 20%;
    margin-bottom: 20px;
}

.row.close-row {
    padding: 50px 0px;
}

.close-card:hover {
    box-shadow: 1px 0px 9px 2px #5271ff;
    transform: translateY(-10px);
}

.carousel img {
    width: 100%;
    /* display: table;
    margin: 114px auto;
    margin-top: 4px; */
    /* height: 360px; */
    object-fit: cover;
}
.navigation-buttons {
    position: relative;
    bottom: -30px;
}

/* Styling for the laptop mockup */
.laptop-mockup {
    position: relative;
    width: 685px !important;
    height: 403px;
    margin: 0 auto;
    background-image: url('../../img/slider-laptop.png');
    border-radius: 15px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.laptop-mockup .active-slide {
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}

.laptop-mockup .active-slide img {
    object-fit: contain;
    width: 80%;
    height: 100%;
}

.carousel div.active {
    border: 2px solid #007bff;
    /* Highlight color */
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* .carousel .slick-list .px-2.py-2.slick-slide.slick-current.slick-active.slick-center::before {
    position: absolute;
    content: '';
    background-image: url('../../img/slider-laptop.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 663px;
    z-index: 1;
    opacity: 1;
} */
section#success-stories button#prev-slide {
    background: #f1172a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    position: absolute;
    left: 46.5%;
    font-family: 'FontAwesome' !important;
    color: white;
}

section#success-stories {
    padding: 70px 0px;
}

section#success-stories button#next-slide {
    background: #f1172a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: unset;
    right: 46.5%;
    border: 0;
    font-family: 'FontAwesome' !important;
    color: white;
    position: absolute;
}

section#succes-stories .slick-list.draggable {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.px-2.py-2.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.px-2.py-2.slick-slide {
    opacity: 0.3;
}

/* .px-2.py-2.slick-slide img {
    height: 247px;
    width: 485px;
} */
.px-2.py-2.slick-slide.slick-current.slick-active.slick-center img {
    /* height: 321px;
    width: 517px; */
    object-fit: cover;
}

.carousel.slick-initialized.slick-slider .slick-track {
    display: flex;
    align-items: center;
}

section#succes-stories .carousel {
    position: relative;
    padding: 50px 0px;
}

section#succes-stories .carousel .slick-prev {
    background: #5271ff !important;
    top: unset !important;
    right: unset;
    left: 46%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: -30px;
}

section#succes-stories .carousel .slick-next {
    background: #5271ff !important;
    top: unset !important;
    right: 46%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: -30px;
}

.testimonial-card-slider .slick-prev:hover,
.testimonial-card-slider .slick-next:hover {
    background: #111 !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome' !important;
}

footer.footer-section {
    background: black;
    padding: 70px 0px 0px;
    color: white;
}

.footer-image-wrapper img {
    max-width: 110px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.shopify-image-wrapper img {
    width: 100%;
    animation: updown 2s infinite alternate-reverse;
}

.expert-image-wrapper img {
    width: 90%;
    animation: updown 2s infinite alternate-reverse;
}

.experts-image-wrapper img {
    width: 70%;
    display: table;
    margin: 0 auto;
    animation: updown 2s infinite alternate-reverse;
}

section#certified-shopify {
    padding: 80px 0px;
}

.certified-image-wrapper img {
    width: 75%;
    display: table;
    margin: 0 auto;
    animation: updown 2s infinite alternate-reverse;
}

.walmart-image-wrapper img {
    width: 70%;
    display: table;
    margin: 0 auto;
}

section#walmart-why {
    padding: 50px 0px;
}

.why-walmart-text h5 span {
    background: linear-gradient(357deg, #000000, #5271ff);
    padding: 2px 15px;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    text-align: center;

}

section#certified-shopify .row {
    align-items: center;
}

section#comprehensive .row {
    align-items: center;
}

section#comprehensive {
    padding: 50px 0;
}

.custom-shopify-image-wrapper img {
    animation: updown 2s infinite alternate-reverse;
    width: 90%;
}

section#custom-shopify .row {
    align-items: center;
}

section#expertly-design {
    padding: 50px 0px;
}

section#expertly-design .row {
    align-items: center;
}

footer.footer-section p {
    margin-bottom: 0 !IMPORTANT;
    text-align: center;
}

ul.contact-info li {
    list-style: none;
    margin-bottom: 10px;
}

ul.contact-info {
    padding: 0;
}

footer.footer-section a {
    text-decoration: none;
    color: white;
}

footer.footer-section .icons1 {
    font-size: 24px;
}

footer.footer-section .icons1 a {
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.bi.bi-facebook:hover {
    color: #5271ff;
}

a.bi.bi-instagram:hover {
    color: #5271ff;
}

a.bi.bi-linkedin:hover {
    color: #5271ff;
}

section#succes-stories {
    padding: 100px 0px;
}
.dropdown-item.active, .dropdown-item:active {
    background: #5271ff !important;
}
footer.footer-section .row.align h4.forange {
    color: #5271ff;
    margin-top: 10px;
}

footer ul.contact-info i {
    margin-right: 10px;
}

footer ul.contact-info li:hover {
    transition: 0.5s;
    transform: translateX(10px);

}

.marketingslides .slick-prev {
    left: 50%;
    right: unset;
    top: -30px;
    background: #5271ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.marketingslides .slick-next {
    right: 43%;
    background: #5271ff;
    top: -30px;
    left: unset;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

section#amazon-marketing .row.content-row {
    align-items: center;
    padding: 30px 10px;
}

.marketingslides {
    padding: 50px 0px;
}

.marketingslides .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: white !important;
    outline: none !important;
    background: #5271ff !important;
}


.testimonial-card-slider .testimonial-card {
    text-align: center;
    color: #ffffff;
    margin: 10px;
    padding: 0px 50px 10px;
    height: 430px;
    box-shadow: 0 8px 30px -7px #5271ff6e;
    background: #111000;
}

p.quote-text {
    font-style: italic;
    font-size: 13px;
}

.testimonial-card-slider .slick-track {
    padding-top: 70px;
}

.testimonial-card-slider img.avatar {
    display: table;
    margin: -50px auto 0px;
    margin-bottom: 30px !important;
    border: 5px solid #5271ff;
    border-radius: 50%;
    background: #5271ff;
    height: 120px;
    width: 120px;
}

.stars {
    color: #ffa700;
}

.testimonial-card-slider .slick-prev {
    left: -55px;
    background: #5271ff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

.testimonial-card-slider .slick-next {
    background: #5271ff;
    right: -55px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

section#testimonial-section .testi-content {
    margin-bottom: 30px;
}

section#testimonial-section {
    padding: 50px 0px;
}

.testimonial-card-slider .testimonial-card p.author {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.first-image-wrapper.mark1 {
    position: absolute;
    left: 100px;
    top: 30px;
    animation: rotate 2s infinite alternate-reverse;
}

.first-image-wrapper.mark2 {
    position: absolute;
    right: 100px;
    top: 30px;
    animation: updown 2s infinite alternate-reverse;

}

.first-image-wrapper.mark3 {
    position: absolute;
    bottom: 80px;
    left: 100px;
    animation: updown 2s infinite alternate-reverse;

}

.first-image-wrapper.mark4 {
    position: absolute;
    right: 100px;
    bottom: 80px;
    animation: rotate 2s infinite alternate-reverse;
}

.first-image-wrapper {
    height: 50px;
    object-fit: contain;
}


.first-image-wrapper-1.mark2 {
    position: absolute;
    right: -64%;
    top: -150px;
    z-index: -1;
}

.first-image-wrapper-1.mark2 img {
    width: 40%;
    height: auto;
    filter: drop-shadow(7px 9px 13px black);
}
.first-image-wrapper-2.mark3 img {
    width: 28%;
}

.first-image-wrapper-2.mark3 {
    position: absolute;
    left: -74%;
    top: -190px;
}
@keyframes updown {
    0% {
        -webkit-transform: translateY(-1vw);
        transform: translateY(-1vw);
    }

    100% {
        -webkit-transform: translateY(1vw);
        transform: translateY(1vw);
    }
}

/* about page */
section#our-mission {
    padding: 50px 0px;
}
.banner-image-wrapper img {
    width: 80%;
    display: table;
    margin: 0 auto;
}
.our-mission-image-wrapper img {
    width: 100%;
}

section#our-mission .row {
    align-items: center;
}
.item-heritage.after-heritage-arrow.black-heritage-bg:after {
    background-image: url(../../img/yellowbottom.png);
    background-position: bottom right;
    left: 129px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    top: auto;
    bottom: 10px;
}

.after-heritage-arrow:after {
    content: '';
    position: absolute;
    left: 129px;
    top: 12px;
    width: 100%;
    height: 100%;
    background-image: url(../../img/orangetop.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background-size: 40%;
}

.item-heritage {
    position: relative;
    background: linear-gradient(180deg, #f01630 0%, #2d2d2d 100%);
    padding: 61px 25px;
    /* 4.479vw 1.823vw */
    border-radius: 46px;
    /* 3.385vw */
    color: #fff;
    height: 100%;
    text-align: center;
    max-width: 345px;
    /* 20.833vw */
    margin: 0 auto;
    transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-heritage h4 {
    font-size: 30px;
    color: #fff;
}

.our-heritage {
    padding: 90px 0px;
}

section#about-banner {
    padding: 220px 0px 70px 0px;
    background: url('../images/about-back-image-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}
section#about-banner:before {
    position: absolute;
    content: '';
    background: #0000006b;
    width: 100%;
    height: 100%;
    top: 0;
}
section#about-banner .row {
    align-items: center;
}
.item-heritage:hover {
    transform: translateY(-25px);
}

.item-heritage .heritage-item-image {
    margin: 0;
    position: absolute;
    bottom: -44px;
    /* -3.26vw */
    background: linear-gradient(180deg, #7E7E7E 0%, #3C3C3C 100%);
    height: 89px;
    /* 6.51vw */
    width: 89px;
    /* 6.51vw */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.item-heritage.black-heritage-bg {
    background: linear-gradient(180deg, #858585 0%, #393939 100%);
    -webkit-transform: translateY(50px);
    /* 3.646vw */
    transform: translateY(50px);
}

.close-image-wrappper img {
    width: 100%;
}

/* contact */
section#contact-hero-section {
    padding: 160px 0px 90px 0px;
    background: url('../images/about-back-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
section#contact-hero-section:before {
    position: absolute;
    content: '';
    background: #0000004f;
    height: 100%;
    width: 100%;
    top: 0;
}

section#contact-hero-section h1 {
    color: white;
}

.contact-image-wrapper img {
    width: 90%;
    animation: updown 3s infinite;
    display: table;
    margin: 0 auto;
}

section#contact-hero-section .row {
    align-items: center;
}

#form-section {
    background-color: white;
    color: black;
    padding: 90px 0;
}

.about-hero-inner {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.hero-second-div {
    position: relative;
    top: 60px;
    color: white;
    z-index: 11111;
}

.about-icons a {
    margin-left: 10px;
    font-size: 20px;
}

.about-hero-inner a {
    color: white;
    text-decoration: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.phone-about-div i {
    margin-right: 20px;
}

.phone-about-div a:hover {
    color: #5271ff;
}

.phone-about-div a {
    font-weight: 700;
}

.hero-second-div h4 {
    color: white;
    text-align: center;
}

.hero-second-div h4 span {
    color: #f1172a;
}

h1 {
    font-size: 48px;
    font-weight: bold;
}

.estimated-value span {
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.domain-info {
    margin-bottom: 20px;
}

.contact-info p {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.form-container {
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    display: table;
    margin: 0 auto;
    background: linear-gradient(357deg, #000000, #5271ff);
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

form input,
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    color: black;
    border: 3px solid #6e6a6a;
    background: white;
}


.form-container form button {
    width: 100%;
    padding: 10px;
    background-color: #5271ff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: white;
}

section#form-section .row {
    align-items: center;
}

form#contact ::placeholder {
    color: black;
    font-size: 14px;
}

.call-expert ::placeholder {
    color: black !important;
    font-size: 14px !important;
}

.expert-form-container .contact-button-div button.amz-button {
    color: white !important;
    border-color: white !important;
}

.expert-form-container .contact-button-div {
    margin: 0 auto;
    display: table;
}

.expert-content h2 {
    color: white;
}

.expert-form-container {
    padding: 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    width: 70%;
    display: table;
    margin: 0 auto;
    background: linear-gradient(357deg, #000000, #5271ff);
}

button.amz-button i {
    margin-right: 5px;
}

section#speak-expert .row {
    align-items: center;
}

.expert-content h2 {
    margin-bottom: 30px;
}

.contact-button {
    display: flex;
    justify-content: left;
    gap: 40px;
    align-items: center;
}

.form-container textarea {
    transform: skew(0deg) !important;
}

/* contact */
.expert-form-container form input,
form textarea {
    border: 1px solid black;
    color: #000;
}

section#form-section form textarea {
    border: 1px solid white;
}

/* about page */
/* service pages */
section#succes-roadmap {
    padding: 50px 0px;
    background: url('../../img/contact-back-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

section#succes-roadmap h4 {
    color: white;
}

.succces-image-wrapper img {
    margin-top: -30px;
}

section#succes-roadmap h4 span {
    color: #5271ff;
}

.roadmap-conntent h2 {
    color: white;
    margin-bottom: 20px;
}

section#succes-roadmap .row {
    margin: 0 auto;
}

/* service pages */
/* pricing */
section#style-section {
    padding: 100px 0;
}

section#style-section ul {
    list-style: none;
    padding: 0;
}

section#style-section .plan-parent {
    text-align: center;
    background: linear-gradient(180deg, black, #00000078);
    color: #fff;
    padding: 50px 0;
    border-radius: 20px;
    box-shadow: 0px 0px 40px #ccccccad;
    transition: 0.5s;
    position: relative;

}

section#style-section .plan-parent h4 {
    color: #f31b1b;
    font-size: 26px;
    line-height: 36px;
    transition: 0.5s;
    margin-top: 20px;
}

section#style-section .plan-parent h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    transition: 0.5s;
}

section#style-section .plan-parent li p {
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

section#style-section .plan-parent:hover:before {
    height: 100%;
}

section#style-section .plan-parent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(49deg, rgb(251 34 1) 1%, #111111 61%, #f31a1f 100%);
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 20px;
    z-index: -1;
}

section#style-section .plan-parent:hover:after {
    height: 100%;
}

section#style-section .plan-parent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(63deg, rgb(251 34 1) 1%, #111111 61%, #f31a1f 100%);
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 20px;
    z-index: -1;
}

section#style-section .plan-parent:hover h3 {
    color: white;
    z-index: 9;
    position: relative;
}

nav.navbar ul.navbar-nav li a {
    text-transform: uppercase;
}

section#style-section .plan-parent:hover h4 {
    color: white;
    z-index: 9;
    position: relative;
}

section#style-section .plan-parent:hover li p {
    z-index: 9;
    position: relative;
    margin-bottom: 0px;
}

section#style-section .plan-parent:hover {
    transform: scale(1.1);
    z-index: 1;
}

section#style-section .plan-parent a.btn {
    background: #000;
    color: #ffff;
    font-size: 18px;
    font-weight: 400;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
    padding: 12px 22px;
    transition: 0.5s;
    position: relative;
    margin-bottom: -105px;
    border-radius: 6px;
}

section#style-section .plan-parent:hover a.btn {
    opacity: 1;
}

section#style-section .plan-parent a.btn i {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

section#style-section .col-md-4 {
    padding: 0;
    position: relative;
}

section#style-section .col-md-4::before {
    content: "";
    background: linear-gradient(126deg, rgb(251 34 1) 1%, #111111 61%, #f31a1f 100%);
    width: 0%;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    opacity: 0.5;
}

section#style-section .col-md-4:hover:before {
    width: 100%;
    height: 100%;
}

section#style-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

/* section#style-section #standard a.btn {
    margin-bottom: -160px;
} */
.row {
    align-items: baseline;
}

section#style-section .plan-parent ul {
    min-height: 500px;
}

section#style-section .plan-parent h5 {
    font-size: 34px;
    line-height: 44px;
    transition: 0.5s;
    color: white;
}

section#style-section .plan-parent:hover h5 {
    opacity: 1;
    z-index: 1;
    position: relative;
}

/* modal */
div#quoteModal .modal-content {
    width: 60%;
    margin: 0 auto;
    top: 130px;
    padding: 30px;
    background: linear-gradient(45deg, #000000, #4f6beb3d), url(../images/about-back-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.modal-content h3 {
    color: white;
}
.modal-content h2.modal-heading {
    color: white;
}
.modal-content span.close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #5271ff;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    opacity: 1;
    color: white;
    cursor: pointer;
}

div#quoteModal {
    overflow: hidden;
}

.modal-button-div {
    display: table;
    margin: 0 auto;
}

.modal-image-wrapper img {
    max-width: 170px;
    margin-bottom: 30px;
}

.modal-content .row {
    align-items: center;
}

/* modal */

.timeline-wrapper {
    margin: 100px 0 100px 0 !important;
    padding: 30px 0;
    position: relative;
}

.content-bubble {
    color: white;
    background: linear-gradient(126deg, rgb(251 34 1) 1%, #111111 61%, #f31a1f 100%);
    padding: 30px;
    border-radius: 30px;
    position: relative;
    display: flex;
    gap: 40px;
    height: 310px;
    align-items: center;
    box-shadow: 1px 1px 7px 7px #877a7b;
}

.step-image-wrapper img {
    width: 100%;
    filter: brightness(0) invert(1);
    float: right;
    animation: updown 2s infinite alternate-reverse;
}

.step-2 {
    width: 30%;
}

.step-1 {
    width: 70%;
}

.timeline-wrapper .timeline-item h2.step-heading {
    margin-right: 50px;
    margin-left: 50px;
    color: black;
}

.timeline-wrapper h2 {
    color: white;
    margin-left: 13px;
}

.content-bubble ul {
    margin: 0;
}

.content-bubble:before {
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    display: block;
    color: black;
}

.content-bubble.bubble-right:before {
    content: '\f0da';
    top: 10px;
    right: -14px;
}

.content-bubble.bubble-left:before {
    content: '\f0d9';
    top: 10px;
    left: -14px;
}

.timeline-wrapper .timeline-item .content-bubble.bubble-right {
    margin-right: 60px;
}

.timeline-wrapper .timeline-item .content-bubble.bubble-left {
    margin-left: 60px;
}

.col-sm-push-6 {
    left: 50%;
}

.col-sm-pull-6 {
    right: 50%;
}

.timeline-wrapper .col-sm-6.col-sm-push-6 {
    position: relative;
}

.timeline-wrapper .col-sm-6.col-sm-pull-6 {
    position: relative;
}

.col-sm-pull-6 {
    right: 50%;
}

.timeline-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 10px;
    border-radius: 10px;
    background: linear-gradient(126deg, rgb(251 34 1) 1%, #111111 61%, #f31a1f 100%);
}

section#succes-roadmap ul {
    padding-left: 1rem;
}

section#milestone-to-achieve {
    padding: 50px 0px;
    background: rgb(249 249 249);
}

section#global-section h4 span {
    color: #f21925;
}

section#global-section {
    padding: 50px 0px;
}

section#global-section .row {
    align-items: center;
}

.global-image-wrapper img {
    width: 80%;
    display: table;
    margin: 0 auto;
}

.teach-parent-container {
    display: flex;
    justify-content: center;
}

.teach-div .teach-div-content {
    padding: 5px;
    text-align: left;
}

.teach-div-content h6 span {
    color: #f21925;
    font-weight: 600;
}

section#key-features .row.teach {
    align-items: center;
}

.teach-div-image-wrapper img {
    margin-bottom: 10px;
}

.rolling-parent {
    padding: 15px 30px;
    background: #0a0a0a;
    color: white;
    border-radius: 20px;
}

.rolling-cards {
    padding: 35px 22px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-right: 15px;
    height: 390px;
}

.teach-image-wrapper img {
    width: 100%;
}

.rolling-cards h6 span {
    color: #4c68e8;
}

section#additional-features .row {
    padding: 30px 0px;
}

section#walmart-benefits {
    padding: 50px 0px;
}

.walmart-benefits-content {
    margin-bottom: 30px;
}

section#walmart-benefits .row :nth-child(5) {
    margin-top: 30px;
}

.rolling-parent .row.rolling-row {
    padding: 40px 0px;
}

.rolling-parent .rolling-content {
    padding: 20px;
}

section#cost-effective .row.teach {
    align-items: center;
}

section#cost-effective {
    padding: 50px 0px;
}

.rolling-image-wrapper img {
    margin-bottom: 10px;
}

.rolling-content h2 {
    color: white;
    text-align: center;
}

section#global-section .global-text {
    min-height: 90px;
}

.timeline-wrapper ul li p {
    margin-bottom: 5px;
}

.timeline-wrapper .timeline-item.row {
    padding: 10px 0px;
}

@media (max-width: 1280px) {
    .succces-image-wrapper img {
        width: 90%;
    }
    section#style-section .plan-parent h4 {
        font-size: 23px;
        line-height: 33px;
        margin-top: 15px;
    }

    section#style-section .plan-parent ul {
        min-height: 460px;
    }

    section#style-section .plan-parent li p {
        font-size: 15px;
        line-height: 25px;
    }

}


@media (max-width: 1280px) {
    section#style-section .plan-parent ul {
        min-height: 410px;
    }

    section#style-section .col-md-4 {
        width: 100%;
    }

    section#style-section .plan-parent:hover {
        transform: scale(1.06);
    }
}




/* pricing */
@media only screen and (max-width:1440px) {

    /* .carousel .slick-list::before {
        left: 249px;
    } */
    .marketingslides .slick-next {
        right: 42%;
    }

    section#success-stories button#next-slide {
        right: 46%;
    }

    section#success-stories button#prev-slide {
        left: 46%;
    }

}

@media only screen and (max-width:1366px) {
    .first-image-wrapper-2.mark3 {
        position: absolute;
        left: -77%;
        top: -90px;
    }
    .first-image-wrapper-2.mark3 img {
        width: 24%;
    }
    div#quoteModal .modal-content{
        top: 30px;
    }
    .marketingslides .slick-next {
        right: 41%;
    }

    /* .carousel .slick-list::before {
        left: 240px;
    } */
    .scroll-list__wrp {
        height: 1160px;
    }

    .hero-button-1 {
        max-width: 70%;
    }

    .hero-section p.hero-para-b {
        width: 70%;
    }
}

@media only screen and (max-width:1280px) {
    /* .carousel .slick-list::before {
        left: 225px;
    } */
}

@media only screen and (max-width:1024px) {
    .rolling-cards p {
        font-size: 12px;
        line-height: 22px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: black !important;
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .rolling-cards {
        margin-right: 0;
        height: auto !important;
    }
    .testimonial-card-slider .slick-next {
        right: -31px;
    }
        .testimonial-card-slider .slick-prev {
            left: -31px;
        }

    .content-bubble ul li span {
        font-size: 14px;
    }
    .content-bubble{
        padding: 15px;
    }
    .timeline-wrapper h2{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    section#success-stories button#next-slide {
        right: 45%;
    }

    section#success-stories button#prev-slide {
        left: 45%;
    }

    div#quoteModal .modal-content {
        width: 80%;
        padding: 20px;

    }

    .am-image-wrapper img {
        height: 100px;
    }

    .hero-sec-text ul li {
        line-height: 20px;
        font-size: 15px;
    }

    .amz-button {
        padding: 10px 10px;
    }

    .how-card {
        height: 180px;
        padding: 10px 5px;
    }

    .marketingslides .slick-next {
        right: 39%;
    }

    .slider-brands img {
        width: 220px;
    }

    section#why-choose-us {
        padding: 50px 0px;
    }

    .nav-tabs-card {
        padding: 20px;
        height: 300px;
    }

    .section-3 .card {
        height: 320px;
    }

    .amazon-mar-cards {
        height: 300px;
        width: 300px;
        padding: 25px 10px;
    }

    .amazon-mar-cards h3 {
        font-size: 35px !important;
    }

    .first-image-wrapper.mark4 {
        right: 30px;
    }

    .first-image-wrapper.mark2 {
        right: 30px;
    }

    .first-image-wrapper.mark1 {
        left: 30px;
    }

    .first-image-wrapper.mark3 {
        left: 30px;
    }

    .expert-form-container {
        width: 100%;
    }


    .section-3 .card-body {
        padding: 10px !important;
    }

    /* .carousel .slick-list::before {
        left: 180px;
    } */
    section#succes-stories .carousel .slick-next {
        right: 43%;
    }
}

@media only screen and (max-width: 600px) {

    .px-2.py-2.slick-slide.slick-current.slick-active.slick-center {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    nav.navbar ul.dropdown-menu.show {
        height: 160px;
        overflow-y: scroll;
    }
    body h1 {
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 400 !important;
    }
    body h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        font-weight: 400 !important;
    }
  
    .laptop-mockup {
        height: 280px;
    }
    .laptop-mockup .active-slide img {
        height: 70%;
    }
    .modal-first {
        display: none;
    }
    h1 br ,h2 br ,h3 br ,h4 br {
        display: none !important;
    }
    .col-sm-push-6 {
        left: 0;
    }
    .col-sm-pull-6 {
        right: 0;
    }
    .timeline-wrapper .timeline-item .content-bubble.bubble-right {
        margin-right: 0px;
    }
    .timeline-wrapper .timeline-item .content-bubble.bubble-left {
        margin-left: 0px;
    }
    .content-bubble:before{
        display: none;
    }
    .step-1 {
        width: 100%;
    }
    .step-2 {
        width: 100%;
        margin-bottom: auto;
    }
    .timeline-wrapper .timeline-item.row .content-bubble .step-image-wrapper img {
        width: 120px !important;
        display: table;
        margin: 0 auto;
        float: unset;
    }
    .timeline-wrapper .timeline-item h2.step-heading{
        margin: 0 ;
    }
    .shopify-button {
        text-align: center;
    }
    .shopify-image-wrapper img {
        margin-top: 30px;
    }
    .expert-image-wrapper img {
        width: 100%;
        margin-bottom: 30px;
    }
    section#comprehensive .row {
        flex-direction: column-reverse;
    }
    section#certified-shopify .row {
        flex-direction: column-reverse;
    }
    .walmart-image-wrapper img {
        width: 100%;
        margin-top: 30px !important;
    }
    section#walmart-why h5 {
        text-align: center;
    }
    .timeline-wrapper h2{
        margin-left: 0;
    }
    .timeline-wrapper .timeline-item.row .content-bubble p {
        text-align: left !important;
    }
    section#global-section .row {
        flex-direction: column-reverse;
    }
    .tech-res {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .rolling-parent {
        padding: 15px 10px;
    }
    .rolling-cards {
        margin-bottom: 30px;
    }
    .rolling-parent .row.rolling-row {
        margin: 0 auto;
    }
    .teach-image-wrapper img {
        margin-top: 30px;
    }
    .teach-res {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    div#quoteModal .modal-content {
        width: 100%;
        top: 50px;
    }
    
    .teach-div p {
        text-align: left !important;
    }
    .teach-parent-container {
        display: table;
    }
    .succces-image-wrapper img{
        display: none;
    }
    .content-bubble{
        height: 400px;
        padding: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    h2.tiktok-heading {
        margin-left: 10px;
    }
    .contact-button-div {
        text-align: center;
    }
    .hero-second-div{
        display: none;
    }
    .form-container {
        padding: 20px;
        width: 100%;
    }
    
    
    .timeline-wrapper .timeline-item.row h2.step-heading {
        margin-bottom: 20px;
    }
    .timeline-wrapper .timeline-item.row {
        padding: 20px 0px;
        margin: 0 auto;
    }
    .timeline-wrapper {
        margin: 0px 0 0px 0 !important;
    }
    .timeline-wrapper .timeline-item.row .step-1 h2 {
        text-align: left !important;
    }
    .timeline-wrapper:before{
        display: none;
    }
    section#about-banner {
        padding: 150px 0px 70px 0px;
    }
    .about-button {
        text-align: center;
    }
    .banner-image-wrapper img {
        margin-top: 40px;
    }
    .our-heritage {
        padding: 50px 0px;
    }
    .after-heritage-arrow:after{
        display: none;
    }
    .our-heritage .item-heritage.h-3 {
        margin-top: 110px;
    }
    section#success-stories {
        padding:0px 0px  50px 0px;
    }
    .navigation-buttons {
        bottom: 10px;
    }
    .service-button {
        text-align: center;
    }
    .service-image-wrapper img {
        width: 100%;
        margin-top: 30px !important;
    }
    section#style-section .plan-parent:hover {
        transform: scale(1.02);
    }

    section#style-section .col-md-4 {
        margin-top: 20px;
    }

    section#success-stories button#prev-slide {
        left: 35%;
        transform: translate(10px, 35px);
    }

    section#success-stories button#next-slide {
        right: 35%;
        transform: translate(10px, 35px);
    }

    p,
    h1,
    h2,
    h3,
    h4 {
        text-align: center !important;
    }

    p br {
        display: none;
    }

    .hero-sec-text ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-sec-text ul li br{
        display: none;
    }

    span.hero-underline:after {
        right: -95px;
    }

    .get-quote-buttons {
        display: none;
    }

    .amz-button {
        padding: 10px 5px;
    }

    .amz-button {
        font-size: 15px;
    }

    .hero-section {
        padding: 150px 0px 50px 0px;
    }

    .h-image-wrapper img {
        margin-top: 40px;
    }

    section#why-choose-us .nav-tabs .nav-link {
        margin-left: 0;
    }

    .nav-tabs-card {
        margin-bottom: 20px;
    }

    .section-3 .row.card-row {
        margin: 0 auto;
    }

    section#how-we .row {
        margin: 0 auto;
    }

    .how-card {
        margin-bottom: 20px;
        width: 100% !important;
    }

    section#any-subject ul.buttonsss {
        display: block;
        text-align: left;
        padding: 0;
        margin: 0;
        gap: 5px;
        width: 100%;
        column-count: 2;
    }
    section#any-subject ul.buttonsss li {
        font-size: 11px;
    }
    section#any-subject .row {
        flex-direction: column-reverse;
    }
    .rolling-cards h6 {
        text-align: center;
    }
    .testi-content p {
        width: 100%;
    }        
    section.hero-section p {
        width: 100%;
    }
    .tabs-parent-div {
        padding: 40px 0px;
    }
    
    .first-image-wrapper-2.mark3 {
        position: absolute;
        left: -68%;
        top: unset;
        bottom: -130px;
    }
    .our-mission-button {
        margin: 0 auto;
        display: table;
    }
    
    section#our-mission .row {
        flex-direction: column-reverse;
    }  
    .first-image-wrapper-2.mark3 img {
        width: 25%;
    }
    .first-image-wrapper-1.mark2 {
        position: absolute;
        right: -64%;
        top: unset;
        z-index: -1;
        bottom: -100px;
    }
    .first-image-wrapper-1.mark2 img {
        width: 40%;
    }
    
    
    .marketingslides .slick-prev {
        left: 35%;
    }

    .marketingslides .slick-next {
        right: 35%;
    }

    .first-image-wrapper.mark3 {
        left: 10px;
        bottom: 40px;
    }

    .first-image-wrapper.mark4 {
        right: 10px;
        bottom: 40px;
    }

    .first-image-wrapper img {
        height: 65px;
    }

    .grab-button-div {
        text-align: center;
    }

    section#grab-attention .row {
        flex-direction: column-reverse;
    }

    .grab-button {
        text-align: center;
    }

    section#close-sale .row {
        margin: 0 auto;
    }
    section#close-sale{
        padding: 0;
    }
    .close-card.text-center {
        margin-bottom: 20px;
    }

    section#succes-stories {
        padding: 50px 0px;
    }

    section#speak-expert .row {
        margin: 0 auto;
    }

    .expert-form-container {
        margin-top: 40px;
        padding: 20px;
    }

    .testimonial-card-slider .slick-next {
        top: unset;
        bottom: -100px;
        right: 35%;
    }

    .testimonial-card-slider .slick-prev {
        left: 35%;
        bottom: -100px;
        top: unset;
    }

    section#testimonial-section {
        padding: 50px 0px 100px 0px;
    }

    .testimonial-card-slider .testimonial-card {
        padding: 0px 20px 10px;
        height: 400px;
    }
    ul.contact-info li {
        text-align: center;
    }
    footer.footer-section .icons1 {
        text-align: center;
    }
    .footer-image-wrapper img {
        display: table;
        margin: 0 auto;
        margin-bottom: 20px !important;
    }
    

}