/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .sticky-wrapper .header-logo img {
    width: 70px;
  }
  .th-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .header-layout5 .header-logo {
    padding: 5px 0;
  }

  .th-menu-wrapper .mobile-logo img {
    height: 70px;
  }

  .breadcumb-menu {
    margin: 5px 0 -0.5em 0;
  }

  .breadcumb-wrapper {
    padding: 100px 0 30px 0;
  }

  .space,
  .space-top {
    padding-top: 40px;
  }

  .space,
  .space-bottom {
    padding-bottom: 0px;
  }



.my-product-view-inn {
    margin: 0px 0 !important;
    padding: 0px 0 !important;
}

.my-product-view-inn-pagination .pagination {
    margin-bottom: 30px !important;
}


/* .blog-card:last-child{
  margin-bottom: 50px;
} */


.team-contact {
    min-height: auto !important;
    margin-bottom: 10px;
}














}
