/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

@font-face {
    font-family: "proxima_nova";
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
        url("../fonts/ProximaNova-Regular.woff") format("woff"),
        url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
        url("../fonts/ProximaNova-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova";
    src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
        url("../fonts/ProximaNova-Bold.woff") format("woff"),
        url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
        url("../fonts/ProximaNova-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

body {
    padding-top: 56px;
    color: #293b51;
    font-size: 16px;
    font-family: "proxima_nova";
    line-height: 25px;
    transition: all 0.2s ease 0s;
}

.live_demo_image img {
    max-width: 100%;
}

a {
    color: #3a85e6;
    transition: all 0.2s ease 0s;
}

a:hover {
    color: #4882c9;
    text-decoration: none;
}
p {
    color: #293b51;
}
ul {
    padding-left: 0;
}
ul li {
    padding: 10px 0 10px 25px;
    color: #647385;
    position: relative;
    list-style: none;
}
ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #647385;
    position: absolute;
    top: 17px;
    left: 0;
}
ul li p {
    margin-bottom: 0;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control {
    background: url("../images/down-arrow.svg");
    background-position: 97% 17px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.form-control {
    font-size: 16px;
    border: 1px solid #dbdfe4;
    padding: 12px 10px 10px;
    height: auto;
    background-color: #fff;
    border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
    width: 17px;
    height: 17px;
}

.form-control:focus {
    color: #647385;
    border-color: #dbdfe4;
    outline: 0;
    box-shadow: none;
}

label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

label.form-check-label {
    font-weight: 400;
}
label.form-check-label a {
    font-weight: 700;
}
.form-check {
    padding-left: 25px;
}
.form-check-input {
    left: 0;
    top: 3px;
    margin: auto;
}

.btn {
    background-color: #3a85e6;
    border-color: #3a85e6;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    width: 100%;
}
.btn.btn-transparent {
    background-color: transparent;
    border-color: #dbdfe4;
    color: #647385;
    display: block;
    max-width: 205px;
    margin: 0 auto;
    padding: 8px 15px;
}
.btn:hover {
    background-color: #293b51;
    border-color: #293b51;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle {
    background-color: #293b51;
    border-color: #293b51;
    color: #fff;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    background-color: #293b51;
    border-color: #293b51;
    color: #fff;
}

.live_demo_image {
    margin: 30px 0;
}
.live_demo_image img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}
.form-divider {
    position: relative;
    margin: 55px 0 30px;
}
.form-divider p {
    background-color: #fff;
    color: #647385;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    max-width: 90%;
}

.form-divider:before {
    content: "";
    height: 1px;
    background-color: #dbdfe4;
    min-width: 32px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .form-divider {
        margin: 30px 0 15px;
    }
    .live_demo_image {
        margin: 20px 0;
    }
}
