﻿

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700|Roboto:300,400,400i,700,700i');

/* BEGIN RESET */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



#cookie-popup {
    z-index: 9999999;
    height: auto;
    width: 220px;
    bottom: 50px;
    right: 50px;
    background-color: rgba(43, 113, 255, 0.9);
    color: rgba(255,255,255,0.7);
    position: fixed;
    border-radius: 5px;
    padding: 10px;
    font-family: Lato,sans-serif;
    letter-spacing: -.5px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    box-shadow:0 2px 5px rgba(59, 58, 58, 0.2);
}

    #cookie-popup .cookie-popup-close {
        position: absolute;
        height: 25px;
        width: 25px;
        top: -10px;
        right: -10px;
        cursor: pointer;
        background-image: url(../images/cookie-close-popup.png);
        background-size: 25px 25px;
    }

    #cookie-popup .cookie-popup-header {
        margin-top: 5px;
        font-weight: 700;
        font-size: 14px;
        color: white;
    }

    #cookie-popup .cookie-popup-link {
        color: #fff;
        text-decoration: underline;
    }


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-size: 12pt;
}

    body.noscroll {
        overflow: hidden;
    }

a.contest_button {
    /*display: none;*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12pt;
    font-weight: normal;
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
}

    a img {
        border: none;
    }


#messages {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    margin-top: -50px;
    margin-left: -100px;
    display:block;
    height:200px;
    width:300px;
    background-color:white;
    text-align:center;
}

    #messages  h2{
        color:white;
        font-weight:600;
        width:100%;
        background-color:gray;
        padding:10px;
    }

    #messages p{
        width: 100%;
        
        padding: 10px;
    }
    
    section.form {
        width: 500px !important;
    }


section#content {
    background-color: #4c3480;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.bluredbg {
    background-image: url(../images/hero-apply-bg.jpg) !important;
}


.apply {
    float: right;
    margin-top: 50px;
    font-weight: 700;
    background-color: #750181;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

    .apply:hover {
        color: #ff0bb4;
    }


/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

    input[type="number"] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.name{
    text-transform: capitalize;
}

input[type="email"]{
    text-transform:lowercase;
}

.postcode{
    text-transform:uppercase;
}

button::-moz-focus-inner, select::-moz-focus-inner {
    border: 0;
}
/* END RESET */

.error_box {
    z-index: 1001;
    position: absolute;
    display: none;
    top: 50px;
    left: 10px;
    background-color: #F2F1F0;
    border: 1px solid #979797;
    border: 1px solid #a8a8a8;
    padding: 15px;
    color: #333;
    font-size: 14px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .error_box:after {
        content: " ";
        width: 25px;
        height: 25px;
        background-image: url("../images/errorbox/balloon-top.html");
        background-repeat: no-repeat;
        position: absolute;
        top: -25px;
        left: 15px;
    }

div.warning {
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 4001;
    background-color: rgba(246, 179, 66, 1.0);
    color: #fff;
    color: #4f3915;
    font-weight: bold;
    font-size: 16pt;
    line-height: 45px;
    padding: 35px;
    padding-right: 80px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

    div.warning a {
        color: #3548AD;
        text-decoration: underline;
    }

div.warning_close {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #4f3915;
    color: #fff;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    top: 35px;
    right: 35px;
    cursor: pointer;
}

div.messagebox_container, div.outer_form {
    background-color: rgba(0,0,0,0.3);
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3001;
    display: block;
    display: none;
}

div.messagebox {
    background-color: #f3f4f6;
    position: fixed !important;
    position: absolute;
    top: 200px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

    div.messagebox h1 {
        font-weight: bold;
        font-size: 11pt;
        color: #fff;
        background-color: #1b1f22;
        background-color: #00bcd5;
        /*background-color: #ccc;
    color: #333;*/
        line-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
    }

div.messagebox_body {
    padding: 20px;
    font-size: 11pt;
    line-height: 14pt;
    color: #27282c;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

div.messagebox_buttons {
    height: 44px;
    text-align: right;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

    div.messagebox_buttons button {
        display: inline-block;
        height: 36px;
        box-sizing: border-box;
        line-height: 36px;
        background-color: #fe5722;
        border-radius: 2px;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 90px;
        font-size: 12pt;
        text-transform: lowercase;
        outline: none;
    }

        div.messagebox_buttons button:focus {
            outline: none;
        }

        div.messagebox_buttons button:hover {
            box-shadow: 0 2px 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3);
        }

.clear:after {
    display: block;
    content: "";
    height: 0px;
    overflow: hidden;
    clear: both;
}

.wrapper {
    width: 1600px;
    margin: 0px auto;
    position: relative;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

div.buy_to_let_special {
    max-width: 700px;
    padding-bottom: 50px;
    display: none;
}

/*div.vehicle_type_special, div.business_special {
    display: none;
}

#business_step_4 {
    display: none;
}

#business_step_5 {
    display: none;
}*/

div.document {
    padding-top: 50px;
    font-size: 12pt;
    line-height: 16pt;
}

    div.document h1 {
        font-size: 24pt;
        font-weight: bold;
        line-height: 32pt;
        padding-bottom: 40px;
    }

    div.document h2 {
        font-weight: bold;
        font-size: 15pt;
        line-height: 20pt;
        padding-bottom: 5px;
    }

    div.document p {
        padding-bottom: 30px;
    }

    div.document a {
        color: #5462C1;
        font-weight: bold;
    }

    div.document ul, div.document ol {
        padding-left: 50px;
        padding-bottom: 15px;
        list-style-type: square;
    }

    div.document li {
        padding-bottom: 15px;
    }

    div.document img {
        max-width: 300px;
        height: auto;
    }

.overlay {
    color: #FF0BB4;
    cursor: pointer;
    font-weight: bold;
}

div.overlay_container {
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    z-index: 10001;
}

    div.overlay_container div.document {
        position: absolute;
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px;
        background-color: #fff;
        border: 1px solid #000;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    }

        div.overlay_container div.document div.wrapper {
            padding: 40px;
            height: 100%;
            width: auto;
            overflow: auto;
        }

body.noscroll {
    overflow: hidden;
}

div.overlay_menu {
    position: fixed;
    top: 41px;
    left: 41px;
    right: 41px;
    height: 50px;
    background-color: #ccc;
}

    div.overlay_menu a {
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        width: 50px;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24pt;
        color: #fff;
        background-color: #E81123;
    }

.footerlinks{
    cursor:pointer;

}

    .footerlinks:hover {
        color: #bb44c0;
    }

section#header {
    height: 120px;
}

div.logo {
    width: 250px;
    height: 44px;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
    margin-top: 24px;
    
    float: left;
}

section#step2 {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0px auto;
}

    section#step2 form {
    }

    section#step2 p.disclaimer {
        padding-top: 0px;
        font-size: 12pt;
        line-height: 20pt;
        color: #fff;
    }

        section#step2 p.disclaimer a {
            color: #FF0BB4;
            cursor: pointer;
            font-weight: bold;
        }

            section#step2 p.disclaimer a:hover {
                text-decoration: underline;
            }

    section#step2 h1 {
        font-size: 35pt;
        line-height: 70px;
        color: #fff;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: left;
        padding-left: 50px;
    }

        section#step2 h1 span {
            font-weight: bold;
        }

