:root {
    --font-body: "DM Sans";
    --icon: "Font Awesome 6 Pro", sans-serif
}

::selection {
    background: blue;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #4837FF
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    background-color: #171717;
}

body.inner-header {
    /* padding-top: 100px; */
}

h1,h2,h3,h4,h5,h6 {
    display: block;
    font-weight: 400
}

*:hover,*:focus,* {
    outline: none!important;
}

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

a,input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

span {
    display: inline-block
}

textarea,select,input[type],textarea,select,button {
    font-family: var(--font-body);
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    opacity: 1
}

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px
}

.highlighted {
    color: #ff5e14
}

.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center
}

.slick-dots li {
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none
}

.slick-dots li button:before,.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0;
    background: #DDD;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box
}

.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px
}

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    background: #fff0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.logo {
    display: inline-block
}

.logo img {
    display: block
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px
}

.menu-Bar span:nth-child(1) {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

.menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 0 16px 35px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.menu>li>a {
    display: block;
    font-size: 16px;
    color: #DEE2E6;
    font-weight: 500
}

.header-btn {
    background: var(--primary);
    color: white!important;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400!important
}

.header-btn:hover {
    transform: scale(1.03)
}

.menu>li :hover>a,.menu>li .active>a {
    color: var(--primary)
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

.has-child {
    position: relative;
    z-index: 1
}

.dropdown {
    position: absolute;
    background: #fff;
    border-radius: 0 0 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%),0 6px 6px rgb(0 0 0 / 10%);
    display: none
}

@keyframes slide {
    0% {
        height: 0
    }

    100% {
        height: auto
    }
}

.dropdown .dropdown {
    left: 100%;
    top: 0
}

.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px
}

.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.chev.rotate {
    transform: rotate(180deg)
}

.chev {
    transition: .5s ease
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1
    }

    100% {
        top: 115px;
        opacity: 0
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0
    }

    100% {
        top: 40px;
        opacity: 1
    }
}

.mainBanner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-content {
    padding: 60px 0 100px;
    text-align: center
}

h1.banner-heading {
    margin-bottom: 2rem;
    color: #FCFCFC;
    font-size: 72px;
    font-weight: 700;
    line-height: 73px
}

p.banner-text {
    margin-bottom: 2rem;
    color: rgb(255 255 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 71%;
    margin: auto;
    margin-bottom: 20px
}

.accordion-list {
    position: relative
}

.accordion-list li {
    padding: 30px 20px 30px 20px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgb(0 0 0 / .05);
    border-radius: 25px;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(255 255 255 / .2);
    background: #252525;
}

ul.accordion-list li span {
    display: flex;
    position: relative
}

.accordion-list li h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding: 0px 10px;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    top: 0
}

.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077"
}

ul.accordion-list li.active h3:after {
    content: "\f077"
}

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.pckg-sec {
    position: relative;
    z-index: 0;
    padding: 30px 0 50px 0
}

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 2rem
}

.pkg-list .g-2 {
    grid-template-columns: repeat(2,1fr)
}

.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgb(0 0 0 / .05);
    border-radius: 8px
}

.pkg-list .d2 .pckg .upper {
    text-align: center
}

.pkg-list .d2 .pckg .upper .price {
    justify-content: center
}

.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px
}

.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px
}

.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280
}

.pckg.d2 {
    box-shadow: 0 1px 2px rgb(0 0 0 / .05)
}

.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px
}

.pckg.d2 .upper {
    text-align: center
}

.pckg.d2 .upper .price {
    justify-content: center
}

.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px
}

.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem
}

.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem
}

.pckg .btn-wrap a {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px
}

.pckg .btn-wrap .btn-norm {
    color: var(--primary);
    transition: .5s ease
}

.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03)
}

.pckg .upper .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 1rem;
    color: #2D2D2D
}

.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280
}

.pckg .upper p {
    font-size: 17px;
    line-height: 26px;
    color: #6E6E6E;
    margin-bottom: 1.5rem
}

.pckg .upper .price {
    display: flex;
    align-items: baseline;
    gap: 1px;
    margin: 1.5rem 0
}

