/* BREADCRUMB */
@media only screen and (max-width: 991px) {
    .rs-breadcrumbs .breadcrumbs-inner .sub-text br{
        display: none;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        font-size: 36px;
    }
    .rs-breadcrumbs .breadcrumbs-inner .sub-text{
        font-size: 16px;
        line-height: 29px;
        max-width: 540px;
        margin-bottom: 27px;
    }
    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        font-size: 30px;
    }
    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 180px 10px 80px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 40px 10px 40px 10px !important;
    }
    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        font-size: 22px;
    }
}

/* HEADER */

@media only screen and (max-width: 992px) {
    .contact-btn{
        display: none;
    }
    .header__top{
        width: 100%;
    }
    .top-head-items{
        display: grid !important;
        justify-content: center !important;
    }
    .right_info ul li{
        margin-right: 5px !important;
        margin-bottom: 5px;
    }
    .right_info i.fa {
        padding-right: 4px !important;
    }
    .left_info{
        justify-content: center !important;
        margin-top: 15px;
    }

}


/* BANNER */
@media only screen and (max-width: 768px) {
    .banner-slider .slide-title{
        font-size: 35px !important;
    }
    .home-about .left .head h1{
        color: black;
        font-size: 28px !important;
        margin: 10px 0px !important;
        line-height: 42px !important;
    }
    .home-about .left .head h1 span {
        font-size: 28px !important;
    }
    .home-about .right{
        padding: 0px !important;
    }
    .add-sec-1 .add-right img{
        height: 100% !important;
    }
    .banner-slider .slider-nav-btn {
        bottom: 10% !important;
    }
    .banner-slider .slider-nav .btn-prev {
        right: 5rem;
        left: auto !important;
    }
}

/* PRODUCTS  */
@media only screen and (max-width: 768px) {
    .products-sec .col-md-3{
        width: 50%;
        padding: 2px;
    }
    .products-sec .inner {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }
    .products-sec .inner .bottom-content h3 {
        font-size: 18px;
    }
    .products-sec .inner .view-btn .btnn {
        font-size: 16px !important;
    }
    .products-sec .inner .product-image img{
        height: 150px !important;
    }
    .products-sec .inner .bottom-content p{
        color: #6b6b6b;
        max-height: 40px !important;
        overflow: hidden;
        font-size: 15px;
        line-height: 20px;
    }
    .products-sec .inner .bottom-content{
        min-height: 100px;
    }
    
    .products-tabs::-webkit-scrollbar{
        height: 3px !important;
    }
    .head .left h2 {
        font-size: 18px !important;
    }
    .products-tabs .btn{
        margin: 12px 6px !important;
    }
}
  

/* CATEGORY SLIDER */


@media (max-width: 768px) {
    .category-slider .slider-track .item img{
        height: 100px !important;
        margin-bottom: 10px !important;
        width: 100px !important;
    }
    .category-slider .slider-track {
        max-height: 200px;
    }

    
}


    @media (min-width: 600px) {
        .btn {
            padding: 20px;
        }

        .category-item span {
            font-size: 16px;
        }
        
      }



/* TESTIMONIAL */

@media only screen and (max-width: 768px) {
    .custom-card img {
        width: 90px !important;
    }
  } 


  
  /* COUNTER BOTTOM */
  @media only screen and (max-width: 768px) {
    .counter-bottom .inner-item{
        margin-bottom: 30px;
    }
    .custom-card i {
        right: 10px !important;
        top: 20px !important;
        font-size: 3rem;
    }
    .counter-bottom .inner-item h2{
        font-size: 22px !important;
        font-weight: 500 !important;    
    }
    .testimonials{
        padding-bottom: 0px !important;
    }
    .sertificate-sec{
        padding-top: 0px !important;
    }
  }

  /* MISSION VISION */

    @media only screen and (max-width: 768px) {
        .mission-vision .container {
            padding:25px 5px !important;
            border-radius: 0px  !important;
        }
        .mission-vision .container .card {
            margin-bottom: 30px;
            padding: 20px !important;
        }
    }

    /* ADD IMAGES */
    @media only screen and (max-width: 768px) {
        .add-image-5{
            padding: 10px 0px !important;
        }
        .add-section-product .add-item img{
            height: 100% !important;
            padding: 0px !important;
        }
    }
    
       /* FOOTER */
       @media only screen and (max-width: 768px) {
        footer .col-md-3{
            margin-bottom: 20px;
        }
    }
    

/* CONTACT */

@media only screen and (max-width: 768px) {
    .contact-sec .contact-info{
        padding: 30px 20px !important;
    }
    .contact-sec .form-sec {
        padding: 30px 10px !important;
    }
    .contact-sec{
        padding: 20px 0px 0px 0px !important;
    }

}

/* PRODUCT DETAILS */

@media only screen and (max-width: 768px) {
    .product-details .details-sec h2 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-top: 20px;
    }
    .tab-gallery{
        margin: 0px !important;
    }
    .details-sec .tab + label {
        font-size: 17px !important;
    }

}


/* SECTION PADDING */


@media only screen and (max-width: 768px) {
.category-slider{
    padding: 30px 0px !important;
  }
  .home-about{
    padding: 30px 0px !important;
  }
  .add-sec-1{
    padding: 30px 0px !important;
  }
  .products-sec{
    padding: 30px 0px !important;
  }
  .add-sec-2{
    padding: 30px 0px !important;
  }
  .about-sec-main{
    padding: 30px 0px !important;
  }
  .mission-vision{
    padding: 30px 0px !important;
  }
  .add-image-5{
    padding: 30px 0px !important;
  }
  .add-section-product{
    padding: 30px 0px !important;
  }
}


@media only screen and (max-width: 768px) {
    .modal-content{
        width: 95% !important;
        padding: 20px !important;
    }
   

}