@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

:root {
    --radius: 70;
    --progress: 0;
    --black: #000;
    --white: #fff;
    --textColor: #232323;
    --themeColor: #40D3CF;
    --themeColor2: #FDD034;
    --headingColor: #161a1d;
    --headingColor2: #131212;
    --circumference: calc(2 * 3.14159 * var(--radius));
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'circular-std';
    src: url(../fonts/circular-std-medium-500.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    margin: 0 0 0px;
    font-size: 100px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2px;
    color: var(--themeColor);
    font-family: 'circular-std';
}

h2 {
    font-size: 80px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -2px;
    font-family: 'circular-std';
}

h3 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    font-family: 'circular-std';
}

h4 {
    font-size: 15px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'circular-std';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'circular-std';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -1px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.theme-btn-1 {
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 60px;
    position: relative;
    border-radius: 12px;
    color: var(--black);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    background-color: var(--themeColor);
}

.theme-btn-2 {
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 60px;
    position: relative;
    border-radius: 12px;
    color: var(--black);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-2:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    background-color: var(--themeColor2);
}

.theme-btn-3 {
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 70px;
    position: relative;
    border-radius: 12px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--black);
}

.theme-btn-3:hover {
    transition: ease-in;
    color: var(--black);
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1650px;
}

/*header css start */

.menuSec {
    width: 100%;
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: var(--textColor);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: var(--textColor);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSection {
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 9999;
    padding: 0px 4%;
    position: fixed;
}

.menuSection .header-fixed {
    padding: 13px 40px;
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: 0px 3px 30px #00000029;
}

.header-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn {
    flex-shrink: 0;
    width: fit-content;
}

.header-btn a {
    padding: 25px 40px;
}

.slicknav_menu {
    background-color: var(--headingColor2);
}

.slicknav_menu {}

/*header css start */


/*banner css start */

.main_slider {
    overflow: hidden;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 120px;
    position: relative;
}

.main_slider .add-padding {
    position: relative;
}

.main_slider .add-padding::before {
    left: 65%;
    width: 88%;
    content: "";
    bottom: -4px;
    height: auto;
    border-radius: 50%;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: var(--themeColor);
}

.banner_text h2 {
    color: var(--themeColor2);
}

.banner_text h1 {
    margin-bottom: 20px;
}

.banner_text ul {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: flex-start;
}

.banner_text p {
    margin-bottom: 35px;
}

.banner_img {
    z-index: 1;
    width: 122%;
    display: flex;
    bottom: -10px;
    height: 950px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: bannerShake 4s infinite ease-in-out;
}

@keyframes bannerShake {

    0%,
    100% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-3px, 2px);
    }

    40% {
        transform: translate(3px, -2px);
    }

    60% {
        transform: translate(-2px, 3px);
    }

    80% {
        transform: translate(2px, -3px);
    }
}

/*banner css end*/

/* problem-sec */

.problem-text {
    max-width: 90vw;
    min-width: 720px;
    position: relative;
    min-height: 1000px;
    padding: 43px 50px;
    border-radius: 127px 0px 0px 127px;
    background-color: var(--themeColor2);
}

.problem-text img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.problem-text h2 {
    white-space: nowrap;
}

.problem-img {
    display: flex;
    max-width: 560px;
    min-height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.problem-img ul {
    left: 36%;
    z-index: 1;
    width: 500px;
    display: flex;
    bottom: 100px;
    max-width: 100%;
    padding: 40px 50px;
    text-align: center;
    position: absolute;
    align-items: center;
    border-radius: 58px;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: 0px 3px 16px #00000014;
}

.problem-img ul::before {
    top: 0;
    left: 30%;
    bottom: 0;
    width: 1px;
    content: "";
    height: 65%;
    margin: auto;
    position: absolute;
    background-color: #DFDFDF;
}

.problem-img ul::after {
    top: 0;
    bottom: 0;
    right: 35%;
    width: 1px;
    content: "";
    height: 65%;
    margin: auto;
    position: absolute;
    background-color: #DFDFDF;
}

.problem-img ul li i {
    font-size: 40px;
    margin-bottom: 10px;
}

.problem-img ul li h5 {
    font-size: 30px;
    color: #979797;
}

.problem-img ul li h6 {
    font-size: 18px;
    color: #979797;
}

.problem-img ul li i.fa-person-running {
    color: #1A96F0;
}

.problem-img ul li i.fa-clock {
    color: #ff981f;
}

.problem-img ul li i.fa-location-dot {
    color: #4aaf57;
}

.problem-img ul li p {
    font-size: 15px;
}

.problem-text::before {
    top: 0;
    left: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--themeColor2);
}