section#search {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#search_box {
    width: 1000px;
    margin: 0px auto;
    background-color: rgba(57, 30, 77, 0.7);
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

    section#search_box h5 {
        padding: 25px;
        font-size: 18pt;
        background-color: #fb0daf;
        text-align: center;
    }

.sliders {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: #FFF;
    outline: none;
    opacity: 0.99;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}
.sliders::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #ff0f66; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

    .sliders::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #2b71ff; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 50px;
    }


.slider_area span, .slider_area input, .step2_area input, .step2_area span {
    margin-right: 10px;
    font-weight: normal;
    font-size: 16pt;
    //float: right;
    text-align: left;
    color: white;
}

    .slider_area input, .step2_area input{
        margin-top:-2px;
    }

    .slider_area span, .step2_area span {
        margin-left: 10px;
        width: 100px;
    }

#loan_amount_valuetop, #loan_amount_valuebottom, .step2_area #LoanAmount {
    width: 77px;
}

#loan_term_valuetop, #loan_term_valuebottom, .step2_area #LoanTerm {
    width: 23px;
}


#LoanAmount_Display, #loan_amount_displaytop, #loan_amount_displaybottom, #LoanTerm_Display, #loan_term_displaytop, #loan_term_displaybottom {
    text-align: left !important;
    margin-top: 0;
    width: 77px;
    display: inline-block;
    margin-left: 15px;
    float:right;
}


    #loan_term_displaytop, #loan_term_displaybottom, #LoanTerm_Display {
        width: 87px;
    }




