.wrap-box {
	margin: 5px;
}
.wrap-slide-c{
	overflow: hidden;
}
.gallery-slider {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-bottom: 10px;
}
.gallery-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery-slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider .swiper-wrapper .swiper-slide .box {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 60px;
  text-decoration: none;
}
.gallery-slider .swiper-wrapper .swiper-slide .box:hover, .gallery-slider .swiper-wrapper .swiper-slide .box:focus {
  transform: scale(1.05);
}
.box{
	padding: 8px;
	border:1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.box img{
	position: absolute;
	left: 12px;
	top: 12px;
	border-radius: 10px !important;
	object-fit: cover;
	width: calc(100% - 24px);
	height: calc(100% - 24px) !important;
}
.span-padding{
	box-sizing: border-box;display: block;width: initial;height: initial;background: none;opacity: 1;border: 0px;margin: 0px;padding: 60% 0px 0px;

}

.review-item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.review-item > .review-item {
  grid-row: 1 / -1;
  grid-column: 1;
}

.review-item{
	background: #fff;
	border-radius: 16px;
	border: 1px solid #ececec;
	padding:8px;
}

.rv-img{
	position: relative;
}
.rv-padding{
	box-sizing: border-box;display: block;width: initial;height: initial;background: none;opacity: 1;border: 0px;margin: 0px;padding: 68% 0px 0px;
}
.rv-img img{
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 6px !important;
	object-fit: cover;
	width: calc(100% - 8px);
	height: calc(100% - 8px) !important;
}
.rv-bottom-bar{
	display: flex;
	justify-content: space-between;
	padding: 0 5px 5px 5px;
}
.rv-created-date{
	font-size: 13px;
	color:#555;
}
.rv-mt-2{
	margin-top: 10px;
}
.rv-content{
	padding: 0 5px;
    font-size: 14px;
    line-height: 22.5px;
}
.rv-view-more, .rv-view-collapse{
	color:rgb(0 116 209/1);
	cursor: pointer;
}
.rv-user{
	display: flex;
	margin-top: 10px;
	padding: 0 5px;
}
.user-ava span{
	width: 44px;
    height: 44px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: orange;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}
.user-name{
	flex-grow: 1;
	margin-left: 15px;
	font-size: 15px;
	display: block;
	display: flex;
	flex-direction: column;
}

.wrap-rvsc-2{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.wrap-rvsc-2 > div{
	padding: 5px;
}
.text-center {
	text-align: center;
}
.load-more-rv{
	padding: 11px 17px;
    border: 2px solid #f27474;
    border-radius: 10px;
    background: #fff;
    color: #f27474;
    font-weight: 600;
    cursor: pointer;
}

.user-fb svg{
	fill: #0866ff;
}
.rv-logo{
	width: 20px;
	height: 20px;
}
.user-name span{
	line-height: 20px;
}