.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;
}
.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;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #f4bd0b;
  --secondary: #0060c8;
  --tertiary: #0052b4;
  --title: #141414;
  --text: #5a6577;
  --bg: #f8f9fa;
  --bg2: #041d45;
  --btn_radius: 0.8rem;
  --shadow: 0 1.5rem 1.5rem rgba(203, 209, 211, 0.55);
  --shadow2: 0 1.5rem 1.5rem rgba(40, 70, 107, 0.55);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--title);
  border-radius: var(--btn_radius);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  padding: 0px 2.85rem;
  min-width: 20.4rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.head .subtitle {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: var(--tertiary);
  background-color: rgb(235, 241, 249);
  border-radius: 100px;
  padding: 0px 1.6rem;
  margin-bottom: 1.2rem;
}
.head h2 {
  font-size: 4.8rem;
  line-height: 1.16667;
  font-weight: 500;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--text);
}
.home_about {
  padding: 10.8rem 0px 10.9rem;
}
.home_about .lt {
  position: relative;
  width: 53.6111%;
  margin-left: -3.68056%;
  align-self: center;
  margin-bottom: 0.8rem;
}
.home_about .rt {
  flex: 1 1 0%;
  width: 100%;
  max-width: 62.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.31944%;
}
.home_about .image {
  position: relative;
  padding-bottom: 93.3938%;
}
.home_about .image > .syeditorlist {
  position: absolute;
  left: 0px;
  top: 0px;
}
.home_about .image .syeditorlist {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2.1rem 5.44041%;
}
.home_about .image .syeditorlist div {
  flex: 1 1 0%;
}
.home_about .image .syeditorlist .w1 {
  flex: 1 1 46.3056%;
  padding-top: 3%;
}
.home_about .image .syeditorlist .w2 {
  flex: 1 1 48.3161%;
}
.home_about .image .syeditorlist .syeditorlist {
  flex-direction: column;
}
.home_about .image .syeditorlist .syeditorlist .img {
  flex: 0 1 auto;
}
.home_about .image .syeditorlist .syeditorlist .img:nth-child(2n) {
  margin-left: auto;
}
.home_about .image .img {
  border-radius: 2.3rem;
  max-height: 100%;
  width: 100%;
  margin: auto 0px;
}
.home_about .image .img:hover img {
  transform: scale(1.02);
}
.home_about .image .img1 {
  --h: 157.81442%;
}
.home_about .image .img2 {
  width: 92.2252%;
  --h: 104.191391%;
}
.home_about .image .img3 {
  width: 97.319%;
  --h: 93.783908%;
}
.home_about .ad_lis {
  position: absolute;
  left: 49%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  background-color: var(--secondary);
  color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 0.7rem 2.2rem 0.3rem;
  min-width: 25.5181%;
}
.home_about .ad_lis li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 2rem 0px 2.2rem;
}
.home_about .ad_lis li:last-child {
  border-bottom: none;
}
.home_about .ad_lis .icon {
  width: 4rem;
  height: 4rem;
  margin-left: -0.5rem;
}
.home_about .ad_lis .label {
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
.home_about .head {
  flex: 1 1 0%;
}
.home_about .head h2 {
  max-width: 53rem;
  margin-bottom: 3.7rem;
}
.home_about .head p {
  max-width: 61.6rem;
}
.home_about p {
  margin-top: 2.8rem;
}
.home_about .btn {
  margin-top: 3.3rem;
}
.home_about .nums {
  margin-top: 3rem;
}
.home_about .nums ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.home_about .nums li {
  flex: 0 1 17.3rem;
}
.home_about .nums strong {
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 500;
  color: var(--secondary);
  white-space: nowrap;
}
.home_about .nums strong i {
  font-size: 4.2rem;
  margin-left: -0.4rem;
}
.home_about .nums p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: var(--text);
  max-width: 14.5rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
  .home_about .lt {
    width: 50%;
    margin: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .home_about .nums li {
    flex: 1 1 0%;
  }
  .home_about .nums strong {
    font-size: 4rem;
  }
  .home_about .nums strong i {
    font-size: 3rem;
  }
}

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

@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) {
  :root {
    --btn_radius: 4px;
    --shadow: 0 10px 10px rgba(203, 209, 211, 0.55);
    --shadow2: 0 10px 10px rgba(40, 70, 107, 0.55);
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    margin-top: 20px;
  }
  .home_about {
    padding: 50px 0px;
  }
  .home_about .flex {
    gap: 30px 20px;
  }
  .home_about .lt {
    width: 50%;
    margin: 0px;
  }
  .home_about .rt {
    padding: 0px;
  }
  .home_about .image .syeditorlist {
    gap: 10px;
  }
  .home_about .image .syeditorlist .w1 {
    padding: 0px;
  }
  .home_about .image .img {
    border-radius: 10px;
  }
  .home_about .ad_lis {
    position: static;
    transform: translate(0px);
    min-width: unset;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
  }
  .home_about .ad_lis ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: -1px;
  }
  .home_about .ad_lis li {
    padding: 20px;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }
  .home_about .ad_lis .icon {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }
  .home_about .ad_lis .label {
    font-size: 14px;
    margin-top: 10px;
  }
  .home_about .head h2 {
    margin: 0px;
  }
  .home_about .nums {
    margin-top: 30px;
  }
  .home_about .nums ul {
    gap: 30px 20px;
  }
  .home_about .nums li {
    flex: 1 1 0%;
  }
  .home_about .nums strong {
    font-size: 26px;
  }
  .home_about .nums strong i {
    font-size: 20px;
    margin-left: 0px;
  }
  .home_about .nums p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) {
  .home_about .lt {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #f4bd0b;
  --secondary: #0060c8;
  --tertiary: #0052b4;
  --title: #141414;
  --text: #5a6577;
  --bg: #f8f9fa;
  --bg2: #041d45;
  --btn_radius: 0.8rem;
  --shadow: 0 1.5rem 1.5rem rgba(203, 209, 211, 0.55);
  --shadow2: 0 1.5rem 1.5rem rgba(40, 70, 107, 0.55);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.head .subtitle {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: var(--tertiary);
  background-color: rgb(235, 241, 249);
  border-radius: 100px;
  padding: 0px 1.6rem;
  margin-bottom: 1.2rem;
}
.head h2 {
  font-size: 4.8rem;
  line-height: 1.16667;
  font-weight: 500;
}
.home_technology {
  background-color: var(--bg);
  padding: 11.2rem 0px;
}
.home_technology .flex {
  margin-top: 5.6rem;
}
.home_technology .items {
  flex: 1 1 0%;
  width: 100%;
  max-width: 79.1rem;
}
.home_technology .items ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 2.90777%;
}
.home_technology .items .active .item,
.home_technology .items .item:hover {
  box-shadow: var(--shadow);
}
.home_technology .items .active .item::after,
.home_technology .items .item:hover::after {
  opacity: 1;
}
.home_technology .items li:nth-child(2n + 1) .item {
  padding-left: 8.59375%;
}
.home_technology .item {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 1.1rem;
  border: 1px solid rgb(225, 229, 235);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.3s;
  padding: 7.8125% 7.8125% 10.6771% 9.375%;
}
.home_technology .item::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  height: 0.5rem;
  background: linear-gradient(to right, #044aa0, var(--secondary));
  transition: 0.3s;
  opacity: 0;
}
.home_technology .item .icon {
  border-radius: 0.9rem;
  background-color: rgb(235, 241, 249);
  width: 6.2rem;
  height: 6.2rem;
}
.home_technology .item .icon img {
  transform: scale(0.645161);
}
.home_technology .item .info {
  margin-top: 14.4201%;
}
.home_technology .item .info h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  max-width: 22rem;
}
.home_technology .item .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--text);
  max-width: 31.5rem;
  margin-top: 1.3rem;
}
.home_technology .img {
  width: 35.5556%;
  height: auto;
}
.home_technology .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

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

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

