@media screen and (max-width:1440px) {
    .general-header {
        height: 90px;
    }

    .header-content .header-logo {
        width: 110px;
        height: 70px;
    }

    .general-header .nav-icon {
        height: 30px;
    }

    .nav-icon .line {
        width: 45px;
        height: 3px;
    }

    .nav ul li {
        font-size: 28px;
    }

    .category .category-title {
        font-size: 44px;
    }

    .content .single-item {
        width: 140px;
        height: 140px;
    }

    .single-item:nth-child(1) img {
        width: 55px;
    }

    .single-item:nth-child(2) img {
        width: 65px;
    }

    .single-item:nth-child(3) img {
        width: 75px;
    }



    .breadcrumb-area .breadcrumb-title {
        font-size: 24px;
    }

    .product-detail {
        margin-bottom: 0px;
    }

    .product-detail .product-img {
        width: 400px;
        height: 400px;
    }

    .product-detail .heading {
        font-size: 22px;
    }

    .product-detail li {
        font-size: 15px;
    }

    .products {
        margin: 50px 0;
    }

    .products-title {
        font-size: 25px;
    }

    .product-single-item .pr-name {
        font-size: 16px;
    }
}


@media screen and (max-width:1200px) {
    .header .nav-list a{
      font-size:16px !important;
    }

    .general-header {
        height: 70px;
    }

    .header-content .header-logo {
        width: 90px;
        height: 55px;
    }

    .general-header .nav-icon {
        height: 25px;
    }

    .nav-icon .line {
        width: 35px;
        height: 3px;
    }

    .nav ul li {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .menu .menu-header .search svg,
    .menu .menu-header .menu-hide svg {
        width: 25px;
    }

    .content .slogan .banner-btn {
        height: 50px;
        font-size: 18px;
    }

    .category .category-title {
        font-size: 40px;
    }

    .category-text p {
        font-size: 15px;
    }

    .category .category-btn {
        height: 45px;
        font-size: 16px;
    }

    .content .single-item {
        width: 100px;
        height: 100px;
    }

    .single-item:nth-child(1) img {
        width: 35px;
    }

    .single-item:nth-child(2) img {
        width: 45px;
    }

    .single-item:nth-child(3) img {
        width: 60px;
    }



    .partners .single-item-partner {
        width: 150px;
        height: 50px;
    }

    .footer-nav ul li {
        font-size: 16px;
    }

    .footer-middle .footer-nav ul li {
        font-size: 15px;
    }

    .products-category {
        margin: 10px 0 40px;
    }

    .products-category .product-item {
        padding: 30px 45px;
    }

    .products-category .product-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .products-category ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .products-category ul li:before {
        left: -20px;
    }

    .contact {
        padding: 40px 0 60px;
    }

    .contact .map iframe {
        width: 600px;
    }

    .media-item .media-img {
        width: 300px;
        height: 180px;
    }

    .media-item .date {
        margin-right: 25px;
    }

    .media-item .date span {
        margin-top: 5px;
        display: block;
    }

    .media-item .media-title {
        width: 300px;
    }

    .media-item .read-more-btn {
        width: 160px;
        height: 48px;
        border-radius: 30px;
    }

    .breadcrumb-area .breadcrumb-title {
        font-size: 24px;
    }

    .product-detail {
        margin-bottom: 0px;
    }

    .product-detail .product-img {
        width: 300px;
        height: 300px;
    }

    .product-detail .product-text {
        width: 550px;
    }

    .product-detail .heading {
        font-size: 18px;
    }

    .products {
        margin: 30px 0;
    }

    .products-title {
        font-size: 22px;
    }

    .products .product-single-item {
        width: 40%;
        margin-bottom: 40px;
    }

    .products .product-single-item .pr-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .product-single-item .pr-name {
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .header {
        display: none;
    }

    .general-header {
        height: 65px;
        display: flex;
    }

    .header-content .header-logo {
        width: 70px;
        height: 45px;
    }

    .general-header .nav-icon {
        height: 25px;
    }

    .nav-icon .line {
        width: 32px;
    }

    .nav ul li {
        font-size: 22px;
    }
    .menu .nav ul li.dropdown-wrapper{
        position:relative;
    }
    .menu .nav ul.drop-down{
    position: unset;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    padding-left: 15px;
    }
        .menu .nav ul.drop-down li{
              font-size: 20px;
              margin-top: 15px;
               padding: 0;
              }
 .menu .nav ul li.dropdown-wrapper:hover ul.drop-down{
        display:block;
    }
    .menu .menu-header .search svg,
    .menu .menu-header .menu-hide svg {
        width: 22px;
    }

    .content .slogan .banner-btn {
        height: 45px;
        width: 200px;
    }

    .slide-item .content {
        display: block !important;
    }

    .content .slogan {
        width: 60%;
        font-size: 25px;
        padding-left: 90px;
    }

    .content .slogan h1 {
        font-size: 28px;
    }

    .category .category-title {
        font-size: 35px;
    }

    .category-text p {
        font-size: 14px;
    }

    .category .category-btn {
        height: 45px;
        font-size: 16px;
        width: 50%;
        margin: 0 auto;

    }

    .content .single-item {
        width: 100px;
        height: 100px;
    }

    .single-item:nth-child(1) img {
        width: 35px;
    }

    .single-item:nth-child(2) img {
        width: 45px;
    }

    .single-item:nth-child(3) img {
        width: 60px;
    }

    .content .slogan {
        align-items: flex-start;
    }

    .instruction .instruction-title {
        font-size: 25px;
    }

    .instruction p {
        font-size: 16px;
        margin: 30px 0;
    }

    .partners .single-item-partner {
        width: 140px;
        height: 45px;
    }

    footer .footer-content {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #DFE2ED;
        margin-bottom: 20px;
        padding: 0 50px;
    }

    footer .footer-nav ul {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .footer-middle {
        border-bottom: none;
        flex-direction: column;

    }

    .footer-middle .footer-nav ul li {
        text-transform: capitalize;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.5px;
        color: #303030;
    }

    .footer-middle .footer-social {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .footer-nav ul li {
        font-size: 16px;
    }

    .footer-middle .footer-nav ul li {
        font-size: 15px;
    }

    .products-category .products-row {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .products-category .product-item {
        width: 100%;
    }

    .contact {
        padding: 40px 0 40px;
    }

    .contact .map iframe {
        width: 420px;
    }

    .media-item .media-img {
        width: 250px;
        height: 150px;
    }

    .media-item .media-title {
        width: 250px;
    }

    .media-item .read-more-btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

    .all-products .filter-menu {
        display: none;
    }

    .all-products .filter-submenu .filter-menu {
        display: block;
    }

    .product-detail .product-img {
        width: 250px;
        height: 250px;
    }

    .product-detail .product-text {
        width: 420px;
    }

    .product-detail .heading {
        font-size: 18px;
    }

    .products {
        margin: 20px 0;
    }

    .products .product-single-item {
        margin-bottom: 40px;
    }

    .top-filter {
        width: 100%;
        border-radius: 3px;
    }

    .filter-form button {
        display: none;
    }

    .filter-submenu .filter-form button {
        display: block;
        margin: 20px;
    }
}

@media screen and (max-width:768px) {
    .nav ul li {
        font-size: 18px;
    }

    .content .slogan {
        width: 60%;
    }

    .content .slogan h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .category .category-title {
        font-size: 32px;
        margin: 30px 0;
    }

    .category .category-btn {
        height: 55px;
        font-size: 16px;
        width: 50%;
        margin: 0 auto;

    }

    .content .single-item {
        width: 90px;
        height: 90px;
    }

    .single-item:nth-child(1) img {
        width: 32px;
    }

    .single-item:nth-child(2) img {
        width: 40px;
    }

    .single-item:nth-child(3) img {
        width: 50px;
    }

    .instruction {
        margin: 50px 0;
    }

    footer .footer-middle {
        flex-direction: column;
        gap: 20px;
    }

    .contact {
        padding-top: 0;
    }

    .contact .contact-content {
        flex-direction: column;
    }

    .contact .map iframe {
        width: 100%;
    }

    .media .media-item {
        flex-direction: column;
    }

    .media-item .date {
        margin: 0 0 20px 0;
    }

    .media-item .media-img {
        width: 220px;
        height: 140px;
    }

    .media-item .media-title {
        width: 220px;
    }

    .product-detail-content {
        flex-direction: column;
        justify-content: center;
    }

    .product-detail .product-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .product-detail .product-text {
        width: 100%;
    }

    .products .product-single-item {
        margin-bottom: 30px;
        width: 47%;
    }

    .products .product-single-item .pr-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:576px) {
    .banner-slider .slick-arrow {
        display: none;
    }

    .nav ul li {
        font-size: 16px;
    }

    .content .slogan {
        width: 80%;
    }

    .content .slogan h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .category .category-title {
        font-size: 28px;
        margin: 25px 0;
    }

    .category .category-btn {
        height: 45px;
    }

    .category .category-btn {
        width: 70%;
    }

    .content .single-item {
        width: 80px;
        height: 80px;
    }

    .single-item:nth-child(1) img {
        width: 28px;
    }

    .single-item:nth-child(2) img {
        width: 35px;
    }

    .single-item:nth-child(3) img {
        width: 40px;
    }

    .partners .single-item-partner {
        width: 120px;
        height: 45px;
    }

    footer .footer-content {
        padding: 0 50px;
    }

    .footer-nav ul li a {
        font-size: 14px !important;
    }

    .products-category .product-item {
        width: 100%;
        height: 100%;
    }

    .products-category .product-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .products-category ul li {
        font-weight: 400;
        font-size: 15px;
        padding-left: 20px;
        line-height: 22px;
        color: #303030;
        margin-bottom: 10px;
        position: relative;
    }

    .products-category ul li:before {
        left: 0;
    }

    .media .media-content {
        flex-direction: column;
    }

    .media .media-item {
        width: 100%;
    }

    .media-item .media-img {
        width: 100%;
        height: auto;
    }

    .media-item .media-title {
        width: 100%;
    }

    .breadcrumb-area .breadcrumb-title {
        font-size: 18px;
    }

    .product-detail .product-img {
        width: 100%;
    }

    .product-detail .product-text {
        width: 100%;
    }

    .products .product-single-item {
        margin-bottom: 30px;
        width: 44%;
    }

    .products .product-single-item .pr-name {
        font-size: 13px;
    }

    .top-filter {

        flex-direction: column;
    }

    .top-filter .top-filter-item:first-child {
        border-right: none;
        border-bottom: 1px solid #DFE2ED;
    }

    .top-filter .top-filter-item {

        width: 100%;
    }
}

@media screen and (max-width:400px) {

    .content .slogan {
        width: 100%;
    }

    .content .slogan h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .category .category-title {
        font-size: 25px;
    }

    .content .single-item {
        width: 70px;
        height: 70px;
    }

    .single-item:nth-child(1) img {
        width: 25px;
    }

    .single-item:nth-child(2) img {
        width: 30px;
    }

    .single-item:nth-child(3) img {
        width: 35px;
    }

    .instruction {
        margin: 30px 0;
    }

    footer .footer-content {
        padding: 0 20px;
    }

}