.FAQ_qns .card-body p a,
.bad_credit_card > div p a,
.dropdown_menu_ .nav-link:hover,
.exciting_news p a,
.text_on_image .text_on_image_note a {
    text-decoration: underline;
}
:root {
    --primary-bg: #e02d2d;
    --header-bg: #e02d2d;
    --primary-text: #e02d2d;
    --active-nav-bg: #ff5b5b;
    --black-text: #181818;
    --paragraph-color: #6b6b6b;
}
.header-2,
.header-3,
.nav_header,
body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.common-wl h1 {
    font-size: clamp(1.5625rem, 1.2136rem + 1.7722vw, 2.875rem);
    font-weight: 700;
}
.common-wl h2 {
    font-size: clamp(1.25rem, 0.0446rem + 3.3482vw, 2.1875rem);
    font-weight: 600;
    color: var(--black-text);
}
.common-wl h3 {
    font-size: clamp(1.3125rem, 0.8864rem + 2.1994vw, 2.25rem);
    font-weight: 600;
}
#main #faq .card .card-header .btn-header-link,
.common-wl h4,
.common-wl h5 {
    font-size: clamp(1rem, 0.7739rem + 0.8411vw, 1.5625rem);
}
.common-wl h4,
.representative_rate strong {
    font-weight: 500;
}
.common-wl h5,
.common-wl h6,
.finance_review p span {
    font-weight: 600;
}
.common-wl h6 {
    font-size: 20px;
}
.common-wl p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paragraph-color);
    line-height: 25px;
}
.red_btn.car_search_btn {
    border-radius: 10px;
    font-weight: 600;
    margin-top: 32px;
}
.red_btn {
    border: 0 solid #c7ceca;
    background: var(--primary-bg);
    padding: 15px 10px;
}
.hero_section,
.search-field {
    background-repeat: no-repeat;
}
.py-80 {
    padding: 80px 0;
}
.decimal_list.main_list > li,
.finance_work_details h5,
.finance_work_details ul li,
.mb-20,
.representative_rate h6 {
    margin-bottom: 20px;
}
.common_breadcrumb .breadcrumb-item a,
.modal_icon,
.primary_text {
    color: var(--primary-text);
}
.finance_note,
.hero_tabs .radio_button:hover label {
    color: var(--black-text) !important;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px !important;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .header-2 .container,
    .header-3 .container,
    .nav_header .container {
        max-width: 1420px;
    }
}
@media (max-width: 1399.9px) and (min-width: 1320px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important;
    }
}
.header-2,
.nav_header {
    background-color: var(--header-bg);
}
.header-2 {
    border-top: 1px solid #ff4747;
}
nav .navbar-nav.menu_1 li:nth-child(3) {
    line-height: 10px;
}
.instant_car_evaluation h2 + span,
.search_label,
li.nav-item > * {
    font-size: 18px;
    font-weight: 400;
}
.header-3 li.nav-item a {
    color: #000;
    font-weight: 500;
}
.lang_drop button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    margin-left: 10px;
}
.lang_drop button:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    border: 0;
    vertical-align: baseline;
}
.search-form {
    right: 200px;
    top: 200px;
}
.search-field {
    background-color: transparent;
    background-image: url(../img/search-status.png);
    background-position: 5px center;
    background-size: 24px 24px;
    border: none;
    height: 40px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 0.4s, background 0.4s;
    transition: width 0.4s, background 0.4s;
    width: 0;
    cursor: pointer;
}
.car_hero,
.megamenu {
    position: absolute;
    right: 0;
}
.search-field:focus {
    background-color: transparent;
    border: 2px solid #fff;
    cursor: text;
    outline: 0;
    width: 250px;
    color: #fff;
}
.search-field::placeholder {
    color: #fff;
    font-size: 18px;
}
.radio_button input[type="radio"] + label i,
.search-form .search-submit {
    display: none;
}
.search_label {
    cursor: pointer;
}
.menu_second ul > li.dropdown_menu_ a {
    color: var(--black-text);
    padding: 15px !important;
    text-decoration: none;
}
a.navbar-brand h3 {
    font-size: clamp(1.3125rem, 0.8864rem + 2.1994vw, 2.25rem) !important;
    font-weight: 500 !important;
}
.menu_first li a {
    color: var(--black-text);
    font-size: 14px;
    font-weight: 600;
}
.menu_first li {
    padding: 0 70px;
}
.menu_first li:nth-child(3) {
    padding-right: 0;
}
.menu_first li:nth-child(2) {
    border-left: 2px solid var(--black-text);
    border-right: 2px solid var(--black-text);
}
.menu_second ul > li.dropdown_menu_ {
    margin-right: 50px;
}
.menu_second ul > li.dropdown_menu_:last-child {
    margin-right: 0;
}
.megamenu {
    padding: 20px 15px;
    top: auto;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(14px);
    border-radius: 0;
}
.megamenu .list-header {
    color: var(--black-text);
    font-size: 16px;
    font-weight: 600;
}
.megamenu .list-header + hr {
    border-color: rgb(24 24 24 / 80%);
}
.megamenu .mega_sub_menu li {
    margin-bottom: 14px;
}
.megamenu .mega_sub_menu li a {
    color: var(--black-text);
    font-size: 16px;
    font-weight: 400;
}
.finance_sub_menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.finance_sub_menu li,
.sell_sub_menu li {
    margin-bottom: 13px;
    margin-right: 40px;
}
@media screen and (max-width: 1365.9px) {
    .navbar-brand {
        padding-left: 15px !important;
    }
    .menu_second,
    .right_menu > ul {
        padding-right: 15px;
    }
}
@media screen and (min-width: 1366px) {
    .container-fluid,
    .megamenu,
    .menu_second,
    .right_menu > ul {
        padding-right: 60px;
    }
    .container-fluid {
        padding-left: 60px;
    }
    .navbar-brand {
        padding-left: 60px !important;
    }
    .megamenu {
        padding-left: 60px;
    }
}
@media screen and (min-width: 768px) {
    .menu_first {
        background-image: url("/images/header_curve.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
    .dropdown_menu_.active {
        background: var(--active-nav-bg);
        padding: 0 15px;
    }
    .menu_second ul > li.dropdown_menu_ {
        padding: 15px;
        position: unset;
    }
    .dropdown_menu_ > a:after {
        content: unset !important;
    }
    .navbar-brand img {
        width: 90% !important;
    }
    .how_eligibilty_works .card {
        width: 33.33%;
        align-items: stretch;
    }
}
@media screen and (max-width: 991.9px) and (min-width: 768px) {
    .menu_first li {
        padding: 0 30px;
    }
    .menu_second ul li.dropdown_menu_ {
        margin-right: 50px;
    }
}
@media screen and (max-width: 767.9px) {
    .navbar-brand {
        width: 27% !important;
    }
    .navbar-brand img {
        width: 100% !important;
    }
    .right_menu {
        width: 70% !important;
        padding: 10px 0;
    }
    .menu_first {
        flex-direction: row;
    }
    .menu_first li {
        padding: 0 17px;
    }
    .menu_first li svg {
        display: block;
        margin: auto auto 5px !important;
    }
    .menu_first li svg path {
        fill: #fff;
    }
    .menu_first li:nth-child(2) {
        border-color: #fff;
        height: 30px;
    }
    .menu_first li:nth-child(2) a {
        transform: translateY(-6.5px);
    }
    .menu_first li:last-child,
    .menu_second {
        padding-right: 0;
    }
    .menu_first li > * {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    #collapsibleNavbar .navbar-nav {
        padding-bottom: 20px;
    }
    .dropdown_menu_ .megamenu {
        position: unset !important;
        transform: unset !important;
        border: 0;
    }
    .menu_second ul > li.dropdown_menu_ {
        margin-right: 0;
        margin-bottom: 0;
    }
    .menu_second ul > li.dropdown_menu_ > a {
        font-size: 20px;
    }
    .megamenu > div > li {
        margin-bottom: 20px;
    }
    .megamenu > div > li:last-child {
        margin-bottom: 00px;
    }
    .finance_sub_menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media screen and (max-width: 399.9px) {
    .menu_first li {
        padding: 0 10px;
    }
}
@media screen and (max-width: 576px) {
    .search_label {
        display: none;
    }
    .text_mob {
        font-size: 10px;
    }
    .menu_first li svg {
        margin-bottom: 0 !important;
        width: 18px;
    }
    .navbar-brand {
        width: 35% !important;
    }
    .right_menu {
        width: 62% !important;
    }
}
@media screen and (max-width: 350px) {
    nav .navbar-nav.menu_1 li:nth-child(3) {
        border-left: 0;
        padding-left: 0;
        margin-left: 10px;
    }
    .sign_in_text {
        display: none;
    }
    .menu_first li:nth-child(2) {
        border: 0;
        height: unset;
    }
    .menu_first li svg {
        margin-bottom: 0 !important;
        width: 15px;
    }
    .menu_first li:nth-child(3) {
        padding-right: 10px;
    }
    .menu_first li:nth-child(2) a {
        transform: unset;
    }
    .menu_first li {
        padding: 0 5px;
    }
    #filter-form input::placeholder,
    #filter-form select,
    .hero_tabs .radio_button label {
        font-size: 13px;
    }
}
@media screen and (min-width: 1024px) {
    .megamenu > .row {
        max-width: 1260px;
        margin: auto;
    }
}
.hero_section {
    background-image: url("/landing_page/img/hero_bg_np.webp");
    background-size: cover;
    padding: 68px 0 54px;
    background-position: center;
}
.hero_form_card {
    width: 380px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
}
.main_heading {
    font-size: clamp(1.125rem, 0.9921rem + 0.6751vw, 1.625rem) !important;
    font-weight: 600;
    margin-bottom: 0;
}
.hero_form_card .main_heading {
    margin-bottom: 23px;
}
.reset_n_more button:first-child {
    color: var(--black-text);
    font-size: 15px;
    font-weight: 500;
}
.reset_n_more button:last-child {
    color: var(--primary-text);
    font-size: 15px;
    font-weight: 500;
}
.text_tag_desktop,
.text_tag_mob {
    right: 15px;
    width: auto !important;
    position: absolute;
    bottom: 0;
}
.hero_tabs {
    gap: 15px;
    padding: 4px;
    background: var(--primary-bg);
    border-radius: 50px;
}
.hero_tabs .radio_button {
    border: 0;
    min-height: 40px;
}
.hero_tabs .radio_button label {
    border: 0 !important;
    border-radius: 50px !important;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio_button input[type="radio"] {
    margin-top: 0;
    opacity: 0.011;
    cursor: pointer;
    z-index: 100;
}
.hero_section .home_quick_search input,
.hero_section .home_quick_search select {
    font-size: 14px;
}
.home_quick_search select {
    border-radius: 10px;
    border: 1px solid #e9e8e8;
    background: #fff;
    height: 46px;
    color: var(--paragraph-color);
    font-weight: 400;
}
.home_quick_search input {
    height: 46px;
    border-radius: 10px;
    border: 1px solid #e9e8e8;
}
.home_quick_search label {
    color: var(--paragraph-color);
    font-size: 20px;
    font-weight: 400;
}
.home_quick_search input[type="radio"] {
    accent-color: var(--primary-text);
    width: 20px;
    height: 20px;
}
.FAQ_qns,
.custom-class-eligibility .representative_rate,
.exciting_car_to_sell,
.exciting_news,
.finance_section,
.finance_video,
.instant_car_evaluation,
.rev_up_car {
    padding: 50px 0;
}
.custom-class-about .exciting_news,
.custom-class-eligibility .exciting_news,
.custom-class-faqs .exciting_news,
.custom-class-home .exciting_car_to_sell,
.custom-class-home .finance_section,
.custom-class-hp-quote .exciting_news,
.custom-class-part-exchange .exciting_car_to_sell,
.custom-class-part-exchange .exciting_news,
.custom-class-pcp-quote .exciting_news,
.rev_up_car.second {
    padding-top: 0;
}
.card.common_card {
    border-radius: 10px;
    border: 1px solid #e9e8e8;
}
.common_card .card-body {
    padding: 50px;
}
.rev_up_car .card-body h5 {
    margin-bottom: 20px;
    color: var(--black-text);
}
.finance_calculator .finance_amount_value span,
.rev_up_car .card-body h6 {
    font-size: 16px;
    font-weight: 600;
}
.rev_up_car .card-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.new_square_btn {
    padding: 13px 25px;
    border-radius: 0;
    border: 1px solid var(--black-text);
    color: var(--primary-text);
    font-weight: 600;
}
.car_finance_eligibilty a.view_car_btn svg,
.car_search_btn svg,
.eligibility_btn svg,
.rotate_arrow,
.subscribe_btn svg,
a.btn.contact_us-btn svg,
a.view_car_btn svg {
    transform: rotate(45deg);
    margin-left: 6px !important;
}
.text_tag_desktop {
    height: calc(100% - 80%);
}
.text_tag_mob {
    height: calc(100% - 57%);
}
.radio_button,
.range-slider__value {
    display: inline-block;
    position: relative;
}
.rev_up_car.first .rev_right_content h1:first-child {
    margin-bottom: 12px;
}
.rev_up_car.first .rev_right_content img {
    margin-top: 0;
}
.rev_up_car.first .rev_right_content h1 {
    font-size: clamp(2.0625rem, 1.2833rem + 2.1645vw, 3.3125rem);
    font-style: normal;
    font-weight: 700;
    background: var(--primary-bg);
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (min-width: 1440px) {
    .rev_up_car .rev_right_content .left-gap {
        padding-left: 50px;
    }
    .rev_up_car.first .rev_right_content img {
        padding-left: 30px;
    }
}
@media screen and (max-width: 375px) and (min-width: 316px) {
    .rev_up_car.first .rev_right_content h1 {
        font-size: clamp(1.5625rem, -1.1155rem + 13.5593vw, 2.0625rem);
    }
}
@media screen and (max-width: 315px) {
    .rev_up_car.first .rev_right_content h1 {
        font-size: 22px;
    }
}
.representative_rate .finance_form_iframe {
    width: 100%;
    height: auto;
    border: 0;
}
.bad_credit_card > div p,
.bad_credit_details .common_card.border-0 p,
.document_section strong,
.representative_rate .highlighted_card p strong:first-child,
.sell_details > div p {
    color: var(--black-text);
}
.representative_rate .highlighted_card + hr {
    margin: 30px 0;
}
.menu_second ul > li.dropdown_menu_,
.representative_rate .view-page.check-eligible {
    padding: 0 !important;
}
.finance_section .card .card-body {
    padding: 40px 30px;
}
.finance_section .card p {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 25px;
}
.finance_section .card img {
    background: #fef1f0;
    border-radius: 50px;
    padding: 8px;
}
.finance_section .card h6 {
    min-height: 42px;
    color: #000;
}
.content_button{
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.finance_calculator .finance_item {
    color: var(--black-text);
    font-size: 16px;
    font-weight: 500;
}
.finance_calculator .finance_value {
    color: var(--primary-text);
    font-size: 16px;
    font-weight: 500;
}
.finance_calculator .finance_amount {
    color: var(--black-text);
    font-size: 20px;
    font-weight: 500;
}
.finance_calculator .finance_amount_value {
    color: var(--primary-text);
    font-size: 32px;
    font-weight: 700;
}
.finance_note {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 27px;
}
.finance_apply_btn {
    border-radius: 50px;
    background: var(--primary-bg);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}
.finance_calculator .left_card label {
    color: var(--black-text);
    font-size: clamp(1rem, 0.9674rem + 0.1681vw, 1.125rem);
    font-weight: 500;
}
.left_card select,
.range_value_display {
    height: 44px;
}
.divider_border {
    border-right: 1px solid #e9e8e8;
}
.content_mobile_spacing {
    margin-bottom: 30px;
}
.left_card .form-group,
.left_card .range-slider {
    margin-bottom: 35px;
}
@media screen and (min-width: 1200px) {
    .cal_right_content {
        padding: 0 45px 0 65px;
    }
    .left_card {
        padding-right: 80px;
    }
}
.pcp_hp .radio_button,
.range-slider {
    width: 100%;
}
.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: 0;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-bg);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: var(--primary-bg);
}
.range-slider__range:active::-webkit-slider-thumb {
    background: var(--primary-bg);
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: var(--primary-bg);
}
.range-slider__range:active::-moz-range-thumb {
    background: var(--primary-bg);
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--primary-text);
}
.range-slider__value {
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
.range_value p {
    color: #5d5d5d;
    margin-top: 10p;
    font-size: 14px;
    font-weight: 400;
}
.radio_button {
    margin: 0 13px 0 0;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    background: 0 0;
}
.bad_credit_card,
.bad_credit_card > div,
.how_eligibilty_works {
    height: 100%;
    border-radius: 10px;
}
.exciting_news .subscribe_btn,
.finance_form_content,
.slick-dots li.slick-active button {
    background-color: var(--primary-bg);
}
.months_selection .radio_button:last-child,
.pcp_hp .radio_button:last-child {
    margin: 0;
}
.months_selection {
    gap: 5px;
}
.car_eligibilty_detail_page .car_finance_eligibilty,
.car_eligibilty_detail_page .car_finance_eligibilty .main_content,
.pcp_hp {
    gap: 10px;
}
.radio_button input,
.radio_button label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.radio_button input[type="radio"]:checked + label {
    background: #fff !important;
    border: 1px solid var(--primary-text);
    color: var(--primary-text);
    border-radius: 4px;
}
.radio_button input[type="radio"]:checked + label i {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--primary-text);
    font-size: 14px;
}
.radio_button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1em;
    margin-bottom: 0;
    padding: 12px 10px;
}
.pcp_hp {
    display: flex;
}
.tyre_image {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 100;
}
.decimal_list > li,
.mySlider {
    position: relative;
}
.finance_work_details ul li:last-child {
    margin-bottom: 0;
}
.finance_work_details a,
.monthly_price .card .card-body a {
    color: var(--primary-text);
    text-decoration: underline;
}
.monthly_price .card {
    border-radius: 10px;
    border: 1px solid var(--Line-Color, #e9e8e8);
}
.monthly_price .card .card-body {
    padding: 40px;
}
#main #faq .card {
    margin-bottom: 17px;
    border-radius: 10px;
    border: 1px solid #e9e8e8;
    padding: 36px 50px;
}
#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}
#main #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: var(--black-text);
    font-weight: 600;
}
#main #faq .card .card-header .btn-header-link:focus,
.subscribe_input > input:focus {
    box-shadow: none;
}
#main #faq .card .card-header .btn-header-link[aria-expanded="false"] i {
    transform: rotate(0);
}
#main #faq .card .card-header .btn-header-link[aria-expanded="true"] i {
    transform: rotate(90deg);
}
#main #faq .card .card-header .btn-header-link i.collapse_icon,
.collapse_icon {
    color: var(--paragraph-color);
    font-size: 16px;
    margin-left: 5px;
}
.collapse_icon {
    float: unset;
}
#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
    margin-top: 18px;
}
#main #faq .card .collapse {
    border: 0;
    margin-top: 18px;
}
#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #000;
    margin-top: 18px;
}
.FAQ_qns h2 {
    margin-bottom: 40px;
    color: #000;
}
.FAQ_qns .card-body p {
    color: #83827f;
    margin-bottom: 0;
}
.review_left_content {
    padding: 45px;
}
.embed-responsive,
.finance_form_content {
    border-radius: 10px;
}
.finance_form_content h1 {
    color: #fff;
}
.eligibility_btn {
    background-color: #fff;
    color: var(--primary-text) !important;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}
