/**** Global.css for Fox Symes Car Loans *****/




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}





.field-validation-error {
    font-size: small !important;
}



/* 1.ROOT */



html {
    overflow-y: scroll;
    background: linear-gradient(to right, #40b6e9 0%, #3279c4 100% );
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100% /* 252px */;
    font: 100%/1.4 "Roboto", "Helvetica Neue", Helvetica, Arial;
    color: #333;
    background-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}









/* 2.HEADINGS */



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto","Helvetica Neue", Helvetica, Arial;
    font-weight: 700;
    text-align: center;
}

h1 {
    margin-bottom: .75em;
    font-size: 1.7em;
    line-height: 1.1;
}

h2 {
    margin-bottom: .75em;
    font-size: 1.4em;
    line-height: 1.2;
    padding-top: 10px;
}

h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.3;
}

h4 {
    margin-bottom: 1.25em;
    font-size: 1.1em;
    line-height: 1.25;
}

h5 {
    margin-bottom: 1.5em;
    font-size: 1em;
}

h6 {
    font-size: 1em;
}











/* 3.TYPOGRAPHY */



p,
ol,
ul,
dl,
address {
    margin-bottom: 1.5em;
    font-size: 1em;
}

ul,
ol {
    margin: 0 0 1.5em -24px;
    padding-left: 24px;
}

ul {
    list-style-type: disc;
    margin-left: 0.2em;
}

ol {
    list-style-type: decimal;
    margin-left: 0.2em;
}

li ul,
li ol {
    margin: 0;
    font-size: 1em;
}

blockquote {
    margin: 0 0 1.5em -24px;
    padding-left: 24px;
    border-left: 1px solid rgb(200,200,200);
    font-style: italic;
}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}











/* 4.LINKS */



a {
    outline: none;
    color: #043866;
}

    a:link {
        -webkit-tap-highlight-color: #043866;
        )
    }

    a:visited {
        color: #333;
    }

    a:hover {
        outline: none;
        color: #043866;
        text-decoration: none;
    }

    a:active,
    a:focus {
        outline: none;
        color: #333;
    }











/* 6.TABLES */



table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

th, td, caption {
    padding: .25em 10px .25em 5px;
}











/* CUSTOM */

/* CUSTOM */

/* CUSTOM */

/* CUSTOM */

.wrapper {
    width: 95%;
    margin: 0 auto;
}









/***** Header *****/

header {
    padding: 10px 0 0 0;
    background: #fff;
}

#logo {
    text-indent: -9999px;
    /*position: absolute;*/
    width: 180px;
    height: 60px;
    background: url(../../../Images/poorcredit//carloans-logo.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0;
}

.phone {
    display: none;
}

#mobilePhoneIcon {
    position: absolute;
    width: 31px;
    position: absolute;
    top: 19px;
    right: 12px;
    z-index: 9999;
    color: #043866;
    text-decoration: none;
    display: none;
}





.wrapper {
    max-width: 976px;
}









/***** Steps *****/

#applySteps {
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
    width: 85%;
    max-width: 520px;
}

    #applySteps .step {
        float: left;
        position: relative;
    }

    #applySteps .step1 {
        width: calc(50% - 16px);
    }

    #applySteps .step2 {
        width: calc(50% - 16px);
    }

    #applySteps strong {
        display: block;
        width: 32px;
        height: 32px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        background: #3279c4;
        color: #fff;
        text-align: center;
        line-height: 32px;
        font-weight: 700;
    }

    #applySteps .step1 strong:before,
    #applySteps .step2 strong:before {
        content: " ";
        position: absolute;
        right: 6px;
        top: 14px;
        height: 5px;
        background: #3279c4;
        width: calc(100% - 42px);
    }

    #applySteps .active strong {
        background: #003768;
    }

    #applySteps em {
        display: none;
    }







/***** Form Section ******/

