@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);body, html {
    font-family: Inter, sans-serif !important
}
section.fold-01 {
    height: 770px;
    padding-top: 100px;
}
.video-overlay {
    background-image: linear-gradient(to bottom right, #000000, #000000);
    opacity: .6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 766px;
    top: 97px;
    margin: 0;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
    z-index: -1;
}
.mainvideo {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-83%);
    background-size: cover;
}
.helpsec {
    background-color: #f7f9fc;
    padding: 60px 0 0
}

.helpsec h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
    font-weight: 700;
    color: #000;
}

.helpsec .img-container {
    /* background-image: url(../images/iphonex.png); */
    margin: 0 auto 0;
    padding-top: 22px;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 18px;
    width: 339px;
    height: 686px
}

.helpsec .img-container figure.abs {
    right: 0;
    top: 40px;
    position: absolute;
    z-index: 9;
    left: 0;
    text-align: center
}

.helpsec .img-container .cs-slider img {
    height: 647px
}

.hlpwrap {
    margin: 60px 0
}

.hlpwrap li {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    display: inline-block
}

.hlpwrap li .lft {
    width: 30%;
    float: left
}

.hlpwrap li .lft figure {
    margin: 20px auto 0;
    display: table
}

.hlpwrap li .lft figure img {
    height: 80px
}

.hlpwrap li .rht {
    width: 70%;
    float: right;
    padding: 18px 0
}

.hlpwrap li .rht h3 {
    font-size: 22px;
    font-weight: 400
}

.hlpwrap li .rht p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 0
}

@keyframes bouncy {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: 5px
    }

    50% {
        margin-top: 0
    }

    75% {
        margin-top: 5px
    }

    100% {
        margin-top: 0
    }
}

.hvr-bob:hover {
    animation-name: bouncy;
    animation-duration: 3s;
    animation-iteration-count: infinite
}
/* .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: url("../images/video-overlay.png") rgba(0, 0, 0, .6);
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
} */
.faq-sections{
    background: #fff !important;
}
.fold-02 h2, section#whychoose-section .main-content p span, section.faqs-section h4, section.fold-01 h2 {
    color: #00a79d;
}

.fold-01 .btn, .seo-updated-ppc-hero .seo-updated-ppc-hero-form .btn {
    background-image: linear-gradient(to right, #00a79d, #00a79d);
    background: #00a79d;
    font-family: Inter, sans-serif;
    font-weight: 600;
    overflow: hidden;
    border-radius: 12px;
}

.fold-01 .btn, .seo-ppc-min-strategy .text-area .btn-live-chat {
    margin-right: 16px;
    margin-bottom: 18px;
    text-decoration: none;
    outline: 0;
    border-radius: 12px !important;
    overflow: hidden;
}

a, div, h1, h2, h3, h4, h5, h6, p, span, strong {
    font-family: Inter
}

section.fold-01 h1, span {
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    color: #00a79d;
    margin-bottom: 5px;
    text-transform: capitalize
}

.text-black {
    color: #000
}

section.fold-01 h2 {
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
    -webkit-background-clip: text;
    background-clip: text;
    padding-right: 75px;
    color: #fff !important;
}

section.fold-01 p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    width: 75%;
    line-height: 25px
}

.fold-01 .btn {
    color: #fff;
    padding: 1px 42px;
    font-size: 17px;
    border-radius: 12px;
    border: none;
    position: relative;
    z-index: 1
}

.fold-01 {
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    background: transparent;
}