.problem-text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.problem-text a {
    margin-top: 30px;
}


/* problem-sec */

/* everything-sec */

.everything-img .step-counter-container {
    right: 74%;
    bottom: 15%;
    width: 360px;
    height: 320px;
    display: flex;
    position: absolute;
    border-radius: 58px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 3px 16px #00000014;
}

.everything-img .step-counter-container svg {
    width: 300px;
    height: 300px;
    transform: rotate(135deg);
}

.everything-img .step-counter-container .ticks-circle {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 7px;
    stroke-dashoffset: 0;
    stroke-dasharray: 2, 27;
    transform: scale(0.8) translate(30px, 30px);
    clip-path: polygon(7% 0, 100% 0, 53% 0%, 100% 48%, 100% 100%, 0 100%, 0 0);
}

.everything-img .step-counter-container .bg-arc {
    fill: none;
    stroke: #f1f3f4;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-dasharray: 424.115, 565.487;
}

.everything-img .step-counter-container .progress-arc {
    fill: none;
    stroke: var(--themeColor);
    stroke-width: 15;
    stroke-linecap: round;
    stroke-dasharray: 0, 565.487;
    transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.everything-img .step-counter-container .step-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    text-align: center;
    width: 100%;
}

.everything-img .step-counter-container .step-label {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom: 5px;
}

.everything-img .step-counter-container h4 {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1;
}

.everything-img .step-counter-container .step-goal {
    font-size: 20px;
    color: #999;
    margin-top: 5px;
}

.everything-img .step-counter-container .pause-btn {
    width: 45px;
    bottom: 35px;
    height: 45px;
    display: flex;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    background: var(--white);
    justify-content: center;
    color: var(--themeColor);
    transition: all 0.3s ease;
    border: 2px solid var(--themeColor);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.everything-img .step-counter-container .pause-btn:hover {
    color: white;
    transform: scale(1.05);
    background: var(--themeColor);
}

.everything-img .step-counter-container .pause-btn.paused i::before {
    content: "\f04b";
}

.everything-text {
    display: flex;
    padding: 30px;
    min-height: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* border-radius: 0px 127px 127px 0px; */
    /* background-color: var(--themeColor); */
}

/* .everything-text::before {
    top: 0;
    bottom: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--themeColor);
} */


.everything-text img {
    width: 265px;
    height: 265px;
    position: relative;
    object-fit: contain;
}

.everything-text h2 {
    max-width: 495px;
    font-weight: 400;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    color: var(--white);
}

.everything-text h2::before {
    top: 0;
    left: 0;
    content: '';
    height: 12px;
    width: 172px;
    position: absolute;
    border-radius: 20px;
    background-color: var(--white);
}

.everything-text ul {
    gap: 30px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}

.everything-text ul li img {
    height: 54px;
    width: 170px;
    object-fit: contain;
}

.everything-text a {
    margin-top: 30px;
}

.everything-img {
    left: 2%;
    width: 110%;
    height: 787px;
    display: flex;
    min-height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.everything-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.everything-sec {
    padding: 100px 0px;
    background-color: var(--themeColor);
}


/* everything-sec */

/* why-it-work-sec */

.why-it-work-sec {
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
    backdrop-filter: blur(4px);
    background-color: #d4cece3b;
}

.why-it-work-sec .row {
    z-index: 1;
    position: relative;
}

.why-it-work-sec::before {
    top: -20%;
    left: -25%;
    width: 50%;
    content: '';
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(253, 209, 52, 0.589) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: contain;
    animation: floatMove1 3s ease-in-out infinite;
}

.why-it-work-sec::after {
    width: 45%;
    left: -20%;
    content: '';
    bottom: -20%;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(64, 211, 207, 0.71) 0%, rgba(255, 255, 255, 0) 60%);
    background-size: contain;
    animation: floatMove2 5s ease-in-out infinite;
}

.why-it-work-sec .section-after {
    top: -30%;
    width: 60%;
    right: -25%;
    content: '';
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(64, 211, 207, 0.71) 0%, rgba(255, 255, 255, 0) 60%);
    background-size: contain;
    animation: floatMove1 5s ease-in-out infinite;
}

.why-it-work-sec .section-before {
    width: 40%;
    right: -20%;
    content: '';
    bottom: -10%;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgba(253, 209, 52, 0.514) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: contain;
    animation: floatMove2 5s ease-in-out infinite;
}

.why-it-work-sec::before,
.why-it-work-sec::after,
.why-it-work-sec .section-after,
.why-it-work-sec .section-before {
    will-change: transform;
}

.why-it-work-sec .col-12 .d-flex {
    margin-top: 50px;
}

.section-heading {
    margin-bottom: 80px;
    text-align: center;
}