.pckg .upper .price .amount {
    font-weight: 500;
    font-size: 45px;
    line-height: 40px;
    color: #fff
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #5b5b5b
}

.pckg .upper {
    border-bottom: 1px solid gray
}

.pckg .bottom .includes {
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px
}

.pckg .bottom ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FCFCFC;
    position: relative;
    display: flex
}

.pckg .bottom ul {
    margin: 1rem 0 1rem
}

.bottom span {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 700;
}

.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem
}

.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: #fff;
    height: 25px;
    margin-right: 12px;
    background: #4837FF;
    border-radius: 30px;
    font-size: 12px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pckg .btn-wrap {
    flex-direction: column;
    margin: 0
}

span.tag {
    background: #FBBF24;
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 32px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52%
}

.pckg:hover {
    border: 1px solid #4f7efa
}

.sec-heading {
    margin-bottom: 2rem
}

.sec-heading.center {
    text-align: center
}

.sec-heading h2 {
    color: #9CA3AF;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px
}

.sec-heading.white h2 {
    color: #fff
}

.sec-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #5F5F5F;
    margin: 1rem 0
}

.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem
}

.padding-2 {
    padding: 1rem 0
}

.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
    justify-content: center
}

.theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease
}

.theme-btn.bordered {
    background: #fff0;
    color: var(--black)
}

.theme-btn:hover {
    transform: scale(1.03)
}

.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: #fff0
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px
}

.newcountrycode .phone-field {
    width: 100%
}

.newcountrycode input {
    border: 0
}

.mt-200 {
    margin-top: 200px
}

.port-slide .det span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-heading)
}

.port-slide .det a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #31A8FE;
    border-bottom: 1px solid
}

a.arrow-btn {
    color: #fff;
    position: absolute;
    top: calc(50% - 54px);
    width: 60px;
    height: 60px;
    background: #4837FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 24px;
    color: #333;
    box-shadow: 0 1.32566px 14px rgb(0 0 0 / .08)
}

.portfolio-slider a.arrow-btn.right.slick-arrow {
    right: 8%
}

.portfolio-slider a.arrow-btn.left.slick-arrow {
    left: 8%
}

ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 70px 0 20px 0
}

.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px
}

.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000
}

ul#counter li .counter>div {
    color: #FFF;
    text-align: center;
    font-size: 46.753px;
    font-weight: 700
}

ul#counter li {
    background-position: center;
    width: 100%;
    height: 200px;
    text-align: center;
    border-radius: 15.584px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(226 232 255 / .01);
    box-shadow: 0 -27.273px 81.818px -23.377px rgb(226 232 255 / .12) inset;
    padding: 40px 10px
}

ul#counter li .counter span.text {
    color: #FFF;
    text-align: center;
    font-size: 17.532px;
    font-weight: 400;
    line-height: 27.273px
}

.input-field1 label {
    padding-left: 10px;
    color: #292929;
    font-weight: 500;
    padding-bottom: 8px
}

.input-field1 input,.input-field1 textarea {
    cursor: pointer;
    height: 45px;
    width: 100%;
    font-size: 16px;
    color: #222;
    padding: 12px 12px;
    outline: none!important;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 15px;
    border: solid 1px #00000021;
    background-color: #fff
}

.input-field1 textarea {
    height: 58px
}

.send {
    text-align: left;
    padding-top: -5px
}

.send input[type="submit"] {
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 12px 50px;
    border-radius: 50px;
    box-shadow: 0 1.7px 3.1px 0 rgb(11 93 81 / .01);
    background-color: #4939fb
}

.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529
}

.details a {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.details {
    margin-bottom: 40px
}

.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    background: #008576;
    border-radius: 50px;
    text-align: center
}

.social-icons li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center
}

.details a i,.details p i {
    color: #008576;
    padding-right: 12px
}

footer {
    background: #000;
    padding: 62px 0
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #585e60;
    padding: 20px 0
}

.copyright p,.copyright a {
    color: #fff
}

.footer-hdng h4 {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 600
}

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5rem
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
    color: #fff;
}

.error-image {
    margin-top: 100px
}

.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
    color: #fff;
}

.terms .roman {
    list-style: upper-roman
}