.finance_review p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 30px;
}
.exciting_news h2,
.subscribe_input {
    margin-bottom: 39px;
}
.exciting_news input.sign_up {
    border: 0;
    border-radius: 50px;
    height: 50px;
    padding-left: 70px;
    background: 0 0;
}
.subscribe_input:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    content: "\f0e0";
    top: 36%;
    position: absolute;
    left: 40px;
    border-right: 1px solid #949392;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
    color: var(--paragraph-color);
}
.exciting_news .subscribe_btn {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.subscribe_input {
    border: 1px solid #e9e8e8;
    border-radius: 50px;
    padding: 5px;
}
.subscribe_input .subscribe_btn {
    border-radius: 50px !important;
    padding: 10px 80px;
    font-size: 16px;
    font-weight: 600;
}
.exciting_news p a {
    color: var(--paragraph-color);
}
@media screen and (min-width: 768.1px) {
    .menu_3 li:hover a {
        color: var(--primary-color);
    }
    .subscribe_input {
        width: 50% !important;
    }
    .menu_2 li:hover a {
        color: #000 !important;
    }
    .menu_3 li:hover a {
        color: var(--primary-text);
    }
    .finance_form_content .finance_form_content_img {
        width: 40%;
    }
    .finance_form_content .finance_form_content_img img {
        height: 100% !important;
    }
    .review_left_content {
        width: 60%;
    }
}
@media screen and (max-width: 992px) {
    .rev_up_car.second .card-body h5 {
        color: #000;
    }
    .finance_section .card h6 {
        min-height: unset;
    }
    .finance_section.py-80 {
        padding-bottom: 50px !important;
    }
    .slick-dots {
        bottom: -40px !important;
    }
    .rev_up_car {
        padding: 10px 0 35px;
    }
    .rev_up_car.second {
        padding: 0 0 38px;
    }
    .exciting_car_to_sell,
    .finance_section {
        padding: 36px 0;
    }
    .FAQ_qns {
        padding: 37px 0 16px;
    }
    .exciting_news {
        padding: 20px 0;
    }
}
@media screen and (max-width: 992px) and (min-width: 577px) {
    .subscribe_input {
        width: 90% !important;
    }
    .rev_up_car .rev_right_content {
        margin-bottom: 20px;
    }
    .finance_section .row {
        grid-row-gap: 30px;
    }
    .monthly_price .row {
        grid-row-gap: 10px;
    }
    .common_card .card-body {
        padding: 20px;
    }
    #main #faq .card {
        margin-bottom: 10px;
        padding: 19px 16px;
    }
    .rev_up_car.first {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1160px) and (min-width: 768.1px) {
    .review_left_content {
        padding: 15px;
    }
}
@media screen and (max-width: 768px) {
    ul.menu_1 {
        display: flex;
        flex-direction: row;
    }
    ul.menu_1 a.nav-link {
        padding: 0;
        height: auto;
        margin: 0;
    }
    ul.menu_1 li:nth-child(2) {
        line-height: unset !important;
    }
    ul.menu_3 li a {
        color: #fff;
    }
    .finance_calculator .left_card {
        position: relative;
        height: 100%;
    }
    .radio_button label {
        padding: 15px 10px;
    }
    .finance_form_content {
        flex-direction: column-reverse;
    }
    .finance_form_content img {
        border-radius: 10px 10px 0 0;
    }
    .review_left_content {
        padding: 20px;
    }
    .subscribe_input .subscribe_btn {
        padding: 10px 30px;
        font-size: 15px;
    }
}
@media screen and (max-width: 576px) {
    .hero_section {
        background-image: url("/landing_page/img/hero_bg_np_mob.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }
    .hero_form_card {
        width: 100%;
        box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(40px) !important;
    }
    #main #faq .card .card-body {
        padding: 0 10px 0 0;
    }
    #main #faq .card {
        margin-bottom: 10px;
        padding: 19px 16px;
    }
    .finance_calculator .left_card {
        position: unset;
    }
    .finance_work_details h4,
    .finance_work_details p {
        margin-bottom: 15px;
    }
    .eligibility_btn {
        font-size: 18px;
        width: 100%;
    }
    .exciting_news input.sign_up {
        font-size: 14px;
        height: 40px;
    }
    .red_btn.car_search_btn {
        margin-top: 16px;
    }
    #main #faq .card .card-header .btn-header-link {
        align-items: start;
    }
    .search-field:focus {
        width: 130px;
    }
    .finance_section .card img {
        width: 50px;
    }
    .common_card .card-body {
        padding: 20px !important;
    }
    .common-wl p,
    .representative_rate h6 {
        font-size: 16px !important;
    }
    .rev_up_car .card.common_card .card-body {
        padding: 16px !important;
    }
    .rev_up_car .rev_right_content {
        margin-bottom: 20px;
    }
    .car_eligibilty_detail_page,
    .rev_up_car .card-body h6 {
        margin-top: 20px;
    }
    .FAQ_qns h2,
    .finance_calculator h2,
    .finance_section h2,
    .monthly_price h2 {
        margin-bottom: 20px !important;
    }
    .representative_rate h2 {
        margin-bottom: 0 !important;
    }
    .representative_rate .card {
        border: 0;
    }
    .representative_rate .card .card-body {
        padding: 0 !important;
    }
    .finance_section .row,
    .monthly_price .row {
        grid-row-gap: 10px;
    }
    .content_mobile_spacing,
    .left_card .form-group,
    .left_card .range-slider {
        margin-bottom: 27px;
    }
    .cal_right_content {
        padding-top: 24px;
        border-top: 1px solid #e9e8e8;
        margin-top: 30px;
    }
    .divider_border {
        border-right: 0px;
    }
    .finance_work_details h5,
    .finance_work_details ul li {
        margin-bottom: 18px;
    }
    .monthly_price .card .card-body {
        padding: 40px 35px 24px;
    }
    .FAQ_qns .card-body p {
        line-height: 25px;
        margin-bottom: 0;
    }
    #main #faq .card .collapse,
    #main #faq .card .collapse.show,
    #main #faq .card .collapsing {
        margin-top: 10px;
    }
    .exciting_news .card.common_card .card-body {
        padding: 25px;
    }
    .subscribe_input {
        border: 1px solid #e9e8e8;
        border-radius: 50px;
        padding: 5px;
        margin-bottom: 28px;
    }
    .exciting_news h2 {
        margin-bottom: 30px;
    }
    .finance_work_details img {
        width: 60% !important;
    }
}
@media screen and (max-width: 426px) and (min-width: 315px) {
    .exciting_news input.sign_up {
        font-size: 11px;
        padding-left: 40px;
    }
    .subscribe_input .subscribe_btn svg {
        margin-left: 10px !important;
        width: 15px;
    }
    .subscribe_input:before {
        left: 14px;
        font-size: 13px;
    }
    .subscribe_input .subscribe_btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}