.fold-02 {
    padding: 50px 0
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form {
    background-color: #fff !important;
    padding: 50px 25px;
    width: 80%;
    margin: 10px auto 0 95px;
    border-radius: 12px;
    box-shadow: 2px 2px 30px #888;
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 0;
    letter-spacing: 0
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form ::placeholder {
    color: #888;
    font-size: 13px;
    letter-spacing: -1px
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form input {
    background-color: transparent;
    font-size: 12px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #888;
    border-radius: 0;
    color: #000;
    padding: 6px 0
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form input:focus {
    background-color: transparent;
    font-size: 14px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.seo-updated-ppc-hero .seo-updated-ppc-hero-form .btn {
    width: 100%;
    outline: 0;
    border: none;
    font-size: 17px;
    letter-spacing: -1px;
    border-radius: 0;
    margin-top: 10px;
}

.seo-updated-ppc-hero .heading h3 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px
}

.seo-updated-ppc-hero .heading h3 span {
    font-size: 32px;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 42px;
    color: #00a79d
}

.fold-02 h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    -webkit-background-clip: text;
    letter-spacing: -1px
}

.fold-04 h2 a[class=text-gradient], .seo-ppc-social-media-ads .heading h3, section.flod-03 .pack-title, span[class="title d-block"] {
    color: #00a79d;
}

.fold-02 p, a[class=text-gradient], h2[class=paragraph] {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px
}

.fold-02 h6, span {
    font-size: 24px;
    font-weight: 900;
    color: #00a79d;
    margin-bottom: 0
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3978ac 0, #f3bc18 29%, #00a79d 67%, #3978ac 100%);
    background-size: 200% auto;
    color: #00a79d;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: 2s linear infinite textclip;
    display: block;
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 20px;
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.doller, section.flod-03 h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 55px;
    color: #3e497f !important;
}

.doller span, section.flod-03 span {
    font-size: 20px;
    font-weight: 500;
    color: #3e497f;
}

section.flod-03 .pack-title {
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    -webkit-background-clip: text
}

.fold-01 .btn::before {
    content: "";
    position: absolute;
    left: 0;
    height: 52px;
    top: 0;
    width: 0%;
    background: #00a79d;
    color: transparent;
    transition: .5s ease-in-out;
    z-index: -1;
    border-radius: 12px;
}

.fold-01 .btn:hover::before {
    width: 100%;
    transition: .5s ease-in-out
}

section.flod-03 p[class=package-title] {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 75%;
    line-height: 25px;
    margin: 10px auto
}

.seo-updated-ppc-pricing ul#myTab {
    width: 535px;
    margin: 0 auto !important;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 70%);
    padding: 10px 27px;
    position: relative;
    bottom: -18px;
    z-index: 60;
    background-color: #fff;
    border-radius: 16px
}

.seo-updated-ppc-pricing .nav-tabs .nav-link.active {
    background-color: #a80b0b !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 11px 20px
}

.seo-updated-ppc-pricing .nav-tabs .nav-link {
    background-color: #fff;
    border: none;
    outline: 0;
    font-size: 13px;
    font-weight: 900;
    color: #000;
    font-family: Inter;
    text-align: center !important
}

section#industries-section .wrapper .box:hover h4, section#question-section .box:hover p, section#whychoose-section .main-content .box:hover h4, section.error-wrapper a, section.fold-03 h3[class=doller], section.packages-section ul#pills-tab li button.active span, section.page-banner-section .content-area .title a {
    color: #eef0eb;
}

.seo-tabs .tab-pane .cont_1 p, .tab-pane .cont_2 p, .tab-pane .cont_3 p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #3e497f;
    width: 100%
}

.seo-updated-ppc-pricing #myTabContent .table-1, .social-ppc-pricing #myTabContent .table-2, .social-ppc-pricing #myTabContent .table-3 {
    border: 1px solid #ccc;
    width: 370px;
    margin: 0 auto
}

.seo-tabs .tab-pane .cont_1 h4 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    color: #3e497f;
}

#lead_sec4 p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: left
}

.lead_sec4 span[class=chat] {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

#process-circle p, .seo-updated-ppc-choose .heading p, section#our-seo-services-section p {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

#lead_sec4 i {
    color: #fff;
    margin-right: 5px
}

i.fa.fa-comment.icon_new, i.fa.fa-phone {
    font-size: 20px
}

.fold-04 h2 a[class=text-gradient], span[class="title d-block"] {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
}

section#our-seo-services-section p {
    font-family: Inter;
    margin-bottom: 30px;
    text-align: center
}

section#our-seo-services-section .box {
    background-color: #fff;
    box-shadow: 0 0 20px #c3c3c3;
    padding: 1em 2em;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    cursor: pointer;
    position: relative;
    margin: 1rem
}

section#our-seo-services-section .box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: Inter !important;
    font-weight: 600
}

section#our-seo-services-section .box p {
    font-size: 14px;
    line-height: 24px;
    font-family: Inter;
    font-weight: 400;
    color: #857b7b;
    margin-bottom: 0;
    min-height: 270px
}

section#our-seo-services-section .box img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px
}

section#our-seo-services-section .box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: .7s;
    background-image: linear-gradient(to right top, #fbbc04, #c1b700, #8bad1a, #55a032, #069045)
}

section#our-seo-services-section .box:hover::after {
    transform: translateX(100%);
    opacity: .7
}

