:root {
  --blue: #3855a4;
  --black: #000;
  --white: #fff;
  --blue-light: #3855a4d9;
  --charcoal: #454c59;
  --light-blue: var(--blue);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button {
  border: 1px solid var(--blue);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  margin-left: 30px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.hero-button {
  background-color: var(--blue);
  margin-left: 20px;
}

.button.hero-button.btn {
  color: var(--white);
}

.button.hero-button.btn:hover {
  background-color: var(--blue-light);
}

.button.product-btn {
  width: 110px;
  margin-left: 0;
}

.button.footer-btn {
  border-color: var(--black);
  color: #000;
  background-color: #3898ec00;
}

.button.footer-btn.sm-sceen:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button.clear-filter, .button.product-btn-1 {
  background-color: var(--blue);
  margin-left: 0;
}

.button.product-btn-1:hover {
  background-color: var(--blue-light);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium {
  font-size: 1.125rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-container {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.navbar-secion {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: sticky;
  top: 0;
}

.section.clinets-section {
  background-color: var(--charcoal);
}

.section.clinets-section.sm-screen, .section.product-section {
  display: block;
}

.section.footer {
  border-top: 1px solid #000;
}

.logo-block {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.logo-block.footer, .logo-block.testimonial {
  width: 35%;
  height: auto;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.border {
  border: 1px solid #000;
  display: none;
}

.menu-link {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.menu-link.footer {
  margin-left: 0;
  margin-right: 20px;
}

.body {
  border-color: var(--blue);
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.logo {
  width: 100%;
}

.div-block {
  display: flex;
}

.menu-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container.navbar-container {
  justify-content: space-between;
}

.container.image {
  margin-top: 0;
  margin-bottom: 0;
}

.container.product {
  flex-flow: column;
}

.container.clients {
  display: none;
}

.hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 3.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.image-block.country {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.image-block.porduct-overview {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 60px;
}

.image-block.certificate {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-block.certificate-2, .image {
  width: 100%;
}

.image.client-logo-1 {
  width: 75%;
}

.heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 53px;
}

.bold-text {
  line-height: 24px;
}

.subheading-1 {
  color: var(--charcoal);
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 30px;
}

.subheading-1.clients-subheading {
  color: var(--white);
  margin-top: 0;
  margin-left: 200px;
}

.subheading-1.about-us {
  width: 700px;
  margin-top: 0;
}

.subheading-1.certificate {
  color: var(--blue);
  margin-top: 10px;
  font-weight: 700;
}

.subheading-1.product-label {
  display: none;
}

.hero-input-block {
  width: 480px;
  height: 45px;
  margin-top: 30px;
}

.form {
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field {
  width: 70%;
  height: 100%;
}

.form-block {
  height: 100%;
}

.form-block.footer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-color-1.clear-filter {
  color: #fff;
}

.hero-subheading-2 {
  color: var(--charcoal);
  margin-top: 20px;
  font-size: .75rem;
  text-decoration: underline;
}

.clients-heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.clients-block {
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.client-logo {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-client-logo-block {
  grid-auto-flow: column;
  place-items: center;
}

.client-logo-block-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.our-work-block {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.our-work-content-block {
  margin-top: 80px;
}

.our-work-grid {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.work-content-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  display: flex;
}

.work-icon {
  width: 18%;
}

.normal-text-1 {
  font-size: 1.1rem;
  font-weight: 400;
}

.normal-text-1.q {
  line-height: 25px;
}

.normal-text-1.m-1 {
  display: none;
}

.normal-text-1.bold {
  font-weight: 700;
}

.normal-text-1.bold.name {
  margin-top: 25px;
}

.work-info {
  color: var(--charcoal);
  font-size: 1rem;
  font-weight: 300;
}

.work-info.a {
  color: #6f6c90;
  font-size: .9rem;
}

.product-block {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-heading-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-heading-block.certification {
  border-bottom: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-card-block {
  width: 100%;
  margin-top: 90px;
}

.product-card-block.sm-screen {
  display: none;
}

.qa-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.qa-outer-grid {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.qa-inner-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.qa-card {
  cursor: pointer;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 6px #080f341c;
}

.q-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.question {
  width: 380px;
  display: flex;
}

.card-icon {
  background-color: var(--blue);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.a-block {
  width: 350px;
  margin-top: 25px;
  display: none;
  position: static;
}

.plus-minus {
  font-size: 2.5rem;
  line-height: 0;
}

.s-no {
  margin-right: 5px;
}

.footer-block {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 60px;
}

.footer-grid {
  grid-row-gap: 54px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.footer-menu-block {
  margin-top: 25px;
  font-size: 1rem;
  font-weight: 500;
}

.contact-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info {
  color: #000;
  width: 150px;
  margin-right: 20px;
  font-size: .85rem;
}

.text-block {
  text-decoration: underline;
}

.footer-input-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 410px;
  height: 100%;
  display: flex;
}

.footer-input-heading {
  font-size: .95rem;
  font-weight: 700;
}

.footer-info-text {
  font-size: .75rem;
}

.footer-social-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-block.m-1 {
  display: none;
}

.social-block {
  width: 3.5%;
  margin-left: 10px;
}

.footer-input {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.creadit-block {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
}

.creadit-block.m-1 {
  display: none;
}

.footer-text-link {
  color: var(--black);
  margin-right: 20px;
}

.policy-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.text-block-3, .text-block-4 {
  font-weight: 700;
}

.image-2 {
  width: 100%;
}

.our-story {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.performance {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.team {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.fs-slider_slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.swiper-button-next {
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.swiper-button-next.left-icon {
  margin-left: 60px;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.swiper-pagination {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #8d8d8d;
  border-radius: 20px;
  width: .6rem;
  height: .6rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.team-card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-image-block {
  width: 515px;
  position: relative;
}

.team-info-block {
  width: 50%;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.person-info {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 25px;
}

.body-2 {
  font-family: Roboto, Arial, sans-serif;
}

.ceo {
  font-weight: 400;
}

.person-social-block {
  margin-top: 40px;
}

.social-account {
  margin-right: 10px;
}

.testimonial-block {
  z-index: 0;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.testimonial-slider-block {
  width: 100%;
}

.fs-slider-testimonials_slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider-testimonials_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider-testimonials_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.fs-slider-testimonials_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider-testimonials_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider-testimonials_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider-testimonials_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider-testimonials_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider-testimonials_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider-testimonials_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider-testimonials_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider-testimonials_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.products-grid {
  grid-column-gap: 60px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.product-image-block {
  width: 100%;
}

.product-info-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  margin-top: 20px;
  display: flex;
}

.text-span {
  font-size: 1.3rem;
}

.link-text-1 {
  color: var(--black);
  font-size: .9rem;
  text-decoration: none;
}

.product-page-block {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-grid-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template: "Area-1 Area" minmax(auto, 45px)
                 ". ."
                 / .35fr 1fr;
  width: 100%;
  margin-top: 20px;
  display: none;
}

.body-3 {
  font-family: Roboto, Arial, sans-serif;
}

.tabel-head-block {
  background-color: #edf2ff;
  padding: 10px 20px;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 60px;
}

.search-field-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tabel-field-row {
  border-bottom: 1px solid #cbcbcb;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tabel-field-row:hover {
  box-shadow: 0 2px 5px #0003;
}

.text-1 {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.text-1.bold {
  font-weight: 700;
}

.text-1.country-name {
  color: var(--blue);
  text-align: center;
  font-weight: 700;
}

.text-1.country {
  color: #adadad;
  text-align: center;
  margin-top: 10px;
  line-height: 35px;
}

.text-1.country.bold, .text-1.country.bold-copy {
  color: #000;
  margin-top: 0;
}

.text-1.download {
  color: var(--blue);
}

.text-1.tag {
  color: #f68523;
  margin-top: 10px;
}

.text-1.overview-heading {
  color: var(--blue);
  margin-bottom: 10px;
  font-weight: 700;
}

.tabel-row-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.range-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 115px;
  margin-bottom: 20px;
  padding: 15px 20px 0;
  display: flex;
  box-shadow: 0 4px 8px -2px #0003;
}

.range-track {
  background-color: #f2f2f2;
  width: 100%;
  height: .5rem;
  position: relative;
}

.range-fill {
  background-color: var(--blue);
  width: 50%;
  height: 100%;
  position: absolute;
}

.range-handle {
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  box-shadow: 0 2px 5px #0003;
}

.range-from {
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tabular-search-block {
  width: 300px;
  height: 100%;
}

.tabular-search {
  height: 100%;
}

.tabular-search.product-search-1 {
  width: 35%;
}

.form-2 {
  height: 100%;
}

.range-to {
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper-inner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.filter-label {
  color: var(--charcoal);
  font-weight: 300;
  position: relative;
  top: 20px;
}

.filter-label.sm-screen {
  display: none;
}

.range-form {
  position: absolute;
  top: 100px;
}

.filter-hidden-elements {
  display: none;
}

.filter-block {
  width: 100%;
}

.product-tabel {
  width: 100%;
  margin-bottom: 25px;
}

.text-sm-1 {
  font-size: .9rem;
}

.text-sm-1.request-quote {
  color: var(--blue);
  text-decoration: none;
}

.text-sm-1.overview-text {
  font-weight: 300;
  line-height: 23px;
}

.text-sm-1.specification-name {
  color: var(--black);
  font-weight: 500;
}

.text-sm-1.eccn {
  margin-top: 30px;
  margin-bottom: 5px;
}

.sales-rep {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.sales-rep-form {
  width: 100%;
  margin-top: 70px;
}

.search-block {
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  display: flex;
}

.sales-rep-input {
  width: 290px;
  height: 100%;
  margin-bottom: 0;
}

.sales-rep-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 35px;
  display: none;
}

.country-card {
  border: 2px solid #d9d9d9;
  height: 100%;
}

.country-name-block {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.country-image-block {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.country-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-6 {
  text-align: center;
}

.certification {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.certification-form {
  width: 100%;
}

.certification-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr;
}

.certification-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.heading-2.product-name {
  color: var(--black);
}

.heading-2.blue {
  color: var(--blue);
  display: none;
}

.certificate-card {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: none;
  position: relative;
}

.text-2 {
  margin-top: 10px;
  font-size: 1.3rem;
}

.text-2.blue {
  color: var(--blue);
  font-weight: 500;
}

.text-2.blue.certificate-name {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 25px;
}

.body-4 {
  font-family: Roboto, Arial, sans-serif;
}

.certificate-icon {
  width: 15%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.option-table {
  border: 1px solid #000;
  margin-top: 20px;
  padding-bottom: 10px;
}

.tabel-head {
  background-color: var(--blue);
  color: #fff;
  margin-bottom: 10px;
  padding: 13px 27px;
}

.tabel-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.tabel-row.last-row {
  border-bottom-style: none;
  padding-top: 5px;
}

.overview-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-overview-image-block {
  flex-flow: wrap;
  display: flex;
}

.specification-tabel {
  width: 100%;
}

.specification-tabel-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.overview-text {
  font-weight: 300;
}

.bold {
  color: var(--black);
  font-weight: 500;
}

.dropdown.sm-screen, .dropdown.sm-screen.country-dropdown {
  display: none;
}

.body-5 {
  font-family: Roboto, Arial, sans-serif;
}

.filter-sm-block {
  display: none;
}

.sm-text-1 {
  font-size: .75rem;
  font-weight: 300;
}

.sm-text-1.hero-text {
  color: var(--charcoal);
  margin-top: 20px;
  text-decoration: underline;
}

.sm-text-1.certificate {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
}

.normal-text-2 {
  color: var(--black);
  font-size: 1rem;
  font-weight: 300;
}

.normal-text-2.a {
  color: var(--charcoal);
  font-weight: 300;
  line-height: 25px;
}

.normal-text-2.black-bold {
  color: var(--black);
  font-weight: 700;
}

.normal-text-2.black-bold.country {
  text-align: center;
  margin-top: 5px;
}

.normal-text-2.black-bold.client-name {
  margin-top: 10px;
}

.normal-text-2.black-bold.qoute {
  width: 100%;
  margin-top: 0;
  line-height: 25px;
}

.normal-text-2.black-bold.team {
  line-height: 27px;
}

.normal-text-2.black {
  color: var(--black);
  text-decoration: none;
}

.normal-text-2.gray {
  color: #adadad;
}

.normal-text-2.gray.country {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 35px;
}

.normal-text-2.orange {
  color: #f68523;
  font-weight: 400;
}

.normal-text-2.orange.tag {
  margin-top: 10px;
}

.normal-text-2.blue {
  color: var(--blue);
}

.normal-text-2.blue.bold {
  font-weight: 700;
}

.normal-text-2.blue.bold.overview-heading {
  margin-bottom: 10px;
}

.normal-text-2.client-company, .normal-text-2.position {
  margin-top: 5px;
}

.normal-text-2.contact-us-form {
  text-align: left;
  width: auto;
  text-decoration: none;
}

.offerring-text-block.about-us {
  width: 800px;
}

.normal-text-3 {
  color: var(--black);
  font-size: .9rem;
}

.normal-text-3.overview-text {
  margin-top: 10px;
}

.swiper.clients {
  width: 100%;
  margin-top: 80px;
  display: block;
  overflow: hidden;
}

.swiper.testimonials {
  border: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.swiper.testimonials.d {
  display: none;
}

.swiper.is_team {
  display: block;
  overflow: hidden;
}

.swiper.products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.swiper.feedback {
  margin-top: 80px;
  margin-bottom: 80px;
}

.swiper-wrapper.clients {
  width: 100%;
  display: flex;
}

.swiper-wrapper.testimonials {
  border: 1px solid red;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is_team {
  flex-flow: row;
  display: flex;
}

.swiper-wrapper.products {
  grid-column-gap: 31px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.swiper-wrapper.feedback {
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.swiper-slide.testimonials {
  align-items: stretch;
  width: 100%;
}

.swiper-slide.feedback {
  z-index: 2;
  flex-flow: row;
}

.testimonial-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  padding: 35px 25px;
  display: flex;
}

.qoute {
  margin-top: 50px;
}

.client-detail {
  margin-top: auto;
  margin-bottom: 0;
}

.client-image {
  width: 50px;
}

.swiper-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  display: block;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.white-bg.sm-screen {
  display: none;
}

.product-page-grid {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: .35fr 1fr;
  grid-template-areas: "Area Area";
}

.filter-btn-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-icon, .sm-navbar {
  display: none;
}

.sales-rep-collection {
  margin-top: 25px;
}

.sales-rep-collection.sm-screen {
  display: none;
}

.sales-rep-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-nav {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.swiper-nav.is_prev {
  margin-right: 10px;
}

.swiper-nav.is_prev.testimonial {
  transform: rotate(0);
}

.swiper-nav.is_next.testimonial {
  transform: rotate(180deg);
}

.swiper-prev {
  background-color: #12e993;
  width: 20px;
  height: 20px;
}

.swiper-next {
  background-color: #d60404;
  width: 20px;
  height: 20px;
}

.collection-list {
  display: flex;
}

.swiper-element {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.swiper-nav-block {
  display: flex;
  position: relative;
  left: 10%;
}

.swiper-nav-block.testimonial {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-bullet {
  background-color: #8d8d8d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.swiper-bullet.is_active {
  background-color: var(--black);
}

.filter-sm-screen, .dropdown-2 {
  display: none;
}

.product-page {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.head-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabel-body-element {
  margin-top: 30px;
}

.body-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.head-grid-sm, .sm-screen-filter-box {
  display: none;
}

.body-6 {
  font-family: Roboto, Arial, sans-serif;
}

.certificate {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.certificate-heading-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.certificate-image-block {
  border: 1px solid var(--charcoal);
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificate-image-block.below-block {
  height: 85%;
}

.certificate-info {
  flex-flow: column;
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.email {
  color: var(--black);
  text-decoration: none;
}

.contact-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.contact-us.form-dropdown {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-block.contact-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-form {
  width: 75%;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell {
  flex-flow: column;
  display: flex;
}

.form-field {
  border: 1px solid #000;
}

.contact-us-dropdown {
  border: 1px solid #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-text {
  color: var(--charcoal);
}

.radio-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 15px;
  display: grid;
}

.contact-us-text-field {
  border: 1px solid #000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}

.accept-term-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-form-btn {
  background-color: var(--blue);
  width: 120px;
  height: 45px;
}

.contact-us-form-btn:hover {
  background-color: var(--blue-light);
}

.dropdown-list {
  top: 0;
}

.link-2 {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .creadit-block {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    height: 50px;
  }

  .logo-block.testimonial {
    width: 35%;
  }

  .menu-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .menu-link.footer {
    margin-right: 30px;
  }

  .body {
    line-height: 23px;
  }

  .menu-link-block {
    font-size: 1.125rem;
  }

  .hero-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .image-block.porduct-overview {
    width: 32%;
  }

  .hero-content {
    padding-right: 35px;
  }

  .heading {
    font-size: 3.2rem;
    line-height: 55px;
  }

  .subheading-1 {
    margin-top: 40px;
    font-size: 1.125rem;
  }

  .hero-input-block {
    width: 500px;
    height: 50px;
    margin-top: 45px;
  }

  .form-block.footer {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-subheading-2 {
    margin-top: 40px;
    font-size: .875rem;
  }

  .client-logo-block {
    margin-top: 120px;
  }

  .clients-block {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .client-logo-block-2 {
    margin-top: 80px;
  }

  .our-work-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .our-work-content-block {
    margin-top: 80px;
  }

  .work-content-block {
    height: 230px;
  }

  .work-icon {
    width: 21%;
  }

  .normal-text-1 {
    font-size: 1.125rem;
  }

  .work-info, .work-info.a {
    font-size: 1rem;
  }

  .product-card-block {
    margin-top: 100px;
  }

  .qa-block {
    margin-top: 10px;
    margin-bottom: 90px;
  }

  .qa-inner-grid {
    grid-row-gap: 25px;
    width: 100%;
  }

  .qa-card {
    padding: 35px;
  }

  .a-block {
    width: 395px;
  }

  .footer-block {
    margin-top: 50px;
  }

  .footer-grid {
    grid-row-gap: 60px;
  }

  .footer-menu-block {
    margin-top: 35px;
  }

  .contact-info {
    margin-right: 30px;
  }

  .footer-input-block {
    width: 500px;
  }

  .footer-input-heading {
    font-size: 1rem;
  }

  .footer-info-text {
    font-size: .87rem;
  }

  .creadit-block {
    margin-top: 50px;
    font-size: .9rem;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .div-block-3 {
    width: 800px;
  }

  .team-image-block {
    width: 570px;
  }

  .text-block-5 {
    font-size: .9rem;
  }

  .testimonial-block {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .product-page-block {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .product-grid-block {
    grid-row-gap: 25px;
  }

  .text-1 {
    font-size: 1.15rem;
  }

  .text-1.tag {
    margin-top: 20px;
  }

  .text-1.overview-heading {
    margin-bottom: 20px;
  }

  .range-wrapper {
    height: 130px;
  }

  .text-sm-1 {
    font-size: 1rem;
  }

  .sales-rep {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .search-block {
    height: 50px;
  }

  .sales-rep-input {
    width: 325px;
  }

  .country-card {
    min-height: 450px;
  }

  .country-name-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    font-size: 2rem;
    display: block;
  }

  .text-2 {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  .option-table {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .overview-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .normal-text-2.gray.country {
    margin-bottom: 40px;
  }

  .offerring-text-block {
    width: 800px;
  }

  .offerring-text-block.about-us {
    width: 820px;
  }

  .normal-text-3 {
    font-size: .951rem;
  }

  .swiper.testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .swiper.feedback {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .swiper-wrapper.products {
    grid-column-gap: 45px;
    grid-row-gap: 50px;
  }

  .swiper-wrapper.feedback {
    padding-left: 6%;
    padding-right: 6%;
  }

  .testimonial-card {
    width: 90%;
    height: 500px;
  }

  .qoute {
    margin-top: 55px;
  }

  .client-image {
    width: 55px;
  }

  .sales-rep-collection {
    margin-top: 30px;
  }

  .swiper-nav.is_prev {
    margin-right: 20px;
  }

  .contact-us-form-btn {
    height: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    width: 180px;
    height: 60px;
  }

  .button.clear-filter {
    height: 100%;
  }

  .logo-block.testimonial {
    justify-content: flex-start;
    align-items: center;
    width: 35%;
  }

  .menu-link {
    margin-left: 35px;
    margin-right: 35px;
  }

  .menu-link.footer, .menu-link-block {
    font-size: 1.2rem;
  }

  .container {
    max-width: 1728px;
  }

  .container.image {
    max-width: 10043%;
  }

  .hero-container {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .image-block.country {
    width: 50px;
    height: 50px;
  }

  .heading {
    font-size: 4.5rem;
    line-height: 85px;
  }

  .subheading-1 {
    margin-top: 30px;
    font-size: 1.65rem;
    line-height: 40px;
  }

  .subheading-1.about-us {
    width: 800px;
  }

  .hero-input-block {
    width: 700px;
    height: 60px;
    margin-top: 50px;
  }

  .form-block.footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-subheading-2 {
    margin-top: 50px;
    font-size: 1rem;
  }

  .client-logo-block {
    margin-top: 150px;
  }

  .clients-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .client-logo-block-2 {
    margin-top: 130px;
  }

  .our-work-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .our-work-content-block {
    margin-top: 130px;
  }

  .work-content-block {
    height: 350px;
  }

  .normal-text-1 {
    font-size: 1.65rem;
    line-height: 35px;
  }

  .normal-text-1.q {
    line-height: 35px;
  }

  .work-info {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .work-info.a {
    font-size: 1.25rem;
  }

  .product-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-card-block {
    margin-top: 130px;
  }

  .qa-block {
    margin-top: 20px;
    margin-bottom: 120px;
  }

  .qa-inner-grid {
    grid-row-gap: 45px;
  }

  .qa-card {
    padding: 40px;
  }

  .question, .a-block {
    width: 80%;
  }

  .footer-block {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .footer-grid {
    grid-row-gap: 75px;
  }

  .footer-menu-block {
    margin-top: 50px;
  }

  .contact-info {
    width: 200px;
    margin-right: 50px;
  }

  .text-block {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .footer-input-block {
    width: 650px;
  }

  .footer-input-heading {
    font-size: 1.1rem;
  }

  .footer-info-text {
    font-size: .9rem;
  }

  .creadit-block {
    margin-top: 60px;
    font-size: 1rem;
  }

  .policy-block {
    font-size: 1rem;
  }

  .text-block-3, .text-block-4 {
    font-size: 1.2rem;
  }

  .our-story, .performance {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .swiper-pagination {
    flex: none;
  }

  .team-image-block {
    width: 760px;
  }

  .text-block-5 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .testimonial-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-info-block {
    height: 70px;
  }

  .link-text-1 {
    font-size: 1rem;
  }

  .product-page-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-grid-block {
    grid-column-gap: 40px;
    grid-row-gap: 35px;
    grid-template-rows: 50px auto;
  }

  .tabel-head-block {
    padding: 15px 25px;
  }

  .heading-1 {
    font-size: 5rem;
    line-height: 90px;
  }

  .tabel-field-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-1 {
    font-size: 1.2rem;
  }

  .text-1.tag {
    margin-top: 25px;
  }

  .range-wrapper {
    height: 170px;
    margin-bottom: 25px;
    padding: 25px 30px 5px;
  }

  .range-handle {
    cursor: pointer;
  }

  .tabular-search-block {
    width: 400px;
  }

  .filter-label {
    top: 35px;
  }

  .product-tabel {
    margin-bottom: 35px;
  }

  .text-sm-1.overview-text {
    line-height: 27px;
  }

  .sales-rep {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .sales-rep-form {
    margin-top: 120px;
  }

  .sales-rep-input {
    width: 435px;
  }

  .country-card {
    min-height: 550px;
  }

  .country-image-block {
    margin-top: 15px;
  }

  .country-content-block {
    padding-left: 55px;
    padding-right: 55px;
  }

  .heading-2 {
    font-size: 2.1rem;
  }

  .text-2.blue {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .tabel-head {
    margin-bottom: 15px;
    padding: 20px 30px;
  }

  .tabel-row {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tabel-row.last-row {
    padding-top: 10px;
  }

  .overview-block {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .sm-text-1 {
    font-size: 1rem;
  }

  .sm-text-1.hero-text {
    margin-top: 30px;
  }

  .normal-text-2 {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .normal-text-2.a, .normal-text-2.black-bold.qoute {
    line-height: 30px;
  }

  .normal-text-2.black-bold.team {
    line-height: 40px;
  }

  .normal-text-2.gray.country {
    margin-bottom: 55px;
    line-height: 45px;
  }

  .normal-text-2.blue {
    color: var(--blue);
  }

  .normal-text-2.blue.bold {
    font-weight: 700;
  }

  .normal-text-2.blue.bold.overview-heading {
    margin-bottom: 15px;
  }

  .offerring-text-block, .offerring-text-block.about-us {
    width: 1200px;
  }

  .normal-text-3 {
    font-size: 1rem;
  }

  .normal-text-3.overview-text {
    line-height: 27px;
  }

  .swiper.testimonials {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .swiper.feedback {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .swiper-wrapper.products {
    grid-column-gap: 55px;
    grid-row-gap: 60px;
  }

  .swiper-wrapper.feedback {
    padding-left: 5%;
    padding-right: 5%;
  }

  .swiper-slide.testimonials {
    width: 100%;
  }

  .testimonial-card {
    width: 90%;
    height: 600px;
  }

  .qoute {
    margin-top: 70px;
  }

  .client-detail {
    margin-top: auto;
  }

  .swiper-block {
    margin-top: 100px;
  }

  .sales-rep-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .swiper-nav.is_prev.testimonial, .swiper-nav.is_next.testimonial {
    width: 50px;
    height: 50px;
  }

  .swiper-element {
    margin-top: 45px;
  }

  .swiper-nav-block {
    flex: none;
    left: 11.5%;
  }

  .product-page {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tabel-body-element {
    margin-top: 40px;
  }

  .contact-us-form {
    width: 65%;
  }

  .form-grid {
    grid-row-gap: 35px;
  }

  .contact-us-form-btn {
    width: 130px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    display: none;
  }

  .button.hero-button.btn {
    display: block;
  }

  .button.footer-btn {
    display: none;
  }

  .button.footer-btn.sm-sceen {
    display: block;
  }

  .button.clear-filter {
    z-index: 999;
    height: 43px;
    display: flex;
  }

  .button.sm-filter {
    width: 150px;
    height: 45px;
    margin-left: 0;
    margin-right: 15px;
  }

  .button.sm-filter.product-btn, .button.product-btn-1 {
    display: flex;
  }

  .button.product-btn-1.sm-screen {
    background-color: var(--white);
    color: var(--blue);
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    width: 100%;
    overflow: hidden;
  }

  .section.navbar-secion {
    background-color: #fff;
    display: block;
    position: sticky;
    top: 0;
  }

  .section.clinets-section {
    display: none;
  }

  .section.clinets-section.sm-screen {
    display: flex;
  }

  .section.footer {
    z-index: 0;
  }

  .logo-block {
    width: 39%;
    margin-left: 10px;
  }

  .logo-block.footer {
    width: 40%;
  }

  .logo-block.testimonial {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .menu-link.footer {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-link.sm-screen {
    font-size: 3rem;
    font-weight: 400;
    line-height: 95px;
  }

  .menu-link-block {
    flex-flow: column;
    display: none;
  }

  .menu-link-block.sm-screen {
    margin-top: 60px;
    display: flex;
  }

  .container {
    width: 90%;
  }

  .container.navbar-container {
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .container.image, .container.product, .container.testimonials {
    width: 100%;
  }

  .container.clients {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .hero-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    position: static;
  }

  .image-block.porduct-overview {
    width: 35%;
    margin-right: 40px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 37px;
  }

  .bold-text {
    font-weight: 500;
  }

  .subheading-1 {
    text-align: center;
    width: 470px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 25px;
  }

  .subheading-1.clients-subheading {
    display: none;
  }

  .subheading-1.about-us {
    width: 87%;
    margin-top: 15px;
  }

  .subheading-1.certificate {
    text-align: left;
  }

  .subheading-1.product-label {
    display: none;
  }

  .hero-input-block {
    width: 100%;
  }

  .form-block.footer {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .btn-color-1.clear-filter {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 700;
  }

  .btn-color-1.clear-filter.filter-open {
    color: var(--white);
    font-weight: 500;
  }

  .btn-color-1.sm-filter {
    color: var(--blue);
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 500;
  }

  .clients-heading {
    justify-content: center;
    align-items: center;
  }

  .clients-block {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .client-logo {
    width: 80%;
  }

  .client-logo.logo-1 {
    width: 45%;
  }

  .our-work-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .our-work-content-block {
    justify-content: center;
    align-items: center;
  }

  .our-work-grid {
    grid-row-gap: 66px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .work-content-block {
    width: 75%;
    height: 260px;
  }

  .work-icon {
    width: 15%;
  }

  .normal-text-1 {
    width: 380px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px;
  }

  .normal-text-1.q {
    font-size: 1.4rem;
  }

  .normal-text-1.m-1 {
    display: block;
  }

  .normal-text-1.d-1 {
    display: none;
  }

  .normal-text-1.bold {
    line-height: 30px;
  }

  .normal-text-1.bold.sm-screen-filter {
    font-size: 2rem;
  }

  .normal-text-1.product-sm-screen {
    cursor: pointer;
    width: auto;
  }

  .work-info {
    font-size: .9rem;
    font-weight: 300;
    line-height: 23px;
  }

  .product-heading-block, .product-heading-inner-block {
    justify-content: center;
    align-items: center;
  }

  .product-card-block {
    display: none;
  }

  .product-card-block.sm-screen {
    margin-top: 60px;
    display: block;
  }

  .qa-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .qa-outer-grid {
    grid-column-gap: 34px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .qa-inner-grid {
    width: 100%;
  }

  .qa-card {
    box-shadow: none;
  }

  .q-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .question {
    width: auto;
  }

  .a-block {
    width: 420px;
    display: none;
  }

  .s-no {
    width: 25px;
  }

  .footer-block {
    width: 90%;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-menu-block {
    flex-flow: column;
    display: flex;
  }

  .contact-info {
    width: 155px;
    margin-right: 60px;
  }

  .footer-input-block {
    width: 100%;
  }

  .footer-info-text {
    display: none;
  }

  .footer-info-text.m-1 {
    font-size: .9rem;
    display: block;
  }

  .footer-social-block.d-1 {
    display: none;
  }

  .footer-social-block.m-1 {
    display: flex;
  }

  .social-block {
    width: 100%;
    margin-left: 15px;
  }

  .footer-input {
    justify-content: center;
    align-items: center;
  }

  .creadit-block {
    display: none;
  }

  .creadit-block.m-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    margin-bottom: 10px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link {
    color: #000;
  }

  .our-story {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .performance {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .team {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
  }

  .swiper-button-next.left-icon {
    margin-left: auto;
  }

  .swiper-button-next.left-icon.is_team {
    margin-right: 20px;
  }

  .swiper-navigation {
    padding-left: 0;
  }

  .team-card {
    flex-flow: column;
  }

  .team-image-block {
    width: 100%;
    height: 530px;
  }

  .team-info-block {
    width: 100%;
    margin-top: 40px;
  }

  .person-social-block {
    margin-top: 25px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-card {
    width: 85%;
  }

  .product-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .product-info-block {
    height: 66px;
  }

  .link-text-1 {
    font-size: 1rem;
  }

  .product-page-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .product-grid-block {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-columns: auto;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .product-detail-block {
    width: 100%;
  }

  .tabel-head-block {
    padding: 5px 25px;
  }

  .heading-1 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 35px;
  }

  .heading-1.filter-label {
    font-size: 2rem;
    font-weight: 700;
    position: static;
  }

  .heading-1.filter-label.cross {
    cursor: pointer;
    font-weight: 400;
  }

  .heading-1.client {
    color: var(--white);
  }

  .tabel-field-row {
    padding: 12px 10px;
  }

  .text-1 {
    font-size: 1rem;
  }

  .text-1.bold {
    text-align: center;
    font-size: 1rem;
  }

  .text-1.tag {
    margin-top: 0;
  }

  .text-1.overview-heading {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .tabel-row-grid {
    place-items: center;
  }

  .range-wrapper {
    width: 90%;
    height: 180px;
    margin-bottom: 40px;
  }

  .tabular-search-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43px;
  }

  .tabular-search {
    height: 100%;
  }

  .tabular-search.product-search-1.sm-screen {
    width: 100%;
  }

  .filter-label.sm-screen {
    justify-content: space-between;
    display: flex;
    top: 0;
  }

  .filter-form-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .filter-block {
    background-color: #fff;
    height: 100svh;
    display: none;
    position: absolute;
    inset: 0 0% auto;
  }

  .filter-block.sm-screen {
    display: block;
    position: static;
  }

  .product-tabel {
    margin-bottom: 25px;
  }

  .text-sm-1 {
    text-align: center;
  }

  .sales-rep {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sales-rep-form {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .search-block, .sales-rep-input {
    width: 100%;
  }

  .sales-rep-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .country-card {
    height: 550px;
  }

  .country-content-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .certification-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .certificate-card {
    border: 1px #000;
    width: 50%;
  }

  .text-2 {
    font-size: 1.1rem;
  }

  .text-2.blue {
    width: 280px;
    line-height: 23px;
  }

  .certificate-card-block {
    flex-flow: wrap;
    display: flex;
  }

  .certificate-icon {
    right: 10%;
  }

  .option-table {
    margin-top: 30px;
  }

  .overview-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .specification-block {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .specification-tabel-row {
    place-items: center start;
  }

  .form-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dropdown.sm-screen {
    display: block;
  }

  .dropdown.sm-screen.country-dropdown {
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .text-block-7 {
    color: var(--charcoal);
    font-weight: 300;
  }

  .form-4 {
    width: 100%;
  }

  .filter-sm-block {
    height: 45px;
    margin-bottom: 30px;
    display: flex;
  }

  .filter-icon {
    width: 15%;
    margin-right: 5px;
  }

  .sm-text-1.hero-text {
    flex: 0 auto;
    display: none;
  }

  .normal-text-2 {
    font-size: 1.1rem;
    line-height: 27px;
  }

  .normal-text-2.bold.cross {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .swiper.clients {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .swiper.testimonials {
    border-style: none;
    display: none;
  }

  .swiper.products {
    width: auto;
    display: block;
  }

  .swiper.feedback {
    margin-top: 40px;
    overflow: hidden;
  }

  .swiper-wrapper.clients {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .swiper-wrapper.testimonials {
    border-style: none;
    width: 100%;
  }

  .swiper-wrapper.is_team {
    margin-bottom: 40px;
  }

  .swiper-wrapper.products {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    display: flex;
  }

  .swiper-wrapper.feedback {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .swiper-slide {
    border-style: none;
    border-width: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .swiper-slide.testimonials {
    border-style: none;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slide.is_team {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slide.products {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .swiper-slide.products.tes {
    border-style: none;
  }

  .swiper-slide.feedback {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .testimonial-card {
    width: 100%;
    height: 500px;
    padding: 45px 60px;
  }

  .qoute {
    margin-top: 60px;
  }

  .client-detail {
    margin-top: auto;
  }

  .white-bg.sm-screen {
    z-index: 0;
    background-color: var(--white);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100svh;
    display: none;
    position: absolute;
  }

  .label {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .product-page-grid {
    margin-top: 40px;
    display: flex;
    position: static;
    top: 40px;
  }

  .filter-btn-block {
    z-index: 999;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: none;
    position: absolute;
    inset: 70px 0% auto;
  }

  .filter-btn-block.sm-screen {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .filter-card-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .navbar {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-icon {
    cursor: pointer;
    display: block;
  }

  .sm-navbar {
    z-index: 999;
    width: 100%;
    height: 100svh;
    display: none;
    position: relative;
  }

  .sales-rep-collection {
    display: none;
  }

  .sales-rep-collection.sm-screen {
    display: block;
  }

  .sales-rep-list {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    height: 570px;
    overflow: hidden;
  }

  .swiper-element {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    position: relative;
  }

  .swiper-nav-block {
    position: absolute;
    left: auto;
    right: 0%;
  }

  .swiper-nav-block.testimonial {
    display: none;
  }

  .filter-sm-screen {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    display: none;
  }

  .sm-screen-filter-label {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    position: relative;
  }

  .div-block-7 {
    display: none;
  }

  .client-heading-block {
    margin-top: 10px;
  }

  .text-block-8 {
    color: #858585;
  }

  .dropdown-2 {
    display: inline-block;
  }

  .product-page {
    width: 90%;
    margin-top: 10px;
  }

  .head-grid {
    display: none;
  }

  .tabel-body-element {
    width: 100%;
  }

  .body-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .filter-box {
    display: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .head-grid-sm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .head-grid-sm.open-filter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-heading-block {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .sm-filter-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .certificate-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .certificate-block {
    margin-top: 35px;
  }

  .contact-us {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-block.contact-us {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .contact-us-form {
    width: 80%;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cell {
    margin-top: 15px;
  }

  .radio-btn-block {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-form-btn {
    align-self: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button.hero-button {
    width: 100px;
    margin-left: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_content {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-block.footer {
    width: 40%;
  }

  .menu-link.footer {
    margin-bottom: 15px;
  }

  .image-block, .hero-content {
    width: 100%;
  }

  .heading {
    font-size: 1.45rem;
    line-height: 30px;
  }

  .subheading-1 {
    width: auto;
    margin-top: 30px;
    font-size: 1rem;
    line-height: 25px;
  }

  .subheading-1.clients-subheading {
    margin-left: 140px;
    display: none;
  }

  .form {
    flex-flow: row;
  }

  .text-field {
    width: 70%;
  }

  .hero-subheading-2 {
    text-align: center;
    margin-top: 25px;
  }

  .clients-heading {
    justify-content: center;
    align-items: center;
  }

  .normal-text-1 {
    width: auto;
    font-size: 1.5rem;
  }

  .normal-text-1.q.bold {
    width: 287px;
    font-size: 1.1rem;
    line-height: 25px;
  }

  .normal-text-1.bold {
    width: auto;
  }

  .normal-text-1.number {
    font-size: 1.2rem;
  }

  .qa-card {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-grid, .footer-link-block {
    width: 100%;
  }

  .footer-menu-block {
    width: 100%;
    margin-top: 30px;
  }

  .contact-info {
    width: 135px;
    margin-right: 20px;
  }

  .footer-social-block.m-1 {
    flex-flow: row;
  }

  .social-block {
    margin-left: 10px;
  }

  .creadit-block.m-1 {
    padding-top: 20px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-image-block {
    height: 390px;
  }

  .team-info-block {
    margin-top: 0;
  }

  .tabel-head-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-1.country {
    font-size: .9rem;
    line-height: 30px;
  }

  .range-wrapper {
    width: 85%;
  }

  .text-sm-1 {
    font-size: .74rem;
  }

  .sales-rep {
    width: 85%;
  }

  .country-card {
    height: 480px;
  }

  .country-image-block {
    margin-top: 15px;
  }

  .country-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 1.3rem;
  }

  .tabel-row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .specification-tabel-row {
    justify-items: start;
  }

  .dropdown.sm-screen.country-dropdown {
    display: block;
  }

  .normal-text-2 {
    font-size: .95rem;
    line-height: 23px;
  }

  .normal-text-2.a {
    width: 287px;
    padding-left: 30px;
  }

  .testimonial-card {
    height: 500px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .qoute {
    margin-top: 45px;
  }

  .sales-rep-list {
    height: 515px;
  }

  .swiper-element {
    position: relative;
  }

  .swiper-nav-block {
    position: absolute;
  }

  .filter-sm-screen {
    display: none;
  }

  .contact-us-form {
    width: 90%;
  }
}

#w-node-_69c11abe-11aa-e6ef-90fa-c363a588f3bb-d0e9f9ad, #w-node-_8d26170d-a9ea-c6d7-19dd-6deb258bc16e-d0e9f9ad {
  justify-self: end;
}

#w-node-bc696f6e-b095-4291-bab3-fc8d8c3181e5-8e798189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71bc7b59-5d8c-4634-81d3-d70c6742ade2-8e798189, #w-node-_1dc2113d-d025-1429-189f-96bd5c774df3-8e798189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e531d3d9-5e50-8522-2005-d08a95315afa-00f0051b, #w-node-_5b072931-2bfb-f1c2-030c-9b53f2fd8711-00f0051b, #w-node-b1af0d37-a912-120a-d356-22673ec1eb5e-00f0051b, #w-node-_81179562-91c1-eb89-a327-e5a3e47970a3-00f0051b, #w-node-_90125999-19b7-b023-71de-6df210b4a82d-00f0051b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7677008-4c62-91f6-9d62-27e68ef81003-00f0051b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3793c032-f65d-ce4a-459f-f05f9b4a87af-9b4a8791 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3793c032-f65d-ce4a-459f-f05f9b4a87bf-9b4a8791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79a196d0-bf1a-11b3-8ae0-9223bdd724e8-bdd724d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_89fd04b0-ebda-093e-c497-9ec161e83117-d0e9f9ad {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}