.vsm_section{
    height: auto;
    display: flex;
    align-items: center;
    padding: 10% 0;
}
.vsm_section h3{
  text-align: center;
}
.tables_section{
    background: var(--breadcumb);
    height: auto;
    padding: 10% 0;
    display: flex;
    align-items: center;
}
.img_ip_cameras, .img_analog_cameras{
  position: absolute;
  top: 0;
  left: 9%;
  width: 32%;
  z-index: 10;
  visibility: hidden;
  transition: .5s;
  padding: 1%;
  background: #80808042;
  display: flex;
  justify-content: center;
}
.img_analog_cameras{
  left: 60%;
}
.show_camera{
  visibility: visible;
}
.tables{
  position: relative;
  display: block;
  z-index: 1;
}
.tables h4{
    text-align: center;
    position: relative;
    font-weight: bold;
}
table {
    width: 100%;
    padding: 2%;
}
table span{
  color: var(--lblack);
  font-weight: bold;
}
thead tr{
  background: var(--lblack) ;
  text-align: center;
}
thead tr td span{
  color:white;
}
table td, table th {
  padding: 10px;
}
table td {
  vertical-align: middle;
  text-align: center;
}
table tbody tr:nth-child(2n){
  background-color: white;
}
table tbody tr:nth-child(2n+1){
  background-color: var(--lgray);
}
.tables h3, .vsm h3, .manteinance h3{
  padding: 5%;
  color: var(--dblack);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.tablesh3, .vsm h3 span, .manteinance h3 span{
  font-weight: bold;
}
.img_camera{
  border-radius: 50%;
  width: 8%;
  height: 10%;
  clip-path: circle(39% at 50% 50%);
  border: 1px solid gray;
  margin: 0 auto;
}
.card_text{
  padding: 2% 9%;
  flex: 1 1 80%;
}
.card_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 0 auto;
}
.ul_text li{
  text-align: justify;
  line-height: 1.7;
  padding: 2% 0;
  display: flex;
  justify-content: center;
}
.ul_text ul li span{
  font-weight: 400;
}
.ul_text ul li p{
  width: 96%;
}
.vsm_integration{
  height: auto;
  padding: 10% 0;
  display: flex;
  align-items: center;
}
.vsm_integration span {
  color: var(--lred);
}
.maintenance_section{
  height: auto;
  padding: 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_number{
  width: 30px;
  height: 30px;
  background: #3c3b40;
  margin-right: 1%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
}
.maintenance_section{
  background: var(--breadcumb);
}
@media screen and (max-width: 768px){

  .vsm_section h3{
    text-align: left;
  }
  .card_img{
    width: 40%;
  }
}
@media screen and (min-width: 375px) and (max-width: 426px){

  .table_container {
  overflow-x: scroll;
  }
  .vsm_section h3, .vsm_integration h3{
    text-align: left;
  }
  .card_img{
    width: 65%;
  }
}
@media screen and (max-width: 320px){
  .tables_section{
    height: 180vh;
  }
  .table_container {
  overflow-x: scroll;
  } 
  .vsm_section h3, .vsm_integration h3{
    text-align: left;
  }
  .card_img{
    width: 65%;
  }
}
  @media(max-width:1440px){

    .tables_section {
        background: var(--breadcumb);
    }
}