body {
    font-family: "Proxima Nova", Arial, sans-serif;
}

/*.header {*/
/*    !*margin-bottom: 39px;*!*/
/*    !*margin-bottom: 10px;*!*/
/*}*/

.header-banner {
    width: 100%;
    background-color: #0096fa;
}

.header-banner .header-title {
    margin: auto;
    padding: 8px 0;
    width: 80%;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22.8px;
    color: #ffffff;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    /*font-style: normal;*/
    /*letter-spacing: normal;*/
    /*line-height: normal;*/
}
/*.header-banner .p {*/
/*    text-align: center;*/
/*    !*width: -webkit-fill-available;*!*/
/*}*/

.header-bottom {
    width: 100%;
    height: 3px;
    background-color: #de3700;
    margin-top: 1px;
}

.header img {
    width: 200px;
    padding: 12px 0 0 12px;
}

.post-header p {
    margin-bottom: 0;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #0091c4;
    font-family: "Proxima Nova",Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.post-header h5 {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #0091c4;
    font-family: "Proxima Nova",Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.post-header-2 {
    margin-top: 10px;
}

.post-header-2 p {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #de3700;
    font-family: "Proxima Nova",Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

input, select {
    border: 2px solid #e3e3e2;
    padding: 3px;
}

select {
    -webkit-appearance: none;
    background: url(/assets/img/dwon_arrow.svg) no-repeat left white;
    background-size: 10px;
    padding-left: 7%;
    background-position-x: 3%;
    color: #7a6e6b;
}

.next {
    background-color: white;
    border: #de3700 1px solid;
    border-radius: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #de3700;
    font-family: "Proxima Nova",Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
}

h1, h2, h3, h4, h5, label {
    margin-bottom: 0;
}


.main-footer {
    min-height: 180px;
    background-color: #154b8e;
    margin-top: 40px;
    padding: 2px 7px 5px 7px;
}

.main-footer-0 {
    min-height: 100px;
    background-color: #154b8e;
    margin-top: 40px;
    padding: 2px 7px 5px 7px;
}

.main-footer p {
    color: white;
    font-size: 10px;
    margin-bottom: 0;
    font-weight: lighter;
}

.main-footer-0 p {
    color: white;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: lighter;
}

.main-footer svg {
    height: 50px;
    width: 169px;
}

.main-footer-0 svg {
    height: 50px;
    width: 169px;
}

.has-error {
    border-color: red;
}

.help-block {
    color: red;
}

a[href^="tel:"]:before {
    content: "\260E";
    dtext-align: left;
    text-decoration: none;
    display: inline-block;
    margin-right: 0.5em;
    color: #0091c4;
}

a:link, a:visited {
    /*background-color: #f44336;*/
    color: #0091c4;
    /*padding: 0px 0px;*/
    /*text-align: left;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
}
