@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,600;1,400&display=swap');
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.hero-sec h1 {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
}

/* START :: Custom variable */
html {
    scroll-behavior: smooth;
}

/* START :: Bootstrap variable  */
/*$h1-font-size: 56px !default;
$h2-font-size: 48opx !default;
$h3-font-size: 42px !default;
$h4-font-size: 36px !default;
$h5-font-size: 24px !default;
$h6-font-size: 18px !default;*/
/*END :: Bootstrap variable*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #414042;
    --bs-secondary: #03254e;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    font-size: 18px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f9f9f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}


h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

.desktop-only {
    display: none;
}

@media (min-width: 991px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

a {
    color: #414042;
    text-decoration: underline;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

iframe {
    border: 0;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #a0a0a1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(65, 64, 66, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(65, 64, 66, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-webkit-input-placeholder {
    color: #5e6063;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #5e6063;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #5e6063;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #5e6063;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    -moz-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    -moz-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}


.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.dropdown {
    position: relative;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.h-100 {
    height: 100% !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.m-0 {
    margin: 0 !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.text-center {
    text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

/*

font-family: 'Amiri', serif;

*/

.container-fluid {
    padding: 0 40px;
}

img {
    max-width: 100%;
}

* {
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    text-decoration: none;
    color: inherit;
}

strong {
    font-weight: bold;
}

ul {
    margin: 0;
    padding-left: 0;
}

ul li {
    /*list-style: none;*/
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.55;
}

h1 {
    line-height: 60px;
    margin: 0;
    font-weight: bold;
    position: relative;
}

h1 span {
    color: #d71f28;
}

h2 a {
    color: inherit;
}

h3 {
    position: relative;
    font-size: 42px;
}

h3 span {
    color: #0072BC;
}

h4 {
    font-size: 36px;
    color: #23243d;
}

h4 span {
    color: #d71f28;
}

h5 {
    line-height: 1.2;
    font-weight: bold;
    color: #0072BC;
}

h6 {
    font-size: 18px;
}

.btn {
    background: #03254e;
    height: 54px;
    font-size: 27px;
    color: #fff;
    line-height: 50px;
    padding: 0;
    width: 100%;
    max-width: 286px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    border: 2px solid #03254e;
}

.container {
    padding: 0 15px;
}