.section-heading h2 {
    text-transform: uppercase;
}

.why-it-work-box {
    margin: 25px 10px;
    border-radius: 16px;
    padding: 28px 28px 35px 28px;
    background-color: var(--white);
    box-shadow: 0px 0px 120px #00000026;
}

.why-it-work-box p {
    font-size: 14px;
    color: #404040;
    line-height: 22px;
}

.why-it-work-box .why-it-work-box-icon {
    width: 82px;
    height: 82px;
    display: flex;
    font-size: 30px;
    margin-bottom: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
}

.why-it-work-box .why-it-work-box-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.why-it-work-box h5 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

/* why-it-work-sec */

/* Founder Sec Css Start */

.founder-sec {
    padding: 100px 0px 0px;
}

.founder-img {
    height: 100%;
    width: 100%;
}

.founder-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.founder-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.founder-text h2 {
    color: #40D3CF;
    font-size: 70px;
    margin-bottom: 10px;
}

.founder-text h3 {
    font-size: 60px;
    color: #FDD034;
    margin-bottom: 20px;
}

.founder-text p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

section.founder-sec {
    margin-bottom: 100px;
}

/* Founder Sec Css End */

/* Contact Sec Css Start */

.contact-text input {
    width: 100%;
    height: 62px;
    padding: 16px 30px;
    margin-bottom: 10px;
    border: 1px solid #98989800;
    border-radius: 12px;
}

.contact-text textarea {
    width: 100%;
    color: #000;
    height: 140px;
    padding: 20px 30px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #00000000;
}

.contact-text textarea::placeholder {
    color: #7d7d7d;
}

.contact-text input::placeholder {
    color: #7d7d7d;
}

.contact-text button {
    width: 100%;
    border: unset;
    padding: 20px;
    color: #fff;
    font-weight: 500;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-icon i {
    height: 75px;
    width: 75px;
    display: flex;
    font-size: 30px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--themeColor2);
}

.contact-text-info p {
    font-size: 18px;
    color: var(--white);
}

.contact-text h2 {
    margin-bottom: 20px;
}

.conctact-sec {
    padding: 100px 4%;
    position: relative;
}

.conctact-sec::before {
    top: 0;
    left: -22%;
    width: 45%;
    content: '';
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    backdrop-filter: blur(2px);
    background: radial-gradient(circle, rgba(253, 209, 52, 0.514) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: contain;
    animation: floatMove1 3s ease-in-out infinite;
}

.conctact-sec::after {
    width: 45%;
    left: -30%;
    content: '';
    bottom: -20%;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    backdrop-filter: blur(2px);
    background: radial-gradient(circle, rgba(64, 211, 207, 0.71) 0%, rgba(255, 255, 255, 0) 60%);
    background-size: contain;
    animation: floatMove2 5s ease-in-out infinite;
}

.conctact-sec .section-after {
    top: 0;
    width: 50%;
    right: -22%;
    content: '';
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    backdrop-filter: blur(2px);
    background: radial-gradient(circle, rgba(64, 211, 207, 0.71) 0%, rgba(255, 255, 255, 0) 60%);
    background-size: contain;
    animation: floatMove1 5s ease-in-out infinite;
}

.conctact-sec .section-before {
    width: 45%;
    right: -25%;
    content: '';
    bottom: -20%;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    backdrop-filter: blur(2px);
    background: radial-gradient(circle, rgba(253, 209, 52, 0.514) 0%, rgba(255, 255, 255, 0) 70%);
    background-size: contain;
    animation: floatMove2 5s ease-in-out infinite;
}

.conctact-sec::before,
.conctact-sec::after,
.conctact-sec .section-after,
.conctact-sec .section-before {
    will-change: transform;
}

.contact-text {
    position: relative;
    padding: 70px 0px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 105px;
    border: 20px solid #fff;
    background-color: var(--themeColor);
    box-shadow: 0px 0px 6px 0px #c8c8c8;
}

@keyframes floatMove1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, -100px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatMove2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-40px, 100px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Contact Sec Css Start */

/* features-sec */

/* .features-sec {
    z-index: 1;
    padding: 100px 4%;
    position: relative;
    background-color: var(--themeColor);
} */

/* .walkplus-box {
    text-align: center;
    position: relative;
    border-radius: 240px;
    padding: 60px 4% 150px;
    background-color: var(--themeColor2);
}

.walkplus-box-small {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.walkplus-box-small::before {
    top: 80px;
    right: -28%;
    content: '';
    height: 37px;
    width: 170px;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(../images/walkplus-box-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.change-before .walkplus-box-small::before {
    top: 40px;
    transform: rotate(0deg);
}

.last-before-hide .walkplus-box-small::before {
    display: none;
}

.walkplus-box h3 {
    color: var(--white);
    margin-bottom: 80px;
}

.walkplus-box-icon {
    width: 160px;
    height: auto;
    display: flex;
    border-radius: 50%;
    margin-bottom: 50px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.walkplus-box-small p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 32px;
} */

/* features-sec */

/* inner-banner */

.inner-banner {
    display: flex;
    min-height: 600px;
    text-align: center;
    align-items: center;
    padding: 150px 0px 50px;
    justify-content: center;
    background-color: var(--themeColor2);
}

.inner-banner h1 {
    color: var(--black);
}

/* inner-banner */


.terms-sec {
    padding: 100px 0px;
}

.terms-txt h2 {
    line-height: 1.5;
    padding: 0 100px;
    margin: 0 0 20px;
    text-align: center;
    color: var(--themeColor2);
}

.terms-txt h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--headingColor2);
}