h2[class="d-inline fold-5-title"], section.fold-05 span[class=fold-5-title] {
    font-size: 40px !important;
    font-weight: 900;
    line-height: 55px;
    background: -webkit-linear-gradient(left, #3879ab, #3879ab, #02a04e, #02a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000021;
    text-align: center;
    display: block
}

section#technologies-section {
    position: relative;
    padding: 60px 0;
    background: url("../images/lead-sec4-bg.webp");
    background: #00a79d;
}

section#technologies-section p#technology-name {
    font-size: 40px;
    font-weight: 900;
    line-height: 51px;
    color: #fff;
    margin-bottom: 0
}

section#technologies-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0
}

section#technologies-section .custom-d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section#technologies-section .col-md-4.tech-logo {
    border: 1px solid #EEF0EB;
    margin: 0 0 20px;
    border-radius: 12px;
    transition: .5s;
    cursor: pointer;
}

section#technologies-section .col-md-4.tech-logo img {
    display: block;
    margin: auto;
    width: 110px
}

section#technologies-section .active-img, section#technologies-section .col-md-4.tech-logo img:hover {
    filter: brightness(0)
}

section#technologies-section .active-div, section#technologies-section .col-md-4.tech-logo:hover {
    background: #EEF0EB
}

section#technologies-section .col-md-4 {
    max-width: 30%
}

section.fold-06 span[class=heart] {
    font-size: 45px;
    color: #fff;
    font-weight: 500 !important
}

section.fold-06 h3[class=tech] {
    font-size: 56px;
    font-weight: 900;
    line-height: 75px;
    margin-bottom: 30px;
    color: #ffff
}

section.fold-06 strong {
    color: #fff !important
}

section.fold-05 {
    padding: 0 !important
}

section.flod-03 {
    padding: 30px 0
}

.fold-02 a[href="#seo-updated-ppc-pricing"] {
    background-color: #00a79d;
    text-transform: capitalize;
    border: inherit;
    border-radius: 12px;
}

.seo-updated-ppc-choose h3 {
    margin-bottom: 6px;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    color: #000000;
}

h2[class=title__wapper], section.fold-07 span[class="title d-block txt-gradient"] {
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    display: inline-block;
    color: #00a79d;
}

.seo-updated-ppc-choose .heading p {
    line-height: 25px;
    margin: 10px auto;
    text-align: left
}

section.seo-ppc-social-media-ads {
    background-image: url(../images/social-media-ads-bg.webp);
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: auto;
}

.seo-ppc-min-strategy .text-area h3 span {
    font-size: 44px;
    font-weight: 900;
    line-height: 40px;
    background: #F4F9E9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.seo-ppc-min-strategy .text-area h3 {
    font-size: 44px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
    padding-top: 160px
}

.seo-ppc-min-strategy .min-strategy-form {
    background-color: #fff !important;
    padding: 50px 25px;
    width: 80%;
    margin: -75px auto 0;
    border-radius: 0;
    box-shadow: 2px 2px 30px #888
}

.seo-ppc-min-strategy .text-area .btn-live-chat {
    color: #EEF0EB;
    font-family: Inter;
    border-radius: 0;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 15px
}