.formSection {
    background: #fff;
    border: 1px solid #3279c4;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 12px;
    padding: 12px 12px 16px 12px;
}

    .formSection h2 {
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        margin: 0 0 12px 0;
        color: #003768;
    }

    .formSection:last-of-type {
        margin-bottom: 60px;
    }









/***** Slider *****/

#sliderWrap {
    padding: 30px 0 0 0;
}

.slideLimit {
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}

.slideLimitHigh {
    float: right;
    text-align: right;
    width: auto;
}

.rangeslider__value-bubble {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 17px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    text-align: center;
    background-color: transparent;
    padding: 0;
    color: #003768;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    margin: 0;
    white-space: nowrap;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rangeslider {
    background: #c4cfda;
    position: relative;
}

.rangeslider--horizontal {
    height: 10px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #003768;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #003768;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}









/***** Fields *****/

input,
select {
    outline: none;
    border: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

.formSection ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.field {
    position: relative;
    height: 43px;
    border-bottom: 2px solid #3279c4;
}

    .field label {
        font-size: 15px;
        height: 43px;
        line-height: 43px;
        position: absolute;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        z-index: -1;
    }

    .field input[type=text],
    .field input[type=tel],
    .field input[type=email],
    .field input[type=password],
    .field input[type=date],
    .field input[type=number] {
        line-height: 40px;
        border: none;
        background: transparent;
        display: block;
        width: 93%;
        height: 43px;
        padding: 12px 0 0 0;
        position: relative;
        z-index: 1;
    }

    .field select {
        background: transparent;
        border: 1px solid #ffffff;
        outline: none;
        height: 43px;
        padding: 12px 0 0 0; /* If you add too much padding here, the options won't show in IE */
        /*width: calc(100% - 25px);*/
        width: 100%;
        position: relative;
        z-index: 2;
    }

.fieldSelect i {
    position: absolute;
    width: 20px;
    text-align: center;
    right: 0;
    top: 0;
    line-height: 40px;
    color: #666;
    z-index: 0;
}

/*.fieldDate {

	position: relative;

}

.fieldDate label {

	position: static !important;

	font-size: 15px !important;

    height: 43px !important;

    line-height: 43px !important;

    color:#333 !important;

}

.fieldDate input[type=date] {

	width: calc(100% - 100px);

	float: right;

	padding: 0;

	line-height: 43px;

}

/*input[type=date] {

	font-size: 1px;

}

input[type=date].active {

	font-size: 15px;

}*/

/** DatePicker **/

.ui-widget.ui-widget-content {
    border: 1px solid #c4cfda;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.ui-widget-header {
    border: none;
    background: none;
    background: #c4cfda;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #3279c4;
        background: #40b6e9 ;
    }

.fieldRadio strong {
    font-size: 15px;
    height: 43px;
    line-height: 40px;
    float: left;
}

.fieldRadio label {
    position: static !important;
    float: left;
    font-size: 15px !important;
    width: auto;
    height: auto !important;
    line-height: 44px !important;
    margin-left: 20px;
}

.fieldRadio input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /*background: transparent;

	border: 2px solid #3279c4;*/
}

.buttonWrapper {
    padding: 20px 0 0 0;
}

input.button,
a.button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #40b6e9;
    background: -moz-linear-gradient(top, #40b6e9 0%, #3279c4 100% );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40b6e9), color-stop(100%,#3279c4) );
    background: -webkit-linear-gradient(top, #40b6e9 0%, #3279c4 100% );
    background: -o-linear-gradient(top, #40b6e9 0%, #3279c4 100% );
    background: -ms-linear-gradient(top, #40b6e9 0%, #3279c4 100% );
    background: linear-gradient(to bottom, #40b6e9 0%, #3279c4 100% );
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
    -webkit-appearance: none;
    cursor: pointer;
}

input.buttonSecondary,
a.buttonSecondary {
    background: #fff;
    border: 3px solid #3279c4;
    color: #3279c4;
    line-height: 38px;
}

a.buttonSecondary {
    line-height: 44px;
    width: calc(100% - 6px);
    height: 44px;
}

input.button:last-child {
    margin-bottom: 0px;
}

#manualAddress {
    display: none;
}

    #manualAddress h3 {
        color: #cc0000;
    }

.fieldYM input[type=tel],
.fieldYM input[type=number] {
    width: 50%;
    float: left;
}

.fieldTime input[type=tel],
.fieldTime input[type=text],
.fieldTime input[type=number] {
    width: 25%;
    float: left;
}

.fieldYM label {
    top: 0px !important;
    left: 0px !important;
    z-index: 1 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: rgb(102, 102, 102) !important;
}

.selectLabel {
    display: block;
    line-height: 43px;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#autoAddress {
    margin-bottom: 28px;
}

#noAddress {
    text-align: center;
    font-size: 12px;
    color: #00336c;
    cursor: pointer;
    float: left;
}



/** Income Row **/

.incomeRow {
    margin-bottom: 20px;
}



.preLabel {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 0 10px;
    background: #40b6e9 ;
    line-height: 43px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.incomeRow input[type=text],
.incomeRow input[type=tel],
.incomeRow input[type=number] {
    padding: 0;
    text-align: right;
}

.incomeRow select {
    float: right;
    width: calc(100% - 45px);
}

.incomeRow .fieldRadio {
    overflow: hidden;
}

    .incomeRow .fieldRadio input {
        position: absolute;
        left: -100px;
        top: -100px;
    }

    .incomeRow .fieldRadio label {
        margin: 0;
        width: calc(33.33% - 2px);
        text-align: center;
        border-right: 1px solid #3279c4;
    }

        /*.incomeRow .fieldRadio label:last-of-type {

	border: none;

}*/

        .incomeRow .fieldRadio label.active {
            background: #3279c4;
        }

.fieldRow strong {
    font-size: 15px;
}

/** Expenses Row **/

.expensesRow {
    margin-bottom: 20px;
}

    .expensesRow input[type=text],
    .expensesRow input[type=tel],
    .expensesRow input[type=number] {
        padding: 0;
        text-align: right;
    }

    .expensesRow select {
        float: right;
        width: calc(100% - 45px);
    }

/** Success **/

#success h2 {
    font-size: 24px;
}

#successMessage {
    text-align: center;
}

/** Error **/

.fieldRow li.error,
.fieldRow .fieldRadio.error label:first-of-type,
.fieldRow .fieldRadio.error label:last-of-type,
.fieldRow .fieldRadio.error label {
    border-color: #cc0000;
}

    .fieldRow li.error label,
    .fieldRadio.error strong {
        color: #cc0000 !important;
    }

.error .preLabel {
    background: #ffeeee;
    color: #cc0000;
}

.error input::placeholder {
    color: #cc0000;
}









/***** Gateway *****/

#gateway {
    margin: 30px 0;
}

    #gateway h2 {
        font-size: 24px;
    }

    #gateway h3 {
        font-size: 16px;
    }

