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

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

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

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

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

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

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

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

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

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

    @media (max-width: 1480px) {
        .navbar-brand {
            margin-right: 0;
            margin: 0 auto;
        }

        .navbar-toggler {
            margin: 4% auto 0 auto;
        }

        .claim-h1 {
            font-size: 20px !important;
            hyphens: none;
        }

        .head-bg {
            background-position: 20% 20%;
        }
    }

    @media (max-width: 1280px) {
        .claim-h1 {
            font-size: 18px !important;
        }

        h5 {
            font-size: 18px !important;
        }
    }

    @media (max-width: 980px) {
        .head-bg {
            background-position: 0% 20%;
        }

        .claim-bg {
            background-color: #0e1a2b;
            padding-top: 30px;
            margin-top: 400px;
        }

        h1 {
            font-size: 30px !important;
        }

        h2 {
            font-size: 26px !important;
        }

        h3 {
            font-size: 20px !important;
        }
    }

    @media only screen and (max-width: 800px) {
        body {
            font-size: 15px !important;
        }

        .head-bg {
            height: 300px;
            background-position: 6% 20% !important;
        }

        h1 {
            font-size: 26px !important;
        }

        h2 {
            font-size: 22px !important;
        }

        h3 {
            font-size: 18px !important;
        }
    }

    @media only screen and (max-width: 576px) {
        .quickbutton-container {
            display: none;
        }

        h1,
        h2 {
            hyphens: none;
        }

        h5 {
            font-size: 16px !important;
        }
    }
