@media screen and (max-width: 1920px) {
    .card-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
    }

    .lcp-dark.card-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(min(430px, 100%), 1fr));
    }

    .lcp-choose.card-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(min(430px, 100%), 1fr));
    }
}

@media screen and (max-width: 1600px) {
    .site-banner .content h1 {
        font-size: 62px;
    }

    .section-tittle {
        font-size: 62px;
    }

    .card-section .card {
        padding: 40px 30px;
    }

    .card-section .card h4 {
        font-size: 28px;
    }

    .lcp-banner .content h1 {
        font-size: 80px;
        max-width: 797px;
    }

    .section-para {
        font-size: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .site-banner .content h1 {
        font-size: 54px;
        max-width: 660px;
    }

    .banner-middle-content {
        margin: 56px 0;
    }

    .section-tittle {
        font-size: 52px;
    }

    .site-footer h3 {
        font-size: 46px;
        max-width: 800px;
    }

    .form-container form .primary-btn {
        font-size: 20px;
    }

    .input-control {
        font-size: 20px;
    }

    .lcp-banner .content h1 {
        font-size: 60px;
        max-width: 592px;
    }

    .section-para {
        font-size: 22px;
    }

    .get-content p {
        font-size: 26px;
        max-width: 757px;
    }

    .site-footer h4 {
        font-size: 26px;
    }

    .site-footer p {
        font-size: 26px;
    }

    .lcp-dark.card-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(min(325px, 100%), 1fr));
    }

    .lcp-choose.card-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(min(325px, 100%), 1fr));
    }

    .banner-img img {
        min-height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .site-banner .content h1 {
        font-size: 46px;
    }

    .banner-middle-content {
        margin: 46px 0;
    }

    .site-banner .content h4 {
        font-size: 24px;
    }

    .site-banner .content p {
        font-size: 24px;
    }

    .banner-right p {
        font-size: 22px;
    }

    .primary-btn {
        font-size: 20px;
    }

    .input-control {
        font-size: 20px;
    }

    .primary-btn img {
        max-width: 28px;
    }

    .card-section .card h4 {
        font-size: 24px;
    }

    .form-container form {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-footer h3 {
        font-size: 42px;
    }

    .lcp-banner .content h1 {
        font-size: 60px;
    }

    .lcp-dark.card-section .card img {
        width: 68px;
        height: 85px;
    }
    .error404-content p {
        font-size: 48px;
    }
}

@media screen and (max-width: 991px) {
    .site-header {
        top: 40px;
    }

    .content-wrap .grid {
        grid-template-columns: 100%;
        gap: 60px;
    }

    .banner-right p {
        font-size: 20px;
        max-width: 100%;
    }

    .primary-btn {
        font-size: 18px;
    }

    .primary-btn img {
        max-width: 22px;
    }

    .banner-btm .primary-btn {
        padding: 16px 20px;
    }

    .section-tittle {
        font-size: 44px;
    }

    .card-section .card img {
        width: 100px;
        height: 100px;
    }

    .card-section {
        padding: 80px 0;
    }

    .card-section-dark {
        padding: 80px 0;
    }

    .form-container form {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer h3 {
        font-size: 36px;
    }

    .get-content p {
        font-size: 20px;
        max-width: 581px;
    }

    .site-footer p {
        font-size: 22px;
    }

    .site-footer h4 {
        font-size: 22px;
    }

    .lcp-dark.card-section-dark {
        padding: 80px 0 75px;
    }

    .lcp-choose .card img {
        width: 88px;
        height: 64px;
    }
    .error404-content p {
        font-size: 26px;
    }
    .thankyou-section h4 {
        font-size: 50px;
    }
    .thankyou-section h1 {
        font-size: 98px;
    }
    .footer-btm {
        grid-template-columns: 1fr 1fr;
    }
    .terms {
        justify-content: center;
        grid-column: 1/-1;
    }   
}

@media screen and (max-width: 767px) {
    .site-logo a {
        font-size: 30px;
    }

    .site-banner .content h1 {
        font-size: 38px;
        text-wrap: balance;
    }

    .section-tittle {
        font-size: 38px;
    }

    .site-footer h3 {
        font-size: 32px;
    }

    .primary-btn {
        font-size: 16px;
    }

    .card-section {
        padding: 50px 0;
    }

    .card-section .grid {
        margin-top: 35px;
    }

    .lcp-banner .content h1 {
        font-size: 47px;
    }

    .section-para {
        font-size: 20px;
        font-weight: 300;
    }

    .lcp-dark.card-section .card img {
        width: 65px;
        height: 80px;
    }

    .get-content p {
        font-size: 18px;
    }

    .lcp-dark.card-section-dark {
        padding: 50px 0 50px;
    }
    .social-icons ul {
        gap: 18px;
    }
}

@media screen and (max-width: 575px) {
    .site-banner .content h1 {
        font-size: 30px;
    }

    .site-header .primary-btn {
        font-size: 16px;
        width: 100%;
        max-width: max-content;
    }

    .site-banner .content h4 {
        font-size: 20px;
    }

    .site-banner .content p {
        font-size: 20px;
    }

    .section-tittle {
        font-size: 32px;
    }

    .card-section .card h4 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .card-section .card p {
        font-size: 18px;
    }

    .form-container form {
        grid-template-columns: 100%;
    }

    .footer-btm .site-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .terms {
        width: 100%;
        justify-content: center;
    }

    .input-control {
        padding: 16px 24px;
        font-size: 18px;
    }

    .form-container form .primary-btn {
        font-size: 18px;
        padding: 18px 24px;
    }

    .site-footer h3 {
        font-size: 28px;
    }

    .lcp-banner .content h1 {
        max-width: 380px;
    }

    .get-content {
        padding: 42px 20px;
    }

    .site-footer p {
        font-size: 18px;
    }

    .site-footer h4 {
        font-size: 18px;
    }

    .banner-img img {
        object-fit: cover;
    }
    .thankyou-section h4 {
        font-size: 34px;
    }
    .thankyou-section h1 {
        font-size: 74px;
    }
    .thankyou-section-content a img {
        width: 92px;
    }
    .footer-btm {
       grid-template-columns: 100%;
    }

}

@media screen and (max-width: 480px) {
    .site-header .primary-btn {
        font-size: 14px;
        padding: 12px 12px;
    }

    .card-section .card {
        padding: 30px 22px;
    }

    .card-section .card h4 {
        font-size: 22px;
    }

    .card-section .card img {
        width: 70px;
        height: 70px;
    }

    .site-logo a {
        font-size: 22px;
    }

    .site-header .primary-btn {
        gap: 10px;
    }

    .site-header .primary-btn img {
        max-width: 18px;
    }

    .lcp-banner .content-wrap {
        padding-top: 175px;
    }

    .lcp-banner .banner-middle-content h4 {
        font-size: 16px;
    }

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

    .primary-btn {
        gap: 12px;
    }

    .site-logo a img {
        width: 100px;
    }
    .error404-content p {
        font-size: 20px;
    }
    .thankyou-section h1 {
        font-size: 60px;
    }
    .thankyou-section h4 {
        font-size: 26px;
    }
}