.seo-ppc-social-media-ads .heading h3 {
    font-family: Inter;
    margin-bottom: 30px;
    letter-spacing: -2px;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.seo-ppc-social-media-ads .heading p {
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 20px;
    color: #262626;
    letter-spacing: -1px;
    margin-bottom: 60px
}

.seo-ppc-social-media-ads .card {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 350px;
    height: 420px;
    opacity: .85
}

.back, .seo-ppc-social-media-ads .front {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition-timing-function: linear;
    border-radius: 0
}

.seo-ppc-social-media-ads .front-one {
    transform: rotateY(0);
    background-image: url(../images/seo-ppc/card1.webp);
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding: 30px
}

.seo-ppc-social-media-ads .back-five, .seo-ppc-social-media-ads .back-four, .seo-ppc-social-media-ads .back-one, .seo-ppc-social-media-ads .back-six, .seo-ppc-social-media-ads .back-three, .seo-ppc-social-media-ads .back-two {
    background: #000;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 30px 25px !important;
    color: #fff
}

.seo-ppc-social-media-ads .card:hover .front-five, .seo-ppc-social-media-ads .card:hover .front-four, .seo-ppc-social-media-ads .card:hover .front-one, .seo-ppc-social-media-ads .card:hover .front-six, .seo-ppc-social-media-ads .card:hover .front-three, .seo-ppc-social-media-ads .card:hover .front-two {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.seo-ppc-social-media-ads .card:hover .back-five, .seo-ppc-social-media-ads .card:hover .back-four, .seo-ppc-social-media-ads .card:hover .back-one, .seo-ppc-social-media-ads .card:hover .back-six, .seo-ppc-social-media-ads .card:hover .back-three, .seo-ppc-social-media-ads .card:hover .back-two {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.seo-ppc-social-media-ads .front-five, .seo-ppc-social-media-ads .front-four, .seo-ppc-social-media-ads .front-six, .seo-ppc-social-media-ads .front-three, .seo-ppc-social-media-ads .front-two {
    transform: rotateY(0);
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding: 30px
}

.seo-ppc-social-media-ads .front-three, .seo-ppc-social-media-ads .front-two {
    background-image: url(../images/seo-ppc/card2.webp)
}

.seo-ppc-social-media-ads .front-four {
    background-image: url(../images/seo-ppc/card4.webp)
}

.seo-ppc-social-media-ads .front-five {
    background-image: url(../images/seo-ppc/card5.webp)
}

.seo-ppc-social-media-ads .front-six {
    background-image: url(../images/seo-ppc/card6.webp)
}

.seo-ppc-social-media-ads .front {
    padding: 70px 30px
}

.seo-ppc-social-media-ads .front h4 {
    font-family: Inter;
    text-align: left !important;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0
}

.seo-ppc-social-media-ads .front p {
    font-family: Inter;
    text-align: left !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 20px
}

.seo-ppc-social-media-ads .back {
    padding: 12px 30px
}

.seo-ppc-social-media-ads .back h4 {
    text-align: left;
    margin-bottom: 4px;
    font-weight: 700;
    font-family: Inter;
    font-size: 16px
}

.seo-ppc-social-media-ads .back a, .seo-ppc-social-media-ads .back p {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left
}

.seo-ppc-social-media-ads .back a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.packages-title, .social-ppc-faq .section-title h2 {
    font-weight: 900;
}

.seo-ppc-social-media-ads .back .btn-danger {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 1px 16px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

.seo-ppc-social-media-ads .heading h3 {
    line-height: 38px;
    font-size: 28px
}

.seo-ppc-social-media-ads .heading h3 br, .social-ppc-faq .faq-list a.collapsed .icon-close, section#technologies-section div.technology {
    display: none
}

.seo-ppc-min-strategy .text-area .btn-live-chat {
    padding: 2px 10px;
    font-size: 14px;
    background: #eef0eb00;
    border-color: #EEF0EB;
}

.seo-ppc-min-strategy .text-area .btn-live-chat:hover {
    background: #EEF0EB;
    border-color: #EEF0EB;
    color: #00a79d;
}

.social-ppc-faq .faq-list a.collapsed .icon-show {
    display: inline-block;
    font-size: 18px;
    margin-top: 4px
}

.social-ppc-faq .faq-list .fa-chevron-up:before {
    font-size: 16px;
    margin-top: 4px
}

.social-ppc-faq .faq-list a.collapsed {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: left
}

.social-ppc-faq .section-title h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #1b1b1b;
}

.social-ppc-faq .faq-list li+li {
    margin-top: 15px
}

.social-ppc-faq .faq-list li {
    padding: 17px 32px;
    background-color: #3e497f;
    position: relative;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto
}

.social-ppc-faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0;
    font-size: 13px;
    color: #fff
}

.social-ppc-faq .faq-list a {
    display: block;
    position: relative;
    font-family: Inter;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 0;
    outline: 0;
    cursor: pointer;
    color: #fff
}

.social-ppc-faq .faq-list a:hover {
    color: #fff
}

.footer-2 .footer-top .footer-links h4 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px
}

.text__white {
    color: #ffff
}

.fold-06 strong {
    color: #ffff !important
}

.font__icon {
    font-size: 20px;
    color: #00a79d;
    padding-top: 8px;
    padding-right: 10px
}

div#site-footer .footer-main .content li a {
    color: #525252;
    font-size: 18px;
    padding-right: 20px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 0
}

div#site-footer .footer-main .content li a:last-child {
    padding-right: 0
}

h3#mc_embed_signup_scroll {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

