@media only screen and (min-width: 1400px) {
    .container,
    .container-xl,
    .container-xxl {
        max-width: 1375px;
    } 
}
@media only screen and (min-width: 1200px) {
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu {
        padding: 0;
        left: auto;
        right: -300px;
        top: 28px;
        border: none;
        display: block;
        min-width: 1000px;
        opacity: 0;
        background: transparent;
        visibility: hidden;
        transform: scaleY(0);
        transition: 0.4s all;
        transform-origin: top;
        padding: 35px 0px 0px 0px;
        border-radius: 5px;
        overflow: hidden;
        margin: 0;
        columns: 2;
        gap: 0;
        display: flex;
        flex-wrap: wrap;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu:after {
        content: "";
        position: absolute;
        background: white;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 0;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu:before {
        content: "";
        position: absolute;
        height: calc(100% - 35px);
        width: 100%;
        /* background: #ffffff; */
        left: 0px;
        top: 35px;
        box-shadow: 5px 5px 20px -5px rgb(22 32 42 / 25%);
        border-radius: 5px;
        border: 1px solid rgb(68 68 68 / 10%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,243,231,1) 100%);
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 576px) {
}
@media only screen and (max-width: 1799px) {
    .home_about_bg {
        max-width: 630px;
        right: -13%;
    }
}
@media only screen and (max-width: 1599px) {
    /* header.top_header nav .navbar-collapse ul li a.nav-link {
        margin: 2px 10px;
    }
    header.top_header nav .navbar-collapse ul li.nav-item.dropdown a.nav-link {
        margin-right: 22px;
    }
    header.top_header nav .navbar-collapse ul li.dropdown:after,
    header.top_header nav .navbar-collapse ul li.dropdown:before {
        right: 12px;
    } */
    a.navbar_logo {
        margin: 8px 0 8px 8px;
    }
   
    #industries_serve_details .item h3 {
        font-size: 20px;
    }
    .main_title {
        margin-left: 0;
        width: 100%;
    }
    .content_button {
        margin-left: 0;
    }
    .home_about_part_img img {
        max-width: 400px;
    }
    .home_about_part_img {
        padding: 30px 40px 40px 40px;
        margin-left: 0px;
    }
    .home_about_part_img:before {
        max-width: calc(100% - 255px);
    }
    .home_about_bg {
        max-width: 510px;
        right: 2%;
    }
    .mySwiper_home .swiper-slide:before {
        width: 30%;
    }
    .mySwiper_home .swiper-slide:after {
        width: 70%;
    }
    .home_about_details img {
        max-width: 490px;
    }
    .home_about_details{
        text-align: center;
    }
    .home_about_part:before{
        max-width: 500px;
    }
}
@media only screen and (max-width: 1399px) { 
    .footer_part .footer_info.site_details {
        padding-left: 25px;
    }
    .footer_part .footer_info.footer_Products {
        width: calc(100% + 20px);
        padding-left: 0;
    }
    .footer_part .footer_social {
        padding-left: 12px;
    }
    #home_products_slider .item:after,
    #home_products_slider .item:before {
        right: -160px;
    }
    #home_products_slider .item:after {
        right: -220px;
    }
    .home_about_part_img:before {
        max-width: calc(100% - 140px);
        max-height: calc(100% - 70px);
    }
    .home_about_part_img {
        margin-left: -20px;
    }

    .home_about_bg {
        max-width: 550px;
        right: -2%;
    }
    /* ===== home slider ===== */
    .mySwiper_home .slider_box {
        max-width: 340px;
        min-height: 450px;
    }
    .home_slider_text h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .mySwiper_home .swiper-slide:after {
        width: 73%;
    }
    .mySwiper_home .swiper-slide:before {
        width: 27%;
    }
    .mySwiper_home .slider_box .background_slide_img:after {
        max-height: 300px;
    }
    .slider_box_text {
        font-size: 36px;
    }
    .slider_part_img img {
        height: 650px;
    }
    .google_map iframe {
        height: 230px;
    }
    .work-ethics-img {
        padding-right: 0;
    }
    #products_inquiry_form #product_inquiry .modal-content .modal-body h3 {
        font-size: 30px;
    } 
    ul.why_us_list li {
        padding: 25px 10px 25px 115px;
        max-width: calc(33.33% - 20px);
    }
    .home_about {
        margin-top: 40px; 
    }
    ul.home_list li {
        font-size: 16px; 
    }
    ul.home_list li:after, ul.home_list li:before {
        height: 9px;
        width: 9px;
        top: 16px;
    }
    ul.home_list li:after {
        height: 3px;
        width: 3px;
        top: 19px;
        left: 3px;
    }
    .footer_part .footer_info.footer_navigation {
        padding-left: 0;
    }
    .footer_part .footer_info.footer_navigation { 
        margin-left: -15px;
    }
    .footer_part .footer_info.footer_Products {
        width: calc(100% + 60px);
        margin-left: -25px;
    }
}

