@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
  font-family: 'raleway-thin';
  src: url('AkiraControls/fonts/woff/raleway-thin.woff') format('woff');

}

@font-face {
  font-family: 'Switzerland Condensed Plain';
  src: url('AkiraControls/fonts/woff/Switzerland Condensed Plain.ttf') format('truetype');
}

@font-face {
  font-family: 'ebrima';
  src: url('fonts/woff/Ebrima Font/Ebrima Font/ebrima.ttf') format('truetype');
}

@font-face {
  font-family: 'clobber-font';
  src: url('fonts/woff/ClobberGrotesk-Regular.ttf') format ('truetype');
}

@font-face {
  font-family: "Clobber Grotesk W01 Light";
  src: url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.eot");
  src: url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/5621f8cab110decb922898f594ecd660.svg#Clobber Grotesk W01 Light")format("svg");
}

:root {
  view-transition-name: root;
}

* {

  margin: 0;
  padding: 0;
  overflow: hidden;

}

html {
  overflow: hidden;
  display: block;

}

.menu {
  position: fixed;
  width: 100%;
  top: -35px;
  transition: all 0.5s;
  overflow: hidden;
  margin-left: 10px;
}
a:active, a:hover {
  outline-width: 0;
}



body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  zoom: 97.5%;
}

@media screen and (min-width:1900px) {
  body {
    zoom: 98%;
  }
}

model-viewer {
    width: 80%;
    margin-left: 8%;
    position: relative;
    overflow: hidden;
  
  }
  
  #preview {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


.digital-catalog {
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  perspective: 1200px;
  overflow: hidden;
}


#flip {
  min-width: 912px;
  height: 600px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding-bottom: 100px;
  overflow: hidden;

}

#flipbook {
  width: 912px;
  height: 600px;
  margin: 32px 32px 32px;
  position: relative;
  overflow: hidden;

}

@media screen and (min-width:200px) and (max-width:650px) {
  #flipbook {
    transform: translate(0px, -30px);
  }
}

@media screen and (min-width:650px) and (max-width:768px) {
  #flipbook {
    transform: translate(0px, -50px);
  }
}

@media screen and (min-width:1320px) {
  #flipbook {
    position: relative;
    top: 15px !important;
  }
}

@media screen and (min-width:1900px) {
  #flipbook {
    position: relative;
    top: 25px !important;
    zoom: 102%;
  }

  #viewer {
    transform: translateY(35px) !important;
    zoom: 101%;
  }
}

@media screen and (min-width: 1900px) and (max-height: 700px) {
  #flipbook {
    position: relative;
    top: 1px !important;
    zoom: 102%;
  }

  #viewer {
    transform: translateY(-50px) !important;
    zoom: 97.5%;

  }
}

#flipbook .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  box-shadow: -2px 2px 15px -2px;
  overflow: hidden;
}

#flipbook .odd {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
  background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
  background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
  background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
  background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
  background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
  -webkit-box-shadow: inset 0 0 5px #666;
  -moz-box-shadow: inset 0 0 5px #666;
  -o-box-shadow: inset 0 0 5px #666;
  -ms-box-shadow: inset 0 0 5px #666;
  overflow: hidden;

}

#flipbook .even {

  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
  background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: linear-gradient(left, #fff 95%, #dadada 100%);
  -webkit-box-shadow: inset 0 0 5px #666;
  -moz-box-shadow: inset 0 0 5px #666;
  -o-box-shadow: inset 0 0 5px #666;
  -ms-box-shadow: inset 0 0 5px #666;
  box-shadow: 6.2px 12.3px 12.3px hsl(0deg 0% 0% / 0.31);
  overflow: hidden;

}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pages {
  position: relative;
  background-color: white;
  overflow: hidden;

}

.pages.even {
  background: linear-gradient(to right, white 0%, white 55%, #ebebeb 117%);
  overflow: hidden;

}

.pages.even::after {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 0;
  left: 0;
  height: 60px;
  overflow: hidden;

}

.pages.even::before {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 60px;
  bottom: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
}

.pages.odd {
  background: linear-gradient(to left, white 0%, white 55%, #ebebeb 117%);
  overflow: hidden;
  box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.pages.odd::after {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 0;
  right: 0;
  height: 60px;
  overflow: hidden;

}

.pages.odd::before {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 60px;
  bottom: 0;
  right: 0;
  height: 60px;
  overflow: hidden;

}


/****************************** basic file ended ***************************************************************/

.logo {
  width: 20%;
  margin-top: 40px;
  float: left;
  overflow: hidden;

}

.logo img {
  width: 30%;
  overflow: hidden;
}


/************************* model viewer ***********************/

.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from {
    transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes elongate {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(-100px);
  }
}

model-viewer>#ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 20px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
  display: block;
}

model-viewer>#ar-prompt>img {
  animation: circle 4s linear infinite;
}



.lightbox-target .deg img {
  width: 5%;
  position: absolute;
  top: -80%;
}

.lightbox-target1 .deg img {
  width: 5%;
  position: absolute;
  top: -80%;
}



/************************************************* Page1 ******************************************/
.page-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-1 .page-1logoright {
  position: absolute;
  width: 55%;
  margin-left: 60%;
  margin-top: 10%;
  overflow: hidden;
}

.page-1 .page-1logoright img {
  width: 50%;
  overflow: hidden;
}

.page-1 .page-1centerimg {
  position: absolute;
  width: 80%;
  margin-top: 84%;
  margin-left: 22%;
  z-index: 2;
  overflow: hidden;
}

.page-1 .page-1centerimg-1 {
  position: absolute;
  width: 83%;
  margin-top: 40%;
  margin-left: 10%;
  z-index: 2;
  overflow: hidden;
}

.page-1 .page-1centerimg-1 img {
  width: 100%;
  margin-left: 0%;
  overflow: hidden;
}

.page-1 .page-1centerimg h2 {
  font-size: 1.5vw;
  font-weight: 530;
  text-transform: uppercase;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 4.5vw;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 3vw;
  }
}

.page-1 .page-1centerimg h3 {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 550;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 5vw;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 5vw;

  }
}

.page-1 .page-1centerimg h4 {
  font-size: 1.1vw;
  text-transform: uppercase;
  font-weight: 800;
  color: #001e4a;
  color: #4b1813;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 4vw;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 3.5vw;
  }
}

.page-1 .page-1centerimg h5 {
  font-size: 1.1vw;
  overflow: hidden;
  color: #708099;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 4vw;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 3.5vw;
  }

}



.page-1 .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}


.page-1 .page-1lastimg img {
  width: 100%;
  overflow: hidden;
  opacity: .6;
}

/************************************************* Page2 ******************************************/
.page-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-2 .page-2firsthead {
  position: absolute;
  margin-top: 2%;
  margin-left: 2%;
  width: 55%;
  overflow: hidden;

}