#gatewayCol1 {
    margin-bottom: 32px;
}

#gateway ul {
    list-style-type: none;
    margin: 0 auto 20px auto;
    padding: 0;
    max-width: 392px;
}

#gatewayCol1 li {
    margin-bottom: 6px;
}

    #gatewayCol1 li i {
        float: left;
        width: 28px;
        margin: 0px 0 0 0;
        color: #d8b77b;
        font-size: 24px;
    }

#gateway li em {
    float: left;
    width: calc(100% - 30px);
    margin: 2px 0 0 0;
}

/*#gatewayCol2 ol {

	margin: 0 0 20px 0;

}*/

#gatewayCol2 .button {
    margin-bottom: 8px;
}

a#forgotPassLink {
    display: block;
    text-align: center;
    color: #666 !important;
    font-size: 14px;
    text-decoration: none;
    padding: 16px 0 0 0;
}

#gateway .button {
    /*max-width: 180px;*/
    margin-left: auto;
    margin-right: auto;
}

#gatewayOr {
    border-bottom: 2px dotted #3279c4;
    text-align: center;
    height: 13px;
}

    #gatewayOr b {
        background: #fff;
        margin-top: 7px;
        font-size: 14px;
        padding: 0 12px;
    }









/***** Password *****/

#passwordReset {
    margin: 30px 0;
}

    #passwordReset h2 {
        font-size: 24px;
    }

    #passwordReset ol {
        margin: 0 0 20px 0;
    }

    #passwordReset .button {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