.containerlg {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a:hover {
    color: inherit;
}

.logo img {
    max-width: 340px;
}

.container-fluid {
    padding: 0 60px;
}

.header {
    padding: 36px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.header .tollfree {
    padding-top: 24px;
    font-size: 18px;
    color: #0072BC;
}

.header .tollfree .btn {
    height: 88px;
    width: 330px;
    border: 3px solid #0072BC;
    border-radius: 4px;
    background-color: #fff;
    font-size: 42px;
    color: #0072BC;
    margin-bottom: 5px;
}

.hero-sec {
    padding-top: 150px;
    background-color: #f9f9f9;
}

.hero-sec h1 {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.12;
}

.hero-sec h1 span {
    color: #d71f28;
    display: block;
}

.hero-sec .hero-left {
    padding-bottom: 80px;
}

.hero-sec .hero-right img{
    max-width: 560px;
    margin-bottom: 30px;
}

.hero-sec .hero-right {
    padding-right: 70px;
}

.credit-apply {
    max-width: 366px;
    margin-left: 8px;
}

.credit-apply p {
    color: #0072BC;
    font-size: 18px;
}

.credit-apply p a {
    border-bottom: 1px solid #0072BC;
}

.credit-apply form {
    padding-bottom: 35px;
}

.credit-apply form input[type=text] {
    margin-bottom: 20px;
    height: 45px;
    border: 1px solid #d5d5d5;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    color: #959595;
    border-radius: 0;
    outline: none;
}

.credit-apply form input[type=submit] {
    width: 300px;
    outline: none;
    font-size: 30px;
    margin-top: -3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 900;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
}
@media (max-width: 597px) {
    .credit-apply form input[type=submit] {
        margin: 0 auto 12px;
    }
}

.credit-apply form p {
    font-size: 20px;
    color: #000000;
}

.btn {
    background-color: #d71f28;
    border: 1px solid #d71f28;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    width: 186px;
    height: 50px;
    border-radius: 4px;
}

.easy-to-apply {
    background-color: #fff;
    padding: 65px 0 55px;
}

.easy-to-apply .btn {
    margin: 0 auto;
}

.head_sec {
    padding-bottom: 35px;
}

.head_sec h6 {
    margin: 0;
}

.steps-row {
    margin: 0 -25px 40px;
}

.steps-row .steps_items {
    padding: 0 25px 20px;
}

.steps-row .steps_items .steps_items_in {
    padding: 50px 35px 50px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
}

.steps-row .steps_items .steps_items_in h4 {
    margin-bottom: 10px;
    line-height: 0.8;
    font-size: 100px;
    text-align: center;

}

.steps-row .steps_items .steps_items_in h5 {
    padding-bottom: 25px;
    margin: 0;
}

.steps-row .steps_items .steps_items_in p {

    line-height: 1.56;
    text-align: left;
}

.benefits {
    padding: 40px 0 60px;
    background-color: #e8e8e8;
    background-image: url("../images/man.png");
    background-position: bottom right 140px;
    background-repeat: no-repeat;
}

.benefits h6 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #23243d;
}

.benefits ul {
    max-width: 700px;
    padding-top: 25px;
    margin: 0 -20px;
}

.benefits ul li {
    max-width: 50%;
    width: 50%;
    padding: 35px 20px;
}

.benefits ul li .benefits_icons {
    width: 60px;
    max-width: 60px;
    height: 60px;
}

.benefits ul li .benefits_icons img {
    max-width: 100%;
    max-height: 100%;
}

.benefits ul li .benefits_txt {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 18px;
}

.benefits ul li .benefits_txt h6 {
    padding-bottom: 10px;

    color: #d71f28;
    font-size: 16px;
}

.benefits ul li .benefits_txt p {
    font-size: 16px;
}

.footer {
    color: #000;
    background-color: #0072BC;

    /*padding: 70px 0 100px;*/
    font-size: 12px;
    padding-bottom: 1rem;
}

.footer .inner {
    padding: 10px 0!important;
    margin: 0 auto!important;
    max-width: 560px!important;
    overflow: hidden!important;
}


.footer .logo {
    margin-bottom: 80px;
}

.footer .discliamer {
    padding-top: 50px;
}

.footer .discliamer p {

    padding-bottom: 15px;
    font-size: 14px;
}

.footer h6 {
    font-size: 22px;
    margin-bottom: 15px;


}

.footer p a {
    font-size: 12px;
}

.footer .do_not_sell {
    padding-bottom: 20px;
}

.footer .do_not_sell p {
    text-transform: uppercase;
    color: #000;
}

.footer .footer_address {
    margin-bottom: 40px;
}

.f_links {
    margin: 0 -7px 5px;
}

.f_links li {
    line-height: 18px;
    padding: 0 7px;
    position: relative;
}

.f_links li a {
    color: #000;
}

.f_links li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    left: -1px;
    top: 50%;
    margin-top: -6px;
    background-color: #000;
}

.f_links li:first-child:before {
    display: none;
}

.form-section {
    padding: 250px 0 150px;
}

.form-section .container {
    max-width: 1320px;
}

.form-section form {
    /*font-size: 36px;*/
    font-size: 28px;

    padding: 25px 90px 0;
    color: #4d4d4d;
    background-color: #fff;
}

.form-section form .row {
    margin: 0 -35px;
}

.form-section form .row > * {
    padding: 20px 35px;
}

.form-section form label {
    font-size: inherit;
    line-height: 1;
    color: #4d4d4d;
    padding-left: 10px;
    padding-bottom: 10px;
}

