@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-color: #FFFFFF; */
    background-color: #bdbdbd;
}

#df87k {
    max-width: 1257px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 0;
    background: #FFFFFF;
    box-shadow:
        -1px 0 2px rgba(0, 0, 0, 0.1),
        1px 0 2px rgba(0, 0, 0, 0.1);
}

.content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}

.appbar {
    max-width: 1257px;
    height: 54px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9B046F;
    padding-left: 16px;
    padding-right: 16px;
}

.appbar-heading {
    font-family: Poppins;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.main {
    max-width: 1057px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 35px;
    background: #FFFFFF;
}

.section1 {
    display: flex;
    flex-direction: column;
    gap: 37.6px;
}

.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8 {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 26px;
    line-height: 43.2px;
    color: #0C0C0C;
}

.section2 .p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 33px;
    line-height: 43.2px;
    color: #0C0C0C
}

/* .main>*{
            max-width: 1057px;
        } */

.logobar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
}

.navigator {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.imp-points {
    display: flex;
    align-items: center;
    gap: 15px;
}

.imp-points p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0C0C0C;
}

.mt10 {
    margin-top: 10px;
}

.font42 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
}

.imp-points span {
    border: 2px solid #525252;
    /*  */
    width: 120px;
    height: 35px;
    gap: 10px;
    border-radius: 5px;
    border-width: 2px;
    padding: 10px;

    /*  */
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #525252;
}

.profile {
    display: flex;
    gap: 20px;
    align-items: center;
}

.profile img {
    width: 35px;
    height: 32px;
    border-radius: 700px;

}

.profile p {
    font-family: Poppins;
    color: #0C0C0C;
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.line-height36 p,
.line-height36 {
    line-height: 36px !important;
}

.line-height48 {
    line-height: 48px !important;
    font-weight: 700 !important;
}



.check-box {
    display: flex;
    gap: 20px;
}

.check-box img {
    position: relative;
    top: 6px;
    /* margin-top: 2px; */
    width: 25px;
    height: 25px;
}

.cross-box {
    display: flex;
    gap: 20px;
}

.cross-box img {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.card1 {
    display: flex;
    flex-direction: column;
    background-color: #FFE5F0;
    padding: 15px 20px;
    gap: 30px;
    border-radius: 15px;
}

.trigger_card {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 15px;
    gap: 20px;
    border-radius: 15px;
    background-color: #FFFFFF;
    border: 3px solid #E32875;
    box-shadow: 0px 4px 8px 0px #0A0A0A80;

}

.amazement {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border-width: 3px;
    border: 3px dashed #E32875;
    background: #FFFFFF;
    padding: 50px;
    gap: 35px;
    box-shadow: 0px 4px 8px 0px #00000080;


    /* border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-image: repeating-linear-gradient(
                    #E32875 0 10px,
                    transparent 10px 20px) 10; */

}

/* .dashed {
            border-top: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-image: repeating-linear-gradient(90deg,
                    #E32875 0 10px,
                    transparent 10px 20px) 10;
            border-radius: 15px;
        } */

.big-numbers li::marker {
    font-family: Poppins;
    font-size: 24px;
}

.font-voilet {
    color: #300146 !important;
}

.text-red {
    color: #FF0000;
}

.bg-pink {
    background: #FFECF4;
}

.day1-7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}


.border {
    border: 5px solid #300146;
    padding: 17px 20px;
    border-radius: 15px;
    background-color: #FFE5F0;
    flex: .81;
}

.green-tick {
    display: flex;
    justify-content: center;
    align-items: center;
}

.green-tick img {
    height: 65px;
    width: 65px;
    z-index: 2;
}

.day_sr {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
}

.vl {
    position: absolute;
    top: 95.73px;
    left: 473px;
    border-width: 5px;
    border: 3px solid #300146;
    min-height: 1100px;
    z-index: 1;
}

.bonus {
    border: 3px solid #E32875;
    border-radius: 15px;
}

.bonus h1 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 48px;
    background: #E32875;
    border-radius: 10px 10px 0 0;
    padding: 0 50px;
    color: #FFFFFF;
}

.bonus>div {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px 50px;
    gap: 35px;

}

.bonus p,
.guarantee p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;

}

