        @media (max-width: 992px) {
            .div_for_main_of_upper_footer {
                flex-wrap: wrap;
            }

            .div_for_1st_div_under_upper_footer {
                width: 100%;
                flex: none;
                margin-bottom: 20px;
            }

            .div_for_right_side_under_moddle input {
                width: 200px;
            }
        }
/* 
        @media (max-width:529px) {
            .div_for_main_of_looplane_footer_that_created_by_anirban::after {
                right: -15px;
            }

            .div_for_main_of_looplane_footer_that_created_by_anirban::before {
                left: -15px;
            }
        }

        @media (max-width:479px) {
            .div_for_main_of_looplane_footer_that_created_by_anirban::after {
                right: -14px;
            }

            .div_for_main_of_looplane_footer_that_created_by_anirban::before {
                left: -14px;
            }
        }

        @media (max-width:386px) {
            .div_for_main_of_looplane_footer_that_created_by_anirban::after {
                right: -11px;
            }
        }

        l.div_for_main_of_looplane_footer_that_created_by_anirban::after {
            right: -15px;
        }

        .div_for_main_of_looplane_footer_that_created_by_anirban::before {
            left: -15px;
        }

        @media (max-width:354px) {
            .div_for_main_of_looplane_footer_that_created_by_anirban::after {
                right: -15px;
            }
        } */

        @media screen and (max-width: 935px) and (min-width: 800px) {
            .div_for_main_of_upper_footer {
                width: 92%;
                gap: 15px;
            }

            .div_for_name_und_footer {
                font-size: 20px;
            }

            .div_for_logo_und_footer {
                height: 40px;
                width: 40px;
            }

            .div_for_paragraph_under_footer {
                font-size: 13px;
                padding-right: 15px;
            }

            .div_for_heading_und_footer {
                font-size: 16px;
                margin-bottom: 15px;
            }

            .div_for_sub_link_und_footer {
                font-size: 13px;
            }

            .div_for_right_side_under_moddle input {
                width: 180px;
            }

            .div_for_1st_btn_und_middle {
                padding: 8px 10px;
                font-size: 13px;
            }
        }


        @media screen and (max-width: 875px) and (min-width: 800px) {
            .div_for_main_of_middle_footer {
                width: 95%;
                margin: 20px auto;
                padding: 15px 10px;
                gap: 15px;
            }

            .div_for_main_of_left_und_middle {
                gap: 8px;
            }

            .div_for_1st_btn_und_middle {
                padding: 6px 10px;
                font-size: 12px;
            }

            .div_for_right_side_under_moddle input {
                width: 160px;
                padding: 8px 12px;
                font-size: 13px;
            }

            .btn_under_middle_right {
                padding: 0 15px;
                font-size: 12px;
            }
        }
















        @media (max-width: 800px) {
            .div_for_main_of_looplane_footer_that_created_by_anirban {
                padding: 40px 0 20px 0;
            }

            .div_for_main_of_upper_footer {
                flex-wrap: wrap;
                gap: 20px;
            }

            .div_for_1st_div_under_upper_footer {
                width: 100%;
                flex: none;
                margin-bottom: 10px;
            }

            .div_for_2nd_div_under_upper_footer,
            .div_for_3rd_div_under_upper_footer,
            .div_for_5th_div_under_upper_footer {
                width: 45%;
                flex: none;
                min-width: 150px;
            }

            .div_for_main_of_middle_footer {
                flex-direction: column;
                align-items: center;
                text-align: center;
                margin: 30px auto 20px auto;
                padding: 20px 0;
            }

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

            .div_for_right_side_under_moddle {
                width: 100%;
                max-width: 400px;
                margin-top: 10px;
            }

            .div_for_right_side_under_moddle input {
                width: 100%;
            }

            .div_for_main_of_bottom_footer {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }
        }




        @media (max-width: 768px) {
            .div_for_main_of_upper_footer {
                flex-direction: column;
                gap: 30px;
            }

            .div_for_2nd_div_under_upper_footer,
            .div_for_3rd_div_under_upper_footer,
            .div_for_5th_div_under_upper_footer {
                width: 100%;
            }

            .div_for_main_of_middle_footer {
                flex-direction: column;
                text-align: center;
            }

            .div_for_main_of_left_und_middle {
                justify-content: center;
            }

            .div_for_right_side_under_moddle {
                width: 100%;
            }

            .div_for_right_side_under_moddle input {
                width: 100%;
            }

            .div_for_main_of_bottom_footer {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .div_for_1st_btn_und_middle {
                padding: 8px 13px;

            }
        }