#passwordResetContent {
    max-width: 440px;
    margin: 0 auto;
}

    #passwordResetContent .fieldRow li {
        float: none;
        width: 100%;
        margin: 0;
    }



















/***** Footer *****/

#legals {
    background: #3279c4;
    color: #fff;
    padding: 20px;
    font-size: 14px;
}

    #legals span {
        display: block;
    }

    #legals a {
        color: #fff;
    }



























/* 15.VENDOR-SPECIFIC */



::-webkit-selection {
    background: rgb(23,119,175);
    color: rgb(250,250,250);
    text-shadow: none;
}



::-moz-selection {
    background: rgb(23,119,175);
    color: rgb(250,250,250);
    text-shadow: none;
}



::selection {
    background: rgb(23,119,175);
    color: rgb(250,250,250);
    text-shadow: none;
}





div,
input,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}



/* Additional*/



.validation-summary-errors {
    color: #cc0000;
    font-size: small;
    padding: 10px;
}

.field-validation-error {
    color: #cc0000 !important;
}

.hide {
    display: none;
}



.fieldRow{
    z-index:100;
}


/* Sources: 

http://meyerweb.com/eric/tools/css/reset

http://people.opera.com/patrickl/experiments/keyboard/test

http://gist.github.com/413930

http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap

http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars

http://tjkdesign.com/ez-css/css/base.css

http://viget.com/inspire/styling-the-button-element-in-internet-explorer

http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing

http://html5doctor.com/html-5-reset-stylesheet/

http://praegnanz.de/weblog/htmlcssjs-kickstart/

http://camendesign.com/design/

http://yui.yahooapis.com/2.8.1/build/base/base.css

http://webaim.org/techniques/css/invisiblecontent/

http://drupal.org/node/897638

*/





@media only screen and (max-device-width: 480px) {

    .fieldRow li.error,
    .fieldRow .fieldRadio.error label:first-of-type,
    .fieldRow .fieldRadio.error label:last-of-type,
    .fieldRow .fieldRadio.error label {
        margin-bottom: 15px;
    }

    .field {
        margin-bottom: 15px;
    }
}





.hide-calendar .ui-datepicker-calendar {
    display: none;
}



#purchaseDetails .field {
    border: none !important;
    margin-right: 20px;
}



.formSection {
    padding-bottom: 30px;
}



    .formSection:last-of-type {
        margin-bottom: 30px;
    }





.errorRadio {
    border: solid 1px #cc0000 !important;
}



/*** Commented Out as it's more for Desktop, not Mobile ***/

/*.labelRow .field {

    border: none;

}

.labelRow li {

    float: left;

}

.labelRow .textField {

    width: 55% !important;

}



.labelRow .fieldRadio {

    width: 25%;

}



.labelRow .numberField {

    width: 25%;

    border: solid 1px #3279c4;

}*/

.numberField input[type=tel] {
    padding: 0 10px 0 0;
    text-align: right;
}







.totalPreLabel input[type=tel] {
    float: right !important;
    width: calc(100% - 120px) !important;
    text-align: right;
    padding: 0 10px 0 0;
}

.repayPreLabel input[type=tel] {
    float: right !important;
    width: calc(100% - 170px) !important;
}

.arrearPreLabel {
    width: 150px !important;
}

.arrearPreLabel {
    padding-left: 70px !important;
}