.form-section form .form-control {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    outline: none;
    color: #4d4d4d;
    height: 70px;
    font-size: inherit;
    padding: 0 20px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-section form .apply_row > * {
    padding: 0;
}

.form-section form ul {
    margin-left: 45px;
}

.form-section form ul li {
    padding: 10px 0;
    list-style: disc;
    line-height: 1;
}

.form-section form .btn {
    width: 415px;
    height: 78px;
    font-weight: 900;
    font-size: 42px;
    border-radius: 0;
    max-width: 100%;
    margin: 0 auto 15px;
}

.thanks_in {
    background-color: #fff;
    padding: 70px 120px 90px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(1.268px 2.719px 9px rgba(39, 40, 41, 0.3));
    filter: drop-shadow(1.268px 2.719px 9px rgba(39, 40, 41, 0.3));
    background-color: #ffffff;
    border: 0.75px solid #a1a1a1;
}

.thanks_in a,
.thanks_in h1 {
    color: #0072BC;

    font-size: 60px;
}

.thanks_in h1 {
    margin: 0;
    padding-bottom: 60px;
}

.thanks_in p {

    font-size: 30px;
    padding-bottom: 30px;
    line-height: normal;
}

.thanks_in a {
    line-height: 0.75;
    display: inline-block;
}

@media (max-width: 1539px) {
    .benefits {
        background-position: bottom right 80px;
    }
}

@media (max-width: 1399px) {
    .container-fluid {
        padding: 0 30px;
    }

    .hero-sec .hero-right {
        padding-right: 130px;
    }

    .benefits {
        background-size: auto 65%;
    }

    .form-section {
        padding: 280px 0 120px;
    }
}

@media (max-width: 1199px) {
    .header .tollfree {
        padding-top: 0;
    }

    .header {
        padding: 30px 0;
    }

    .hero-sec {
        padding-top: 140px;
    }

    .hero-sec .hero-right {
        padding-right: 50px;
    }

    .steps-row {
        margin: 0 -15px 30px;
    }

    .steps-row .steps_items {
        padding: 0 15px 20px;
    }

    .benefits {
        background-size: auto 70%;
        padding: 80px 0 40px;
        background-position: bottom right 0;
    }

    .benefits ul {
        max-width: 585px;
        margin: 0 -15px 30px;
    }

    .benefits ul li {
        padding: 25px 15px;
    }

    .hero-sec h1, h3 {
        font-size: 36px;
    }

    .form-section {
        padding: 200px 0 80px;
    }

    .form-section form {
        padding: 25px 50px 0;
        font-size: 30px;
    }

    .form-section form .row {
        margin: 0 -30px;
    }

    .form-section form .row > * {
        padding: 30px;
    }

    .form-section form .apply_row > * {
        padding: 0;
    }

    .form-section form .form-control {
        height: 72px;
    }

    .thanks_in {
        padding: 50px;
    }

    .thanks_in h1 {
        padding-bottom: 40px;
    }

    .thanks_in p {
        font-size: 27px;
    }

    .thanks_in a, .thanks_in h1 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .hero-sec .hero-right {
        padding-right: 0;
    }

    h3, .hero-sec h1 {
        font-size: 32px;
    }

    .hero-right img {
        max-width: 320px;
    }

    .header .tollfree .btn {
        height: 60px;
        font-size: 30px;
        border-width: 2px;
    }

    .credit-apply form {
        padding-bottom: 20px;
    }

    .benefits {
        background-image: none;
    }

    .credit-apply form input[type=submit] {
        font-size: 26px;
    }

    .footer {
        padding: 50px 0 40px;
    }

    .steps-row .steps_items .steps_items_in h4 {
        font-size: 80px;
    }

    .form-section {
        padding: 140px 0 60px;
    }

    .form-section form {
        font-size: 24px;
        font-size: 20px;
    }

    .form-section form {
        padding: 20px 15px;
    }

    .form-section form .form-control {
        height: 56px;
    }

    .form-section form .row {
        margin: 0 -15px;
    }

    .form-section form .row > * {
        padding: 15px;
    }

    .form-section form .apply_row > * {
        padding: 0;
    }

    .form-section form .btn {
        width: 311px;
        height: 60px;
        font-size: 32px;
        line-height: 58px;
    }

    .form-section form .apply_row > * {
        padding: 10px 0;
    }

    .thanks_in {
        padding: 40px 25px;
    }

    .thanks_in h1 {
        padding-bottom: 30px;
    }

    .thanks_in p {
        font-size: 24px;
    }

    .thanks_in a, .thanks_in h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    h4 {
        font-size: 28px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .header {
        padding: 20px 0;
    }

    .logo {
        max-width: 200px;
    }

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

    .header .tollfree .btn {
        height: 54px;
        font-size: 22px;
        width: 225px;
    }

    .hero-right {
        display: none;
    }

    .hero-sec {
        padding: 130px 0 40px;
    }

    .hero-sec .hero-left {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .credit-apply {
        margin: 0 auto;
    }

    .credit-apply form input[type=submit] {
        font-size: 22px;
    }

    .footer .discliamer {
        padding-top: 35px;
    }

    .footer .row > * {
        margin-bottom: 30px;
    }

    .footer {
        padding-bottom: 10px;
    }

    .footer .logo {
        margin-bottom: 40px;
    }

    .form-section form .apply_row label {
        font-size: 20px;
    }

    .form-section form ul {
        margin-left: 35px;
    }

    .form-section form .apply_row > * {
        padding: 10px 0;
    }

    .form-section form .apply_row label {
        line-height: 0.85;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 15px 0;
    }

    .header .container-fluid {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .tollfree {
        font-size: 0;
    }

    .header .tollfree .btn {
        margin: 0;
        font-size: 20px;
        border: 0;
        height: auto;
        line-height: normal;
        background-color: transparent;
        text-align: right;
        display: block;
        font-weight: normal;

    }

    .hero-sec {
        padding: 40px 0 0 0;
    }

    .hero-sec h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }


    .hero-sec h1, h3 {
        font-size: 24px;
    }
    .hero-sec h1 {
        font-size: 30px;
        margin-bottom: 110px;
    }

    .easy-to-apply {
        background-color: #fff;
        padding: 10px 0 55px;
    }

    .applynow_sec {
        margin-bottom: 30px !important;
    }

    h6 {
        font-size: 15px;
    }

    .steps-row .steps_items .steps_items_in {
        padding: 40px 25px;
    }

    .steps-row .steps_items .steps_items_in h4 {
        font-size: 64px;
    }

    .steps-row .steps_items .steps_items_in h5 {
        padding-bottom: 15px;
        font-size: 20px;
    }

    .benefits {
        padding: 50px 0 30px;
    }

    h4 {
        font-size: 22px;
    }

    .benefits h6 {
        font-size: 18px;
    }

    .benefits ul {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .benefits ul li {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .benefits ul li .benefits_icons {
        max-width: 48px;
        width: 48px;
        height: 48px;
    }

    .footer .footer_address,
    .footer .logo {
        margin-bottom: 30px;
    }



    .footer {
        padding-bottom: 0;
    }

    .form-section form .apply_row label,
    .form-section form {
        font-size: 18px;
    }

    .form-section {
        padding: 62px 0 0;
    }

    .form-section .container {
        padding: 0;
    }

    .form-section form .form-control {
        height: 48px;
    }

    .form-section form p {
        line-height: 1;
    }

    .form-section form .row > * {
        padding: 5px 15px;
    }

    .form-section form ul {
        margin-left: 25px;
    }

    .form-section form .apply_row > * {
        padding: 10px 0;
    }

    .form-section form .btn {
        width: 235px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .footer h6 {
        font-size: 16px;
    }

    .footer .discliamer {
        padding-top: 25px;
    }

    .thanks_in {
        padding: 30px 15px;
    }

    .thanks_in h1 {
        padding-bottom: 25px;
    }

    .thanks_in p {
        font-size: 18px;
    }

    .thanks_in a, .thanks_in h1 {
        font-size: 32px;
        line-height: 1;
    }

    .thank-you {
        padding: 80px 0 60px;
    }

    .thank-you .container {
        padding: 0 15px;
    }
}

@media (max-width: 359px) {
    .steps-row .steps_items .steps_items_in p {
        font-size: 16px;
    }

    .steps-row .steps_items .steps_items_in h4 {
        font-size: 54px;
    }

    .form-section form .apply_row label, .form-section form {
        font-size: 16px;
    }

    .form-section form label {
        padding-bottom: 5px;
        padding-left: 0;
    }

    .form-section {
        padding: 60px 0 0;
    }

    .footer .do_not_sell p,
    .f_links li {
        font-size: 12px;
    }

    .thanks_in p {
        font-size: 16px;
    }
}


.header .tollfree .btn {
    height: 58px;
    width: 281px;
    font-size: 30px;

}

.header .tollfree {
    font-size: 20px;

}

.hero-sec .container {
    max-width: 1280px;
}

/*.hero-sec h1, .hero-sec .h1 {
    font-size: 50px;
    font-family: "Avenir Next LT Pro", sans-serif;
}*/

.hero-left h5 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
    color: #39474E;
}

.callus-now {
    position: relative;
    background: #0072BC;
    padding-left: 4px;
    border-radius: 0px 500px 500px 0px;
}

.hero-left .callus-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #FFF4E7;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.callus-content h2 {
    margin: 0;
    font-size: 35px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 700;

}

.callicon a img {
    padding: 12px;
}

.callus-content h2 span {
    padding-left: 10px;
}

.hidetextcall {
    display: none;
}

.textdecoration {
    position: relative;
}

.textdecoration:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.callus-now:before {
    content: "";
    position: absolute;
    width: 2000px;
    left: -1999px;
    top: 0;
    height: 100%;
    background: #0072BC;
}

.caUSnw {
    padding-left: 0px;
    margin-top: 5px;

}

.hero-sec .hero-left {
    padding-bottom: 103px;
}

.hero-sec .hero-right {
    padding-right: 0px;
}

.taptocall {
    display: none;
}

.applynow_sec {
    max-width: 728px;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    color: #959595;
    margin: 0 auto;
    padding: 23px;
    margin-bottom: 100px;
}

.applynow_sec .credit-apply {
    max-width: 100%;
}

.credit-apply {
    margin: 0 auto;
}

.credit-apply form input[type=submit] {
    width: 172px;
    height: 50px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
}

.credit-apply form input[type=text] {
    height: 50px;
    margin-bottom: 0;
    width: 40%;
    display: inline-block;
    border-radius: 5px;
}

.credit-apply form {
    padding-bottom: 20px;
}

.credit-apply p {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}

.taptextMob {
    display: none;
}

.phonecall {
    max-width: 465px;
    font-weight: 700;
    color: #F1FFD7;
    margin: 0 auto;
    background: -webkit-gradient(linear, left bottom, left top, from(#0072BC), to(#0072BC)), #0072BC;
    background: -webkit-linear-gradient(bottom, #0072BC, #0072BC), #0072BC;
    background: -o-linear-gradient(bottom, #0072BC, #0072BC), #0072BC;
    background: linear-gradient(0deg, #0072BC, #0072BC), #0072BC;
    border-radius: 0px 10px 10px 0px;
    -webkit-transform: translate(55px);
    -ms-transform: translate(55px);
    -o-transform: translate(55px);
    transform: translate(55px);
}

.phonecall a p {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
}

.phonecall .cunphone {
    font-size: 25px;
}

.phonecallicon {
    position: relative;
    display: block;
    padding: 4px 0;
}

.phonecallicon:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background-image: url("../images/phonecalicon.png");
    background-repeat: no-repeat;
    top: 0;
    left: -109px;
}

.benefits-left h4 {
    font-weight: 590;
}

.benefits-left h6 {

    font-weight: 590;
}

.call_toloan {
    background: #d71f28;
    padding: 26px 0;

}

.call_toloan p {
    font-size: 28px;
    line-height: 1.82;
    color: #FFFFFF;
    font-weight: 400;
}

.call_toloancontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call_toloancontent p span {
    padding-left: 50px;
    font-size: 45px;
    line-height: 1.13;
    color: #FFFFFF;
    font-weight: 700;
}

/* form-page css */
.section-innerhero {
    margin-top: 200px;
    background: #0072BC;
    min-height: 830px;
}

.form-section {
    padding: 0px 0 150px;
}

.form-header {
    padding-top: 130px;
    text-align: center;
    padding-bottom: 130px;
    min-height: 400px;

    position: relative;
}

.form-main {
    margin-top: -400px;
    position: relative;
    z-index: 1;
}

.form-section form {
    border-radius: 20px;
}

.form-header small {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.form-header h1 span {
    color: #FFFFFF;
}

.form-header h1 {
    font-size: 54px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;

    text-transform: uppercase;
    margin-bottom: 35px;
}

.callfigure {
    position: absolute;
    left: 50%;
    top: -67px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.subheaduing {

    font-weight: 600;
    font-size: 37px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.form-section form label {
    font-size: 16px;
    line-height: 1.2;
    color: #545655;
    margin-bottom: 0.5rem;
}

.form-section form .form-control {

    max-width: 442px;
    height: 45px;
    font-size: 16px;
    line-height: 1.2;
    color: #333e48;
    background-color: #e6ecf3;
    border: 1px solid #22263f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-section form .row > * {
    padding: 15px 35px;
}

.apply_row * {
    font-size: 11px;
    color: #545655;
    font-weight: 500;
}

.form-section form ul {
    margin-left: 80px;
    margin-top: -51px;
}

.form-section form ul li {
    padding: 0;
    margin-top: 10px;
    line-height: 1.2;
}

.form-section form .row p {
    margin-left: 80px;
    margin-top: 10px;
}

.styled-checkbox {
    transform: scale(1.2);
    margin-right: 4px;
}

.form-section form .btn {
    width: auto;
    min-width: 240px;
    height: 70px;
    font-weight: normal;
    font-size: 30px;
    border-radius: 5px;
}

.form-section.thank-you {
    padding: 190px 0 150px;
}

@media (max-width: 1640px) {
    .hero-sec .container {
        max-width: 1240px;
    }

    .callus-content h2 span {
        padding-left: 10px;
    }

    .callus-content h2 {
        font-size: 31px;
    }

    .hero-sec .hero-right {
        padding-right: 20px;
    }
    .hero-sec .hero-right img {
        max-width: 560px;
        margin-bottom: 60px;
    }
}

@media (max-width: 1400px) {
    .callus-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .hero-sec .hero-right {
        padding-right: 70px;
    }

    .callus-content h2 span {
        padding-left: 50px;
    }
}

@media (max-width: 1279px) {
    .header .tollfree .btn {
        height: 58px;
        width: 210px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .hero-left .callus-content p {
        font-size: 16px;
    }

    .header .tollfree {
        line-height: 1.2;
    }

    .phonecall {
        -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }

    .callus-content h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .hero-left .callus-content p {
        font-size: 14px;
    }

    /*  */
    .form-header small {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .form-header h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .subheaduing {
        font-size: 30px;
    }

    .section-innerhero {
        min-height: 750px;
    }

    .form-section {
        padding: 0px 0 75px;
    }

    .section-innerhero {
        margin-top: 170px;
    }

    .form-section.thank-you {
        padding: 160px 0 150px;
    }
}

@media (max-width: 991px) {
    .call_toloancontent p span {
        font-size: 28px;
    }

    .callus-content h2 {
        font-size: 18px;
    }

    .hero-left .callus-content p {
        font-size: 14px;
    }

    .callus-content h2 span {
        padding-left: 20px;
    }

    .hero-sec .hero-right {
        padding-right: 5px;
    }

    .call_toloancontent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .call_toloancontent p span {
        font-size: 28px;
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .section-innerhero {
        margin-top: 60px;
    }

    .form-header small {
        font-size: 24px;
    }

    .form-header h1 {
        font-size: 34px;
    }

    .subheaduing {
        font-size: 24px;
        margin-top: -15px;
        line-height: 26px;
    }

    .form-header {
        padding-top: 100px;
        padding-bottom: 95px;
        min-height: 350px;
    }

    .section-innerhero {
        min-height: 690px;
    }

    .form-section form ul {
        margin-top: -30px;
    }

    .form-section form .apply_row label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 95px;
    }

    .callus-now {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 550px;
    }

    .callus-content {
        text-align: left;
    }

    .callus-content h2 {
        font-size: 24px;
    }

    .callus-content h2 span {
        padding-left: 50px;
    }

    .phonecall {
        max-width: 390px;
        -webkit-transform: translate(40px);
        -ms-transform: translate(40px);
        -o-transform: translate(40px);
        transform: translate(40px);
    }

    .hero-left h5 {
        margin-top: 25px;
        font-size: 18px;
    }

    .form-section.thank-you {
        padding: 60px 0 60px;
    }
}

@media (max-width: 767px) {
    .callfigure img {
        width: 80px;
        height: auto;
    }

    .callfigure {
        top: -40px;
    }

    .form-header {
        padding-top: 56px;
        padding-bottom: 60px;
        min-height: 230px;
    }

    .subheaduing {
        font-size: 16px;
    }

    .form-header h1 {
        font-size: 24px;
    }

    .form-header small {
        font-size: 18px;
    }

    .section-innerhero {
        min-height: 600px;
    }

    .form-section form .form-control {
        height: 50px;
    }

    .form-section form .row > * {
        padding: 8px 35px;
    }

    .form-section form .row.apply_row {
        padding-top: 20px;
    }

    .form-header h1 span {
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    .form-main {
        margin-top: -370px;
        padding: 0 15px;
    }
    .form-thanks {
        margin-top: -200px !important;
    }
}

@media (max-width: 567px) {
    .logo img {
        min-width: 100px;
    }

    .header .tollfree .btn {
        width: 175px;
        height: 26px;
    }

    .hero-sec .container {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-sec .hero-left {
        padding-bottom: 0px;
    }

    .hidetext {
        display: none;
    }

    .callicon a img {
        padding: 12px;
    }

    .callus-content h2 {
        font-size: 20px;
    }

    .callus-now {
        border-radius: 500px 500px 0px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .callus-now:before {
        background: transparent;
    }

    .caUSnw {
        display: none;
    }

    .taptocall {
        display: block;
    }

    .callicon {
        -webkit-transform: translatey(-84px);
        -ms-transform: translatey(-84px);
        -o-transform: translatey(-84px);
        transform: translatey(-84px);
    }

    .callus-content {
        text-align: center;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .callus-content h2 span {
        padding-left: 0px;
    }

    .callus-content h2 {
        display: none;
    }

    .hidetextcall {
        display: block;
        font-size: 34px;
        margin-top: 12px;
        margin-bottom: -10px;
    }

    .hero-left .callus-content p {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .callus-now {
        max-width: 100%;
    }

    .specialtext {
        display: none;
    }

    .taptextMob {
        display: block;
    }

    .header .tollfree .btn {
        font-size: 16px;
    }

    .taptextMob.queCUT {
        text-align: right;
        font-size: 12px;
    }

    .phonecall a p {
        font-size: 14px;
    }

    .phonecall .cunphone {
        font-size: 17px;
    }

    .phonecallicon:before {
        background-size: contain;
        height: 86px;
        left: -85px;
    }

    .phonecall {
        max-width: 255px;
        -webkit-transform: translate(42px);
        -ms-transform: translate(42px);
        -o-transform: translate(42px);
        transform: translate(42px);
    }

    .credit-apply form input[type=text] {
        margin-bottom: 10px;
        width: 80%;
    }

    .call_toloan p {
        font-size: 22px;
    }

    .call_toloancontent p span {
        font-size: 40px;
        display: block;
        padding-left: 0;
    }

    .form-section form .apply_row label {
        font-size: 14px;
        line-height: 16px;
    }

    .form-section form .apply_row * {
        font-size: 14px;
    }

    .form-section form ul {
        margin-top: -18px;
    }

    .form-section form .row > * {
        padding: 8px 15px;
    }

    .form-section form .btn {
        width: auto;
        min-width: 190px;
        height: 50px;
        font-size: 18px;
    }

    .form-section form label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .call_toloancontent p span {
        font-size: 30px;
        display: block;
        padding-left: 0;
    }

    .call_toloan p {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .main-content {
        padding-top: 60px;
    }

    .form-main {
        margin-top: -350px;
    }
}


