@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

@font-face {
    font-family: Montserrat-Thin;
    src: url("../lib/fonts/Montserrat.ttf") format("truetype");
}

@font-face {
    font-family: Avenir;
    src: url("../lib/fonts/Avenir Book.ttf") format('truetype');
}

@font-face {
    font-family: Avenir Italic;
    src: url("../lib/fonts/Avenir-Italic.ttf") format("truetype");
}

@font-face {
    font-family: BebasBook;
    src: url("../lib/fonts/Bebas Neue Book.ttf") format("truetype");
}

:root {
    /* BL */
    --main-bg-color: #A72025;
    --secondary-bg-color: #7A9A83;
    --third-bg-color: #033246;
    --main-progress-bar: #020304;
    --secondary-progress-bar: #5185D0;
    --choice-button-no: #334052;
    --slider-bg-color: #E4E9EB;
    --slider-text-color: #334052;
    /* Button colors */
    --button-bg-color: #10ABC6;
    --button-hover-color: #1D6777;
    --button-click-color: #1D6777;
    /* TLE Website Specific */
    --light-blue: #90BBD6;
    /* New colors */
    --orange: #E07A30;
    --dorange: #A76736;
    --blue: #1D6777;
    --dblue: #033246;
    --yellow: #E8A94C;
    --brown: #2A1208;
    --tan: #F4ECE1;
    /* Other Custom Colors*/
    --bronze: #9B7D5C;
    --gray: #D1D0CC;
    --black: #231F20;
}