.ui-widget-header {
    background: transparent !important;
}

div.loader_area {
    padding: 25px;
}

    div.loader_area h2 {
        text-align: center;
        font-weight: bold;
        font-size: 18pt;
    }

div.progress_so_far {
    color: #fb0daf;
    font-size: 26pt;
    text-align: center;
    padding-bottom: 50px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 40px auto;
    margin-top: 60px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


div.step2_content {
    border-radius: 10px;
    padding: 70px;
    background-color: rgba(57, 30, 77, 0.7);
    color: #fff;
}

    div.step2_content h2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16pt;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    div.step2_content h3 {
        color: #fb0daf;
        font-weight: normal;
        line-height: 35px;
        font-size: 16pt;
        padding-bottom: 50px;
    }

    div.step2_content h4 {
        color: #fff;
        font-weight: normal;
        line-height: 30px;
        font-size: 14pt;
        padding-bottom: 50px;
    }

        div.step2_content h4 span {
            font-weight: bold;
        }

        div.step2_content h4 a {
            font-weight: bold;
            color: #7fb2f7;
            cursor: pointer;
        }

            div.step2_content h4 a:hover {
                text-decoration: underline;
            }

div.loan_details {
    border: 2px solid #19a0ff;
    display: inline-block;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
}

div.loan_notes p {
    padding-bottom: 30px;
    color: #937997;
    line-height: 25px;
}

div.loan_details p {
    font-size: 14pt;
    font-weight: bold;
    line-height: 30px;
}

    div.loan_details p span {
        color: #7fb2f7;
    }

div.step2_field {
    padding-bottom: 35px;
}

    div.step2_field:after {
        clear: both;
        content: "";
        display: block;
        height: 0px;
        overflow: hidden;
    }

    div.step2_field label {
        width: auto;
        text-align: left;
        color: #b1abbb;
        font-size: 14pt;
        font-weight: normal;
        line-height: 40px;
    }

div.step2_area {
}

div.columns {
}

    div.columns:after {
        clear: both;
        content: "";
        display: block;
        height: 0px;
        overflow: hidden;
    }

div.columns_2 {
    //max-width: 700px;
}

div.columns_3_short {
    max-width: 700px;
}

div.column {
    float: left;
}

div.columns_3 div.column {
    width: 33.3%;
}

div.columns_4 div.column {
    width: 25%;
}

div.columns_5 div.column {
    width: 20%;
}

div.columns_4 div.column.column3 {
    width: 33.3%;
}

    div.columns_4 div.column.column3:nth-child(4) {
        padding-left: 0px;
    }

div.columns_2 div.column {
    width: 50%;
}

    div.columns_2 div.column:first-child {
        padding-right: 15px;
    }

    div.columns_2 div.column:last-child {
        padding-left: 15px;
    }

div.columns_4 div.column, div.columns_5 div.column {
    padding-left: 10px;
    position: relative;
}

div.columns_3 div.column {
    width: 33.3%;
    padding-left: 10px;
    position: relative;
}

    div.columns_3 div.column:first-child {
        padding-left: 0px;
    }

div.columns_4 div.column button, div.columns_5 div.column button {
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #666;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #19a0ff;
    cursor: pointer;
}

.btm-margin {
   // margin-bottom: 15px;
}

div.columns_4 div.column input, div.columns_5 div.column input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0;
}

    div.columns_4 div.column input:checked + button, div.columns_5 div.column input:checked + button {
        background-color: #19a0ff;
        color: #fff;
    }

    div.columns_4 div.column input:focus + button, div.columns_5 div.column input:focus + button, input:focus {
        box-shadow: 0 0 8px #19a0ff;
    }

    div.columns_4 div.column input:hover, div.columns_5 div.column input:hover + button, div.columns_4 div.column input:hover, div.columns_5 div.column input:hover +button {
        cursor: pointer;
    }

