.navbar-brand img{
	height: 70px;
}

.social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.social-icon li a i {
  line-height: 28px;
  color: #fff;
}

.top-header.top-header-three .header-left-content::before{
	background-color: #82221b;
}
.top-header {
  background-color: #a83436;
}
.footer-area {
  background-color: #82221b;
}
.copy-right-area {
  background-color: #5e110c;
}
.copy-right-area p a {
  color: #fff;
}
.banner-content p {
  margin-bottom: 35px;
  font-size: 26px;
  color: #000024;
}
.default-btn:hover {
  background-color: transparent;
  color: #82221b;
}
.banner-content .banner-btn .default-btn.active:hover {
  background-color: transparent;
  color: #82221b;
  border-color: transparent;
}

.navbar-area .desktop-nav .navbar ul{
	margin-right: 0 !important;
}

.about-content .top-title{
	margin-bottom: 8px;
}

.single-footer-widget .social-icon{
  margin-top: 20px;
margin-left: 35px;
}

.single-footer-widget h3::before {

  background-color: #d2d2d2;
}
.copy-right-area{
  border-top: 1px solid #fff;
}

.product-area h2 {
  font-size: 30px;
  padding-bottom: 25px;
}

.product-area p {

    margin-bottom: 20px;
    text-align: center;

}
.mt-20{
  margin-top: 20px;
}
@media screen and (max-width: 600px){
  .top-header{
    display: none;
  }
  .mobile-nav .mobile-menu.mean-container .mean-nav ul li a.active{
    color: #85271e;
  }
  .banner-content p {
  font-size: 15px;
}
.banner-area {
  height: 100%;
  padding-top: 130px;
  }
  .video-btn-2{
    display: none;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #82221b;
  border: 1px solid #82221b;
  font-weight: normal;
  text-align: left;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #82221b;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #82221b;
  color: white;
}
.responsive-table tbody td[data-type=currency] {
  text-align: left;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title); 
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #82221b;
}


@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: var(--bs-body-color);
    text-align: left;
    font-weight: 600;
  }
  .responsive-table tbody td {
    text-align: left;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}

.responsive-table tbody td[data-title]::before {

    content: attr(data-title);
    float: left;
    font-size: 15px;
    color: var(--bs-body-color);

}

@media screen and (max-width:831px){
    .responsive-table tbody td{
        text-align:left;
    }
    .responsive-table tbody td[data-title]::before {
        display:none;
    }
}
