.gallery-page h1{
	text-align: center;margin: 4.5625rem 0rem 4.5625rem 0rem;
}
.customer-gallery-details{
	padding: 0.5rem;
}
.tab-wrap {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab-item {
    margin-right: 10px;
    flex-shrink: 0;
}
.tab-item a {
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.tab-item.active a {
    background-color: #272727;
    color: #fff;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.grid-item {
  height: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}





.content-gallery {
  box-shadow: 0 2px 8px 0 rgba(7,17,27,.01);
  padding: 35px 60px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-gallery .acont{
  color: #333;
  font-size: 16px;
}
.content-gallery .acont h2{
  color: inherit;
  font-size: inherit;
  margin: 35px 0;
}
.content-gallery .acont a{
  color: #ff6d00;
}
.content-gallery .acont p{
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 32px;
}
.content-gallery .acont .pic{
	margin: 35px 0;
	text-align: center
}
.content-gallery .ql-align-center img, .content-gallery .acont img{
  max-width: 100%;
  margin: 0 auto;
}
.content-gallery .article-desc {
  background: #F3F4F4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 30px;
  padding: 26px 30px 26px 66px;
  font-size: 18px;
  color: #999;
  position: relative;
  line-height: 30px; 
}
.content-gallery .subtitle{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0 30px;
}
.content-gallery .atitle {
    color: #333;
    font-size: 32px;
    letter-spacing: 1px;
}


.list-related {
    box-shadow: 0 2px 8px 0 rgb(7 17 27 / 1%);
    margin-bottom: 20px;
}
.list-related .inner-box{
  padding: 30px;
}
.list-related .ctitle {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeced;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    font-weight: bold;
}
.list-related .img-wrap img {
	width:100%;
}
.list-related .img-wrap {
	height:215px;
}

.list-related .list-item-title{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.list-related .list-item-desc{
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.list-related .list-item{
  text-align: center;
  margin-bottom: 30px;
}



.review-content{
	font-size: 16px;
	margin-bottom: 10px;
}
.star-1,.star-5{
	background-image:url(/images/star.png);
	width:16px;
	height:16px;
	display: inline-block
}
.star-5{
	width:80px;
}
.rating-value{
	display: inline-block;
	padding-left: 1rem;
}
.author{
	display: inline-block;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

