.estimate-box {
background:#0F141A;
margin:auto;
padding:16px;
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 h2 {
font-weight:800;
text-transform:uppercase;
font-size:28px;
}


/* -- Home - Estimate Box */



.estimate-heading {
    color: #b0b2af;
    margin: 10px 0;
    font-weight: 800;
}

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



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


.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;
padding:6px;
}
.estimate-box .required_field_element {
    display: none;
}
.estimate-box .required_field {
    width: 100% !important;
}

.estimate-box .radio_checkbox {
    width: 50%;
}
.estimate-box .radio_checkbox img {
    width: 100%;
    height: auto;
}

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

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

.estimate-box .thank_you_content {
    background:var(--accent-color);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}



.estimate-box .btn.btn-primary {
width:60%;
padding:12px 0;
text-transform:uppercase;
background:transparent;
color:#ffffff;
font-weight:700;
border:2px solid #ffffff;
}


.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;
border-top:8px solid var(--accent-color);
    padding: 45px;
    text-align: left;
background-color:#ffffff;
border-radius:8px;
}
.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: 30px auto;
    padding: 0px;
text-align:center;
}
.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:#98C2F5;
}

.owl-prev, .owl-next {
display:none;
}
.estimate-box .btn.btn-primary:hover {
background-color:var(--accent-color);
color:#ffffff;
border:2px solid var(--accent-color);
}