/* Flexes are start from here */

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-start {
    display: flex;
    align-items: start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap5 {
    gap: 5px;
}

.gap10 {
    gap: 10px;
}

.gap15 {
    gap: 15px;
}

.gap19 {
    gap: 19px;
}

.gap20 {
    gap: 20px;
}

.gap25 {
    gap: 25px;
}

.gap30 {
    gap: 30px;
}

.gap35 {
    gap: 35px;
}

.gap43 {
    gap: 43px;
}

.gap45 {
    gap: 45px;
}

.gap50 {
    gap: 50px;
}

.spread_card {
    background-color: #FFF6F9;
    padding: 50px 100px;
    margin-left: -100px;
    margin-right: -100px;
}

.spread_content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.wagnific {
    border: 3px solid #E32875;
    border-radius: 15px;
    border-width: 3px;
    padding: 50px 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.spread-hr {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.comment {
    display: flex;
    flex-direction: column;
    max-width: 299px;
    gap: 20px;
    border-radius: 15px;
    padding: 15px;
    border: 5px solid #2F0248;
}

.commenter-img {
    width: 40px;
    height: 40px;
}

.work-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.works {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 238px;
    border-radius: 15px;
    padding: 20px 10px 40px;
    background: #FFFFFF;
}

.offer {
    display: flex;
    flex-direction: column;
    background: #FFE5F059;
    border-radius: 0 0 15px 15px;
    padding: 35px 50px 120px;
    gap: 35px;
}

.price {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 75px;
    line-height: 44px;
    text-align: center;
    color: #2F0248;
    /*  */
    position: relative;
    top: 20px;
}

button {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    border: none;
    cursor: pointer;
    /*  */
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 43.2px;
    text-align: center;
    padding: 0 30px;
    vertical-align: middle;
    background: #04B616;
}

button:hover {
    background: #017B0D;
}

.total {
    position: relative;
    display: inline-block;
}

.total::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(-10deg);
    transform-origin: center;
}

.total_img {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.guarantee {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 10px;
}

.guarantee h1,
.dog_life h1 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #300146;
}

.guarantee img {
    max-width: 200px;
}

.guarantee p {
    text-align: center;
}

.questions {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.accordian-box {
    max-width: 1090px;
    border: 3px solid #2F0248;
    border-radius: 15px;
    overflow: hidden;
    padding: 7.1px;
}

.accordian-box .p {
    line-height: 36px;
}

.toggle-button {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 5px 10px;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.accordian-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 10px;
}

.accordian-content {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 33px;
    vertical-align: middle;
}

.dog_life {
    max-width: 957px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 15px;
    padding: 50px 45px;
    margin: 8px auto 0;
    border: 5px dashed #E32875;
}

footer {
    margin-top: 35px;
    margin-bottom: 2px;
    /* border-top: 1px solid #cacaca; */
}

footer>div {
    display: flex;
    flex-direction: column;
    padding: 50px 100px;
    gap: 35px;
}

footer,
h1,
h2,
a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

footer>div a {
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
}


.mt-p6 {
    position: relative;
    top: 6px;
    margin-top: 0 !important;
}





/* fonts are start from here */
.headline {
    font-family: Poppins;
    color: #300146;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0%;
}

.heading {
    font-family: Poppins;
    color: #300146;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
}

.heading1 {
    font-family: Poppins;
    color: #300146;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}

.heading72 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 72px;
    line-height: 44px;
    text-align: center;
}

.font42 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.line-height26 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
}

.line-height32 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
}

.line-height44 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}

.line-height56 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    text-align: center;
}

.heading26 {
    font-family: Poppins;
    color: #0A0A0A;
    font-weight: 700;
    font-size: 26px;
    line-height: 44px;
    vertical-align: middle;
}

.heading36 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.heading40 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.typography14 {
    font-family: Poppins;
    color: #04B662;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;

}

.typography16 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;

}

.typography18 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;

}

.typography26 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0%;
}

.italic {
    font-style: italic;
}

.font-pink {
    color: #E32875;
}

.font-yellow {
    color: #FFE15E;
}


.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700 !important;
}

.heading24 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 44px;
}

/* margins are start from here */

.mt8 {
    margin-top: 8px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px;
}

.ml25 {
    margin-left: 25px;
}

.p20 {
    padding: 15px 20px;
}

.border-left {
    border-left: 4px solid #E32875;
    padding-left: 7px;
}

.spl-char {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 43.2px;
    letter-spacing: 0%;
    color: #300146;
}

