@media only screen and (max-width:767px) {
p{
    font-size: 16px;
    line-height: 1.4;
}

.banner img {
    padding-top: 41px;
            margin-left: 12px;
        height: auto;
        max-width: 93%;
}

.header .logo img {
    height: 50px;
}

.banner h3 {
    margin-top: 10px;
    font-size: 17px;
}
.footer .logo{
    text-align: center;
}   
.banner h1 {
    font-size: 40px;
}

.banner .button {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.btn-white{
    width: 200px;
    margin-bottom: 10px;
    margin-right: 0;
}

.btn-default{
    width: 200px;
}

.about img{
    margin-top: 50px;
}

.section-title h2 {
    font-size: 28px;
}

.categories .card img {
    height: auto;
}
.about .section-title h2{
        font-size: 22px;
        margin-bottom: 41px;
    }
.categories .card h5 {
    font-size: 20px;
}

.products {
    background-size: 300px;
}

.products .tabs ul{
    display: flex;
    justify-content: center;
}

.products .tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #E51A4B;
    border-radius: 0px;
    box-shadow: none;
    width: 250px;
}

.order .img img {
    display: none;
}

.order .logo-img {
    height: 80px;
    width: auto;
    padding: 20px 20px;
}

.order .logo-img img {
    width: 150px;
}

.order .section-title h2 {
    text-align: center;
}

.costomer .costomer-carousel {
    margin-top: 150px;
    padding: 50px 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-right: 0px;
}

.costomer .item .quotation img {
    margin-bottom: 0px;
    height: 30px;
    margin-left: 0px;
}

.products .tabs .nav-link {
    font-size: 12px;
}
.about-owner-content h2 {
    font-size: 22px;
}
.costomer .img img {
        max-width: 167px;
    width: 100%;
    height: auto;
    top: 83px;
    left: 70px;
}
 .costomer {
    padding: 40px 0;
  }

  .section-title h2 {
    font-size: 22px;
    margin-bottom: 74px;
  }

  /* Center main container */
  .costomer .position {
    padding: 0 15px;
  }

  .costomer .img {
    text-align: center;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
  }

  /* .costomer .img img {
          max-width: 167px;
        width: 100%;
        height: auto;
        top: 83px;
        left: -106px;
  } */
    .costomer .costomer-carousel {
        padding: 0px 0px;
    }
  .costomer-carousel .item {
    border-radius: 25px;
    padding: 50px 20px 40px;
    text-align: center;
  }
  /* new */
  .costomer .item .quotation img {
    display: none;
  }
  /* new */

  .costomer-carousel .col-lg-4,
  .costomer-carousel .col-md-4 {
    display: none;
  }

  .costomer-carousel .col-lg-8,
  .costomer-carousel .col-md-7,
  .costomer-carousel .col-md-8 {
    width: 100%;
    text-align: center !important;
  }

  .quotation {
    margin-bottom: 15px;
  }

  .quotation img {
    width: 30px;
  }

  .costomer-carousel p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
  }

  .costomer-carousel h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }

  .owl-theme .owl-dots {
    margin-top: 15px;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
  }
  .contact-details {
    padding: 50px 0;
    background: #000;
  }

  .contact-details .row {
    row-gap: 40px;
  }

  /* Center all content */
  .contact-details .col-lg-4 {
    text-align: center;
  }

  /* Icons */
  .contact-details .icon {
    font-size: 28px;
    /* color: #d4af37; gold */
    margin-bottom: 12px;
    display: inline-block;
  }

  /* Headings */
  .contact-details h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #fff;
  }

  /* Paragraph text */
  .contact-details p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0;
  }

  .contact-details a {
    color: #fff;
    text-decoration: none;
  }

  /* Social icons */
  .contact-details .social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
  }

  .contact-details .social a {
    color: #fff;
    font-size: 18px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

.costomer .item p{
    font-size: 14px;
        margin-bottom: 15px;
}
.costomer .item h6 {
    font-size: 20px;
}
p {
    font-size: 16px;
    line-height: 1.4;
}    

.btn-white{
    /* width: 200px;
    margin-bottom: 10px; */
    margin-right: 0;
}

.header .logo img {
    height: 53px;
}

.banner img {
    padding-top: 105px;
    margin-left: 0px;
    height: auto;
}

.banner h3 {
    margin-top: 50px;
    font-size: 22px;
}
   
.banner h1 {
    font-size: 45px;
}

.banner .button {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: end;
}

.btn-white{
    width: 200px;
    margin-bottom: 10px;
}

.btn-default{
    width: 200px;
}

.about img{
    margin-top: 50px;
}

.section-title h2 {
    font-size: 28px;
}

.categories .card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.categories .card h5 {
    font-size: 15px;
}

/* .costomer .img img {
    position: absolute;
    top: 32%;
    right: 61%;
    z-index: 9;
    height: 300px;
    width: 300px;
} */

.products {
    background-size: 300px;
}

.order .img img {
    height: 350px;
}

.order .logo-img {
    height: 50px;
    width: auto;
    padding: 20px 20px;
}

.order .logo-img img {
    width: 150px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-right: -15px;
}

.order .section-title h2 {
    text-align: start;
}

.products .tabs .nav-pills .nav-link {
    margin: 0px !important;
    padding: 15px !important;
    font-size: 10px !important;
}

.products .tabs .nav-link {
    padding: 10px 10px;
}
  .costomer .img img {
          max-width: 167px;
        width: 100%;
        height: auto;
        top: 181px;
        left: -106px;
  }
  .side-menu .navbar-nav {
        display: block !important;
    }
}


@media only screen and (min-width:992px) and (max-width:1199px) {
.navbar-expand-lg .navbar-nav>li {
    margin: 0px 0px 0px 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.navbar-nav {
    align-items: center;
    /* margin-right: 10px; */
}

.banner h1 {
    font-size: 41px;
}
}
.costomer .item p {
    font-size: 16px;
}
.banner h3 {
    font-size: 22px;
}
.banner p {
    font-size: 15px;
}

.banner img {
    padding-top: 50px;
    margin-left: 65px;
    max-width: 84%;
    height: auto;
}

.categories .card h5 {
    font-size: 20px;
}

.order .img img {
    height: 450px;
}
.order .logo-img {
    width: auto;
}

.products .tabs .nav-pills .nav-link {
    margin: 0px !important;
    padding: 15px !important;
    font-size: 12px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-right: 109px;
}


@media only screen and (min-width:1200px) and (max-width:1399px) {
.section-title h2 {
    font-size: 33px;
}

.banner h1 {
    font-size: 75px;
}

}

@media only screen and (min-width:1200px) {
.products .tabs .nav-tabs .owl-stage-outer {
    display: flex;
    justify-content: center;
}
}



/* NEw */

/* ===============================
   Customer Love – Mobile Responsive
   =============================== */

@media (max-width: 768px) {

 
}




/* @media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 26.333333%;
    }
} */