.page-2 .page-2firsthead h2 {
  margin-top: 2%;
  margin-left: 4%;
  font-size: 18px;
  overflow: hidden;
  font-family: 'Raleway';
  font-weight: 800;

  @media screen and (max-width:500px) {
    font-size: 13.5px;
    margin-top: 1%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 19px;
  }
}

.page-2 .page2first {
  position: absolute;
  margin-top: 10%;
  margin-left: 5%;
  width: 100%;
  height: 50%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 7%;
  }
}

.page-2 .page2first .column {
  float: left;
  width: 30%;
  padding: 6px;
  overflow: hidden;

}

.page-2 .page2first .column img {
  width: 100%;
  height: auto;
  overflow: hidden;

  @media screen and (max-width:500px) {
    width: 30%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    width: 110%;
  }
}

.page-2 .page2first .row:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

.page-2 .page2first .column p {
  width: 56%;
  font-size: 12px;
  text-align: left;
  position: absolute;
  overflow: hidden;
  font-family: 'Raleway';
  line-height: 14px;

  @media screen and (max-width:500px) {
    font-size: 9px;
    top: 1.5%;
    line-height: 11px;
    left: 35%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 14px;
    line-height: 17px;

  }

  @media screen and (min-width:1024px) and (max-width:1100px) {
    font-size: 11px;
    line-height: 12.5px;
  }
}

@media screen and (max-width: 600px) {
  .page-2 .page2first .column {
    width: 100%;
    overflow: hidden;
  }
}

.page-2 .page2last {
  position: absolute;
  margin-top: 50.5%;
  margin-left: 5%;
  overflow: hidden;
  z-index: 3;

  @media screen and (max-width:500px) {
    margin-top: 58.5%;
  }
}

.page-2 .page2last p {
  width: 95%;
  padding-top: 1%;
  font-size: 12px;
  text-align: justify;
  overflow: hidden;
  z-index: 3;
  font-family: 'Raleway';
  line-height: 15px;

  @media screen and (max-width:500px) {
    font-size: 9px;
    line-height: 11px;
    position: relative;
    top: 10px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 14px;
    line-height: 18px;
  }

  @media screen and (min-width:1024px) and (max-width:1100px) {
    font-size: 11px;
  }

}

@media screen and (max-width:500px) {
  .our-profile {
    position: relative;
    left: 0% !important;
    line-height: 9px;
    top: -5px !important;
  }
}


.page-2 .page2last h4 {
  font-size: 18px;
  overflow: hidden;
  font-family: 'Raleway';
  font-weight: 800;

  @media screen and (max-width:500px) {
    font-size: 11px;
    position: relative;
    bottom: 4px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    margin-top: 3%;
  }

  @media screen and (min-width:1024px) and (max-width:1100px) {
    font-size: 15px;
  }
}


.page-2 .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}


.page-2 .page-1lastimg img {
  width: 100%;
  overflow: hidden;
  opacity: .6;
}

img[src*="modelimage"] {
  width: 80%;
  position: relative;
  left: 10%;

  @media screen and (max-width:500px) {
    width: 35% !important;
    left: 55% !important;
    bottom: 5px;
  }
}

img[src*="modelimage/Ap105-106.png"] {
  width: 43%;
  position: relative;
  left: 45%;

  @media screen and (max-width:500px) {
    width: 17% !important;
    left: 70% !important;
    bottom: 7px;
  }
}

img[src*="modelimage/Ap205-206.png"] {
  width: 47%;
  position: relative;
  left: 30%;
  bottom: 15px;

  @media screen and (max-width:500px) {
    width: 18% !important;
    left: 65% !important;
    bottom: 20px;
  }
}

img[src*="modelimage/Ap206.png"] {
  width: 60%;
  position: relative;
  left: 30%;

  @media screen and (max-width:500px) {
    width: 25% !important;
    left: 65% !important;
  }
}

img[src*="modelimage/Ap207.png"] {
  width: 55%;
  position: relative;
  left: 33%;

  @media screen and (max-width:500px) {
    width: 25% !important;
    left: 65% !important;
  }
}

img[src*="modelimage/Ap105.png"] {
  width: 51%;
  position: relative;
  left: 37%;

  @media screen and (max-width:500px) {
    width: 25% !important;
    left: 65% !important;
    bottom: 10px;
  }
}

img[src*="modelimage/St201.png"] {
  width: 55%;
  position: relative;
  left: 35%;

  @media screen and (max-width:500px) {
    width: 27% !important;
    left: 60% !important;
    bottom: 10px;
  }
}

img[src*="modelimage/aquaboost.png"] {
  width: 27%;
  position: relative;
  left: 50%;

  @media screen and (max-width:500px) {
    width: 13% !important;
    left: 75% !important;
    bottom: 10px;
  }
}

img[src*="modelimage/TB101-301.png"] {
  width: 47%;
  position: relative;
  left: 40%;

  @media screen and (max-width:500px) {
    width: 22% !important;
    left: 65% !important;
    bottom: 10px;
  }
}

img[src*="modelimage/Dp301.png"] {
  width: 47%;
  position: relative;
  left: 45%;

  @media screen and (max-width:500px) {
    width: 21% !important;
    left: 68.5% !important;
    bottom: 5px;
  }
}

img[src*="modelimage/st401-402.png"] {
  width: 58%;
  position: relative;
  left: 34%;

  @media screen and (max-width:500px) {
    width: 23% !important;
    left: 65% !important;
    bottom: 7px;
  }
}

img[src*="modelimage/st301-302.png"] {
  width: 48%;
  position: relative;
  left: 35%;

  @media screen and (max-width:500px) {
    left: 68% !important;
    width: 20% !important;
    bottom: 5px;
  }
}

img[src*="modelimage/ST101-103.png"] {
  width: 55%;
  position: relative;
  left: 45%;

  @media screen and (max-width:500px) {
    left: 68% !important;
    width: 25% !important;
    bottom: 5px;
  }
}

@media screen and (max-width:768px) {
  img[src*="modelimage"] {
    width: 42%;
    position: relative;
    left: 15%;
  }

  img[src*="modelimage/Ap105-106.png"] {
    width: 24%;
    position: relative;
    left: 35%;
  }

  img[src*="modelimage/Ap205-206.png"] {
    width: 24%;
    position: relative;
    left: 30%;
    bottom: 15px;
  }

  img[src*="modelimage/Ap206.png"] {
    width: 33%;
    position: relative;
    left: 30%;
  }

  img[src*="modelimage/Ap207.png"] {
    width: 27%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/Ap105.png"] {
    width: 33%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/St201.png"] {
    width: 33%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/aquaboost.png"] {
    width: 15%;
    position: relative;
    left: 50%;
  }

  img[src*="modelimage/TB101-301.png"] {
    width: 25%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/Dp301.png"] {
    width: 25%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/st401-402.png"] {
    width: 25%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/st301-302.png"] {
    width: 25%;
    position: relative;
    left: 25%;
  }

  img[src*="modelimage/ST101-103.png"] {
    width: 25%;
    position: relative;
    left: 65%;
  }
}



