@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);

html {
    overflow-x: hidden
}

li,
p {
    font-size: 18px;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize
}

input,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
button {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500
}

a:hover {
    color: inherit
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: Poppins, sans-serif !important;
}

main {
    overflow: hidden
}

a,
button,
input,
textarea:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

.form-group input::-webkit-inner-spin-button,
.form-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-group input[type=number] {
    -moz-appearance: textfield
}

.container-fluid {
    padding: 0 50px
}

.heading-one {
    font-size: 42.7px;
    line-height: 52px;
    font-weight: 600
}

.heading-two {
    font-size: 31px;
    line-height: 44px;
    font-weight: 700
}

.heading-three {
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

.heading-four {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600
}

.heading-five {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

.heading-six {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

p {
    font-weight: 400;
    margin: 0 0 10px
}

li {
    font-weight: 500;
    margin: 0 0 5px
}

.footer-button {
    display: none !important
}

section.portfolio-publish-wrap,
section.unlock-story-wrap {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.unlock-story-content p {
    color: #212529
}

.unlock-story-content ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap
}

.unlock-story-content ul li {
    font-size: 15px;
    line-height: 23px;
    width: 45%;
    padding: 0 15px;
    position: relative
}

.unlock-story-content ul li::before {
    content: "\f324";
    position: absolute;
    left: -3px;
    top: 1px;
    font-family: "Font Awesome 6 Pro";
    color: #0d3064;
    font-size: 14px;
    font-weight: 600
}

.unlock-story-content .website-main-buttons {
    display: grid;
    margin: 20px 0 0
}

.unlock-story-content .website-main-buttons span {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 -12px 35px;
    display: block
}

.unlock-story-content .website-main-buttons a.call-btn {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0;
    transition: .3s ease-in-out
}

.unlock-story-content .website-main-buttons a.call-btn:hover {
    color: #e90041
}

.unlock-story-content .website-main-buttons a.call-btn i {
    color: #0d3064;
    font-size: 26px;
    margin-right: 3px
}

.portfolio-publish-wrap .portfolio-publish-head {
    margin: 0 0 30px;
    position: relative;
    z-index: 1
}

.portfolio-publish-head::before {
    content: "";
    position: absolute;
    top: -36px;
    right: 5px;
    width: 90%;
    height: 100%;
    background-image: url(../images/portfolio-work-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.portfolio-publish-head h2 {
    color: dimgray;
    font-size: 120px;
    line-height: 96px;
    font-weight: 800;
    width: 30%;
    margin: 0 0 20px;
    text-transform: uppercase
}

.portfolio-publish-head p {
    color: #212529;
    font-weight: 600;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 40px
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons,
.pricing-packages-wrap .pricing-packages-tablist {
    margin: 0 0 30px
}

.portfolio-publish-tablist-buttons ul.nav-pills,
.pricing-packages-tablist ul.nav-pills {
    justify-content: center;
    align-items: center
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item,
.pricing-packages-tablist ul.nav-pills li.nav-item {
    margin: 0 10px 10px
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #0d3064;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active,
.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    background: #0d3064;
    color: #fff
}

.portfolio-publish-tablist-item a {
    display: block;
    position: relative
}

.portfolio-publish-tablist-item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s ease-in-out
}

.portfolio-publish-tablist-item a img:hover {
    filter: brightness(.5)
}

section.pricing-packages-wrap {
    padding: 50px 0;
    background: #0d3064
}

.pricing-packages-wrap .pricing-packages-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center
}

.packages-bundle-box:hover .heading-five,
.packages-bundle-box:hover .packages-bundle-buttons span,
.packages-bundle-box:hover .packages-bundle-buttons ul li a.call-btn,
.packages-bundle-box:hover .packages-bundle-buttons ul li button.chat-btn,
.packages-bundle-box:hover p,
.packages-bundle-box:hover span,
.packages-bundle-box:hover ul.packages-bundle-list li,
.pricing-packages-head p {
    color: #fff
}

.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link {
    background: 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link.active,
.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link:hover {
    background: #fff;
    color: #000
}

.pricing-packages-inner .packages-bundle-box {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    margin: 0 0 20px;
    transition: .3s ease-in-out
}

.packages-bundle-box:hover {
    background: linear-gradient(90deg, #e81c24 0, #e81c24 36%, #88020f 100%)
}

.packages-bundlebox-head .heading-five {
    color: #212529;
    text-transform: uppercase;
    margin: 0 0 10px
}

.packages-bundlebox-head span {
    color: #212529;
    font-size: 44px;
    line-height: 52px;
    font-weight: 900;
    margin: 0 0 10px;
    display: block
}

.packages-bundlebox-head p {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 10px
}

.packages-bundlebox-head .popup-btn {
    background: #0d3064;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    width: 125px;
    border-radius: 0;
    padding: 3px;
    margin: 0 0 10px;
    text-align: center;
    transition: .3s ease-in-out
}

.packages-bundle-box ul.packages-bundle-list {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    padding: 0 10px 0 20px;
    margin: 0 0 20px;
    transition: .6s ease-in-out
}

ul.packages-bundle-list::-webkit-scrollbar-track {
    border-radius: 5px
}

ul.packages-bundle-list::-webkit-scrollbar {
    width: 5px;
    background: #9a9a9a;
    border-radius: 10px
}

ul.packages-bundle-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out
}

ul.packages-bundle-list:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible
}

ul.packages-bundle-list li {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    list-style: disc
}

.packages-bundle-box .packages-bundle-buttons {
    border-top: 1px solid #e6e1e1;
    padding: 20px 0 0
}

.packages-bundle-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px
}

.packages-bundle-buttons ul li {
    margin: 0 10px
}

.packages-bundle-buttons ul li a.call-btn,
.packages-bundle-buttons ul li button.chat-btn {
    background: 0 0;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border: none
}

.packages-bundle-buttons span {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    display: block
}

.pricing-packages-inner .packages-bundle-combobox {
    background: #fff;
    padding: 25px 50px;
    border-radius: 5px
}

.packages-bundle-combobox .packages-combobox-head {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.packages-combobox-head h3 {
    color: #000;
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    width: 50%;
    margin: 0 15px 0 0
}

.packages-combobox-head h3 span {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    display: block
}

.packages-combobox-head p {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    width: 30%;
    margin: 0 15px
}

.packages-combobox-list h4 {
    color: #000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 10px
}

.packages-combobox-list ul.combobox-bundle-list {
    min-height: 135px;
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px 10px 20px
}

ul.combobox-bundle-list::-webkit-scrollbar-track {
    border-radius: 5px
}

ul.combobox-bundle-list::-webkit-scrollbar {
    width: 5px;
    background: linear-gradient(90deg, #e81c24 0, #e81c24 36%, #88020f 100%);
    border-radius: 10px
}

ul.combobox-bundle-list::-webkit-scrollbar-thumb {
    background: #e81c24;
    border-radius: 5px
}

.packages-combobox-list ul.combobox-bundle-list li {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    list-style: disc;
    font-weight: 400
}

.key-feat-main-dv .ke-feat-head-dv,
.packages-bundle-combobox .packages-combobox-price,
.utilize-current-main .lst-dv-slid-par,
.utilize-current-main .utlize-cur-head-dv {
    text-align: center
}

.packages-combobox-price .heading-two {
    color: #000;
    font-weight: 500;
    margin: 0 0 10px
}

.packages-combobox-price span {
    color: #000;
    font-size: 62px;
    line-height: 68px;
    font-weight: 900;
    display: block;
    margin: 0
}

.packages-combobox-price del {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    display: block
}

.packages-combobox-price p {
    font-weight: 500;
    display: block
}

.packages-combobox-price button.chat-btn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0 0 15px
}

.packages-combobox-price button.popup-btn {
    background: #0d3064;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    width: 125px;
    border-radius: 0;
    padding: 5px;
    margin: 0 auto 10px;
    text-align: center;
    transition: .3s ease-in-out;
    display: block
}

section.testimonials-section-main-dv,
section.utilize-current-main {
    padding: 50px 0
}

.utlize-cur-head-dv .heading-three {
    background: #0d3064;
    padding: 10px;
    margin: 0 40px;
    color: #fff;
    text-transform: uppercase
}

.utlize-cur-head-dv p {
    width: 60%;
    margin: 20px auto
}

.utilize-current-main .lst-dv-slid-par p {
    font-size: 20px;
    line-height: 27px
}

section.key-feat-main-dv {
    padding: 50px 0;
    background: url(../images/key-feature-bg.webp) center center/cover no-repeat;
    min-height: 1315px
}

.key-feat-main-dv .key-feat-serv-dv {
    display: flex;
    justify-content: center;
    margin-top: 85px;
    position: relative;
    z-index: 1
}

.key-feat-serv-dv h4 {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    text-align: center
}

.key-feat-serv-dv:before {
    content: "";
    background: url(../images/key-feature-slide-line.webp) 0 0/contain no-repeat;
    height: 100%;
    width: 57%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px
}

.key-feat-serv-dv .serv-dv-list {
    width: 14%;
    text-align: center
}

.key-feat-main-dv .concept-head-dv {
    margin-top: 50px
}

.concept-head-dv .heading-two {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto 20px
}

.concept-head-dv .concept-crd-dv {
    display: flex;
    background-color: #fff;
    padding: 10px 25px;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 30px
}

.concept-crd-dv .crd-dv-btn a {
    background: #0d3064;
    padding: 13px 12px;
    color: #fff;
    line-height: 1.62;
    float: right;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 4px 2px rgb(82 82 82 / 40%);
    border-radius: 26px
}

.concept-head-dv .promise-head-dv,
.form-sec-iinner-wrap .form-crd-main-dv,
.subscription-main-dv .subscrip-ban-head {
    text-align: center;
    color: #fff
}

.promise-head-dv .heading-three {
    margin-bottom: 20px
}

.promise-head-dv img {
    width: 40%
}

.testimonials-section-main-dv .testi-inner-head {
    margin-bottom: 50px
}

.testi-inner-head h2 {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600
}

.testi-inner-wrap .test-card-dv {
    padding: 27px 29px;
    margin: 10px 0;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%)
}

.testi-inner-wrap .test-card-dv p {
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    padding: 0 10px 0 0
}

.test-card-dv .testi-author-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

.author-name h3 {
    color: #212529;
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

.author-name img {
    width: 100px
}

.testi-author-dv .test-brand-dv img {
    width: 150px
}

.testi-inner-wrap .testi-brand-img-dv {
    padding: 6px 9px;
    background: #fff;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
    height: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 367px;
    margin: 0 auto
}

.testi-inner-wrap .testi-brand-img-dv img {
    width: 44%
}

section.subscription-main-dv {
    padding: 50px 0;
    background: url(../images/subscribe-sec-banner.webp) center center/cover no-repeat
}

.subscrip-ban-head .heading-two {
    color: #fff;
    margin-bottom: 20px
}

.subscrip-ban-head p {
    width: 75%;
    margin: 0 auto 20px
}

.subscrip-ban-head .subs-from-main {
    display: flex;
    justify-content: center
}

.subscrip-ban-head .subs-from-main input {
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    outline: 0
}

.subscrip-ban-head .subs-from-main button {
    border-radius: 54px;
    background-color: #f86a14;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 45px
}

section.form-sec-main {
    padding: 50px 0;
    background: #0d3064
}

.form-sec-main .form-sec-head-dv {
    text-align: center;
    color: #fff;
    margin-bottom: 50px
}

.form-sec-head-dv .heading-three {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.form-sec-dv h4 {
    color: #fff;
    font-size: 32px;
    line-height: 39px
}

.form-sec-dv input::placeholder {
    color: #fff
}

.form-sec-dv textarea::placeholder {
    color: #fff
}

.form-sec-dv input,
.form-sec-dv textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dedede
}

.form-sec-dv button.btn {
    padding: 10px 50px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border: none;
    background: #fff;
    margin-top: 20px
}

.form-crd-main-dv img {
    width: 50%
}

.form-crd-main-dv h4 {
    font-size: 28px;
    line-height: 35px
}

.form-crd-main-dv p {
    font-size: 13px;
    line-height: 24px
}

section.footer-sec-main {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    color: #5d5e5e
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .heading-one {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four {
        font-size: 20px;
        line-height: 28px
    }

    .banner-main-sec::before {
        top: -75px;
        left: 50%;
        width: 275px;
        background-size: contain
    }

    .banner-main-form {
        width: 90%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container-fluid {
        padding: 0 20px
    }

    .heading-one {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four {
        font-size: 20px;
        line-height: 28px
    }

    .banner-main-sec::before {
        top: -75px;
        left: 50%;
        width: 225px;
        background-size: contain
    }

    .banner-main-form {
        width: 100%
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px
    }

    .portfolio-publish-head h2 {
        font-size: 90px;
        line-height: 84px
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundle-box ul.packages-bundle-list {
        padding: 0 5px 0 17px;
        overflow-x: hidden
    }

    .packages-bundle-buttons ul li,
    .subs-from-main .form-group {
        margin: 0 5px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .subs-from-main .form-group input {
        width: 110%
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 70%
    }

    .form-crd-main-dv h4 {
        font-size: 32px;
        line-height: 40px
    }

    .form-crd-main-dv p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container-fluid {
        padding: 0 20px
    }

    .heading-one,
    .heading-three {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two,
    .packages-combobox-head h3 span {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four,
    .packages-combobox-head p {
        font-size: 20px;
        line-height: 28px
    }

    .key-feat-serv-dv h4,
    li,
    p {
        font-size: 16px;
        line-height: 24px
    }

    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    .banner-main-sec::before {
        left: 78%
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px
    }

    .banner-main-form {
        width: 85%
    }

    section.form-sec-main,
    section.key-feat-main-dv,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px
    }

    .unlock-story-content .website-main-buttons span {
        margin: 0 0 -12px -10px
    }

    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .portfolio-publish-head h2 {
        font-size: 78px;
        line-height: 74px;
        width: 30%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 38px;
        line-height: 44px
    }

    .packages-combobox-head h3 {
        font-size: 34px;
        line-height: 42px
    }

    .packages-combobox-price span {
        font-size: 50px;
        line-height: 58px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .concept-head-dv .heading-two,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p {
        width: 100%
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .promise-head-dv img {
        width: 75%
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 5px
    }

    .subs-from-main .form-group input {
        width: 120%
    }

    .subscrip-ban-head .subs-from-main button {
        font-size: 14px;
        width: 150px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv h4 {
        font-size: 26px;
        line-height: 32px
    }

    .form-crd-main-dv p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .container-fluid {
        padding: 0 10px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 26px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    header .top-header .top-header-inner .top-head-contact a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px
    }

    header .middle-header nav.navbar .navbar-buttons {
        width: inherit
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv button.btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price .popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.key-feat-main-dv,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content ul li i {
        font-size: 18px
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items {
        flex-wrap: wrap;
        justify-content: center
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p {
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 16px;
        line-height: 22px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 33%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .testi-inner-wrap .testi-brand-img-dv {
        padding: 6px 10px
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 75%
    }

    .footer-button {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%
    }

    .footer-button a {
        background-color: #000;
        color: #fff;
        width: 100%;
        padding: 20px;
        animation: blink 0.7s infinite linear;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center
    }

    @keyframes blink {
        50% {
            background-color: #003063;
            color: #fff
        }

        100% {
            background-color: #000
        }
    }

    .footer-button {
        display: block !important
    }
}

@media only screen and (min-width:300px) and (max-width:575px) {
    .container-fluid {
        padding: 0 10px
    }

    .heading-twos {
        font-size: 16px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .banner-inner-content p {
        width: 100% !important
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 18px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-brands .banner-brands-items,
    header .top-header .top-header-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p,
    header .middle-header nav.navbar .navbar-buttons,
    header .top-header .top-header-inner .top-head-contact {
        width: 100%
    }

    header .top-header .top-header-inner .top-head-contact a {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 5px;
        margin: 0;
        text-align: center
    }

    .banner-inner-content ul li i,
    header .top-header .top-header-inner .top-head-contact a i {
        font-size: 18px
    }

    header .middle-header nav.navbar {
        padding: 10px 0;
        justify-content: center
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px;
        margin: 0 0 10px
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv .btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price .popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons .popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .concept-crd-dv .crd-dv-txt,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 13px;
        line-height: 22px
    }

    section.key-feat-main-dv {
        padding: 30px 0;
        min-height: 1600px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 50%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .concept-head-dv .concept-crd-dv {
        flex-direction: column;
        padding: 10px 20px;
        justify-content: center
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 36%
    }

    .footer-button {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%
    }

    .footer-button a {
        background-color: #000;
        color: #fff;
        width: 100%;
        padding: 20px;
        animation: blink 0.7s infinite linear;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center
    }

    @keyframes blink {
        50% {
            background-color: #003063;
            color: #fff
        }

        100% {
            background-color: #000
        }
    }

    .footer-button {
        display: block !important
    }
}

@media only screen and (min-width:0) and (max-width:299px) {
    .container-fluid {
        padding: 0 10px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 26px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-brands .banner-brands-items,
    header .top-header .top-header-inner {
        flex-wrap: wrap;
        justify-content: center
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p,
    header .middle-header nav.navbar .navbar-buttons,
    header .top-header .top-header-inner .top-head-contact {
        width: 100%
    }

    header .top-header .top-header-inner .top-head-contact a {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 5px;
        margin: 0;
        text-align: center
    }

    .banner-inner-content ul li i,
    header .top-header .top-header-inner .top-head-contact a i {
        font-size: 18px
    }

    header .middle-header nav.navbar {
        padding: 10px 0;
        justify-content: center
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px;
        margin: 0 0 10px
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv button.btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price button.popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .concept-crd-dv .crd-dv-txt,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 16px;
        line-height: 22px
    }

    section.key-feat-main-dv {
        padding: 30px 0;
        min-height: 1600px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 50%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .concept-head-dv .concept-crd-dv {
        flex-direction: column;
        padding: 10px 20px;
        justify-content: center
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 75%
    }
}

.emailClass {
    text-transform: lowercase
}

.pricing_div {
    display: flex;
    gap: 5px
}

.pricing_div del {
    font-size: 16px;
    font-weight: 500
}

.packages-bundle-box:hover del {
    color: #fff
}

.popup-btn-href {
    background: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    color: #fff !important;
    border: 2px solid #f86a14;
    font-size: 16px;
    width: 175px;
    border-radius: 50px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    text-decoration: none;
    display: none;
    text-align: center
}

.banner-main-form label {
    margin: 0 0 1rem
}

.crd-dv-btn .giveCallUs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: none
}

@media(max-width:1440px) {
    .popup-btn-href {
        display: none
    }

    .crd-dv-btn .giveCallUs {
        display: none
    }
}

@media(max-width:400px) {
    .heading-twos {
        font-size: 16px !important
    }
}

@media(max-width:575px) {
    .popup-btn-href {
        display: block;
        background: #0d3064;
        color: #fff;
        border: 2px solid #fff;
        margin-top: 1rem
    }

    header.main-header.sticky-header {
        position: unset
    }

    .crd-dv-btn .giveCallUs {
        display: block;
        margin-right: 10px
    }

    iframe#webWidget {
        height: 50% !important;
        bottom: 0 !important;
        top: unset !important
    }

    .heading-twos {
        font-size: 16px
    }
}

.test-card-dv .testi-author-dv i {
    color: #0d3064;
    font-size: 19px;
    margin-top: 5px
}

@media(max-width:1199px) {
    .testi-inner-wrap .testi-brand-img-dv {
        width: 100%
    }
}

.dmca-protection {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center
}

.copy-right-footer-dv p {
    margin-bottom: unset
}

.form-sec-main label {
    color: #fff
}

.clac {
    color: #000 !important
}

.heading-twos {
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    text-align: left !important
}

.package-para {
    width: 70%;
    margin: 0 auto
}



body,
html {
    scroll-behavior: smooth;
    font-weight: 400;
    font-family: Archivo, sans-serif
}

.index-wrap-4-item a,
.text-suppercase {
    text-transform: uppercase
}

.index-wrap-2 ul li,
a {
    position: relative
}

body,
ul {
    margin: 0
}

.index-wrap-pricing .sec_top,
p.w-100 {
    text-align: center !important
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: Archivo, sans-serif
}

:root {
    --dark-color: 53, 67, 77;
    --light-color: 255, 255, 255;
    --clr-1: 96, 59, 165;
    --clr-2: 1, 135, 137;
    --trans-timing: cubic-bezier(0.65, 0, 0.35, 1)
}

ul {
    padding: 0
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: 0 0
}

.scroll_block::-webkit-scrollbar-thumb {
    background: 0 0
}

p.mb-0.invisible-scroll.scroll_block {
    height: 115px
}

html {
    overflow-x: hidden
}

body {
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    color: #333;
    background: center/cover no-repeat fixed #fff
}

.wrapper {
    width: 100%;
    overflow: hidden
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d
}

* {
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    outline: 0;
    color: inherit;
    cursor: pointer;
    transition-duration: .8s
}

a:active,
a:focus {
    color: #f7f7f7;
    outline: 0 !important
}

a:hover {
    color: #f55542;
    outline: 0 !important
}

.fw-700,
.fw-800,
b,
strong {
    font-weight: 700
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

h5 {
    font-size: 24px
}

h4 {
    font-size: 36px
}

.index-wrap-6-item-impression-content .impression-h6,
h3 {
    font-size: 40px
}

h1 {
    font-size: 118px
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.clr-1 {
    color: #ffff82
}

.clr-2,
footer p {
    color: #666
}

.lh-27 {
    line-height: 27px
}

.text-dark {
    color: #482c1e !important
}

.form-control,
input,
select,
textarea {
    background: #f9f9f9;
    color: #a4a4a4;
    padding: 17px 8px 17px 25px;
    transition: .3s linear;
    height: auto;
    border-radius: 70px;
    font-size: 16px !important;
    box-shadow: unset;
    width: 100%;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-top: unset
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: unset;
    background: #f9f9f9;
    color: #a4a4a4;
    outline: unset
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: #a4a4a4
}

.form-control::placeholder,
input::placeholder {
    color: #a4a4a4;
    font-size: 16px;
    opacity: 1
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 16px
}

.btn,
button {
    border: 1px solid #36596f;
    color: #fff;
    background: linear-gradient(180deg, #1e3949 0, #234b62 100%);
    transition: .4s linear;
    font-weight: 500;
    border-radius: 12px
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
    border: 1px solid #36596f;
    /* color: #fff; */
    background: linear-gradient(180deg, #f55542 0, #d44939 100%)
}


.btn.btn-white,
button.btn-white {
    padding: 15px 24px;
    border: 1px solid #fff;
    color: #f55542;
    background: #fff;
    transition: .4s linear;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px
}

.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover,
button.btn-white:active,
button.btn-white:focus,
button.btn-white:hover {
    border: 1px solid #f55542;
    color: #f55542;
    background: #fff
}

.social-media-ppc-numbers {
    margin-top: 30px
}

p.w-100 {
    font-size: 12px !important;
    line-height: 18px !important
}

.counter-box .numbers-img h3 {
    font-weight: 900;
    font-family: Poppins, sans-serif;
}

.social-media-ppc-numbers .counter-box .numbers-img img {
    margin-right: 4px;
    margin-bottom: 4px;
    object-fit: contain;
    width: 16%
}

.invisible-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #f5f5f500;
    border-radius: 0
}

.invisible-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500
}

.invisible-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #ee307300
}

.case_sec3 .sec_content .box2 .box_publish p::after,
.index-wrap-2 ul .li-last::before,
.my-tabs {
    display: none
}

.break_line,
.index-wrap-pricing .sec_content .tabs li span,
.my-tabs.current {
    display: block
}

.w-85 {
    width: 85%
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding-top: 22px
}

.header-inner {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 13px
}

.header-anchor-number .span-1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #05c9fd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px

}

.header-anchor-number .span-1 i {
    font-size: 14px;
    color: #fff
}

.header-anchor-number .span-2 {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;

}

header ul {
    gap: 50px;
    padding-right: 45px
}

.index-wrap-1 .span-tag {
    border: 1px solid #05c9fd;
    color: #fff;
    background: linear-gradient(180deg, #05c9fd 0, #234b62 100%);
    padding: 12px 17px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;

}

.index-wrap-1 h1 {
    font-size: 41px;
    padding: 10px 0 20px !important;
    text-align: left;
    font-family: Poppins, sans-serif

}

.index-wrap-1 h1 .span-1 {
    color: #05c9fd;
}

.index-wrap-1 h1 .span-2 {
    color: #05c9fd;
    font-family: Poppins, sans-serif

}

.index-wrap-1 p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-family: Poppins, sans-serif


}

.index-wrap-1-form-box {
    background: #e44f3d;
    border-radius: 12px;
    width: 400px;
    padding: 30px;
    margin-top: 0;
    margin-left: auto
}

.index-wrap-2 ul li::before,
.input-icon-span {
    margin: auto 0;
    top: 0;
    position: absolute;
    bottom: 0
}

.index-wrap-1-form-box .index-wrap-1-form-box-input input {
    background-color: transparent;
    font-size: 12px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    margin: 10px 0
}

.index-wrap-1-form-box form .col-lg-12 {
    width: 100%;
    margin: 10px auto 0;
    text-align: center
}

.btn,
button {
    font-size: 16px !important;
    padding: 21px
}

.input-icon-span {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #36596f;
    background: linear-gradient(180deg, #1e3949 0, #234b62 100%);
    display: inline-flex;
    left: 2px;
    justify-content: center;
    align-items: center
}

.index-wrap-1 {
    padding: 13rem 0 7rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/wrap-1-bg.webp);

}

.index-wrap-2 h2 {
    font-size: 20px;
    padding-bottom: 22px
}

.index-wrap-2 {
    background: #f3f8ea;
    padding: 55px 0
}

.index-wrap-2 ul li::before {
    content: "";
    right: -80px;
    height: 100px;
    width: 1px;
    background: #cecece
}

.index-wrap-3 h2,
.index-wrap-4 h2,
.index-wrap-5 h2,
h2 {
    font-size: 50px
}

.index-wrap-3 .p-parah {
    font-size: 18px;
    line-height: 32px;
    padding: 25px 0 35px
}

.index-wrap-3-item h4 {
    font-size: 35px
}

.index-wrap-3-item {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 25px 15px
}

.index-wrap-3-item-main .p-main {
    font-size: 25px;
    height: 188px;
    overflow-y: scroll;
    margin-bottom: 35px
}

.index-wrap-3-item-main .p-name {
    font-size: 18px;
    font-weight: 600
}

.index-wrap-3-item-main .p-rating {
    font-size: 16px;
    font-weight: 300
}

.index-wrap-3-item-inner {
    background: #fbfbfb;
    border-radius: 20px;
    padding: 30px 30px 35px 35px
}

.index-wrap-3-item-main {
    width: 90%;
    display: inline-block;
    border: 2px solid #ffffff2c;
    backdrop-filter: blur(25px);
    background: rgb(204 204 204 / 30%);
    border-radius: 29px;
    padding: 25px 27px
}

.index-wrap-3-item-main .custom-padding {
    padding: 0 0 35px
}

.index-wrap-3-item-main-before::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: rgb(226 78 60);
    border-radius: 25px
}

.index-wrap-3 {
    padding: 110px 0 100px
}

.index-wrap-3-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto
}

.index-wrap-4 {
    padding: 70px 0;
    background: #f2f0e9
}

.index-wrap-4-item {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 40px 28px;
    margin-bottom: 25px
}

.index-wrap-4-item .span-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block
}

.index-wrap-4-item .span-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index-wrap-4-item h4,
.index-wrap-7-item h4 {
    font-size: 22px;
    padding: 10px 0 18px
}

.index-wrap-4-item a {
    font-size: 16px
}

.index-wrap-4-item a img {
    padding-left: 7px
}

.index-wrap-4-item p {
    margin-bottom: 20px;
    line-height: 26px;
    height: 156px;
    overflow-y: scroll
}

.index-wrap-4-item-cta {
    background: #f55542;
    border-radius: 10px;
    height: 94%;
    padding: 0 30px;
    display: inline-flex;
    align-items: center
}

.index-wrap-4-item-cta h5 {
    font-size: 35px;
    padding: 18px 0 16px
}

.index-wrap-4-item-cta p {
    font-size: 20px;
    padding-bottom: 24px
}

.wrap-4-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto
}

.index-wrap-5 p {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0 30px;
    font-family: Poppins, sans-serif

}

.index-wrap-5 {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.index-wrap-5-img {
    position: absolute;
    right: 150px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 560px
}

.index-wrap-6-item-impression-content h5 {
    font-size: 30px;
    font-family: Poppins, sans-serif

}

.index-wrap-6-item-impression-content .impression-p {
    font-size: 18px
}

.index-wrap-6-item-review {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 35px
}

.index-wrap-6-item-review .index-wrap-6-item-review-content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    height: 84px;
    overflow-y: scroll;
    font-family: Poppins, sans-serif

}

.index-wrap-6-item-review .index-wrap-6-item-review-rating {
    font-size: 14px
}

.index-wrap-6-item-padding {
    padding: 30px 0
}

.index-wrap-6-item .index-wrap-6-item-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 28px
}

.index-wrap-6-item .index-wrap-6-item-img img,
.review-item .review-item-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-wrap-6-item {
    background: #fff;
    padding: 23px 22px;
    border-radius: 25px;
    transition: .4s linear;
    box-shadow: 0 0 50px #f5544200;
    margin-bottom: 25px
}

.index-wrap-6 {
    background: linear-gradient(180deg, rgb(220 241 176 / 80%) 0, hsl(78deg 44% 92% / 80%) 100%);
    padding: 80px 0 90px
}

.index-wrap-6-item:hover {
    background: #f55542;
    box-shadow: 0 0 50px #f55442bb
}

.index-wrap-6-item:hover .index-wrap-6-item-impression-content .impression-h6,
.index-wrap-6-item:hover .index-wrap-6-item-impression-content .impression-p,
.index-wrap-6-item:hover .index-wrap-6-item-impression-content h5,
.section11 .sec_top h2,
.section13 .combo_btn .btn_1 span,
.section13 .sec_left h2 span,
.services_sec6 .sec_right .my-tabs .content p {
    color: #fff
}

.index-wrap-6-item-padding::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 60%;
    background: #cecece;
    margin: auto
}

.index-wrap-6-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-family: Poppins, sans-serif

}

section#our-seo-services-section {
    position: relative;
    padding: 50px 0;
    background: #eef0eb
}

.fold-04 h2 a[class=text-gradient],
span[class="title d-block"] {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #153243
}

.index-wrap-7 {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.seo-updated-ppc-hero-form {
    background-color: #fff !important;
    padding: 40px 25px;
    width: 60%;
    border-radius: 12px;
    box-shadow: 2px 2px 30px #888;
    margin-left: auto;
}

.seo-updated-ppc-hero-form h3 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px;
    font-family: Poppins, sans-serif

}

.seo-updated-ppc-hero-form label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 0;
    letter-spacing: 0;
    font-family: Poppins, sans-serif

}
.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;
    font-family: Poppins, sans-serif

}



.seo-updated-ppc-hero-form button {
    font-size: 16px !important;
    padding: 10px;
    display: block;
    font-family: Poppins, sans-serif;
    width: 100%;
}
.dfsdw{
    filter: brightness(0) saturate(100%) invert(68%) sepia(75%) saturate(2842%) hue-rotate(152deg) brightness(98%) contrast(105%);
}

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

    .call-btn {
        display: block !important;
        position: fixed !important;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .index-wrap-2 ul li::before,
    .index-wrap-3-item-main-before::before,
    header .header-inner .col-md-9.text-end ul {
        display: none !important
    }

    header .header-inner a.btn {
        display: none;
    }

    .index-wrap-1 h1 {
        padding: 10px 0 0
    }

    .index-wrap-1 h1 img {
        width: 25px
    }

    .index-wrap-2 img {
        width: 60px
    }
    .d-flex{
        justify-content: center;
    }

    .index-wrap-3-item-main {
        width: 100%;
        border: 1px solid #ffffff2c;
        border-radius: 22px;
        padding: 0
    }

    .index-wrap-3-item-inner {
        padding: 20px 10px
    }

    .index-wrap-3-item-main .p-name {
        font-size: 14px
    }

    .index-wrap-3-item-main .custom-padding {
        padding: 0 0 15px
    }

    .index-wrap-3-item-main .p-rating {
        font-size: 14px;
        font-weight: 300;
        margin-top: 20px
    }

    .review-item {
        padding: 10px
    }

    .index-wrap-9 {
        padding-top: 20px
    }

    .index-wrap-9 .index-wrap-9-form-box h2 span,
    .services_sec7 .sec_top h2 {
        font-size: 25px
    }

    .index-wrap-9 .index-wrap-9-form-box {
        padding: 20px
    }

    .index-wrap-1-form-box,
    .index-wrap-pricing .sec_content .tabs li {
        width: 100%
    }

    .case_sec3 .sec_content .box .box_details li {
        width: 50%;
        border-right: unset
    }

    .case_sec3 .sec_content ul {
        width: 100%;
        gap: 0
    }

    .case_sec3 .sec_content .box .box_publish p::after {
        display: none
    }

    .index-wrap-3-item-main .p-main {
        height: unset;
        margin-bottom: 15px;
        font-size: 15px !important
    }

    .case_sec3 h2,
    .index-wrap-pricing .sec_top h3 {
        font-size: 25px;
        line-height: 30px
    }

    .index-wrap-pricing .sec_content .tabs li.current {
        font-size: 16px
    }

   
    .case_sec3 .sec_content .box h4,
    .index-wrap-1 h1,
    .index-wrap-3 h2,
    .index-wrap-4 h2,
    .index-wrap-5 h2,
    .index-wrap-9 .index-wrap-9-form-box h2,
    h2 {
        font-size: 21px
    }

    .section12 .sec_content .cities ul li {
        font-size: 12px
    }

    .section12 .sec_content .cities {
        width: 300px;
        margin: 30px auto 0
    }

    .section12 .sec_content h2 {
        font-size: 22px
    }

    .services_sec6 .sec_top h2 {
        font-size: 28px
    }

    .fold-04 h2 a[class=text-gradient],
    .services_sec6 .sec_right .my-tabs .content h2,
    span[class="title d-block"] {
        font-size: 31px
    }

    .justify-content-center h3 {
        font-size: 23px
    }

    .index-wrap-pricing .sec_content .tabs_section .my-tabs.four_tab.current .seo-updated-ppc-hero-form {
        width: 100%;
    }

    section.combo-sec .combo-box .combo-top h2 {
        width: 100%;
        font-size: 22px;
    }

    .case_sec3 .tabs_section ul.tabs {
        gap: 15px;
        flex-wrap: wrap;
    }

    .case_sec3 .tabs_section .tab-content.current .portfolio-box {
        width: 70%;
        margin: auto;
        padding: 0;
    }

    .case_sec3 .tabs_section .tab-content.current .portfolio-box a .hover-effect img {
        padding: 25px 5px;

    }
    .seo-updated-ppc-hero-form{
        width: 100%;
    }

    .header-inner {
        background: #fff;
        padding: 20px 20px 20px 30px;
        border-radius: 13px;
        margin: 0 auto;
        display: flex;
        width: 60%;
    }

}