/* --- Desktop | 1400px and up ---- */

@media screen and (min-width: 992px) {

    .custom_container {
        max-width: 135.5rem;
    }
}






/* --- Tablet | 991px and down ---- */

@media screen and (max-width: 991px) {

    html {
        font-size: 62.5%;
    }

    .custom_container {
        max-width: 720px;
    }

    .logo img {
        width: 16rem;
    }

    .badge {
        max-width: 14rem;
        position: static;
        display: block;
        margin: 2.5rem auto;
    }

    .min_badge {
        width: 10rem;
        position: static;
        display: block;
        margin: 2.8rem auto;
    }

    .form_content {
        border-radius: 8rem;
    }

    .form_content p {
        font-size: 1.6rem;
    }

    .input_box input {
        font-size: 1.8rem;
    }

    .input_box img {
        width: 2.8rem;
    }

    .form_content button {
        font-size: 2.9rem;
    }

    .form_content button img {
        max-width: 6rem;
    }

    .form_content h6 {
        font-size: 1.7rem;
    }

    .form_bottom h4 {
        font-size: 2.5rem;
    }

    .form_bottom a {
        font-size: 3rem;
    }

    .form_bottom a img {
        width: 2.5rem;
    }

    .footer_itemBox {
        padding: 1.2rem 1.5rem;
    }

    .footer_item {
        gap: 0.3rem;
    }

    .footer_item p {
        font-size: 1.1rem;
    }

    .footer_item img {
        width: 1.5rem;
    }

    .footer_text p {
        font-size: 2.6rem;
    }

    .thanks_section .logo img {
        width: 16rem;
    }

    .thanks_item p {
        font-size: 4rem;
    }

}


/* --- Mobile | 767px and down ---- */

@media screen and (max-width: 767px) {

    .custom_container {
        max-width: 540px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .logo img {
        width: 14rem;
    }

    .form_content {
        border-width: 0.3rem;
        padding: 2rem 1.6rem;
        border-radius: 4.5rem;
    }

    .form_content p {
        font-size: 1.55rem;
    }

    .input_box {
        gap: 0.8rem;
    }

    .input_box img {
        width: 2.5rem;
    }

    .check_box {
        margin-bottom: 1.4rem;
    }

    .check_box label {
        font-size: 1.34rem;
    }

    .form_content button {
        font-size: 2.4rem;
        text-align: left;
    }

    .form_content button img {
        max-width: 6rem;
    }

    .alert-danger {
        padding: 1.2rem 0rem 0rem 0rem;
    }

    .form_content h6 {
        font-size: 1.6rem;
        margin-top: 0.8rem;
    }

    .form_bottom h4 {
        font-size: 2.4rem;
    }

    .footer_itemBox {
        padding: 1.5rem 1.5rem;
        flex-direction: column;
        gap: 0.8rem;
        border-radius: 3rem;
    }

    .footer_item {
        gap: 0.4rem;
    }

    .footer_item p {
        font-size: 1.25rem;
    }

    .footer_item img {
        width: 1.7rem;
    }

    .footer_text p {
        font-size: 2.2rem;
    }

    .form_bottom a {
        font-size: 2.8rem;
    }

    .form_bottom a img {
        width: 2.2rem;
    }

    .thanks_section .logo img {
        width: 14rem;
    }

    .thanks_item img {
        width: 25rem;
    }

    .thanks_item p {
        font-size: 3.4rem;
    }

}


/*----- xs devices 575px and down -----*/
@media screen and (max-width: 575px) {

    html {
        font-size: 2.415vw;
    }

}