.contentIframeClass {
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.dummyIFrameClass {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 15px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 30px;
  visibility: hidden;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.table-div-1 .table-1 {
  margin: auto;
  border-spacing: 0;
  text-align: center;
}
.table-div-1 tr td{
	text-align: center;
	padding: 5px  2px;
}
.table-div-1 img{
	width: 29px;
	object-fit: contain;
}
.last-img img{
	width: 214px;
	height: 5px;
}

.table-div-1 .table-1 th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.table-div-1 .table-1 span {
  color: #262626;
  font-family: "Quicksand Light", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  font-variation-settings: "wght" 600;
  display: inline-block;
}

.table-div-1 .table-1 .last-img {
  padding-top: 0px;
}

table a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 20px auto;
  color: #262626;
  font-family: "Quicksand Light", sans-serif;
  font-size: 15px;
  font-variation-settings: "wght" 600;
  text-align: left;
  width: 100%;
}

.table-2 td img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}


.absolute-box {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}

.absolute-box img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.img-min {
  width: 10px;
}
@media screen and (device-width : 500px) {

  table {
    font-size: 1.1em!important;
  }
  table span{
    font-size: 1.1em!important;
  }
  .responsive {
  font-size: 5px !important;
  }
}
