.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

.form_title h2 {
    margin: 0;
    padding: 0
}

.form_title h2 strong {
    background-color: #e04f67;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

i.fas.fa-pencil-alt {
    top: 10px;
    position: relative;
    left: 1px
}

[class*=" fa-"]::before,
[class^="fa-"]::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.form_title p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.form-control {
    font-size: 13px;
    color: #333;
    height: 40px;
    border-radius: 3px
}

label.error {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: -30px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    padding: 0 6px
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}
aside .widget {
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 13px 15px 15px;
    margin: 0 0 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}


aside .widget h2 {
    margin: 0 0 15px;
    color: #e90c8b;
    font-size: 1.4em;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 1px solid #ccc;
}

aside .widget h3 {
    padding: 0 0 0px;
    color: #003975;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: -0.03em;
}

aside .widget p {
    margin: 0 0 13px;
    font-size: 1em;
}

aside .assistance-number i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #e90c8b;
    font-size: 1.9em;
}

aside .assistance-number a {
    font-size: 1.3em;
    color: #e90c8b;
    /* padding: 1px 0 20px 25px; */
    font-weight: bolder;
}

.box-preventivo {
    margin-top: 0 !important;
    height: 406px;
    background: #414042 !important;
    color: #fff;
    padding: 20px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.box-preventivo h2 {
    color: #fd7516;
    text-transform: uppercase !important;
    font-size: 30px !important;
    line-height: 1 !important;
    border-bottom: none !important;
}

.box-preventivo p {
    font-size: 25px !important;
    line-height: 1.2;
    margin: 20px 0 43px !important;
}


ul#contact-info {
    list-style: none;
    margin: 0;
    padding: 0
}
.default-title {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.default-title h2 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}