@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) {
  :root {
    --btn_radius: 4px;
    --shadow: 0 10px 10px rgba(203, 209, 211, 0.55);
    --shadow2: 0 10px 10px rgba(40, 70, 107, 0.55);
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 20px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  .home_technology {
    padding: 50px 0px;
  }
  .home_technology .flex {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .home_technology .img {
    width: 100%;
    max-width: 260px;
  }
  .home_technology .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .home_technology .items li:nth-child(2n + 1) .item {
    padding-left: 20px;
  }
  .home_technology .item {
    border-radius: 10px;
    padding: 20px;
  }
  .home_technology .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .home_technology .item .info {
    margin-top: 30px;
  }
  .home_technology .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_technology .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .home_technology .img {
    max-width: unset;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #f4bd0b;
  --secondary: #0060c8;
  --tertiary: #0052b4;
  --title: #141414;
  --text: #5a6577;
  --bg: #f8f9fa;
  --bg2: #041d45;
  --btn_radius: 0.8rem;
  --shadow: 0 1.5rem 1.5rem rgba(203, 209, 211, 0.55);
  --shadow2: 0 1.5rem 1.5rem rgba(40, 70, 107, 0.55);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0px auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.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;
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 6.6rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: var(--btn_radius);
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://nexxustires.com//wp-content/plugins/sytech-fronteditor/sytpl/home5-home_trust-img_bg/assets/img/arrow.svg") center center / 15.625% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: rgb(0, 26, 64);
  border-color: rgb(0, 26, 64);
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 167.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.swiper_btns.white .swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p,
.head.white .desc {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 200;
  letter-spacing: 0.011rem;
}
.head.white .subtitle {
  background-color: rgba(235, 241, 249, 0.24);
  color: var(--primary);
}
.head .subtitle {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: var(--tertiary);
  background-color: rgb(235, 241, 249);
  border-radius: 100px;
  padding: 0px 1.6rem;
  margin-bottom: 1.2rem;
}
.head h2 {
  font-size: 4.8rem;
  line-height: 1.16667;
  font-weight: 500;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--text);
}
.home_trust {
  padding: 13.8rem 0px 12.8rem;
}
.home_trust .head .subtitle {
  margin-bottom: 1.3rem;
}
.home_trust .head .lt {
  max-width: 48.8rem;
}
.home_trust .desc {
  max-width: 50rem;
  margin-bottom: 1px;
}
.home_trust .home_trust_swiper {
  margin-top: 5.2rem;
  padding-bottom: 1.5rem;
}
.home_trust .home_trust_swiper .swiper-slide {
  max-width: 270px;
}
.home_trust .home_trust_swiper .active .item,
.home_trust .home_trust_swiper .item:hover {
  box-shadow: var(--shadow2);
}
.home_trust .home_trust_swiper .active .item::after,
.home_trust .home_trust_swiper .item:hover::after {
  opacity: 1;
}
.home_trust .item {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 1.4rem;
  border: 1px solid rgb(39, 66, 99);
  background-color: rgba(16, 49, 89, 0.72);
  overflow: hidden;
  transition: 0.3s;
  padding: 17.7778% 7.40741% 14.0741%;
}
.home_trust .item::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  height: 0.5rem;
  background: var(--primary);
  transition: 0.3s;
  opacity: 0;
}
.home_trust .item .img {
  width: 70%;
  max-width: 10.7rem;
  margin: 0px auto;
  border-radius: 50%;
  --h: 100%;
  background-color: rgb(22, 54, 91);
}
.home_trust .item .img img {
  transform: scale(0.654206);
}
.home_trust .item .info {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 19.7368%;
}
.home_trust .item .info h3 {
  font-size: 2rem;
  font-weight: 500;
}
.home_trust .item .info p {
  opacity: 0.6;
  margin-top: 0.3rem;
  font-weight: 200;
  letter-spacing: 0.01rem;
}
.home_trust .swiper_btns.middle {
  top: 52.5%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

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

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

@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) {
  :root {
    --btn_radius: 4px;
    --shadow: 0 10px 10px rgba(203, 209, 211, 0.55);
    --shadow2: 0 10px 10px rgba(40, 70, 107, 0.55);
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head.white p,
  div.head.white .desc {
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  .home_trust {
    padding: 50px 0px;
    overflow: hidden;
  }
  .home_trust .head {
    display: block;
  }
  .home_trust .head .subtitle {
    margin-bottom: 8px;
  }
  .home_trust .head .desc {
    margin-bottom: 0px;
  }
  .home_trust .swiper_content {
    overflow: unset;
    padding: 0px 20px;
  }
  .home_trust .home_trust_swiper {
    margin-top: 30px;
    padding: 0px;
  }
  .home_trust .item {
    border-radius: 10px;
    padding: 20px;
  }
  .home_trust .item .img {
    max-width: 80px;
  }
  .home_trust .item .info {
    margin-top: 22px;
  }
  .home_trust .item .info h3 {
    font-size: 18px;
  }
  .home_trust .item .info p {
    margin-top: 10px;
    letter-spacing: unset;
  }
}

.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;
}