/** Added 5 Feb 2018 START **/

.fieldRow .fieldRadio {
    border: none;
    height: 45px;
}

    .fieldRow .fieldRadio label {
        border-top: 1px solid #3279c4;
        border-bottom: 1px solid #3279c4;
        border-right: 1px solid #3279c4;
        height: 41px !important;
        line-height: 41px !important;
        margin: 0;
        padding: 0 20px;
    }

        .fieldRow .fieldRadio label:first-of-type {
            border-left: 1px solid #3279c4;
            border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            margin-left: 20px;
        }

        .fieldRow .fieldRadio label:last-of-type {
            border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
        }

    .fieldRow .fieldRadio input {
        border: none;
        background: transparent;
        position: absolute;
        left: -9000px;
        top: 0;
    }

    .fieldRow .fieldRadio label.active {
        background: #3279c4;
    }

.fieldRow .fieldGender {
    padding: 0;
    width: 45%;
}

.fieldLongLabel {
    clear: both;
    overflow: hidden;
}

    .fieldLongLabel strong {
        height: auto;
        min-height: none;
        line-height: 1.2;
        padding: 10px 0 0 0;
        display: block;
        margin-bottom: 4px;
    }

    .fieldLongLabel .field {
        min-height: 43px;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .fieldLongLabel label {
        margin: 0 !important;
        padding: 0;
    }

@media screen and (min-width: 768px) {

    .fieldLongLabel {
        margin-bottom: 30px;
    }

        .fieldLongLabel strong {
            margin: 0 2.5% 6px 0;
            padding: 0;
        }

        .fieldLongLabel .field {
            margin: 0;
            padding: 0;
        }
    #terms {
        margin-bottom: 180px;
        z-index: 1000;
    }
}

@media screen and (min-width: 1024px) {

    .fieldLongLabel strong {
        margin: 0 0 6px 0;
    }
}

.propertyDetailsItem {
    clear: both;
}

    .propertyDetailsItem h3 {
        text-align: left;
        margin: 0;
        margin-bottom: 5px;
        padding: 20px 0 0 0;
    }

.incomeRow .field {
    height: auto;
    min-height: 43px;
}

.incomeRow .fieldRadio label,
.incomeRow .fieldRadio label:first-of-type {
    margin: 0px;
    padding: 0px;
}

.incomeRow .fieldRadio.error label,
.incomeRow .fieldRadio.error label:first-of-type,
.incomeRow .fieldRadio.error label:last-of-type {
    margin: 0;
}

.incomeRow .field-validation-error {
    display: block;
    clear: both;
    line-height: 1.2;
    padding: 4px 0 0 0;
    margin-bottom: 6px;
}

.disabledRadio {
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
}

#numberOfProperty-error {
    display: block;
    line-height: 1.2;
    margin-bottom: 2px;
}

/** Added 5 Feb 2018 END **/







/** Added 13 March 2018 START **/

.fieldRow.labelRow {
    margin-bottom: 20px;
}

.labelRow .field {
    border: none;
    height: auto;
    overflow: hidden;
}

    .labelRow .field input {
        border: 1px solid #3279c4;
    }

.labelRow .fieldRadio label:first-of-type {
    margin: 0;
}


#gatewayCol1 {
    margin-bottom: 23px;
    border-bottom: 1px dotted #e8d4ad;
    padding-bottom: 32px;
    position: relative;
}

    #gatewayCol1:after {
        content: "OR";
        position: absolute;
        bottom: -11px;
        left: 50%;
        text-align: center;
        font-weight: bold;
        width: 50px;
        background: #fff;
        margin-left: -25px;
        color: #3279c4;
    }

@media screen and (min-width: 768px) {
    #gatewayCol1 {
        border-bottom: none;
        padding-bottom: 0;
    }

        #gatewayCol1:after {
            content: none;
        }
}


/*new existing car loan change**/


