.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
}

.form_title h2 i {
    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%
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666
}

.tape {
    position: absolute;
    left: 0;
    top: -20px;
    height: 45px;
    width: 100%;
    background: url(http://www.vagotour.com/assets/media/img/elements/tape.png) no-repeat center top;
    display: block
}

.box_style_4,
.box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd
}

.box_style_2 i,
.box_style_4 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block
}

.box_style_2 a.phone,
.box_style_4 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    color: #022351
}

ul#contact-info {
    list-style: none;
    margin: 0;
    padding: 0
}