.header_wrapper {
position:absolute;
box-shadow:none;
top:0;
background:transparent;
}

@media (max-width:981px) {
.header_wrapper {
position:relative;
background-color:#ffffff;
}
}

.finance-section {
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.73) 100%), url(/imageserver/UserMedia/scenic/enhancify-top-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.Reviewcontent {
    width: 75%;
    margin: auto;
    text-align: center;
}
.Reviewcontent p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: rgba(0, 0, 0, 0.7);
color:#222;
}
.Reviewcontent p:first-child {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.Reviewtestcontent {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 45px;
    text-align: center;
border-radius:16px 0 16px 0;
background-color:#fff;
-webkit-box-shadow: 0px 6px 23px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 6px 23px 1px rgba(0,0,0,0.08);
box-shadow: 0px 6px 23px 1px rgba(0,0,0,0.08);


}
.Reviewtestcontent p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
text-align:left;

}
.Reviewtestcontent ul {
    list-style: none;
    margin: 20px auto;;
    padding: 0px;
}
.Reviewtestcontent ul li {
    display: inline;
color:var(--accent-color);
}



.owl-carousel .owl-item img.image-auto {
    width: auto;
    margin: auto;
    display: flex;
}
.owl-theme .owl-nav {
	position: relative;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
    position: relative;
    font-size: 40px;
    line-height: 0;
display:none;
}
.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    position: relative;
    font-size: 40px;
    line-height: 0;
display:none;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	color:#ff6d5d;
}

.reviewsection {
margin-top:45px;
}

.review-star {
    position: relative;
fill:var(--accent-color);
}

.owl-carousel {
overflow:hidden;
}