.footer-top input {
    height: 100%;
    border-radius: 10px;
    border: 2px solid #f2bc18;
    padding: 0 50px 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.footer-top input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #f2bc18
}

form#mc-embedded-subscribe-form {
    width: 100%;
    position: relative;
    height: 50px
}

button#mc-embedded-subscribe {
    width: 50px;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    border: inherit;
    height: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

li.icon__wrapper {
    list-style: none
}

li.icon__wrapper i {
    font-size: 18px;
    padding: 33px 7px 5px 13px;
    color: #00a79d
}

li.icon__wrapper i:hover {
    color: #00a79d
}

@media only screen and(max-width: 768px) {

.fold-01 {
    padding: 50px 0
}

.seo-updated-ppc-pricing #myTabContent .table-1, .social-ppc-pricing #myTabContent .table-2, .social-ppc-pricing #myTabContent .table-3 {
    border: 1px solid #ccc;
    width: 450px !important;
    margin: 0 auto
}
}

@media screen and (max-width: 576px) {
    .seo-updated-ppc-hero {
        height: auto;
        background-image: unset
    }

    .seo-updated-ppc-hero .heading h3 {
        color: #000;
        font-size: 30px;
        font-family: Inter;
        font-weight: 900;
        letter-spacing: -2px
    }

    .seo-updated-ppc-hero .heading h3 span {
        font-family: Inter;
        font-size: 32px;
        letter-spacing: -2px;
        font-weight: 900;
        line-height: 42px;
        color: #00a79d
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form .btn {
        background-image: linear-gradient(to right, #00a79d, #00a79d);
        width: 100%;
        outline: 0;
        border: none;
        font-size: 17px;
        font-weight: 600;
        font-family: Inter;
        letter-spacing: -1px;
        border-radius: 0;
        text-align: center;
        margin-left: 3px;
        padding: 0 25px
    }

    section.fold-01 h1, span {
        line-height: 25px;
        font-size: 20px
    }

    section.fold-01 h2 {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0
    }

    section.flod-03 p[class=package-title], section.fold-01 p {
        width: 100%
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form {
        margin: 40px auto 0;
        background-color: #fff !important;
        padding: 50px 25px;
        width: 100%;
        border-radius: 0;
        box-shadow: 2px 2px 30px #888
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form label {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        padding: 1px 0;
        letter-spacing: 0
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form ::placeholder {
        color: #888;
        font-size: 13px;
        letter-spacing: -1px
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form input {
        background-color: transparent;
        font-size: 12px;
        border: none;
        outline: 0;
        border-bottom: 1px solid #888;
        border-radius: 0;
        color: #000;
        padding: 6px 0
    }

    section.flod-03 .pack-title, section.flod-03 h3 {
        font-size: 21px;
        line-height: 27px
    }

    .seo-updated-ppc-hero .seo-updated-ppc-hero-form input:focus {
        background-color: transparent;
        font-size: 14px;
        border: none;
        outline: 0;
        border-bottom: 1px solid #000;
        border-radius: 0
    }

    section.flod-03 h3 {
        font-weight: 900
    }

    section.flod-03 {
        padding: 30px 0
    }

    .seo-updated-ppc-pricing ul#myTab {
        width: 340px !important;
        padding: 0
    }

    .seo-updated-ppc-pricing .nav-tabs .nav-link.active {
        background-color: #a80b0b !important;
        color: #fff !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        padding: 4px 10px;
        margin-top: 5px
    }

    .seo-updated-ppc-pricing .nav-tabs .nav-link {
        border-radius: 30px
    }

    section.flod-03 h4 {
        text-align: center;
        display: inline-block
    }

    .fold-04 h2 a[class=text-gradient], span[class="title d-block"] {
        font-size: 22px !important;
        margin-bottom: 0
    }

    section#our-seo-services-section {
        padding: 0 !important
    }

    .fold-05 {
        display: none
    }

    .fold-02 h1, span {
        text-transform: uppercase
    }

    .seo-updated-ppc-choose h3 {
        margin-bottom: 6px;
        font-size: 22px;
        font-weight: 900;
        line-height: 55px;
        color: #000
    }

    h2[class=title__wapper], section.fold-07 span[class="title d-block txt-gradient"] {
        font-weight: 900;
        font-size: 22px;
        line-height: 25px !important;
        background: -webkit-linear-gradient(left, #3879ab, #3879ab, #02a04e, #02a04e);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #00000021;
        display: inline-block;
        margin-bottom: 10px
    }

    .seo-ppc-min-strategy .text-area h3, .seo-ppc-min-strategy .text-area h3 span {
        padding-top: 0;
        line-height: 27px;
        font-size: 22px
    }

    section.seo-ppc-social-media-ads {
        background-image: linear-gradient(to right, #00a79d, #00a79d);
        margin-top: 0
    }

    .footer-top img, p {
        text-align: left;
        margin-right: auto
    }

    .footer-2 .footer-top .footer-links h4 {
        margin-bottom: 5;
        margin-top: 15px
    }

    .footer-top {
        padding: 0 25px
    }

    .footer-quick-link {
        text-align: center !important;
        display: flex;
        flex-direction: column
    }

    .footer-quick-link li {
        margin: 6px 0
    }

    .font__13 {
        font-size: 13px !important
    }

    .col-mddd-4 {
        margin: 15px 0
    }

    div#site-footer .footer-main h3, section.whatis-section .content-area img {
        margin: 20px 0
    }
}

section#seoprocess-section .flip-card {
    background-color: transparent;
    height: 150px;
    perspective: 1000px
}

section#seoprocess-section .flip-card-inner {
    position: relative;
    transition: transform .7s ease-in-out;
    transform-style: preserve-3d;
    height: 100%;
    display: flex;
    align-items: center
}

section#our-seo-services-section .flip-card-front, section#seoprocess-section .flip-card-front {
    background-color: #eef0eb;
    color: #000
}

section#seoprocess-section .flip-card-back {
    color: #000;
    transform: rotateY(180deg);
    background-color: #eef0eb;
    overflow-y: scroll;
    height: 100%;
    padding: 5px
}

section#our-seo-services-section .flip-card:hover .flip-card-inner, section#seoprocess-section .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

section#seoprocess-section .flip-card-back, section#seoprocess-section .flip-card-front {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

section#seoprocess-section .flip-card h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0
}

