@media only screen and (max-width: 900px) and (min-width: 300px) {
    /* header auth trigger button */ .for_login_header_cont {
        display: flex;
        gap: 10px;
        width: 100%
    }

    .for_login_header_cont {
        margin-left: 0px;
        justify-content: center;
    }

    .header_left_outer {
        display: none;
    }

    .header_right_outer .size_col {
        display: none;
    }

    .header_logo img {
        width: 47px;
    }

    .language_col.for_language {
        display: none;
    }

    .header_logo h4 {
        font-size: 13px;
    }

    .header_logo h4 span {
        font-size: 20px;
    }

    .menu_link > ul > li > a {
        font-size: 25px;
    }

    /* mobile_navigation */
    .for_navigation {
        padding: 5px 0px;
        position: relative;
    }

    .hamburger_trigger {
        position: absolute;
        right: 13px;
        top: 20px;
        width: unset;
        /* left: 30px; */
        display: inline-block;
        font-size: 20px;
        border: none;
        background: transparent;
        color: #004085;
    }

    .menu_link {
        width: 100%;
    }

    .menu_link > ul {
        flex-wrap: wrap;
        flex-direction: column;
        /* background: red; */
        height: 100%;
        width: 100%;
        justify-content: center;
    }

    .style_for_mobile_navigation {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        padding: 20px;
    }

    .close_menu {
        display: block;
    }

    button.close_menu {
        position: absolute;
        right: 10px;
        top: 10px;
        line-height: 0;
        font-size: 32px;
        background: transparent;
        border: none;
    }

    .menu_link > ul > li {
        height: 53px;
    }

    /* home banner */
    .scheme_block, .register_block {
        font-size: 15px;
        padding: 15px 15px;
    }

    .clickToRegister {
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 13px;
        margin-left: 8px;
        margin-right: 8px;
    }

    /* banner card */
    .support-card {
        margin-bottom: 20px;
        padding: 32px 23px;
    }

    .card_btn_section {
        display: flex;
        justify-content: space-between;
    }

    .card_btn_section button {
        font-size: 12px;
        margin-right: 0px;
        padding: 7px 12px;
        font-size: calc(16px * var(--multi));
    }

    .card_btn_section button .icon svg {
        width: 80%;
    }

    .card_titles > h4 {
        font-size: 14px;
    }

    /* Directorate of Textile */
    .contact-person {
        margin-bottom: 20px;
    }

    /* about page */
    .about_section {
        padding: 30px 0px;
    }

    .about_thumbnail {
        margin-bottom: 20px;
    }

    .about_main_contents > h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .for_admin_header .menu_link {
        flex-direction: column;
    }

    .for_admin_header .contact_info {
        /* justify-content: flex-start; */
        justify-content: center;
        font-size: 20px;
    }

    .for_admin_header .hamburger_trigger , .for_admin_header .close_menu {
        display: block;
      }
}

@media only screen and (max-width: 1290px) and (min-width: 970px) {
    .card_btn_section button {
        font-size: 11px;
    }
}

@media only screen and (max-width: 765px) and (min-width: 574px) {
    .card_btn_section button {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1206px) and (min-width: 300px) {
    .size_box {
        display: none;
    }
}
