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


   /* -- Home - Estimate Box */

.estimate-box {
    background-color:var(--accent-color);
    margin:auto;
    padding:25px;
    color:#ffffff;
    max-width:600px;
    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: 3px solid var(--red);
    }
    
    
    .estimate-box h3 {
    font-weight:700;
    text-transform:uppercase;
    }
    
    
    .estimate-heading {
        color: #fff;
        margin: 10px 0;
        font-weight: bold;
    }
    
    .estimate-box .project-type {
        width: 33.3333333333%;
    }
    .estimate-box .service-type {
        width: 50%;
    }
    
    
    
    .estimate-box .radio_checkbox_value {
        width: 25%;
        color: #fff;
        padding: 5px;
    }
    .estimate-box .radio_checkbox_wrapper {
        display: flex;
    flex-wrap:wrap;
        width: 100%;
        padding: 0;
        margin: 20px auto;
    }
    
    
    .estimate-box .form_field_wrapper {
        padding: 3px;
        margin-bottom: 8px;
    }
    .estimate-box .form_field_wrapper:hover {
        background: none;
    }
    
    .estimate-box .form_field_content {
        width: 100% !important;
    
    }
    .estimate-box .form_field_text,
    .estimate-box .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: 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: #fff;
        color: var(--accent-color);
    }
    
    
    
    .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 .form_field_title {
    display:none;
    }
    
    
    .estimate-box .btn.btn-primary {
    border:none;
    color:#ffffff;
    background:var(--red);
    text-transform:uppercase;
    font-weight:700;
    width:40%;
    padding:12px 0;
    }
    
    .estimate-box .btn.btn-primary:hover {
    background:var(--red);
    color:#fff;
    }
  
    .estimate-box .btn.btn-primary:hover a{
        color:#fff;
        }

.maincontent_wrapper form {
    padding: 15px;
}