* {
    /*background-image: url("../images/top-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    font-family: Montserrat-Thin;
}

#main-background {
    background-image: url("../images/header-image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 650px;
}

@media screen and (max-width: 770px) {
    #topHeaderText {
        padding-top: 10px;
        margin-top: -20px;
        background-color: #fff;
    }

    #main-background {
        min-height: 500px;
        background-image: url("../images/header-image-small.jpg");
    }

    .cta-header-2 {
        font-size: 2.5em !important;
        text-align: center;
        line-height: 1;
    }
}


.list-image {
    width: 270px;
}

#linksSection {
    border-left: 2px solid #bebebe;
    padding-left: 25px;
}

.ts-list-style {
    list-style-image: url("../images/list-style.png");
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

    .ts-list-style p {
        padding: 10px 0px !important;
        margin-bottom: 0px !important;
    }

    .ts-list-style img {
        max-height: 35px;
    }

.header-sidebar {
    background-color: var(--gray);
    border: 1px solid transparent;
    border-radius: 10px;
    height: 5px;
}

.bg-purple {
    background-color: #5252D4;
    color: white;
}

.bg-purple-hl {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(82,82,212,1) 51%, rgba(82,82,212,1) 100%);
    color: white;
}

.bg-dark {
    background-color: var(--black);
}

.bg-sidebar {
    background-color: #033246;
    color: white;
}

.siderbar-header {
    color: var(--orange) !important;
    text-transform: uppercase;
}

.bg-blue {
    background-color: var(--blue);
    color: white;
}

.bg-orange {
    background-color: var(--orange);
}

.bg-dblue {
    background-color: var(--dblue);
    color: white;
}

.bg-bronze {
    background-color: var(--bronze);
}

.bg-brown {
    background-color: var(--brown);
    color: white;
}

.bg-tan {
    background-color: var(--tan);
}

.btn-apply {
    background-color: var(--orange);
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

    .btn-apply:hover {
        background-color: var(--dorange);
        color: white !important;
    }


.btn-apply-2 {
    background-color: white;
    color: var(--dblue);
    font-weight: bold;
    font-size: 2rem;
}

.cta-header {
    margin-top: 50px;
    font-size: 3rem;
}

.no-border {
    border-radius: 0px !important;
}

.custom-width-header-card-1 {
    max-width: 500px;
}

.custom-width-header-card-2 {
    max-width: 410px;
}

.card {
    border-radius: 30px;
}

.cta-card-body {
    margin: 0px 0px 40px 0px;
}

    .cta-card-body > * {
        line-height: 1.4em;
    }

.cta-list p {
    font-size: 20px;
    padding: 15px 30px;
}

#expensesImgs img {
    border: 1px solid transparent;
    border-radius: 30px;
}

.cta-header-2 {
    font-size: 1.8em;
    line-height: 1.2em !important;
}

.thin {
    font-weight: 300 !important;
}

html, body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: Graphik;
    overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

body {
    background-color: white;
}

.error {
    color: #dc3545 !important;
    font-weight: bold;
}

.fw-400 {
    font-weight: 400 !important;
}

.bg-1 {
    background-image: url("../images/tree-bg-2.jpeg");
}

.bg-2 {
    background-image: url("../images/tree-bg-5.jpeg");
}

.hidden {
    display: none !important;
}

header {
    position: sticky;
    top: 0px;
    z-index: 10;
}

#footer-content {
    margin: 0px 10%;
}

.footer-disclosure img {
    width: inherit;
    max-width: 1152px !important;
}

@media only screen and (max-width: 770px) {   
    .vip-bg {
        width: 100%;
        height: 508px !important;
        background-image: none !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #FBFDFC;
        background-position-x: center;
    }
}

@media only screen and (max-width: 600px) {
    #footer-content {
        margin: 0px auto;
    }

    .list-image {
        width: 200px !important;
    }
}

footer {
    color: white !important;
    background-color: var(--dblue) !important;
    font-size: 14px !important;
}

.footer {
    position: relative !important;
    white-space: normal !important;
    line-height: 20px !important;
}

.footer-menu {
    color: #fff !important;
}

    .footer-menu p {
        font-size: 14px !important;
    }

    .footer-menu a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .footer-menu a:hover {
        color: gray !important;
        text-decoration: none !important;
    }

.footer-brand img {
    width: 225px !important;
}

.footer-line {
    margin: 15px 0px -10px 0px;
    border-bottom: 1px solid #fff;
}

.sub_footer_content {
    font-size: 11px !important;
}

nav {
    background-color: white;
    z-index: 2;
    color: var(--black);
}

.navbar {
    display: inherit !important;
    font-size: 1.2rem;
}

@media only screen and (min-width: 1270px) {
    .navbar > .row {
        margin: 0px 10%;
    }
}

.navbar-brand {
    margin-right: 0px !important;
}

    .navbar-brand img {
        width: auto;
        max-width: 270px;
    }

.navbar-brand-small img {
    width: 70px;
}

.nav-link {
    margin: 0px 20px;
    font-weight: 600;
    font-size: 16px;
    color: black !important;
}

.nav-item {
    text-align: end;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,0);
}

.card-section {
    z-index: 2;
    position: relative;
}

.apply-list-num {
    background-color: var(--dblue);
    background-position: center;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    padding: 3px 10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}

.apply-list-num-one {
    background-color: var(--dblue);
    background-position: center;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    padding: 3px 12px;
    width: 30px;
    height: 30px;
}
    .apply-list-num p {
        margin-bottom: 0px;
        vertical-align: middle;
    }



@media only screen and (max-width: 375px) {
    .apply-list-num {
        background-color: var(--dblue);
        background-position: center;
        color: white;
        font-size: 18px;
        border-radius: 50%;
        padding: 3px 5px;
        width: 29px;
        height: 29px;
        line-height: 25px;
    }

    .apply-list-num-one {
        background-color: var(--dblue);
        background-position: center;
        color: white;
        font-size: 18px;
        border-radius: 50%;
        padding: 3px 5px;
        width: 29px;
        height: 29px;
    }

    .vip-bg {
        width: 100%;
        height: 508px !important;
        background-image: none !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #FBFDFC;
        background-position-x: center;
    }
}

.teal-line {
    height: 5px;
    width: 25px;
    background-color: var(--blue);
    border-radius: 10px;
    margin: 0px auto;
}

/* Slider CSS */
.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    padding: 0px !important;
    appearance: none;
    width: 100%; /* Full-width */
    height: 15px;
    border-radius: 5px;
    background: var(--black); /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px;
        border-radius: 50%;
        background: var(--orange); /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px;
        border-radius: 50%;
        background: #194675; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

.slider-text {
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: 14px;
}

.loan-amount-header {
    text-align: center;
    font-size: 16px
}

.loan-amount {
    font-size: 30px;
    padding: 0px;
    border-radius: 8px;
}

.loan-amount:focus {
    font-size: 50px;
    background-color: transparent;
    border: 0px;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    color: white;
    border-radius: 8px;
}

.loan-amount-small {
    font-size: 30px;
    padding: 0px;
    color: white;
    border-radius: 8px;
}

    .loan-amount-small:focus {
        font-size: 30px;
        background-color: transparent;
        border: 0px;
        text-align: center;
        font-weight: bold;
        padding: 0px;
        color: var(--black);
        border-radius: 8px;
    }

.form-label {
    color: black !important;
}

.form-control-small {
    padding: 0px !important;
}

#form-float {
    z-index: 2;
    top: -103px;
    min-width: 50vw;
    border-radius: 0px 0px 10px 10px;
}

