.about-content span {
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}
.about-content h2 {
  margin-top: 0;
}
.about--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about--img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.myBtn {
  margin-top: 1rem;
}
.global_btn {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  border-radius: 100px;
  padding: 6px 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  max-width: max-content;
  /* text-transform: capitalize; */
}
.global_btn:hover {
  transition: 0.3s ease;
  background-color: #0383d3;
}

.flange_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 2rem;
}
.flange_grid__box-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.flange_grid__box {
  overflow: hidden;
  border-radius: 10px;
  background-color: aliceblue;
  text-align: center;
}
.flange_grid__box-content h4 {
  font-size: 18px;
  color: var(--black-color);
  font-weight: normal;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  min-width: 700px;
}

.table-container th,
.table-container td {
  border: 2px solid #000;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}

.table-container th {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: bold;
  text-align: center;
}

.table_box span {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  color: var(--black-color);
}

/* gasket-applications-content */
.gasket-applications-content p {
  max-width: 700px;
}
.gasket-applications-content ul {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.gasket-applications-content ul li {
  list-style: none !important;
  text-transform: capitalize;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
}
.gasket-applications-content ul li img {
  width: 50px;
}

/* why choose us */
.main_heading h2 {
  text-align: center;
  font-size: 36px;
  text-transform: capitalize;
  color: var(--black-color);
}

.why_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  gap: 20px;
}
.global_content {
  margin-top: 2.5rem;
}
.why_grid__box img {
  width: 50px;
}
.why_grid__box h3 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.why_grid__box p {
  margin-top: 10px;
}
.why_grid__box {
  text-align: center;
  padding: 20px;
  border: 1px solid #eee;
  background-color: var(--white-color);
}
.worldwide_grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); */
  gap: 20px;
  padding-left: 0 !important;
}
.worldwide_wrapper__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.worldwide_grid ul li {
  list-style: none !important;
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  padding: 7px 15px;
  margin-top: 0;
  text-transform: capitalize;
  text-align: center;
}
.map-box iframe {
  width: 100%;
  height: 300px;
}
.grp-com-logos img {
  width: 100px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.banner-icons {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
  align-items: center;
}
.banner-icons-box img {
  width: 60px;
}
.banner-icons-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.banner-icons-box p {
  margin-top: 0;
  text-transform: capitalize;
  font-weight: bold;
  color: #343a40;
}
.section.section-3 {
  margin-top: 5rem !important;
}
.about-form h2 {
  font-size: 26px;
  color: var(--primary-color);
  margin-bottom: 10px !important;
}
.about-form {
  background-color: var(--white-color);
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.contacts .nav-link {
  display: flex;
  /* gap: 10px; */
}
.contacts h4 {
  color: var(--primary-color);
  position: relative;
  max-width: max-content;
}
.contacts h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  background-color: #83c650;
  width: 60%;
}
.contacts .nav-link i,
.address-info i {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-color: #83c650;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta_wrapper {
  position: relative;
  padding: 100px 0 200px 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) fixed,
    url("../images/Distributor.jpg") center fixed;
}
.cta_content {
  position: absolute;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.flex-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.links {
  display: none;
  margin-top: 10px;
}
.myBtn button {
  border: 1px solid transparent;
  outline: none;
}
.links a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
  text-decoration: none;
  color: blue;
}
.fixed-btn {
  display: none;
}
.client-box p {
  text-align: center !important;
  text-transform: uppercase;
  font-size: 15px;
}
.goodrich-logo img {
  width: 150px;
  aspect-ratio: inherit;
}
.slick-slide > div {
  margin: 12px;
}

.address-info {
  display: flex;
}
.address-info a {
  flex-direction: column;
  margin-top: 0 !important;
  max-width: 100%;
  padding-top: 0 !important;
}

@media (max-width: 1200px) {
  .no-slider .inner .left {
    width: 70%;
  }
  .banner-icons {
    flex-wrap: wrap;
  }
  .flange_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .about-form {
    margin-top: 2rem;
  }
  .section.section-3 {
    margin-top: 2rem !important;
  }
  .contact-form {
    height: 429px;
  }
  .flange_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gasket-applications-content ul {
    flex-direction: column;
    gap: 0;
  }
  .why_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .navbar-nav {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  table {
    border: 0;
    min-width: 100%;
  }
  .client-box img {
    margin: 12px auto;
    width: 70px;
  }
  .slick-slide > div {
    margin: 12px 12px 12px 0;
  }
  .client-box {
    margin-left: 0;
  }
  .fixed-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding: 0 10px 10px 10px !important;
    z-index: 9999;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white-color);
  }
  .flex-btn a {
    font-weight: bold !important;
  }
  .get-btn {
    display: none !important;
  }
  .main_heading h2 {
    font-size: 21px;
  }

  .navbar-nav {
    margin-bottom: 10px;
  }
  .contacts h4 {
    font-size: 18px;
  }
  .cta_wrapper {
    height: 380px;
  }
  .about-form iframe {
    height: 580px;
  }
  .image {
    margin-bottom: 20px;
  }
  h1 .pre-title {
    bottom: 0;
  }
  .flange_grid__box-img img {
    height: 160px;
  }
  .flange_grid__box-content h4 {
    font-size: 14px;
    margin: 10px !important;
  }
  .contacts ul {
    gap: 10px;
  }
  .section-3 .row {
    flex-direction: column-reverse !important;
  }
  .why_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why_grid__box p {
    text-align: center !important;
  }
  .global_content {
    margin-top: 2rem;
  }
  .gasket-applications-content p {
    margin-top: 12px;
  }
  .gasket-applications-content ul {
    gap: 0.3rem;
    padding-left: 0;
    flex-direction: column;
  }
  .why_grid__box h3 {
    margin-top: 16px;
    font-size: 16px;
  }
  .why_grid__box img {
    width: 40px;
  }
  .why_grid__box {
    padding: 16px;
  }
  .worldwide_grid ul {
    gap: 15px;
  }
  .worldwide_grid ul li {
    font-size: 14px;
  }
  .gasket-applications-content ul li img {
    width: 34px;
  }
  .flange_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .properties_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-container th,
  .table-container td {
    padding: 10px;
    font-size: 13px;
  }
  .banner-icons-box img {
    width: 40px;
  }

  .banner-icons {
    margin: 10px 0;
  }
  .about-form {
    padding: 1rem;
  }

  .gasket-applications-content ul li {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .navbar-nav li {
    display: flex;
    flex-wrap: wrap;
  }
  .address-info {
    flex-wrap: nowrap !important;
  }
}