.terms ul {
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
}

.terms ul li {
    margin-bottom: 1rem;
    list-style: disc;
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.terms h4 {
    font-size: 26px;
    margin: 1rem 0;
    color: #fff;
    font-weight: 500;
}

.terms p {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .shopify-bag-text p {
        font-size:12px!important
    }

    .sub-shopify {
        justify-content: start!important;
        gap: 200px!important
    }

    .position-sec-transform {
        top: 730px!important;
        left: 560px!important
    }

    .starter-text-svg {
        left: 500px!important;
        top: 289px!important
    }

    .contact-half span {
        text-align: start!important;
        font-size: 16px!important
    }

    .contact-last {
        text-align: center!important;
        width: 36%!important
    }
}

@media (max-width: 1200px) {
    header {
        padding:1rem 0
    }

    .btns {
        margin: 1.5rem 0
    }

    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80
    }

    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        padding: 1rem;
        font-weight: 500
    }

    .form-head .form-heading {
        white-space: normal;
        font-size: 20px
    }

    .form-head {
        padding: 1rem
    }

    .btn-normal {
        padding: 10px 8px
    }

    .sub-menu a {
        color: #333!important;
        margin-bottom: 0!important
    }

    .sub-menu {
        left: auto!important;
        padding-top: 16px;
        top: 24px
    }

    a.header-btn {
        padding: 15px 20px!important;
        margin-bottom: 0!important;
        display: flex!important;
        gap: 5px!important;
        align-items: center
    }

    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%
    }

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

    .menu-Bar {
        display: block;
        top: 0
    }

    .menuWrap.open {
        display: flex;
        left: 0;
        justify-content: space-between;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%)
    }

    ul.menu>li {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column
    }

    ul.menu>li>a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
        margin-right: 0;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize
    }

    .container {
        position: relative
    }

    header .main-header ul.menu>li>a {
        color: #000;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem
    }

    header .main-header ul.menu>li>a:before {
        display: none
    }
}

@media (max-width : 1025px) {
    .btn-wrap .theme-btn {
        font-size:16px
    }

    .overlap-slider {
        width: 100%;
        position: relative
    }
}

@media only screen and (min-width : 992px) and (max-width :1024px) {
    h1.banner-heading {
        font-size:50px!important;
        line-height: 55px!important;
        margin-bottom: 15px!important
    }

    span.sub-heading {
        font-size: 14px!important;
        margin-bottom: 5px!important
    }

    p.banner-text {
        font-size: 16px!important
    }

    .star-sec-banner p {
        width: 55%!important
    }

    ul#counter {
        margin: 50px 0 0 0px!important
    }

    .guess-work-text h2 {
        font-size: 36px!important;
        line-height: 40px!important
    }

    .guess-work-text p {
        width: 70%!important;
        font-size: 14px!important
    }

    .half-guess-work h3 {
        font-size: 20px!important
    }

    .half-guess-work p {
        font-size: 13px!important;
        line-height: 22px!important
    }

    .half-guess-work ul li {
        font-size: 14px!important
    }

    .shopify-bag-notification {
        padding: 10px 10px!important
    }

    .sub-shopify {
        gap: 150px!important
    }

    .sub-shopify h4 {
        font-size: 14px!important
    }

    .sub-animated-text h4 {
        font-size: 20px!important
    }

    .sub-animated-text p {
        font-size: 14px!important
    }

    span.stylish-content {
        font-size: 12px!important
    }

    .card-running-text h3 {
        font-size: 18px
    }

    .card-running-main {
        padding: 20px 15px!important;
        height: 280px!important
    }

    section.running-sec {
        padding-top: 50px!important;
        padding: 50px 0 0 0px!important
    }

    .half-transform h3 {
        font-size: 20px
    }

    ul.tick-sec li {
        font-size: 15px!important
    }

    .half-transform.large-size-sec {
        margin: 0 0 0 -10px!important
    }

    .position-sec-transform {
        left: 435px!important;
        top: 500px!important;
        height: 50px!important;
        width: 50px!important
    }

    .position-sec-transform p {
        font-size: 22px!important
    }

    section#portfolio {
        padding: 10px 0 0 0px!important
    }

    .starter-text-svg {
        left: 380px!important;
        top: 237px!important
    }

    .pckg .bottom ul li {
        font-size: 14px!important
    }

    .upper-sec p {
        font-size: 22px!important
    }

    a.theme-btn {
        padding: 20px 16px!important
    }
}

