@media only screen and (max-width:1800px) {
    .home-hero-banner {
        height: 80vh;
    }
}

@media only screen and (max-width: 1600px) {
    nav.top-navbar li.nav-item {
        padding: 0px 0px;
    }
    .global-solid-button {
        padding: 7px 24px;
        min-height: 40px;
        font-weight: 700;
        font-size: 15px;
    }
    .top-bar::after {
        max-width: 550px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }  
    h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .about-agri-veta-sec .abt-card {
        margin: 24px 0px 28px;
        gap: 6px;
    }
    .about-agri-veta-sec .abt-card h5 {
        font-weight: 700;
        font-size: 18px;
        line-height: 44px;
        color: var(--dark-black-600);
    }
    
    .about-agri-veta-sec .abt-card h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .comprehensive-solutions-sec .global-header {
        margin: 0 auto 50px;
    }
    .education-resource-sec .cntn-box {
        padding: 30px;
    }
    .education-resource-sec .cntn-rgt-thumb img {
        max-width: 230px;
    }
    .stay-update-sec {
        padding: 80px 0px;
    }
    footer.footer .flex-box .footer-nav:nth-child(4) {
        max-width: 270px;
        padding-right: 15px;
    }
    .news-item .cntn-box {
        gap: 8px;
        margin-top: 16px;
        padding-right: 15px;
    }
    .comprehensive-solutions-sec {
        padding: 80px 0px;
    }
    .comprehensive-sol-item .cntn-box {
        height: 270px;
        padding: 85px 15px 15px 15px;
    }
    .comprehensive-sol-item p {
        font-size: 15px;
        line-height: 28px;
    }
    .top-logo-part img {
        width: 95px;
    }
}
@media only screen and (max-width: 1400px) {
  .top-logo-part img {
        width: 65px;
    }
    nav.navbar a.nav-link {
        font-size: 13px;
    }
    .global-solid-button {
        padding: 7px 18px;
        min-height: 38px;
        font-weight: 700;
        font-size: 14px;
    }
    .top-bar ul.call-us-box li, .top-bar ul.call-us-box li a {
        font-weight: 500;
        font-size: 15px;
    }
    .top-bar ul.call-us-box {
        max-width: 500px;
        padding: 7px 0;
    }
    nav.top-navbar {
        margin-top: -30px;
    }
    .top-bar::after {
        max-width: 430px;
    }
    .top-navbar.sticky .top-logo-part img {
        width: 60px;
    }
    .here-help-box {
        padding: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    nav.top-navbar li.nav-item {
        padding: 0px 0px;
    }
    nav.navbar a.nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.58px;
    }
    a.navbar-brand.top-logo-part img {
        max-width: 100px;
    }
    .global-solid-button, .global-light-button {
        padding: 7px 16px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: calc(100% - 0px);
        height: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: #fff;
        overflow: hidden;
        padding: 15px;
        -webkit-transition: left .4s cubic-bezier(.6, .1, .68, .53);
        transition: left .4s cubic-bezier(.6, .1, .68, .53);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        bottom: 0px;
    }
   
    .navbar-collapse.collapse.show {
        top: 0 !important;
        position: fixed !important;
        left: 0%;
    }
    nav.top-navbar li.nav-item.dropdown {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .custom-container,
    .lg-container {
        padding: 0px 25px;
    }

    .navbar-collapse ul.navbar-nav {
        width: 100%;
        margin: 40px 0px !important;
        height: calc(100% - 200px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .navbar-collapse ul.navbar-nav::-webkit-scrollbar {
        width:4px;
      }

    nav.top-navbar li.nav-item {
        padding: 0px 10px;
        border-right: 0px solid var(--dark-green-800);
    }

    nav.top-navbar ul.navbar-nav li.nav-item:first-child {
        border-left: 0px solid var(--dark-green-800);
    }

    nav.top-navbar ul.navbar-nav li.nav-item {
        padding: 11px 0px;
    }

    .only_mobile_view {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-menu.show {
        border: none;
        box-shadow: none !important;
        display: block !important;
        width: 100%;
    }
    a.navbar-brand.top-logo-part img, .mobile_logo img {
        max-height: 45px;
    }
   
    .dropdown-menu.show li a {
        color: #6F6E6E;
    }
    .only_mobile_view .hamburger-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dropdown-toggle::after{
        position: absolute;
        left: auto;
        right: 0px;
    }
    li.nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }
    li.nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .dropdown-toggle.show::after{
        transform: rotate(180deg) !important;
    }
    li.nav-item.dropdown:hover .dropdown-menu {
        box-shadow: none !important; 
    }
    li.nav-item.dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: 0px solid #e6e6e6;
    }
    footer.footer {
        padding: 70px 0px 0px 0px;
    }
    footer.footer .ftr-header {
        font-size: 20px;
        font-weight: 700;
        line-height: 26.4px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    footer.footer .footer-logo {
        width: 50%;
        padding-right: 30px;
    }
    .footer-nav {
        width: 50%;
        padding-right: 30px;
    }
    footer.footer .ftr-header {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    footer.footer .footer-logo img {
        max-width: 90px;
    }
    .footer-copyright {
        padding: 14px 0px;
        margin-top: 30px;
    }
 
  


}

@media only screen and (max-width: 767px) {
    
    footer.footer {
        padding:60px 0px 0px 0px;
    }
    .global-solid-button {
        padding: 7px 18px;
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
    }
   
}

@media only screen and (max-width:680px) {
    
    footer.footer .flex-box {
        justify-content: space-between;
        flex-direction: column;
    }
    footer.footer .footer-logo {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .footer-nav {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .home-hero-banner {
        height: 60vh;
    }
   

}

@media only screen and (max-width:575px) {
   


}

@media only screen and (max-width:399px) {



}

@media only screen and (max-width:350px) {
   
}