/************************************************* Page3 ******************************************/
.page-3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-3 .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}

.hr-line-blue hr {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-top: 10px solid #edd8a7;
  overflow: hidden;
}

.hr-line-brown hr {
  position: absolute;
  top: 97.9%;
  left: 0%;
  width: 79%;
  border-top: 8.5px solid #93665e;
  overflow: hidden;
}


.hr-line-gray hr {
  position: absolute;
  top: 97.9%;
  left: 85%;
  width: 15%;
  border-top: 8.5px solid #bbbdc0;
  overflow: hidden;
}

.page-no p {
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  right: 100px;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    right: 63px;
    font-size: 12px;
    bottom: 4px;
  }

}

.page-3 .page-1lastimg img {
  width: 100%;
  overflow: hidden;
  opacity: .6;
}

.table-con-headings-1 h4 {
  font-size: 18px;
  position: absolute;
  top: 3%;
  left: 5%;
  overflow: hidden;
  font-family: 'Raleway';
  font-weight: 800;

  @media screen and (max-width:500px) {
    font-size: 14px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 20px;

  }

}

.table-con-headings-1 p {
  font-size: 12px;
  position: absolute;
  top: 8%;
  left: 5%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 11px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 14px;
    top: 6.5%;
  }
}

.table-con-headings-2 h4 {
  font-size: 18px;
  position: absolute;
  top: 13%;
  left: 5%;
  overflow: hidden;
  font-family: 'Raleway';
  font-weight: 800;

  @media screen and (max-width:500px) {
    font-size: 13px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 20px;

  }
}

.table-con-headings-2 p {
  font-size: 12px;
  position: absolute;
  top: 20%;
  left: 5%;
  width: 85%;
  text-align: justify;
  line-height: 15px;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    top: 17%;
    font-size: 11px;
    line-height: 13px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    top: 16.5%;
    font-size: 15px;
    line-height: 20px;

  }
}

.table-con-headings-3 h4 {
  font-size: 18px;
  position: absolute;
  top: 35%;
  left: 5%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 14px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    top: 31.5%;
    font-size: 20px;
  }
}

.table-con-headings-3 p {
  font-size: 12px;
  position: absolute;
  top: 39%;
  left: 5%;
  text-align: justify;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 11px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    top: 35%;
    font-size: 15px;
  }
}

.page-3 .page-3logocentre {
  position: absolute;
  top: 54%;
  left: 58%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
}

.page-3 .page-3logocentre img {
  width: 50%;
  overflow: hidden;
}

.table-con-headings-4 h4 {
  font-size: 15px;
  position: absolute;
  top: 61%;
  left: 25%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 12px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    left: 31%;
  }
}

.corner-con-1 h4 {
  font-size: 12px;
  position: absolute;
  top: 75%;
  left: 8%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 15px;
    top: 76%;
  }

}

.corner-con-2 h4 {
  font-size: 16px;
  position: absolute;
  top: 72%;
  left: 55%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 12px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    top: 74%;
  }
}

.hr-line hr {
  position: absolute;
  top: 79%;
  left: 6%;
  width: 90%;
  border-top: 1px solid black;
  overflow: hidden;
}

.corner-text p {
  font-size: 12px;
  position: absolute;
  top: 81%;
  left: 7%;
  text-align: justify;
  width: 83%;
  overflow: hidden;
  font-family: 'Raleway';
  line-height: 20px;

  @media screen and (max-width:500px) {
    font-size: 11px;
    line-height: 13.5px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 15px;
    line-height: 23px;
  }
}

/************************************************* Page4 ******************************************/

.page-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-4 .page-1lastimg img {
  width: 100%;
  overflow: hidden;

}
.page-4 .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}

.tabl-con-1 h4 {
  font-size: 18px;
  position: absolute;
  top: 7%;
  left: 24%;
  overflow: hidden;
  font-family: 'Raleway';

  @media screen and (max-width:500px) {
    font-size: 14px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 22px;
  }
}



.table-con-hr-line hr {
  position: absolute;
  top: 11%;
  left: 24%;
  width: 66%;
  border-top: 1px solid black;
  overflow: hidden;
}

.tab-con-2 h4 {
  font-size: 13px;
  position: absolute;
  top: 14%;
  left: 24%;
  border-style: groove;
  padding-right: 33%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 6%;
  border-width: 1px;
  background-color: #edd8a7;
  overflow: hidden;
  font-family: 'Arial';

  @media screen and (max-width:500px) {
    font-size: 10.5px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 16px;
  }
}

.button {
  border: none;
  color: white;
  padding: 1px 30px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'Arial';

  @media screen and (max-width:500px) {
    font-size: 10.5px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 15px;

  }
}




.btn-1{
  display: flex;
  justify-content: space-between;
  background-color: white; 
      color: black; 
      z-index: 3;
      position: absolute;
    top: 19%;
    left: 24%;
    text-align: left;
    width: 60%;
    button{
      background-color: white;
      color: black;
    }
}


.btn-2{
  display: flex;
  justify-content: space-between;
  background-color: white; 
      color: black; 
      z-index: 3;
      position: absolute;
    top: 22%;
    left: 24%;
    width: 60%;
    button{
      background-color: white;
      color: black;
    }
}
.btn-3{
  display: flex;
  justify-content: space-between;
  background-color: white; 
  color: black; 
  z-index: 3;
  position: absolute;
top: 25%;
left: 24%;
width: 60%;
button{
      background-color: white;
      color: black;
    }
}
.btn-4{
  display: flex;
  justify-content: space-between;
  background-color: white; 
      color: black; 
      z-index: 3;
      position: absolute;
    top: 28%;
    left: 24%;
    width: 60%;
    button{
      background-color: white;
      color: black;
    }
}
.white-spaces{
  font-size: 12px;
  transform: translateY(4px);
}




.tab-con-design1 {
  position: absolute;
  width: 70%;
  overflow: hidden;
  top:45%;
  left: 15%;

}

.tab-con-design1 img {
  width: 100%;
  opacity:0.1;

}
.tab-con-design {
  position: absolute;
  width: 98%;
  overflow: hidden;
  top: 82%;
  left: 1%;
}

.tab-con-design img {
  width: 100%;

}
/************************************************* Product1 ******************************************/

