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

    .contentGrid_Item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 1200px) {
    .footer__abt {
        width: 35%;
        padding-right: 10px;
    }

    .footer__links {
        width: 20%;
        padding-right: 15px;
    }

    .footer__form {
        width: 30%;
    }

    .newsletter {
        width: 100%;
    }
}

@media screen and (max-width: 993px) {
    .footer__abt {
        width: 100%;
        padding: 0 0 50px;
    }

    .footer__links {
        width: 50%;
    }

    .footer__form {
        width: 50%;
    }

    .homeProductsGrid__Item {
        width: 50%;
    }

    h2 {
        font-size: 40px;
        line-height: 70px;
    }

    .caption h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .productBanner .sectionHead h4 {
        font-size: 42px;
        text-align: center;
        line-height: 52px;
    }

    .productBanner .sectionHead h6 {
        font-size: 16px;
    }

    .product {
        padding: 20px;
        gap: 20px;
    }

    .product__Image {
        width: 100%;
        order: 1;
    }

    .product__Content {
        width: 100%;
        padding: 0;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .menu {
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #725deb;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .menu ul {
        flex-direction: column;
    }

    .menu ul a {
        font-size: 28px;
        font-weight: 200;
    }

    .sm-hidden {
        display: none;
    }

    .sm-show {
        display: flex;
    }

    .menu__close {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #9481ff;
        border-radius: 50px;
        margin: 10px;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: 600;
        color: #725deb;
    }

    .menu.show {
        display: flex;
    }

    .header {
        padding: 20px 5px;
    }

    .toggleMenu {
        display: flex;
        background: none;
        border-width: 1px 0;
        width: 40px;
        height: 30px;
        border-color: #ffffff;
        position: relative;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .toggleMenu:before {
        content: "";
        display: flex;
        width: 100%;
        height: 1px;
        background: #ffffff;
    }

    h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .caption h2 {
        line-height: 38px;
        text-align: center;
    }

    .caption {
        padding: 20px 20px 40px;
    }

    .caption h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .captionSection {
        padding: 60px 20px;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .sectionHead {
        text-align: center;
        align-items: center !important;
    }

    .homeProductsGrid__Item {
        width: 100%;
        padding: 0;
    }

    .homeProductsGrid {
        gap: 30px;
    }

    .homeProducts {
        padding: 0 0 50px;
    }

    .buttonAction {
        padding: 40px 0 0;
    }

    .homePromotion {
        padding: 30px 0;
    }

    .homePromotion__Inner {
        padding: 40px 20px 0;
    }

    .homePromotion__Action {
        width: 300px;
        margin-left: -150px;
        bottom: 30px;
    }

    .homePromotion__Action h6 {
        padding: 0 15px;
        font-size: 12px;
    }

    .homePromotion__Action .btn {
        font-size: 12px;
        padding: 0 20px;
    }

    .sectionHead h6 {
        text-align: center;
    }

    .whyAging__Inner--Image {
        width: 100%;
        margin: 0 0 9px;
    }

    .whyAging__Inner--Cards {
        width: 100%;
        padding: 0;
    }

    .whyAging {
        padding: 30px 0;
    }

    .testimonials {
        padding: 30px 20px;
    }

    .testimonialsSwiperNext, .testimonialsSwiperPrev {
        width: 40px;
    }

    .testimonial {
        border-radius: 20px;
        padding: 20px;
    }

    .testimonial__author {
        padding: 50px 0 0;
    }

    .contactForm {
        padding: 30px 0;
    }

    .contactForm__Inner {
        padding: 30px;
    }

    .footer {
        padding: 20px 0 0;
    }

    .foooter_container {
        border-radius: 40px 40px 0 0;
        padding: 40px 20px;
    }

    .footer__links {
        width: 100%;
    }

    .footer__Grid {
        gap: 30px;
        padding: 0 0 50px;
    }

    .footer__abt {
        padding: 0;
    }

    .footer__form {
        width: 100%;
    }

    .swiper_actions {
        margin: 1rem 0 0;
    }

    .innerHeader .toggleMenu {
        border-color: #000000;
    }

    .innerHeader .toggleMenu:before {
        background: #000;
    }

    .innerHeader .header.scrolled .toggleMenu {
        border-color: #fff;
    }

    .innerHeader .header.scrolled .toggleMenu:before {
        background: #fff;
    }

    .aboutBanner {
        padding: 100px 0 50px;
    }

    .contactBanner {
        padding: 100px 0 0;
    }

    .ourCommitment {
        padding: 00px 0 50px;
    }

    .ourCommitment__Inner--Content, .ourCommitment__Inner--Image {
        width: 100%;
    }

    .contentCardSection {
        padding: 0 20px;
    }

    .contentCard {
        width: 100%;
    }

    .founderSection {
        padding: 50px 0 16px;
    }

    .founder {
        width: 100%;
    }

    .contactCta__Block {
        width: 300px;
    }

    .contactCta__Block h6 {
        padding: 0 15px;
    }

    .contactCta__Inner h4 {
        margin: 0 0 20px;
        padding: 0 20px;
    }

    .contactCta {
        margin-bottom: -10px;
    }

    .productBanner .sectionHead h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .productBanner {
        padding: 100px 0 0;
    }
}