.tab-pane {
    opacity: 1;
    transition: opacity 0.3s ease-in-out; /* Adjust the duration and timing function as needed */
 }
 
 .tab-pane:not(.active) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
 }
 .random-prod-block iframe{
    width: 100%;
 }
 .product-btn {
    margin-top: 40px;
    text-align: center;
  }
  .product-btn a{
    min-width: 150px !important;
    line-height: 48px !important;
    height: 48px !important;
  }
  /* .main-logo img{
    height: 5vmax;
  } */
   .main-logo img {
    height: 6vmax;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

  .pro-btn .sm-bnt-wht {
    border: 1px solid #bac3c3;
  }
  .gallery-page .product-box,
  .gallery .item .product-box{
    border: 2px solid #995b29;
  }
  .prod-img {
    object-fit: cover;
    height: 250px !important;
    width: 100%;
    transition: 0.7s;
  }
  .bg-contact-map{
    background: url(../img/bg-banner.jpg) no-repeat bottom;
    width: 100%;
    background-size: cover;
    position: relative;
  }
  .bg-contact-map::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
  }

  /* fixed social*/
#fixed-social {
	position: fixed;
	top: 38%;
	z-index: 20;
  }
  
  #fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	 line-height: 40px;
	width: 40px;
	margin-bottom: 1px;
  }
  #fixed-social a:hover>span{
   visibility: visible;
   left: 41px;
   opacity: 1;
  } 
  #fixed-social a span {
   line-height: 40px;
	 left: 60px;
	 position: absolute;
	 text-align: center;
	 width: 120px;
	 visibility: hidden;
	 transition-duration: 0.5s;
	 z-index: 1;
	 opacity: 0;
  }
  .fixed-facebook{
	background-color: #00AAE5;
  }
  .fixed-facebook span{
   background-color: #00AAE5;
  }
  .fixed-gplus{
   background-color: #00AF54;
  
  }
  .fixed-gplus span{
	background-color: #00AF54;
  }
  .fixed-linkedin{
   background-color: #0077b5 ;
  
  }
  .fixed-linkedin span{
	background-color: #0077b5 ;
  }
  .fixed-instagrem{
   background-color: #ED2B29;
  
  }
  .fixed-instagrem span{
	background-color: #ED2B29;
  }
  /*end fixed social*/
  .thead-dark-bg{
    background-color: #9ad565;
    color: #000;
  }
  .footer_upper_map iframe{
    width: 100%;
    height: 150px;
  }
  .product-media {
    position: relative;
    width: 100%;
}

.product-media img.Sirv.prod-img {
  position: relative;
  width: 100%;
  padding: 10px;
  object-fit: contain;
}

.product-media img.Sirv.shape {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.7s, opacity 0.8s;
}

.product-media:hover img.Sirv.prod-img {
    opacity: 0;
    visibility: hidden;
}

.product-media:hover img.Sirv.shape {
  visibility: visible;
  opacity: 1;
  height: 287px;
  object-fit: contain;
}
  .sync2.product-bottom a img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  .prod-slider.sync1 .item img{
    /* width: 525px; */
    width: 350px;
  object-fit: cover;
  object-position: center;
  }
  .site-breadcumb.white-clr{
    text-align: center;
  }
.rel-div .theme-btn{
    width: 10%;
    cursor: pointer;
}

.tab-pane .row {
    justify-content: center;
    display: flex;
  }

  .testi-wrap .testi-img a img {
    width: 100%;
    height: 80px;
  }

  @media (max-width: 767px) {
    .theme-btn, 
    .theme-btn-2, 
    .theme-btn-3,
    .slide-btn{
      font-size: 13px;
      font-weight: 600;
      height: 45px;
      line-height: 45px;
      padding: 0 5px;
     width: 128px;
    }
    .main-logo img {
      height: 9vmax;
      /*left: -24px;*/
      left: auto;
      position: relative;
    }
    .is-sticky .main-logo img{
      display: none;
    }
    .tab-pane .row{
      display: block;
    }
    .product-title{
      font-size: 24px;
    }
  }
  .profile-table{
    width:100%;
    margin:40px 0;
}

.profile-table table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.profile-table table tr{
    border-bottom:1px solid #e5e5e5;
}

.profile-table table th{
    width:35%;
    padding:14px 20px;
    text-align:left;
    font-weight:600;
    color:#222;
    background:#f8f8f8;
}

.profile-table table td{
    padding:14px 20px;
    color:#555;
    line-height:28px;
}

@media(max-width:767px){

    .profile-table table,
    .profile-table tbody,
    .profile-table tr,
    .profile-table th,
    .profile-table td{
        display:block;
        width:100%;
    }

    .profile-table table th{
        border-bottom:none;
    }

    .profile-table table td{
        padding-top:0;
    }
}