@media only screen and (min-width : 768px) and (max-width :991px) {
    .banner-content {
        padding:50px 0 50px!important
    }

    h1.banner-heading {
        font-size: 40px!important;
        line-height: 50px!important;
        margin-bottom: 20px!important
    }

    p.banner-text {
        width: 85%!important
    }

    p.para-small {
        margin-bottom: 25px!important
    }

    .star-sec-banner p {
        width: 70%!important
    }

    .guess-work-ext-sec {
        padding: 50px 50px!important
    }

    .guess-work-text p {
        width: 80%!important
    }

    .half-guess-work ul {
        margin-bottom: 30px!important
    }
.shopify-img-bag {
    display: block !important;
}
    .shopify-bag-notification {
        width: 75%!important;
        margin: auto!important;
        margin-bottom: 15px!important;
    }

    .guess-work-text h2 {
        font-size: 30px!important;
        line-height: 40px!important
    }

    .half-guess-work img {
        /* display: none!important; */
    }

    .half-guess-work-radar {
        display: none!important
    }

    section.transform-sec {
        padding: 0 0px!important
    }

    .starter-text-svg {
        left: 440px!important;
        top: 237px!important
    }

    .footer-hdng {
        justify-content: center!important;
        align-items: center!important;
        display: flex!important;
        flex-direction: column!important;
        text-align: center!important
    }

    .footer-hdng h4 {
        margin-left: 0!important
    }

    .footer-hdng {
        margin-bottom: 30px!important
    }

    .position-sec-transform {
        height: 50px!important;
        width: 50px!important;
        top: 990px!important;
        left: 350px!important
    }

    .half-transform.large-size-sec {
        margin: 10px 0px!important
    }

    .form {
        margin-bottom: 30px!important
    }

    ul#counter li .counter>div {
        font-size: 34px!important
    }

    ul#counter li .counter span.text {
        font-size: 16px!important;
        line-height: 23px!important;
        margin-top: 10px!important
    }
}

@media only screen and (min-width : 375px) and (max-width :736px) {
    ul#counter {
        display:none!important
    }
    
    .half-transform.large-size-sec {
    border-radius: 16px !important;
    backdrop-filter: blur(12px) !important;
    margin: 20px 0px !important;
    transform: scale(1) !important;
    border: 1px solid !important;
}
    
    .position-sec-transform {
    display: none !important;
}

    .pkg-list {
        grid-template-columns: repeat(1,1fr)
    }

    header {
        padding: 1rem 0
    }

    .banner-content {
        padding: 20px 0 20px
    }

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem
    }

    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px
    }

    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem
    }

    .btn-wrap a {
        width: 100%;
        text-align: center
    }

    .banner-img {
        display: none
    }

    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px
    }

    .sec-heading p {
        font-size: 16px;
        line-height: 26px
    }

    .sec-heading .sub-heading {
        margin-bottom: .5rem
    }

    .copyright {
        flex-direction: column;
        gap: 12px
    }

    ul#counter li .counter>div {
        font-size: 34px!important
    }

    ul#counter li .counter span.text {
        font-size: 16px!important;
        line-height: 23px!important;
        margin-top: 10px!important
    }

    .star-sec-banner p {
        width: 98%!important
    }

    .guess-work-ext-sec {
        padding: 30px 15px!important
    }

    .guess-work-text p {
        width: 90%!important
    }

    .shopify-bag-wrapper {
        margin-top: 40px!important
    }

    .sub-shopify {
        gap: 120px!important
    }

    .guess-work-text h2 {
        font-size: 25px!important;
        line-height: 30px!important
    }

    .sec-upper-header p {
        text-align: center!important;
        font-size: 14px!important
    }

    .star-sec-banner p {
        width: 98%!important
    }

    .guess-work-ext-sec {
        padding: 30px 15px!important
    }

    .guess-work-text p {
        width: 90%!important
    }

    .shopify-bag-wrapper {
        margin-top: 40px!important
    }

    .sub-shopify {
        gap: 120px!important
    }

    .guess-work-text h2 {
        font-size: 25px!important;
        line-height: 30px!important
    }

    .card-running-main {
        height: 250px
    }

    section.transform-sec {
        padding: 0 0px!important
    }

    section#pricing {
        padding: 0!important
    }

    .pckg {
        margin-bottom: 20px!important
    }

    section.contact {
        padding: 60px 0px!important
    }

    .form {
        margin-bottom: 20px!important
    }

    .contact-last {
        width: 100%!important
    }

    .footer-hdng {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        margin-bottom: 40px!important;
        flex-direction: column!important
    }

    .footer-hdng h4 {
        margin-left: 0!important
    }

    footer {
        padding: 50px 0 0 0px!important
    }

    .half-guess-work img {
        display: none!important
    }

    .half-guess-work-radar {
        display: none!important
    }

    .half-guess-work {
        margin-bottom: 30px!important
    }

    .sub-animated-text {
        margin-bottom: 30px!important
    }

    .shopify-bag-notification {
        width: 100%!important;
        gap: 20px!important
    }

    .shopify-img-bag img {
        display: block!important
    }
}

