
@media screen and (min-width:576px) {
}

@media screen and (min-width:768px) {
   
}

@media screen and (min-width:880px) {
 
}
@media screen and (min-width:992px) {
 
}
@media screen and (min-width:1200px) {}
@media screen and (min-width:1480px) {}




@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:992px) {
    .bottom-card .subscription-card{
        display: block;
    }
    .features {
        display: grid;
        grid-template-columns: repeat(1, auto);
        gap: 10px;
        margin-top: 40px;
        justify-items: center;
    }
    .subscription-card {
        display: none;
    }
    .content-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    .mob-button {
        max-width: 350px;
        margin: 20px auto 0;
        display: block;
    }
    h1 {
        max-width: 428px;
        margin: 0 auto 40px;
    }
    .list-content-wrapper{
        display: none;
    }
    .follow-content {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .follow-content-left > p, .follow-content-left > button, .progress-content-left > p, .progress-content-left > button, .nutri-left-content > p, .nutri-left-content > button {
        display: block;
        margin-top: 20px;
    }
    .follow-content-left > p, .progress-content-left > p, .nutri-left-content > p{
        text-align: center;
        font-size: 20px;
        color: #000;
    }
    .mobile-img {
        display: flex;
        justify-content: center;
    }
    .testimonial-btn {
        max-width: 350px;
        margin: 20px auto 0;
        display: block;
    }
    .faq-img {
        display: none;
    }
    .faq-accordian {
        max-width: 100%;
        width: 100%;
    }
    .convinced-txt {
        display: block;
        margin: 30px 0 13px !important;
        color: #000 !important;
        font-size: 20px !important;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 32px;
        max-width: 325px;
    }
    .sidebar-box {
        width: 90vw;
        height: 100vh;
        padding: 50px 30px 15px;
        transition: all 0.9s ease;
        transform: translateX(1000px);
    }
    nav.navbar {
        min-height: 132px;
        padding: 40px 20px 23px 20px;
    }
    .features {
        margin-top: 16px;
        justify-items: center;
    }
    .progress-wrapper > h2, .follow-wrapper > h2, .follow-wrapper > h2, .testimonial-wrapper > h2, .faq-wrapper > h2, .contact-us-wrapper > h2 {
        font-size: 32px;
    }
    .testimonial-wrapper > h4 {
        margin-bottom: 22px;
        font-size: 20px;
        font-weight: 600;
    }
    .faq-wrapper > h2 {
        margin-bottom: 10px;
        color: #000;
    }
    .faq-wrapper p {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .testimonial-wrapper > p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact-us-wrapper > p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contact-us-wrapper > h2{margin-bottom: 15px;}
}

@media screen and (max-width:575px) {}

@media screen and (max-width:480px) {

}

@media screen and (max-width:360px) {

}

