.tp-featured-category .tp-featured-category-image {
  border-radius: 16px;
}
.tp-featured-category .tp-featured-category-image img {
  border-radius: 16px;
}

.tp-header-main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-sticky-2 .logo img {
  height: 55px !important;
}

.content-bottom .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.content-bottom .list-wrap li {
  border: 1.2px solid #D4DCED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-width: 256px;
  width: 60%;
}
.content-bottom .list-wrap li .icon {
  font-size: 50px;
  line-height: 0;
  color: var(--tg-primary-color);
  position: relative;
  margin-right: 40px;
}
.content-bottom .list-wrap li .icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 38px;
  background: #e6eeff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
.content-bottom .list-wrap li .content p {
  margin-bottom: 0;
}

.tp-category-item-5 {
  min-height: 400px;
}

.itracking-wrapp {
  background: #fff8f1;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.itracking-wrapp .item-lable {
  font-weight: 500;
}
.itracking-wrapp .item-value {
  font-weight: 600;
  color: #1a7e45;
}

.gap {
  margin: 30px 0;
}
.gap h3 {
  color: #1f6d39;
  text-transform: uppercase;
  min-width: 90%;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #eaebed;
  line-height: 26px;
}
.gap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.gap ul li img {
  max-width: none;
  width: 120px;
  height: auto;
}

.map iframe {
  margin-top: 10px;
  height: 250px !important;
  width: 90% !important;
}

.itracking-cert-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.itracking-cert-info .itracking-cert-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: start;
  line-height: 1.25;
}
.itracking-cert-info .itracking-cert-label {
  color: #0b2f2f;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.itracking-cert-info .itracking-cert-value {
  color: #0a7a4a;
  font-weight: 700;
}

.page-banner {
  position: relative;
}
.page-banner h3 {
  margin-top: 100px;
  color: #ffffff;
  margin-bottom: 20px;
}
.page-banner p {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}
.page-banner .overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page-banner .content-banner {
  position: relative;
  z-index: 9;
}

.icon-wrap {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
  list-style-type: none !important;
}
.icon-wrap li {
  flex: 1 0 25%;
  padding: 10px;
  text-align: center;
}
.icon-wrap li img {
  width: auto;
  height: 200px;
}
.icon-wrap li .content p {
  font-size: 20px;
}

.tp-about-thumb {
  max-height: 450px;
}

.tp-about-thumb-2 {
  bottom: -135px;
  position: absolute;
  right: -165px;
  width: 300px;
  height: 300px;
}
.tp-about-thumb-2 img {
  max-width: 100%;
}

.tp-counter-content .icon-wrap .number {
  font-size: 32px;
  margin: 50px 0 20px;
  font-weight: 500;
}
.tp-counter-content .icon-wrap .title {
  font-size: 32px;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

main .tp-product-details-title {
  font-size: 28px;
}

.tp-product-details-wrapper .tp-product-title-wrapper .tp-product-title-logo {
  padding-top: 30px;
  max-width: 200px;
  border-top: none;
}
.tp-product-details-wrapper .tp-product-title-wrapper .tp-product-title-logo img {
  max-height: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-sticky-area {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo {
    margin: 0;
  }
  .logo a img {
    height: 50px !important;
  }
  main .tp-slider-title-5 {
    font-size: 30px;
    line-height: 30px;
  }
  .content-bottom .list-wrap li {
    width: 100%;
  }
  .tp-category-area.pt-110.pb-110,
  .tp-about-area.pt-120.pb-120 {
    padding: 50px 0;
  }
  .tp-section-title-wrapper-5.mb-50 {
    margin-bottom: 0;
  }
  .gap h3 {
    min-width: 100%;
  }
  .map iframe {
    width: 100% !important;
  }
  .tp-product-details-top.bb-product-detail .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tp-product-details-thumb {
    padding-top: 20px !important;
    margin-bottom: 20px;
  }
  .tp-product-details-wrapper {
    padding-top: 0 !important;
  }
  .tp-product-details-wrapper .tp-product-title-wrapper {
    flex-direction: column;
    align-items: stretch !important;
  }
  .tp-product-details-wrapper .tp-product-title-wrapper .tp-product-details-title {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaebed;
  }
  .tp-product-details-wrapper .tp-product-title-wrapper .tp-product-title-logo {
    max-width: 250px;
    border-top: none;
  }
  .tp-product-details-wrapper .tp-product-details-category {
    margin-bottom: 8px;
  }
  .tp-product-details-wrapper .tp-product-details-category span {
    font-size: 13px !important;
  }
  .tp-product-details-wrapper .tp-product-details-price {
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  .tp-product-details-wrapper .tp-product-details-description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .tp-product-details-tab-nav {
    margin-top: 20px;
  }
  .tp-product-details-tab-nav .nav-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  .tp-product-details-tab-nav .nav-link {
    font-size: 13px !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
  .tp-product-details-desc-wrapper {
    font-size: 14px;
    line-height: 1.6;
  }
  .tp-product-details-sticky-actions .sticky-actions-button {
    flex-direction: column;
    gap: 8px !important;
    width: 100%;
  }
  .tp-product-details-sticky-actions .sticky-actions-button button {
    width: 100%;
    font-size: 13px;
    padding: 10px !important;
  }
  .itracking-cert-info .itracking-cert-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .itracking-cert-info .itracking-cert-label {
    flex: 0 0 52%;
    max-width: 52%;
    white-space: nowrap;
    line-height: 1.5;
  }
  .itracking-cert-info .itracking-cert-value {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding-left: 0;
  }
  .itracking-wrapp .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 6px;
  }
  .itracking-wrapp .item-lable {
    flex: 0 0 40%;
    max-width: 40%;
    white-space: nowrap;
    line-height: 1.5;
  }
  .itracking-wrapp .item-value {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
.tp-product-details-area .itracking-gap-map-mobile {
  display: none !important;
}

.ck-content img {
  height: auto;
}

.tp-postbox-details-main-wrapper {
  padding-right: 0;
}

.tp-blog-grid-wrapper {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .tp-product-details-area .itracking-gap-map-mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .tp-product-details-wrapper .tp-product-title-wrapper {
    flex-direction: row !important;
    align-items: center !important;
  }
  .tp-product-details-wrapper .tp-product-title-wrapper .tp-product-details-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .tp-product-details-wrapper .tp-product-title-wrapper .tp-product-title-logo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
  }
}
main .tp-slider-title-5 {
  font-size: 40px;
  line-height: 1.2;
}

.tp-slider-thumb-5 {
  transform: translate(-50px);
}