@media screen and (max-width: 355px) {
    .eligibility_btn {
        font-size: 14px;
    }
    .eligibility_btn svg {
        width: 12px;
    }
    .subscribe_input:before {
        left: 20px;
    }
    .exciting_news input.sign_up {
        padding-left: 50px;
    }
    .subscribe_input .subscribe_btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .subscribe_input .subscribe_btn svg {
        width: 14px;
        margin-left: 10px !important;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .search_label,
    li.nav-item > * {
        font-size: 16px;
    }
    .finance_calculator .left_card {
        height: 116%;
    }
    .cal_right_content {
        padding-bottom: 0 !important;
    }
}
@media screen and (min-width: 1600px) {
    .rev_up_car.second .rev_left_content {
        flex: 0 0 69%;
        max-width: 69%;
    }
    .rev_up_car.second .rev_right_content {
        flex: 0 0 31%;
        max-width: 31%;
    }
}
.slick-dots {
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
    bottom: -30px;
    list-style: none;
    padding-left: 0;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #fde3e1;
    text-indent: -999999px;
}
.menu_second ul > li.dropdown_menu_ a:hover {
    text-decoration: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 77px;
}
.menu_second ul > li.dropdown_menu_.show > a {
    background: var(--active-nav-bg);
    box-shadow: none !important;
}
.common_breadcrumb {
    padding: 10px 0;
}
.common_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    font-size: 13px;
}
.common_breadcrumb .breadcrumb-item {
    color: var(--paragraph-color);
    font-size: 13px;
    font-weight: 400;
}
.header_title_common {
    padding: 50px 0;
    background: #f7f7f7;
}
.header_title_common h1 {
    color: var(--black-text);
    text-align: center;
    font-size: clamp(1.5625rem, -0.2054rem + 4.9107vw, 2.9375rem);
    font-weight: 600;
    margin-bottom: 24px;
}
.header_title_common h3 {
    color: var(--black-text);
    text-align: center;
    font-size: clamp(1.125rem, -0.2411rem + 3.7946vw, 2.1875rem);
    font-weight: 500;
}
.how_eligibilty_works {
    background: url(https://sun.autofintech.co.uk/landing_page/img/how_it_works_.webp) 0 0 / cover no-repeat;
    display: flex;
    gap: 90px;
    padding: 58px 90px;
}
.eligibility_work .how_eligibilty_works h6 span {
    font-weight: 400;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .how_eligibilty_works {
        gap: 10px;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    header .navbar {
        width: 100%;
        overflow: visible;
    }
    .right-sec ul li.dropdown a {
        margin-right: 9px;
    }
    .right-sec {
        right: 15px;
        position: absolute;
    }
    .navbar-collapse.collapse.show + .right-sec,
    .navbar-collapse.collapsing + .right-sec {
        top: 21px;
    }
    .how_eligibilty_works {
        flex-direction: column;
    }
}
.bad_credit_details,
.details_about_us,
.text_on_image {
    padding-top: 50px;
}
.text_on_image .text_on_image_note {
    padding: 16px 19px;
    border-radius: 10px;
    background: #f7f7f7;
}
.details_about_us .card.common_card,
.your_car_px {
    margin-bottom: 50px;
}
.details_about_us .content_about_us h2 {
    color: var(--black-text);
    font-size: clamp(1rem, 0.2768rem + 2.0089vw, 1.5625rem);
    font-weight: 600;
    margin-bottom: 22px;
}
.details_about_us .content_about_us p:nth-child(3) {
    margin-top: 22px;
}
.details_about_us .content_about_us ul {
    padding-left: 20px;
}
.details_about_us .content_about_us ul li::marker {
    color: var(--paragraph-color);
}
.bad_credit_card {
    background-image: url("/landing_page/img/bad_credit_car.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 45px;
    padding: 50px;
    align-items: center;
}
.bad_credit_card > div {
    background-color: rgb(255 255 255 / 90%);
    padding: 45px;
    width: 50%;
}
.car_val_form input {
    height: 64px;
    border-radius: 4px;
    border: 1px solid #e9e8e8 !important;
    box-shadow: none !important;
    text-align: center;
}
.car_val_form .reg_number {
    margin: 31px 0 22px;
}
.car_val_form .subscribe_btn {
    border-radius: 50px;
    background: #f7f7f7;
    color: var(--black-text);
    font-size: 16px;
    font-weight: 700;
    margin-top: 32px;
    padding: 18px;
}
.sell_your_car .common_card {
    background-image: url("/landing_page/img/sell_your_car.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sell_details {
    display: flex;
}
.sell_details > div {
    width: 100%;
    border-radius: 10px;
    background: rgb(255 255 255 / 90%);
    padding: 50px;
}
.sell_details > div h4 {
    color: var(--black-text);
    font-size: clamp(1.25rem, 0.8333rem + 1.1574vw, 1.875rem);
    font-weight: 700;
}
.sell_details > div h6 {
    color: var(--black-text);
    font-size: clamp(1rem, 0.8333rem + 0.463vw, 1.25rem);
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .hero_form_card {
        margin-left: 77px;
    }
    .custom-class-hp-quote .text_on_image_note {
        margin-top: 20px;
    }
    .car_val_form {
        width: 625px;
        margin: auto;
    }
    .sell_details > div {
        width: 60%;
    }
}
@media screen and (max-width: 992px) {
    .how_eligibilty_works {
        gap: 10px;
        padding: 30px;
    }
    .header_title_common,
    .instant_car_evaluation {
        padding: 20px 0;
    }
    .custom-class-eligibility .representative_rate {
        padding: 0 0 36px;
    }
    .custom-class-eligibility .FAQ_qns,
    .custom-class-faqs .FAQ_qns,
    .custom-class-hp-quote .FAQ_qns,
    .custom-class-pcp-quote .FAQ_qns {
        padding: 37px 0 30px;
    }
    .header_title_common h1 {
        margin-bottom: 16px;
    }
    .bad_credit_details,
    .text_on_image {
        padding-top: 20px;
    }
    .finance_video {
        padding: 36px 0;
    }
    .details_about_us img,
    .text_on_image img {
        margin-bottom: 20px;
    }
    .car_val_form .subscribe_btn,
    .finance_video .rates_div {
        margin-top: 20px;
    }
    .details_about_us .card.common_card {
        margin-bottom: 40px;
    }
    .details_about_us {
        padding-top: 30px;
    }
    .your_car_px {
        margin-bottom: 44px;
    }
    .bad_credit_card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .bad_credit_card > div {
        width: 100%;
        padding: 20px;
    }
    .sell_details > div {
        padding: 20px;
    }
    .car_val_form .reg_number {
        margin-bottom: 12px;
    }
}
.explicit_image {
    width: 100% !important;
    height: auto !important;
}
.input_text_gb {
    background-color: var(--black-text);
}
.exciting_car_to_sell .enter_reg {
    border-color: #d9d8d8 !important;
    border-radius: 0 4px 4px 0 !important;
    height: 44px !important;
}
.sell_with_motorway h6 {
    font-size: 18px;
}
.sell_with_motorway .card {
    background-color: #f1f4fa;
    border: 0;
    border-radius: 10px;
}
.sell_with_motorway .card .car_with_motorway_icon {
    padding: 10px;
    background-color: var(--primary-bg);
    border-radius: 50px;
    display: inline-block;
}
.sell_with_motorway .card .car_with_motorway_icon img {
    width: 35px;
}
.trustpilot_logo_transform {
    transform: translateY(-3px);
}
.enter_reg {
    text-align: center;
    font-size: 1.5rem !important;
    color: var(--black-text) !important;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: none !important;
}
.car_finance_eligibilty {
    background: var(--primary-bg);
    padding: 40px 40px 20px;
    color: #fff;
    border-radius: 10px;
    height: 100%;
}
.car_eligibilty_detail_page .car_finance_eligibilty .quotation {
    font-size: 12px;
}
.car_finance_eligibilty h5 {
    font-size: 18px;
    font-weight: 400 !important;
}
.car_finance_eligibilty h1 {
    font-size: clamp(2.1875rem, 0.3382rem + 2.1661vw, 2.9375rem);
    font-weight: 700;
}
.car_finance_eligibilty small.red_card_powered {
    color: #ffffffc9;
}
.car_finance_eligibilty a.view_car_btn {
    color: var(--primary-text);
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    padding: 10px;
    border-radius: 10px;
}
.car_finance_eligibilty a.view_car_btn svg path {
    stroke: var(--primary-text);
}
.car_eligibilty_detail_page .car_finance_eligibilty .main_content > div {
    width: 33.33%;
}
@media screen and (max-width: 768px) {
    .car_eligibilty_detail_page .car_finance_eligibilty {
        gap: 30px;
    }
    .car_eligibilty_detail_page .car_finance_eligibilty .main_content {
        flex-direction: column;
    }
    .car_eligibilty_detail_page .car_finance_eligibilty .main_content > div {
        width: 100%;
        text-align: center;
    }
    .car_eligibilty_detail_page .car_finance_eligibilty .quotation {
        text-align: center !important;
        margin-top: 20px;
    }
}
.wl_footer {
    padding: 40px 0;
    background-color: #f1f4fa;
}
.wl_footer .email_us,
.wl_footer .initial_disclosure,
.wl_footer address,
.wl_footer p {
    color: var(--paragraph-color);
    font-size: 14px;
    font-weight: 400;
}
.wl_footer h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-text);
}
.wl_footer ul.important_links li a {
    color: var(--paragraph-color);
    font-size: 14px;
}
.document_section {
    padding: 60px 0;
}
.document_section a {
    color: var(--primary-text);
    font-weight: 600;
}
.document_section li {
    color: var(--paragraph-color);
}
.document_section li::marker {
    color: var(--black-text);
}
.document_section .products_offered_table th {
    width: 25%;
}
.decimal_list {
    counter-reset: item 0;
    margin: 10px 0 0;
    padding: 0 0 0 32px;
}
.decimal_list h6 {
    color: var(--black-text);
}
.decimal_list > li {
    display: block;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
.decimal_list > li:before {
    content: counters(item, ".") ".";
    counter-increment: item 1;
    position: absolute;
    margin-right: 100%;
    right: 12px;
}
.decimal_list > li > ol {
    counter-reset: item 0;
    margin: 12px 0 0;
    padding: 0 0 0 24px;
}
@media screen and (max-width: 576px) {
    .document_section {
        padding: 40px 0;
    }
}
.alert-cookie-policy{
  display: none;
  border-radius: 0;
  position: fixed;
  bottom:0;
  top:auto;
  left:0;
  right: 0;
  z-index: 999;
}
.alert-cookie-policy .alert{
  border-radius: 0;
}