body {
    margin: 0;
}

/* ----header---- */
.topbar {
    padding: 8px 0 0;
}

.main_container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.logobox img {
    width: 200px;
}

.uimg {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.flx_top {
    display: flex;
    justify-content: space-between;

}

.onlyfor {
    display: flex;
    gap: 6px;
    align-items: center;
}

.onlyfor p {
    margin: 0;
    font-size: 12px;
    color: #494646;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.listedul {
    padding: 0 80px;
    display: flex;
    max-width: 345px;
    margin: auto;
}

.listedul li {
    list-style: none;
    width: calc(33.333% + 3px);
    margin: 0 -3px;

    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49f205c9-1855-48de-9e5d-280a11667374/ff648bd1-0bfe-4d40-bfd5-d6d72f91056e/clip.png");
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    padding-left: 5px;
}

.clip {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.clip img {
    width: 15px;
    height: 15px;
}

.clip p {
    color: #676873;
    font-size: 10px;
    margin: 10px 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.dark {
    list-style: none;
    width: calc(33.333% + 3px);
    margin: 0 -3px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/49f205c9-1855-48de-9e5d-280a11667374/ff648bd1-0bfe-4d40-bfd5-d6d72f91056e/dark.png") !important;
    background-size: 100% 100% !important;
    text-align: center;
    position: relative;
    padding-left: 5px;
}

.clipd {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.clipd img {
    width: 15px;
    height: 15px;
}

.clipd p {
    color: #ffffff;
    font-size: 10px;
    margin: 10px 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;

}

.shipping-div {
    max-width: 345px;
    margin: 4px auto;
}

.shipping-div p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #3dc051;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 345px;
    width: 100%;
    height: 32px;
    border: 1px solid #3dc051;
    border-radius: 6px;
    margin: 0;
}

.shipping-div .shipping-car {
    display: inline-block;
    margin: 0 12px 0 0;
}

.heading-row {
    max-width: 600px;
    background: #f8f8f8;
    padding: 0 10px;
    margin: 0 auto 8px;
    height: 30px;
    color: #4e4e4e;
    line-height: 30px;
}

.level-row {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

.tc {
    text-align: center;
}

.level {
    display: inline-block;
    vertical-align: middle;
    background: #ececec;
    border-radius: 2px;
    width: 40px;
    height: 16px;
    position: relative;
    margin: 0 2px;
}

.level span {
    width: 4px;
    margin-top: 2px;
    height: 12px;
    margin-left: 1px;
    float: left;
    background: #fd4f4f;
    border-radius: 1px;
}

.level span:first-child {
    margin-left: 2px;
}

.level span:last-child {
    animation-name: pulse;
    animation-duration: .8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mark2,
.mark3 {
    color: #fd4f4f;
}

/* -----header---- */



/* -----mdl start----- */
.product-sec {
    padding: 15px 0 0;
}

.product-cont {
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-product-row {
    background: #fff;
    border: 2px solid #bbbbbb;
    border-radius: 10px;
    padding: 15px 5px 3px;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

.main-product-row.active {
    background: linear-gradient(96deg, #f8fff9 20.97%, #fff 87.1%);
    border: 2px solid #3dc051;
}

.main-product-row.active .span-product {
    background: #3dc051;
}

.main-product-row.active .button-green {
    background: #3dc051;
}

.main-product-row.active .pack-price {
    color: #3dc051;
}

.product-flx-box {
    display: flex;
    justify-content: space-between;
    align-self: center;
    padding: 0 0 5px;
    box-sizing: border-box;
}

.pricebox {
    width: 100%;
    max-width: 195px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product {
    max-width: 100%;
}

.product-imgbox {
    width: 100%;
    max-width: 361px;
    display: flex;
    align-items: center;
}

.pack-name {
    font-family: Inter, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    color: #1c1c28;
    margin: 0 0 2px;
}

.img2 {
    margin-right: 5px;
    display: inline-block;
}

.pack-retail {
    font-family: Inter, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #939393;
    margin-bottom: 5px;
    display: block;
}

.pack-price {
    font-family: Inter, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height: 1;
    margin: 0;
}

.pack-price span {
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
}

.button {
    font-family: Inter, Arial, sans-serif;
    background: #939393;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin: 5px auto 0;
    color: #fff;
    text-decoration: none;
}

.arrow-img {
    display: inline-block;
    margin: 0 0 0 10px;
}

.span-product {
    position: absolute;
    top: -11px;
    left: 6px;
    color: #fff;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    padding: 0 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #bbb;
    border-radius: 4px;
}

.greenrow {
    background: linear-gradient(96deg, #f8fff9 20.97%, #fff 87.1%);
    border: 2px solid #3dc051;
}


.pack-retail-red {
    color: red;
}

.btn_pulse {
    animation-name: btn_anim;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes btn_anim {
    0% {
        transform: scale(.9);
        opacity: .5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* -----mdl end----- */

.faq {
    padding: 40px 10px;
    background-color: rgb(247, 247, 247);
}

.faq .scraped-container {
    max-width: 600px;
    margin: auto;
}

.faq .heading {
    font-size: 22px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.faq .accordion {
    border-radius: 0px;
}

.faq .accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
}

.faq .accordion-header {
    padding: 1rem;
    cursor: pointer;
    background: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Inter", sans-serif;
}


.faq .accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    background: #ffffff00;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-family: "Inter", sans-serif;
}

.faq .accordion-body.show {
    max-height: 200px;
    padding: 1rem;
}

.faq .accordianarrow {
    transition: transform 0.5s ease;
    display: inline-block;
}

.faq .accordianarrow.rotate {
    transform: rotate(180deg);
}


/* -----footer start------ */
.center_logo {
    margin: 0 auto;
    display: block;
    width: calc(100% - 79px);
    max-width: 400px;
    padding: 20px 0;
}

.imglogo {
    margin-top: 20px;
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.lock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 12px 0 0;
    font-family: "Inter", sans-serif;
}

.lock p {
    text-align: center;
    margin: 0;
}


.lock img {
    width: 42px;
}

.supportbox p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
    position: relative;
    text-transform: uppercase;
}

.supportbox p:after {
    content: "";
    left: 87px;
    width: 90px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 10px;
}

.supportbox {
    padding: 24px 40% 35px 24px;
    background: #f6f6f6 url("https://assets.checkoutchamp.com/Funnel/assets/images/49f205c9-1855-48de-9e5d-280a11667374/ff648bd1-0bfe-4d40-bfd5-d6d72f91056e/support.jpg") no-repeat right top / 428px auto;
    line-height: 1.06;
    margin-top: 13px;
}



.span_a {
    color: #676873;
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
    display: block;
}

.support_foot b {
    color: #1c1c28;
    font-size: 25px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.support_foot {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #676873;
    font-family: "Inter", sans-serif;
}

.footpara {
    color: #1c1c28;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 12px;
}

.linkfoot ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.linkfoot ul li {
    list-style: none;
}

.linkfoot ul li a {
    color: #0020e4;
    text-decoration: none;
    font-size: 13px;
    font-family: "Inter", sans-serif;
}

.footer {
    padding: 0 0 30px 0;
}

.copyparatxt {
    color: #1c1c28;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 16px 0 0 0;
}

/* -----footer end------ */



/* responsive */
@media(max-width:575px) {
    .listedul {
        padding: 0 30px;
    }
}
@media(max-width:425px) {
    .span-product{
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .listedul {
        padding: 0;
    }
}

@media(max-width:420px) {
    .logobox img {
        width: 150px;
    }

    .greenbtn {
        font-size: 18px;
        line-height: 54px;
        height: 54px;
    }

    .supportbox {
        background-size: 467px;
    }

    /* .linkfoot ul{
    flex-wrap: wrap;
} */
    .first {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0;
    }

    .ship_row img {
        height: 14px;
    }

    .onlyfor p {
        font-size: 9px;
    }

    .supportbox p {
        font-size: 12px;
        line-height: 16px;
    }

    .span_a {
        color: #676873;
        font-size: 12px;
    }

    .support_foot b {
        font-size: 20px;
    }

    .supportbox {
        background-size: 400px;
    }

    .supportbox p:after {
        content: "";
        left: 57px;
        width: 42px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 7px;
    }
}

@media(max-width:390px) {
    .clip p {
        font-size: 8px;
    }

    .clipd p {
        font-size: 8px;
    }

    .level-row {
        font-size: 12px;
    }

    .product-cont {
        padding: 0 10px;
    }

    .pack-name {
        font-size: 9px;
        margin: 0 0 6px;
    }

    .pack-price {
        font-size: 24px;
    }

    .button {
        font-size: 15px;
    }

    .linkfoot ul {
        gap: 5px;
    }

    .supportbox p:after {
        left: 65px;
    }

    .support_foot {
        font-size: 12px;
    }
}






/* rev_css */

.revs_container{
        max-width: 1100px;
        margin: 0 auto;
        padding: 45px 20px;
}
.revs p{
    margin:0px;
}
.rev_star{
    color:#FDCC5E;
    font-size: 32px;
    text-align: center;
}
.rev_heading{
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.rev_subheading{
    font-size: 22px;
    line-height: 38px;
    text-align: center;
}
.rev_sec{
    display: flex;
}
.rev_box{
    width: 25%;
    padding: 0px 5px;
}
.rev_img{
    max-width: 100%;
    border-radius: 18px 18px 0 0;
}
.clt_name{
    display: flex;
}
.tck{
    width: 20px;
    margin-right:5px;
}
.rev_desc{
    padding-top: 18px;
    font-size: 19px;
    line-height: 19px;
}
.rev_sec1{
    margin-top: 20px;
}
.rev_sec2{
    margin-top: 40px;
}

@media (max-width:992px){
    .rev_box{
        width: 48%;
    }
    .rev_sec{
        flex-wrap: wrap;
    }
    .rev_img{
        width: 100%;
        margin-top: 18px;
    }
}

@media (max-width:575px){
        .rev_box {
        width: 100%;
    }
    .rev_sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rev_box {
        width: 90%;
    }
    .rev_img {
        width: 90%;
    }
    .rev_subheading{
        line-height: 30px;
    }
    .rev_sec2 {
        margin-top: 20px;
    }
    .rev_heading {
        font-size: 22px;
        line-height: 32px;
    }
    .rev_subheading {
        font-size: 20px;
        line-height: 26px;
    }
}