div.columns_4 div.column:first-child, div.columns_5 div.column:first-child {
    padding-right: 0px;
    padding-left: 0px;
}

div.loan_info {
    text-align: left;
}

    div.loan_info h2 {
        color: #b2abb9;
        font-size: 14pt;
        padding-bottom: 10px;
        text-transform: none;
    }

    div.loan_info p {
        line-height: 50px;
        border: 2px solid #19a0ff;
        border-radius: 8px;
        background-color: transparent;
        color: #fff;
        font-weight: normal;
        font-size: 14pt;
        text-align: left;
        padding-left: 18px;
    }

div.input_area, div.select_area {
    height: 50px;
    border-radius: 10px;
   // border: 2px solid #19a0ff;
    position: relative;
}

    div.input_area input, div.select_area select {
        border: 2px solid #19a0ff;
    }

    button.postcode_search {
        height: 50px;
        width: 50px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #FF0BB4;
        background-image: url(../images/search.png);
        background-size: 26px 26px;
        background-position: center;
        position: absolute;
        top: -2px;
        right: -2px;
        cursor: pointer;
        border-left: none;
        background-repeat: no-repeat;
    }

    button.postcode_search.circles1 {
        background-image: url(../images/circles1.png);
    }

    button.postcode_search.circles2 {
        background-image: url(../images/circles2.png);
    }

    button.postcode_search.circles3 {
        background-image: url(../images/circles3.png);
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px none inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border-radius: 10px;
    
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


    div .select_area {
    position: relative;
    overflow: hidden;
}

    div.select_area:after {
        width: 15px;
        height: 12px;
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 15px;
        background-image: url(../images/select_arrow.png);
        background-size: 15px 12px;
        background-position: center;
        background-repeat: no-repeat;
    }

    div.select_area select {
        //border: none;
        width: 100%;
        padding-left: 15px;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12pt;
        color: #fff;
        background-color: transparent;
        background-color: #361F53;
        background-color: rgba(66, 41, 90, 0.5);
        border-radius:10px
    }

div.input_area input {
    //border: none;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #fff;
}

section#step2 div.submit {
    text-align: left;
}

div.submit.step3 {
    padding-bottom: 0px;
}

    div.submit.step3 a {

        padding:20px 55px;
        height: 75px;
        line-height: 75px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        background-color: #ff0bb4;
        color: #fff;
        border-radius: 8px;
        font-size: 16pt;
        font-weight: bold;
        cursor: pointer;
    }


section#top_menu {
}

    section#top_menu ul {
        float: left;
        margin-top: 30px;
        height: 60px;
        line-height: 60px;
        list-style-type: none;
    }

    section#top_menu li {
        display: inline-block;
        margin-left: 72px;
        line-height: 60px;
        height: 60px;
        color: #4a4a4a;
        font-weight: bold;
    }

        section#top_menu li.phone {
            /*margin-left: 0px;*/
            background-color: #370f4d;
            color: #fff;
            font-weight: bold;
            font-size: 24pt;
            border-radius: 8px;
        }

            section#top_menu li.phone a {
                display: inline-block;
                height: 60px;
                padding-left: 18px;
                padding-right: 18px;
                line-height: 60px;
            }





section#content_left {
    float: left;
    width: calc(100% - 740px);
    vertical-align: top;
}

    section#content_left h1 {
        font-size: 60pt;
        line-height: 120px;
        color: #fff;
        font-weight: 300;
        padding-top: 80px;
    }

    section#content_left p {
        padding-top: 40px;
        line-height: 35px;
        color: #fff;
    }

    section#content_left h1 span {
        font-weight: bold;
        display: block;
    }

section.form {
    vertical-align: top;
    width: 615px;
    float: right;
    margin-top: 88px;
    margin-bottom: 40px;
    background-color: #402253;
    border-radius: 10px;
    color: #fff;
}

    section.form form {
        padding-left: 30px;
        padding-right: 30px;
    }

    section.form h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20pt;
        padding-top: 24px;
        padding-bottom: 24px;
    }

