:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-primary: #FED22E;
    --color-grey: #676666;
    --color-border: #DCDCDC;
    --color-border-2: #E5E5E5;
    --color-col-1: rgba(252, 177, 113, 0.6);
    --color-col-2: rgba(250, 132, 121, 0.6);
    --color-col-3: rgba(254, 210, 46, 0.8);
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: clip;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

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

img {
    max-width: 100%;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    transition: all 0.25s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 95px;
    line-height: 100px;
    font-weight: 500;
    font-family: 'FONTSPRING DEMO - Integral CF';
}

h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    font-family: 'FONTSPRING DEMO - Integral CF';
}

h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    font-family: 'FONTSPRING DEMO - Integral CF';
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

p {
    margin: 0;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home_form {
    padding-bottom: 40px;
}

#home_player {
    padding-top: 40px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.rc_home_hero_sec .container,
.rc_header .container {
    max-width: 1170px;
}

.common_btn {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 100px;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 40px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    min-width: 250px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.common_btn:hover {
    background-color: var(--color-black);
    color: var(--color-primary);
}

.common_btn .arrow_btn {
    position: absolute;
    right: -35px;
    background-color: #FBF9F1;
    width: 52px;
    height: 52px;
    border-radius: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.common_btn:hover .arrow_btn {
    right: -20px;
}

.navbar-brand img {
    width: 145px;
}

.rc_header {
    z-index: 999;
    padding: 1.2rem 0;
}

.rc_header.headerfixed {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.rc_header .navbar {
    padding: 0;
}

.rc_header .navbar-nav .nav-link {
    color: var(--color-white);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
}

.rc_header .navbar-nav .nav-link:hover,
.rc_header .navbar-nav .nav-link.active,
.rc_footer ul li:hover {
    color: var(--color-primary);
}

.footer_logo img{
    width: 165px;
}

.rc_header .login_btn {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 6px 20px;
    cursor: pointer;
    margin-left: 20px;
    transition: all 0.25s ease;
    min-width: 130px;
    min-height: 48px;
}

.rc_header .login_btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-black);
}

.navbar-toggler {
    padding: 0;
    margin-left: 10px;
    border: 0;
    box-shadow: none !important;
    position: relative;
    z-index: 999;
}

.navbar-toggler-icon {
    background-image: none;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all ease-in-out 0.1s;
}

.rc_header .navbar-toggler-icon::after,
.rc_header .navbar-toggler-icon::before {
    content: "";
    background-color: #fff;
    width: 26px;
    height: 2px;
    position: absolute;
    transition: all ease-in-out 0.1s;
}

.navbar-toggler-icon::after {
    top: 10px;
    right: 0;
}


.navbar-toggler-icon::before {
    top: -10px;
    right: 0;
}


.navbar-collapse.show {
    transform: translateX(0);
}

[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

[aria-expanded="true"] .navbar-toggler-icon {
    width: 0;
    margin-left: 20px;
}



.rc_home_hero_sec,
.rc_loan_sec,
.rc_terms_sec {
    position: relative;
    background-image: url('../images/hero_bg_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 664px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.rc_home_hero_content h1,
.rc_about_sec h1,
.rc_get_in h1 {
    color: var(--color-white);
    letter-spacing: 2px;
}

.rc_home_hero_content h1 span,
.rc_about_sec h1 span,
.rc_get_in h1 span {
    font-weight: 600;
    color: var(--color-primary);
}

.rc_home_hero_content p {
    color: var(--color-white);
    margin: 22px 0 50px;
}

.rc_refinance_content h2 {
    margin-bottom: 28px;
    transform: translateY(-15px);
}

.rc_refinance_content ul:before {
    background-color: #D9D9D9;
    content: ' ';
    left: 0px;
    position: absolute;
    background-image: url(../images/line.png);
    height: 100%;
    width: 10px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: auto;
      }
.rc_refinance_content ul {
    /*max-height: 410px;*/
    width: 100%;
    overflow-y: auto;
    /* height: 340px; */
    direction: rtl;
    position: relative;

}

.rc_refinance_content ul::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.rc_refinance_content ul::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 10px;

}

.rc_refinance_content ul::-webkit-scrollbar-thumb {
    background: #FCB171;
    border-radius: 10px;
}

.rc_refinance_content ul::-webkit-scrollbar-thumb:hover {
    background: #FCB171;
}

.rc_refinance_content ul::-webkit-scrollbar-button {
    display: none;
}

.rc_refinance_content ul li {
    border: 1px solid var(--color-border-2);
    border-radius: 20px;
    padding: 44px 20px;
    margin-bottom: 12px;
    text-align: left;
    margin-left: 2rem;
    direction: ltr;
}

.rc_refinance_content ul li:last-child {
    margin-bottom: 0;
}

.rc_refinance_content ul li:hover {
    background-color: rgba(254, 210, 46, 0.24);
    border-color: rgba(254, 210, 46, 0.24);
}

.rc_refinance_content ul li h4 {
    margin-bottom: 10px;
    color: #011821;
}

.rc_refinance_sec .rc_refinance_form {
    background-color: #F5F5F5;
    padding: 45px 37px;
    border-radius: 20px;

}

.rc_refinance_form .form-label,
.rc_get_form .form-label,
.rc_refinance_form label.inline {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rc_refinance_form .form-control,
.rc_get_form .form-control {
    box-shadow: none;
    border: none;
    border-radius: 30px;
    padding: 10px;
}

.rc_refinance_form div.form-field:nth-child(5) div.form-label {
    display: none;
}

.rc_refinance_form .form-btn {
    min-width: 397px;
}

.rc_work_sec {
    background-color: #FCFCFC;
}

.rc_work_sec {
    background-color: #FCFCFC;
}

.rc_work_sec .rc_work_text {
    margin-bottom: 51px;
    margin-top: 24px;
}



.rc_work_row .rc_work_col {
    padding: 64px 30px;
    border-radius: 20px;
}

.rc_work_col.account {
    background-color: var(--color-col-1);
}


.rc_work_col.plan {
    background-color: var(--color-col-2);
}

.rc_work_col.start {
    background-color: var(--color-col-3);
}

.rc_work_btn .common_btn {
    left: 50%;
    transform: translateX(-50%);
}

.rc_footer {
    background-color: var(--color-black);
    padding: 31px 0 59px;
}

.rc_footer p {
    color: #ccc;
    margin-top: 1.4em;
}

.rc_footer_links a {
    color: var(--color-white);
}

.rc_first_links li {
    margin-right: 15px;
    margin-left: 15px;
}


.rc_footer_links a:hover {
    color: var(--color-primary);
}

.rc_footer_icons img {
    background-color: var(--color-primary);
    padding: 8px;
    border-radius: 50%;
    margin-right: 12px;
}

.rc_footer .rc_copy_write {
    color: var(--color-white);
}

.rc_footer .rc_footer_links.rc_two {
    padding-top: 34px;
}

.rc_footer_links.rc_two a {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid var(--color-white);
    line-height: 1rem
}

.rc_footer_links.rc_two li:last-child a {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

/* About css */

.rc_about_sec {
    position: relative;
    background-image: url('../images/aboutbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 735px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc_about_sec h1 {
    text-align: center;
    margin: 0 auto;
}

.rc_about_sec p {
    color: var(--color-white);
    max-width: 585px;
    margin: 0 auto;
    text-align: center;
}


.rc_solutions_content h2,
.rc_what_content h2 {
    margin-bottom: 35px;
}

.rc_solutions_content p span {
    color: #403F3F;
    font-weight: bold;
}

.rc_solutions_content ul li,
.rc_what_content ul li , .accordion-body ul li, .ul_style li {
    list-style: circle;
    margin-left: 30px;
    margin-bottom: 4px;
}

.rc_information {
    padding-top: 80px;
}

/* Create scss */

.rc_how_works h2 {
    padding-top: 49px;
    padding-bottom: 22px;
}

.rc_how_works p {
    padding-bottom: 29px;
}

.rc_works_form {
    padding: 64px 117px;
    position: relative;
    background-color: var(--color-col-1);
    border-radius: 10px;

}

.rc_works_form .rc_form_number {
    position: absolute;
    top: -31px;
    left: -33px;
    background-color: #FBF9F1;
    padding: 5px 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.rc_works_form.second,
.rc_works_form.third {
    margin-top: 99px;
}

.rc_works_form.second {
    background-color: var(--color-col-2);
}

.rc_works_form.third {
    background-color: var(--color-col-3);
}

.rc_eligibility_content h2 {
    margin-bottom: 35px;
}

.accordion .accordion-item {
    margin-bottom: 35px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    background-color: rgba(254, 210, 46, 0.8);
    font-weight: bold;
    border: none;
    box-shadow: none;
    border-radius: 20px !important;
}


.accordion-button::after {
    background-image: url("../images/according_btn.svg") !important;
}

.accordion-button.collapse::after {
    background-image: url("../images/according_btn.svg") !important;
}

.accordion-body {
    background-color: #F5F5F5;
    color: #676666;
    border: none;
    padding: 20px 40px;
    border-radius: 14px;
    margin-top: 25px;
}

.accordion-body p {
    margin-bottom: 1rem;
}
.accordion-body p:last-child {
    margin-bottom: 0rem;
}
.accordion-button:not(.collapsed) {
    color: var(--color-black);
    background-color: rgba(254, 210, 46, 0.8);
    box-shadow: none;
    border: none;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
    border: none;
}

/*  Get in Touch Css */

.rc_get_in {
background-color: var(--color-black);
background-image: url("../images/Background\ pattern.png");
position: relative;
/* background-size: cover; */
background-position: center;
background-repeat: no-repeat;
min-height: 735px;
display: flex;
align-items: center;
justify-content: center;
}

.rc_get_in h1 {
    text-align: center;
}

.rc_get_in p {
    text-align: center;
    color: #DCDCDC;
    max-width: 789px;
    margin: 0 auto;
}
.rc_getform_sec {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.rc_getform_sec::before {
    content: "";
    position: absolute;
    top: -132px;
    right: 0;
    width: 120%;
    height: 580px;
    background-color: #fff;
    z-index: -1;
    border-radius: 100%;
    left: -10vw;
}
.rc_call_sec .rc_refinance_content ul {
    /* max-height: 380px; */
    height: 100%;
    width: 100%;
    overflow-y: auto;
    direction: rtl;
}

.rc_call_sec .rc_refinance_content ul li {
    margin-left: 2em;
}

.rc_getform_sec .rc_get_form {
    background-color: #F5F5F5;
    padding: 64px 61px;
    border-radius: 20px;
    width: 716px;
    margin-top: 30px;
}

.form-control.message {
    height: 90px;
}


.rc_get_form .form-btn {
    left: 50%;
    transform: translateX(-50%);
}

.rc_loan_sec {
    align-items: center;
    min-height: 478px;
}
.rc_loan_sec .rc_home_hero_content {
    margin-top: 45px;
}
.rc_loan_sec h1 {
    max-width: 730px;
    width: 100%;
}

.rc_good_new_sec .rc_good_new {
    padding: 45px 60px;
    background-color: #DAE8D3;
    border-radius: 20px;
}

.rc_good_bad {
    background-color: #e8d3d4 !important;
}

.rc_good_new img {
    margin-right: 27px;
}

.rc_good_new_sec .rc_good_text {
    padding: 62px 0;
}

/* .rc_good_new_sec table { */
    /* border: 1px solid #DBDBDB */
/* } */

.rc_good_table {
    margin-top: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #DBDBDB;
}

.rc_plan_table {
    margin-top: 20px;
}

.rc_plan_table th, .rc_plan_table td {
    background-color: #fff;
    border: none;
}

.rc_plan_table th {
    font-weight: normal;
    text-align: right;
    border-right: 1px solid #eaeaea !important;
}

.rc_plan_table input, .rc_plan_table select {
    width: 75%;
    font-weight: bold;
}

.rc_plan_table select.rc_card_num, .rc_plan_table input.rc_card_num {
    width: 90%;
}

.rc_plan_table select.rc_card_val, .rc_plan_table input.rc_card_val {
    width: 40%;
}

.rc_good_new_sec table tbody tr th,
.rc_good_new_sec table tbody tr td {
    padding: 20px 40px;

}


.rc_good_new_sec table tbody tr th {
    border-right: 1px solid #DBDBDB;
}

ul.rc_next {
    margin-top: 10px;
    margin-bottom: 12px;
}

.rc_next li {
    padding-left: 27px;
    text-indent: -27px;
}

.rc_next {
    color: #444444;
}

.check_pic {
    opacity: 66%;
}

h3.rc_neg {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

.rc_bank_table th {
    width: 50%;
}

.rc_phase2, .rc_phase2const, .rc_phase3 {
    display: none;
}


.rc_terms_sec {
    min-height: 500px;
    align-items: center;
}

.rc_terms_conditions_sec h4 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.rc_terms_conditions_sec h2 {
    margin-bottom: 30px;
}

.rc_terms_conditions_sec h6, .rc_terms_conditions_sec p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}
.rc_home_hero_img img{
    max-width: 466px;
}
.underline{
    font-style: italic;
    text-decoration: underline;
}
.list_dots li{
    list-style: disc !important;
}

select.agency {
appearance: none; /* Removes default styling */
-webkit-appearance: none; /* For Webkit browsers */
-moz-appearance: none; /* For Firefox */
background-color: white;
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px 50px 10px 10px; /* Space for larger arrow */
font-size: 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='gray'%3E%3Cpath d='M10 12l-6-6h12l-6 6z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 30px;
cursor: pointer;
}



select.agency:focus {
border-color: #007bff;
outline: none;
}

.textwall ul li {
    list-style: circle;
    margin-left: 2em;
}

.textwall ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.woot-widget-bubble {
    background-color: red !important;
}


svg#woot-widget-bubble-icon {
    display: none;
}

button.woot-widget-bubble:after {
    left: 0;
    top: 20%;
    content: "HELP";
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 2.5;
    font-weight: 800;
    position: absolute;
}

.adhoc_p {
    font-size: 20px;
    text-align: center;
    margin: 14px 0;
}

input#adhoc_iamount {
    width: 260px;
    font-size: 64px;
    font-weight: bold;
    border: 1px dashed red;
    margin: 30px auto;
    text-align: center;
}

.explain_asterisk {
    margin-top: 20px;
    font-size: 11px;
    color: gray;
}

.mb-80 {
    margin-bottom: 40px;
}

.mn-asterisk {
    margin-top: 40px;
}

.valign {
    vertical-align: middle;
}

.adhoc_button {
    text-align: center;
}

#overlay {
    position: fixed; /* or absolute if within a scrollable container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black */
    z-index: 9999; /* Ensure it's on top of other content */
    text-align: center;
    align-items: center;
}

#overlay p {
    font-size: 35px;
    line-height: 3.2;
    z-index: 99999;
    color: #fff;
}

#revi_apply_promo p.adhoc_p {
    font-size: 0.9em;
}

#revi_apply_promo p.adhoc_p strong {
    font-size: 1.1em !important;
}

#revi_apply_promo p.congrats {
    font-size: 1.3em;
}

div.offer_list, p.congrats {
    margin-bottom: 2em;
}

div.offer_list p.adhoc_p {
    text-align: left;
}

div.offer_list {
    padding-left: 10%;
}

.rc_error {
    text-align: center;
    color: red;
    font-weight: bold;
    display: none;
}

.rc_plan_full {
    color: gray;
    font-size: 0.8em;
    text-decoration: line-through;
}

.rc_plan_percent {
    color: red;
    font-weight: bold;
}

.rc_asterisk {
    color: red;
    font-weight: bold;
}

.rc_opt {
    display: none;
}

/* DTC Debt Entry */
.rc_debt_row {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}

.rc_debt_row .rc_plan_table {
    margin-top: 0;
}

.rc_debt_row input[type="text"],
.rc_debt_row input[type="number"] {
    width: 85%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.greenArrow {
  margin-right: 15px;
}

.ga-container {
  margin-bottom: 20px;
}
