* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head.bn p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.head.bn.white p {
  letter-spacing: 0.007rem;
}
.head h1 {
  font-size: 5.4rem;
  line-height: 1.18518;
  font-weight: 400;
  letter-spacing: 0.18rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.page_banner::after,
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.page_banner::after {
  background-image: linear-gradient(
    to top,
    rgb(0, 0, 0) 1.68%,
    transparent 90%
  );
}
.page_banner::before {
  width: 64%;
  background-image: linear-gradient(
    to right,
    rgb(25, 35, 59) -1.3rem,
    transparent
  );
}
.page_banner .breadcrumbs {
  line-height: 3rem;
  min-height: 5rem;
  padding-top: 1.1rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}
.page_banner .breadcrumbs span span::before {
  content: " > ";
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: 0.3s;
}
.page_banner .breadcrumbs span a:hover {
  text-decoration: underline;
}
.page_banner .flex {
  min-height: 48.5rem;
  padding: 3rem 0px 11.8rem;
}
.page_banner .head {
  flex: 1 1 0%;
}
.page_banner .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}
.page_banner .cats span {
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary);
  padding: 0.7rem 1.85rem 0.8rem;
}
.page_banner .cats span:first-child {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
}
.page_banner h1 {
  max-width: 79rem;
}
.page_banner p {
  max-width: 58rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.bn.white p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .page_banner .breadcrumbs {
    line-height: 20px;
    min-height: 40px;
    padding-top: 10px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs + .flex {
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .cats {
    gap: 6px;
    margin-bottom: 10px;
  }
  .page_banner .cats span {
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}