div.slider {
}

    div.slider label {
        color: #b4aebb;
        text-transform: uppercase;
        display: block;
        padding-bottom: 10px;
    }

div.slider_area {
    height: 40px;
    line-height: 40px;
    margin-bottom: 24px;
}

div.slider_slider {
    margin-top: 14px;
    width: 375px;
    float: left;
}

div.loan_info div.slider_slider {
    width: 100%;
    float: none;
}

div.slider_info {
    margin-right: 10px;
    font-weight: normal;
    font-size: 14pt;
   
}

.Slider_div {
    width: 70%;
    display: inline-block;
}






div.loan_info div.slider_info {
    margin-left: 0;
    padding-top: 0;
}

ul.content_items {
    padding-top: 30px;
    list-style-type: none;
    padding-bottom: 100px;
}

    ul.content_items li {
        padding-bottom: 18px;
    }

        ul.content_items li span {
            display: inline-block;
            background-color: rgba(43, 113, 255, 0.5);
            border-radius: 6px;
            height: 63px;
            line-height: 63px;
            color: #fff;
            font-weight: bold;
            padding-left: 14px;
            padding-right: 14px;
            /*width: min-content;*/
        }

div.form_summary {
    padding-top: 20px;
}

    div.form_summary h2 {
        color: #b4aebb;
        font-size: 10pt;
        text-align: center;
        padding-bottom: 35px;
    }

div.form_quotes {
}

div.form_quote {
    text-align: center;
    float: left;
    width: 33.3%;
}

    div.form_quote h3 {
        text-transform: uppercase;
        font-size: 9pt;
        color: #d9d7dc;
    }

    div.form_quote p {
        color: #ff0bb4;
        font-size: 12pt;
        font-weight: bold;
        padding-top: 8px;
    }

section#calculator div.form_quote p {
    color: #ff0bb4;
    font-weight: bold;
    font-size: 12pt;
    line-height: 26px;
}

div.submit {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

    div.submit button {
        padding-left: 55px;
        padding-right: 55px;
        height: 75px;
        line-height: 75px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        background-color: #ff0bb4;
        color: #fff;
        border-radius: 8px;
        font-size: 16pt;
        font-weight: bold;
        cursor: pointer;
    }

div.certs {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #f3eef4;
    height: 115px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events:none;
}

div.cert {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

section#lenders {
    background-color: #fff;
    padding-top: 90px;
    text-align: center;
    padding-bottom: 50px;
}

    section#lenders h1 {
        color: #412253;
        font-size: 30pt;
        text-transform: uppercase;
        padding-bottom: 75px;
    }

        section#lenders h1 small {
            display: block;
            padding-top: 50px;
            font-size: 0.6em;
            text-transform: lowercase;
        }

        section#lenders h1 span {
            font-weight: bold;
        }

div.representative_apr {
    background-color: #402253;
    color: #fff;
    padding-top: 50px;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 30px;
}

    div.representative_apr p {
        padding-bottom: 20px;
    }

div.health_warning {
    background-color: #fff;
    color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
}

div.lender {
    display: inline-block;
    margin-left: 60px;
    margin-right: 60px;
    width: 200px;
    height: 100px;
    display:inline-block;
}

    div.lender:first-child {
        margin-left: 0px;
    }

    div.lender:last-child {
        margin-right: 0px;
    }

#lender_utb {
    background: url(../images/united_trust_bank.png)no-repeat center top;

}

#lender_tog {
    background: url(../images/together.png)no-repeat center top;
}
#lender_opt {
    background: url(../images/optimum.png)no-repeat center top;
    width: 210px;
    //margin-left: 0px;
}
#lender_shb {
    background: url(../images/shawbrook.png)no-repeat center top;
    width: 220px;
    
}
#lender_pre {
    background: url(../images/prestige.png)no-repeat center top;
}


section#loan_purpose {
    background-color: #5462c1;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 40px;
    text-align: left;
}

    section#loan_purpose h1 {
        font-size: 30pt;
        text-transform: uppercase;
        padding-bottom: 25px;
    }

        section#loan_purpose h1 span {
            font-weight: bold;
        }

div.purposes {
    text-align: center;
}