section#seoprocess-section .flip-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 0
}

section#seoprocess-section .flip-card-back p {
    text-align: justify
}

section#seoprocess-section .flip-card-back::-webkit-scrollbar {
    width: 5px
}

section#seoprocess-section .flip-card-back::-webkit-scrollbar-track {
    background: 0 0
}

section#seoprocess-section .flip-card-back::-webkit-scrollbar-thumb {
    background: #818181
}

section#seoprocess-section .flip-card-back::-webkit-scrollbar-thumb:hover {
    background: 0 0
}

section#seoprocess-section .flip-card.align-left {
    position: relative;
    right: -50px
}

section#seoprocess-section .flip-card.align-right {
    position: relative;
    left: -50px
}

section.packages-section ul#pills-tab {
    justify-content: center;
    width: max-content;
    margin: 0 auto !important;
    padding: 15px 0;
    border-radius: 20px;
    background-color: #EEF0EB;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .16);
    position: relative;
    bottom: -25px;
    z-index: 1
}

section.packages-section ul#pills-tab li button {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 15px;
    color: #00a79d;
    text-transform: uppercase;
    outline: 0 !important;
    cursor: pointer;
}

section.packages-section ul#pills-tab li button span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #00a79d;
}

section.packages-section ul#pills-tab li button.active {
    color: #eef0eb;
    background-color: #00a79d;
    outline: 0 !important
}

@media only screen and (max-width: 576px) {
    .packages-title {
        font-size: 22px !important;
        line-height: 26px !important
    }

    .packages-text {
        text-align: center;
        padding: 10px 25px !important
    }
}

@media only screen and (max-width: 767px) {
    section#industries-section .wrapper .box, section#industries-section .wrapper .industries-slider, section.faqs-section div#accordionFlushExample, section.packages-section ul#pills-tab li button, section.seo-audit-section form.seo-audit-form button {
        width: 100%
    }

    section.packages-section ul#pills-tab {
        width: 100% !important;
        padding: 10px;
        flex-wrap: wrap !important;
        justify-content: space-between;
        gap: 20px;
    }

    section.packages-section ul#pills-tab li {
        width: 33% !important
    }

    section.packages-section ul#pills-tab li button {
        font-size: 14px;
        padding: 10px
    }

    section.packages-section ul#pills-tab li button span {
        font-size: 12px
    }
}

.packages-title {
    font-size: 45px;
    line-height: 55px;
    color: #00a79d;
}

.packages-text {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 10px 170px
}

.table-1 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00a79d59;
}