.terms-txt h5 {
    font-size: 18px;
    color: var(--headingColor2);
    font-weight: 600;
    margin-bottom: 10px;
}

.terms-txt ul li {
    font-size: 16px;
    color: #2E2D29;
    margin-bottom: 10px;
}

.terms-txt p {
    font-size: 16px;
    color: #2E2D29;
    margin-bottom: 10px;
}


/* Footer Sec Start */

.copy-txt {
    background: #fdd034;
    text-align: center;
    padding: 10px 0px;
    border-radius: 8px;
}

.copy-txt p {
    font-size: 20px;
    color: #000;
}

.footerSec {
    padding-top: 40px;
}

.footerSec .row {
    z-index: 1;
    position: relative;
}

.footer-logo a img {
    height: 116px;
    width: 100%;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 16px;
    line-height: 34px;
    color: #686868;
}

.foot-links ul li a {
    color: #686868;
    line-height: 20px;
    font-size: 10px;
}

.footerSec h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

.foot-links {
    padding-left: 40px;
}

.foot-links-social ul li a i {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background: #2bd3cf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-links-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.foot-links-social {
    text-align: center;
}

.news-letter input {
    width: 100%;
    color: #000;
    height: 62px;
    padding: 10px 25px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #00000026;
}

.news-letter input::placeholder {
    color: #686868;
}

.footer-btm {
    margin-top: 80px;
    margin-bottom: 28px;
}



/* Footer Sec End */


.slicknav_nav a:hover {
    background: #40d3cf;
    color: #000000;
}

/* problem-sec */

.problem-left-wrapper {
    padding: 80px;
    border-radius: 69px;
    box-shadow: 0px 0px 120px #00000026;
}

.waiting-heading {
    margin-bottom: 60px;
}

.waiting-heading h2 {
    font-size: 72px;
    color: var(--themeColor);
}

.waiting-heading h2 span {
    display: block;
    font-size: 55px;
    margin-top: 40px;
    color: var(--themeColor2);
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
    border-radius: 10px !important;
}

.gf_progressbar_wrapper {
    gap: 10%;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
    flex-shrink: 0;
    font-size: 26px !important;
    color: #999999 !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
    width: 100%;
    margin-bottom: 0px !important;
    background-color: #EDEFEF !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: var(--black);
    font-size: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}

.ginput_container_text .large,
.ginput_container_email .large {
    width: 100% !important;
    height: 90px !important;
    font-size: 26px !important;
    border-radius: 28px !important;
    border: 2px solid #B5B5B5 !important;
}

.gform_next_button.gform-theme-button.button {
    margin: 80px auto 0px;
    width: 90% !important;
    height: 78px !important;
    display: flex !important;
    max-width: 288px !important;
    align-items: center !important;
    border-radius: 12px !important;
    justify-content: center !important;
    box-shadow: inset 0px 3px 6px #00000029;
}

.problem-sec {
    padding: 100px 0px;
}

/* problem-sec */

/* features-sec */

.features-sec {
    padding: 100px 4%;
    background-color: var(--themeColor2);
}

.features-sec .add-padding {
    max-width: 1900px;
}

.walkplus-box-small {
    display: flex;
    position: relative;
    text-align: center;
    border-radius: 92px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 63px 60px 78px;
    background-color: var(--white);
}

.walkplus-box-small::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    margin: auto;
    height: 100%;
    position: absolute;
    transition: ease-in;
    border-radius: 92px;
    transition-duration: 0.3s;
    border: 0px solid var(--themeColor);
}

.walkplus-box-small:hover::before {
    transition: ease-in-out;
    transition-duration: 0.3s;
    border: 5px solid var(--themeColor);
}