div.purpose {
    float: left;
    width: 25%;
    height: 300px;
    padding-top: 120px;
    position: relative;
}

    div.purpose:after {
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        content: "";
        height: 120px;
        width: 140px;
        top: 0px;
        left: 50%;
        margin-left: -70px;
    }

    div.purpose h2 {
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 20px;
        font-size: 14pt;
    }

    div.purpose p {
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 30px;
    }

    div.purpose.home_improvement {
        background-color: #bb44c0;
    }

        div.purpose.home_improvement:after {
            background-image: url(../images/home_improvement.png);
        }

    div.purpose.consolidation {
        background-color: #750181;
    }

        div.purpose.consolidation:after {
            background-image: url(../images/consolidation.png);
        }

    div.purpose.buy_a_car {
        background-color: #19a0ff;
    }

        div.purpose.buy_a_car:after {
            background-image: url(../images/buy_a_car.png);
        }

    div.purpose.business {
        background-color: #fb0daf;
    }

        div.purpose.business:after {
            background-image: url(../images/business.png);
        }

    div.purpose.self_employed {
        background-color: #19a0ff;
    }

        div.purpose.self_employed:after {
            background-image: url(../images/self_employed.png);
            background-image: url(../images/other.png);
        }


    div.purpose.buy_to_let {
        background-color: #fb0daf;
    }

        div.purpose.buy_to_let:after {
            background-image: url(../images/buy_to_let.png);
        }

    div.purpose.education {
        background-color: #bb44c0;
    }

        div.purpose.education:after {
            background-image: url(../images/education.png);
        }

    div.purpose.other {
        background-color: #750181;
    }

        div.purpose.other:after {
            background-image: url(../images/other.png);
            background-image: url(../images/self_employed.png);
        }

section#calculator {
    background-color: #e5e5e5;
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
}

    section#calculator h1 {
        font-size: 30pt;
        text-transform: uppercase;
        padding-bottom: 75px;
    }

        section#calculator h1 span {
            font-weight: bold;
        }

    section#calculator p {
        line-height: 40px;
        color: #4e4e4e;
        max-width: 1300px;
        margin: 0px auto;
        font-size: 14pt;
    }


#calculator .wrapper {
    background:url("../images/calculator.jpg")no-repeat 100px 400px;
}

div.calculator_graphic {
    padding-top: 150px;
    padding-left: 100px;
    float: left;
    width: calc(100% - 740px);
    vertical-align: top;
}

section#about {
    background-color: #580062;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
}

    section#about h1 {
        font-size: 30pt;
        text-transform: uppercase;
        padding-bottom: 75px;
    }

        section#about h1 span {
            font-weight: bold;
        }

    section#about p {
        color: #c3b1c5;
        font-size: 12pt;
        line-height: 40px;
    }

div.about_items {
    padding-top: 75px;
}

div.about_item {
    padding-top: 175px;
    position: relative;
    float: left;
    width: 25%;
}

    div.about_item h2 {
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 20px;
        font-size: 14pt;
    }

    div.about_item p {
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 30px;
    }

    div.about_item:after {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        height: 175px;
        width: 175px;
        left: 50%;
        margin-left: -87px;
        background-repeat: no-repeat;
        background-position: center;
    }

    div.about_item.how_it_works:after {
        background-image: url(../images/how_it_works.png);
    }

    div.about_item.fast_free:after {
        background-image: url(../images/fast_free.png);
    }

    div.about_item.committed:after {
        background-image: url(../images/committed.png);
    }

    div.about_item.safe_secure:after {
        background-image: url(../images/safe_secure.png);
    }

section#more_info {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

    section#more_info:after {
        content: "";
        display: block;
        bottom: 0px;
        height: 34px;
        left: 0px;
        right: 0px;
        position: absolute;
        background-image: url(../images/more_info.png);
        background-repeat: repeat-x;
    }

