/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .nav {
        margin-top: 7px;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .nav {
        margin-top: 0;
    }

    .logo {
        margin-top: 3px;
    }

    .banner-detail h1 {
        font-size: 36px;
    }

    .headings h2 {
        font-size: 28px;
    }
    .headings h3 {
        font-size: 26px;
    }
    .footer-left p a {
        word-break: break-word;
    }

    .form .field-group fieldset input {
        padding: 7px 15px;
    }

    .form .field-group {
        display: block;
        margin-bottom: 0;
    }

    .form .field-group fieldset {
        width: 100%;
        margin-bottom: 15px;
    }

    ul.checkmark-list li {
        font-size: 1.5rem !important;
    }


}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    ul.checkmark-list {
        font-size: 1.4rem;
    }
    /*.container {
        width: 320px;
    }*/

    #mobile-header {
        display: block;
    }

    .logo {
        text-align: center;
    }

    .header-inner .nav {
        display: block;
        text-align: center;
    }

    .nav a {
        font-size: 16px;
        padding: 8px 42px;
    }

    .banner-detail h1 {
        font-size: 24px;
    }

    .banner-detail p {
        font-size: 16px;
    }

    .banner-inner {
        height: 275px;
    }

    .headings h2 {
        font-size: 22px;
    }
    .headings h3 {
        font-size: 22px;
    }

    .steps::after {
        width: 3px;
    }

    .steps .step::after {
        right: 0;
    }

    .steps .step {
        display: block;
    }

    .step .step-icon {
        text-align: center;
    }

    .step .step-icon img {
        max-width: 62px;
    }

    .steps .step:nth-child(2n+1) .step-detail {
        text-align: center;
    }

    .steps .step .step-detail {
        text-align: center;
        padding: 0 10px;
    }

    .step-detail h5 {
        font-size: 16px;
    }

    .step-detail p {
        font-size: 16px;
    }

    .steps .step:nth-child(2n)::after {
        left: 0;
    }

    .faqs .faq p,
    .faqs .faq h6 {
        padding: 0;
    }

    .faqs .faq h6 {
        font-size: 16px;
    }

    .faqs .faq {
        padding: 0px 0 35px;
    }

    .faqs .faq p {
        font-size: 18px;
    }

    .faq-area .headings.text-center h2 {
        margin-bottom: 35px;
    }

    .footer-left {
        text-align: center;
    }

    .footer-left p a {
        word-wrap: break-word;
    }

    .footer-left p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer-left span {
        font-size: 18px;
    }

    .footer-right {
        padding-bottom: 40px;
    }

    .footer-left h3,
    .footer-right h3 {
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
    }

    .form .field-group {
        display: block;
        margin-bottom: 0;
    }

    .form .field-group fieldset {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-left h3,
    .footer-right h3 {
        font-size: 22px;
    }

    .form .field-group fieldset input {
        padding: 8px 20px;
    }

    textarea {
        padding: 8px 20px;
        height: 120px;
    }

    .form input[type="submit"] {
        padding: 7px 35px;
        font-size: 17px;
        margin: 15px auto 0;
        display: block;
    }

    .nav {
        float: none;
    }
}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }



}
