body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    width: 100%;
    font-family: Arial;
    font-weight: 400;
    background: rgb(255, 255, 255);
}

.clear {
    clear: both;
}

.padding_none {
    padding: 0;
}

header {
    height: 43vh;
    background: url(//v.fastcdn.co/u/6430ff65/48088750-0-dimitar-donovski-L2X.jpg) repeat rgb(30, 30, 30) 53% 64%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);
}

    header .logo {
        width: 18%;
        margin: 15px;
    }

.head_h1 {
    font-size: 28px;
    font-weight: bold;
    color: #2c1c82;
    text-transform: uppercase;
    margin: 30px 0;
}

.img_resonsive_main {
    max-width: 100%;
}

.banner_logo {
    padding-top: 18%;
}

.head_h3 {
    font-weight: bold;
    margin: 20px 0;
}

.margin_top_bottom {
    margin: 20px 0;
}

footer {
    margin-top: 5rem;
    padding-top: 20px;
}

    footer a {
        padding: 0 10px;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
    }

        footer a:hover {
            color: #2c1b80;
        }

    footer p {
        font-size: 0.8em;
    }

.copyright {
    margin: 20px 0 30px 0;
    font-size: 11px;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .fieldset {
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        border-bottom: 0px solid #ddd;
    }

    .wizard fieldset:not(:first-of-type) {
        display: none
    }


    .wizard fieldset {
        color: #000;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

        .wizard fieldset a span {
            font-size: 16px;
            font-weight: normal;
        }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

    .wizard .nav-tabs > li > a:hover {
        border: none;
    }

    .wizard .tab-pane {
        position: relative;
        padding-top: 20px;
    }

p.instruction {
    color: #212529;
    font-weight: bold;
}

.sub-step {
    font-size: 0.9em;
}

fieldset h2 {
    border-bottom: 1px solid #C6C6C6;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.font_size11 {
    font-size: 11px;
}

.sub_heading {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

.margin_top9 {
    margin-top: 9px;
}

.btn {
    margin: 10px 5px;
}

.btn-primary {
    background-color: #291880;
    border-color: #170865;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus {
        background-color: #2911a5;
        border-color: #1c0786;
    }

.text_col_width {
    width: 3.333333%;
}

span.required {
    color: red;
}

.fweight {
    color: red;
}

@media only screen and (max-width: 992px) {
    header .logo {
        width: 30%;
    }

    .banner_logo {
        padding-top: 33%;
    }
}

@media only screen and (max-width: 767px) {
    header .logo {
        width: auto;
        max-width: 70%;
    }

    .banner_logo {
        padding-top: 15px;
    }

    .logo_center {
        text-align: center;
    }

    .padd_margin {
        padding: 0 15px;
        margin: 10px 0;
    }

    .padd_left_right {
        padding: 0 15px;
    }

    .text_col_width {
        width: 100%;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }


        .wizard fieldset li a {
            line-height: 18px;
            font-size: 16px;
        }
}


.quote-section {
    color: #FFFFFF;
    font-size: 1.8576rem;
    line-height: 2.25rem;
    text-align: center;
    font-weight: 400;
    background-color: rgb(52,52,52);
}

    .quote-section img {
        width: 10%;
    }




.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    display: none;
    opacity: 0.7;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.loader, .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}