.Product1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .Product1 .page-1lastimg {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30vh;
    overflow: hidden;
  
  }
  
  .Product1 .page-1lastimg img {
    width: 100%;
    overflow: hidden;
    opacity: .6;
  }
  
  .Product1 .degr {
    position: absolute;
    top: 2.5%;
    left: 75%;
    width: 7%;
  
  }
  
  
  
  .Product1 h2 {
    font-size: 14px;
    position: absolute;
    margin-top: 5%;
    margin-left: 2%;
    overflow: hidden;
    font-family: 'raleway';
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  }
  
  .Product1 .Product1first {
    position: absolute;
    margin-top: 8%;
    margin-left: 5%;
    width: 100%;
    height: 50%;
    overflow: hidden;
  
  }
  
  .Product1 .Product1first .column {
    float: left;
    width: 46%;
    padding: 10px;
    overflow: hidden;
  
  }
  
  model-viewer {
    width: 100%;
    margin-left: 10%;
    position: relative;
    overflow: hidden;
  
  }
  
  .Product1 .Product1first .row:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  
  .Product1 .Product1first .column p {
    width: 60%;
    line-height: 21px;
    font-size: 12.5px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    font-family: 'raleway';
    margin-top: 10px;
  
    @media screen and (max-width:500px) {
      font-size: 11px;
      line-height: 15px;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 14.5px;
      line-height: 26.5px;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .Product1 .Product1first .column {
      width: 100%;
    }
  }
  
  .Product1 .Product1first  .column h3 {
    font-size: 16px;
    overflow: hidden;
    font-family: 'M PLUS 1p', sans-serif;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  
  }
  .Product1 .Product1second {
    position: absolute;
    margin-top: 39%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 55%;
    }
  }
  
  .Product1 .Product1second  .features-imgs-1 {
    width: 98%;
    height: 10%;
    margin-left: 5%;
    position: relative;
   
  }
  .Product1 .Product1second  .features-imgs-1 a {
   
    position: relative;
    margin-top: 5%;
   
  }
  .Product1 .Product1second h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 2%;
    }
  }
  
  .Product1 .Product1second img {
    width: 7%;
    overflow: hidden;
  }
  
  .Product1 .Product1third {
    position: absolute;
    margin-top: 60%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 78%;
    }
  }
  
  
  .Product1 .Product1third h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  
  }
  
  .Product1 .Product1third img {
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    overflow: hidden;
  }
  
  
 
  
  .Product1 .Product1fourth {
    position: absolute;
    margin-top: 84%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 100%;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 90%;
    }
  }
  
  .Product1 .Product1fourth h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .border-box-img {
    width: 77%;
    position: absolute;
    top: 69%;
    left: 11%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 72%;
    }
  
  }
  
  .border-box-img img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-1 {
    width: 5%;
    position: absolute;
    top: 71.5%;
    left: 18%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  
  }
  
  .box-image-12-1 img {
    width: 100%;
    overflow: hidden;
  }
  .box-image-12-11 {
    width: 13%;
    position: absolute;
    top: 72%;
    left: 16%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  
  }
  
  .box-image-12-11 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-2 {
    width: 6%;
    position: absolute;
    top: 71.5%;
    left: 33%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  .box-image-12-21 {
    width: 10%;
    position: absolute;
    top: 71.5%;
    left: 33%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-2 img {
    width: 100%;
    overflow: hidden;
  }
  .box-image-12-21 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-3 {
    width: 10%;
    position: absolute;
    top: 71.5%;
    left: 50%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-3 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-4 {
    width: 11%;
    position: absolute;
    top: 71.5%;
    left: 69%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-4 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-5 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 14%;
    overflow: hidden;
  
  }
  
  .box-image-12-5 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-6 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 31%;
    overflow: hidden;
  
  }
  
  .box-image-12-6 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-7 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 50%;
    overflow: hidden;
  
  }
  
  .box-image-12-7 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-8 {
    width: 10%;
    position: absolute;
    top: 84%;
    left: 69%;
    overflow: hidden;
  
  }
  
  .box-image-12-8 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-11 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-2 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-21 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-3 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-4 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-5 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-6 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-7 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-8 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  

/************************************************* Product 2 ******************************************/

.Product2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .Product2 .page-1lastimg {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30vh;
    overflow: hidden;
  
  }
  
  .Product2 .page-1lastimg img {
    width: 100%;
    overflow: hidden;
    opacity: .6;
  }
  
  .Product2 .degr {
    position: absolute;
    top: 2.5%;
    left: 75%;
    width: 7%;
  
  }
  
  .Product2 h2 {
    font-size: 14px;
    position: absolute;
    margin-top: 5%;
    margin-left: 2%;
    overflow: hidden;
    font-family: 'raleway';
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  }
  
  .Product2 .Product2first {
    position: absolute;
    margin-top: 10%;
    margin-left: 5%;
    width: 100%;
    height: 50%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 8%;
    }
  }
  
  .Product2 .Product2first .column {
    float: left;
    width: 46%;
    padding: 10px;
    overflow: hidden;
  
  }
  
  
  model-viewer {
    width: 100%;
    margin-left: 10%;
    position: relative;
    overflow: hidden;
  
  }
  
  .Product2 .Product2first .row:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  
  .imageap107 {
    width: 20%;
    position: absolute;
    right: 12%;
  }
  
  .imageev207 {
    width: 20%;
    position: absolute;
    right: 12%;
    top:-14%;
  }
  .Product2 .Product2first .column p {
    width: 60%;
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    font-family: 'raleway';
    margin-top: 10px;
  
    @media screen and (max-width:500px) {
      font-size: 11px;
      line-height: 15px;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
      font-size: 15.5px;
      line-height: 28.5px;
  
    }
  }
  .Product2 .Product2second  .features-imgs-1 {
    width: 98%;
    height: 10%;
    margin-left: 5%;
    position: relative;
   
  }
  
  @media screen and (max-width: 600px) {
    .Product2 .Product2first .column {
      width: 100%;
    }
  }
  
  .Product2 .Product2second {
    position: absolute;
    margin-top: 53%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 57.5%;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 44%;
    }
  }
  .Product2 .Product2first  .column h3 {
    font-size: 16px;
    overflow: hidden;
    font-family: 'M PLUS 1p', sans-serif;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  
  }
  
  .Product2 .Product2second h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .Product2 .Product2second img {
    width: 7%;
    overflow: hidden;
  }
  
  
  .Product2 .Product2third {
    position: absolute;
    margin-top: 71%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 73.5%;
    }
  
  }
  
.imageap107 {
  width: 20%;
  position: absolute;
  right: 12%;
}
  
  .Product2 .Product2third h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .Product2 .Product2third img {
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    overflow: hidden;
  }
  
  
  
  
  .Product2 .Product2fourth {
    position: absolute;
    margin-top: 86%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 101%;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 92%;
    }
  }
  
  .Product2 .Product2fourth h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .Product2 .Product2fourth img {
    width: 60%;
    margin-left: 25%;
    margin-top: 1%;
    z-index: 3;
    overflow: hidden;
  }
  
  .border-box-img-15 {
    width: 64%;
    position: absolute;
    top: 77%;
    left: 17%;
    overflow: hidden;
  }
  
  .border-box-img-15 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-15-1 {
    width: 18%;
    position: absolute;
    top: 81%;
    left: 23%;
    overflow: hidden;
  
  }
  
  .box-image-15-1 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-15-2 {
    width: 10%;
    position: absolute;
    top: 80%;
    left: 46%;
    overflow: hidden;
  }
  
  .box-image-15-2 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-15-3 {
    width: 14%;
    position: absolute;
    top: 80%;
    left: 63%;
    overflow: hidden;
  }
  
  .box-image-15-3 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-15-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-15-2 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-15-3 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
    
