.text-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  text-shadow: 0px 0px 5px #000;
}

.row.filter-cat-results .col {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.27s ease-out;
-moz-transition: all 0.27s ease-out;
-ms-transition: all 0.27s ease-out;
-o-transition: all 0.27s ease-out;
transition: all 0.27s ease-out;
}
.row.filter-cat-results .col.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.filter-cat-results .col:hover .img-box::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.filter-cat-results .col:hover .img-box::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.img-filter{
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  margin: auto;
}
.img-filter img{
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.cat-all.text-center.active img{
  -webkit-filter:none !important; /* Safari 6.0 - 9.0 */
  filter:none !important;
}
.cat-all.text-center.active{
  color:#00adb9 !important;
}

.nav-filter-cat li button {
  background-color: transparent !important;
  color: #212121;
  font-size: 12px;
  text-align: center;
}
.nav.nav-pills.nav-filter-cat {
  justify-content: center;
}
.nav-filter-cat li {
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
.row.row-tab-filter {
  margin-top: -29px;
  position: relative;
  z-index:1 ;
}
}
.frm-filter {
  display: flex;
  margin: auto;
  background-color: #fff;
  border-radius: 25px;
}
.frm-filter button {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.frm-filter input {
  width: calc(100% - 35px);
  border-radius: 0 25px 25px 0;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .frm-filter {
    width: 88%;
  }
}
@media screen and (max-width: 767.99px) {
  .gallery-thumb-items .product-thumb {
    -ms-flex: 0 0 23% !important;
    flex: 0 0 23% !important;
    max-width: 23% !important;
    -ms-flex: 0 0 18% !important;
    flex: 0 0 23% !important;
  }
  div.product-thumb:nth-child(4) {
    display: none !important;
  }
  .frm-filter {
    width: 100%;
  }
}
.text-banner img{
  margin: auto;
}
@media screen and (min-width: 1200px) {
.container-fluid.banner-inner {
  height: 70vh;
}
.container-fluid.banner-inner img{
 max-height: 100% !important;
 object-fit: cover;
}
}
 .breadcrumb li::before {
  float: right;
  padding-left: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb li {
  position: relative;
  margin-left: 13px;
  color: #9a9a9a;
  font-size: 12px;
}
.breadcrumb li:nth-child(1):before{
  display: none !important;
}
.crd-pro{
  border-radius: 15px;
  border: none;
  min-height:150px;

}
.crd-pro .card-body{
      display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.gallery-thumb-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  padding: 0;
}
.gallery-thumb-items .product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  padding: 18% 0 0;
  max-width: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  height: 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  position: relative;
}
.gallery-thumb-items .product-thumb:nth-child(-n+4), .gallery-thumb-items .product-thumb:nth-child(-n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-thumb-items .product-thumb:not(:first-of-type) {
  margin-right: 2.5%;
}
.gallery-thumb-items .product-thumb .thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.gallery-thumb-items .product-thumb img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  position: relative;
}
.zoom-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zoom-overlay-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  color: #fff;
  background-color: rgba(115, 114, 115, .6);
  font-size: 0.897rem;
  font-size: 1rem;
  line-height: 14px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.zoom-overlay-icon .fal {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  height: 17px;
}
@media screen and (min-width: 768px){
  .gallery-thumb-items .product-thumb:nth-of-type(5) img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .product-gallery.d-block {
    height: 496px;

  }
}
.product-gallery.d-block {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.product-gallery.d-block  img{
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  border-radius: 5px;
}
.breadcrumb li a {
  color: #9a9a9a;
  font-size: 11px;
}
.name-pro{
  color: #00adb9;
  font-weight: 600;
  font-size: 17px;
}
.row.align-items-center.row-name {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pro-detail{
  color: #212121;
  text-align: justify;
}
.lbl,.lbl a{
  color: #a6a6a6;
}
.lbl .bld{
  font-weight: 600;
}
.tbl-m{
  border:1px solid #dbdbdb;
}
.tbl-m td {
  color: #404040;
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
}
.tbl-m tr:nth-child(odd) td{
  background-color: #f2f2f2;
  border-top:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
}
.alert-info{
  color: #0d0d0d;
  font-weight: 600;
  text-align: center;
  background-color: #f5a409;
  border-radius: 5px;
  border-color: #f5a409;
font-size: 18px;
}
.alert-primary{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  border-color: #0dafbb;
  background-color: #0dafbb;
}
.desc-pro h2{
  color: #050505;
  font-size: 17px;
  padding-right: 10px;
  position: relative;
}
.desc-pro h2::before{
  content: '';
right: 0;
top: 8px;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #0dafbb;
position: absolute;
}
.desc-pro{
  color: #4b4b4b;
  text-align: justify;
}
.tbl-m thead {
  background-color: #00adb9;
  color: #fff;
  text-align: left;
  border-radius: 5px 5px 0 0;
}
.tbl-m thead th{
  border-radius: 5px 5px 0 0;
  border: none !important;
}
.tbl-m thead tr{
  border: none !important;
  }
  .tbl-m tbody{
    border-color: #ddd !important;
  }
  .step-name{
    color: #6e767d;
    font-weight:500;
  }
  .img-service{
    height: 40px;
  }
  .img-service img{
   max-width: 100% !important;
   max-height: 100% !important;
   object-fit: contain;
  }
  .crd-pro .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0dafbb;
    border-radius: 100%;
    color: #fff;
    line-height: 20px;
    vertical-align: middle;
  }
  .help-section .card{
    box-shadow: 0px 0px 5px #ccc;
  }
  .alert.alert-info.pt-2.pb-2.d-block:hover {
    color: #fff;
    text-shadow: 0px 0px 5px #605f5f;
  }
  
  
  
  .alert-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    border-color: #2d1306;
    background-color: #cc9766 ;
}