.walkplus-box-small h4 {
    z-index: 1;
    font-size: 32px;
    position: relative;
}

.walkplus-box-small p {
    z-index: 1;
    font-size: 16px;
    position: relative;
}

.walkplus-box-icon {
    z-index: 1;
    width: 160px;
    height: 160px;
    display: flex;
    position: relative;
    border-radius: 50%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 6px 8px 160px #94949429;
}

.walkplus-box-icon::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    margin: auto;
    height: 100%;
    position: absolute;
    transition: ease-in;
    border-radius: 50%;
    transition-duration: 0.3s;
    border: 0px solid var(--themeColor);
}

.walkplus-box-small:hover .walkplus-box-icon::before {
    transition: ease-in-out;
    transition-duration: 0.3s;
    border: 5px solid var(--themeColor);
}

.walkplus-box-small:hover .walkplus-box-icon {
    box-shadow: 6px 8px 160px #40d3cee0;
}

.walkplus-box-icon img {
    z-index: 1;
    width: 55px;
    position: relative;
    object-fit: contain;
}


/* features-sec */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menuSection .header-fixed {
        padding: 10px 10px;
    }

    .header-box {
        flex-wrap: wrap;
    }

    .header-logo {
        order: 1;
    }

    .menuSec {
        order: 3;
    }

    .header-btn {
        order: 2;
    }

    .menuSec ul li a {
        font-size: 13px;
        font-weight: 600;
    }

    .theme-btn-1 {
        font-size: 14px;
        padding: 20px 9px !important;
    }

    h2 {
        font-size: 40px;
    }

    h1 {
        font-size: 60px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .theme-btn-2 {
        font-size: 14px;
        padding: 20px 10px;
    }

    .banner_text ul {
        gap: 10px;
    }

    .banner_img {
        width: 100%;
        height: 590px;
        bottom: -70px;
    }

    .problem-text {
        min-height: 680px;
    }

    .problem-img ul {
        left: 15%;
        padding: 14px 24px;
        border-radius: 20px;
    }

    .problem-text img {
        width: 200px;
        height: 200px;
    }

    .everything-text img {
        height: 200px;
    }

    .everything-img {
        left: 0;
    }

    .everything-img .step-counter-container {
        width: 260px;
        right: 34%;
        bottom: 12%;
        height: 260px;
    }

    .why-it-work-box {
        margin: 10px 0px;
    }

    .founder-text h2 {
        font-size: 50px;
    }

    .founder-text h3 {
        font-size: 40px;
    }

    .theme-btn-3 {
        font-size: 14px;
        padding: 20px 30px;
    }

    .walkplus-box {
        padding: 60px 1% 40px;
        border-radius: 100px;
    }

    .walkplus-box h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .walkplus-box-small::before {
        display: none;
    }

    .walkplus-box-icon {
        width: 120px;
        margin-bottom: 20px;
    }

    .walkplus-box-small {
        margin: 0 0 30px;
    }

    .contact-text {
        border-radius: 40px;
    }

    .contact-box {
        flex-wrap: wrap;
        display: block;
        text-align: center;
        margin: 0 auto 0;
    }

    .contact-text-info p {
        font-size: 15px;
    }

    .contact-icon i {
        margin: 0 auto 10px;
    }

    .footerSec .col-md-3 {
        width: 40%;
    }

    .footer-logo a img {
        height: 70px;
    }

    .footer-logo p {
        font-size: 14px;
        line-height: 24px;
    }

    .footerSec .col-md-5 {
        width: 60%;
    }

    .news-letter {
        margin-top: 30px;
    }

    .footer-btm {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .copy-txt p {
        font-size: 14px;
    }

    .inner-banner {
        min-height: 410px;
        padding: 150px 0px 10px;
    }














}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSection .header-fixed {
        padding: 10px 10px;
    }

    .header-box {
        flex-wrap: wrap;
    }

    .header-logo {
        order: 1;
    }

    .menuSec {
        order: 3;
    }

    .header-btn {
        order: 2;
    }

    .menuSec ul li a {
        font-size: 12px;
        font-weight: 600;
    }

    .theme-btn-1 {
        font-size: 12px;
        padding: 15px 15px !important;
    }

    h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 14px;
        line-height: 25px;
    }

    .theme-btn-2 {
        font-size: 12px;
        padding: 15px 15px !important;
    }

    .banner_text ul {
        gap: 10px;
    }

    .banner_img {
        width: 100%;
        height: 590px;
        bottom: -70px;
    }

    .problem-text {
        min-height: 680px;
    }

    .problem-img ul {
        left: 15%;
        padding: 14px 24px;
        border-radius: 20px;
    }

    .problem-text img {
        width: 200px;
        height: 200px;
    }

    .everything-text img {
        height: 200px;
    }

    .everything-img {
        left: 0;
    }

    .everything-img .step-counter-container {
        width: 230px;
        right: 55%;
        bottom: 12%;
        height: 230px;
    }

    .why-it-work-box {
        margin: 10px 0px;
    }

    .founder-text h2 {
        font-size: 40px;
    }

    .founder-text h3 {
        font-size: 27px;
    }

    .theme-btn-3 {
        font-size: 12px;
        padding: 15px 15px !important;
    }

    .walkplus-box {
        padding: 60px 1% 40px;
        border-radius: 100px;
    }

    .walkplus-box h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .walkplus-box-small::before {
        display: none;
    }

    .walkplus-box-icon {
        width: 80px;
        margin-bottom: 20px;
    }

    .walkplus-box-small {
        margin: 0 0 30px;
    }

    .contact-text {
        border-radius: 40px;
    }

    .contact-box {
        flex-wrap: wrap;
        display: block;
        text-align: center;
        margin: 0 auto 0;
    }

    .contact-text-info p {
        font-size: 14px;
    }

    .contact-icon i {
        margin: 0 auto 10px;
    }

    .footerSec .col-md-3 {
        width: 40%;
    }

    .footer-logo a img {
        height: 70px !important;
    }

    .footer-logo p {
        font-size: 14px;
        line-height: 24px;
    }

    .footerSec .col-md-5 {
        width: 60%;
    }

    .news-letter {
        margin-top: 30px;
    }

    .footer-btm {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .copy-txt p {
        font-size: 14px;
    }

    .inner-banner {
        min-height: 410px;
        padding: 150px 0px 10px;
    }

    .everything-img .step-counter-container h4 {
        font-size: 30px;
    }

    .everything-img .step-counter-container .step-label {
        font-size: 15px;
    }

    .everything-img .step-counter-container .step-goal {
        font-size: 15px;
    }

    .everything-img .step-counter-container svg {
        width: 200px;
        height: 200px;
    }

    .everything-text a {
        margin-top: 20px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .founder-text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    span.walkplus-box-icon img {
        height: 40px;
        width: auto;
        object-fit: contain;
    }

    .walkplus-box-small p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }

    .conctact-sec {
        padding: 70px 4%;
    }

    .features-sec {
        padding: 70px 4%;
    }

    .why-it-work-sec {
        padding: 70px 0px;
    }

}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .theme-btn-1 {
        padding: 7px 10px !important;
        font-size: 10px;
    }

    .menuSection {
        position: relative;
        top: 0;
        padding: 0;
    }

    .menuSection .header-fixed {
        padding: 10px 10px;
        border-radius: 0;
    }

    .theme-btn-2 {
        padding: 7px 10px !important;
        font-size: 10px;
    }

    .banner_text ul {
        gap: 10px;
    }

    .main_slider {
        padding-top: 60px;
    }

    .banner_img {
        height: 550px;
    }

    .main_slider .add-padding::before {
        left: 31%;
        width: 100%;
    }

    .problem-text {
        margin-top: 30px;
        padding: 30px 20px;
        max-width: max-content;
        min-width: auto;
        min-height: auto;
        border-radius: 50px 0px 0px 50px;
    }

    .problem-img ul {
        left: 38%;
        width: 300px;
        bottom: -90px;
    }

    .problem-img ul li i {
        font-size: 20px;
    }

    .problem-img ul li h5 {
        font-size: 17px;
    }

    .problem-img ul li p {
        font-size: 10px;
    }

    .problem-img {
        margin: 0;
    }

    .problem-text {
        margin-top: 30px;
        padding: 30px 20px;
        max-width: max-content;
        min-width: auto;
        min-height: auto;
        border-radius: 50px 0px 0px 50px;
    }

    .problem-text::before {
        width: 100%;
    }

    .theme-btn-3 {
        padding: 7px 10px !important;
        font-size: 10px;
    }

    section.everything-sec {
        padding: 40px 0;
    }

    .everything-text img {
        height: 150px;
    }

    .everything-text {
        padding: 200px 30px;
        margin: 0 0 30px;
    }

    .everything-img .step-counter-container {
        right: 33%;
        width: 200px;
        height: 200px;
        bottom: 85%;
    }

    .everything-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .everything-img {
        left: 0;
    }

    .why-it-work-sec {
        padding: 40px 0px;
    }

    .section-heading {
        margin-bottom: 0px;
    }

    .founder-text h2 {
        font-size: 27px;
    }

    section.founder-sec {
        padding: 40px 0px 0px;
        margin-bottom: 40px;
    }

    .founder-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .founder-text p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .features-sec {
        padding: 40px 0%;
    }

    h3 {
        font-size: 20px;
    }

    .walkplus-box {
        border-radius: 60px;
        padding: 60px 20% 40px;
    }

    .walkplus-box-small::before {
        display: none;
    }

    .walkplus-box-icon {
        width: 80px;
        margin-bottom: 20px;
    }

    .walkplus-box-small {
        margin: 0 0 30px;
    }

    .walkplus-box-small p {
        font-size: 12px;
        line-height: 20px;
    }

    .walkplus-box h3 {
        margin-bottom: 30px;
    }

    .conctact-sec {
        padding: 40px 0;
    }

    .contact-text {
        padding: 40px 20px;
        border-radius: 50px;
    }

    .contact-text input {
        padding: 10px 12px;
        height: 45px;
        font-size: 12px;
    }

    .contact-text textarea {
        height: 100px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .contact-text .justify-content-center {
        justify-content: start !important;
    }

    .contact-icon i {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }

    .contact-box {
        margin: 0 0 10px;
        justify-content: start;
        gap: 9px;
    }

    .contact-text-info p {
        font-size: 12px;
    }

    .footer-logo a img {
        height: 70px !important;
    }

    .footer-logo p {
        font-size: 12px;
        line-height: 20px;
    }

    .foot-links {
        padding-left: 0;
        margin: 20px 0;
    }

    .foot-links-social {
        text-align: left;
        margin: 0 0 20px;
    }

    .foot-links-social ul {
        justify-content: left;
    }

    .news-letter input {
        height: 45px;
        margin-bottom: 14px;
        font-size: 12px;
    }

    .footer-btm {
        margin-top: 40px;
        margin-bottom: 14px;
    }

    .copy-txt p {
        font-size: 12px;
    }

    .inner-banner {
        padding: 100px 0px 50px;
        min-height: auto;
    }

    .menuSection .add-padding {
        padding: 0;
    }

    .terms-txt h2 {
        padding: 0px;
    }

    .terms-sec {
        padding: 40px 0px;
    }

    .terms-txt h3 {
        font-size: 24px;
    }

    .terms-txt p {
        font-size: 14px;
    }

    .inner-banner h1 {
        font-size: 35px;
    }


    .banner_text h1 {
        margin-bottom: 10px;
    }

    .banner_text p {
        margin-bottom: 15px;
    }

    .problem-text h2 {
        margin-bottom: 5px;
    }


    .problem-text a {
        margin-top: 20px;
    }

    .everything-text a {
        margin-top: 20px;
    }

    .everything-img .step-counter-container h4 {
        font-size: 25px;
    }

    .everything-img .step-counter-container .step-label {
        font-size: 15px;
    }

    .everything-img .step-counter-container .step-goal {
        font-size: 15px;
    }

    .everything-img .step-counter-container .pause-btn {
        bottom: 15px;
    }

    .why-it-work-box .why-it-work-box-icon img {
        width: 40px;
        height: 40px;
    }

    .why-it-work-box .why-it-work-box-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 10px;
    }

    .why-it-work-box h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .why-it-work-box p {
        font-size: 12px;
    }

    .why-it-work-box {
        margin: 15px 10px;
    }


    .why-it-work-sec .col-12 .d-flex {
        margin-top: 20px;
    }

    .founder-img img {
        width: 50%;
    }

    .founder-img {
        text-align: center;
    }

    span.walkplus-box-icon img {
        width: auto;
        height: 35px;
        object-fit: contain;
    }


}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    p {
        font-size: 10px;
        line-height: 15px;
    }

    .theme-btn-1 {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    .menuSection {
        position: relative;
        top: 0;
        padding: 0;
    }

    .menuSection .header-fixed {
        padding: 5px 5px;
        border-radius: 0;
    }

    .theme-btn-2 {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    .banner_text ul {
        gap: 10px;
    }

    .main_slider {
        padding-left: 1%;
        padding-top: 50px;
        padding-right: 0px;
    }

    .banner_img {
        height: 430px;
    }

    .main_slider .add-padding::before {
        left: 31%;
        width: 100%;
    }

    .problem-img ul {
        bottom: -50px;
        left: 10%;
        padding: 14px 20px 14px 20px;
        width: 300px;
    }

    .problem-img {
        margin: 0;
    }

    .problem-text {
        margin-top: 30px;
        padding: 30px 20px;
        max-width: max-content;
        min-width: auto;
        min-height: auto;
        border-radius: 50px 0px 0px 50px;
    }

    .problem-img ul li i {
        font-size: 20px;
    }

    .problem-img ul li h5 {
        font-size: 17px;
    }

    .problem-img ul li p {
        font-size: 10px;
    }

    .problem-text::before {
        width: 100%;
    }

    .theme-btn-3 {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    section.everything-sec {
        padding: 40px 0;
    }

    .everything-text img {
        height: 150px;
    }

    .everything-text {
        padding: 200px 30px;
        margin: 0 0 30px;
    }

    .everything-img .step-counter-container {
        right: 35%;
        width: 190px;
        height: 190px;
        bottom: 85%;
    }


    .everything-img img {
        width: 100%;
    }

    .everything-img {
        left: 0;
    }

    .why-it-work-sec {
        padding: 40px 0px;
    }

    .section-heading {
        margin-bottom: 0px;
    }

    .founder-text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    section.founder-sec {
        padding: 40px 0px 0px;
        margin-bottom: 40px;
    }

    .founder-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .founder-text p {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .features-sec {
        padding: 40px 0%;
    }

    h3 {
        font-size: 34px;
    }

    .walkplus-box {
        border-radius: 60px;
        padding: 40px 14% 20px;
    }

    .walkplus-box-small::before {
        display: none;
    }

    .walkplus-box-icon {
        width: 50px;
        margin-bottom: 10px;
    }

    .walkplus-box-small {
        margin: 0 0 30px;
    }

    .walkplus-box-small p {
        font-size: 10px;
        line-height: 15px;
        margin-top: 5px;
    }

    .walkplus-box h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .conctact-sec {
        padding: 40px 0;
    }

    .contact-text {
        padding: 30px 20px;
        border-radius: 25px;
        border: 5px solid var(--white);
    }

    .contact-text input {
        padding: 10px 12px;
        height: 40px;
        font-size: 10px;
    }

    .contact-text textarea {
        height: 100px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .contact-text .justify-content-center {
        justify-content: start !important;
    }

    .contact-icon i {
        height: 35px;
        width: 35px;
        font-size: 15px;
    }

    .contact-box {
        margin: 0 0 10px;
        justify-content: start;
        gap: 9px;
    }

    .contact-text-info p {
        font-size: 10px;
    }

    .footer-logo a img {
        height: 50px !important;
    }

    .footer-logo p {
        font-size: 10px;
        line-height: 15px;
    }

    .foot-links {
        padding-left: 0;
        margin: 20px 0;
    }

    .foot-links-social {
        text-align: left;
        margin: 0 0 20px;
    }

    .foot-links-social ul {
        justify-content: left;
    }

    .news-letter input {
        height: 40px;
        font-size: 10px;
        margin-bottom: 14px;
    }

    .footer-btm {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .copy-txt p {
        font-size: 10px;
    }

    .inner-banner {
        padding: 100px 0px 50px;
        min-height: auto;
    }

    .menuSection .add-padding {
        padding: 0;
    }

    .terms-txt h2 {
        padding: 0px;
    }

    .terms-sec {
        padding: 40px 0px;
    }

    .terms-txt h3 {
        font-size: 24px;
    }

    .terms-txt p {
        font-size: 14px;
    }

    .inner-banner h1 {
        font-size: 35px;
    }

    .why-it-work-sec .col-12 .d-flex {
        margin-top: 10px;
    }

    .banner_text h1 {
        margin-bottom: 10px;
    }

    .banner_text p {
        margin-bottom: 15px;
    }

    .problem-text h2 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .problem-text a {
        margin-top: 10px;
    }


    .problem-text img {
        width: 100px;
        height: 100px;
    }

    .everything-img .step-counter-container h4 {
        font-size: 15px;
    }

    .everything-img .step-counter-container .step-label {
        font-size: 12px;
    }

    .everything-img .step-counter-container .step-goal {
        font-size: 12px;
    }

    .everything-img .step-counter-container .pause-btn {
        width: 30px;
        bottom: 35px;
        height: 30px;
    }

    .everything-img .step-counter-container svg {
        width: 130px;
        height: 130px;
    }

    .everything-text a {
        margin-top: 10px;
    }

    .why-it-work-box .why-it-work-box-icon img {
        width: 15px;
        height: 15px;
    }

    .why-it-work-box .why-it-work-box-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .why-it-work-box h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .why-it-work-box p {
        font-size: 10px;
        line-height: 15px;
    }

    .why-it-work-box {
        margin: 15px 30px;
        padding: 18px 18px 15px 18px;
    }

    .founder-img img {
        width: 60%;
    }

    .founder-img {
        text-align: center;
    }

    span.walkplus-box-icon img {
        height: 20px;
        width: auto;
        object-fit: contain;
    }

    .foot-links-social ul li a i {
        height: 25px;
        width: 25px;
        font-size: 10px;
    }


}


/*Media Query End*/