/************************************************* Produvct3 ******************************************/

.Product3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .Product3 .page-1lastimg {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30vh;
    overflow: hidden;
  
  }
  
  .Product3 .page-1lastimg img {
    width: 100%;
    overflow: hidden;
    opacity: .6;
  }
  
  .Product3 .degr {
    position: absolute;
    top: 2.5%;
    left: 75%;
    width: 7%;
  
  }
  
  
  
  .Product3 h2 {
    font-size: 14px;
    position: absolute;
    margin-top: 5%;
    margin-left: 2%;
    overflow: hidden;
    font-family: 'raleway';
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  }
  .Product3 .Product3first  .column h3 {
    font-size: 16px;
    overflow: hidden;
    font-family: 'M PLUS 1p', sans-serif;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  
  }

  .Product3 .Product3first {
    position: absolute;
    margin-top: 6%;
    margin-left: 5%;
    width: 100%;
    height: 50%;
    overflow: hidden;
  
  }
  
  .Product3 .Product3first .column {
    float: left;
    width: 46%;
    padding: 10px;
    overflow: hidden;
  
  }
  
  model-viewer {
    width: 100%;
    margin-left: 10%;
    position: relative;
    overflow: hidden;
  
  }
  .Product3 .Product3second  .features-imgs-1 {
    width: 98%;
    height: 10%;
    margin-left: 5%;
    position: relative;
   
  }
  
  .Product3 .Product3first .row:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  
  .Product3 .Product3first .column p {
    width: 60%;
    line-height: 21px;
    font-size: 12.5px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    font-family: 'raleway';
    margin-top: 10px;
  
    @media screen and (max-width:500px) {
      font-size: 11px;
      line-height: 15px;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 14.5px;
      line-height: 26.5px;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .Product3 .Product3irst .column {
      width: 100%;
    }
  }
  
  .Product3 .Product3first-1 {
    position: absolute;
    margin-top: 61%;
    margin-left: 5%;
    width: 100%;
    height: 50%;
    overflow: hidden;
  
  }
  
  .Product3 .Product3first-1 .column {
    float: left;
    width: 46%;
    margin-left: 0%;
    padding: 10px;
    overflow: hidden;
  
  }
  
  model-viewer {
    width: 100%;
    margin-left: 10%;
    position: relative;
    overflow: hidden;
  
  }
  
  .Product3 .Product3first-1  .column h3 {
    font-size: 16px;
    overflow: hidden;
    font-family: 'M PLUS 1p', sans-serif;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 18px;
    }
  
  }
  .Product3 .Product3first-1 .row:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  
  .Product3 .Product3first-1 .column p {
    width: 60%;
    line-height: 21px;
    font-size: 12.5px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    font-family: 'raleway';
    margin-top: 10px;
  
    @media screen and (max-width:500px) {
      font-size: 11px;
      line-height: 15px;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      font-size: 14.5px;
      line-height: 26.5px;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .Product3 .Product3first-1 .column {
      width: 100%;
    }
  }
  .pf-control-bar-button3-1 {
    height: 100px;
    position: relative;
    padding-right: -6%;
    color: transparent;
    margin-top: 10px;
    margin-left:70px;
    overflow: hidden;
    visibility: visible;
  }
  
  .pf-control-bar-button3-2 {
    height: 100px;
    position: relative;
  margin-right: -6%;
    margin-left:70px;
    color: transparent;
    margin-top: -10px;
    overflow: hidden;
    visibility: visible;
  }
  
  
  .Product3 .Product3second {
    position: absolute;
    margin-top: 31%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 55%;
    }
  }
  
  
  .Product3 .Product3second h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 2%;
    }
  }
  
  .Product3 .Product3second img {
    width: 7%;
    overflow: hidden;
  }
  
  .Product3 .Product3third {
    position: absolute;
    margin-top: 42%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 78%;
    }
  }
  
  .Product3 .Product3third-1 {
    position: absolute;
    margin-top: 82%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 78%;
    }
  }
  
  .Product3 .Product3third h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  
  }
  
  .Product3 .Product3third img {
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    overflow: hidden;
  }
  .Product3 .Product3third-1 h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  
  }
  
  .Product3 .Product3third-1 img {
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    overflow: hidden;
  }
  
  
  
  .Product3 .Product3fourth {
    position: absolute;
    margin-top:105%;
    width: 95%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      margin-top: 100%;
    }
  
    @media screen and (min-width:769px) and (max-width:900px) {
  
      margin-top: 90%;
    }
  }
  
  .Product3  .Product3fourth h3 {
    font-size: 13.5px;
    margin-left: 5%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .border-box-img {
    width: 77%;
    position: absolute;
    top: 69%;
    left: 11%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 72%;
    }
  
  }
  
  .border-box-img img {
    width: 100%;
    overflow: hidden;
  }
  
  .border-box-img-1 {
    width:80%;
    position: absolute;
    top: 83.5%;
    left: 11%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 72%;
    }
  
  }
  .border-box-img-1 img {
    width:100%;
    overflow: hidden;
  }
  
  .box-image-12-1 {
    width: 5%;
    position: absolute;
    top: 71.5%;
    left: 18%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  
  }
  
  .box-image-12-1 img {
    width: 100%;
    overflow: hidden;
  }
  .box-image-12-1-1 {
    width: 15%;
    position: absolute;
    top: 88%;
    left: 18%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  
  }
  
  .box-image-12-1-1 img {
    width: 100%;
    overflow: hidden;
  }
  
  
  .box-image-12-11 {
    width: 13%;
    position: absolute;
    top: 72%;
    left: 16%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  
  }
  
  .box-image-12-11 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-2 {
    width: 6%;
    position: absolute;
    top: 71.5%;
    left: 33%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  .box-image-12-21 {
    width: 10%;
    position: absolute;
    top: 71.5%;
    left: 33%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-2 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-2-1 {
    width: 13%;
    position: absolute;
    top: 86%;
    left:40%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-2-1 img {
    width: 100%;
    overflow: hidden;
  }
  .box-image-12-21 img {
    width: 100%;
    overflow: hidden;
  }
  


   
  .box-image-12-2-2 {
    width: 14%;
    position: absolute;
    top: 89%;
    left:60%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-2-2 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-3 {
    width: 10%;
    position: absolute;
    top: 71.5%;
    left: 50%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-3 img {
    width: 100%;
    overflow: hidden;
  }
  
  
  .box-image-12-3-1 {
    width: 13%;
    position: absolute;
    top: 86%;
    left: 61%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-3-1 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-4 {
    width: 11%;
    position: absolute;
    top: 71.5%;
    left: 69%;
    overflow: hidden;
  
    @media screen and (max-width:500px) {
      top: 73.5%;
    }
  }
  
  .box-image-12-4 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-5 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 14%;
    overflow: hidden;
  
  }
  
  .box-image-12-5 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-6 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 31%;
    overflow: hidden;
  
  }
  
  .box-image-12-6 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-7 {
    width: 10%;
    position: absolute;
    top: 83.5%;
    left: 50%;
    overflow: hidden;
  
  }
  
  .box-image-12-7 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-8 {
    width: 10%;
    position: absolute;
    top: 84%;
    left: 69%;
    overflow: hidden;
  
  }
  
  .box-image-12-8 img {
    width: 100%;
    overflow: hidden;
  }
  
  .box-image-12-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-11 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-1-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-2 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-2-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
    .box-image-12-2-2 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-21 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-3 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-3-1 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  .box-image-12-4 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-5 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-6 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-7 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }
  
  .box-image-12-8 img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
  }

  /************************************************* Product4 ******************************************/

.Product4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Product4 .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}

.Product4 .page-1lastimg img {
  width: 100%;
  overflow: hidden;
  opacity: .6;
}

.Product4 .degr {
  position: absolute;
  top: 2.5%;
  left: 75%;
  width: 7%;

}

.Product4 h2 {
  font-size: 14px;
  position: absolute;
  margin-top: 5%;
  margin-left: 2%;
  overflow: hidden;
  font-family: 'raleway';

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 18px;
  }
}

