.hide-large{
    display:none;
}

@media only screen and (max-width: 767px) {
  .hide-large{
    display:block;
    }

}

.listing-products .panel-card-wrapper .panel-card .card-bg-holder{
    background-size: contain;
}

.referenca-products .card-bg-holder{
background-size: contain !important;
background-color: #FFF;

}

.tab-content-wrapper{
    width: 100%;
}

.tab-content-wrapper table > tbody > tr> td{
    padding: 12px;
    font-size: 16px; 
    border-top: 1px solid #E1EAF3;
    border-left: 1px solid #E1EAF3;
    border-right: 1px solid #E1EAF3;
}

.tab-content-wrapper table > tbody > tr:first-child > td{
    background-color: #EDF8DD;
    font-family: "Hind Siliguri", sans-serif;
    padding: 10px;
    font-size: 12px;
    border:none;
}

.tab-content-wrapper table > tbody > tr:first-child > td:first-child{
    border-top-left-radius: 24px;
}

.tab-content-wrapper table > tbody > tr:first-child > td:last-child{
    border-top-right-radius: 24px;
}

.tab-content-wrapper table > tbody > tr:last-child > td{
    border-bottom: 1px solid #E1EAF3;
}

.tab-content-wrapper table > tbody > tr:last-child > td:first-child{
    border-bottom-left-radius: 24px;
}

.tab-content-wrapper table > tbody > tr:last-child > td:last-child{
    border-bottom-right-radius: 24px;
}

.tab-content-wrapper table > tbody > tr:first-child > td h4{
    color: #5D891A;
    font-family: "Hind Siliguri", sans-serif;
}

.customers-opinion-section .bg-holder {
    background-size: cover;
    background-position: center;
}

.language-picker .flag {
    margin-right: 0.5rem;
    max-height: 1.25rem;
}

.language-picker .active {
    color: #393E41 !important;
}

.design-model-item{
      border-radius: 16px;
      background: #F4F5F6;
      border: 1px solid #DEE0E3;
      color: #4C5257;
      padding: 4px 16px;
      margin-right: 10px; 
      margin-bottom: 10px;
      float:left;
      cursor:pointer;
}

.section-x-padding {
    overflow: hidden;
}

.home-video{
    padding-left: 0px;
    padding-right: 0px;
}

.home-video video {
  z-index: -1;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}