* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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_middle {
  align-items: center;
}
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;
  pointer-events: none;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com///wp-content/plugins/sytech-fronteditor/sytpl/technologies1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head.ban p {
  font-size: 2rem;
}
.head.ban .subtitle {
  border: none;
  padding: 0px;
  gap: 1.1rem;
}
.head.ban.white p {
  letter-spacing: 0.15px;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  font-weight: 300;
  letter-spacing: 0.2px;
}
.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.13px;
}
.head.white h1 {
  font-weight: 600;
  letter-spacing: 3.4px;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h1 {
  font-size: 6.4rem;
  line-height: 1.20312;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_banner .flex {
  height: 100vh;
  max-height: 81.6rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.page_banner .head {
  flex: 1 1 0%;
  max-width: 83.6rem;
  padding-bottom: 5.6%;
}
.page_banner .subtitle {
  margin-bottom: -2px;
  color: var(--text_w);
}
.page_banner p {
  max-width: 49.9rem;
  margin-top: 3.3rem;
}
.page_banner .btn {
  margin-top: 3.5rem;
}
.page_banner .head {
  padding-bottom: 4.7%;
}
.page_banner .head h1 {
  letter-spacing: 3.2px;
}
.page_banner p {
  margin-top: 2.3rem;
}
.page_banner .btn {
  margin-top: 3.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head.ban .subtitle {
    gap: 10px;
    line-height: 1.5;
  }
  div.head.ban p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.ban.white p {
    letter-spacing: unset;
  }
  div.head.white h1 {
    letter-spacing: unset;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
    gap: 10px;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  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;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .page_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: var(--title);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    flex: unset;
    max-width: unset;
  }
  .page_banner .head {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner .head {
    width: 100%;
  }
}

.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: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.page_faqs {
  padding: 9.75rem 0px 14.8rem;
}
.page_faqs .head {
  flex-direction: row-reverse;
  gap: 0px 2rem;
}
.page_faqs h2 {
  letter-spacing: 1.2px;
}
.page_faqs .subtitle {
  margin-top: 1.1rem;
}
.page_faqs .main {
  margin-top: 4.3rem;
}
.page_faqs .items {
  width: 32.8472%;
  margin-top: 1.5%;
}
.page_faqs .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
  gap: 2.1rem 2rem;
}
.page_faqs .items .item {
  display: grid;
  grid-template-columns: 1fr 22%;
  align-items: start;
  height: 100%;
  border-radius: 1.6rem;
  background-color: var(--bg2);
  transition: 0.3s;
  gap: 2rem;
  padding: 6.1311% 6.77% 8.034% 8.6681%;
}
.page_faqs .items .item:hover {
  box-shadow: var(--shadow);
}
.page_faqs .items .icon {
  padding-bottom: 100%;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
}
.page_faqs .items .info {
  margin-top: 1.1rem;
}
.page_faqs .items .info h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: rgb(34, 30, 31);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_faqs .items .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(76, 76, 76);
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_faqs .items .info i {
  width: 1.9rem;
  display: block;
  margin-top: 3.2rem;
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/technologies4-page_faqs/assets/img/arrow-r-b2.svg") center center / contain no-repeat;
}
.page_faqs .items .info i::after {
  padding-bottom: 68.42%;
  display: block;
  content: "";
  pointer-events: none;
}
.page_faqs .faqs {
  flex: 1 1 0%;
  width: 100%;
  max-width: 85.6rem;
  margin-right: 1.59722%;
}
.faq_list .faq_item {
  border-bottom: 1px solid rgb(198, 198, 198);
  position: relative;
}
.faq_list .faq_item::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  background-color: var(--secondary);
  transition: 0.3s;
  opacity: 0;
}
.faq_list .faq_item.active::after {
  opacity: 1;
}
.faq_list .faq_item.active .question::before,
.faq_list .faq_item.active .question::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_list .faq_item.active .question::before {
  opacity: 0;
}
.faq_list .faq_item.active .question::after {
  opacity: 1;
}
.faq_list .question {
  cursor: pointer;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(34, 30, 31);
  padding: 2.9rem 4rem 2.5rem 0px;
  letter-spacing: 0.04px;
}
.faq_list .question::before,
.faq_list .question::after {
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/technologies4-page_faqs/assets/img/icon-select.svg") center center / contain no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_list .question::after {
  opacity: 0;
  background-image: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/technologies4-page_faqs/assets/img/icon-select-red.svg");
}
.faq_list .answer {
  display: none;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
  padding-bottom: 3.7rem;
}
.page_faqs {
  padding: 6.2rem 0px 21.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_faqs {
    padding: 50px 0px;
  }
  .page_faqs .head .subtitle {
    margin: 0px;
  }
  .page_faqs .main {
    margin-top: 30px;
  }
  .page_faqs .items {
    width: 100%;
    margin: 0px;
  }
  .page_faqs .items ul {
    gap: 20px;
  }
  .page_faqs .items .item {
    border-radius: 10px;
    grid-template-columns: 1fr 50px;
    gap: 16px;
  }
  .page_faqs .items .icon {
    border-radius: 10px;
  }
  .page_faqs .items .info {
    margin-top: 0px;
  }
  .page_faqs .items .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_faqs .items .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_faqs .items .info i {
    width: 14px;
    margin-top: 20px;
  }
  .page_faqs .faqs {
    max-width: unset;
    margin: 0px;
  }
  .faq_list .question {
    font-size: 18px;
    letter-spacing: unset;
    padding: 14px 30px 14px 0px;
  }
  .faq_list .question::before,
  .faq_list .question::after {
    width: 14px;
    height: 14px;
  }
  .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    letter-spacing: unset;
  }
  .page_faqs {
    padding: 50px 0px;
  }
}

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