.Product4 .Product4first {
  position: absolute;
  margin-top: 10%;
  margin-left: 5%;
  width: 100%;
  height: 50%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 8%;
  }
}

.Product4 .Product4first .column {
  float: left;
  width: 46%;
  padding: 10px;
  overflow: hidden;

}
.Product4 .Product4first  .column h3 {
  font-size: 16px;
  overflow: hidden;
  font-family: 'M PLUS 1p', sans-serif;

  @media screen and (min-width:769px) and (max-width:900px) {

    font-size: 18px;
  }

}
.Product4 .Product4second  .features-imgs-1 {
  width: 98%;
  height: 10%;
  margin-left: 5%;
  position: relative;
 
}


model-viewer {
  width: 100%;
  margin-left: 10%;
  position: relative;
  overflow: hidden;

}

.Product4 .Product4first .row:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

.imageap107 {
  width: 20%;
  position: absolute;
  right: 12%;
}

.imageev207 {
  width: 20%;
  position: absolute;
  right: 12%;
  top:-14%;
}
.Product4 .Product4first .column p {
  width: 60%;
  line-height: 21px;
  font-size: 12px;
  text-align: left;
  position: absolute;
  overflow: hidden;
  font-family: 'raleway';
  margin-top: 10px;

  @media screen and (max-width:500px) {
    font-size: 11px;
    line-height: 15px;
  }

  @media screen and (min-width:769px) and (max-width:900px) {
    font-size: 15.5px;
    line-height: 28.5px;

  }
}

@media screen and (max-width: 600px) {
  .Product4 .Product4first .column {
    width: 100%;
  }
}

.Product4 .Product4second {
  position: absolute;
  margin-top: 50%;
  width: 95%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 57.5%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    margin-top: 44%;
  }
}


.Product4 .Product4second h3 {
  font-size: 13.5px;
  margin-left: 5%;
  font-family: 'raleway';
  overflow: hidden;
}

.Product4 .Product4second img {
  width: 7%;
  overflow: hidden;
}


.Product4 .Product4third {
  position: absolute;
  margin-top: 65%;
  width: 95%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 73.5%;
  }

}


.Product4 .Product4third h3 {
  font-size: 13.5px;
  margin-left: 5%;
  font-family: 'raleway';
  overflow: hidden;
}

.Product4 .Product4third img {
  width: 90%;
  margin-left: 5%;
  margin-top: 1%;
  overflow: hidden;
}




.Product4 .Product4fourth {
  position: absolute;
  margin-top: 86%;
  width: 95%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 101%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    margin-top: 92%;
  }
}

.Product4 .Product4fourth h3 {
  font-size: 13.5px;
  margin-left: 5%;
  font-family: 'raleway';
  overflow: hidden;
}

.Product4 .Product4fourth img {
  width: 60%;
  margin-left: 25%;
  margin-top: 1%;
  z-index: 3;
  overflow: hidden;
}

.border-box-img-15 {
  width: 64%;
  position: absolute;
  top: 77%;
  left: 17%;
  overflow: hidden;
}

.border-box-img-15 img {
  width: 100%;
  overflow: hidden;
}

.box-image-15-1 {
  width: 18%;
  position: absolute;
  top: 81%;
  left: 23%;
  overflow: hidden;

}

.box-image-15-1 img {
  width: 100%;
  overflow: hidden;
}

.box-image-15-2 {
  width: 10%;
  position: absolute;
  top: 80%;
  left: 46%;
  overflow: hidden;
}

.box-image-15-2 img {
  width: 100%;
  overflow: hidden;
}

.box-image-15-3 {
  width: 14%;
  position: absolute;
  top: 80%;
  left: 63%;
  overflow: hidden;
}

.box-image-15-3 img {
  width: 100%;
  overflow: hidden;
}

.box-image-15-1 img:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  overflow: hidden;
}

.box-image-15-2 img:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  overflow: hidden;
}

.box-image-15-3 img:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  overflow: hidden;
}


/************************************************* Legend ******************************************/

