.maincontent {
    padding: 0;
    max-width: 100%;
    position: relative;
}

.Reviewcontent {
    width: 85%;
    margin: auto;
    text-align: center;
}

.Reviewcontent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.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;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.08);
border: 2px solid var(--accent-color);
}

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

.Reviewtestcontent ul {
    list-style: none;
    margin: 0px 0px 30px;
    padding: 0px;
}

.Reviewtestcontent ul li {
    display: inline;
}

.Reviewtestcontent h4 {
    line-height: 30px;
    color: #808080;
}

.owl-carousel .owl-item img.image-auto {
    width: auto;
    margin: auto;
    display: flex;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
    position: absolute;
    font-size: 40px !important;
    line-height: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    position: absolute;
    font-size: 40px !important;
    line-height: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #F4C213;
}