.container {
  position: relative;
  font-family: Arial;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: inherit;
  color: red;
  padding-left: 20px;
  padding-right: 20px;
}

a:link {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.footer {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}

/* For desktop: */
.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}


.mobile img {
  width: 30%;
}

.scanner img {
  width: 48%;
}

.printer img {
  width: 30%;
}

.printersupplies img {
  width: 30%;
}

.rfid img {
  width: 48%;
}

.voice img {
  width: 48%;
}


/* Style tab links */
.flex_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1px;
}

.flex_box>* {
  margin-left: 0 !important;
  width: calc(33.33333% - 1px);
}



.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-top: 1px;
  margin-left: 1px;
  font-size: 20px;
  /* width:33%; */
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  /* padding: 100px 20px; */
  height: 100%;
}

.tabcontent .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}


#1DLaser {
  background-color: white;
}

#1DImage {
  background-color: white;
}

#1DWireless {
  background-color: white;
}

#1DDesktop {
  background-color: white;
}

#aidc {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#aidc td,
#aidc th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
  /* font-size:12px; */
  text-align: center;
}

#aidc th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
  /* font-size:12px; */
  text-align: center;
}

#aidc img {
  max-width: 100%;
}

/* #aidc tr:nth-child(even){background-color: #f2f2f2;} */

/* #aidc :hover {background-color: #ddd;} */

#aidc th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04AA6D;
  color: white;
}

#aidc td:hover {
  background-color: #ddd;
}

/* #aidc td:hover{background-color:white;} */
/* Container holding the image and the text */



main {
  height: 200vmin;
}

.col-3:hover {
  background: gainsboro;
}

.scrollToTopBtn {
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;

  /* place it at the bottom right corner */
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

div.gallery {
  margin: 5px;
  /* border: 1px solid #ccc; */
  float: left;
  width: 32%;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  /* border:1px solid; */
}

.tablink2 a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  width: 20%;
}

.tablink2 a:hover {
  background-color: #ddd;
  color: black;
}

.tablink2 a.active {
  background-color: #04AA6D;
  color: white;
}

.tablink2 {
  overflow: hidden;
  background-color: #333;
}

.tab04>a {
  width: 25%;
}

.responsive-iframe {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* [1] The container */
.img-hover-zoom {
  height: auto;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .8s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.gallery:hover {
  background: gainsboro;
}

.col-3:hover {
  background: gainsboro;
}

.col-3 {
  border: 1px solid;
}

.row {
  margin: 5px;
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 16px;
  /* padding: 20px; */
  text-align: center;
}

/* .container:hover .overlay {
  opacity: 1;
} */

video {
  width: 100%;
  height: auto;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.tabButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.tabButtons .tablink {
  float: none;
  width: calc(33.33333% - 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin: 0;
}


@media(max-width:1500px) {
  .tablink2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    width: 20%;
  }
}

@media only screen and (max-width: 800px) {

  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
    font-size: 12px;
  }

  .footer {
    font-size: 12px;
  }


  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 16px;
    width: 33%;
  }

  #aidc td,
  #aidc th {
    border: 1px solid #ddd;
    padding: 8px;
    /* font-size:16px; */
    font-size: 12px;
    text-align: center;
  }

  #aidc th {
    border: 1px solid #ddd;
    padding: 8px;
    /* font-size:16px; */
    font-size: 12px;
    text-align: center;
  }

  .mobile {
    font-size: 12px;
  }

  div.gallery {
    /* margin: 5px; */
    /* border: 1px solid #ccc; */
    float: left;
    width: 100%;
  }

  .tablink2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    width: 33.33%;
  }

  .col-2 {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  div.gallery {
    margin: 0px;
    margin-top: 10px;
    border: solid 1px;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .col-3 {
    margin-top: 10px;
  }

  .row {
    margin: 0px;
    margin-top: 0px;
  }

  .tab04>a {
    width: 50%;
  }

  .tabButtons .tablink {
    height: auto;
  }

  .flex6>* {
    width: calc(50% - 1px);
  }
}

@media(max-width:500px) {
  .tablink2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    width: 33.33%;
  }
}