
.feedback-section{
	background-color:#f7f7f7;
}
.feedback-section .sec-title {
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 1.5rem 0;
}
.feedback-section .hp {
    background: #ececec;
    color: var(--bs-theme-color);
    display: inline-block;
    font-size: 0.8rem;
    padding: 5px 10px;
    line-height: 1;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.feedback-section .sec-title:after {
    content: '';
    width: 3rem;
    height: 2px;
    border-bottom: 2px solid var(--bs-theme-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.feedback-section .fb-list .swiper-slide{
	padding:2rem 3rem;
	background-color:#fff;
	border-radius:5px;
	font-size:0.9rem;
}
.feedback-section .fb-list .fb-name{
	font-size:1.2rem;
	font-weight:bold;
	margin-top:2rem;
}
.feedback-section .fb-list .fb-content{
	min-height: 16rem;
    line-height: 1.8;
    font-size:1rem;
}
.feedback-section .star-rating i {
    font-style: normal;
    font-size: 1rem;
    color: #5ba886;
}
.feedback-section .fb-list{
	position:relative;
}
.feedback-section .fb-list:before, 
.feedback-section .fb-list:after {
    position: absolute;
    content: '';
    width: 73px;
    height: 72px;
    background: url('/images/quoteIcon.png')no-repeat;
}
.feedback-section .fb-list:before {
    top: -100px;
    left: -5px;
}
.feedback-section .fb-list:after {
    bottom: -70px;
    right: -5px;
    transform: rotate(180deg);
}


@media only screen and (max-width: 767px){
	.feedback-section{
		overflow:hidden;
	}	
}