.prdcaimg img {
    width: 80%;
}
.prdimgpart>img {
  filter: drop-shadow(0 0 0.75rem #0000004d);
}
h3.mainprotit {
    text-align: left;
    /* padding: 21px 28px; */
    font-size: 26px;
    color: black;
    font-family: arial;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}
.prdcacard {
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
    padding: 20px;
    background-color: white;
}
.row.productpg {
    padding: 40px;
}
.col-12.prdmaincol {
    margin: 0;
    padding: 0;
    padding-top: 28px;
}
.prdcaimg {
    overflow: hidden;
}
.prdcacard:hover .prdcaimg img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 50px!important;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
.slick-prev:before, .slick-next:before {
  font-size: 35px!important;

}
.slick-lightbox .slick-next {
  right: 3%!important;
}
.slick-lightbox .slick-prev {
  left: 3%!important;
}
/*----  Main Style  ----*/
/* #cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
} */
/* .container{
  padding-top: 80px; 
  padding-bottom: 100px;
} */
 a{
  text-decoration: none;
  outline: none;
}
 .card-flyer {
  border-radius: 5px;
}
.card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
.card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: auto;
  height: 350px;
}
.card-flyer:hover .image-box img{
  /* opacity: 0.7; */
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.card-flyer .text-box{
  text-align: center;
}
.card-flyer .text-box .text-container{
  padding: 30px 18px;
}
.card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
.card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
.card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.card-flyer .text-box a{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: unset;
  letter-spacing: 1px;
  color: #4a4a4a;
  font-family: arial;
}
.card-flyer:hover .text-box a{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: unset;
  letter-spacing: 1px;
text-decoration: none;
  color: #096abf;
  font-family: arial;
}
.prdimgpart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.prdimgpartp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.infrast {
  display: flex;
  justify-content: center;
  align-items: center;
}
p.mnpra {
  padding-bottom: 20px;
}
.prdpbut a {
  display: inline-block;
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* transition: margin-right 2s ease-in-out; */
}

.abtseclft{
  padding-bottom: 40px;
}
.col-md-6.abtseclft.animate__.wow.animate__fadeInLeft.animated {
  display: table;
  margin: auto;
}
a.speclpro {
  background: linear-gradient(45deg,#1e3c72, #3369c6);
}
a.speclpro:hover {
  color: #ffffff!important;
  background: linear-gradient(45deg, #3369c6, #1e3c72);
  padding-right: 30px;
  transition: padding-right 2s ease-in-out;
}
a.dwnlpro {
  background: linear-gradient(45deg,#797273, #000000);
}
a.dwnlpro:hover {
    color: #ffffff!important;
  background: linear-gradient(45deg, #000000, #797273);
 
}
a.btn--doar.dwnlpro i {
  padding-left: 10px;
}


a.speclpro::after {
  content: "\F138";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s, left 0.3s;
  
}

.prdpbut a:hover::after {
  opacity: 1;
  left: 90%;
}
.modal-body {
  height: 400px;
  overflow-x: auto;
}
/* Styling for the popup overlay */
#videoFrame{
    width: 100%;
    height: 500px;
}
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

/* Styling for the popup content */
.popup-content {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Styling for the close button */
.close-btn {
    position: absolute;
    top: -58px;
    right: -31px;
    cursor: pointer;
    color: white;
    font-size: 50px;
}
.close-btn:hover {
    position: absolute;
    top: -58px;
    right: -31px;
    cursor: pointer;
    color: rgb(219, 219, 219);
    font-size: 50px;
    rotate: 360deg;
}

/* Hide the scrollbar when the popup is active */
body.video-popup-active {
    overflow: hidden;
}

/* slider test */

.gallery {
  position: relative;
  display: block;
  max-width: 500px;
  max-height: 300px;
  margin: auto;
  border-radius: 4px;
  overflow: hidden; }
  .gallery .slick-list {
    overflow: hidden; }
  .gallery .slick-slide {
    outline: none !important; }

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  line-height: 40px;
  text-align: center;
  background-color: #E6E6E6;
  z-index: 10;
  cursor: pointer;
  transition: background .3s ease; }
  .gallery-arrow:hover {
    background: #D0DFE6; }
  .gallery-arrow.mod-prev {
    left: 0;
    border-radius: 0 4px 4px 0; }
  .gallery-arrow.mod-next {
    right: 0;
    border-radius: 4px 0 0 4px; }

.gallery-item {
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center; }

.gallery-img-holder {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px; }

.gallery-img {
  width: 100%;
  height: 100%; }

.slick-lightbox .slick-arrow {
  z-index: 10; }

  img.nmimg {
    width: 65%;
    filter: drop-shadow(0 0 0.75rem #0000004d);

}
img.prdimg2 {
  filter: drop-shadow(0 0 0.75rem #0000004d);
  width: 73%;
}

/* Table module Css */

thead.dynotblthd {
  background-color: #4a4a4a;
  color: white;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  padding: 5px 11px;
}
.table td, .table th {
  padding: 5px 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
    border: 1px solid #dee2e6;

}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 15%);
}
.prdimgpartsmart img {
  width: 100%;
  filter: drop-shadow(0 0 0.75rem #0000004d);
}
.prdcheck {
  display: flex;
  padding-bottom: 30px;
}

ul.phlsul {
  padding: 0;
  list-style: none;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 600;
}
li.phlsli {
  padding: 5px 0;
}

li.phlsli i {
  font-size: 18px;
  padding: 0px 4px 0 0;
}
.videomessec {
  display: flex;
  justify-content: center;
  align-items: center;
}
img.vdoprdimg {
  width: 86%;
}

/* Gallery Page Css */
.gallery-container {
  padding: 30px 50px 50px 30px;
}
#filter-buttons button {
  border-radius: 3px;
  background: #fff;
  border-color: transparent;
}

#filter-buttons button:hover {
  background: #ddd;
}

#filter-buttons button.active {
  color: #fff;
  background: #6c757d;
}

#filterable-cards .card {
  width: 15rem;
  border: 2px solid transparent;
}

#filterable-cards .card.hide {
  display: none;
}

@media (max-width: 600px) {
  #filterable-cards {
    justify-content: center;
  }

  #filterable-cards .card {
    width: calc(100% / 2 - 10px);
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  img.nmimg {
    width: 45%;
}
.prdimgpartsmart img {
  width: 80%;
}
li.phlsli i {
  font-size: 19px;
  padding: 0px 10px 0 0;
}
ul.phlsul {
  padding: 0;
  list-style: none;
  padding-right: 55px;
  font-size: 18px;
  font-weight: 600;
}
img.prdimg2 {
  filter: drop-shadow(0 0 0.75rem #0000004d);
  width: 58%;
}
}