div.more_item {
    float: left;
    width: 25%;
    padding-top: 150px;
    text-align: center;
    position: relative;
}

    div.more_item:after {
        height: 120px;
        width: 120px;
        display: block;
        position: absolute;
        content: "";
        top: 0px;
        left: 50%;
        margin-left: -60px;
        background-position: center;
        background-repeat: no-repeat;
    }

    div.more_item.free_no_obligation:after {
        background-image: url(../images/money_bag.png);
    }

    div.more_item.no_impact:after {
        background-image: url(../images/folder.png);
    }

    div.more_item.quality_online:after {
        background-image: url(../images/clock.png);
    }

    div.more_item.safe_secure:after {
        background-image: url(../images/lock.png);
    }

    div.more_item h1 {
        color: #fb00ac;
        font-weight: bold;
        padding-bottom: 8px;
    }

    div.more_item p {
        color: #666;
        font-size: 10pt;
        line-height: 18px;
        max-width: 280px;
        text-align: center;
        margin: 0px auto;
    }

section#bottom_menu {
    padding-top: 5px;
    padding-bottom: 75px;
}

div.bottom_menu_left {
    float: left;
}

    div.bottom_menu_left div.logo {
        float: none;
        margin-left: 0px;
    }

div.copyright {
    color: #7a7a7a;
    font-size: 11pt;
    padding-top: 25px;
    padding-left: 10px;
}

div.bottom_menu_lists {
    float: right;
    float: none;
    margin-left: 10px;
}

div.bottom_menu_list {
    float: left;
    float: none;
    margin-left: 50px;
}

    div.bottom_menu_list:first-child {
        margin-left: 0px;
    }

    div.bottom_menu_list h1 {
        color: #fb00ac;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    div.bottom_menu_list ul {
        list-style-type: none;
        color: #8d8d8d;
        font-size: 10pt;
        line-height: 24px;
        padding-top: 20px;
    }

section#footer {
    background-color: #555555;
    padding-top: 75px;
    padding-bottom: 75px;
    color: #fff;
}

    section#footer h1 {
        font-weight: bold;
        line-height: 18pt;
    }

    section#footer p {
        font-size: 10pt;
        padding-top: 20px;
        line-height: 20px;
        color: #fdfdfd;
    }

.ui-slider .ui-slider-handle {
    background: #2b71ff;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    width: 1.5em;
    height: 1.5em;
    top: -.5em;
    margin-left: -.7em;
}

.ui-slider-horizontal {
    height: .7em;
    border-radius: 8px;
}

div.column:empty {
    display: none;
}


#terms h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#terms h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top:30px;
    margin-bottom:10px;
}

#terms p {
    font-size: 14px;
    font-weight: 400;
    line-height:22px;
    margin-bottom:20px;
}


#terms li {
    font-size: 14px;
    font-weight: 400;
    list-style: disc;
    list-style-position: inside;
    padding: 5px 15px;
    text-indent: -1.5em;
    padding-left: 1em;
    line-height:22px;
}


#terms ul {
    margin: 10px 30px;
}

#terms span {
    font-weight: 700;
    color: #5462C1;
}



#progressContainer, #progressContainer h1{
    text-align: center !important;
    
}

#progressMeter{
    padding-left:0 !important;
}

#progressContainer h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: rgb(255, 15, 102);
}

    #progressContainer h4 {
        font-size: 20px;
        padding-bottom:0;
        margin-bottom: 20px;
    }

    /*for loader*/
    .sk-fading-circle {
        margin: 50px auto;
        width: 50px;
        height: 100px;
        position: relative;
    }

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }



.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    /*border-radius: 100%;*/
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
#ValidationContainer .sk-fading-circle .sk-circle:before {
    background-color: rgb(57, 30, 77);
}

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}






input.ng-pristine {
    
}

input.ng-touched.ng-invalid {
    border: 2px solid red;
}

input.ng-touched.ng-valid {
    border: 2px solid #19a0ff;
}






/*--- Validation Progress bar----*/


.progress-area {
    
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000001;
    background-color: rgba(0,0,0,0.3);
}

.progress-window {
    position: fixed !important;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -200px;
    width: 350px;
    //border: 10px solid #333;
    background-color: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    background-clip: padding-box;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}



.progress-area p {
    //margin-left: 40px;
    text-align: center;
    color: rgb(57, 30, 77);
    font-weight:600;
}

.progress-area .padder {
    padding: 25px;
}
.error-message {
    display: block !important;
    color: red !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: auto !important;
    margin-left: 0 !important;
    
}

input + .error-message, button + .error-message {
    padding-top: 10px;
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin-top: -55px;
    right: 45px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}