@media only screen and (max-width: 1199px) {
    header.top_header nav.navbar .button_style {
        margin-right: 5px;
        padding: 10px 15px;
    }
    header.top_header .navbar-expand-lg .navbar-toggler {
        z-index: 111;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 22px;
        width: 37px;
        transition: all 0.5s;
        border-radius: 0;
        border: 0;
        padding: 0;
    }
    header.top_header .navbar-expand-lg .navbar-toggler:active,
    header.top_header .navbar-expand-lg .navbar-toggler:focus,
    header.top_header .navbar-expand-lg .navbar-toggler:focus-visible {
        border: none;
        outline: none;
        box-shadow: none;
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-1,
    header.top_header .navbar-expand-lg .navbar-toggler span.point-3,
    header.top_header .navbar-expand-lg .navbar-toggler span.point-2 {
        width: 100%;
        height: 2px;
        background: #000000;
        position: absolute;
        transform: translate(0, 0);
        transition: all 0.6s;
        top: 0;
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-2 {
        top: 50%;
        transform: translateY(-50%);
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-3 {
        top: auto;
        bottom: 0;
    }

    header.top_header .navbar-expand-lg .navbar-toggler span.point-1:after,
    header.top_header .navbar-expand-lg .navbar-toggler span.point-3:after {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        left: 4px;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        border: 2px solid #444444;
        animation: toggler_animate_1 3s linear infinite;
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-3:after {
        animation: toggler_animate_2 3s linear infinite;
    }
    @-webkit-keyframes toggler_animate_1 {
        0%,
        100% {
            left: 4px;
        }

        50% {
            left: calc(100% - 4px);
        }
    }
    @keyframes toggler_animate_2 {
        0%,
        100% {

            left: calc(100% - 4px);
        }

        50% {
            left: 4px;
        }
    }
    header.top_header .navbar-expand-lg .navbar-toggler[aria-expanded="true"] span.point-1,
    header.top_header .navbar-expand-lg .navbar-toggler[aria-expanded="true"] span.point-2,
    header.top_header .navbar-expand-lg .navbar-toggler[aria-expanded="true"] span.point-3 {
        opacity: 0;
        visibility: hidden;
    }
    header.top_header .navbar-expand-lg .navbar-toggler[aria-expanded="false"] span.point-4,
    header.top_header .navbar-expand-lg .navbar-toggler[aria-expanded="false"] span.point-5 {
        opacity: 0;
        visibility: hidden;
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-4,
    header.top_header .navbar-expand-lg .navbar-toggler span.point-5 {
        width: 100%;
        height: 2px;
        background: #000000;
        position: absolute;
        transform: translate(0, 0);
        transition: all 0.6s;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        opacity: 1;
        visibility: visible;
    }
    header.top_header .navbar-expand-lg .navbar-toggler span.point-5 {
        transform: rotate(-45deg) translateY(-50%);
    }
    header.top_header .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 5;
        background-color: rgb(255 255 255);
        vertical-align: middle;
        width: 100vw;
        height: 100% !important;
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
        transform-origin: right;
        overflow-y: auto;
        overflow-x: hidden;
        flex-wrap: wrap;
        align-content: flex-start;
        padding-top: 80px;
        background-size: cover;
        -webkit-box-align: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        -webkit-transition: -webkit-clip-path 0.4s ease;
        transition: -webkit-clip-path 0.4s ease;
        transition: clip-path 0.4s ease;
        transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
        will-change: transform, clip-path;
    }
    header.top_header .navbar-collapse.show {
        webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    header.top_header .navbar-collapse:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: url(../images/mobile_dropdown.png);
        background-size: contain;
        background-position: center;
        background-attachment: fixed;
        z-index: -1;
        background-repeat: repeat;
        opacity: 0.15;
    }
    header.top_header nav.navbar .button_style {
        margin-right: 90px;
    }
    header.top_header nav .navbar-collapse ul li.dropdown:after,
    header.top_header nav .navbar-collapse ul li.dropdown:before {
        width: 12px;
        right: 7px;
    }
    /* ========== 08-08-2023 ======= */
    header.top_header .navbar-collapse ul.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        max-width: 420px;
    }
    header.top_header nav .navbar-collapse ul li a.nav-link {
        margin: 10px 10px;
        font-size: 32px;
    }
    header.top_header nav .navbar-collapse ul li.dropdown:before,
    header.top_header nav .navbar-collapse ul li.dropdown:after {
        display: none;
    } 
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle:after,
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle:before {
        content: "";
        position: absolute;
        height: 15px;
        width: 2px;
        border: 0;
        outline: none;
        background: #444444;
        top: 5px;
        transform: rotate(90deg);
        transition: all 0.4s;
    }

    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle {
        border: none;
        height: 22px;
        top: 22px;
        right: 0;
        width: 18px;
        background: transparent;
        opacity: 1;
        z-index: 1;
    }
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle:after {
        transform: rotate(00deg);
    }
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle.show:after {
        transform: rotate(90deg) translate(0px, 0px);
    }
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle.show:after,
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle.show:before {
        background: #f99c38;
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu {
        position: absolute;
        width: 100%;
        max-width: fit-content;
        min-width: 500px;
        left: 0;
        top: 0;
        padding: 0 0 30px 0;
        border: 0;
        background: transparent;
        transition: all 0.4s;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        display: inline-flex;
        justify-content: center;
        flex-direction: row;
        transform: translate(430px, 0px);
        align-content: center;
        flex-wrap: wrap;
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu.show {
        transform: translate(450px, 0px);
        opacity: 1;
        visibility: visible;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li, header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li:last-child {
        width: calc(50% - 0px);
        border-width: 1px 1px 1px 1px;
        margin-top: -1px;
        margin-left: -1px;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a {
        font-size: 17px;
        padding: 9px 20px 9px 22px;
    }  
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:after,
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:before {
        left: 8px;
        top: 18px;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:after {
        left: 10px;
        top: 20px;
    }
    /* ===== header over ==== */
    .footer_part .footer_info.site_details p {
        white-space: normal;
    }
    .footer-logo a {
        padding-left: 50px;
        text-align: left;
    }
    .drop_message_details {
        max-width: 920px;
    }
    .industries_serve,
    .home_counter,
    .home_products,
    .home_why_us,
    .home_about_part,
    .contact_address,
    .privacy-policy,
    .terms-conditions,
    .inner_about_us,
    .work-ethics,
    .inner_products,
    .products_details, .thanks_error {
        margin: 50px 0 50px;
    }
    .corrugated-boxes.products_details {
        margin: 50px 0 0;
    }
    .products_details{
        margin-bottom: 50px;
    }
    .product_bgcolor {
        margin-top: 30px;
    }
    .vision_mission {
        margin-bottom: 50px;
    }
    .product_bgcolor {
        padding: 40px 0;
    }
    .home_why_us {
        padding: 50px 0;
        margin-top: 0;
    }
    #home_why_us_slider .owl-stage-outer {
        transform: translate3d(40px, 0px, 0px) !important;
    }
    .drop_message {
        margin-top: 50px;
    }
    #home_products_slider .owl-nav {
        margin-top: 18px;
    }
    #home_products_slider .item:after,
    #home_products_slider .item:before {
        right: -210px;
    }
    #home_products_slider .item:after {
        right: -250px;
    }
    .home_about_part_img:before {
        max-width: calc(100% - 230px);

    }
    .home_about_bg {
        right: -7%;
    }
    .home_slider_text {
        max-width: 500px;
    }
    .swiper_main_slider .swiper-button-next,
    .swiper_main_slider .swiper-button-prev {
        height: 40px;
        width: 40px;
    }
    .swiper_main_slider {
        width: 90px;
    }
    .swiper_main_slider .swiper-button-next:after,
    .swiper_main_slider .swiper-button-prev:after {
        font-size: 12px;
    }
    .inner_page_title h2 {
        font-size: 30px;
    }
    .inner_page_title span {
        margin-bottom: 3px;
    }
    .contact_address_section {
        border: 23px solid rgb(225 225 225 / 33%);
    }
    .about_img_part {
        padding-top: 12px;
        margin-left: 0;
    }
    .vision_details {
        margin-right: 15px;
    }
    .mission_details {
        margin-left: 15px;
    }
    .inner_products_block .left_products_details,
    .inner_products_block .right_products_details {
        width: 50%;
    }
    /* .smt_inner_content ul.inner_list {
        margin-top: 50px;
    } */
    #products_inquiry_form #product_inquiry .modal-content .modal-body h3 {
        font-size: 28px;
    }
    ul.why_us_list li {
        max-width: calc(50% - 18px);
    }
    .footer_part .footer_info.site_details {
        padding-left: 0px;
        margin-left: 30px;
    }
    .footer_part .footer_info.footer_navigation {
        margin-left: 30px;
    }
    /* ==01=09=2023 === */
    .inner_products_img{
        max-width: 450px; 
        min-height: 380px;
        margin: 30px 60px 90px 40px;
    }
    .inner_products_img img {
        max-height: 340px;
    }
    .inner_products_img:after {
        height: 80px;
        width: 80px;
        left: -40px;
        bottom: -40px;
    }
    .inner_products_img:before {
        left: -22px;
        bottom: -22px;
    }
    .pr_inner_images .owl-nav { 
        bottom: -55px;
    }
    .inner_products_img span { 
        height: 100px;
        width: 100px;
    }
    .products_inner_title h2{
        font-size: 30px;
    }
 
    .home_about_part:before {
        max-width: 580px;
    } 
    .home_about_details img {
        max-width: 530px;
    }
    .home_about_part {
        margin: 50px 0 30px;
    }
    .our_plan_of_action {
        margin-top: 40px;
    }
    .home_about_part:before{
        bottom: -40px;
    }
    .our_plan_of_action{
        padding: 50px 0;
    }
    /* === 12-09-2023== */
    .footer_part .footer_info.footer_Products {
        width: calc(100% + 50px);
        margin-left: 50px;
    }
    .footer_part .footer_info a, .footer_part .footer_info, .footer_part .footer_info.site_details p {
        font-size: 15px;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a {
        font-size: 16px;
        padding: 9px 10px 9px 12px;
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu{
        min-width: 400px;
        transform: translate(260px, 0px);
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu.show {
        transform: translate(365px, 0px);
    }
    .drop_message_details p {
        font-size: 21px;
        text-align: center;
    }
    .drop_message_details {
        max-width: calc(100% - 30px);
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .drop_message_details .button_style {
        padding: 10px 20px;
        font-size: 16px;
    }
    .main_title h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .home_products_details {
        display: flex;
    }
    .home_product_icon img {
        text-align: center;
        max-width: 300px;
    }
    .home_product_icon {
        text-align: center;
        margin-top: 20px;
    }
    #home_products_slider .item {
        padding: 20px 22px;
    }
    #home_products_slider .item:after,
    #home_products_slider .item:before {
        bottom: -220px;
        top: auto;
        opacity: 0.5;
    }
    #home_products_slider .item:after {
        right: -260px;
        bottom: -240px;
    }
    .home_about_part_img:before {
        max-width: calc(100% - 320px);
    }
    .home_about_bg {
        right: 5%;
    }
    .content_button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .home_slider_text h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .mySwiper_home .slider_box {
        max-width: 300px;
        min-height: 370px;
    }
    .mySwiper_home .slider_box .background_slide_img:after {
        max-height: 220px;
    }
    .mySwiper_home .home_slider_content {
        gap: 30px 60px;
    }
    .home_slider_text {
        max-width: 380px;
    }
    .slider_part_img img {
        height: 540px;
    }
    /* ===== inner_slider ==== */
    .inner_slide,
    .inner_slide .inner_banner_img,
    .inner_slide .inner_banner_img img {
        height: 220px;
    }
    .inner_slide h1.inner_banner_title {
        font-size: 36px;
    }
    .inner_slide ul.breadcrumb li {
        font-size: 15px;
    }
    .inner_slide ul.breadcrumb li img {
        max-width: 13px;
    }
    .inner_slide ul.breadcrumb {
        gap: 5px 20px;
    }
    .inner_slide ul.breadcrumb li:after {
        right: -10px;
    }
    .contact_address_section {
        border: 16px solid rgb(225 225 225 / 33%);
        padding: 18px;
    }
    .contact_address_section .inner_page_title {
        margin-bottom: 20px;
    }
    .inner_page_title h2 {
        font-size: 28px;
    }
    .work-ethics-img {
        margin-top: 12px;
        padding: 20px 0px 20px 20px;
    }
    .vision_mission {
        margin-top: 0;
    }
    .vision_details {
        margin-right: -10px;
    }
    .mission_details {
        margin-left: -10px;
    }
    .inner_products_block .left_products_details {
        width: 60%;
        padding-right: 10px;
    }
    .inner_products_block .right_products_details {
        width: 40%;
    }
    .inner_products_img {
        float: unset;
    }
    .smt_inner_content ul.inner_list {
        margin: 12px 0;
    }
    #products_inquiry_form #product_inquiry .modal-content .modal-body h3 {
        font-size: 26px;
    }
    #products_inquiry_form #product_inquiry .modal-content .modal-body span,
    #products_inquiry_form #product_inquiry .modal-content .modal-body p {
        font-size: 16px;
    }
    #products_inquiry_form #product_inquiry form textarea,
    #products_inquiry_form #product_inquiry form input {
        margin-top: 30px;
    }
    #products_inquiry_form #product_inquiry .modal-content .modal-title {
        margin-top: 30px;
    }
    .why_us_icon {
        width: 70px;
        height: 70px;
    }
    ul.why_us_list li {
        padding: 18px 10px 18px 95px;
        min-height: 90px;
        font-size: 18px;
    }
    .about_img_part img, .work-ethics-img img, .work-ethics-img, .about_img_part{
        height: auto;
    }
    .myslider_home .carousel-indicators button {
        width: 50px;
    }
    .myslider_home .carousel-indicators{
        margin-bottom: 5px;
    }
    .home_about_part:before {
        max-width: 480px;
    }
    h1, h2, h3, h4, h5, h6{
        text-align: left;
    }

    /* === */
    .footer-logo a {
        padding-left: 15px;
    }
    .footer-logo {
        width: calc(100% - 25px);
        margin-left: 0;
    }
    .footer_part .footer_info.footer_navigation {
        padding-left: 8px;
        margin-left: 25px;
    }
    .footer_part .footer_info.site_details {
        padding-left: 5px;
        margin-left: 0;
    }
    .footer_part .footer_info.footer_Products {
        width: 100%;
        margin-left: 20px;
    }
    .home_about_list h3, .our_plan_of_action h3{
        margin-bottom: 5px;
    }
    .home_about_part a {
        margin-top: 10px;
    }
    .footer_part .footer_social {
        padding-left: 0;
        margin-left: -7px;
    }
    .home_about_part .main_title h1 { 
        font-size: 32px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    header.top_header nav .navbar-collapse ul li a.nav-link {
        margin: 10px;
        font-size: 26px;
    }
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle {
        top: 18px;
        right: auto;
        left: 200px;
    }
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle:after,
    header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle:before {
        height: 12px;
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu {
        position: relative;
        transform: translate(0px, 0px) scaleY(0.5);
        transform-origin: top;
        max-height: 0;
        display: flex;
        min-width: auto;
        transition: all 0.4s;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        min-width: -webkit-fill-available;
        overflow-y: auto;
        background: #ffffff;
        padding-left: 12px;
        padding-bottom: 0;
    }
    header.top_header .navbar-expand-lg .navbar-nav li.dropdown ul.dropdown-menu.show {
        transform: translate(0px, 0px) scaleY(1);
        max-height: 450px;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li, header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li:last-child {
        width: 100%;
        border: none;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li:after {
        position: absolute;
        bottom: 0;
        height: 1px;
        width: calc(100% + 12px);
        background: rgb(0 0 0 / 4%);
        content: "";
        left: -12px;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a {
        font-size: 16px;
        align-content: flex-start;
        text-align: left;
        padding: 9px 10px 9px 17px;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a img{
        display: none;
    }
    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:after, header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:before {
        content: "";
        height: 7px;
        width: 7px;
        left: 2px;
        top: 17px;
        position: absolute;
        border: 1px solid #f99c38;
    }

    header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:after {
        background: #f99c38;
        height: 3px;
        width: 3px;
        top: 19px;
        left: 4px;
    }
    footer {
        padding-top: 50px;
    }
    .copyright-text {
        margin-top: 40px;
    }
    .footer-logo a {
        padding-left: 15px;
    }
    .footer_part .footer_info,
    .footer_part .footer_info.footer_navigation,
    .footer_part .footer_info.site_details, .footer_part .footer_info.footer_Products {
        padding-left: 10px;
    } 
    .drop_message_details p {
        font-size: 19px;
    }
    #industries_serve_details .item h3 {
        font-size: 18px;
    }
    .main_title h2 {
        font-size: 30px;
    }
    /* .home_about_part_img:before {
        max-width: calc(100% - 170px);
    } */
    .home_about_bg {
        right: 0.5%;
        max-width: 500px;
    }
    .home_about_part_img:after {
        height: 80px;
        width: 80px;
        left: 10px;
        bottom: 10px;
    }
    .home_about_part_img:before {
        max-width: 400px;
    }
    .mySwiper_home .swiper-slide:after {
        width: 100%;
        height: 65%;
        bottom: 0;
        top: auto;
    }
    .mySwiper_home .swiper-slide:before {
        width: 100%;
        height: 35%;
        bottom: auto;
        top: 0;
    }
    .mySwiper_home .home_slider_content {
        justify-content: flex-start;
        flex-direction: column;
        align-content: flex-start;
        padding-left: 40px;
        align-items: flex-start;
    }
    .home_slider_text h1 {
        font-size: 26px;
    }
    .home_slider_text h1 {
        font-size: 26px;
        width: 100%;
        white-space: normal;
    }
    .home_slider_text p {
        font-size: 16px;
        white-space: normal;
    }
    .mySwiper_home .slider_box {
        max-width: 260px;
        min-height: 330px;
    }
    .home_slider_text {
        max-width: 75%;
    }
    .slider_box_text {
        font-size: 32px;
    }
    .mySwiper_home .slider_box .background_slide_img:after {
        max-height: 200px;
    }
    /* ==== inner_slider ==== */
    .inner_slide,
    .inner_slide .inner_banner_img,
    .inner_slide .inner_banner_img img {
        height: 200px;
    }
    .vision_mission_details,
    .mission_details .vision_mission_details {
        padding: 32px 18px 18px 18px;
        border: 2px solid #f99c38;
    }
    .vision_mission_details h3,
    .mission_details .vision_mission_details h3 {
        font-size: 22px;
        top: -22px;
        padding: 8px 12px;
        right: auto;
        left: 15px;
    }
    .vision_mission_details p {
        font-size: 16px;
    }
    .vision_mission_icon {
        top: -50px;
        right: 12px;
        height: 80px;
        width: 80px;
    }
    .vision_mission_icon img {
        max-width: 50px;
    }
    .vision_mission_icon:after {
        height: 80px;
        width: 80px;
        left: 0;
        top: 0;
        border: 2px solid #f99c38;
    }
    .mission_details .vision_mission_icon {
        left: auto;
        right: 12px;
        top: -50px;
    }
    ul.why_us_list li {
        padding: 15px 10px 12px 95px;
        min-height: 80px;
        max-width: calc(100% - 0px);
        font-size: 17px;
    }
    ul.why_us_list {
        gap: 25px 18px;
    }
    #loader span {
        font-size: 32px;
    }
    header.top_header .navbar-collapse ul.navbar-nav {
        max-width: 100%;
    }
    header.top_header nav .navbar-collapse ul li.nav-item.dropdown {
        width: 100%;
    }
    header.top_header nav .navbar-collapse ul li.nav-item.dropdown a.nav-link{
        max-width: max-content;
    }
    .pre-loader #loader img{
        max-width: 290px;
    }
    .home_about_details img {
        max-width: 400px;
    }
    .home_about_part:before {
        max-width: 360px;
    } 
    .footer_part .footer_info.footer_navigation {
        margin-left: 0px;
    }
    .footer_part .footer_info.footer_Products {
        margin-left: -25px;
        width: calc(100% + 30px);
    }
    .footer_part .footer_info.site_details {
        padding-right: 0;
        margin-left: -30px;
    }
    /* ul.home_list li { 
        text-align: left;
    } */
    .footer_part .footer_social { 
        margin-left: -29px;
    }
    .home_about_part .main_title h1 { 
        font-size: 30px; 
    }
    h2.inner_content_title {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .footer_part .footer_info,
    .footer_part .footer_info.footer_Products {
        width: 100%;
    }
    .footer_part .footer_social {
        padding-left: 10px;
        margin: 15px 0 10px 0;
    }
    .footer_part .footer_social a {
        margin: 0 10px;
    }
    .footer_part .footer_social a:first-child {
        margin-left: 0;
    }
    .footer_part .footer_info p,
    .footer_part .footer_info a {
        font-size: 15px;
    }
    .footer_part .footer_info h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .copyright-text {
        padding: 18px 8px;
        font-size: 14px;
    }
    .copyright-text p,
    .copyright-text a {
        font-size: 14px;
    }
    .drop_message_details {
        padding: 30px 0;
    }
    .main_title h2 {
        font-size: 28px;
    }
    .main_title span {
        margin-bottom: 5px;
    }
    #home_counters .item h5 {
        font-size: 14px;
    }
    #home_counters .counter > span {
        font-size: 34px;
        width: 24px;
    }
    #home_counters .counter {
        height: 2.6rem;
    }
    #home_counters .item sup {
        font-size: 24px;
        top: 18px;
    }
    #home_why_us_slider .item {
        min-width: 180px;
        gap: 15px;
        padding: 20px 12px 20px 12px;
        height: 190px;
    }
    #home_why_us_slider .item p {
        font-size: 15px;
    }
    #home_why_us_slider .owl-stage-outer {
        transform: translate3d(20px, 0px, 0px) !important;
    }
    .home_about_part_img {
        margin-left: -10px;
    }
    .home_about_part_img img {
        max-width: 300px;
    }
    .home_about_part_img:before {
        max-width: 300px;
    }
    .home_about_bg {
        right: 0.5%;
        max-width: 380px;
        top: -15px;
    }
    .mySwiper_home .home_slider_content {
        padding-left: 20px;
    }
    .swiper_main_slider .swiper-button-next:after,
    .swiper_main_slider .swiper-button-prev:after {
        font-size: 8px;
    }
    .swiper_main_slider .swiper-button-next,
    .swiper_main_slider .swiper-button-prev {
        height: 25px;
        width: 25px;
    }
    .swiper_main_slider {
        width: 55px;
        height: 25px;
        right: 10px;
        bottom: 10px;
    }
    .home_slider_text {
        max-width: 80%;
    }
    .home_slider_text h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .home_slider_text p {
        font-size: 15px;
    }
    .slider_part_img img {
        height: 440px;
    }
    .mySwiper_home .slider_box {
        max-width: 180px;
        min-height: 220px;
        border: 5px solid #ffffff;
    }
    .mySwiper_home .home_slider_content {
        gap: 20px 60px;
    }
    .mySwiper_home .slider_box:before {
        right: -18px;
        top: -18px;
    }
    .mySwiper_home .slider_box .background_slide_img:after {
        max-height: 130px;
        background-position: center left 0px;
    }
    .slider_box_text {
        font-size: 22px;
        top: 15px;
    }
    header.top_header nav.navbar .button_style img {
        height: 33px;
    } 
    header.top_header nav.navbar .button_style {
        font-size: 0px;
        padding: 0;
        border: none;
        margin-right: 60px;
    }
    header.top_header nav.navbar .button_style:active,
    header.top_header nav.navbar .button_style:focus {
        background: transparent;
    }
    header.top_header .navbar-expand-lg .navbar-toggler {
        right: 15px;
    }
    a.navbar_logo {
        margin: 8px 0 8px 0px;
    }
    a.navbar_logo img {
        max-width: 180px;
    }
    /* ===== inner_slider ===== */
    .inner_slide,
    .inner_slide .inner_banner_img,
    .inner_slide .inner_banner_img img {
        height: 150px;
    }
    .inner_slide h1.inner_banner_title {
        font-size: 24px;
        margin-bottom: 8px;
        text-align: center;
        line-height: 1.1;
    }
    .inner_slide ul.breadcrumb {
        gap: 5px 16px;
    }
    .inner_slide ul.breadcrumb li:after {
        right: -8px;
    }
    .inner_page_title h2 {
        font-size: 25px;
    }
    .contact_address .inner_page p,
    .contact_address .inner_page a {
        line-height: 1.4;
        font-size: 16px;
    }
    .contact_details h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .contact_address_section {
        border: 10px solid rgb(225 225 225 / 33%);
        padding: 15px 8px 15px 10px;
    }
    .contact_address .contact_details p,
    .contact_address .contact_details a {
        font-size: 15px;
    }
    .contact_icon {
        height: 32px;
        line-height: 32px;
        top: 2px;
        width: 32px;
    }
    .contact_icon i {
        font-size: 14px;
    }
    .contact_details {
        padding-left: 43px;
        margin-bottom: 20px;
    }
    .contact_form form input,
    .contact_form form textarea {
        margin-top: 32px;
    }
    .contact_form form .form-group label {
        top: 21px;
    }
    .privacy_policy_accordian .accordion-item button {
        padding: 12px 35px 12px 12px;
        font-size: 17px;
        margin-top: 10px;
    }
    .accordion_list .accordion-item .accordion-button::after,
    .accordion_list .accordion-item .accordion-button::before {
        width: 14px;
        top: 22px;
    }
    .accordion_list .accordion_info {
        padding: 15px;
    }
    .accordion_list .accordion-item .accordion-collapse {
        width: calc(100% - 18px);
    }
    .accordion_list .accordion_info p,
    .accordion_list .accordion_info ul li {
        font-size: 15px;
    }
    ul.details_list {
        gap: 4px;
    }
    .privacy-policy,
    .terms-conditions,
    .inner_about_us,
    .work-ethics,
    .inner_products, .thanks_error, .home_about_part {
        margin: 30px 0;
    }
    .vision_mission {
        margin-bottom: 30px;
    }
    .privacy_policy_accordian .accordion-item button {
        font-size: 16px;
    }
    .inner_page p {
        font-size: 16px;
    }
    .about_img_part {
        padding: 12px 10px 10px 0px;
        margin: 0 5px 5px 0px;
    }
    .about_img_part:after {
        height: 50px;
        width: 50px;
        right: -5px;
        bottom: -5px;
    }
    .work-ethics-img {
        margin-top: 10px;
        padding: 15px 0px 15px 15px;
    }
    .work-ethics-img img {
        border: 5px solid #ffffff;
    }
    .work-ethics-img:before {
        width: calc(100% - 180px);
    }
    .vision_mission {
        margin-top: 50px;
    }
    .vision_details {
        margin-right: 0;
    }
    .mission_details {
        margin-left: 0;
    }
    .inner_products_block {
        gap: 22px;
    }
    .inner_products_block .left_products_details,
    .inner_products_block .right_products_details {
        width: 100%;
    }
    /* ==== inner_products === */
    .inner_products_img img {
        max-width: 88%;
    }
    .inner_products_img:before {
        width: calc(100% - 80px);
        left: -15px;
        bottom: -15px;
        height: calc(100% - 50px);
    }
    .inner_products_img:after {
        left: -25px;
        bottom: -25px;
        height: 80px;
        width: 80px;
    } 
    .inner_products_img {
        margin: 0px 0px 50px 25px;
        width: calc(100% - 35px);
        max-width: unset;
        min-height: auto;
        padding-bottom: 0px;
    }
    .product_bgcolor {
        margin-top: 10px;
        padding: 30px 0;
    }
    .products_details {
        margin: 40px 0 30px;
    }
    .main_body .myslider_home.banner-spacing,
    .inner_slide.banner-spacing {
        margin-top: 84px;
    }
    #products_inquiry_form #product_inquiry form textarea,
    #products_inquiry_form #product_inquiry form input {
        padding: 12px 18px;
    }
    #products_inquiry_form #product_inquiry .modal-content .modal-title {
        margin: 30px 0 0px 0;
    }
    .products_details h6 {
        font-size: 17px;
    }
    .scene span {
        font-size: 20px;
    }
    .product_inq_btn a.button_style {
        font-size: 15px;
        padding: 13px 6px;
    }
    #loader span {
        font-size: 24px;
        top: 0px;
    }
    .thanks_error img { 
        height: 70px;
    }
    .thanks_error p{
        white-space: normal;
        padding: 0 15px;
    }
    form .submit-btn {
        align-items: flex-end;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .submit-btn .g-recaptcha{
        transform-origin: bottom right;
        -webkit-transform-origin: bottom right;
    }
    .myslider_home .carousel-indicators{
        margin-bottom: 2px;
    } 
    .myslider_home .carousel-indicators button {
        width: 18px;
        border-bottom-width: 4px;
        height: 2px;
        margin: 0 2px;
    }
    .myslider_home button.carousel-control-prev span, .myslider_home button.carousel-control-next span {
        background-size: 10px;
        height: 20px;
        width: 20px;
    }
    .myslider_home:hover button.carousel-control-prev, .myslider_home:hover button.carousel-control-next {
        left: 6px;
    }
    .myslider_home:hover button.carousel-control-next {
        right: 6px;
        left: auto;
    }
    .pr_inner_images .owl-nav {
        bottom: -40px;
    }
    .products_inner_title img {
        max-width: 70px; 
        height: 48px; 
    }
    .products_inner_title h2 { 
        font-size: 26px;
    }
    .products_inner_title { 
        margin-bottom: 15px;
    }
    /* ===01-09-2023 === */
    .inner_products_img span {
        height: 70px;
        width: 70px;
    }
    .inner_products_img img {
        max-height: 270px;
    }
    .myslider_home img {
        min-height: 160px;
    }
    .myslider_home button.carousel-control-prev, .myslider_home button.carousel-control-next{
        top: 43%;
    }
    .home_about_part:before {
        max-width: 280px;
    }
    .corrugated-boxes.products_details {
        margin: 40px 0 0;
    }
    /* === */ 
    .footer_part .footer_info.footer_Products {
        margin-left: 0;
    }
    .footer_part .footer_info.footer_Products ul {
        columns: 1;
    }
    .footer_part .footer_info.site_details {
        padding-right: 0;
        margin: 0;
        /* white-space: pre-line; */
    }
    .footer-logo a {
        padding-left: 10px;
    }
    .home_about_part .main_title h1 { 
        font-size: 28px; 
    }
    h2.inner_content_title {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-height: 767px) {
    a.whatsapp-chat{
        bottom: 40px;
    }
}
@media only screen and (max-height: 575px) {
    .product_inq_btn {
        bottom: calc(50% - 160px);
    } 
}
@media only screen and (max-width: 449px) {
    .home_about_bg {
        display: none;
    }
}
@media only screen and (max-width: 399px) {
}