@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
}

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
}

.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
}

header.main-header {
    background: #FFDD11;
    width: 100%;
    transition: all 0.3s ease;
}
header.main-header.sticky-header {
    position: sticky;
    top: 0;
    z-index: 111;
    transition: all 0.3s ease;
}

header .top-header .top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-brands .banner-brands-items,
header .top-header .top-header-inner .top-head-contact {
    display: flex;
    align-items: center
}

header .top-header .top-header-inner .top-head-contact a {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border-radius: 50px;
    margin: 0 5px;
    transition: .3s ease-in-out
}

header .top-header .top-header-inner .top-head-contact a:hover {
    color: #e41b23
}

header .top-header .top-header-inner .top-head-contact a i {
    color: #FFDD11;
    font-size: 20px;
    margin-right: 3px
}

header .middle-header {
    background: #fff;
}

.banner-main-sec::before,
section.banner-main-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

header .middle-header nav.navbar {
    padding: 20px 0;
    justify-content: space-between
}

header .middle-header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

header .middle-header nav.navbar .navbar-brand img {
    width: 125px;
    margin: 0;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(82deg) brightness(99%) contrast(99%); */
    display: block;
    transition: all 0.3s ease;
}
header.main-header.sticky-header .navbar-brand img {
    width: 215px !important;
}

header .middle-header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.top-header {
    padding: 10px 0;
}
header .top-header .top-header-inner button.popup-btn {
    background: #000;
    color: #fff;
    border: 2px solid #ffff;
    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;
}s

header .middle-header nav.navbar .navbar-buttons button.popup-btn {
    background: #FFDD11;
    color: #fff;
    border: 2px solid #ffff;
    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
}

.banner-main-form .form-group button.submit-btn:hover,
header .middle-header nav.navbar .navbar-buttons button.popup-btn:hover {
    background: #fff;
    color: #FFDD11;
}

section.banner-main-sec {
    background-image: url(../images/main-banner.png);
    padding: 50px 0;
    position: relative;
    /* background: #FFDD11; */
    /* background: linear-gradient(152deg, #3a9f84, #050c0b); */
}

.banner-main-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 560px;
    /* background-image: url(../images/main-banner-before.png) */
}

.navigation-main ul {
    display: flex;
    align-items: center;
    gap: 38px;
    justify-content: center;
    margin-bottom: 0;
}

.navigation-main ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.banner-inner-content .heading-one {
    color: #fff;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.banner-inner-content .heading-one span {
    text-transform: uppercase;
    font-weight: 700;
}
.banner-inner-content p {
    width: 80%;
    margin-bottom: 2rem !important;
}

.banner-inner-content p,
.ke-feat-head-dv .heading-three,
.pricing-packages-head .heading-three {
    color: #fff;
    margin: 0 0 20px
}

.banner-inner-content ul,
.packages-bundle-box .packages-bundlebox-head,
.packages-bundle-combobox .packages-combobox-list,
.portfolio-publish-tablist-inner .portfolio-publish-tablist-item,
.utilize-current-main .porfolio-brand-inner {
    margin: 0 0 20px
}

.banner-inner-content ul li {
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
}

.banner-inner-content ul li i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px
}

.banner-inner-content .heading-six {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.banner-inner-content .heading-six strong {
    margin: 0 5px
}

.banner-inner-content .heading-six .rating-stars-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5px 0 0
}

.banner-inner-content .heading-six .rating-stars-icon img {
    width: 15px;
    height: 14px;
    margin: 0 2px 0 0
}

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

.unlock-story-content .heading-two,
.unlock-story-content ul li {
    margin: 0 0 10px;
    color: #212529
}

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

.banner-main-form {
    background: #fff;
    width: 80%;
    border-radius: 30px;
    padding: 30px;
    margin: 0 auto
}

.banner-main-form .heading-four {
    background: #000;
    color: #FFDD11;
    font-weight: 700;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase
}

