@media (max-width: 576px) {
    .banner {
        padding: 50px 10px !important;
    }

    .header-padding {
        padding: 30px 0;
    }

    h3 {
        font-size: 28px;
    }

    .logo-default {
        width: 60px;
    }

    .lqd-mobile-sec .navbar-brand {
        padding: 10px 0;
    }

    .blog-row .content-box {
        padding: 10px 0 0;
    }

    .blog-article h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog-article h2 {
        font-size: 18px;
    }

    .blog-article h3 {
        font-size: 16px;
    }

    .blog-article h4 {
        font-size: 14px;
    }

    .blog-article p,
    .blog-article li {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-padding {
        padding: 20px 10px;
    }

    .hero-sec.about-banner,
    #calc .hero-sec {
        height: 600px;
        padding: 35px 20px;
    }

    .hero-sec {
        padding: 30px 20px;
    }

    .hero-sec h1 {
        font-size: 30px;
        white-space: normal;
    }

    .hero-sec h6 {
        font-size: 18px;
    }

    .hero-sec p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .hero-sec .content {
        justify-content: flex-start;
    }

    #services .hero-sec {
        height: 750px;
        background: var(--hero-bg-mobile) no-repeat center center / cover;
    }

    .slogan {
        padding: 50px 20px;
    }

    .slogan p {
        font-size: 20px;
    }

    .features .text-box {
        margin-left: 15px;
    }

    .numbered-box p {
        font-size: 15px;
        margin: 1rem auto;
    }

    .footer-btn {
        padding: 50px 20px;
    }

    .features {
        padding: 20px;
    }

    .features img {
        width: 90px;
        height: 90px;
    }

    .features .title {
        font-size: 18px;
    }

    .features .sub-title {
        font-size: 14px;
    }

    .features-container:nth-child(odd) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-container:nth-child(even) {
        padding-right: 10px;
        padding-left: 10px;
    }

    p.notes {
        padding: 10px;
        line-height: 1.2;
    }

    .icon-box p {
        font-size: 16px;
    }

    .application-flow {
        margin: 35px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .application-step {
        min-width: auto;
        max-width: 100%;
    }

    .divider {
        width: 1px;
        height: 40px;
        margin: 0;
    }

    .application-icon {
        width: 120px;
        height: 120px;
        padding: 16px;
        justify-content: center;
    }

    .application-icon img {
        width: 64px;
        height: 64px;
    }

    .application-step p {
        text-align: center;
    }

    .carousel-item-content p {
        font-size: 16px;
    }

    .testimonials .review {
        padding-left: 20px;
    }

    #about .feature-box {
        min-height: 480px;
        margin-bottom: 25px;
    }

    .icon-bg {
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .icon-bg img {
        width: 70px;
    }

    .icon-box p {
        font-size: 15px;
    }

    .step-number {
        font-weight: 700;
        font-size: 60px;
        margin-bottom: 20px;
    }

    .pfs .numbered-box p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        padding: 0;
    }

    .pl-eligibility,
    .pl-apply {
        gap: 20px;
    }

    .btn-default,
    .btn-secondary {
        min-width: 150px;
        white-space: nowrap;
    }

    .footer-second-row p {
        font-size: 14px;
    }

    .calculator-form,
    .result-card {
        padding: 30px;
    }

    .result-card a {
        margin: 30px 0 0;
    }

    .faq-questions {
        margin-right: 10px;
    }

    .video-section {
        height: 400px;
    }

    .home-banner {
        background: url('../images/mup/home-banner.jpg') no-repeat top center;
        background-size: cover;
        padding: 30px 10px !important;
    }

    .home-banner h1 span {
        font-size: 8vw;
    }

    .intro-bg2 {
        background: url('../images/mup/intro-bg2.jpg') no-repeat top center;
        padding: 40px 20px;
        background-size: cover;
    }

    .about-banner {
        background: url('../images/mup/about-banner.jpg') no-repeat center center;
        background-size: cover;
    }

    .about-banner .col-md-6 {
        justify-content: start;
    }

    #calc .hero-sec {
        background: url('../images/mup/calc-banner.jpg') no-repeat top center;
        background-size: cover;
    }

    .lqd-mobile-sec .nav-item-children>li>a {
        color: #7a7a7a;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .header-padding {
        padding: 30px 0;
    }

    .hero-padding {
        padding: 20px 10px;
    }

    .hero-sec {
        background-position-x: 60%;
        padding: 40px;
    }

    .hero-sec .content {
        justify-content: flex-start;
    }

    .hero-sec a.btn-default {
        margin-top: 20px;
    }

    .lqd-mobile-sec .nav-item-children>li>a {
        color: #7a7a7a;
    }

    .features-container:nth-child(odd) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-container:nth-child(even) {
        padding-right: 10px;
        padding-left: 10px;
    }

    .features img {
        width: 90px;
        height: 90px;
    }

    .features .title,
    .icon-box p {
        font-size: 16px;
        max-width: 200px;

    }

    .step-number {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .numbered-box p {
        max-width: 250px;
        font-size: 16px;
    }

    .home-banner h1 {
        font-size: 35px;
        padding-top: 30px;
    }

    .icon-container {
        flex: 1 1 285px;
        min-height: 327px;
    }

    .application-step {
        min-width: auto;
        max-width: auto;
    }

    .intro-bg2 {
        background: url(../images/intro-bg2.png) no-repeat top center;
        padding: 30px 0;
        height: auto;
        background-size: cover;
    }

    #about .feature-box {
        min-height: fit-content;
    }

    .icon-bg {
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .icon-bg img {
        width: 70px;
    }

    .pfs .numbered-box p {
        font-size: 15px;
    }

    .notes {
        padding: 0 10px;
        line-height: 1.2;
    }
}