@media screen and (min-width: 320px) and (max-width: 767px) {
    .career_img {
        max-width: 100%;
    }

    .information img {
        width: 100% !important;
    }

    .mobile-nav__contact li>i {
        background-color: #2f9640 !important;
    }

    ul.mobile-nav__contact.list-unstyled {
        display: block;
    }

    ul.mobile-nav__contact.list-unstyled li {
        width: 100%;
    }

    .list-unstyled {
        display: flex;
    }

    .list-unstyled li {
        display: inline-block;
        width: 33.33%;
    }

    .quick-links-title {
        margin-bottom: 15px !important;
    }

    footer.custom-footer .mb-3 {
        margin-bottom: 0 !important;
    }

    .list-unstyled {
        margin-bottom: 0;
    }

    .footer-bottom {
        margin-top: 0;
    }

    span.mobile-nav__toggler i {
        color: var(--background-color);
    }

    .logo-section {
        text-align: left;
    }

    a.custom_btn.about_btn.cust_ab_btn span {
        font-size: 14px !important;
    }

    .menu_area {
        display: inherit !important;
        padding: 5px 0;
    }

    .custom_btn {
        padding: 1px 11px;
    }

    .topbar__right.mobile_hoteline_btn {
        display: block !important;
        margin-left: 10px;
    }

    span.mobile-nav__toggler i {
        font-size: 27px;
        margin-top: 10px !important;
    }

    .topbar__right.mobile_hoteline_btn.hot_line a {
        font-size: 11px;
    }

    .custom_btn .arrow_icon_area {
        width: 30px;
        display: flex;
        align-items: center;
    }

    .custom_btn span,
    i {
        font-size: 10px;
    }

    .custom_btn i {
        margin-left: 5px;
    }

    .logo-box a img {
        width: 80%;
    }

    .main-menu .logo-box {
        justify-content: space-between;
        width: 100%;
    }

    .video-content {
        position: absolute;
        bottom: 26%;
        left: 10%;
    }

    .content {
        position: absolute;
        top: 15%;
        left: -1%;
        width: 100%;
        height: auto;
    }

    .eco-section {

        height: 490px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 79% 76%, 57% 81%, 26% 68%, 0% 79%);
    }

    .section-header h2 {
        font-size: 33px;
    }

    .mgi-contact-box {
        background: rgba(255, 255, 255, 0.96);
        padding: 20px;
        width: 550px;
        /* border-radius: 6px; */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-right: 0px;
    }

    header {
        padding-left: 0 !important;
    }

    .logo-box img {
        height: 60px !important;
    }

    .mgi-contact-section {
        padding: 10px;
    }

    .eco-section .content {
        margin-top: 0;
    }

    .profile_section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .profile_card {
        background: #fff;
        padding: 7px;
        height: 290px;
        border-radius: 10px;
    }

    .card-text {
        height: 30px;
        margin: 5px;
        line-height: 15px;
        font-size: 13px;
        overflow: hidden;

    }

    .content .homepage-banner__inner {
        /* display: table-cell; */
        /* vertical-align: middle; */
        /* text-align: start; */
        padding-left: 0px;
        padding-right: 0px;
    }

    .homepage-banner__inner .short-heading p {
        color: #fff;
        font-size: 9px;
        font-weight: 200;
        display: none;
    }

    .homepage-banner__inner .field-heading .heading {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    /* .homepage-banner__inner {
        position: absolute;
        top: 50%;
        left: 20px;
    } */

    .video-content .homepage-banner__inner .field-heading h2 {
        font-size: 39px;
        color: white;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .search-icon i {
        color: white;
        font-size: 20px;
        margin-left: 20px;
    }

    .menu_search form input {
        width: 350px;
    }

    .prod-image {
        margin-top: 0em;
    }

    .breadcrumb_text {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0px;
    }

    /* about section start   */
    .about .name {
        font-size: 21px;
        color: #2f9640;
        font-weight: 700;
    }

    .service_title {
        text-align: center;
        margin-top: 0px;
    }

    section.about.about_section {
        padding: 10px 0;
    }

    .product_title h2 {
        font-size: 25px;
    }

    .product_title {
        text-align: center;
        margin-top: 20px;
    }

    .product-item {
        margin: 10px 0px;

    }

    .product_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-item .product_img img {
        width: 100%;
        height: 100%;
    }

    .service_title h2 {
        font-size: 25px;
        margin: 15px 0;
    }

    .notice_tab>.d-flex {
        gap: 10px;
        display: block !important;
    }

    .left_tab {
        width: 100%;
    }

    .right_tab {
        width: 100%;
    }


    .blog-card__content h3 {
        font-size: 13px !important;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .about .title {
        font-size: 52px;
        color: #000;
        font-weight: 700;
    }

    .custom-footer {
        padding: 0px 0 !important;
    }

    .about .custom_container p {
        font-size: 15px;
        font-weight: 600;
        color: var(--background-color)
    }

    .about_btn {
        margin-bottom: 40px;
    }

    .custom_btn span,
    i {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
    }

    .search_menu_mobile i {
        color: var(--background-color) !important;
        display: block !important;
    }

    li.search_menu {
        display: none;
    }

    .close_search {
        top: -40px;

    }

    /* about section end */

    /* precision section start  */
    .precision_container {
        /* height: 233px; */
        padding: 0px 30px;
    }

    .precision_left p {
        font-size: 13px;
        font-weight: 500;
    }

    .precision_left .title {
        font-size: 36px;
        font-weight: 800;
    }

    /* precision section end */
    /* sustainiblity section start  */
    .biologicals_left .title {
        font-size: 33px;
        font-weight: 800;
        color: white;
    }

    /* sustainiblity section end */

    /* biology section start   */
    .biologicals_left p {
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .biologicals_btn {
        width: 239px;
        margin-top: 15px;
    }


    .precision_container {
        height: 0px;
        padding: 0px 30px;
    }

    /* biology section end */

    /* footer up nav links start  */
    .footer_up_navbar .navbar .navbar-nav {
        flex-direction: column;
    }

    .logo-divider {
        width: 100%;
    }

    .custom-footer {
        text-align: start;
    }

    .social_container {
        justify-content: start;
    }

    /* footer up nav links end */
    .sustainability_left .title span {
        font-size: 32px;
        line-height: 1.2;
    }

    .video-container {
        height: 185px;
    }

    .video-container .owl-carousel .owl-item img,
    .video-container .owl-carousel .owl-item video {
        height: 185px !important;
    }

    .about .container {
        padding: 10px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        right: 20px;
        bottom: 110px;
    }

    a.social-circle.linkedin i {
        color: #fff;
    }

    .eco-section h1 {
        font-size: 22px;
    }

    .eco-section p {
        font-size: 12px;
    }

    .iptv-order-section {
        padding: 55px 0 20px;
    }

    .iptv-order-panel {
        padding: 12px;
        border-radius: 20px;
    }

    .iptv-order-head h2 {
        font-size: 26px;
    }

    .iptv-order-block {
        padding: 14px;
        border-radius: 16px;
    }

    .iptv-order-block h3 {
        font-size: 18px;
    }

    .iptv-payment-box {
        flex-direction: column;
        align-items: stretch;
    }

    .iptv-pay-grid {
        gap: 8px;
    }

    .iptv-pay-btn,
    .iptv-copy-btn,
    .iptv-upload-btn,
    .iptv-review-btn,
    .iptv-submit-btn {
        font-size: 13px;
    }

    .iptv-field select,
    .iptv-field input {
        height: 48px;
        font-size: 13px;
    }

    .home-video-section {
        padding: 55px 0;
    }

    .how-buy-section {
        padding: 60px 0 48px;
    }

    .how-buy-header {
        margin-bottom: 26px;
    }

    .how-buy-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .how-buy-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .how-buy-card {
        padding: 28px 18px 22px;
        border-radius: 22px;
    }

    .how-buy-step {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 12px;
    }

    .how-buy-icon {
        width: 78px;
        height: 78px;
        margin-bottom: 18px;
        border-radius: 20px;
        padding: 14px;
    }

    .how-buy-card h3 {
        font-size: 20px;
    }

    .how-buy-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .home-package-section {
        padding: 80px 0 50px;
    }

    .home-package-card {
        padding: 20px;
    }

    .home-package-thumb {
        height: 200px;
    }

    .home-package-header h2 {
        font-size: 28px;
    }
    .home-package-btn {
    font-size: 9px;
    }

    .home-video-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
        text-align: center;
    }

    .home-video-header h2,
    .video-page-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .home-video-header p,
    .video-page-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .home-video-footer {
        margin-top: 10px;
    }

    .home-video-card {
        min-height: 360px;
        border-radius: 20px;
    }

    .home-video-thumb {
        height: 300px;
    }

    .home-video-play {
        width: 56px;
        height: 56px;
    }

    .home-video-content {
        padding: 16px;
    }

    .home-video-content h3 {
        font-size: 16px;
    }

    .home-video-content p {
        font-size: 13px;
    }

    .home-video-carousel .owl-nav {
        justify-content: center;
    }

    .video-page-section {
        padding: 60px 0;
    }

    .video-page-tabs {
        gap: 8px;
        margin: 26px 0 24px;
    }

    .video-page-tabs .nav-link {
        padding: 9px 14px;
        font-size: 13px;
    }

    .video-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .video-page-category h3 {
        font-size: 22px;
    }

    .iptv-video-modal .modal-dialog {
        margin: 10px;
    }

    .iptv-video-modal-body h3 {
        font-size: 20px;
    }

    .faq-section {
        padding: 55px 0 !important;
    }

    .faq-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .faq-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }

    .faq-item {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .faq-btn {
        gap: 12px;
        padding: 18px 16px;
        font-size: 15px;
        align-items: flex-start;
    }

    .faq-index {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 12px;
    }

    .faq-btn::after {
        min-width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .faq-answer {
        margin: 0 16px 16px 16px;
        padding: 16px;
        font-size: 14px;
        line-height: 1.75;
    }

    .channel-showcase {
        padding: 56px 12px;
    }

    .channel-header {
        margin-bottom: 26px;
    }

    .channel-header h2 {
        font-size: 28px;
    }

    .channel-header p {
        font-size: 14px;
        line-height: 1.65;
    }

    .channel-logo-box {
        min-height: 92px;
        padding: 14px;
        border-radius: 16px;
    }

    .channel-item img {
        max-height: 52px;
    }


 .home-notice-item {
                padding: 30px 20px 70px;
            }

            .home-notice-title {
                font-size: 26px;
            }

            .home-notice-description {
                font-size: 15px;
                line-height: 1.7;
            }

            .home-notice-slider .owl-nav button.owl-prev,
            .home-notice-slider .owl-nav button.owl-next {
                top: auto;
                bottom: 16px;
                transform: none;
                width: 40px;
                height: 40px;
            }

            .home-notice-slider .owl-nav button.owl-prev {
                left: 20px;
            }

            .home-notice-slider .owl-nav button.owl-next {
                right: 20px;
            }

            .home-notice-slider .owl-dots {
                padding-bottom: 18px;
            }








}