.legend {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .legend .page-1lastimg {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30vh;
    overflow: hidden;
  
  }
  
  .legend .page-1lastimg img {
    width: 100%;
    overflow: hidden;
    opacity: .6;
  }
  
  .legend-head h2 {
    position: absolute;
    font-size: 18px;
    margin-top: 15%;
    margin-left: 40%;
    font-family: 'raleway';
    overflow: hidden;
  }
  
  .legend-pic-1 {
    width: 70%;
    position: absolute;
    top: 20%;
    left: 13%;
    overflow: hidden;
  }
  
  
  .legend-pic-1 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-1 img {
    width: 100%;
    overflow: hidden;
  
  }
  
  .legend-img-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-2 {
    width: 70%;
    position: absolute;
    top: 30%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-1 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-2 img {
    width: 100%;
    padding: 3%;
    overflow: hidden;
  }
  
  .legend-img-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-2 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-3 {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-3 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-3 img {
    width: 100%;
    padding: 3%;
    overflow: hidden;
  }
  
  .legend-img-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-4 {
    width: 52%;
    position: absolute;
    top: 50%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-4 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-4 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  
  .legend-pic-5 {
    width: 70%;
    position: absolute;
    top: 45%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-5 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-5 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-6 {
    width: 70%;
    position: absolute;
    top: 55%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-6 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-6 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-7 {
    width: 70%;
    position: absolute;
    top: 65%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-7 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-7 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  
  }
  
  .legend-pic-8 {
    width: 70%;
    position: absolute;
    top: 75%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-8 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-8 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  
  .legend-pic-9 {
    width: 70%;
    position: absolute;
    top: 85%;
    left: 13%;
    overflow: hidden;
  }
  
  .legend-pic-9 a {
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-pic-9 img {
    width: 100%;
    padding: 2%;
    overflow: hidden;
  }
  
  .legend-img-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  
/*************************** Mobile **************************/

.non-catalog2 {
  width: 90%;
  height: 100%;
  overflow-y: scroll !important;
  display: block;
  margin: auto;
  transform: translateY(15px);
  /* background-color: #Fff; */
}

@media screen and (min-width:900px) {
  .non-catalog2 {
    display: none !important;
  }
}

.npage {
  position: relative;
  padding: 0;
  /* Reset padding */
  margin-top: 2%;
}

.npage img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.model-icon2 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
  border: none;
}


.img-icon-2 {
  position: absolute;

  left: 79%;
  top: 84%;
  z-index: 100;
}

.model-icon3 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;

}

.npage .water-img-icon-p-3-1 {
  top: 25%;
}

.npage .water-img-icon-p-3-2 {
  top: 25%;
  left: 87%;
}

.npage .model-icon4 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.npage .water-img-icon-p-5-1 {
  top: 25%;
}

.npage .water-img-icon-p-5-2 {
  top: 25%;
  left: 87%;
}

.npage .water-img-icon-p-5-3 {
  top: 55%;
}

.model-icon5 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.npage .water-img-icon-p-6-1 {
  top: 85%;
}

.npage .water-img-icon-p-6-2 {
  top: 85%;
  left: 85%;
}

.model-icon6 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.npage .pf-control-bar-button3 i {
  width: 180px;
  height: 100px;
}

.npage .pf-control-bar-button3 i :hover {
  color: transparent;

  background-color: transparent;

}

.npage .pf-control-bar-button4 i {

  width: 307px;
  height: 149px;
}

.npage .degr {
  position: absolute;
  top: 2.5%;
  left: 77%;
  width: 7%;
}

.npage .degr1 {
  position: absolute;
  top: 46.5%;
  left: 77%;
  width: 7%;
}
.npage .pf-control-bar-button5 i {
  font-size: 20px !important;
}

.model-icon-7 {
  position: absolute;
  top: 7%;
  left: 69%;
  z-index: 5;
}

.model-icon8 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.npage .water-img-icon-p-10-1 {
  position: absolute;
  top: 85%;
  left: 28%;
}

.npage .water-img-icon-p-10-2 {
  position: absolute;
  top: 85%;
  left: 59%;
}

.model-icon9 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.npage .water-img-icon-p-11-1 {
  position: absolute;
  top: 82%;
  left: 27%;
}

.npage .water-img-icon-p-11-2 {
  position: absolute;
  top: 82%;
  left: 58.5%;
}

.model-icon10 {
  position: absolute;
  top: 3%;
  left: 69%;
  z-index: 5;

}

.model-icon-11 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.model-icon-12 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.model-icon-13 {
  position: absolute;
  top: 8%;
  left: 69%;
  z-index: 5;
}

.model-icon-14 {
  position: absolute;
  top: 6%;
  left: 51%;
  z-index: 5;
}

.npage .row {
  justify-content: center;

}

.npage .second {
  position: absolute;
  top: 20%;
  left: 5%;
}

.second .btn1 {}

.npage .col-4 a {
  height: auto;
  width: 100px;

  @media screen and (min-width:500px) and (max-width:899px) {
    height: 150px;
    width: 150px;
  }
}

.col-4 img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* .bottom-imgae-non{
  position: relative;
  bottom: 150px;
} */
.nlegendpage {
  position: relative; 
 height: 110%;
  background-color: #fff;
}

.last-row {
  margin-bottom: 3.5rem !important;
}

.text-center {
  text-align: center;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20%;
  margin-bottom: 5%;
  justify-content: space-around;
  z-index: 99999;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  z-index: 99999;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 21.333333%;
  z-index: 99999;
}

.bottom-image-non {
  position: absolute;
  top: 75%;
  z-index: 1;
}


.page1-15 .page1-151second {
  position: absolute;
  margin-top: 45%;
  width: 95%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 57.5%;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    margin-top: 44%;
  }
}


.page1-15 .page1-151second h3 {
  font-size: 13.5px;
  margin-left: 5%;
  font-family: 'raleway';
  overflow: hidden;
}

.page1-15 .page1-151second img {
  width: 7%;
  overflow: hidden;
}

.page1-15 .page1-151third {
  position: absolute;
  margin-top: 65%;
  width: 95%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-top: 73.5%;
  }

}
.page1-15 .page1-151third h3 {
  font-size: 13.5px;
  margin-left: 5%;
  font-family: 'raleway';
  overflow: hidden;
}

.page1-15 .page1-151third img {
  width: 90%;
  margin-left: 5%;
  margin-top: 1%;
  overflow: hidden;
}


/************************************************* Contact ******************************************/

.Contact {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f2e7e7;
}

.Contact .page-1lastimg {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30vh;
  overflow: hidden;

}

.Contact .page-1lastimg img {
  width: 100%;
  overflow: hidden;
  opacity: .6;
}

.last-page-heading h3 {
  position: absolute;
  font-size: 13px;
  margin-top: 9%;
  margin-left: 36.5%;
  font-family: 'raleway';
  overflow: hidden;

  @media screen and (max-width:500px) {
    margin-left: 28%;
  }
}

.last-bg-mab-img-1 {
  width: 86%;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.last-bg-mab-img-1 img {
  width: 100%;
  overflow: hidden;
}

.last-bg-mab-img-2 {
  width: 86%;
  position: absolute;
  top: 13.5%;
  left: 7%;
  overflow: hidden;

  @media screen and (max-width:500px) {
    top: 16%;
  }

  @media screen and (min-width:410px) and (max-width:500px) {
    top: 15.5% !important;
  }

  @media screen and (min-width:769px) and (max-width:900px) {

    top: 15%;
  }

  @media only screen and (min-width:767px) and (max-width:768px) {
    top: 15.5%;
  }
}

.last-bg-mab-img-2 img {
  width: 100%;
  overflow: hidden;
}

.blink {
  animation: blinker 1s linear infinite;
  overflow: hidden;
}

@keyframes blinker {
  50% {
    opacity: 0;
    overflow: hidden;
  }
}

.last-page-logo {
  width: 100%;
}

.last-page-logo img {
  width: 20%;
  position: absolute;
  top: 54%;
  left: 39%;
}

.contact-details h3 {
  font-size: 17px;
  position: absolute;
  bottom: 32%;
  left: 40%;
  font-family: 'raleway';
  overflow: hidden;
}

.contact-details p {
  font-size: 12px;
  position: absolute;
  bottom: 15%;
  left: 25%;
  line-height: 17px;
  font-family: 'raleway';
  overflow: hidden;
  text-align: center;

  @media screen and (min-width:375px) and (max-width:391px) {
    left: 12% !important;
  }

  @media screen and (max-width:500px) {
    left: 10%;
  }

  @media screen and (min-width:410px) and (max-width:500px) {
    left: 16%;
  }

}

.last-social-icon {
  position: absolute;
  top: 91%;
  left: 18%;
  width: 60%;
  color: black;

  @media screen and (max-width:500px) {
    width: 65%;
    left: 20%;
  }

  @media screen and (min-width:410px) and (max-width:500px) {
    left: 16% !important;
  }

}

.pf-control-bar-button-1 {
  float: left;
  margin-top: 10px;
  height: 26px;
  padding-left: 10%;
  color: black;
  overflow: hidden;
}


/***********************************************************Footer********************************************/

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 999;
}

.lefticon {
  float: left;
  width: 300px;
  margin-left: 32px;
  overflow: hidden;

  @media screen and (max-width:360px) {
    position: relative;
    left: 30px;
    top: 20px;
  }

  @media screen and (min-width:366px) and (max-width:500px) {
    position: relative;
    left: 65px;
    top: 20px;
  }
}

.pf-control-bar-button {
  float: left;
  margin-top: 10px;
  height: 26px;
  padding-left: 10%;
  color: #808080;
  overflow: hidden;
}

.pf-control-bar-button:hover {
  color: #000;
  overflow: hidden;
}

.centericon {
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  margin: 0px auto;
  width: 420px;
  display: none;
  overflow: hidden;

}

.pf-control-bar-button1 {

  height: 26px;
  padding-right: 10%;
  color: #808080;
  margin-top: 15px;
  overflow: hidden;
}
.pf-control-bar-button2 {
  height: 26px;
  padding-right: 10%;
  color: black;
  margin-top: 25px;
  overflow: hidden;
  visibility: visible;
}

.pf-control-bar-button2 img:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  overflow: hidden;

}
.pf-control-bar-button1:hover {
  color: #000;
  overflow: hidden;
}

#pageFld {
  position: absolute;
  margin: 0px auto;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #808080;
  font-size: 20px;
  overflow: hidden;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  overflow: hidden;
}

.centericon p {
  position: relative;
  font-size: 20px;
  text-align: center;
  color: #4e4e4e9f;
  width: 150px;
  text-align: center;
  height: 26px;
  font-family: 'raleway';
  overflow: visible;
  margin-left: 25%;
  overflow: hidden;
}

.righticon {
  float: right;
  width: 200px;
  margin-right: 32px;
  overflow: hidden;

  @media screen and (max-width:360px) {
    position: relative;
    top: 25px;
    right: 25px;
    /* float: none; */
  }

  @media screen and (min-width:366px) and (max-width:500px) {
    position: relative;
    top: 25px;
    right: 25px;
    /* float: none; */
  }
}

.trans {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  overflow: hidden;
}



/*******************share-btn ************************/
.container {
  margin: 0 auto;
  width: 300px;
  overflow: hidden;
}

.share-container {
  border-radius: 15px;
  display: flex;
  padding-right: 0;
  text-align: center;
  transition: width 0.5s;
  width: 80px;
  /* background-color: #eeeeee; */
  overflow: hidden;

}

.share-container.active {
  width: 100%;
  overflow: hidden;
}

.share-btn {
  position: absolute;
  top: 0px;
  float: left;
  overflow: hidden;

  /* @media screen and (max-width:500px){
    top: 34.7px;
  } */
}

.share-btn:hover {
  color: #343a40;
  cursor: pointer;
  overflow: hidden;
}

.share-btn.active {
  color: #343a40;
  overflow: hidden;
}

.share-url {
  width: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #eeeeee;
  transition: all 0.2s;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.share-url.active {
  width: 100%;
  color: #343a40;
  padding: 6px;
  overflow: hidden;
}

/*fade*/
.animate {
  opacity: 0;
  transition: all 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden;
}

.animate.active {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}

.slide-in-down {
  transform: translateY(-100%) translateX(-50%);
  overflow: hidden;
}

/*notification*/
.notification-button {
  position: fixed;
  top: 40px;
  left: 50%;
  padding: 10px 20px;
  background: #343a40;
  color: #eeeeee;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/*******************share-btn ended************************/
.productImage img#largeImage {
  height: 500px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5), 0px -2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#description {
  padding: 5px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#thumbs img {
  height: 26px;
  cursor: pointer;
  overflow: hidden;
}

.centericon-1 {
  position: relative;
  top: 0px;
  left: -28px;
  right: auto;
  margin: 0px auto;
  overflow: hidden;

  @media screen and (max-width:365px) {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 7.5%;
  }

  @media screen and (min-width:366px) and (max-width:500px) {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 7.5%;
  }
}

.digital-catalog {
  visibility: visible;
}

@media screen and (max-width:900px) {
  .catalog-app {
    display: none !important;
  }

  body {
    overflow-y: scroll !important;
  }
}

/********** lightbox *******/

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgb(251 251 251 / 85%);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 5;
  display: block;

}




.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.lightbox-target video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  width: 80%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.lightbox-target model-viewer {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;

}

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  overflow: scroll;
  overflow: hidden;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lightbox-target:target model-viewer {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lightbox-target:target video {
  max-height: 80%;
  max-width: 80%;
  overflow: hidden;
}


.lightbox-target:target a.lightbox-close {
  top: 0;
  overflow: hidden;
}




.lightbox-target1 {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(108, 108, 108, 0.59);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 5;
  zoom: none;
  display: block;
}


.lightbox-target1 img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}


.lightbox-target1 video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  width: 80%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.lightbox-target1 model-viewer {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightbox-target1:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  overflow: scroll;
  overflow: hidden;
}

.lightbox-target1:target img {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lightbox-target1:target model-viewer {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lightbox-target1:target video {
  max-height: 80%;
  max-width: 80%;
  overflow: hidden;
}


.lightbox-target1:target a.lightbox-close {
  top: 0;
  overflow: hidden;
}



.lightbox-target .deg img {
  width: 5%;
  position: absolute;
  top: -80%;
}

.lightbox-target1 .deg img {
  width: 5%;
  position: absolute;
  top: -80%;
}




.model-icon10 {
  position: absolute;
  top: 8%;
  left: 60%;
  z-index: 5;
}
.model-icon11 {
  position: absolute;
  top: 42%;
  left: 60%;
  z-index: 5;
}
.pf-control-bar-button3 {
  height: 26px;
  position: relative;
  padding-right: 10%;
  color: transparent;
  margin-top: 25px;
  overflow: hidden;
  visibility: visible;
}
.npage .pf-control-bar-button3 i {
  width: 180px;
  height: 100px;
}

.npage .pf-control-bar-button3 i :hover {
  color: transparent;
  background-color: transparent;

}
.npage .pf-control-bar-button3 i ::selection {
  color: transparent;
  background-color: transparent;

}