.sec-upper-header {
    display: flex;
    height: 50px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    background: #4837FF;
    width: 100%;
    display: none;
}

.sec-upper-header p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.sec-upper-header p strong {
    font-weight: 700
}

a.logo img {margin: 5px 0px 0px 0px;width: 260px;}

a.theme-btn {
    display: inline-flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 68px;
    background: #4837FF;
    gap: 10px;
    border: none;
    color: white!important;
    /* width: 100%; */
}

span.sub-heading strong {
    font-weight: 700
}

p.banner-text a {
    color: rgb(252 252 252 / .65);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-underline-offset: auto;
    text-underline-position: from-font
}

p.para-small {
    color: #FCFCFC;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    margin-bottom: 50px;
    margin-top: 25px
}

.star-sec-banner p {
    font-weight: 400;
    color: rgb(252 252 252 / .65);
    font-size: 16px;
    font-weight: 400;
    width: 43%;
    line-height: 28px;
    margin: auto;
    margin-bottom: 20px
}

p.para-small a {
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font
}

.star-sec-banner h3 {
    color: #FCFCFC;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.port-slide {
    align-items: center!important
}

.guess-work-ext-sec {
    border-radius: 55px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(226 232 255 / .01);
    box-shadow: 0 -28px 84px -24px rgb(226 232 255 / .12) inset;
    backdrop-filter: blur(6px);
    padding: 60px 100px
}

.guess-work-text h2 {
    color: #FCFCFC;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px
}

.guess-work-text p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: auto;
    width: 55%;
    margin-bottom: 50px
}

.half-guess-work h3 {
    color: #FFF;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 24px
}

.half-guess-work p {
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px
}

