
.get-a-quote,
.product-name {
  position: relative;
  line-height: 120%;

}
@font-face {
  font-family: 'Sen';
  src: url('../assets/sen-regular.woff'),
    url('../assets/sen-regular.woff2');
}
.get-a-quote-wrapper {
  border-radius: var(--br-xl);
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-11xl);
  box-sizing: border-box;
}

.product-image-icon {
  position: relative;
  border-radius: var(--br-xl);
  width: 100%;
  max-width: 500px;
  max-height: 650px;
  object-fit: scale-down;
}
.images-23-parent {
  align-self: stretch;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-3xs) 0;
  gap: var(--gap-21xl);
}
.frame-child,
.frame-item {
  border-radius: var(--br-8xs);
  /* width: 196px;
  height: 106px; */
  margin: 5px;
  max-height: 150px;
  object-fit: scale-down;
}

.frame-container,
.productimage {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.productimage {
  /* width: 700px; */
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-3xs);
}

.vector-icon {
  position: relative;
  width: 25.34px;
  height: 22px;
}
.div,
.div1 {
  position: relative;
  line-height: 100%;
  z-index: 0;
}
.div1 {
  z-index: 1;
  margin-left: -1px;
}
.div2,
.div3 {
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: 12px;
  line-height: 100%;
  z-index: 2;
}
.div3 {
  top: 12px;
  z-index: 3;
}

.frame-div,
.like-counter,
.product-name-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-div {
  width: 52px;
  flex-direction: row;
}
.like-counter,
.product-name-group {
  gap: var(--gap-3xs);
}
.like-counter {
  overflow: hidden;
  flex-direction: column;
  padding: var(--padding-8xs);
  font-size: var(--fine-print-size);
  color: var(--color-darkslategray);
 }
.product-name-group {
  align-self: stretch;
  flex-direction: row;
} 
.model-name {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 300%;
}
.bulleted-feature-headline {
  margin-bottom: 0;
}
.bulleted-feature-headline-1-bu {
  margin: 0;
  padding-left: var(--padding-5xl);
}
.bulleted-feature-headline-container {
  align-self: stretch;
  position: relative;
  font-size: var(--font-inherit);
  line-height: 180%;
  font-family: var(--font-inherit);
  color: var(--color-darkslategray);
}
.product-basic-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
}
.choose-feature {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 500;
}
.feature-1-wrapper {
  border-radius: var(--br-xl);
  border: 1px solid var(--color-darkslategray);
  box-sizing: border-box;
  /* width: 340px; */
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl);
}
.choosing-category-1,
.frame-parent1 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: var(--gap-xl);
}
.frame-parent1 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.choosing-category-1 {
  background: #F5F7FE;
  flex-direction: column;
  justify-content: center;
  padding: 10px ;
}

.frame-child1 {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 0.6px solid var(--color-silver);
  box-sizing: border-box;
  width: 42px;
  height: 42px;
}

