@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .general-header .nav ul {
        gap: 20px;
    }
    .general-header ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width:1440px) {
    .general-header {
        height: 90px;
    }

    .general-header .header-logo {
        width: 225px;
        height: 40px;
    }

    .general-header .nav ul {
        height: 90px;
    }

   .category-title {
        font-size: 44px;
    }

    .category .category-image {
        max-width: 500px;
    }

    .content .single-item {
        width: 140px;
        height: 140px;
    }

    .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: 15px;
        margin-bottom:10px;
    }
    .all-products .filter-form .form-group label{
        padding:0 5px;
        font-size:15px;
    }
}


@media screen and (max-width:1200px) {
    .search-icon{
            width: 20px;
           height: 20px;
    }
    .search-icon img{
            width: 20px;
           height: 20px;
    }
    

  .lang .lang-item{
      width:60px !important;
      font-size:14px !important;
  }
    .general-header {
        height: 80px;
    }

    .general-header .header-logo {
           width: 101px;
           height: 25px;
    }

    .general-header .nav ul {
        display: flex;
        height: 80px;
        gap: 30px;
    }

    .general-header ul li a {
        font-size: 15px;
    }
    .category .nav-tabs {
        gap: 10px;
    }
    .content .slogan .banner-btn {
        height: 50px;
        font-size: 18px;
    }

 .category-title {
        font-size: 40px;
    }

    .category .category-image {
        max-width: 400px;
    }

    .category-text p {
        font-size: 15px;
    }

    .category .category-btn {
        height: 45px;
        font-size: 16px;
    }

    .content .single-item {
        width: 100px;
        height: 100px;
    }


    .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 {
        width: 550px;
        margin-bottom: 30px;
        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 {
        margin-bottom: 40px;
    }

    .products .product-single-item .pr-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .product-single-item .pr-name {
        font-size: 14px;
    line-height: 20px;
    height: 40px;
    }
    .all-products .filter-form .form-group label{
            padding: 10px;
            height:auto;
            line-height:20px;
    font-size: 14px;
    }
.properties .single-item-property {
    background-position-x: 131px;
    background-position-y: 11px;
    padding: 25px 0 0 25px;
}

.properties .single-item-property .text {
    font-size: 22px;
    margin-top: 15px;
   
}
}

@media screen and (max-width:992px) {
    .alert{font-size:16px;}
.filter-btn{
    display:flex;
}
.sidebar{
    display:none;
}
    .general-header {
        display: none;
    }

    .mobile-header {
        display: flex;
    }

    .menu .nav ul li {
        font-size: 22px;
    }

    .menu .menu-header .search svg,
    .menu .menu-header .menu-hide svg {
        width: 22px;
    }

    .content .slogan .banner-btn {
        height: 50px;
        width: 200px;
    }

    .slide-item .content {
        display: block !important;
    }


    .content .slogan {
        padding-left: 80px;

    }

    .content .slogan .title-sm {
        font-size: 28px;
    }

 .category-title {
        font-size: 35px;
    }

    .category .category-image {
        max-width: 50%;
    }

    .category-text {
        width: 50%;
    }

    .category-text p {
        font-size: 14px;
    }

    .category .category-btn {
        height: 45px;
        font-size: 16px;
        width: 50%;
        margin: 0 auto;

    }

    .instruction .instruction-title {
        font-size: 25px;
    }

    .instruction p {
        font-size: 16px;
        margin: 30px 0;
    }

    .partners .single-item-partner {
        width: 140px;
        height: 45px;
    }
    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 {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .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: 100%;
        height: 100%;
    }
    .product-detail .product-img img {
        width: 100%;
        height: 100%;
        object-fit:contain;
    }

    .product-detail .product-text {
        width: 100%;
    }

    .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;
    }
    .about .about-title{
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .products .card-item .desc{
    height: 120px;
    font-size: 18px;
    }
    .category .nav-tabs a{
        font-size:16px;
    }
    .content .slogan .banner-btn{
            height: 45px;
            width: 178px;
    }
    .breadcrumb-area{
        height: 200px;
    }
    .hell .card-item {
        width: 240px;
    }
    .hell .card-item .image-content {
        width: 100px;
        height: 100px;
    }
    
    .hell .card-item .title-sm {
        font-size: 16px;
    }
    
    .hell .card-item .example {
        font-size: 13px;
    }
    .about .about-title{
        font-size: 22px;
        line-height: 35px;
    }
    .header-content .header-logo {
        width: 180px;
    }

    .mobile-header .nav-icon {
        height: 33px;
        margin-right: 15px;
    }

    .nav-icon .line {
        width: 48px;
        height: 3.2px;
    }

    .menu .nav ul li {
        font-size: 18px;
    }

    .content .slogan {
        padding-left: 30px;
    }

    .content .slogan .title-sm {
        font-size: 24px;
        line-height: 40px;
    }

  .category-title {
        font-size: 32px;
        margin: 30px 0;
    }

    .category .category-item {
        flex-direction: column;
    }

    .category .category-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .category .category-text {
        width: 100%;
        max-width: 100%;
    }


    .category .category-btn {
        height: 55px;
        font-size: 16px;
        width: 50%;
        margin: 0 auto;

    }

    .instruction {
        margin: 50px 0;
    }
    footer{
        background-size: cover;
    }   
    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;
    }

    .products .product-single-item .pr-img {
        width: 100%;
        height: auto;
    }
    .properties .single-item-property {
        background-position-x: 39px;
        background-position-y: 13px;
        padding: 34px 0 0 35px;
    }
    
    .properties .single-item-property .text {
        font-size: 18px;
        margin-top: 10px;
       
    }
}