.form-float {
    color: white !important;
    z-index: 100;
    border-radius: 0px 0px 10px 10px;
    animation: fadeIn 1s;
}

#main-section {
    z-index: 1 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dnl-section {
    display: none;
}

.midsection-container {
    z-index: 5;
    position: relative;
    margin-top: -80px;
}

@media only screen and (max-width: 600px) {
    .midsection-container {
        margin-top: 80px;
    }
}

.midsection-content {
    background-color: #FFF;
    color: #000;
}

.midsection-arrow-left {
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 50vw;
    border-color: transparent transparent transparent #FFF;
}

.midsection-arrow-right {
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 49vw;
    border-color: transparent transparent #FFF transparent;
}

.oi-installment-bg {
    background-color: #262626 !important;
    color: #fff;
}

    .oi-installment-bg img {
        max-width: 450px;
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

.oi-loan-arrow-left {
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 49vw;
    border-color: #fff #fff #fff #262626;
}

.oi-loan-arrow-right {
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 49vw;
    border-color: #fff #fff #262626 #fff;
}

.emergency-bg {
    background-color: var(--light-blue) !important;
    color: #fff !important;
}

.emergency-bg img {
    max-width: 593px;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.emergency-arrow-left {
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 49vw;
    border-color: #262626 #262626 #262626 #90BBD6;
}

.emergency-arrow-right {
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 49vw;
    border-color: #262626 #262626 #90BBD6 #262626;
}

.oi-loans-safe {
    color: white;
    background-color: var(--main-bg-color);
}

    .oi-loans-safe .card-body {
        color: black !important;
    }

.about-bg {
    width: 100%;
    height: 400px;
    background-image: url(../images/WhoWeAre-BG.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    color: #fff !important;
    min-height: 300px;
}

.subpage-bg {
    width: 100%;
    height: 400px;
    background-image: url(../images/sub-page-header-small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    color: black !important;
}

.subpage-bg-small {
    width: 100%;
    height: 400px;
    background-image: url(../images/sub-page-header-small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    color: black !important;
}

.header-bg {
    padding: 5px 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.header-bg h1 {
    text-transform: uppercase !important;
}

.header-bg h3 {
    text-transform: uppercase !important;
}

.faq-bg {
    width: 100%;
    height: 300px;
    background-image: url(../images/FAQ-BG.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #EDDBC3;
    min-height: 300px;
}

.post-loan-bg {
    width: 100%;
    height: 300px;
    background-image: url(../images/PostLoanFAQ2-BG.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-color: #1E6577;
    color: white !important;
}

.vip-bg {
    width: 100%;
    height: 450px;
    background-image: url(../images/VIP-BG.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FBFDFC;
    background-position-x: center;
}

.vip-logo {
    max-width: 130px;
}

.partial-body {
    padding: 2rem;
    color: black;
    border-top: 3px solid var(--orange);
}

.login-bg {
    width: 100%;
    height: 500px;
    background-image: url(../images/login-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bl-bg {
    background-color: var(--light-blue);
    height: 300px;
}

.bl-bg-fb {
    background-color: var(--light-blue);
    height: 160px;
}

.avail-rates-bg {
    width: 100%;
    height: 300px;
    background-image: url(../images/tree-bg-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-color: #fff;
}

.cta-bg {
    background-color: var(--light-blue);
    height: 200px;
}

/* Custom Table */
.table-privacy {
    border: 1px solid;
    border-color: var(--third-bg-color);
}

    .table-privacy th {
        background-color: var(--third-bg-color);
        font-weight: bold;
        color: #FFF;
        border: 1px solid;
        border-color: var(--secondary-bg-color);
        padding: 2rem;
        font-size: 1.2em;
        vertical-align: middle;
    }

    .table-privacy td {
        vertical-align: middle;
        padding: 2rem;
        border: 1px solid;
        border-color: var(--third-bg-color);
    }

    .table-privacy.table-bold td:first-of-type{
        font-weight: bold;
    }

    /* Button Css */
    .btn-cust {
        background-color: var(--orange);
        font-weight: 600 !important;
        color: white;
        text-transform: uppercase;
    }

        .btn-cust:hover {
            background-color: var(--dorange);
            color: white !important;
        }

    .btn-cust.btn-sm {
        font-weight: 400;
    }

    .btn-drop {
        background: transparent;
        color: white;
    }

.login-btn {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
}
/* Custom Text CSS */
.x-sm {
    font-size: .8em;
}

/* Custom Sticky Section */
.sticky-container {
    background-color: #F5F5F9;
}

.sticky-container-hidden {
    position: sticky !important;
    z-index: 10;
}

.sticky-container-table {
    background-color: #fff !important;
}

.sticky-container-full {
    position: sticky !important;
    z-index: 10;
}

.sticky-full-fixed {
    left: 20px;
    min-height: 35px;
    background-color: #90BBD6 !important;
    z-index: 3;
    position: fixed !important;
    border: 1px;
    border-color: #D8E9F2;
    border-style: hidden solid solid;
    box-shadow: 0 .2rem .1rem rgb(0 0 0 / 15%) !important;
    border-radius: 4px;
}

.sticky-hidden {
    display: none;
}

.sticky-within {
    background-color: #fff !important;
    position: sticky !important;
}

.money-waiting {
    background-color: var(--secondary-bg-color) !important;
}


/* Bootstrap Overrides */
@media only screen and (max-width: 376px) {
    

    .table th {
        padding: 2px 10px !important;
        font-size: 14px !important;
    }

        .table td {
            padding: 0px 4px !important;
            font-size: 14px !important;
        }
}

.accordion svg {
    min-width: 25px !important;
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #262626;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.navbar-expand-sm .navbar-nav {
    flex-direction: row-reverse !important;
}

/* Page Specific CSS */
/* Offer */
.offer-number {
    background-color: var(--light-blue);
    color: white;
    font-size: 4em;
    text-align: center;
    border: 1px solid var(--light-blue);
    border-radius: 4px;
}

/*How Can We Help*/
.help-container .nav-link {
    color: black !important;
    font-size: 1.1em;
}

/* Trust Pilot Review */
.trust-pilot-star {
}

    .trust-pilot-star:hover {
        cursor: pointer;
    }

[class*="star-"] {
    background-color: #DCDCE5;
    width: 40px;
}

.star-1-color-selected {
    background-color: #FE3A2C;
}

.star-2-color-selected {
    background-color: #FFCE37;
}

.star-3-color-selected {
    background-color: #FE8735;
}

.star-4-color-selected {
    background-color: #75CF36;
}

.star-5-color-selected {
    background-color: #11B67D;
}

.star-hover-color-1 {
    background-color: #FE3A2C !important;
}

.star-hover-color-2 {
    background-color: #FFCE37 !important;
}

.star-hover-color-3 {
    background-color: #FE8735 !important;
}

.star-hover-color-4 {
    background-color: #75CF36 !important;
}

.star-hover-color-5 {
    background-color: #11B67D !important;
}

.review-tb {
    width: 100%;
    height: 200px;
}

/* About Page */
.license-img {
    width: 100%;
    max-width: 695px;
    height: auto;
}

/* Animations */
.bounce {
    animation: bounce 2s linear infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.image-24-7-wrapper {
    z-index: 100;
}

    .image-24-7-wrapper img {
        width: 120px;
    }

@media (max-width: 768px) {
    .image-24-7-wrapper img {
        width: 60px;
        margin-top: 60px;
    }
}

.image-24-7-image {
    z-index: 100;
    position: fixed;
    right: 0px;
}