.rectangle-icon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.offer-1-inner {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}
.lorem-ipsum-dolor {
  align-self: stretch;
  position: relative;
  font-size: var(--body-text-size);
  line-height: 120%;
  color: var(--color-gray-100);
}
.offer-1-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-3xs);
}
.choosing-category-4,
.offer-1 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
}
.offer-1 {
  border-radius: var(--br-xl);
  background-color: #F5F7FE;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-6xl);
  gap: var(--gap-3xs);
}
.choosing-category-4 {
  border-bottom: 1px solid var(--color-silver);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 var(--padding-xl);
  gap: var(--gap-xl);
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.buying-instructions {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 120%;
  font-weight: 500;
}
.lorem-ipsum-dolor-container {
  align-self: stretch;
  position: relative;
  font-size: var(--font-inherit);
  line-height: 120%;
  font-family: var(--font-inherit);
  color: var(--color-gray-100);
}
.get-a-quote-container {
  border-radius: var(--br-xl);
  background-color: #0077ba;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-11xl);
  box-sizing: border-box;
}

.buying-instructions-parent,
.frame-parent3,
.offer-13 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buying-instructions-parent {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-3xs);
}
.offer-13 {
  align-self: stretch;
  border-radius: var(--br-xl);
  background-color: var(--color-ghostwhite);
  overflow: hidden;
  flex-direction: row;
  padding: var(--padding-6xl);
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.product-info,
.sectionproducthero {
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
}
.product-info {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  font-size: var(--h3-heading-size);
  color: var(--color-black);
}
.sectionproducthero {
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  padding: var(--padding-81xl) 0;
  box-sizing: border-box;
  gap: var(--gap-11xl);
  /* min-width: 1280px;
  max-width: 1440px; */
  /* font-size: var(--h4-heading-size); */
  color: var(--color-darkslategray);
}
.frame-child3 {
  position: relative;
  background-color: var(--color-lightgray-200);
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.page,
.product-page {
  background-color: var(--color-white);
}
.page {
  /* position: absolute;
  top: 0; */
  /* left: calc(50% - 960px);
  width: 1920px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-221xl);
  box-sizing: border-box;
}
.product-page {
  position: relative;
  width: 100%;
  height: 1080px;
  text-align: left;
  font-size: var(--h1-heading-size);
  color: var(--color-black);
  font-family: var(--h4-heading);
}
.features-parent,
.frame-parent,
.product-name-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-name-parent {
  background-color: var(--color-black);
  height: 100px;
  justify-content: space-between;
  padding: var(--padding-3xs) var(--padding-221xl);
  box-sizing: border-box;
}
.frame-group,
.sectionproductheader {
  /* width: 1920px; */
  overflow: hidden;
  display: flex;
  align-items: center;
}
.frame-group {
  background-color: #1c1c1c;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--padding-3xs) var(--padding-221xl);
  box-sizing: border-box;
  font-size: var(--body-text-size);
}
.sectionproductheader {
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  /* min-width: 1280px;
  max-width: 1920px; */
  color: var(--color-white);
}
.product-name {
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .features-parent {
    justify-content: space-between;
    gap: var(--gap-21xl);
    flex-wrap: wrap;
  }
  .chat-icon {
    position: relative;
    width: 28px;
    height: 24px;
  }
  .chat-icon-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xl);
  }

  .vustr-logo-icon {
    position: relative;
    width: 110.93px;
    height: 50px;
    object-fit: cover;
  }
  *{
    box-sizing: border-box;
  }
  h2{
    
  }
  .logo h2{
    font-size: 82px !important;
    font-weight: 200;
    text-align: left;
  }
  input,button{
    outline: none;
    border: none;
    background: none;
    font-family: 'Sen';
  }a{text-decoration: none;}
  .ctaBtn{
    font-size: 18px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding-left: 10px;
    width: 280px !important;
    border-radius: 50px;
  }
  .ctaBtn span{
    width: 84%;
    text-align: center;
  }
  .ctaBtn img{
    position: relative;
    left: 10px;
    width: 40px;
    /* margin-left: 20px; */
    vertical-align: middle;
  }
  .btn{
    cursor: pointer;
    padding: 20px 30px;
    border: 1px solid #373737;
  }button,a{cursor: pointer;}
  .btn:hover{
    color: white;
    background: #000;
  }
  .display_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .display_flex_col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html{
    font-family: 'Sen';
    font-size: 18px;
  }
  html::BEFORE{
    content: none;
  }
  header {
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
    height: 70px;
    padding: 10px;
  }
  
  .mob-menu {
    display: block;
  }
  
  nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
  nav img {
    position: absolute;
    left: 0;
  }
  .logo a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .vustr-logo-icon {
    position: relative;
    width: 110.93px;
    height: 50px;
  }
  
  .featured {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 120%;
  }
  .featured-parent {
    /* overflow: hidden; */
    gap: 26px;
    width: 60%;
    max-width: 620px;
  }
  
  .support {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 120%;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color:black;
  }
  .catalogueMain1{
    height: 2190px;
  }
  .catalogueMain2{
    height: 1760px;
  }
  .contact-us-wrapper,
  .cta,
  .navbar {
    align-items: center;
  }
  
  .contact-us-wrapper {
    width: unset !important;
  }
  .contact-us-wrapper a{
    color: white;
  }
  .navbar li{
    font-size: 18px;
    list-style: none;
  }
  .featured.active{
    border-bottom: 2px solid var(--color-darkslategray);
  }
  .cta {
    width: 23%;
    justify-content: flex-end;
    gap: var(--gap-21xl);
    font-size: var(--h4-heading-size);
  }
  
  .navbar {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100px;
    max-height: 100px;
    display: none;
    font-size: var(--button-text-size);
  }
  
  .product-name {
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 22px;
  }
  .get-a-quote,
  .product-name {
    position: relative;
  }
  .get-a-quote{
    font-size: 12px;
    text-align: center;
    margin:  5px;
    color: white;
    text-decoration: none;
  }
  .get-a-quote-wrapper {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    overflow: hidden;
    padding: 0 var(--padding-3xs);
    align-items: center;
    justify-content: center;
    
  }
  .download-brochure-instead {
    position: relative;
    text-decoration: underline;
    color: #8F8F8F;
    font-size: 12px;
  }
  .frame-parent {
    justify-content: flex-end;
    gap: var(--gap-21xl);
    gap: var(--gap-11xl);
    font-size: var(--body-text-size);
    color: var(--color-black);
    width: 60%;
  }
  .features-parent,
  .frame-parent,
  .product-name-parent {
    align-items: center;
  }
  .product-name-parent {
    height: 100px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    padding: var(--padding-3xs) ;
    justify-content: space-between;
    max-width: 1440px;
  }
  .features-parent {
    width: 100%;
  }
  .chat-icon {
    position: relative;
    width: 28px;
    height: 24px;
    object-fit: cover;
  }
  #Hero{
    display: flex;
    align-items: center;
    /* height: 100vh; */
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .hero {
    z-index: 999999;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    padding: 0 10vw;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-content {
    z-index: 90;
    width: 100%;
    /* padding: 2vh 10vh 2vh 10vw; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 50vh; */
  }
  .logo{width: 140px;}
  .hero-content h2{font-size: 46px;}
  .hero-subhead {
    max-width: 262px;
    /* color: #fff; */
    /* font-family: Poppins, sans-serif; */
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
  .hero-button-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  
  .hero-image {
    /* position: absolute; */
    bottom: 3vh;
    /* right: 3vw; */
    width: 100%;
    max-width: 500px;
  }
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(238deg,#06a7d7 ,rgb(0 116 184 / 80%) 22%,rgb(0 116 184 / 80%) 30%);
    font-size: 24px;
    padding: 10px 20px;
    border: 1px solid transparent;
  
  }
  .button-2 {
    width: 280px;
    color: #6b6b6b;
    text-align: center;
    border-radius: 3px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    /* transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1); */
    /* display: none; */
  }
  
  .w-button:hover {
    color: black;
    background: none !important;
    border: 1px solid #000;
  }
  #bannerVideo{
    width: 100%;
    object-fit: cover;
  }
  .videoSection{
    height: 50vh;
   
  }
  .videoPlayBtn{
    height: 25px;
    background-image:url('public/mute.png');
    background-position: center;
    background-size: 70% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 2%;
    bottom: 22%;
    width: 35px;cursor: pointer;
  }.videoPlayBtn.play{
    background-image:url('public/volume.png');
  }
  .chat-icon-parent {
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xl);
    margin: var(--padding-3xs) 0;
    width: 100%;
  }
  .frame-group,
  .sectionproductheader {
    background-color: black;
    /* width: 1920px; */
    width: 100%;
    overflow: hidden;
    align-items: center;
  }
  .frame-group {
    padding: var(--padding-3xs);
    font-size: var(--body-text-size);
    max-width: 1440px;
    flex-wrap: wrap;
  }
  .sectionproductheader {
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--color-white);
  }
  .images-23-parent {
    align-self: stretch;
    overflow: hidden;
    flex-shrink: 0;
    padding: var(--padding-3xs) 0;
    justify-content: flex-start;
    gap: var(--gap-21xl);
  }
  .right-arrow {
    border-radius: var(--br-xl);
    border: 1px solid var(--color-silver);
    width: 40px;
    height: 40px;
    padding: var(--padding-3xs);
  }
  
  .productimage {
    width: 100%;
  }
  .product-name1 {
    flex: 1;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 120%;
    font-weight: 600;
  }
  .vector-icon {
    position: relative;
    width: 25.34px;
    height: 22px;
    object-fit: cover;
  }
  .div,
  .div1 {
    position: relative;
    line-height: 100%;
    z-index: 0;
  }
  .div1 {
    z-index: 1;
    margin-left: -1px;
  }
  .div2,
  .div3 {
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 12px;
    line-height: 100%;
    z-index: 2;
  }
  .div3 {
    top: 12px;
    z-index: 3;
  }
  .likes,
  .parent {
    position: relative;
    flex-shrink: 0;
  }
  .parent {
    width: 19px;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .feature-1-wrapper {
    border-radius: var(--br-xl);
    border: 1px solid var(--color-darkslategray);
    width: 30%;
    min-width: 190px;
    margin: 5px 11px;    padding: 0 var(--padding-xl);
    justify-content: flex-start;
  }
  .choosing-category-1,
  .frame-parent1 {
    align-self: stretch;
    overflow: hidden;
    align-items: flex-start;
    gap: var(--gap-xl);
  } 
  .frame-parent1 {
    justify-content: flex-start;
    font-size: var(--h4-heading-size);
    color: var(--color-darkslategray);
  }
  .graphite {
    position: relative;
    font-size: var(--body-text-highlighted-size);
    line-height: 120%;
    font-weight: 600;
    font-size: 14px;
  }
  .color-name {
    position: absolute;
    height: 25.53%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 74.47%;
    left: 0;
    align-items: baseline;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .ellipse-div {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-gray-200);
    width: 42px;
    height: 42px;
  }
  .color-picker-inner {
    border-radius: 50%;
    border: 2px solid black;
    padding: 2px;
    align-items: flex-start;
  }
  .frame-child1 {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 0.6px solid var(--color-silver);
    
    width: 42px;
    height: 42px;
  }
  .color-picker-child {
    border-radius: 50%;
    padding: 2px;
    align-items: flex-start;
  }
  .color-picker1 {
    position: absolute;
    height: 53.19%;
    width: 65.48%;
    top: 46.81%;
    right: 34.52%;
    bottom: 0;
    left: 0;
    gap: var(--gap-3xs);
  }
  .color-picker {
    position: relative;
    width: 168px;
    height: 94px;
    font-size: var(--body-text-size);
  }
  .color-picker .get-a-quote{
color: black;
  }
  .offers {
    position: relative;
    font-size: var(--h3-heading-size);
    letter-spacing: 0.02em;
    line-height: 120%;
    font-weight: 500;
    color: var(--color-black);
  }
  .rectangle-icon {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  .offer-1-inner {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .lorem-ipsum-dolor {
    align-self: stretch;
    position: relative;
    font-size: var(--body-text-size);
    line-height: 120%;
    color: var(--color-gray-100);
  }
  .offer-1-parent {
    flex: 1;
    align-items: flex-start;
    gap: var(--gap-3xs);
  }
  .choosing-category-4,
  .offer-1 {
    align-self: stretch;
    overflow: hidden;
  }
  .offer-1 {
    border-radius: var(--br-xl);
    background-color: var(--color-ghostwhite);
    padding: var(--padding-6xl);
    justify-content: flex-start;
    gap: var(--gap-3xs);
  }
  .choosing-category-4 {
    border-bottom: 1px solid var(--color-silver);
    padding: 0 0 var(--padding-xl);
    align-items: flex-start;
    gap: var(--gap-xl);
    font-size: var(--h4-heading-size);
    color: var(--color-darkslategray);
  }
  .lorem-ipsum-dolor-container {
    align-self: stretch;
    position: relative;
    font-size: var(--font-inherit);
    line-height: 120%;
    font-family: var(--font-inherit);
    color: var(--color-gray-100);
  }
  .get-a-quote-container {
    border-radius: var(--br-xl);
    background-color: #0077ba;
    overflow: hidden;
    padding: 0 10px;
  }
  .frame-parent3 {
    padding: 40px 0 0;
    gap: var(--gap-3xs);
    font-size: var(--body-text-size);
    color: var(--color-white);
  }
  .buying-instructions-parent {
    flex: 1;
    gap: var(--gap-3xs);
  }
  .offer-13 {
    align-self: stretch;
    border-radius: var(--br-xl);
    background-color: var(--color-ghostwhite);
    overflow: hidden;
    padding: var(--padding-6xl);
    font-size: var(--h4-heading-size);
    color: var(--color-darkslategray);
  }
  .frame-child3 {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
  }
  .frame-parent4 {
    height: 200px;
    max-width: 30%;
    overflow: hidden;
    margin: 0 5px;
    gap: var(--gap-xl);
  }
  .feature-icons-child {
    align-self: stretch;
    position: relative;
    border-right: 1px solid black;
    display: none;
    width: 1px;
  }
  .feature-icons {
    align-self: stretch;
    overflow: hidden;
    justify-content: center;
    font-size: var(--small-body-text-size);
  }
  .feature-1-text {
    position: relative;
    font-size: 18px;
    text-align: justify;
    display: inline-block;
    width: 100%;
  }
  .feature-1-image {
    align-self: stretch;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
    /* overflow: hidden; */
    object-fit: contain;
  }
  .mainImages{
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(200px);
    max-height: 700px;
  }
  .mainImages.show{
    opacity: 1;
    transform: translateY(0px);
  }
  .feature-12{
    overflow: hidden;
    gap: var(--gap-11xl);
  }
  .feature-12 {
    align-self: stretch;
    padding: var(--padding-31xl) 0;
    justify-content: center;
  }
  .sectionproductfeatures {
    width: 1440px;
    width: 100%;
    flex-shrink: 0;
    padding-top: var(--padding-81xl);
    justify-content: center;
    max-width: 1440px;
  }
  .specifications1 {
    position: relative;
    font-size: var(--h1-heading-size);
    letter-spacing: 0.02em;
    line-height: 120%;
    font-weight: 600;
  }
  .spec-1-child {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .spec-1{
    overflow: hidden;
    justify-content: flex-start;
  }
  .spec-1 {
    padding: var(--padding-3xl) 0;
    margin: 20px;
    gap: var(--gap-3xs);
    width: 120px;
    text-align: center;
  }
  .specs-list {
    justify-content: center;
    background-color: var(--color-white);
    width: 100%;
    
    align-items: flex-start;
  }
  .div-block-13 {
    width: 100%;
    max-width: 1440px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
 
  .view-more {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
  }
  .view-more-parent {
    border-radius: var(--br-xl);
    border: 1px solid var(--color-darkslategray);
    height: 40px;
    padding: var(--padding-8xs) var(--padding-xl);
    justify-content: center;
    gap: var(--gap-3xs);
  }
  .frame-parent7 {
    align-items: flex-start;
    justify-content: center;
    max-width: 500px;
    gap: var(--gap-11xl);
    color: var(--color-darkslategray);
  }
  .sectionproductspecsOuter{width: 100%;background-color: hsla(0, 0%, 85%, 0.721);}
  .sectionproductspecs {
    overflow: hidden;
    padding: var(--padding-81xl) 0;
    
    justify-content: flex-start;
    gap: var(--gap-11xl);
    width: 100%;
    max-width: 1440px;
    font-size: var(--small-body-text-size);
  }
  .find-answers-to {
    position: relative;
    font-size: var(--body-text-size);
    line-height: 120%;
  }
  .arrow-icon {
    position: relative;
    width: 9.49px;
    height: 9.49px;
    object-fit: cover;
  }
  .frequently-asked-questions-group {
    align-items: baseline;
    gap: var(--gap-3xs);
    font-size: var(--body-text-size);
    justify-content: center;
  }
  .frequently-asked-questions-parent {
    width: 100%;
    overflow: hidden;
    padding: var(--padding-3xl) 0;
    
    justify-content: center;
  }
  .rectangle-div {
    align-self: stretch;
    position: relative;
    background-color: #d9d9d9;
    width: 1px;
  }
  .frame-parent8,
  .support-links {
    align-self: stretch;
  }
  .frame-parent8 {
    width: 100%;
    border-radius: var(--br-xl);
    background-color: #f7f7f7;
    overflow: hidden;
    margin: 40px 0;
    font-size: var(--h4-heading-size);
    justify-content: center;
  }
  .frame-parent8 .get-a-quote,.pdf-section .get-a-quote{
color: black;
  }
  .support-links {
    justify-content: flex-start;
    gap: var(--gap-11xl);
  }
  .line-spacer {
    align-self: stretch;
    position: relative;
    border-right: 1px solid var(--color-darkslategray);
    width: 1px;
  }
  .headingBold{
    font-size: 26px;
    font-weight: 700;
  }
  .file-name-parent,
  .ver-10-parent {
    gap: var(--gap-3xs);
    font-size: var(--small-body-text-size);
  }
  .file-name-parent {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-8xs);
    font-size: var(--h4-heading-size);
  }
  .download-parent {
    border-radius: var(--br-xl);
    background-color: var(--color-darkslategray);
    height: 40px;
    max-width: 160px;
    padding: var(--padding-3xs) var(--padding-5xl);
    color: var(--color-white);
    justify-content: center;
  }
  .download-parent .get-a-quote {
color: white;

  }
  .pdf-1 {
    border-radius: var(--br-xl);
    border: 1px solid #d6d6d6;
    margin: var(--padding-3xs);
    /* width: 325px; */
    height: 220px;
    padding: 10px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pdf-section {
    align-self: stretch;
    justify-content: center;
    font-size: var(--small-body-text-size);
    color: var(--color-darkslategray);
  }
  
  .vustr-logo-icon1 {
    position: relative;
    width: 88.75px;
    height: 40px;
    object-fit: cover;cursor: pointer;
  }
  .a-techworks-brand {
    position: relative;
  }
  .vustr-logo-parent {
    width: 100%;
    gap: 2px;
  }
  .icon-youtube-1 {
    position: relative;
    width: 34px;
    height: 34px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
  }
  .icon-youtube-1-parent {
    display: none;
    justify-content: center;
    gap: var(--gap-21xl);
  }
  .frame-parent9 {
    /* width: 980px; */
    width: 100%;
  }
  .ds-techworks-solutions {
    position: relative;
    line-height: 100%;
  }
  .ds-techworks-solutions-pvt-lt-wrapper {
    width: 100%;
    max-width: 980px;
    align-items: center;
    justify-content:center;
    font-size: var(--fine-print-size);
    color: var(--color-darkslategray);
    margin: var();
  }
  .color-graphite{
    margin: 10px;color: var(--color-darkslategray);text-decoration: none;
  }
  .sectionfooter {
    overflow: hidden;
    display: flex;
    padding: var(--padding-81xl) 0;
    justify-content: flex-start;
    gap: var(--gap-11xl);
    width: 100%;
    max-width: 1440px;
    font-size: 10px;
    color: var(--dim-text);
    margin: 0 auto;
  }
  .sectionfooter .frame-parent{
    width: 100%;
    height: auto !important;
    gap: 30px;
  }
  .page,
  .product-page {
    background-color: var(--color-white);
    /* overflow-y: auto; */
  }
  .page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    justify-content: flex-start;
  }
  .product-page {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: var(--h1-heading-size);
    color: var(--color-black);
    font-family: var(--h4-heading);
  }
  /* ACCORDION */
  .faq{
    width: 100%;
  }
  #accordion{
    width: 100%;
    max-width: 1440px !important;
  }
  .ui-state-active{
    background: none !important;
    color: var(--color-lightgray-100);
  }
  .ui-accordion-header{
    position: relative !important;
    border: none !important;
    border-bottom: 1px solid var(--color-lightgray-100) !important;
    color: var(--color-darkslategray) !important;
    position: relative;
    letter-spacing: 0.01em !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: var(--padding-5xl) 0 !important;
    padding: 20px 0 !important;
    background:none;
  }
  .ui-accordion-content{
    border: none !important;
    padding: 5px !important;
    color: var(--color-darkslategray) !important;
  }
  .ui-accordion-content p{
    font-size: 16px;
  }
  .ui-accordion-header-icon{
    position: absolute !important;
    right: 0;
    top: 50%;
  }
  .ui-state-default{
    background: none !important;
  }
  .ui-widget{
    font-family: unset !important;
  }
  
  
  .viewMore{
    display: none;
  }
  .formSection{
    /* height: 740px; */
    width: 100%;
    background: black;
  }.formDiv2 {
    width: 100%;
    display: inline-block !important;
    position: absolute;
    left: 120%;
  }
  .contactForm {
    padding: 0 10px;
  
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    position: absolute;
  
  }
  .border3px {
    border: 2px solid #979797;
    border-radius: 2px;
    font-size: 18px;
  }
  .border3px::placeholder{
    color: #979797;
  }
  .contactForm div {
    width: 100%;
    height: 100%;
    max-width: 600px;
  }
  #popContainer{display:none;z-index:901;height: 100vh;width: 100%;top: 0;left: 0;background: hsla(0, 0%, 0%, 0.19);backdrop-filter: blur(10px);position: fixed;}
  #popUp{
    position: absolute;
    z-index: 99;
    top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    background-color: black;
    box-shadow: 4px 4px 20px 3px #ffffff75;
    height: 280px;
    min-height: 200px;
    width: 90%;
    max-width: 500px;
    /* display: none; */
  }
  .errorMessage{text-align:right;color:red;margin-top:.3rem;font-size:.9rem;font-weight:600} .error input{border-color:#f2070e}
  #textAnimation{
    letter-spacing: 1px;
    background: linear-gradient(to right,rgb(0, 125, 197) ,rgb(255, 255, 255),rgb(0, 125, 197) );
    animation: mobileAnimation 6s linear infinite forwards ;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    width: 320px;
    filter: brightness(100px) contrast(10px);
  }
  #textAnimation img{width: 10px;}
  @keyframes mobileAnimation {
    0%{background-position-x: 320px;}
    100%{background-position-x: -320px;}
  }
  .crystal{
    height: 200px;
    width: 30px;
    transform: rotate(-40deg);
    background: rgba(255, 255, 255, 0.332);
    display: block;
    position: absolute;
    top: -50px;
    z-index: 1000;
    left: -20px;
    filter: brightness(200%) contrast(200%);
  }
  .crystal:nth-child(2){
    width: 10px;
    left: -50px;
  }.slick-track{}
.slick-arrow {
  top: 30%;
}