/* popup-css */
.balti_popup {
    background: #fff;
    border: 2px solid #153243;
    width: 450px;
    border-radius: 12px;
    padding: 40px 20px;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.balti_popup h2 {
    font-size: 28px;
    color: #0e0e0e;
    font-weight: 700;
    margin: 10px 0 15px;
    text-transform: uppercase;
    text-align: center;
}

.balti_popup img {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.balti_popup ul {
    margin: 0;
    padding: 0;
}

.balti_popup ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.balti_popup ul li i {
    position: absolute;
    top: 13px;
    left: 14px;
    color: #00a79d;
}

.balti_popup ul li input, .balti_popup ul li textarea {
    background: #ffffff;
    border: 2px solid #153243;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.balti_popup ul li textarea {
    height: 100px;
    resize: none;
}

.balti_popup ul li input:focus, .balti_popup ul li textarea:focus {
    border: 2px solid #153243;
}

.balti_popup .pd-right-0 {
    padding-right: 0px !important;
}

.balti_popup ul li button[type="submit"] {
    background: #00a79d;
    color: #fff;
    font-size: 18px;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: .1s linear;
}

.balti_popup ul li input[type="submit"]:hover {
    background: #000;
}

.balti_popup .fancybox-close-small {
    border: 3px solid #00a79d;
    background: #fff;
    box-shadow: #000 0 0 10px;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    outline: none;
    z-index: 10;
    outline: none;
    overflow: visible;
    cursor: pointer;
    opacity: 1;
}

.balti_popup .fancybox-close-small:hover {
    background-image: #153243;
    z-index: 11;
}

.balti_popup .fancybox-close-small:after {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
    content: "x";
    color: #153243;
    font-size: 25px;
    right: 4px;
    transition: .1s linear;
}

.balti_popup button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.intl-tel-input .country-list li {
    display: block
}

@media screen and (max-width: 1400px) {
    .balti_popup {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .balti_popup {
        padding: 20px;
    }

    .balti_popup .pd-right-0 {
        padding-right: 15px !important;
    }

    .balti_popup ul li textarea {
        height: 85px;
    }
}

@media screen and (max-width: 490px) {
    .balti_popup {
        width: 90%;
    }

    .balti_popup h2 {
        font-size: 25px;
    }
}

.modal-backdrop {
    display: none !important;
}

.balti_popup ::placeholder {
    color: #000;
    opacity: 1;
}

.balti_popup :-ms-input-placeholder {
    color: #000;
}

.balti_popup ::-ms-input-placeholder {
    color: #000;
}

.selected-dial-code {
    color: #000;
}

/* animated-corner */
.black_friday {
    width: 250px;
    padding: 15px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 1px 2px #1c8374, 0 0 1px 2px #1c8374 inset;
    filter: drop-shadow(0px 0px 5px #1c8374);
    z-index: 9;
    cursor: pointer;
    animation: 1s linear infinite bf-animate
}

@keyframes bf-animate {
    0%, 100% {
        filter: drop-shadow(0px 0px 5px #1c8374);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #fff);
        box-shadow: 0 0 1px 2px #fff, 0 0 1px 2px #fff inset;
        border-color: #000;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
        box-shadow: 0 0 1px 2px #fff, 0 0 1px 2px #fff inset;
        border-color: #000
    }
}

.black_friday h2 {
    font-size: 25px !important;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 2px 15px #fff;
    filter: drop-shadow(0px 0px 25px #fff);
    color: #fff;
    font-weight: 600;
}

.black_friday .black_friday_top {
    padding: 10px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #1c8374, 0 0 1px 2px #1c8374 inset;
    filter: drop-shadow(0px 0px 5px #e70046);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

@keyframes bf-animate-2 {
    0%, 100% {
        filter: drop-shadow(0px 0px 5px #1c8374)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #fff);
        box-shadow: 0 0 1px 2px #fff, 0 0 1px 2px #fff inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
        box-shadow: 0 0 1px 2px #fff, 0 0 1px 2px #fff inset;
        border-color: #000
    }
}

.black_friday .black_friday_top p {
    font-size: 20px !important;
    margin-bottom: 0;
    color: #fff;
    padding: 0
}

@keyframes ping {
    0% {
        filter: drop-shadow(1px 1px 10px #fff)
    }

    50% {
        filter: unset
    }

    100% {
        filter: drop-shadow(1px 1px 10px #fff)
    }
}