.spl-char1 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 43.2px;
    letter-spacing: 0%;
    color: #E32875;
}


.font22 {
    font-size: 22px;
}

.strikethrough-diagonal {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /* Override default line-through */
}

.strikethrough-diagonal::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: red;
    transform: rotate(-12deg);
    /* Or 45deg for opposite direction */
    transform-origin: center;
}

.flex-stretch {
    display: flex;
    align-items: stretch;
    /* <-- THIS makes all cards equal height */
}

.progress-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #00000040;
    border: 1px solid #eee;
    font-family: Poppins, Arial, sans-serif;
    min-height: 280px;
    /* equal height */
}

.card-title {
    font-size: 26px;
    font-weight: 700;
    color: #e63988;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.card-list {
    margin-top: 10px;
    padding-left: 20px;
    flex-grow: 1;
}

.card-list li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    color: #070707;
}

.two-card-wrapper {
    display: flex;
    justify-content: center;
    /* center the cards */
    gap: 40px;
    align-items: stretch;
}

.two-card-wrapper .progress-card {
    flex: 0 0 40%;
    /* FIX: only take 40% width each */
    max-width: 350px;
    /* optional—keeps nice card width */
}


.purple {
    color: #300146 !important;
}

.pink {
    color: #E32875 !important;
}

strong {
    color: #300146;
    font-weight: 700;
}

.strong {
    color: #300146;
    font-weight: 700;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

/* .font36{
    font-size: 36px !important;
} */
.font20 {
    font-size: 20px;
    line-height: 1.5;
    color: #070707;
}

.fontw600 {
    font-weight: 600;
    color: #300146;
}

.font52 {
    font-size: 52px;
    line-height: 44px;
}

.font32 {
    font-size: 32px;
    line-height: 44px;
}

.mln20 {
    margin-left: -20px;
}


.width70 {
    width: 70%;
}

.mb20 {
    margin-bottom: 20px;
}

.price-wrap {
    position: relative;
    display: inline-block;
}

.highlighter_img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
    /* adjust up/down */
    z-index: 1;
    /* keep image behind the text */
}

.mt20 {
    margin-top: 20px;
}

/* ===========================================================================================================================
========================================================================================================================
===================================================================================================================================================
======================================= MEDIA QUERIES STARTS HERE ========================================================== */
@media (max-width: 1257px) {

    .card-list li::marker {
        font-size: 14px; /* makes only the bullet smaller */
    }
    .linehm40{
        line-height: 40px !important;
    }

    .width70 {
        width: 100%;
    }

    .content {
        margin: 0 40px;
    }

    .appbar {
        max-width: 1257px;
        margin: 0;
    }

    .spread_card {
        background: #FFF6F9;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
        /* width: 100vw; */
        /* left: 0; */
        /* right: 0; */
        margin: 0 -20px;
        padding: 30px 20px 30px;
    }

    .spread_content {
        max-width: 1057px;
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin: 0 auto;
        padding: 0px 0;
    }

    .spread-hr {
        left: 0;
        right: 0;
        margin: 0;
    }

    .hide-on-tab {
        display: none;
    }

    .fit-tab {
        width: 100%;
        height: auto;
    }

    .align-normal {
        align-items: normal;
    }

}


@media (min-width: 824px) {
    .hide-on-desk {
        display: none;
    }

    .adjustgap {
        margin-top: 80px;
        width: 80%;
    }

}


