@media screen and (min-width: 1025px) and (max-width: 1366px) {}

@media screen and (min-width: 992px) and (max-width: 1024px) {}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }

    .service-card {
        width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (min-width: 320px) and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 40px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .footer .row {
        text-align: center;
    }

    .subscribe-input {
        width: 100%;
    }

    .bg_form,
    .contact-box {
        border-radius: 20px;
    }

    .contact-box {
        min-height: 480px;
    }

    .service-card {
        width: 300px;
    }

    .profile-bg {
        max-width: 440px;
    }

    ul.navbar-nav {
        background-color: #0F6157;
        padding: 10px 0;
        border-radius: 20px;
        text-align: center;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #FFC72C;
    }
    
    .navbar-nav .nav-link {
        color: #fff;
    }

}

@media screen and (min-width: 320px) and (max-width: 359px) {}