@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}


@media screen and (min-width:992px) {
    .about_us {
        max-width: 540px;
    }
}

@media screen and (max-width:991px) {
    .card_title {
        font-size: 35px;
    }

    .user_nav ul li a {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }

    .page-header h2 {
        font-size: 25px;
    }

    .page-header p {
        font-size: 15px;
    }

    .banner_content h1 {
        font-size: 46px;
        line-height: 57px;
    }

    .about_us h2 {
        font-size: 35px;
    }

    .section-title {
        font-size: 35px;
        line-height: 45px;
    }

    .work_card h5 {
        font-size: 25px;
    }

    .work_card p {
        font-size: 16px;
    }
}





@media screen and (max-width:767px) {
    .signup-card {
        padding: 30px;
    }

    .card_title {
        font-size: 30px;
    }

    .banner_content h1 {
        font-size: 35px;
        line-height: 46px;
    }

    .banner_content p {
        font-size: 16px;
    }

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

    .about_us h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .section-title {
        font-size: 25px;
        line-height: 35px;
    }

    .work_card h5 {
        font-size: 20px;
        line-height: 32px;
    }

    .work_card {
        height: 100% !important;
    }

    .modal_heading {
        font-size: 35px;
    }


}

@media screen and (min-width:576px) {
    .filter_group_btn {
        width: 300px;
        margin: auto;
        justify-content: space-around;
    }

    
}


@media screen and (max-width:575px) {
    .signup-card {
        padding: 20px;
    }

    .form-label,
    .card_subtitle {
        font-size: 15px;
    }

    .card_title {
        font-size: 20px;
    }

    .password-rules {
        font-size: 14px;
    }

   .header_right .btn {
        border: 1px solid rgba(212, 220, 231, 1);
        padding: 7px 12px;
        font-size: 14px;
    }

    .banner_content h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .gradient-btn {
        font-size: 15px;
    }

    .work_card .badge {
        font-size: 18px;
        line-height: 32px;
    }

    .modal_heading {
        font-size: 25px;
    }
    .site_name {
        font-size: 16px;
    }
}

 