@media screen and (max-width: 767px) {
    .fieldSelect i {
        display: none;
    }

    #loanPurpose .incomeRow .fieldRadio label {
        width: calc(100% - 2px);
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    #loanPurpose .fieldRow .fieldRadio label {
        border: 1px solid #3279c4;
    }

    #loanDetails {
        overflow: hidden;
    }

        #loanDetails .labelRow .fieldRadio {
            width: 44%;
            height: auto;
        }

        #loanDetails .fieldRadio label {
            margin-left: 0;
        }

        #loanDetails .labelRow .textField {
            margin-bottom: 1px;
        }

        #loanDetails .labelRow .numberField {
            width: 100%;
            box-sizing: border-box;
        }

        #loanDetails .fieldpreLabel {
            width: 93%;
        }

        #loanDetails select {
            border: 1px solid #3279c4;
        }

        #loanDetails .preLabel {
            z-index: 2;
        }
        #loanDetails .field select {
            width: calc(100% - 45px);
            margin-left: 45px;
            padding:0;
        }
}

@media screen and (min-width: 768px) {
    #loanPurpose .fieldRow li {
        width: 100% !important;
    }

    #loanPurpose .incomeRow label {
        width: calc(50% - 10px) !important;
    }

    #loanDetails .labelRow .textField {
        width: 35% !important;
    }

    #loanDetails .labelRow .fieldRadio {
        width: 50%;
        padding-left: 0;
    }

    #loanDetails .fieldRow .fieldRadio label:first-of-type {
        margin-left: 0;
    }

    #loanDetails .rowLabel {
        margin-top: 12px;
    }

    #loanDetails .fieldpreLabel {
        border: solid 1px #3279c4;
        width: 27%;
    }

    #loanDetails .field select {
        width: calc(100% - 45px);
        margin-left: 45px;
    }

    #loanDetails .labelRow .numberField {
        box-sizing: border-box;
        width: 25%;
    }
}



/**end */


/**** footerAction ****/
#footerAction {
    background: #3279c4;
    background: -moz-linear-gradient(left, #40b6e9 0%, #3279c4 100% );
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#40b6e9), color-stop(100%,#3279c4) );
    background: -webkit-linear-gradient(left, #40b6e9 0%, #3279c4 100% );
    background: -o-linear-gradient(left, #40b6e9 0%, #3279c4 100% );
    background: -ms-linear-gradient(left, #40b6e9 0%, #3279c4 100% );
    background: linear-gradient(to right, #40b6e9 0%, #3279c4 100% );
    color: #fff;
    padding: 30px 0;
    margin: 0;
    position: relative;
}

    #footerAction .btn {
        background: #fff;
        color: #333 !important;
        font-size: 20px;
    }

    #footerAction:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: rgba(0,0,0,0.2);
    }

footer {
    background: #1d2326;
    padding: 40px 0 30px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    line-height: 40px;
}

    footer a,
    footer a:visited {
        color: rgba(255,255,255,0.5);
        display: block;
    }

#footerLogo {
    width: 130px;
    height: 60px;
    background: url(../../../Images/poorcredit/carloans-logo-rev.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0 auto 15px auto;
}

    #footerLogo a {
        display: block;
        height: 100%;
    }
#footerAction {
    padding: 50px 0;
}

    #footerAction btn {
        font-size: 22px;
    }

footer {
    padding: 20px 0;
}

    footer .wrapper {
        overflow: hidden;
    }

#footerLogo {
    margin: 0;
    float: left;
}

#terms, #footerTerms {
    float: right;
    width: auto;
    padding-top: 13px;
    text-align: right;
    line-height: 1.2;
}

    #terms a {
        display: inline-block;
        padding: 0;
    }
.fixBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 767px) {
    .fixBottom {
        display: none;
    }
}

select{
    z-index:-1;
}

/** check for small screen */
@media screen and (max-width: 600px) {
    #legals {
        display: none;
    }
    .formSection {
        padding-bottom: 60px;
    }
}