.half-guess-work ul li {
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

section.upper-header-sec {
    /* position: fixed; */
    /* width: 100%; */
    /* top: 0; */
    /* z-index: 999; */
}

.stars-img-svg {
    margin-bottom: 10px;
    text-align: center
}

section.slider-first {
    padding: 60px 0
}

.sub-shopify {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sub-shopify h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500
}

.shopify-bag-text p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

.sub-shopify p {
    color: #8A8A8A;
    font-size: 14px;
    line-height: 20px;
    margin: 0 -40px 0 0
}

.shopify-bag-notification {
    border-radius: 16px;
    border: 1px solid rgb(63 65 86 / .7);
    background: rgb(255 255 255 / .02);
    backdrop-filter: blur(6px);
    margin-bottom: 15px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 25px
}

.half-guess-work ul {
    padding-left: 25px
}

.half-guess-work ul li {
    padding: 5px 10px;
    position: relative;
    z-index: 0
}

.half-guess-work ul li:before {
    position: absolute;
    z-index: 0;
    background-image: url(../images/tick.webp);
    top: 10px;
    left: -20px;
    content: '';
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.guess-work-sub-animated {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
}

.sub-animated-img {
    margin-bottom: 30px
}

.sub-animated-text h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 15px
}

.sub-animated-text p {
    color: #9CA3AF;
    font-size: 16px;
    line-height: 24px
}

.star-sec-banner {
    text-align: center
}

span.stylish-content {
    border-radius: 59px;
    border-right: 6px solid #4837FF;
    border-left: 6px solid #4837FF;
    background: rgb(72 55 255 / .26);
    padding: 6px 18px;
    align-items: center;
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px
}

.half-guess-work-redar img {
    position: relative;
    z-index: 0;
    animation: researchRadarRotate 6s infinite linear
}

.half-guess-work-radar img:before {
    content: "";
    background: red;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0
}

@keyframes researchRadarRotate {
    0% {
        transform: rotate(-201deg)
    }

    to {
        transform: rotate(159deg)
    }
}

section.running-sec {
    padding: 50px 0 0 0
}

.card-running-main {
    border-radius: 8px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(226 232 255 / .01);
    box-shadow: 0 -28px 84px -24px rgb(226 232 255 / .12) inset;
    text-align: center;
    padding: 35px 30px;
    height: 300px;
    margin-bottom: 50px
}

.card-running-text h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px
}

.card-running-text p {
    color: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px
}

.half-transform h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px
}

.half-transform {
    text-align: center;
    border: 1px solid rgb(226 232 255 / .1);
    border-radius: 16px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(35 35 38 / .3);
    box-shadow: 0 -28px 84px -24px rgb(226 232 255 / .12) inset;
    backdrop-filter: blur(12px);
    padding: 40px 50px
}

ul.cross {
    margin-left: 50px;
    text-align: start;
    margin-top: 30px
}

ul.cross li {
    padding: 10px 10px;
    color: #9CA3AF;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 0
}

