@media only screen and (min-width: 320px) and (max-width: 767px) {
    .banner-row img {
        height: 250px;
    }
    header.header-row .container-fluid {
        padding: 0 20px;
    }
    header.header-row {
        position: relative;
        background: #000;
    }
    .navbar-toggler-icon {
        color: #fff;
    }
    .navbar-toggler-icon:after {
        content: "\f0c9";
        font-family: 'FontAwesome';
        font-size: 29px;
    }
    .navbar-nav.mx-lg-auto {
        width: 100%;
        border-radius: 0;
    }
    .navbar-nav.ms-lg-4 {
        display: none;
    }
    section h2 {
        font-size: 30px;
        text-align: center;
        line-height: 35px;
    }
    section .check-sec {
        flex-direction: column;
        gap: 0;
    }
    section table tr th {
        padding: 12px !important;
        font-size: 16px !important;
    }
    section h3 {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }
    section label {
        font-size: 16px;
    }
    section input[type="submit"] {
        display: table;
        margin: 5px auto 0;
        padding: 25px 40px !important;
        font-size: 16px;
    }
    section .score-info {
        padding-top: 20px;
    }
    section p {
        font-size: 16px;
        text-align: center;
    }
    .footer-row {
        padding-top: 0;
        text-align: center;
    }
    .footer-sec {
        margin-bottom: 20px;
    }
    .footer-sec h2 {
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    ul.q-links li {
        margin-bottom: 10px;
    }
    ul.info-list li a {
        flex-direction: column;
    }
    .footer-sec form {
        flex-direction: column;
    }
    .footer-sec form input {
        height: 50px;
        font-size: 16px;
        width: 100% !important;
        margin: 0 0 10px;
    }
    .footer-sec form button {
        height: 50px;
        line-height: 0;
        padding: 15px 40px !important;
        font-size: 16px;
    }
    .copyright p {
        font-size: 15px;
    }
    section table.styled-table {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .banner-row img {
        height: 250px;
    }
    header.header-row .container-fluid {
        padding: 0 20px;
    }
    header.header-row {
        position: relative;
        background: #000;
    }
    .navbar-toggler-icon {
        color: #fff;
    }
    .navbar-toggler-icon:after {
        content: "\f0c9";
        font-family: 'FontAwesome';
        font-size: 29px;
    }
    .navbar-nav.mx-lg-auto {
        width: 100%;
        border-radius: 0;
    }
    .navbar-nav.ms-lg-4 {
        display: none;
    }
    section h2 {
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    section .check-sec {
    gap: 20px;
    }
    section table tr th {
        padding: 12px !important;
        font-size: 16px !important;
    }
    section h3 {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }
    section label {
        font-size: 16px;
    }
    section input[type="submit"] {
        display: table;
        margin: 5px auto 0;
        padding: 28px 50px !important;
        font-size: 18px;
    }
    section .score-info {
        padding-top: 30px;
    }
    section p {
        font-size: 16px;
        text-align: center;
    }
    .footer-row {
        padding-top: 0;
        text-align: center;
    }
    .footer-sec {
        margin-bottom: 20px;
    }
    .footer-sec h2 {
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    ul.q-links li {
        margin-bottom: 10px;
    }
    ul.info-list li a {
        flex-direction: column;
    }
    .footer-sec form {
        flex-direction: column;
    }
    .footer-sec form input {
        height: 50px;
        font-size: 16px;
        width: 100% !important;
        margin: 0 0 10px;
    }
    .footer-sec form button {
        height: 50px;
        line-height: 0;
        padding: 15px 40px !important;
        font-size: 16px;
    }
    .copyright p {
        font-size: 15px;
    }
    section table.styled-table {
        width: 100%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    header.header-row .container-fluid {
        padding: 0 20px 0 50px;
    }
    .navbar-nav.mx-lg-auto a {
        font-size: 14px;
        margin: 0 6px;
    }
    .navbar-nav.ms-lg-4 a {
        padding: 20px 10px !important;
        font-size: 13px;
    }
    .navbar-nav.mx-lg-auto {
        width: 68%;
    }
    .banner-row img {
        height: 280px;
    }
    section h2 {
        font-size: 35px;
    }
    section input[type="submit"] {
        padding: 25px 40px !important;
        font-size: 18px;
    }
    section h3 {
        font-size: 25px;
    }
    section p {
        font-size: 16px;
    }
    section label {
        font-size: 16px;
    }
    .footer-row {
        padding-top: 70px;
    }
    .footer-sec p {
        font-size: 16px;
    }
    .footer-sec form {
        flex-direction: column;
        align-items: baseline;
    }
    .footer-sec form input {
        width: 100% !important;
    }
    .footer-sec form button {
        font-size: 18px;
        height: 55px;
        line-height: 0;
        padding: 17px 40px !important;
    }
    .copyright p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) { 
    header.header-row .container-fluid {
        padding: 0 50px;
    }
    .navbar-nav.mx-lg-auto a {
        font-size: 16px;
        margin: 0 10px;
    }
    .navbar-nav.ms-lg-4 a {
        padding: 20px 20px !important;
        font-size: 15px;
    }
    .banner-row img {
        height: 300px;
    }
    section h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section input[type="submit"] {
        padding: 25px 50px !important;
        font-size: 18px;
    }
    section p {
        font-size: 17px;
    }
    section h3 {
        font-size: 26px;
    }
    .footer-row {
        padding-top: 70px;
    }
    .footer-sec p {
        font-size: 16px;
    }
    .footer-sec form {
        flex-direction: column;
        align-items: baseline;
    }
    .footer-sec form input {
        width: 100% !important;
    }
    .footer-sec form button {
        font-size: 18px;
        height: 55px;
        line-height: 0;
        padding: 17px 40px !important;
    }
    .copyright p {
        font-size: 16px;
    }
}