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



.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;
}
.Reviewtestcontent h4 {
text-transform:none;
font-weight:400;
	line-height: 30px;
font-size:16px;
}
.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:#98C2F5;
}
.estimate-box {
background:#050505;
margin:auto;
padding:25px;
color:#ffffff;
max-width:500px;
text-align:center;
position:relative;
z-index:2;
top:0px;
-webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.15); 
box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.15);
border-top:8px solid var(--accent-color);
}


.estimate-box h3 {
font-weight:700;
text-transform:uppercase;
}


/* -- Home - Estimate Box */



.estimate-heading {
    color: #61AFFD;
    margin: 10px 0;
    font-weight: bold;
}

.project-type {
    width: 50%;
}
.service-type {
    width: 50%;
}



.radio_checkbox_value {
    width: 100%;
    color: #fff;
    padding: 5px 8px;
}
.radio_checkbox_wrapper {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}


.estimate-box .form_field_wrapper {
    padding: 3px;
    margin-bottom: 5px;
}
.estimate-box .form_field_wrapper:hover {
    background: none;
}

.estimate-box .form_field_content {
    width: 100% !important;

}
.estimate-box .form_field_text,
.form_field_select,
.estimate-box .form_field_textarea {
    width: 100%;
    background: #ffffff;
}
.estimate-box .required_field_element {
    display: none;
}
.estimate-box .required_field {
    width: 100% !important;
}

.estimate-box .radio_checkbox {
    width: 100%;
}

.estimate-box .radio_checkbox_wrapper {
width:25%;
}

.estimate-box .radio_checkbox img {
    width: 100%;
    height: auto;
}
.estimate-box .radio_checkbox input {
    position: relative;
    z-index: 1;
margin-left:8px;

}
.estimate-box .radio_checkbox input:focus ~ label {
    background: #ffffff;
}
.estimate-box .radio_checkbox input:checked ~ label {
    background: #61AFFD;
    color: #000;
}

.estimate-box .radio_checkbox i {
    vertical-align: middle;
    margin-right: 5px;
}

.estimate-box .thank_you_content {
    background:#61AFFD;
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.estimate-box .form_field_title {
display:none;
}

.estimate-box .btn.btn-primary {
background-color:#ffffff;
text-transform:uppercase;
font-weight:600;
width:75%;
margin:35px auto 0;
color:#050505;
border:0px;
}

.estimate-box .btn.btn-primary:hover {
background-color:var(--accent-color);
color:#ffffff;
border:0px;
}