@media screen and (max-width:576px) {
    .product-sections ul{
        padding-left:5px !important;
    }
    .slick-next, .slick-prev{
        display:none !important;
    }
     .products .card-item .desc{
    height: 55px;
    overflow: hidden;
    font-size: 12px;
    padding: 11px;
    line-height: 16px;
    }
      .category .nav-tabs a{
        font-size:14px;
            height: 30px;
    line-height: 13px;
    }
    .category{
        margin:15px 0;
    }
    .product-detail .heading{
        margin-bottom:20px;
    }
    .product-detail .product-text{
        padding:15px;
    }
        .documents article{
            padding:5px ;
        }
    .documents article .icon{
        width:30px;
        height:30px;
    }
    .documents article .icon svg{
        width:30px;
        height:30px;
    }
    .documents article .name{
      font-size:14px;
    }
    .section .medium-heading{
        font-size: 20px;
    }
    .hell .card-item {
        width: 100%;
        flex-direction: column;
        padding:25px 10px;
        height: auto;
    }
    .hell .card-item .image-content {
        width: 130px;
        height: 130px;
    }
    
    .hell .card-item .title-sm {
        font-size: 16px;
    }
    
    .hell .card-item .example {
        font-size: 13px;
    }
    .mobile-header {
        height: 80px;
    }

    .header-content .header-logo {
        width: 150px;
    }

    .nav-icon .line {
        width: 45px;
    }

    .menu .nav ul li {
        font-size: 16px;
    }

    .content .slogan {
        width: 80%;
    }

    .content .slogan .title-sm {
        font-size: 22px;
        line-height: 35px;
    }

        .category-title {
        font-size: 28px;
        margin: 10px 0;
    }

    .category .category-image {
        max-width: 80%;
    }

    .category .category-text {
        width: 80%;
        max-width: 80%;
    }

    .category .category-btn {
        height: 45px;
    }

    .category .category-btn {
        width: 70%;
    }


    .partners .single-item-partner {
        width: 120px;
        height: 45px;
    }

    footer .footer-content {
        padding: 0 50px;
    }
    .footer-middle .contact-number{
        flex-direction: column;
        align-items: flex-start;
    }
    .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;
    }

    .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%;
    }

    .properties .single-item-property {
        background-position: right;
    }
    .slick-next,.slick-prev{
        width:40px;
        height:40px;
    }
}

@media screen and (max-width:400px) {
    .mobile-header {
           height: auto;
    padding: 10px 0;
    }
    .header-content .header-logo {
        width: 105px;
    }
    .mobile-header .nav-icon {
        height: 27px;
    }
    .nav-icon .line {
        width: 30px;
    }
    .content .slogan {
        width: 100%;
    }
    .content .slogan .title-sm {
        font-size: 20px;
        line-height: 32px;
    }
      .category-title {
        font-size: 22px;
    }
    .instruction {
        margin: 30px 0;
    }
    footer .footer-content {
        padding: 0 20px;
    }
}