@media (max-width: 768px) {
    nav .menu-btn i {
        color: black;
        display: block;
        margin-right: 30px;
    }

    nav ul {
        position: fixed;
        top: 80px;
        right: 100%;
        background: #111;
        /* height: 65vh; */
        width: 12em;
        left: auto;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }

    #click:checked ~ ul {
        right: 0;
    }

    nav ul li {
        width: 100%;
        margin: 40px 60px;
    }

    nav ul li a {
        width: 100%;
        margin-left: -100%;
        display: block;
        font-size: 20px;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    #click:checked ~ ul li a {
        margin-left: 0px;
    }

    .layer {
        margin-left: 20px;
    }

    nav ul li a:hover {
        background: none;
        color: cyan;
    }

    nav ul li .layer i {
        color: white;
    }
    
    nav ul li:nth-child(6) {
        margin: 0;
    }
    
    nav ul li:nth-child(6) .search-form input[type="text"] {
        padding: 5px 0;
    }

    /* body */
    .navy, .lightgreen, .green, .darkblue, .wrapper-faq {
        width: 89em;
    }

}


@media (max-width: 1200px) {

    /* body */
    .navy, .lightgreen, .green, .darkblue, .wrapper-faq {
        width: 89em;
    }

}


@media (min-width: 1500px) {
    .lightgreen .cards {
        left: 400px;
    }

    .green .cards {
        left: 200px;
    }

    .goals {
        left: 680px;
    }

    .recommend {
        left: 1263px;
    }

    .middle-row {
        left: 450px;
    }

    .t1 {
        left: 200px;
        margin-left: 0;
        width: 1400px;
    }

    #con {
        left: 370px;
        top: 130px;
    }

    .faq-content {
        width: 950px;
    }

    .footer-blue {
        width: auto;
    }

    .footer-details {
        left: 400px;
        width: 1000px;
    }

    .footer-blue table {
        width: 1000px;
    }
}