.container {
    font-family: 'Arial',sans-serif !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0) !important;
    height: auto !important;
    border-radius: 5px !important;
   box-sizing: border-box !important;
    max-width: 1185px !important;
    width: 100% !important;
    margin: 0px auto;
}
 
 
 
 
 html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
       background-color: transparent !important;
}
 
  [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/ IMAGE STYLES /
[type=radio] + img {
  cursor: pointer;
}

/ CHECKED STYLES /
[type=radio]:checked + img {
  outline: 2px solid #f00;
}
[type=radio]:checked + img {
  outline: 2px solid #e69138;
background: rgba(52,152,219,0.49) !important;
border-radius: 14px !important;
    
}


img {
    width: 125px;
    height: 125px;
 border-radius: 14px !important;
}
    label.homeoven {
    margin-left: 433px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 55px !important;
    margin-right: -1px;
}
.well {
    min-height: 20px;
    padding: 0px!important;
    margin-bottom: 20px;
background-color: transparent; !important;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow:  none !important;
        box-shadow: none !important;
}
.age-number {
    text-align: center;
    margin-top: 13px;
    font-size: 20px;
}


body {
    width: 100% !important;
    margin: 0px !important;
    background-color: transparent;
}
.col-md-6 {
width: 100% !important;
margin-top: 17px;
}


.col-md-offset-3 {
    margin-left: 0px !important;
}
    select#form {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}
select#electricitybill {
width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
    
    
    
}
select#Age {
width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
    
    
}




select#products {
width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
    
    
}

    select#property {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}



input#primary_address_postalcode {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

input#first_name {
    width: 100%;
    padding: 10px!important;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

/*input#email {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    border-radius: 5px !important;*/
/*    border-color: rgb(102, 102, 102) !important;*/
/*    border-style: solid !important;*/
/*    font-size: 20px !important;*/
/*}*/
input#email {
    width: 100%;
    padding: 3px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

input#phone_work {
    width: 100%;
    padding: 3px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

button.action.submit.btn.btn-success {
 width: 100% !important;
    padding: 10px;
        margin-bottom: 8px;
}
.btn-success:hover {
    color: #fff;
    background-color: #e69138 !important;
    border-color: #e69138 !important;
}
/*.title {*/
/*    text-align: center;*/
/*    font-size: 20px !important;*/
/*    margin-bottom: 14px;*/
/*    color: #222;*/
/*    font-weight: 700;*/
/*}*/
.title {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 4px;
    color: #222;
    font-weight: 700;
}

button.action.next {
    width: 100% !important;
    padding: 10px;
        margin-bottom: 13px;
        background: #e69138 !important;
    border: 0px solid rgba(215,218,218,0) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    padding: 15px 0px 15px 0px !important;
    margin-top: -4px !important;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e69138;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.btn-success {
    color: #fff;
    background-color: #e69138 !important;
    border-color: #e69138!important;
    
}