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

.content-wrapper {
max-width: 1600px;
}

.about-right {
text-align: center;
}

.intro-content {
	padding: 30px 50px;
}

.about-right img {
max-width: 600px;
width: 100%;
}

.Reviewcontent {
    width: 75%;
    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 15px 5px rgba(0, 0, 0, 0.08);
}

.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;
    color: var(--accent-color);
}



.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;
    line-height: 0;
}

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

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

.reviewsection {
    margin-top: 45px;
}

.review-star {
    position: relative;
}

/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap {
    float: left;
    position: relative;
    width: 49%;
}

.map_wrap {
    margin: 0px 0px 20px 0px;
    float: right;
    position: relative;
    text-align: center;
    width: 49%;
    border-radius: 0px;
    box-shadow: #000000 0px 0px 4px 1px;
}

@media (max-width:768px) {
    .contact_info_wrap {
        float: none;
        width: 100%;
    }

    .map_wrap {
        margin: 12px 0 0 0;
        float: none;
        width: 100%;
    }
}

.btn.btn-primary {
    width: 36%;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2.5px solid var(--accent-color);
    color: var(--accent-color);
    background-color: transparent;
}

.btn.btn-primary:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}


.contact-icon {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: 50%;
    padding: 8px;
    margin-right: 12px;
}

.about-contact{
	margin: 0 auto;
	width: 65%;
}

.radio_checkbox_value{
	width: 83%;
}

.radio_checkbox_wrapper{
	width: 30%;
}