.banner-main-form .heading-five {
    color: #FFDD11;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

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

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

.banner-main-form .form-group.form-group-last {
    margin: 0
}

.banner-main-form .form-group input {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px
}

.banner-main-form .form-group input::placeholder {
    color: #a4a4a4
}

.banner-main-form .form-group textarea {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    height: 110px;
    resize: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px
}

.banner-main-form .form-group textarea::placeholder {
    color: #a4a4a4
}

.banner-main-form .form-group button.submit-btn {
    background: #FFDD11;
    color: #000;
    border: 2px solid #FFDD11;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.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: #FFDD11;
    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: #FFDD11;
    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: #000;
    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 #FFDD11;
    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: #FFDD11;
    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 {
    /* background: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%); */
    padding: 50px 0;
    background: #000;
}

.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: #FFDD11;
    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, #000 0, #000 36%, #000 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: #FFDD11;
    color: #000;
    border: 1px solid #fff;
    font-size: 14px;
    width: 125px;
    border-radius: 0;
    padding: 5px;
    border-radius: 24px;
    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: #FFDD11;
    color: #000;
    border: 1px solid #fff;
    font-size: 16px;
    width: 125px;
    border-radius: 24px;
    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: #FFDD11;
    padding: 10px;
    margin: 0 40px;
    color: #000;
    /* border-radius: 50px; */
    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/lplp.png) 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/ko.png) 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: #FFDD11;
    padding: 10px 25px;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 30px
}

.concept-crd-dv .crd-dv-btn a {
    background: #000;
    padding: 13px 12px;
    color: #fff;
    line-height: 1.62;
    /* border: 1px solid #fff; */
    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: #000;
}

.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: #FFDD11;
    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: #FFDD11;
    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;
        text-align: center;
    }

    .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: #FFDD11;
            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 {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        margin-top: 13px;
    }

    .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: 120px;
        margin: 0 0 10px
    }
    header .top-header .top-header-inner button.popup-btn{
        display: none;
    }
    .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: 5px -14px 6px;
        padding: 20px;
        width: 90%;
        background: #FFDD11;
        margin: 0 auto;
        display: none;
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        margin: 0 auto;
        margin-top: 12px;
        background: #2f252969;
    
        /* Blink animation */
        animation: blinkText 1s infinite;
    }
    
    @keyframes blinkText {
        0%   { opacity: 1; }
        50%  { opacity: 0; }
        100% { opacity: 1; }
    }
    .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;
        text-align: center ;
    }
    section.footer-sec-main{
        padding: 80px 0;
    }
    .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;
        background: #FFDD11;
        padding: 18px;
    }

    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: #FFDD11;
            color: #fff;
        }
        100%{
            background-color: #000;
        }
    }
    .footer-button {
        display: block !important;
    }
}

@media only screen and (min-width:0px) 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: #FFDD11;
        color: #fff;
        border: 2px solid #ffff;
        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: #FFDD11;
    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;
    color: #000;
}
.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;
}

.slick-slide img{
    /* filter: invert(43%) sepia(49%) saturate(425%) hue-rotate(114deg) brightness(97%) contrast(98%); */
    filter: brightness(0);
}

/* Default: mobile hidden */
.testimonials-mobile-section {
    display: none;
}

/* Mobile view */
@media (max-width: 767px) {

    /* Desktop section hide */
    .testimonials-section-main-dv {
        display: none;
    }

    /* Mobile section show */
    .testimonials-mobile-section {
        display: block;
        padding: 50px 0;
    }
    .test-card-dv .testi-author-dv{
        justify-content: center;
    }
    .autoShowModal{
        display: none !important;
    }
    .pricing_div{
        justify-content: center;
    }
}



.modal-backdrop {
    display: none !important
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal {
    background: rgba(0, 0, 0, .6);
    /* z-index: 9999999 !important */
}


.autoShowModal .customCheckbox input[type=checkbox],
.autoShowModal .customRadio input[type=radio] {
    position: absolute;
    left: -9999px;
}

.autoShowModal .customRadio input[type=radio]+label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    margin-left: 44px;
    font-size: 14px;
    margin-top: 1rem;
}

.autoShowModal .customRadio input[type=radio]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #FFDD11;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.autoShowModal .modal-header {
    justify-content: end;
}

.newdf {
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 4px !important;
    margin-top: 14px !important;
}