@media (max-width: 1057px) {
    

    .typography18 {
        font-family: Poppins;
        font-weight: 400;
        font-style: Italic;
        font-size: 18px;
        line-height: 33px;
        vertical-align: middle;

    }

    .guarantee img {
        max-width: 150px;
    }

    .border-left {
        border-left: 2.5px solid #E32875;
        padding-left: 7px;
        margin-left: 5px;
    }

    .highlighter_img {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -10px;
        /* adjust up/down */
        z-index: 1;
        /* keep image behind the text */
    }

    .paddingbutom20px {
        padding-bottom: 20px !important;
    }

    .my30neg {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .fontw400m {
        font-weight: 400 !important;
    }

    .mb20neg {
        margin-bottom: -20px !important;
    }

    p {
        font-size: 22px !important;
    }

    .font18m {
        font-size: 18px !important;
        line-height: 33px !important;
    }

    .font30m {
        font-size: 30px !important;
    }

    .text-center-m {
        text-align: center !important;
    }

    .spl-char {
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 22px !important;
        line-height: 20px !important;
        letter-spacing: 0%;
        color: #300146;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    body {
        background-color: #FFFFFF;
    }

    #df87k {
        max-width: 624px;
        gap: 16px;
        margin: 0 auto 0;

    }

    .content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0 20px;
    }

    .logobar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 36px;
    }

    .cart img {
        width: 35px;
        height: 33px;

    }

    .logo img {
        width: 135px;
        height: 32px;
    }

    .section1 {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .navigator {
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .dir-col {
        flex-direction: column;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .dir-rev {
        flex-direction: column-reverse;
    }

    .row-rev {
        flex-direction: row-reverse;
    }

    .accordian-box {
        margin: 0;
        max-width: 1090px;
        border: 2px solid #2F0248;
        border-radius: 5px;
        overflow: hidden;
        padding: 7.1px;
    }

    .accordian-box .typography21 {
        color: #212529;
        font-family: Arial;
        font-size: 19.688px !important;
        font-style: normal;
        line-height: 30px !important;
    }

    .imp-points {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .imp-points p {
        font-family: Poppins;
        font-weight: 300;
        font-style: Light;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        color: #0C0C0C;
    }

    .imp-points span {
        border: 2px solid #0C0C0C;
        /*  */
        padding: 5px 10px;
        width: 120px;
        height: 25px;
        gap: 10px;
        border-radius: 5px;
        /*  */
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        color: #525252;
    }

    .appbar-heading {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
    }

    .img-fit {
        width: 100%;
        height: auto;
    }

    .hide-on-mobile {
        display: none;
    }

    .amazement {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        border-width: 3px;
        border: 3px dashed #E32875;
        background: #FFFFFF;
        padding: 20px;
        gap: 20px;
    }

    .mt-20m {
        margin-top: 20px;
    }

    /* .dog_life {
        max-width: 957px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        border-radius: 15px;
        padding: 0px 15px;
        margin: 10px auto 0;
        border: 5px dashed #E32875;
    } */

    .dog_life {
        max-width: 957px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        border-radius: 15px;
        padding: 20px 15px;
        margin: 10px auto 0;
        border: 5px dashed #E32875;
    }

    .wagnific {
        border: 3px solid #E32875;
        border-radius: 15px;
        border-width: 3px;
        padding: 15px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .day1-7 {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .offer {
        display: flex;
        flex-direction: column;
        background: #FFE5F059;
        border-radius: 0 0 15px 15px;
        padding: 20px 20px 33px;
        gap: 35px;
    }

    .green-tick img {
        height: 30px;
        width: 30px;
    }

    .day_sr {
        font-family: Poppins;
        font-weight: 700;
        font-size: 22px;
        line-height: 44px;
        text-align: center;
        vertical-align: middle;
    }

    .line-height32 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        vertical-align: middle;
    }

    .day {
        justify-content: space-between;
        gap: 15px;
    }


    .ml15m {
        margin-left: 0px;
    }

    .gap0m {
        gap: 0 !important;
    }

    .border {
        border: 3px solid #300146;
        padding: 17px 20px;
        border-radius: 15px;
        background-color: #FFE5F0;
        flex: 0.6;
    }

    .flex1 {
        flex: none;
    }

    .flex2 {
        flex: 0.32;
        display: flex;
        justify-content: space-between;
        gap: 20px !important;
    }

    .flexv {
        flex: .6 !important;
    }

    /* .gapv{
        gap: 10px !important;
    } */

    .bonus h1 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        border-radius: 10px 10px 0 0;
        padding: 10px 20px;
        color: #FFFFFF;
        text-align: left;
    }

    .bonus>div {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        padding: 20px 20px;
        gap: 20px;
        background: #FFFFFF;
    }

    .bonus p,
    .guarantee p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }

    .guarantee h1,
    .dog_life h1 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .total_img {
        position: absolute;
        bottom: -50px;
        left: 0;
        /* max-width: 200px; */
    }

    .card1 {
        display: flex;
        flex-direction: column;
        background-color: #FFF5C6;
        padding: 20px 20px;
        gap: 20px;
        border-radius: 15px;
    }

    .comment {
        display: flex;
        flex-direction: column;
        max-width: none;
        width: 100%;
        gap: 20px;
        border-radius: 15px;
        padding: 15px;
        border: 5px solid #2F0248;
    }

    .works {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        border-radius: 15px;
        padding: 20px 10px 25px;
        background: #FFFFFF;
    }

    .works p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px !important;
        line-height: 30px !important;
        text-align: center;
    }

    button {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        min-height: 70px;
        border: none;
        border-radius: 15px;
        padding: 1px 19px;

        /*  */
        font-family: Poppins;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        vertical-align: middle;
        background: #04B616;
    }


    .questions {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .questions .toggle-button p {
        font-weight: 400 !important;
    }

    .toggle-icon {
        height: 8px;
        transition: transform 0.3s ease;
    }

    .toggle-button {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        align-items: center;
        padding: 1.3px 10px;
    }

    .accordian-content {
        font-family: Poppins;
        font-weight: 400 !important;
        font-style: Regular;
        font-size: 18px !important;
        line-height: 33px;
        vertical-align: middle;
    }

    .comment-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 26px;
    }

    .work-container {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .guarantee {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }






    footer {
        margin-top: 15px;
        margin-bottom: 1px;
        /* border-top: 1px solid #cacaca; */
    }

    footer>div {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    footer,
    h1,
    h2,
    a {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-align: start;

    }

    .auto {
        margin: auto;
    }

    .auto img {
        width: 150px !important;
    }

    /* flexes are start from here */
    .gap5m {
        gap: 5px;
    }

    .gap10m {
        gap: 10px;
    }

    .gap15m {
        gap: 15px;
    }

    .gap20m {
        gap: 20px;
    }

    .gap25 {
        gap: 20px;
    }

    .gap30m {
        gap: 30px;
    }

    .gap50m {
        gap: 50px;
    }

    .gap43 {
        gap: 30px;
    }

    .gap45 {
        gap: 30px;
    }

    /* fonts are start from here */
    .headline {
        font-family: Poppins;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
    }

    .heading {
        font-family: Poppins;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
    }

    .heading1 {
        font-family: Poppins;
        color: #300146;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        text-align: start;
    }

    .font30m {
        font-size: 30px !important;
    }

    .heading26 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        vertical-align: middle;
    }

    .heading36 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        text-align: center;
    }

    .my40m {
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }

    p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }

    .section2 .p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }

    .line-height36 p,
    .line-height36 {
        line-height: 30px !important;
    }

    .bg-pink {
        background: #FFECF4;
        padding-left: 5px;
    }

    .bg-pink-m {
        background: #FFECF4 !important;
    }

    .heading_m {
        font-family: Poppins;
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
    }

    .text-center-m {
        text-align: center !important;
    }

    .fw400m {
        font-weight: 400 !important;
    }

    .fw700m {
        font-weight: 700;
    }

    .font-b {
        color: #000000 !important;
    }

    .typography26 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }

    .line-height48 {
        line-height: 40px !important;
        font-weight: 700 !important;
    }

    .line-height56 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 26px;
        line-height: 33px;
        text-align: center;
    }

    .font18m {
        font-size: 18px !important;
        line-height: 30px !important;
    }


    .font14ms {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .big-numbers li::marker {
        font-family: Poppins;
        font-size: 18px;
    }

    .big-numbers li {
        margin-bottom: 25px;
        /* adjust as needed */
    }


    .font20m {
        font-family: Poppins;
        font-weight: 700;
        font-size: 20px;
        line-height: 33px;
        text-align: center;
    }

    .font22m {
        font-family: Poppins;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        text-align: center;
    }

    .font24m {
        font-family: Poppins;
        font-weight: 700;
        font-size: 24px !important;
        line-height: 36px !important;
        text-align: center;
    }

    .text-left {
        text-align: left !important;
    }


    .heading72 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-align: center;
    }

    .font14m {
        font-family: Poppins;
        font-weight: 400 !important;
        font-style: Italic;
        font-size: 14px;
        line-height: 21px !important;
        text-align: center;
    }

    .line-height33mm {
        line-height: 33px !important;
        font-style: normal !important;
    }


    .font-pinkm {
        color: #E32875;
    }

    .heading40 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
    }

    .heading24 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 18px;
        line-height: 33px;
    }

    .line-height26 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }

    .line-height33m {
        line-height: 33px;
    }




}