ul.cross li:before {
    position: absolute;
    z-index: 0;
    content: '';
    background-image: url(../images/cross.webp);
    left: -20px;
    top: 6px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.half-transform.large-size-sec {
    border-radius: 16px;
    border: 1px solid var(--main,#4837FF);
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(35 35 38 / .3);
    box-shadow: 0 -28px 84px -23px rgb(226 232 255 / .12) inset;
    backdrop-filter: blur(12px);
    transform: scale(1.1);
    margin: 0 5px
}

ul.tick-sec li {
    padding: 5px 10px;
    position: relative;
    z-index: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

ul.tick-sec li:before {
    position: absolute;
    z-index: 0;
    content: '';
    background-image: url(../images/tick.webp);
    left: -20px;
    top: 6px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

ul.tick-sec {
    margin-left: 50px;
    text-align: start;
    margin-top: 30px
}

section.transform-sec {
    padding: 80px 0;
    position: relative;
    z-index: 0
}

.stars-img-svg.transform-span {
    margin-top: 80px;
    color: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.stars-img-svg.transform-span p {
    color: rgb(252 252 252 / .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.position-sec-transform p {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px
}

.position-sec-transform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    align-items: center;
    z-index: 0;
    border-radius: 9999px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(72 55 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),#2B3674;
    box-shadow: 0 -28px 84px -24px rgb(226 232 255 / .12) inset;
    padding: 14px 13px;
    bottom: 580px;
    left: 915px
}

.half-guess-work-radar {
    text-align: center
}

a.arrow-btn.right {
    right: 10px
}

.sec-1-img {
    align-items: center!important
}

.sec-1-img img {
    width: 100%
}

a.arrow-btn i {
    color: #fff
}

section.sec-slider-dropshipper {
    padding: 30px 0
}

section#portfolio {
    padding: 10px 0 50px 0
}

.pckg {
    border-radius: 16px;
    background: radial-gradient(100% 103.78% at 50% 0%,#fff0 80.55%,rgb(122 150 255 / .04) 100%),radial-gradient(100% 120.05% at 50% 0%,#fff0 33.78%,rgb(226 232 255 / .08) 100%),rgb(226 232 255 / .01);
    box-shadow: 0 -28px 84px -24px rgb(226 232 255 / .12) inset;
    border: 1px solid;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 2px solid #fff0;
    margin-bottom: 20px
}

.upper-sec {
    display: flex;
    align-items: center;
    gap: 20px
}

.upper-sec p {
    color: #FCFCFC;
    font-weight: 700;
    line-height: 32px;
    font-size: 24px
}

.starter-text-svg {
    position: absolute;
    top: 290px;
    z-index: 0;
    left: 850px
}

.pckg:hover {
    border: 2px solid #2F00FB;
    margin-bottom: 20px
}

.bottom {
    overflow: auto;
    height: 400px;
    margin: 20px 0
}

a.simple {
    color: #fff
}

.form {
    border-radius: 30px;
    background: #FCFCFC;
    padding: 20px 20px
}

.input-field1 textarea {
    height: 150px!important
}

section.contact {
    padding: 100px 0
}

.stars-img-svg p {
    color: #b8b8ae;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px
}

.contact-last {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    width: 40%;
    justify-content: start
}

.port-slide img {
    border-radius: 40px;
    margin: auto;
    display: flex;
    align-items: center
}

.half-guess-work-radar img {
    position: relative;
    z-index: -1
}

.footer-sec {
    text-align: center;
    margin: 0 0 40px 0
}

.footer-sec img {
    height: 100px;
    width: 100%
}

.footer-hdng ul li a {
    color: #fff;
    margin-bottom: 10px
}

.starter-text-svg {
    display: none
}

.footer-hdng {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.copyright-sec {
    background: #000
}

span.sub-heading {
    color: #b8b8ae;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px
}

.btn-secondary{
    width:100%;
    padding: 14px 40px;
    font-size: 16px;
}





.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px
}

.footer-logo {
    max-width: 220px
}

footer {
    background: #030e1a;
    padding: 1.5rem 0
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center
}

.copyright p,.copyright a {
    color: #fff
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px
}

footer {
    padding: 80px 0 50px;
    background: #000
}

.copyright-sec {
    background: #000
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #d9d9d94d;
    text-align: center
}

.copyright p,.copyright a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    opacity: 70%
}

.footer-social-icons {
    border-radius: 15px;
    border: 1px solid rgb(217 217 217 / .3);
    padding: 12px 15px
}

.footer-social-icons a {
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.footer-logo-container {
    text-align: center;
    margin-bottom: 20px
}

.footer-social-icons h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px
}

.footer-social-icons a i {
    margin-right: 10px
}
.card-running-img img {
    height: 60px;
}

.sec-extra-b h3 {
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.leadforms-step-title,
.leadforms-step-instruction {
    display: none !important;
}
.leadforms-form-body-wrapper .leadforms-form-body-bg-color {
    background: transparent !important;
}
.leadforms-form-body-wrapper .leadforms-form-body {
    padding: 34px 0 0 !important;
}
/* popup */
.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}
.popupmain {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  /* background: #fff; */
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  display: none;
  /* border-radius: 8px; */
  max-height: 90vh;
}
.mmpopup {
  background: url("../images/popup-bg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 33px;
  border: 5px solid #393edf;
  padding: 12px;
}
.mmpopup .popup-content {
  padding: 50px 40px;
  width: 100%;
  max-width: 500px;
  border-radius: 29px;
  background: #383fe069;
  box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(33.75px);
  overflow: hidden;
}
.mmpopup .formpop {
  width: 100%;
  margin-top: 60px;
}
.mmpopup .form-text {
  color: #000;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}
.mmpopup .form-text a {
  color: #659640;
  font-weight: 700;
}
.mmpopup .form-text a:hover {
  color: var(--secondary);
}
.mmpopup .form-group-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  align-items: center;
  gap: 0;
  column-gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
}
.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  position: relative;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}
.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}
.mmpopup .centercont h4 {
  font-size: 35px;
  color: #fdc42c;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  color: #0085ff;
}
.mmpopup .centercont h3 span {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #ffffff;
  font-size: 60px;
}
.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: "Inter";
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border: 0;
}
.form-group field input.form-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form-group input.form-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  width: 100%;
}
.fld-btn button.banner-btn {
  border: 4px solid #f45a28;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 5px;
  background: #f45a28;
  box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* popup */