.autoShowModal input {
    width: 89% !important;
    background-color: #e1e1e1;
}

.autoShowModal .customRadio input[type=radio]+label:after {
    content: '';
    background: #FFDD11;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform .3s linear, opacity .3s linear;
}

.autoShowModal .customRadio input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.customCheckbox input[type=checkbox]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
    color: #787779;
}

.autoShowModal .customCheckbox input[type=checkbox]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.autoShowModal .customCheckbox input[type=checkbox]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #311b92 #311b92;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform .3s linear, opacity .3s linear;
}

.autoShowModal .customCheckbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    color: #311b92;
}

.autoShowModal .modal-title {
    font-weight: 700 !important;
}

.autoShowModal .modal-footer,
.autoShowModal .modal-header {
    border-bottom: 0;
    border-top: 0;
    max-width: 600px !important;
    position: relative;
}

.autoShowModal .my_checkbox {
    margin-left: 3%;
}

.autoShowModal .modal-content {
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 25px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.autoShowModal .modal-footer {
    max-width: 600px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autoShowModal .modal-footer>:not(:last-child) {
    margin-right: 2rem;
}

.autoShowModal .modal-footer>:not(:first-child) {
    margin-left: .5rem;
}

.autoShowModal .modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
}

.autoShowModal .box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.autoShowModal button#nextbtn {
    background: linear-gradient(to right, #FFDD11 0, #FFDD11 100%);
    border: none;
    color: #fff;
}

.autoShowModal h6 {
    font-size: 20px;
}

.autoShowModal button#backbtn {
    border: 1px solid;
    background: linear-gradient(to right, #FFDD11 0, #FFDD11 100%);
    color: #fff;
}

.autoShowModal .modal-footer .col-5.justify-content-start {
    display: none;
}

.autoShowModal .modal-footer>:not(:last-child) {
    display: none;
}

.autoShowModal .modal-footer>:not(:first-child) {
    display: block;
}

.autoShowModal .formtext {
    margin: 0 0 0 33px;
}

.autoShowModal .modal-open .modal {
    background: #080808a8;
}

.autoShowModal h3 {
    font-size: 1.25rem;
}

.autoShowModal div#myModal .modal-dialog {
    top: 20%;
}

.autoShowModal .innerpage {
    padding: 60px 0;
    margin: 45px 0 0;
}

.autoShowModal a.bynw.primary-btn {
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.modal.show .modal-dialog {
    transform: none;
    min-height: calc(100% - 1rem);
}

.autoShowModal .modal-body {
    border: none;
    border-radius: 0;
    height: auto !important;
}

#form6 input {
    margin: .4rem 0 .4rem 15px;
}

.btn-success {
    color: #000 !important;
    background-color: #FFDD11 !important;
    border-color: #FFDD11;
    margin: 0 auto !important;
    margin-top: 15px !important;
}

.nedkfc {
    width: 60% !important;
}

.close-rns {
    padding: 11px 16px;
}

.autoShowModal .modal.show .modal-dialog {
    z-index: 999999999999;
}

.autoShowModal .modal {
    z-index: 9999;
}

  /* ===== STEPPER STYLES ===== */
  .stepper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px 5px;
    gap: 0;
}

.stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}
.form-control{
    font-size: 0.9rem;
}

.stepper-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #dee2e6;
    z-index: 0;
    transition: background-color 0.3s ease;
}

.stepper-item.completed:not(:last-child)::after {
    background-color: #FFDD11;
}

.stepper-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #dee2e6;
}

.stepper-item.active .stepper-circle {
    background-color: #FFDD11;
    border-color: #FFDD11;
    color: #000;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.2);
}

.stepper-item.completed .stepper-circle {
    background-color: #FFDD11;
    border-color: #FFDD11;
    color: #000;
}

.stepper-label {
    font-size: 10px;
    margin-top: 4px;
    color: #adb5bd;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
}

.stepper-item.active .stepper-label {
    color: #FFDD11;
    font-weight: 600;
}

.stepper-item.completed .stepper-label {
    color: #FFDD11;
}

/* ===== EXISTING STYLES (unchanged) ===== */
#form1, #form2, #form3, #form4, #form5 { display: none; }