@media (max-width: 624px) {
    .mt20 {
        margin-top: 10px;
    }

    .questions {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }


    .font26m {
        font-size: 26px !important;
    }

    .radius15m {
        border-radius: 15px !important;
    }

    .font22m {
        font-size: 22px !important;
    }

    .font22ms {
        font-size: 22px !important;
    }

    .img-fit {
        width: 100%;
        height: auto;
    }

    .progress-card {
        width: 100%;
        min-height: auto;
    }

    .two-card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .spl-char1 {
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        line-height: 43.2px;
        letter-spacing: 0%;
        color: #E32875;
    }

    .two-card-wrapper .progress-card {
        width: 100%;
        max-width: 500px;
    }

    .total_img {
        position: absolute;
        bottom: -20px !important;
        left: 0;
        max-width: 149px;
    }

    .arrow {
        width: 55px;
        height: 60px;
    }

    .price {
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 75px;
        line-height: 44px;
        text-align: center;
        color: #2F0248;
        /*  */
        position: relative;
        top: 0px;
    }

    .check-box {
        display: flex;
        gap: 20px;
    }

    /* .check-box img {
        position: relative;
        top: 2px;
        width: 15px;
        height: 15px;
    } */

    .top0{
        top: 6px !important;
    }

     .top0s{
        top: 0px !important;
    }

    .mt6m {
        margin-top: 6px !important;
    }

    .mt7m {
        margin-top: 7px !important;
    }

    .mt8m {
        margin-top: 8px !important;
    }

    .mt10m {
        margin-top: 10px !important;
    }

    .mt20m {
        margin-top: 20px !important;
    }

    .mt-p6 {
        position: relative;
        top: 2px;
        margin-top: 0 !important;
    }

    .sign {
        width: 20px !important;
        height: 20px !important;
        /* position: relative;
        top: 5px !important; */
    }

    
    .arrow-sign {
        width: 20px !important;
        height: 20px !important;
        position: relative;
        top: 5px !important;
    }

    .mt-5n {
        margin-top: -5px !important;
    }

    .mt-10n {
        margin-top: -10px !important;
    }

    .mt-10m {
        margin-top: 10px !important;
    }

    .mt-15n {
        margin-top: -15px !important;
    }

    .mt-20n {
        margin-top: -20px !important;
    }

    .mt-25n {
        margin-top: -25px !important;
    }

    .mt-30n {
        margin-top: -30px !important;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .mx10n {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .ml10n {
        margin-left: -10px;
    }

    .mt10n {
        margin-top: -12px;
    }

    .font14ms {
        font-size: 14px !important;
        line-height: 21px !important;
    }


}


/* media query 480 */



@media (max-width: 480px) {

    #df87k {
        max-width: 624px;
        gap: 16px;
        margin: 0 0 0;

    }

    .gap0m {
        gap: 0 !important;
    }

    .heading72 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .total_img {
        position: absolute;
        bottom: -13px;
        left: 0;
        max-width: 149px;
    }

    /* .gap35{
        gap: 30px;
    } */

    .space-between {
        justify-content: space-between !important;
    }

    .px20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .day {
        justify-content: space-between;
        gap: 5px;
    }

    .border {
        border: 3px solid #300146;
        padding: 17px 20px;
        border-radius: 15px;
        background-color: #FFE5F0;
        flex: 0.6;
    }

    .flex1 {
        flex: none;
    }

    .flex2 {
        flex: 0.3;
        display: flex;
        justify-content: space-between;
        gap: 20px !important;
    }

    .flexv {
        flex: .63 !important;
    }

    .ml15m {
        margin-left: 17px;
    }

    /* .gapv{
        gap: 10px !important;
    } */


    .font14ms {
        font-size: 14px !important;
        line-height: 21px !important;
    }

}


/* media query 440 */


@media (max-width: 440px) {
    .font14ms {
        font-size: 12px !important;
        line-height: 21px !important;
    }

    .day {
        justify-content: space-between;
        gap: 15px;
    }


    .ml15m {
        margin-left: 17px !important;
    }

    .gap0m {
        gap: 0 !important;
    }

    .border {
        border: 3px solid #300146;
        padding: 17px 20px;
        border-radius: 15px;
        background-color: #FFE5F0;
        flex: 0.6;
    }

    .flex1 {
        flex: none;
    }

    .flex2 {
        flex: 0.3;
        display: flex;
        justify-content: space-between;
        gap: 20px !important;
    }

    .flexv {
        flex: .6 !important;
    }

    .gapv {
        gap: 0px !important;
    }



}