*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

:focus,
:active {
    outline: none !important;
}

@font-face {
    font-family: "co-headline";
    src: url("https://use.typekit.net/af/fc5dbb/00000000000000007735fd1f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/fc5dbb/00000000000000007735fd1f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/fc5dbb/00000000000000007735fd1f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "co-headline";
    src: url("https://use.typekit.net/af/ffcb6d/00000000000000007735fd22/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ffcb6d/00000000000000007735fd22/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ffcb6d/00000000000000007735fd22/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: 'co-headline';
    src: url('../fonts/CoHeadline-Light.eot');
    src: url('../fonts/CoHeadline-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoHeadline-Light.woff2') format('woff2'),
        url('../fonts/CoHeadline-Light.woff') format('woff'),
        url('../fonts/CoHeadline-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --Secondary-Dark: #0C244A;
    --Primary: #E53338;
    --color2: #023E8A;
    --color3: #F4F4F4;
    --color4: #18C283;
    --color5: #F2F6FE;
    --color6: #E4E4E4;
    --color7: #FCFCFC;
    --color8: #E7E7E7;
    --color9: #D6D6D6;
    --light-blue: #6A97E3;
    --light-white: #F2F2F2;
    --white: #ffffff;
    --black: #000000;
    --off-blue: #204B93;
    --light-red: #FA7F82;

    --primary-font: "co-headline";
    --h1: normal normal 400 50px/52px var(--primary-font);
    --h2: normal normal 400 36px/38px var(--primary-font);
    --h3: normal normal 400 22px/38px var(--primary-font);
    --h4: normal normal 400 19px/27px var(--primary-font);
    --h5: normal normal 400 17px/26px var(--primary-font);
    --h6: normal normal 400 13px/21px var(--primary-font);
    --sh1: normal normal 300 13px/21px var(--primary-font);
    --sh2: normal normal 400 18px/27px var(--primary-font);
    --sh3: normal normal 400 28px/38px var(--primary-font);
    --sh4: normal normal 400 23px/normal var(--primary-font);
    --sh5: normal normal 300 14px/20.174px var(--primary-font);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    outline: none;
    scroll-behavior: smooth;
}

body {
    color: var(--Secondary-Dark);
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: normal;
    font-size: 15px;
    background-color: var(--white);
    line-height: normal;
}

body.active_menu {
    overflow: hidden;
}

img,
svg {
    max-width: 100%;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    display: inline-block;
    color: var(--color1);
}

table {
    border-collapse: collapse;
    width: 100%;
}

::selection {
    background: rgba(127, 131, 51, 0.2);
}

::-moz-selection {
    background: rgba(127, 131, 51, 0.2);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.no-wrap {
    flex-wrap: nowrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
}

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

.text-end {
    text-align: end;
}

.text-uppercase {
    text-transform: uppercase;
}

.container {
    /* max-width: 1371px; */
    max-width: 1378px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

.shortcode_section .container {
    padding-bottom: 75px;
}

.sob_container {
    max-width: 1236px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.h1,
h1 {
    font: var(--h1);
}

.h2,
h2 {
    font: var(--h2);
}

.h3,
h3 {
    font: var(--h3);
}

.h4,
h4 {
    font: var(--h4);
}

.h5,
h5 {
    font: var(--h5);
}

.h6,
h6 {
    font: var(--h6);
}

.sh1 {
    font: var(--sh1);
}

.sh2 {
    font: var(--sh2);
}

.sh3 {
    font: var(--sh3);
}

.sh4 {
    font: var(--sh4);
}

.sh5 {
    font: var(--sh5);
}

/* btn css */

.apply_btn {
    /* max-width: 233px;
    width: 100%; */
    display: inline-block;
}

.apply_btn a,
.col_field .apply_btn {
    background: var(--Primary);
    border-radius: 50px;
    color: var(--white);
    padding: 6px 8px;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
    font-weight: 400;
    font-size: 14px;
}

.apply_btn a span {
    padding: 0 18px;
}

.apply_btn a .round,
.col_field .apply_btn .round {
    background-color: #FA7F82;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;

}


.apply_btn.blue_btn a .round,
.col_field .blue_btn.apply_btn .round {
    background-color: #6A97E3;
}

.col_field .apply_btn {
    position: relative;
    height: 50px;
}

.col_field .apply_btn .round {
    position: absolute;
    right: 10px;
}

@media (hover: hover) {
    .center_header ul>li.menu-item-has-children:hover>a:after {
        transform: scaleY(-1);
    }

    .apply_btn a:hover .round,
    .col_field .apply_btn:hover .round {
        background-color: #FFD8D9;
    }

    .apply_btn a:hover .round path,
    .col_field .apply_btn:hover .round path {
        stroke: var(--Primary);
    }

    .apply_btn a:hover,
    .col_field .apply_btn:hover {
        color: var(--Primary);
        background-color: transparent;
        border: 2px solid var(--Primary);
    }

    .col_field .apply_btn:hover input {
        color: var(--Primary);
    }

    .center_header li.menu-item:hover>a:before {
        opacity: 1;
    }
}

/* =================== START HEADER  SECTION =================== */
.header {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: var(--white);
}

.main_top_header {
    border-bottom: 1px solid var(--color6);
    padding: 6px 0;
}

.top_header_left li {
    margin-right: 11px;
}

.h_icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.header_nav {
    padding: 25px 0;
}

.top_header_left li a,
.top_header_right p {
    color: var(--Secondary-Dark);
    font: var(--sh1);
    letter-spacing: -0.13px;
    line-height: 18px;
}

.top_header_left ul>li:first-child a span,
.top_header_right p {
    font-weight: 400;
}

.contact_num {
    color: var(--Primary) !important;
    font-weight: 400 !important;
}

.main_logo {
    max-width: 174px;
    width: 100%;
}

.center_header .menu-item {
    padding: 0 15px;
    position: relative;
}

.center_header .menu-item a {
    position: relative;
    font-weight: 400;
    padding: 15px 0;
}

.center_header ul>li.menu-item-has-children>a {
    padding-right: 22px;
}

.center_header ul>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    transition: 0.3s all ease-in-out;
    background-image: url(../image/menu-arrow.svg);
    right: 0;
    top: 20px;
    transform: scaleY(1);
}

.center_header ul>li.menu-item-has-children.active>a:after {
    transform: scaleY(-1);
}


.center_header li.menu-item>a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--Primary);
    bottom: 0;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.menu-item .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
    width: auto;
    background: #fff;
    transition: unset;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    position: absolute;
    min-width: 220px;
}

.sub-menu li a {
    padding: 10px 25px;
    width: 100%;
}

.sub-menu li {
    position: relative;
}

.menu-item ul li ul {
    left: 100%;
    top: 0;
}

.sub-menu li a:hover {
    color: var(--Primary);
}

button.sub-menu-toggle {
    display: none;
}

/* .sub-menu-toggle {
    border: none;
    background-color: transparent;
} */

/* =================== END HEADER  SECTION =================== */
/* =================== START BANNER  SECTION =================== */
.hero_section {
    background-image: url(../image/hero_bg.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.hero_details_title {
    /* max-width: 531px; */
    max-width: 606px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 112px;
}

.page-id-11 .hero_details_title {
    padding-top: 63px;
}

.hero_details_title h1 {
    letter-spacing: -3px;
    text-transform: capitalize;
    margin: 0 0 14px;
    color: var(--Primary);
}

.page-id-11 .hero_details_title h1 span {
    color: var(--color2);
}

.credit_que {
    padding: 0px 0 18px;
}

.credit_que .round {
    width: 16px;
    height: 16px;
    background-image: url(../image/right_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    background-color: var(--color4);
    margin: 0 8px 0 0;
}

.credit_que ul li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-transform: capitalize;
    font: var(--h5);
    color: var(--color4);
    letter-spacing: -0.68px;
}

.credit_que ul li span {
    line-height: 1;
    display: contents;
}

.hero_details_title p {
    max-width: 393px;
    width: 100%;
    margin: auto;
    line-height: 144.1%;
}

.hero_img {
    position: relative;
    /* margin: -50px 0 -20px; */
    margin-top: 25px;
}

.hero_img img,
.hero_img svg {
    margin: auto;
    mix-blend-mode: darken;
}

.hero_img_wpr img {
    max-width: 100%;  
    height: auto;    
    display: block; 
}

.hero_img_wpr,
.main_reviews {
    max-width: 872px;
    width: 100%;
    margin: 0 auto;
}

.page-id-11 .you_could_be {
    position: absolute;
    top: -8%;
    right: 7%;
}

.you_could_be {
    position: absolute;
    top: -22%;
    right: 10%;
}

.you_could_be h5 {
    max-width: 134px;
    text-align: center;
    transform: rotate(7.52deg);
    text-transform: capitalize;
    line-height: 19px;
}

.you_could_be svg {
    position: absolute;
    right: -10px;
}



.review_logo {
    position: relative;
}

/* .review_logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    border: 3px solid #1282FF;
    width: 50%;
    margin: auto;
    border-right: none;
    background: transparent;
    border-radius: 14px 0 0 14px;
} */
.r_logo_wpr {
    /* border: 2px solid #6D01EB;
    border-radius: 10px;
    padding: 5px 10px;
    outline: 0.924px solid #1282FF;
    outline-offset: 6px;
    margin: 8px; */
    max-width: 146px;
    width: 100%;
}

.main_reviews .review_details {
    padding: 5px 16px 5px 25px;
    margin-left: 30px;
    border-left: 2px solid #E1E1E1;
}

.review_excellent {
    padding: 0 16px 0 0;
    letter-spacing: -0.68px;
    text-transform: capitalize;
}

.apply_btn.blue_btn a,
.col_field .apply_btn.blue_btn {
    background-color: var(--color2);
}

.apply_btn.blue_btn a:hover,
.col_field .apply_btn.blue_btn:hover {
    color: var(--color2);
    background-color: var(--white);
    border: 2px solid var(--color2);
}

.col_field .apply_btn.blue_btn:hover input {
    color: var(--color2);
}

.apply_btn.blue_btn a:hover .round,
.col_field .apply_btn.blue_btn:hover .round {
    background-color: #92baff;
}

.apply_btn.blue_btn a:hover .round path,
.col_field .apply_btn.blue_btn:hover .round path {
    stroke: var(--color2);
}

.col_field .apply_btn p {
    display: flex;
    justify-content: center;
    flex: 1;
}

.col_field .apply_btn .round {
    margin-left: auto;
}

.wpcf7-not-valid-tip {
    padding-top: 5px;
}

/* =================== END BANNER  SECTION =================== */

/* =================== START REVIEW  SECTION =================== */
.review_desc {
    background-color: var(--light-white);
    padding: 22px 30px 20px 28px;
    border-radius: 10px;
    margin: 36px 0 43px;
    line-height: 26px;
    letter-spacing: -0.3px;
}

.all_review_data {
    margin: 60px 0;
}

/* =================== END REVIEW  SECTION =================== */
/* =================== START NEED A CAR?  SECTION =================== */
.need_a_car {
    margin: 60px 0;
}

.need_car_wpr {
    background: url(../image/need_bg_left.png);
    background-repeat: no-repeat;
    background-color: var(--Secondary-Dark);
    color: var(--white);
    padding: 54px 0 62px;
    position: relative;
    background-size: contain;
}

.need_car_wpr h2 span {
    color: var(--light-blue);
}

.need_car_wpr .left_side {
    max-width: 528px;
    width: 50%;
}

.need_car_wpr::after {
    content: '';
    background: url(../image/need_bg.png);
    background-repeat: no-repeat;
    width: 241px;
    height: 225px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.top_title h2 {
    padding-bottom: 8px;
    letter-spacing: -1.08px;
    text-transform: capitalize;

}

.top_title p {
    line-height: 21px;
    letter-spacing: -0.3px;
}

.need_car_wpr .left_side .top_title p {
    white-space: break-spaces;
}

.need_car_wpr .right_side {
    position: relative;
    z-index: 1;
}

.need_car_wpr .right_side h6 {
    color: var(--light-blue);
    text-transform: capitalize;
}

.need_car_wpr .right_side p {
    font: normal normal 400 19px/26px var(--primary-font);
    padding-bottom: 11px;
    text-transform: capitalize;
}

/* =================== END NEED A CAR?  SECTION =================== */

/* =================== START FINANCE CALC =================== */

.shortcode_section {
    margin: 60px 0 55px;
}

div#car-finance-calculator h2 {
    color: #204B93;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}

div#car-finance-calculator h2 span {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}

.cfc-container {
    background-color: var(--color5);
    padding: 20px;
    border-radius: 12px;
    font-family: co-headline, sans-serif;
    max-width: 1353px;
    margin: auto;
}

section.car_calc {
    padding: 32px 0 50px;
}

p.payment {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.cfc-grid {
    display: flex;
    gap: 75px;
    flex-wrap: wrap;
	margin: 20px 0;
	padding: 0 20px;
}

.cfc-results {
    padding: 30px;
}

.cfc-inputs {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cfc-inputs, .cfc-results {
    flex: 1;
    min-width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.cfc-inputs label {
    font-size: 17px;
    display: block;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cfc-inputs input, .cfc-inputs select {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    border: 1px solid #D5D6D5;
    background: #FFF;
    color: #9DACC3;
    font-size: 15px;
    font-family: 'co-headline';
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}

.cfc-term-buttons, .cfc-finance-type {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.cfc-results .cfc-breakdown h3 {
    text-align: left !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

.cfc-term-buttons button, .cfc-finance-type button {
    flex: 1;
    padding: 10px 0px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #D5D6D5;
    background: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    font-family: 'co-headline';
}

.cfc-term-buttons button.active, .cfc-finance-type button.active {
    border-color: #204B93;
    background: #204B93;
    color: #fff;
    font-weight: bold;
}

.cfc-results h3 {
    margin: 0;
    font-size: 20px !important;
    color: #11141A !important;
    text-align: center;
    text-transform: lowercase !important;
    font-weight: 400 !important;
}

.cfc-monthly {
	font-family: "co-headline";
    font-size: 50px !important;
    margin: 0;
	text-align:center;
	font-weight: 700 !important;
    color: #204B93 !important;
	line-height:34px;
}

span#cfc-term-display {
    font-size: 20px;
    font-weight: 700;
    color: #11141A;
}

.cfc-monthly small {
    font-size: 14px;
    color: #555;
}

span#cfc-monthly {
    color: #204B93;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.cfc-apply-btn {
    background: #E53338;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.cfc-apply-btn:hover {
    background: #55308f;
}

.cfc-breakdown p {
    margin: 5px 0px 20px 0;
    font-size: 15px;
}

.cfc-number-input {
    display: flex;
    align-items: center;
    border: 1px solid #D5D6D5;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.cfc-number-input input {
    border: none;
    text-align: center;
    flex: 1;
    font-size: 15px;
    padding: 10px;
}

.cfc-credit-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cfc-credit-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 36px;
    cursor: pointer;
}

.cfc-credit-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2025/09/down-arrow-1.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
    transform: translateY(-50%);
}

.cfc-number-input button {
    background: #f5f5f5;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #204B93;
    transition: background 0.2s;
}

.cfc-number-input button:hover {
    background: #e0e0e0;
}

@media (max-width: 768px) {
    .cfc-grid {
        flex-direction: column;
    }
    .cfc-inputs, .cfc-results {
        min-width: 100%;
    }
    .cfc-results h3 {
        font-size: 20px;
    }
    .cfc-monthly {
        font-size: 20px !important;
    }
    span#cfc-term-display, span#cfc-monthly {
        font-size:20px;
    }
}

@media (max-width: 480px) {
    .cfc-container {
        padding: 15px;
    }
    .cfc-term-buttons, .cfc-finance-type {
        flex-direction: column;
    }
    .cfc-term-buttons button, .cfc-finance-type button {
        width: 100%;
    }
    .cfc-results h3 {
        font-size: 18px;
    }
    .cfc-monthly {
        font-size: 18px !important;
    }
    span#cfc-term-display, span#cfc-monthly {
        font-size:18px;
    }
}


/* =================== END FINANCE CALC =================== */

/* =================== START WE SUPPLY RANGE  SECTION =================== */
.we_supply_sec {
    margin: 60px 0 55px;
}

.we_supply_sec .top_title {
    text-align: center;
    margin-bottom: 25px;
}

.we_supply_sec .top_title h2 {
    letter-spacing: -0.72px;
    padding-bottom: 12px;
}

.we_supply_sec .top_title p {
    font-size: 16px;
    line-height: 144.1%;
    letter-spacing: normal;
}

.all_models {
    margin: 0 -15px;
}

.all_models .main_models {
    height: auto;
	width: 25% !important;
}

.main_models {
    padding: 15px;
    text-align: center;
}

.main_models_inner {
    border-radius: 20px;
    padding: 38px 33px 38px 29px;
    background-color: var(--color3);
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 332px;
}

.we_supply_sec .find_out_more {
    display: inline-block;
}

.we_supply_sec .find_out_more .apply_btn {
    max-width: 207px;
    width: 100%;
}

.models_img {
    max-width: 247px;
    width: 100%;
    margin: auto;
}

.models_img img,
.models_img svg {
    mix-blend-mode: darken;
    margin: auto;
    max-height: 120px;
}

.car_details {
    margin-bottom: 16px;
}

.car_details h6 {
    font: var(--sh4);
    letter-spacing: -0.46px;
    text-transform: capitalize;
}

.car_details p {
    color: #485872;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

/* =================== END WE SUPPLY RANGE  SECTION =================== */

/* =================== START WHY CHOOSE SECTION =================== */
.why_choose_sec {
    margin: 55px 0 68px;
    position: relative;
    overflow: hidden;
    background: url(../image/why_choose_bg.png);
    background-color: var(--color5);
    background-repeat: no-repeat;
    background-position: top right;
}

.why_choose_inner {
    padding: 70px 0 55px;
}

.why_choose_sec .top_title {
    max-width: 313px;
    width: 100%;
}

.sub_info {
    max-width: 50%;
    width: 100%;
    padding: 15px;
}

.sub_info_inner {
    border-radius: 20px;
    padding: 13px 43px 11px 32px;
    background-color: var(--white);
    height: 100%;
}

.why_choose_sec .left_img {
    max-width: 146px;
    width: 100%;
    min-height: 146px;
    max-height: 146px;
    margin-right: 29px;
}

.why_choose_info {
    margin: 0 -15px;
}

.why_choose_sec .right_info {
    flex: 1;
}

.why_choose_sec .right_info h6 {
    letter-spacing: -0.46px;
    text-transform: capitalize;
}

.why_choose_sec .right_info p {
    font-size: 14px;
    line-height: 144.1%;
    padding: 3px 0 20px;
}

.why_choose_sec .right_info a {
    color: var(--Primary);
    font: var(--h6);
    letter-spacing: -0.26px;
}

/* =================== END WHY CHOOSE SECTION =================== */
/* =================== START WELLCOME TO THE WORLD SECTION =================== */
.welcome_to_world {
    margin: 68px 0 80px;
}

.world_of_inner .w_left_side,
.world_of_inner .w_right_side,
.our_most_faq .left_side,
.our_most_faq .right_side {
    width: 50%;
}

.world_of_inner .top_title {
    max-width: 423px;
}

.world_of_inner .top_title h2 {
    letter-spacing: -0.7px;
    font-size: 35px;
    padding-bottom: 25px;
}

.w_right_side p {
    line-height: 144.1%;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.w_right_side p a {
    text-decoration: underline;
}

.w_right_side .apply_btn {
    display: inline-block;
    margin-top: 10px;
}

.review_blog {
    margin: 70px -15px 0;
}

.welcome_to_world .sub_blog {
    max-width: 33.33%;
    width: 100%;
	padding-bottom: 20px
}

.welcome_to_world .review_blog_inner {
    padding: 0 15px;
    height: 100%;
}

.welcome_to_world .review_img {
    position: relative;
    padding-bottom: 67%;
    display: block;
}

.welcome_to_world .review_img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.welcome_to_world .review_img_inner {
    display: block;
}

.welcome_to_world .review_details h6 {
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding: 15px 0 3px;
}

.welcome_to_world .review_details p {
    font-size: 14px;
    line-height: 144.1%;
}

/* =================== END WELLCOME TO THE WORLD SECTION =================== */
/* =================== START OUR MOST FAQ SECTION =================== */
.our_most_faq {
    margin: 80px 0 72px;
}

.faq_section_bg {
    padding: 63px 0 70px;
}

.our_most_faq .left_side h2 {
    font-size: 35px;
    letter-spacing: -0.7px;
}

.our_most_faq .top_title {
    max-width: 465px;
}

.our_most_faq.faq_section_bg .top_title {
    max-width: 443px;
}

.our_most_faq .right_side:not(:last-child) {
    margin-bottom: 82px;
}

/* 
.faq-accordion {
    margin-top: 10px;
} */

#product_info .faq-accordion {
    margin-top: 40px;
}

.faq-accordion-inner {
    cursor: pointer;
    padding: 20px 50px 20px 0;
    align-items: baseline;
}

.lists_col:not(:last-child) {
    border-bottom: 1px solid #C2C2C2;
}

.faq-accordion-inner h3 {
    letter-spacing: -0.44px;
    text-transform: capitalize;
    flex: 1;
    padding-right: 10px;
}

.lists_col:first-child .faq-accordion-inner {
    padding: 0px 50px 20px 0;
}

.lists_col:last-child .faq-accordion-inner {
    padding: 20px 50px 20px 0;
}

/* .lists_col.active .faq-accordion-inner {
    padding-bottom: 17px;
} */

.lists_col.active .faq-accordion-values {
    padding-bottom: 33px;
}

.lists_col:last-child.active .faq-accordion-values {
    padding-bottom: 0px;
}

.faq-accordion-values {
    display: none;
    max-width: 87%;
    width: 100%;
    line-height: 144.1%;
    /* 21.615px */
}

.faq-accordion-values p:not(:last-child) {
    padding-bottom: 15px;
}

.faq-accordion-values p a {
    text-decoration: underline;
}

/* ---- start icon plus ---- */
.faq-accordion-inner .icon,
.product_inner .icon {
    width: 12px;
    height: 12px;
    position: relative;
}

.faq-accordion-inner .icon:after,
.faq-accordion-inner .icon:before,
.product_inner .icon:after,
.product_inner .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #343330;
    transition: all 0.2s ease-in-out;
}

.faq-accordion-inner .icon:before,
.product_inner .icon:before {
    width: 2px;
    height: 100%;
}

.faq-accordion-inner .icon:after,
.product_inner .icon:after {
    width: 100%;
    height: 2px;
}

.lists_col.active .icon:before {
    transform: translate(-50%, 0%) rotate(90deg);
}

/* =================== END OUR MOST FAQ SECTION =================== */
/* =================== START ONLINE APPLICATION SECTION =================== */
.online_application {
    margin: 72px 0 70px;
}

.online_left {
    max-width: 30.2%;
}

.online_left .apply_btn {
    display: inline-block;
    padding-top: 30px;
}

.online_left .top_title p {
    font-size: 16px;
    line-height: 144.1%;
    letter-spacing: normal;
}

.online_app_wpr {
    position: relative;
}

.online_left .online_app_img {
    position: absolute;
    left: -2%;
    bottom: -7%;
    pointer-events: none;
}

.online_app_img_wpr {
    max-width: 540px;
    width: 100%;
    min-width: 347px;
}

.online_right {
    flex: 1;
    margin-left: 61px;
}

.online_right_wpr {
    background-color: var(--color5);
    border-radius: 20px;
    padding: 45px 47px;
}

.main_col_field {
    margin: 0 -14px;
    /* align-items: center; */
}

.col_field {
    width: 50%;
    padding: 0 14px 18px;
    display: flex;
    flex-direction: column;
}

.main_col_field .col-field {
    padding: 0 14px;
}

.main_col_field .col-field .wpcf7-list-item {
    margin: 0;
}

.main_col_field .wpcf7-list-item.last {
    margin-left: 15px;
}

.col_field label {
    display: block;
    font: var(--h6);
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 10px;
}

.col_field input {
    border: none;
    background-color: var(--white);
    border-radius: 50px;
    width: 100%;
    padding: 15px 30px 15px;
    font-family: var(--primary-font);
    line-height: 144.1%;
    font-size: 14px;
    letter-spacing: -0.28px;
}

.col_field input::placeholder {
    font: var(--h6);
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #9DACC3;
    text-transform: capitalize;
}

.col_field .apply_btn {
    display: flex;
    cursor: pointer;
}

.col_field .apply_btn input {
    background-color: transparent;
    border: none;
    padding: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    z-index: 1;
    padding-right: 35px;
}

/* .col_field:last-child {
    margin: auto 0 0;
} */

.form_info p {
    line-height: 152.1%;
    padding-left: 30px;
}

.online_right form .col_field:last-child {
    justify-content: end;
    -webkit-justify-content: flex-end;
}

.online_right form.invalid .col_field:last-child {
    justify-content: center;
}

/* =================== END ONLINE APPLICATION SECTION =================== */
/* =================== START CAR REVIEW BLOG SECTION =================== */
.car_r_Blog {
    margin: 58px 0 70px;
}

.car_blog_wpr {
    margin: 0 -15px;
}

.r_sub_blog {
    width: 33.33%;
    padding: 0 15px;
}

.r_blog_inner {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 100%;
}

.review_blog_img {
    position: relative;
    padding-bottom: 53.4%;
    display: block;
}

.r_img_inner {
    display: block;
}

.review_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.r_blog_inner .review_details {
    padding-top: 16px;
}


.r_blog_inner .review_details h6 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.44px;
    padding: 8px 0 10px;
}

.car_r_Blog .blog_date,
.r_sub_blog .blog_date,
.latest_blogs_wpr .blog_date {
    color: #828080;
    letter-spacing: -0.26px;
    font: var(--h6);
    line-height: 18.73px;
}

.panel_menu_left .review_details p.blog_date {
    color: #828080;
    font-size: 15px;
    font-weight: 400;
    line-height: 144.1%;
    letter-spacing: -0.3px;
}



/* =================== END CAR REVIEW BLOG SECTION =================== */
/* =================== START FOOTER SECTION =================== */
.footer {
    margin: 70px 0 0;
    color: var(--white);
}

.footer_wpr_top {
    background-color: var(--Secondary-Dark);
    background-image: url(../image/footer_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    padding: 57px 0 62px;
}

.footer_logo {
    max-width: 129px;
    width: 10%;
}

.all_footer_info {
    flex: 1;
    margin-left: 45px;
}

.info_wpr {
    background-color: #173360;
    border-radius: 80px;
    padding: 25px 47px 25px 50px;
    margin: 10px 15px 10px 0;
    display: flex;
    align-items: center;
}

.info_wpr:nth-child(2) {
    max-width: 331px;
    width: 100%;
}

.info_wpr:nth-child(2) a p {
    text-transform: lowercase;
}

.info_wpr:last-child {
    margin: 8px 0px 8px 0;
    padding: 25px 38px 25px 47px;
}

.info_wpr .info_label {
    font: normal normal 400 19px/126.316% var(--primary-font);
    letter-spacing: -0.38px;
    text-transform: capitalize;
}

.info_wpr a p {
    font: normal normal 400 16px/126.316% var(--primary-font);
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.info_wpr:last-child a p {
    font-size: 18px;
    letter-spacing: -0.36px;
}

.center_footer {
    padding: 51px 0 0;
}

.footer_menu_list {
    padding: 0 42px;
    display: flex;
    flex-direction: column;
}

.footer_menu_list:first-child {
    padding: 0 42px 0 0;
}

.footer_menu_list:nth-child(2) {
    flex: 1;
}

.footer_menu_list:last-child {
    padding: 0 0 0 42px;
    max-width: 25.8%;
    width: 100%;
}

.footer_menu_list:last-child .main_menu_list h4 {
    margin-bottom: 19px;
}

.main_menu_list {
    height: 100%;
    margin-bottom: 72px;
}

.footer_menu_list h4 {
    margin-bottom: 10px;
    letter-spacing: -0.38px;
    text-transform: capitalize;
}

.menu_footer_container p {
    font: var(--sh1);
    line-height: 20px;
    letter-spacing: -0.26px;
    text-transform: capitalize;
}

.menu_footer_container p:not(:last-child) {
    padding-bottom: 16px;
}

.car_credit_info {
    max-width: 25.6%;
    width: 100%;
}

.menu_footer_container ul li a {
    font: normal normal 400 14px/32px var(--primary-font);
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

.menu_footer_container ul li a:hover {
    color: var(--Primary);
}

.f_our_services {
    flex: 1;
}

.our_latest_blogs {
    max-width: 55%;
    width: 100%;
}

/* .our_latest_blogs ul li a {
    line-height: 22px;
    padding-bottom: 10px;
} */

.our_latest_blogs ul li:last-child a {
    padding: 0;
}

.footer_menu_list .col_field {
    width: 100%;
    padding: 0 0 16px;
}

.footer_menu_list .col_field .apply_btn {
    max-width: 176px;
}

.footer_menu_list .col_field input::placeholder {
    color: #A5A5A5;
    text-transform: capitalize;
}

.social_icon ul li {
    margin-right: 20px;
    width: 21px;
    height: 21px;
}

.we_rated span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 15px;
}

.f_review_logo li:not(:last-child) {
    margin-right: 41px;
}

.f_review_logo li {
    display: inherit;
}

.footer_wpr_bottom {
    background-color: #051633;
    padding: 17px 0 19px;
}

.footer_wpr_bottom p {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.footer_wpr_bottom a { 
    text-transform: capitalize;
}

@media only screen and (max-width: 991px)  {
    .footer_wpr_bottom p {
        flex-direction: column;
        text-align: center;
        gap: 10px;    
    }
}

/* =================== END FOOTER SECTION =================== */
/* =================== START USED CARS AND FINANCE SECTION =================== */
.wrapper {
    position: relative;
}

.blog .sub_hero_section::before,
.single-post .sub_hero_section::before {
    background-image: url(../image/sub_hero_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 0;
    mix-blend-mode: darken;
    top: 0%;
    pointer-events: none;
}

.single-post .sub_hero_section::before {
    transform: scaleX(-1);
}

.sub_hero_section .hero_details_title {
    max-width: 100%;
}

.hero_details_title h1 span {
    color: var(--off-blue);
}

.c_hero_breadcrumb {
    position: absolute;
}

.c_hero_breadcrumb ul li {
    position: relative;
}

.c_hero_breadcrumb ul li:not(:last-child) {
    margin-right: 15px;
    display: inherit;
}

.c_hero_breadcrumb ul li:not(:last-child)::before {
    content: ">";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: rgba(12, 36, 74, 0.40);
    line-height: 1.1;
    font-weight: 400;

}

.c_hero_breadcrumb ul li a {
    color: rgba(12, 36, 74, 0.40);
}

.c_hero_breadcrumb ul li a,
.c_hero_breadcrumb ul li p {
    font-size: 12px;
    line-height: 144.1%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    font-weight: 400;
}

/* ----- Quality Used Cars On Finance ----- */
.quality_used_cars {
    margin: 63px 0 60px;
}

.main_quality_used:not(:last-child) {
    padding-bottom: 60px;
}

.quality_left {
    flex: 1;
    margin: 0 150px 0 0;
}

.quality_left h2 {
    max-width: 100%;
    padding-bottom: 14px;
    font-size: 35px;
    letter-spacing: -0.7px;
}

.quality_left .top_title p,
.quality_left .top_title ul li {
    font: var(--sh5);
    letter-spacing: normal;
    /* text-transform: capitalize; */
}

.quality_left .top_title p:not(:last-of-type) {
    padding-bottom: 14px;
}

.quality_left .top_title p strong,
.quality_left .top_title p b,
.rte p b,
.rte p strong,
.info p b,
.info p strong {
    font-weight: 400;
}

.quality_right {
    width: 47.7%;
}

.quality_right_img {
    position: relative;
    padding-bottom: 65.5%;
    border-radius: 20px;
    overflow: hidden;
}

.quality_right_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.see_our_makes {
    display: inline-block;
}

.reverse_quality_used {
    flex-direction: row-reverse;
}

.reverse_quality_used .quality_left {
    margin: 0 0 0 150px;
}

/* --- One Easy Step To Your Finance ---- */
.one_easy_step {
    margin: 67px 0 70px;
    padding: 72px 0 75px;
}

.one_easy_step_inner {
    background-color: var(--white);
    border-radius: 20px;
    padding: 45px 48px 49px;
    overflow: hidden;
}

.one_easy_step .top_title,
.one_easy_step .quality_left h2 {
    max-width: 100%;
}

.one_easy_step .quality_left {
    margin: 0;
}

.one_easy_step .quality_left h2 {
    padding-bottom: 18px;
}

.one_easy_step .quality_left p:empty {
    display: none;
}

.one_easy_step .top_title p a {
    text-decoration: underline;
}

/* ---- Quality Used Cars section ----*/
.quality_with_faq {
    margin: 65px 0 91px;
}

.q_faq_inner:not(:last-child) {
    padding-bottom: 102px;
}

.q_faq_left,
.q_faq_right {
    width: 50%;
}

.q_faq_left .top_title h2 {
    font-size: 35px;
    letter-spacing: -0.7px;
}

/*------ Review section -------*/
.excellent_review {
    margin: 43px 0 42px;
    padding: 54px 0 52px;
}

/* =================== END USED CARS AND FINANCE SECTION =================== */
/* =================== START BLOG SECTION =================== */
.l_news_blogs {
    margin: 22px 0 0;
}

.latest_blogs_wpr {
    display: grid;
    grid-template-columns: 3.2fr 1.08fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 28px;
    padding: 0 0 43px;
}

.sub_blogs:first-child {
    grid-row: 1 / 3;
}

.sub_blogs:not(:first-child) {
    grid-column: 2/4;
}

.latest_blogs_wpr .review_blog_img {
    width: 100%;
}

.latest_blogs_wpr .sub_blogs:not(:first-child) .review_blog_img img {
    border-radius: 10px 0px 0px 10px;
}

.latest_blogs_wpr .sub_blogs:not(:first-child) .r_blog_inner .l_main_blog_img {
    width: 48%;
}

.latest_blogs_wpr .sub_blogs:not(:first-child) .r_blog_inner .review_details {
    width: 52%;
    padding: 0 0 0 22px;
}

.latest_blogs_wpr .review_blog_img:first-child {
    position: relative;
    padding-bottom: 31%;
    display: block;
}

.latest_blogs_wpr .sub_blogs:not(:first-child) .r_blog_inner .review_blog_img {
    /* padding-bottom: 0;
    height: 100%; */
    position: relative;
    padding-bottom: 68%;
}

.latest_blogs_wpr .sub_blogs:not(:first-child) .r_img_inner {
    height: 100%;
}

/* .latest_blogs_wpr .sub_blogs:not(:first-child) .r_img_inner img {
    position: unset;
} */

.latest_blogs_wpr .sub_blogs:first-child h6 {
    max-width: 597px;
    padding: 5px 0;
}

.latest_blogs_wpr .sub_blogs h6 {
    padding: 6px 0 8px;
    line-height: 25px;
}

/*---- All news and blogs ----*/
.all_news_blogs_wpr {
    padding: 36px 0 0;
    border-top: 1px solid #E1E1E1;
}

.filter_blog_results h6 {
    font: normal normal 400 16px/23.056px var(--primary-font);
    text-transform: capitalize;
}

.all_news_blogs .r_sub_blog {
    padding: 18px 12.5px;
}

.all_news_blogs .car_blog_wpr {
    margin: 0 -12.5px;
    padding-bottom: 47px;
}

.all_news_blogs .filter_blog_results {
    padding-bottom: 18px;
}

.all_blogs_pagination {
    border-top: 1px solid #E1E1E1;
    padding: 36px 0 0;
}

.pagination-number ul li .page-link {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #D9D9D9;
    height: 34px;
    min-width: 34px;
    border-radius: 38px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-number ul li .page-link:empty {
    display: none;
}

.pagination-number ul li .current {
    background-color: #E6EFFE;
    color: var(--Secondary-Dark);
}

.pagination-arrow .round {
    background-color: var(--Primary);
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    margin: 0 0 0 15px;
}

.pagination-arrow .round:hover {
    background-color: transparent;
    border: 1px solid var(--Primary);
}

.pagination-arrow .round:hover path {
    stroke: var(--Primary);
}

.pagination-arrow.prev .round {
    margin: 0 15px 0 0;

}

.pagination-arrow.prev svg {
    transform: rotate(180deg);
}

.pagination-arrow.disable .round {
    background-color: #EAEAEA;
    pointer-events: none;
}

.pagination-arrow.disable .round svg path {
    stroke: #3B3B3B;
}

.pagination-arrow span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.pagination-number .pagination {
    display: flex;
}

.select_filter:not(:last-child) {
    margin-right: 34px;
}

.select_filter label {
    font-size: 14px;
    font-weight: 400;
    line-height: 144.1%;
    padding: 0 18px 0 0px;
    text-transform: capitalize;
}

.select_filter select {
    background-image: url('../image/seect_arrow.svg');
    background-repeat: no-repeat;
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    border: none;
    border-radius: 5px;
    background-color: #F8F8F8;
    padding: 13px 22px;
    min-width: 230px;
    max-width: 230px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #B1ADAD;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 144.1%;
    letter-spacing: -0.14px;
    text-transform: capitalize;
}

/* =================== END BLOG SECTION =================== */
/* =================== START BLOG INTERNAL SECTION =================== */

.sub_hero_section.blog_internal::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url('../image/blog_internal.png');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    max-width: 100%;
    max-height: 100%;
}

.panel_menu_section {
    padding: 35px 0 0;
}

.panel_menu_left {
    flex: 1;
    padding-right: 33px;
}


.panel_menu_left .review_blog_img {
    padding-bottom: 38.4%;
}

.panel_menu_left .review_blog_img h2 {
    line-height: 41px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.panel_menu_left .r_blog_inner .review_details {
    padding-top: 25px;
}

.panel_menu_left .blog_date span {
    color: var(--Primary);
}

.panel_menu_left .blog_date span:before {
    content: '|';
    padding: 0 5px;
    color: #828080;
}

.panel_menu_left .panel_blog_title .main_blog_date {
    padding: 11px 0 0;
}

.review_details>.main_blog_date {
    padding: 15px 0 0;
}

.panel_blog_title {
    padding-bottom: 21px;
    border-bottom: 1px solid #ECECEC;
}

.panel_blog_title h2 {
    line-height: 41px;
    letter-spacing: -0.72px;
}

.main_blog_desc {
    border-bottom: 1px solid #ECECEC;
    padding: 22px 0 27px;
}

.blog_desc p {
    padding-bottom: 20px;
    position: relative;
}

.blog_desc :is(h1, h2, h3, h4, h5, h6) {
    padding: 20px 0 15px;
    letter-spacing: -0.44px;
    font-size: 22px;
    text-transform: capitalize;
}

.blog_desc ul li p {
    padding-left: 20px;
}

.blog_desc ul li p:before {
    content: '.';
    position: absolute;
    font-size: 36px;
    padding-right: 20px;
    left: 0;
    top: -8px;
}

.blog_desc h3 {
    padding: 20px 0 15px;
    line-height: 27px;
    letter-spacing: -0.44px;
}

.blog_desc p a,
.quality_left p a {
    text-decoration: underline;
}

.blog_desc p img {
    height: 100%;
}

.blog_desc ul li {
    /* list-style: disc;
    list-style-position: inside; */
    font-size: 14px;
    font-weight: 300;
    line-height: 144.1%;
    letter-spacing: -0.14px;
}

.share_article_wpr {
    max-width: 180px;
    width: 100%;
    border-radius: 5px;
    background: rgba(194, 203, 240, 0.26);
    padding: 9px 18px 18px;
}

.share_article_wpr h6 {
    font-size: 13px !important;
    letter-spacing: -0.26px !important;
    text-transform: capitalize;
    padding: 0 0 8px !important;
}

.share_article_wpr ul li:not(:last-child) {
    margin-right: 17px;
}

.share_article_wpr ul li {
    width: 20px;
    height: 20px;
}

.panel_menu_right {
    max-width: 383px;
    width: 100%;
    position: sticky;
    top: 140px;
    height: 100%;
    margin-right: 40px;
}

.panel-menu-right-inner {
    padding: 30px 34px;
    background-color: #F3F7FE;
    border-radius: 10px;
}

.panel_menu_right h3 {
    line-height: 27px;
    letter-spacing: -0.44px;
    padding-bottom: 2px;
}

.panel_menu_right ul li {
    border-bottom: 1px solid #CDD3DB;
    padding: 12px 0;
}

.panel_menu_right ul li:last-child {
    padding: 12px 0 0;
    border: unset;
}

.panel_menu_right ul li a {
    font: var(--sh5);
    letter-spacing: -0.14px;
    max-width: 258px;
    width: 100%;
}

.panel_menu_right ul li a:hover {
    color: var(--Primary);
}

/* =================== END BLOG INTERNAL SECTION =================== */
/*================= CONTACT PAGE CSS STRAT ============*/

.contact_hero .hero_details_title {
    max-width: 670px;
}

.contact_hero {
    padding: 0 0 40px;
}

.contact_hero::before {
    background-image: url('../image/contact_car.png');
    background-repeat: no-repeat;
    background-position: 0 0%;
}

.find_left_top h2 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    color: #0C244A;
    margin-bottom: 15px;
}

.find_left_top ul span {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 7.083px 10.501px 7.085px 6.5px;
    align-items: center;
    margin-right: 6px;
}

.find_left_top ul {
    max-width: 360px;
    flex: 1;
}

.find_left_top>ul>li:not(:last-of-type) {
    margin-bottom: 17px;
}

.find_left_top ul li,
.find_left_top ul li p {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    color: #0C244A;
    line-height: 25px;
}

.find_left_top ul p {
    flex: 1;
    line-height: 23px !important;
}

.find_left {
    width: 34.3%;
    padding-right: 10px;
}

.find_right {
    width: 65.7%;
    border-radius: 20px;
    overflow: hidden;
}

.find_wpr {
    position: relative;
    margin-top: 62px;
}

.contact_find {
    margin: 40px 0 63px;
}

.find_right_img {
    position: relative;
    padding-top: 48.5%;
    /* width: 100%; */
}

.find_right_img img,
.find_right_img iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.find_left_img {
    position: absolute;
    width: 100%;
    z-index: 1;
    max-width: 540px;
}

.find_left_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*================= CONTACT PAGE CSS END ==============*/
/* =================== START FAQs SECTION =================== */
.main_reviews {
    margin-top: 24px;
}

.faq-accordion-values ul li,
.quality_left .top_title ul li {
    list-style: disc;
    list-style-position: inside;
}

.faq-accordion-values ul li {
    padding-left: 10px;
}

.white_bg {
    background-color: var(--white);
}

.excellent_review.white_bg {
    padding: 0;
}

/* =================== END FAQs SECTION =================== */
/* =================== START Used Audi on Finance SECTION =================== */
.quality_used_audi h2 {
    max-width: 385px;
    width: 100%;
}

.one_easy_step_inner.b_of_choosing {
    padding: 0;
}

.one_easy_step_inner.b_of_choosing .quality_left {
    padding: 45px 0 49px 48px
}

.quality_used_cars .quality_left .top_title>ul {
    margin-top: 14px;
}

.benefits_list {
    padding: 0px 0 23px;
}

.benefits_list h5 {
    font: normal 400 20px/38px var(--primary-font);
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.b_of_choosing .quality_right {
    width: 30.8%;
    position: relative;
}

.q_right_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.b_list_inner {
    margin: -8px;
}

.b_list_inner .sub_list {
    flex: 0 0 50%;
    padding: 8px;
}

.b_list_inner .sub_list:nth-child(odd) p {
    max-width: 380px;
    width: 100%;
}

.b_list_inner .sub_list p {
    font: var(--sh5);
}

.info p {
    font-weight: 400;
}

.how_to_find {
    background-color: var(--Secondary-Dark);
    padding: 79px 0 66px;
    color: var(--white);
    background-image: none;
    margin-top: -70px;
}

.how_to_find .one_easy_step_inner {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    overflow: auto;
}

.how_to_find_wpr.quality_left h2 {
    max-width: 100%;
    padding-bottom: 13px;
}

.how_to_find_wpr.quality_left .top_title p:not(:last-of-type) {
    padding-bottom: 16px;
}

.how_to_find_wpr.quality_left .apply_btn,
.one_easy_step .apply_btn {
    margin-top: 25px;
}

.with_read_more {
    margin-top: 21px;
}

.read_more,
.read-more__link {
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    color: var(--off-blue);
    padding-right: 27px;
}

.read_more:hover,
.read-more__link:hover {
    color: var(--Primary);
}

.quality_used_audi .reverse_quality_used .quality_left {
    margin: 0 0 0 100px;
}

/* =================== END Used Audi on Finance SECTION =================== */
/* =================== START OUR CHARITY SECTION =================== */
.charity_logo {
    margin: 30px 0 57px;
}

.charity_logo_wpr ul {
    align-items: center;
    flex-wrap: nowrap;
}

.charity_logo_wpr ul li {
    margin: 0 16px;
    /* flex: 1; */
}

.our_charity_work {
    margin: 89px 0 133px;
}

.our_charity_work .quality_left h2 {
    max-width: 335px;
}

.quality_right_grid {
    width: 43%;
}

.quality_right_grid .sub_grid {
    max-width: 33.33%;
    width: 100%;
    padding: 5px;
}

.sub_grid_wpr {
    padding-bottom: 66.6%;
    position: relative;
}

.sub_grid_wpr img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.hospital_name {
    padding-top: 11px;
}

.hospital_name a,
.quality_used_cars .quality_left p a {
    /* display: block;
    color: #1A5DCE;
    font-size: 14px;
    line-height: 189.1%; */
    text-decoration: underline;
}

/* =================== END OUR CHARITY SECTION =================== */


/*================= START SECURE ONLINE APPLICATION ==============*/

/* .secure_section {
    padding: 0 0 155px;
} */

.secure_section .hero_details_title {
    max-width: 600px;
    margin: 0 auto 25px;
}

/* .secure_section {
    padding: 100px 0 155px 0;
    background-image: url('../image/tems_con.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
} */

.online_app_title h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.7px;
    text-transform: capitalize;
    color: #0C244A;
    margin-bottom: 6px;
}

.online_app_title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #0C244A;
}

.online_fild label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.28px;
    color: #0C244A;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.online_fild input {
    border-radius: 60px;
    border: 1px solid #D6D6D6;
    background: #F5F5F5;
    padding: 14px 30px;
    width: 100%;
    display: block;
    margin: 0;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    line-height: 20px;
}

.online_app_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 21px 0 7px;
}

.online_fild {
    width: calc(33.33% - 8px);
    padding: 0 0 18px;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}

.online_fild:nth-of-type(-n+2) {
    width: calc(50% - 8px);
}

.online_app_title {
    margin-bottom: 21px;
}

.online_app_form .online_fild .col_field {
    width: 100%;
    padding: 0;
}

.col_field .wpcf7-spinner {
    position: absolute;
}

.only_text.online_app_section form>p,
.main_col_field .col-field p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #0C244A;
    margin: 0 0 12px;
}

.only_text.online_app_section form>p:last-of-type {
    font-size: 13px;
    margin: 0 !important;
}

.only_text.online_app_section form>p:first-of-type {
    margin-bottom: 9px;
}

.only_text.online_app_section form>p a {
    color: var(--Primary);
    text-decoration: underline;
}

.online_check_wpr {
    margin: 13px 0 14px;
}

.online_check label,
.col-field label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    line-height: 21px;
    color: #0C244A;
}

.online_check input[type='checkbox'] {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: #F5F5F5;
    border: 0;
    margin: 0 12px 0 0;
}

.online_check:not(:last-of-type) {
    margin-right: 28px;
}

.app_info_inn {
    margin: 0 -6px;
}

.app_info_col {
    flex: 0 0 25%;
    padding: 0 6px;
}

.app_info_col:last-child .app_info_text p {
    text-transform: lowercase;
}

.info_col_wor {
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 17px 27px 20px;
    height: 100%;
}

.app_info_img {
    display: flex;
    width: 100%;
    height: 39px;
    padding: 6.5px 8.124px 6.495px 8.125px;
    justify-content: center;
    align-items: center;
    max-width: 39px;
    margin: 0 auto;
}

.app_info_text h5 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    color: #0C244A;
    margin: 0 0 7px;
}

.app_info_text p {
    font-weight: 300;
    line-height: 144.1%;
    text-transform: capitalize;
    font-size: 14px;
    color: #0C244A;
    white-space: break-spaces;
}

.app_info_text {
    padding-top: 4px;
    text-align: center;
}

.online_app_section .only_text_wpr {
    position: relative;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 40px;
    margin: 60px auto -25px;
    z-index: 8;
    max-width: 100%;
}

.online_app_section .only_text_wpr h2 {
    margin-bottom: 6px;
}

.only_text.online_app_section .online_app_form .online_fild:last-child p {
    margin: 0;
}

.online_check .first {
    margin: 0;
}

.online_check_wpr .online_check .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.only_text_wpr form.invalid .online_fild:nth-of-type(4) {
    justify-content: flex-start;
}

.only_text_wpr form .online_fild:last-child {
    justify-content: start;
    padding-top: 25px;
}

/*================= END SECURE ONLINE APPLICATION ==============*/

/*====================== COLLECTION GRID CSS START ==============*/
#appendTable {
    background-color: rgb(157 157 157 / 40%);
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 10;
}

#appendTable img {
    margin: auto;
    max-width: 100px;
    width: 100%;
}

#load-more-loading img {
    margin: auto;
    max-width: 85px;
    width: 100%;
}

p.no-post,
p.no-more-post {
    width: 100%;
    text-align: center;
    font: var(--h4);
}

p.no-more-post {
    width: max-content;
}

.show_section .hero_details_title {
    margin: 0 auto 39px;
}

.show_section {
    position: relative;
}

.sub_hero_section.show_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../image/hero_bg.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 80%;
    opacity: 0.3;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.sub_hero_section.show_section .main_reviews {
    padding: 0;
}

.filtter_top h4 {
    font-size: 20px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--Secondary-Dark);
}

.filter-reset {
    color: var(--light-blue);
    font: var(--sh1);
    text-decoration: underline;
    letter-spacing: -0.78px;
}

.filtter_top {
    margin-bottom: 14px;
}

.select_info:not(:last-of-type) {
    margin-bottom: 14px;
}

.select_info {
    position: relative;
}

.select_info select {
    font: normal 300 15px/19px var(--primary-font);
    width: 100%;
    padding: 15px 17px;
    border-radius: 5px;
    border: 1px solid var(--off-blue);
    letter-spacing: -0.9px;
    position: relative;
    text-transform: capitalize;
    color: #0C244A;
    cursor: pointer;
}

.select_info select:disabled {
    opacity: 0.4;
}

.select_info::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 18px;
    background-image: url('../image/CaretDown.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    pointer-events: none;
}

.fillter_wpr {
    width: 100%;
    max-width: 315px;
    padding: 25px 26px 41px 26px;
    border-radius: 5px;
    background: var(--color7);
    margin-right: 47px;
    position: sticky;
    top: 20px;
    height: 100%;
}

.coll_footer_text {
    display: flex;
    flex-direction: column;
}

.collection_img_wpr {
    position: relative;
    padding-top: 65.3%;
    width: 100%;
    display: block;
}

.collection_img_wpr img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.collection_section {
    padding: 79px 0 0 0;
}

.collection_section .container {
    max-width: 1397px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

.collection_grid_main {
    flex: 1;
    padding-top: 30px;
    position: relative;
}

.collection_grid {
    margin: 0 -10px;
}

.collection_col {
    flex: 0 0 33.33%;
    padding: 0 10px 21px;
}

.collection_img_main {
    position: relative;
}

.price_tag {
    position: absolute;
    right: 0;
    bottom: 0;
}

.capture {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 23px;
    background: var(--Secondary-Dark);
    border-radius: 2px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_svg {
    position: relative;
    display: block;
}

.col_text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--white);
    transform: translateY(-50%);
    text-transform: capitalize;
    padding: 5px;
    font: normal 400 20px/26px var(--primary-font);
}

.col_svg svg {
    width: 100%;
    max-width: 120px;
}

.coll_title {
    padding: 20px 15px;
    position: relative;
}

.coll_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--light-white);
    height: 1px;
    width: calc(100% - 25px);
}

.coll_title h4 {
    text-transform: capitalize;
    color: var(--off-blue);
    font: normal 400 20px/26px var(--primary-font);
}

.coll_title p {
    font: normal 300 14px/26px var(--primary-font);
    text-transform: capitalize;
    color: var(--Secondary-Dark);
}

.coll_footer {
    padding: 25px;
}

.info_menu {
    margin: 0 -4px;
}

.info_menu li {
    flex: 0 0 auto;
    padding: 0 4px 20px;
}

.coll_footer_img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.coll_footer_img img {
    height: 100%;
    width: 100%;
}

.coll_footer_text p {
    font-size: 12px;
    font-weight: 300;
    color: var(--Secondary-Dark);
}

.coll_footer_text span {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    color: var(--Secondary-Dark);
}

.collection_inn {
    border-radius: 2px;
    border: 1px solid var(--light-white);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.color_title {
    margin-bottom: 14px;
}

.color_title h4 {
    font: normal 300 20px/26px var(--primary-font);
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.color_fild input[type="checkbox"] {
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid var(--off-blue);
    margin-right: 10px;
}

.color_fild label {
    font: normal 300 16px/21px var(--primary-font);
    text-transform: capitalize;
    color: var(--Secondary-Dark);
}

.color_fild {
    display: flex;
    align-items: center;
}

.color_fild:not(:last-of-type) {
    margin-bottom: 6px;
}

.color_option_wpr {
    height: 107px;
    overflow: auto;
}

.color_option_wpr::-webkit-scrollbar {
    width: 4px;
}

.color_option_wpr::-webkit-scrollbar-track {
    background: var(--color8);
    border-radius: 10px;
}

.color_option_wpr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--Secondary-Dark);
}

.range_slider input.range-slider__range {
    width: 100%;
    /* -webkit-appearance: none; */
    height: 2px;
    /* background-color: var(--color9); */
    outline: none;
    margin: 0;
}

.range_slider .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: var(--white);
    width: 13px;
    height: 13px;
    border: 2px solid var(--off-blue);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#rangeValue {
    font: normal 300 20px/26px var(--primary-font);
    text-transform: capitalize;
    color: var(--Secondary-Dark);
}

.price_main_top span {
    font: normal 300 14px/18px var(--primary-font);
    letter-spacing: -0.84px;
    text-transform: capitalize;
    color: var(--Secondary-Dark);
    display: inline-block;
}

.range_price {
    margin-bottom: 18px;
}

.range_price h4 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1.2px;
}

.range_price form .price_main_top {
    margin-top: 13px;
}

.range_slider form {
    display: flex;
    flex-direction: column;
}

.price_main_top {
    margin-top: 13px;
}

.range_slider {
    margin-bottom: 19px;
}

.load_more_btn {
    width: 100%;
    max-width: 154px;
    margin: 27px auto 0;
}

.load_more_btn a {
    background: var(--Primary);
    border-radius: 60px;
    color: var(--white);
    padding: 16px 20px;
    position: relative;
    font: normal 400 14px/26px var(--primary-font);
}

.load_more_btn a span {
    line-height: 18px;
    display: inline-block;
}

.load_more_btn .round {
    width: 34px;
    height: 34px;
    background-color: var(--light-red);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 8px;
}

.collection_main {
    padding-bottom: 50px;
}

.short_bt_wpr {
    position: relative;
    /* padding-right: 20px; */
    margin-bottom: 20px;
}



.short_bt_wpr span,
.short_bt_wpr select {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--Secondary-Dark);
    display: inline-block;
    font-family: var(--primary-font);
}

.short_bt_wpr span {
    padding-right: 5px;
    font-weight: 400 !important;
    color: #0c244a63 !important;
}

.short_bt_wpr select {
    font-weight: 400;
    border: 0;
    padding-right: 20px;
    /* appearance: auto; */
    cursor: pointer;
}

.short_bt_wpr::after {
    content: "";
    position: absolute;
    background-image: url('../image/CaretDown.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 12px;
    width: 12px;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
}

/*====================== COLLECTION GRID CSS END ==============*/


/*====================== CAR INTERNAL PAGE CSS START ==============*/
.internal_hero {
    padding: 32px 0 50px;
}

.back_left {
    margin-bottom: 11px;
}

.back_left span {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.back_left a {
    color: var(--light-blue);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.internal_img_left {
    flex: 1;
    padding-right: 21px;
    height: 555px;
    position: relative;
}

.internal_img_right {
    width: 29.5%;
    height: 555px;
}

.gallery_img,
.gallery_thumbs {
    height: 100%;
}

.internal_img_full,
.internal_img_half {
    position: relative;
    padding-top: 61%;
    width: 100%;
    height: 100%;
}

.internal_img_half {
    padding-top: 68.8%;
}

.internal_img_full img,
.internal_img_half img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.internal_img_half:not(:last-of-type) {
    margin-bottom: 20px;
}

.total_gallery {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 37px;
}

.total_gallery p {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    margin-left: 15px;
}

.internal_img_wpr .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.internal_bottom {
    padding: 50px 0 0 0;
    position: relative;
}

.internal_inn_left h1 {
    font: normal 700 40px/1.3 var(--primary-font);
    text-transform: capitalize;
    color: var(--off-blue);
    margin: 0 0 15px;
}

.internal_inn_left h2 {
    font: normal 700 40px/1.3 var(--primary-font);
    text-transform: capitalize;
    color: var(--off-blue);
    margin: 0 0 15px;
}

.internal_inn_left p {
    font: normal 300 20px/26px var(--primary-font);
    text-transform: capitalize;
    color: var(--Secondary-Dark);
}

.internal_inn_center .coll_footer_img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.internal_inn_center .coll_footer_text p,
.internal_inn_center .coll_footer_text span {
    font-size: 14px;
    line-height: 18px;
}

.internal_info_menu {
    width: 100%;
    margin: 0 10.1%;
}

.test_btn a {
    border-radius: 60px;
    border: 1px solid #D9D9D9;
    padding: 14px 20px 14px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--off-blue);
    background: transparent;
}

.test_btn a span:first-child {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.center_btn_wpr .apply_btn a span {
    padding: 0 9px 0 0;
}

.test_btn {
    margin-bottom: 10px;
}

.internal_inn_left {
    width: 100%;
}

.internal_inn_center {
    width: 100%;
}

.internal_inn_right {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--off-blue);
    min-height: 150px;
}

.single.single-cars .internal_inn_right {
	justify-content: space-around;
	grid-gap: 10px;	
}

.internal_inn_right h2 {
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: end;
    padding-left: 50px;
}

.internal_inn_right {
    position: relative;
}

.internal_inn {
    /* padding: 17px 0; */
    width: 100%;
}

.internal_bottom>span {
    position: absolute;
    right: 0;
    width: 100%;
    top: 50px;
    max-width: 30.9%;
    display: block;
}

.internal_bottom>span svg {
    height: 150px;
    width: 100%;
}

.off_container {
    margin-left: calc((100% - 1321px)/2);
}

.single-cars .off_container {
	padding: 17px 0;	
}

.overview_left {
    width: 100%;
    max-width: 315px;
    margin-right: 40px;
    position: sticky;
    top: 150px;
    height: 100%;
}

.overview_left_inn {
    border-radius: 10px;
    background: var(--color5);
    padding: 30px 30px 44px;
}

.overview_left_inn h4 {
    font: normal 400 23px/27px var(--primary-font);
    letter-spacing: -0.46px;
    text-transform: capitalize;
    color: var(--Secondary-Dark);
    text-align: center;
    margin: 0 0 22px;
}

.over_menu p,
.over_menu span {
    font: normal 300 18px/23px var(--primary-font);
    letter-spacing: -0.36px;
    text-transform: capitalize;
    color: var(--Secondary-Dark);
    width: 50%;
}

.over_menu span {
    font-weight: 400;
    padding-left: 20px;
}

.over_menu {
    padding: 0 20px;
}

.over_menu li:not(:last-of-type) {
    margin-bottom: 12px;
}

.overview_right {
    flex: 1;
}

.overview_info h2 {
    font-size: 35px;
    /* font: var(--h2); */
    letter-spacing: -0.7px;
    text-transform: capitalize;
    color: var(--Secondary-Dark);
    margin-bottom: 20px;
}

.overview_info p {
    color: var(--Secondary-Dark);
    font: normal 300 14px/21px var(--primary-font);
}

.overview_info p:not(:last-of-type) {
    margin-bottom: 20px;
}

.overview_info:not(:last-of-type) {
    margin-bottom: 50px;
}

.overview_section {
    margin: 0 0 125px;
}

.overview_info p a {
    text-decoration: underline;
    color: var(--light-blue);
}

.overview_right .faq-accordion-inner h3 {
    color: var(--light-blue);
}

.internal_info_menu {
    margin: 0;
}

.only_mob_open {
    display: none;
}

/*====================== CAR INTERNAL PAGE CSS END ==============*/


/*====================== TERMS&CONDITIONS PAGE CSS START ==============*/
/* .tems_con_section {
    padding: 163px 0 155px 0;
    background-image: url('../image/tems_con.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tems_con_section .hero_details_title h1 {
    margin: 0 0 25px;
} */

.rte :is(h1, h2, h3, h4, h5, h6) {
    font: normal 400 35px/38px var(--primary-font);
    letter-spacing: -0.7px;
    text-transform: capitalize;
    color: var(--Secondary-Dark);
    margin-bottom: 8px;
}

.rte :is(p, ul, ol, span, a, li):not(.only_text.online_app_section .rte :is(p, ul, ol, span, a, li)) {
    color: var(--Secondary-Dark);
    margin-bottom: 11px;
    font: normal 300 14px/21px var(--primary-font);
}

/* .rte :is(h1, h2, h3, h4, h5, h6)+p {
    font-weight: 400;
} */

.rte :is(h1, h2, h3, h4, h5, h6):not(:first-of-type) {
    margin-top: 32px;
}

.only_text_wpr {
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: var(--white);
    padding: 70px 83px;
    width: 100%;
    max-width: 1137px;
    margin: 48px auto 0;
    position: relative;
    z-index: 8;
}

/*====================== TERMS&CONDITIONS PAGE CSS END ==============*/
/*====================== Car Finance Manchester CSS START ==============*/
.quality_used_cars.car_northwest {
    margin-top: 152px;
}

/*====================== Car Finance Manchester CSS END ==============*/
/*======= 404 page CSS start ===========*/
.not_found_page {
    padding: 80px 0 50px;
}

.not_found_wrp h3 {
    font: var(--h2);
}

.not_found_wrp svg,
.not_found_wrp img {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: auto;
}

.not_found_wrp .apply_btn {
    max-width: 202px;
    width: 100%;
}

.not_found_wrp .apply_btn a {
    width: 100%;
    padding: 15px 0;
}

.content_404 {
    margin: 16px 0 30px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--Primary);
    font-weight: 400;
}
.new-car-details { width: 70%;}
/*============= Responsive css ==============*/
@media only screen and (max-width: 1440px) {

    /*===== CAR INTERNAL PAGE CSS  =======*/
    .collection_col .info_menu li {
        flex: 0 0 50%;
    }

    .coll_footer {
        padding: 25px 10px;
    }

    .f_review_logo li {
        flex: 1;
    }

    /*=== footer ===*/
    .info_wpr,
    .info_wpr:last-child {
        padding: 20px 30px;
    }

    .info_wpr a p,
    .info_wpr:last-child a p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1440px) and (min-width: 1170px) {

    /*=== footer ===*/

    .info_wpr:nth-child(2) {
        flex: 1;
        max-width: 100%;
    }

    .all_footer_info {
        flex-wrap: nowrap;
    }

    .info_wpr:last-child {
        max-width: 154px;
        width: 100%;
    }
}

@media only screen and (max-width: 551px) {
	.apply_btn a, .col_field .apply_btn {
		font-size:11px;
	}
    .single-cars .internal_inn_left {
        width: 100%;
    }
	.single-cars .internal_inn_center {
		width:100%;
	}
	.single-cars .new-car-details {
		width:100%;
		padding: 0 20px;
	}
	.single-cars .internal_inn_right {
		width:100%;
		justify-content:center;
	}
	.single-cars .internal_inn_left h2 {
		line-height:35px;
		text-align: center;
	}
	.single-cars .off_container {
		padding-left:0;
	}
	.single-cars .info_menu li {
        padding: 0 15px 10px;
        flex-direction: column;
        text-align: center;
        align-items: center;	
	}
	.single-cars .internal_inn_center {
		padding:0;	
	}
	.single-cars .info_menu {
		justify-content:center;
	}
	.single-cars .internal_inn.flex.align-center {
    	display: grid;
	}
	.single-cars .internal_inn_right {
		clip-path:none;
	}
	.single-cars .internal_inn_right h2 {
		padding-left:0;
	}
}

@media only screen and (max-width: 1366px) {
    .faq-accordion-inner {
        padding: 20px 20px 20px 0;
    }

    .lists_col:first-child .faq-accordion-inner {
        padding: 0px 20px 20px 0;
    }

    .lists_col:last-child .faq-accordion-inner {
        padding: 20px 20px 20px 0;
    }

    /*==== Online Application section ===*/
    .online_app_img_wpr {
        max-width: 504px;
        width: 100%;
    }

    /*===== CAR INTERNAL PAGE CSS  =======*/
    .off_container {
        margin-left: 0;
        padding-left: 25px;
    }

    .internal_inn {
        justify-content: space-between;
    }

    .internal_inn_left {
        width: 50%;
        order: 1;
    }

    .internal_inn_center {
        width: 100%;
        order: 3;
        margin: 30px 0 0 0;
        padding: 0 25px 0 0;
    }

    .internal_inn_right, .new-car-details {
        order: 2;
        width: 50%;
    }

    .internal_inn_right {
        min-height: 120px;
    }

    /*=== contact section ===*/
    .find_left {
        padding-bottom: 18%;
    }

    /*=== blog section ===*/
    .latest_blogs_wpr .review_blog_img:first-child {
        position: relative;
        padding-bottom: 62%;
        display: block;
    }

    .latest_blogs_wpr .sub_blogs:not(:first-child) .r_blog_inner .review_blog_img {
        position: relative;
        padding-bottom: 100%;
        height: 100%;
    }

    .latest_blogs_wpr {
        grid-template-columns: 2.4fr 1fr 1fr;
        grid-gap: 20px;
    }

    .latest_blogs_wpr .sub_blogs .r_blog_inner h6 {
        font-size: 20px;
    }

    .latest_blogs_wpr .sub_blogs .r_blog_inner p {
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1170px) {

    /* ====  HEADER  SECTION ==== */
    .header .top_header {
        justify-content: center;
    }

    .top_header_left {
        padding-bottom: 8px;
        width: 100%;
    }

    .top_header_left ul {
        justify-content: center;

    }

    /*== We Supply a Range section ==*/
    .all_models {
        margin: 20px -10px 0;
    }

    .main_models {
        width: 33.33%;
        padding: 10px;
    }

    /*==== Online Application section ===*/
    .online_app_img_wpr {
        max-width: 454px;
        width: 100%;
    }

    /*=== Footer ===*/
    .info_wpr .info_label {
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -0.34px;
    }

    .info_wpr a p,
    .info_wpr:last-child a p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .info_wpr,
    .info_wpr:last-child {
        flex: 1;
        justify-content: center;
        text-align: center;
    }

    /*=== contact section ===*/
    .find_left {
        padding-bottom: 22%;
    }

}

@media only screen and (max-width: 1080px) {

    /*===== showroom PAGE CSS  =======*/
    .collection_grid {
        margin: 0 -5px;
    }

    .collection_col {
        flex: 0 0 50%;
        padding: 0 5px 15px;
    }

    .fillter_wpr {
        max-width: 290px;
        padding: 15px;
        margin-right: 20px;
    }

    .col_svg svg {
        max-width: 90px;
    }

    .col_text {
        font: normal 400 16px/26px var(--primary-font);
    }

    .quality_used_cars .main_quality_used {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1024px) {

    /*=== We Supply A Range ===*/
    .all_models .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .all_models {
        padding: 0 20% 0 0;
    }

    .main_models {
        width: 50%;
    }

    .main_models_inner {
        padding: 38px 20px;
    }

    /*=== contact section ===*/
    .app_info_col {
        flex: 0 0 50%;
        padding: 6px;
    }

    .find_right,
    .find_left {
        width: 100%;
    }

    .find_left_img {
        position: relative;
    }

    .find_left {
        padding: 0%;
    }

    .find_right_img {
        padding-top: 74.5%;
    }

    /*=== Quality Used Cars On Finance section  ===*/

    .quality_left {
        margin: 0 60px 0 0;
    }

    .reverse_quality_used .quality_left {
        margin: 0 0 0 60px;
    }
}

@media only screen and (min-width: 992px) {

    .mobile_btn,
    .mobile_call,
    .form_info.mobile_only,
    .online_app_img.mobile_only {
        display: none;
    }

    .menu-item:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .online_application .online_left .apply_btn {
        padding-top: 23px;
    }

    /* megamenu new change */
    #menu-item-343 ul.sub-menu.first-level-sub-menu {
        grid-template-columns: repeat(3, 1fr);
        min-width: 653px;
        left: -53%;
        padding: 15px 25px;
        grid-column-gap: 43px;
    }

    #menu-item-343.menu-item:hover>ul.sub-menu.first-level-sub-menu {
        display: grid;
    }

    #menu-item-343 .menu-item:hover>ul.sub-menu.second-level-sub-menu {
        display: grid;
        z-index: 1;
        min-width: 154px;
    }

    ul.sub-menu.second-level-sub-menu>li.menu-item:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--Primary);
        bottom: 0;
        transition: all .2s ease-in-out;
        opacity: 0;
    }

    ul.sub-menu.second-level-sub-menu>li.menu-item:hover:before {
        opacity: 1;
    }

    ul.sub-menu.second-level-sub-menu>li.menu-item:hover {
        background-color: #F2F2F2;
    }

    ul.sub-menu>li.menu-item-has-children>a::after {
        transform: rotate(270deg);
    }

    ul.sub-menu>li.menu-item-has-children:hover>a:after {
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 991px) {
    .only_desk {
        display: none;
    }

    .online_left .online_app_img {
        display: none;
    }

    button.sub-menu-toggle {
        display: block;
    }

    .sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        /* width: 30px; */
        width: 40px;
        height: 50px;
    }

    .sub-menu-toggle span {
        display: none;
    }

    .top_title h2 {
        letter-spacing: -0.9px;
    }

    .h2,
    h2 {
        font-size: 30px;
        line-height: 33px;
        letter-spacing: -0.9px;
    }

    .h3,
    h3 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -0.4px;
    }

    .read_more {
        margin-bottom: 35px;
        width: 100%;
    }

    /* ====  HEADER  SECTION ==== */
    .main_logo {
        max-width: 151px;
    }

    .right_header,
    .main_top_header {
        display: none;
    }

    .center_header {
        position: fixed;
        right: 0%;
        top: 152px;
        width: 100%;
        max-height: 0;
        z-index: 9;
        display: block;
        flex-direction: column;
        overflow: hidden auto;
        background-color: white;
        box-shadow: 3px 3px 6px -3px rgba(0, 0, 0, 0.7);
        transition: all .3s ease-in-out;
    }

    .center_header ul li {
        width: 100%;
        cursor: pointer;
    }

    .header.active_menu .center_header {
        max-height: 80%;
    }

    .menu-item a {
        display: flex;
        justify-content: space-between;
    }

    .center_header .menu-item {
        padding: 0 40px 0 15px;
        /* padding: 0 50px 0 15px; */
    }

    .center_header ul.menu_wpr>li {
        border-bottom: 1px solid #C2C2C2;
    }

    .center_header li.menu-item.active>a:before {
        opacity: 1;
    }

    .center_header ul>li.menu-item-has-children>a {
        padding-right: 0;
    }

    .center_header ul>li.menu-item-has-children>a::after {
        /* right: -30px; */
        right: -25px;
        z-index: -1;

    }

    .center_header ul.sub-menu>li.menu-item-has-children>a::after {
        right: -30px;
    }


    .sub-menu li {
        padding: 0 20px !important;
    }

    .center_header .menu-item a {
        display: block;
    }

    .menu-item .sub-menu {
        box-shadow: none;
        background: transparent;
    }

    /* toggle menu icon */
    .mobile_btn,
    .mobile_call {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .toggle-menu {
        width: 20px;
        height: 12px;
        position: relative;
        cursor: pointer;
    }

    .menu__bar {
        display: block;
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        transition: top 0.4s ease-out, transform 0.4s ease-out;
        background-color: var(--Secondary-Dark);
    }

    .menu_text {
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        margin-top: 4px;
    }

    header .toggle-menu span:first-child {
        top: 0px;
    }

    header .toggle-menu span:nth-child(2) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    header .toggle-menu span:last-child {
        bottom: 0px;
    }

    header.active_menu .toggle-menu span:first-child {
        transform: rotate(45deg) translateY(-50%);
        top: 50%;
    }

    header.active_menu .toggle-menu span:nth-child(2) {
        width: 0%;
    }

    header.active_menu .toggle-menu span:last-child {
        transform: rotate(-45deg) translateY(50%);
        bottom: 50%;
    }

    .menu-item-has-children .sub-menu {
        position: unset;
    }

    .menu-item .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    /* 
    .menu-item-has-children.active>.sub-menu {
        visibility: visible;
        opacity: 1;
    } */

    .sub-menu li a {
        padding: 15px 0px;
    }

    /* ====  BANNER  SECTION ==== */
    .hero_section {
        background-position: bottom center;
        background-size: auto;
    }

    .hero_details_title h1 {
        font-size: 38px;
        line-height: 39px;
        letter-spacing: -2.28px;
    }

    .hero_details_title {
        padding-top: 53px;
    }

    .hero_details_title p {
        font-size: 14px;
    }

    .you_could_be,
    .review_logo {
        display: none;
    }

    .main_reviews .review_details {
        border: none;
        margin: 0;
        width: 100%;
        justify-content: center;
        margin: 18px 0 25px;
        padding: 0;
    }

    /*==== Need a car? ====*/
    .need_a_car {
        margin: 37px 0 40px;
    }

    .need_car_wpr .right_side h6 {
        line-height: 22px;
        font-size: 22px;
    }

    .need_car_wpr .right_side p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 18px;
    }

    /*== We Supply a Range section ==*/
    .we_supply_sec {
        margin: 40px 0 43px;
    }

    .we_supply_sec .top_title {
        margin-bottom: 20px;
    }

    .we_supply_sec .top_title h2 {
        letter-spacing: -0.6px;
        line-height: 36px;
        padding-bottom: 10px;
    }

    /*=== Why Choose Concept Car Credit ===*/
    .why_choose_inner h2 {
        line-height: 35px;
        letter-spacing: -0.9px;
    }

    .sub_info {
        max-width: 100%;
        padding: 17.5px 15px;
    }

    .sub_info_inner {
        padding: 21px 24px 24px 22px;
    }

    .why_choose_inner {
        padding: 50px 0 33px;
    }

    /*==== Welcome to the World section ==== */
    .welcome_to_world {
        margin: 45px 0 24px;
    }

    .world_of_inner .top_title h2 {
        font-size: 30px;
        line-height: 38px;
        /* 126.667% */
        letter-spacing: -0.9px;
        padding-bottom: 20px;
    }

    .world_of_inner {
        text-align: center;
    }

    .world_of_inner .w_left_side,
    .world_of_inner .w_right_side,
    .our_most_faq .left_side,
    .our_most_faq .right_side {
        width: 100%;
    }

    .world_of_inner .w_left_side {
        padding-bottom: 20px;
    }

    .world_of_inner .top_title,
    .our_most_faq .top_title {
        margin: auto;
    }

    .world_of_inner .review_details {
        justify-content: center;
    }

    .w_right_side .apply_btn {
        margin: 0;
    }

    .review_blog {
        margin: 41px -10px 0;
    }

    .welcome_to_world .review_blog_inner {
        padding: 15px 10px;
    }

    .welcome_to_world .sub_blog {
        max-width: 50%;
    }

    .welcome_to_world .review_details h6 {
        padding: 20px 0 3px;
    }

    /*=== Our Most FAQs section  === */
    .our_most_faq {
        margin: 24px 0 50px;
    }

    .faq_section_bg {
        padding: 40px 0 20px;
    }

    .our_most_faq .left_side {
        padding-bottom: 25px;
    }

    .our_most_faq .top_title,
    .our_most_faq.faq_section_bg .top_title {
        max-width: 100%;
    }

    .our_most_faq .top_title h2 {
        line-height: 36px;
        letter-spacing: -0.6px;
        font-size: 30px;
    }

    .faq-accordion-inner h3 {
        letter-spacing: -0.4px;
    }

    .faq-accordion-values p,
    .faq-accordion-values ul li {
        font-size: 14px;
        line-height: 144.1%;
    }

    .lists_col.active .faq-accordion-values {
        padding-bottom: 28px;
    }

    .faq-accordion-inner {
        padding: 20px 0;
    }

    .lists_col:last-child .faq-accordion-inner {
        padding: 16px 0;
    }

    .lists_col:first-child .faq-accordion-inner {
        padding: 0px 0px 20px 0;
    }


    /*==== Online Application section ===*/
    .online_application {
        margin: 50px 0;
    }

    .online_left {
        max-width: 100%;
    }

    .online_right {
        margin: 0;
        flex: auto;
    }

    .online_right_wpr {
        padding: 30px 25px 60px;
    }

    .online_left .apply_btn {
        padding: 15px 0 24px;
    }

    /* .online_app_img {
        position: absolute;
        left: 50%;
        bottom: 8%;
        transform: translateX(-50%);
    } */

    .online_right .form_info {
        display: none;
    }

    .online_app_img.mobile_only {
        margin: -95px auto 0;
    }

    .form_info p {
        padding: 0;
        font-size: 12px;
        line-height: 152.1%;
        /* 18.252px */
    }

    .online_left .top_title p {
        font-size: 15px;
    }

    /*=== rating section ===*/
    .excellent_review {
        margin: 43px 0 37px;
        padding: 47px 0 50px;
    }

    /*==== Car Review Blog section ====*/
    .car_r_Blog {
        margin: 50px 0;
    }

    .car_r_Blog .review_blog_img {
        padding-bottom: 58.4%;
    }

    .car_r_Blog .car_blog_wpr .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .car_r_Blog .car_blog_wpr {
        padding: 0 12.6% 0 0;
    }

    .car_r_Blog .car_blog_wpr {
        margin: 0 -25px 0 -15px;
    }

    .blog_date {
        line-height: 144.1%;
        letter-spacing: -0.26px !important;
        font-size: 13px !important;
    }

    .r_sub_blog {
        padding: 0 12.5px;
    }

    /*==== footer section ====*/
    .footer {
        margin: 50px 0 0;
    }

    .footer_wpr_top {
        padding: 40px 0 20px;
        background-image: url(../image/footer_bg_mobile.png);
        background-position: 100% 101%;
    }

    .footer_logo {
        width: 100%;
        margin-bottom: 21px;
    }

    .all_footer_info {
        flex: auto;
        margin: 0;
        justify-content: center;
    }

    .top_footer {
        justify-content: center;
    }

    .main_menu_list {
        margin-bottom: 40px;
    }

    .footer_menu_list:first-child {
        padding: 0 0 40px 0;
    }

    .footer_menu_list {
        padding: 0 22px 0 0;
        max-width: 100%;
    }

    .footer_menu_list:last-child {
        padding: 0 0 0 22px;
        max-width: 33%;
    }

    .center_footer {
        padding: 10px 0 0;
    }

    .f_review_logo li:not(:last-child) {
        margin-right: 20px;
    }

    .info_wpr,
    .info_wpr:nth-child(2) {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .info_wpr,
    .info_wpr:last-child {
        margin: 8px;
    }

    .our_latest_blogs ul li a {
        padding-bottom: 18px;
    }

    .find_left {
        margin-bottom: 20px;
    }

    /*=== sub hero section ===*/
    .sub_hero_section .hero_details_title {
        padding-top: 40px;
    }

    .c_hero_breadcrumb {
        display: none;
    }

    .sub_hero_section .main_reviews {
        padding: 0;
    }

    .sub_hero_section .main_reviews .review_details {
        margin: 18px 0 25px;
    }

    .sub_hero_section.hero_section {
        background-position: bottom right;
        background-size: cover;
    }

    /*=== Quality Used Cars On Finance section  ===*/
    .quality_left h2 {
        font-size: 30px;
        letter-spacing: -0.6px;
        line-height: 36px;
        /* 120% */
    }

    .with_read_more {
        margin-top: 22px;
    }

    /*=== One Easy Step To Your Finance section ===*/
    .why_choose_sec {
        background-image: unset;
        margin: 45px 0;
    }

    .one_easy_step {
        margin: 40px 0 32px;
        padding: 40px 0 50px;
    }

    .one_easy_step.how_to_find {
        padding: 50px 0 53px;
        margin: -32px 0 36px;
    }

    .one_easy_step .quality_left h2 {
        padding-bottom: 13px;
    }

    .one_easy_step.how_to_find .quality_left h2 {
        padding-bottom: 12px;
    }

    .one_easy_step.how_to_find .top_title p:not(:last-of-type) {
        padding-bottom: 14px;
    }

    .one_easy_step_inner {
        padding: 26px 29px 32px 30px;
    }

    .one_easy_step .apply_btn {
        margin-top: 27px;
    }

    .our_most_faq .right_side:not(:last-child) {
        margin-bottom: 34px;
    }

    /*=== contact section ===*/
    .contact_find {
        margin: 30px 0 55px;
    }

    .find_wpr {
        margin-top: 25px;
    }

    .find_left_top h2 {
        font-size: 30px;
        line-height: normal;
        letter-spacing: -0.6px;
    }

    /*=== Terms & Conditions ===*/
    .only_text_wpr {
        padding: 50px 63px;
    }

    .rte :is(h1, h2, h3, h4, h5, h6) {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.6px;
    }

    /*=== Blog page ===*/

    .all_news_blogs .r_sub_blog {
        width: 50%;
    }

    .add_filter {
        width: 100%;
    }

    .filter_blog_results h6 {
        padding-bottom: 10px;
    }

    .select_filter {
        margin: 10px 0;
    }

    .all_news_blogs .car_blog_wpr {
        padding-bottom: 10px;
    }

    .all_blogs_pagination {
        padding: 20px 0 0;
    }

    .panel_blog_title {
        padding-bottom: 17px;
    }

    .panel_blog_title h2 {
        line-height: 32px;
        letter-spacing: -0.6px;
    }

    .main_blog_desc {
        padding: 19px 0 27px;
    }

    .all_news_blogs_wpr {
        border-top: transparent;
    }

    .review_details p {
        font-size: 14px;
        line-height: 137.1%;
        letter-spacing: -0.14px;
    }

    /*=== Blog Details page ===*/

    .panel_menu_right {
        display: none;
    }

    .panel_menu_left {
        padding-right: 0;
    }

    .panel_menu_left .review_blog_img {
        padding-bottom: 61.8%;
    }

    .panel_menu_left .r_blog_inner .review_details {
        padding-top: 13px;
    }

    .blog_desc :is(h1, h2, h3, h4, h5, h6) {
        font-size: 22px;
        padding: 0 0 19px;
    }

    .blog_desc p {
        padding-bottom: 19px;
    }

    .panel_menu_left .panel_blog_title .main_blog_date {
        padding: 14px 0 0;
    }

    .review_details>.main_blog_date {
        padding: 19px 0 0;
    }

    /*=== Secure Online Application ===*/
    .online_fild {
        width: calc(50% - 8px);
        padding: 0 0 20px !important;
    }

    .online_app_section .only_text_wpr {
        padding: 26px 20px 40px;
        margin: 30px 0 -20px;
    }

    /*===== showroom PAGE CSS  =======*/
    .show_section .hero_details_title {
        padding-top: 60px;
    }

    .sub_hero_section.show_section::before {
        background-position: 100%;
        opacity: 0.6;
    }

    /*===== our charity PAGE CSS  =======*/
    .charity_logo {
        margin: 26px 0 0;
    }

    .quality_right_grid .sub_grid {
        padding: 3px;
    }

    .charity_logo_wpr ul li {
        margin: 0 5px;
    }

}

@media only screen and (max-width: 1024px) and (min-width:768px) {

    /* contact page */
    .find_left {
        display: flex;
    }

    .find_left_bottom {
        flex: 1;
        padding: 0 0 0px 20px;
    }
}

@media only screen and (min-width: 850px) {
    .mob_togg .filter-reset {
        display: none;
    }

}

@media only screen and (max-width: 849px) {

    /*===== showroom PAGE CSS  =======*/
    .collection_grid_main {
        flex: 0 0 100%;
        padding-top: 23px;
    }

    .fillter_wpr {
        max-width: 100%;
        padding: 0;
        margin-right: 0;
        position: static;
        background: var(--white);
    }

    .mob_togg {
        margin-bottom: 20px;
    }

    .mob_togg,
    .short_bt_wpr,
    .filtter_top .filter-reset {
        display: none;
    }

    .only_mob_open,
    .only_mob_open.short_bt_wpr {
        display: block;
    }

    /*=== footer ===*/
    .info_wpr,
    .info_wpr:last-child {
        flex: auto;
    }

    .mob_togg .filter-reset {
        display: block;
        text-align: end;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 641px) {
    .review_details_mob {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sub_hero_section {
        position: relative;
    }

    .sub_hero_section::before {
        background-size: cover;
    }

    .blog .sub_hero_section,
    .single-post .sub_hero_section {
        position: unset;
    }

    .blog .sub_hero_section::before,
    .single-post .sub_hero_section::before {
        height: 8% !important;
        background-size: auto;
    }

    /*== We Supply a Range section ==*/
    .main_models {
        width: 100%;
    }

    /*==== Online Application section ===*/

    /*=== Quality Used Cars On Finance section  ===*/
    .quality_left,
    .reverse_quality_used .quality_left {
        flex: auto;
        margin: 0;
    }

    .quality_right {
        margin-top: 40px;
        width: 100%;
    }

    .quality_right_img {
        border-radius: 10px;
    }

    .quality_used_cars {
        margin: 40px 0;
    }

    /*===== CAR INTERNAL PAGE CSS  =======*/
    .internal_hero {
        padding: 0px;
    }

    .internal_img_left {
        flex: unset;
        padding: 0 0 20px;
        width: 100%;
        height: 100%;
    }

    .internal_img_right {
        width: 100%;
        display: block;
        height: 100%;
    }

    .internal_img_half {
        width: 100%;
        padding-top: 52%;
        height: auto;
    }

    .internal_img_half:not(:last-of-type) {
        margin: 0;
    }

    .overview_left {
        max-width: 100%;
        position: relative;
        top: 0;
        margin: 0 0 40px;
    }

    .overview_right {
        flex: 0 0 100%;
    }

    .overview_info h2 {
        font-size: 30px;
    }

    .internal_bottom {
        padding: 30px 0 0 0;
    }

    .internal_inn_left h2 {
        font-size: 30px;
        margin: 0 0 8px;
        font-weight: 400;
        line-height: 26px;
    }

    .internal_inn_left p {
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
    }

    .internal_inn_right h2 {
        font-size: 22px;
        font-weight: 400;
    }

    .internal_inn_right {
        min-height: 72px;
    }

    .total_gallery {
        margin-bottom: 30px;
    }

    .not_found_page {
        padding: 40px 0;
    }

    /*=== Used Audi On Finance ===*/
    .b_of_choosing .quality_right {
        width: 100%;
        margin: 0 0 27px;
    }

    .q_right_img {
        position: unset;
        transform: unset;
    }

    .q_right_img img,
    .q_right_img svg {
        margin-left: auto;
    }

    .one_easy_step_inner.b_of_choosing .quality_left {
        padding: 40px 20px 0 20px;
    }

    /*=== blog page ===*/

    .select_filter label {
        display: inline-block;
        max-width: 114px;
        width: 100%;
    }

    .select_filter {
        width: 100%;
    }

    .blog .hero_details_title p {
        max-width: 251px;
        width: 100%;
    }

    .find_left {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 640px) {

    .hero_details_title h1 span {
        display: block;
    }

    .blog .hero_details_title h1 span {
        display: contents;
    }

    /*=== Rating section ====*/
    .review_desc {
        margin: 39px 0 43px;
        padding: 16px 20px 21px 20px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .all_review_data {
        margin: 43px 0 37px;
    }

    /*==== Need a car? ====*/
    .need_car_wpr {
        background-image: none;
        padding: 37px 0 40px;
    }

    .need_car_wpr .left_side {
        max-width: 100%;
        padding-bottom: 12px;
        width: 100%;
    }

    /*=== Why Choose Concept Car Credit ===*/
    .why_choose_sec .left_img {
        max-width: 100%;
    }

    .why_choose_sec .right_info h6 {
        line-height: 1.3;
    }

    .why_choose_sec .right_info p {
        padding: 3px 0 10px;
    }

    /*=== Welcome to the World section  === */
    .welcome_to_world .sub_blog {
        max-width: 100%;
    }

    .welcome_to_world .review_img {
        padding-bottom: 46.4%;
    }

    .welcome_to_world .review_img img {
        border-radius: 10px;
    }

    /*==== Online Application section ===*/
    .col_field {
        width: 100%;
        padding-bottom: 10px;
    }

    .main_col_field .col_field .apply_btn.blue_btn {
        margin-top: 10px;
    }

    /*==== Footer section ===*/

    .footer_menu_list {
        max-width: 100% !important;
        padding: 20px 0 !important;
    }

    .bottom_content.f_review_logo {
        display: none;
    }

    .footer_menu_list:nth-child(2) .main_menu_list {
        margin: 0;
    }

    .footer_menu_list>.we_rated {
        display: none;
    }

    .our_latest_blogs {
        max-width: 100%;
        margin-top: 40px;
    }

    .our_latest_blogs ul li a {
        padding-bottom: 18px;
    }

    footer .col_field input[type=email] {
        max-width: 299px;
    }

    /*=== contact section ===*/
    .app_info_inn {
        margin: 0;
    }

    .app_info_col {
        flex: 0 0 100%;
        padding: 7.5px 0;
    }

    .app_info_col .info_col_wor {
        min-height: 150px;
        max-height: 150px;
    }

    .find_left_top h2 {
        text-align: center;
    }

    /*=== Blog page ===*/
    .all_news_blogs .car_blog_wpr {
        margin: 0;
    }

    .all_news_blogs .r_sub_blog {
        width: 100%;
        padding: 20px 0;
    }

    .select_filter select {
        min-width: 206px;
        max-width: 206px;
    }

    .select_filter:not(:last-child) {
        margin-right: 0;
    }

    .pagination-arrow span {
        display: none;
    }

    /*=== Secure Online Application ===*/
    .online_fild,
    .online_fild:nth-of-type(-n+2) {
        width: 100%;
    }

    .only_text.online_app_section form>p {
        margin-bottom: 20px !important;
    }

    .online_check_wpr {
        margin: 20px 0;
    }

    /*===== showroom PAGE CSS  =======*/
    .filtter_top {
        margin: 0 0 20px;
        cursor: pointer;
    }

    .collection_col {
        flex: 0 0 100%;
        padding: 0 5px 25px;
    }

    .collection_col .info_menu li {
        flex: 0 0 33.33%;
    }

    .coll_title::after {
        width: 100%;
    }

    .load_more_btn {
        margin: 0 auto;
    }

    .collection_grid_main {
        padding: 0;
    }

    .show_section .hero_details_title h1 {
        font-size: 36px;
        letter-spacing: -2.16px;
        line-height: 42px;
        margin: 0;
    }

    .show_section .hero_details_title h1 span {
        display: block;
    }

    .show_section .main_reviews {
        display: none;
    }

    .show_section .hero_details_title {
        padding: 0;
        margin: 0;
    }

    .show_section {
        padding: 35px 0;
    }

    .collection_section {
        padding: 4px 0 0 0;
    }

    /*===== CAR INTERNAL PAGE CSS  =======*/
    .internal_img_full {
        padding-top: 72.7%;
    }

    .internal_info_menu {
        width: 100%;
        padding: 22px 15px 0 15px;
        max-width: 100%;
        border-radius: 2px;
        border: 1px solid #F2F2F2;
        margin-bottom: 30px;
    }

    .center_btn_wpr {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .center_btn_wpr>div {
        margin: 0;
        width: calc(50% - 8px);
    }

    .center_btn_wpr>div a {
        justify-content: center;
    }

    /*=== Used Audi On Finance ===*/
    .b_list_inner .sub_list {
        flex: 0 0 100%;
        padding: 5px;
    }

    .b_list_inner {
        margin: -5px;
    }
}


@media only screen and (max-width: 480px) {
    .need_car_wpr::after {
        background: url(../image/need_bg_mobile.png);
        background-repeat: no-repeat;
        width: 81px;
        height: 108px;
    }

    /*==== Online Application section ===*/



    /*==== Footer section ===*/
    .info_wpr p {
        width: 100%;
        max-width: 177px;
    }

    /*=== Terms & Conditions ===*/
    .only_text_wpr {
        padding: 20px;
        margin: 40px 0;
    }

    .rte :is(h1, h2, h3, h4, h5, h6):not(:first-of-type) {
        margin-top: 30px;
    }

    /*===== showroom PAGE CSS  =======*/
    .collection_img_wpr {
        padding-top: 62%;
    }

    .col_svg svg {
        max-width: 120px;
    }

    .col_text {
        font: normal 400 20px/26px var(--primary-font);
    }

    .filtter_top h4 {
        font-size: 16px;
        letter-spacing: normal;
    }

    p.no-more-post {
        width: auto;
        font-size: 16px;
        line-height: normal;
    }

    /*===== CAR INTERNAL PAGE CSS  =======*/
    .internal_inn_center .coll_footer_img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .internal_inn_right {
        min-height: 62px;
    }

    .internal_inn_center .coll_footer_text p,
    .internal_inn_center .coll_footer_text span {
        font-size: 12px;
        line-height: 18px;
    }

    .info_wpr,
    .info_wpr:last-child {
        padding: 20px;
    }

}

@media only screen and (max-width: 375px) {

    /*==== Our Most Frequently Asked Questions ====*/
    .faq-accordion-inner h3 {
        max-width: 255px;
    }

    .faq-accordion-values {
        max-width: 97%;
    }

    /*==== Online Application section ===*/


}




/* =================== START RELATED BLOGS BY TAG SECTION =================== */
.related_blogs_grid {
    flex-wrap: wrap;
}

.related_blogs_grid .r_sub_blog {
    margin-bottom: 30px;
}

.related_blogs_count_4 .related_blogs_grid .r_sub_blog {
    width: 25%;
}

.related_blogs_view_all {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.related_blogs_section .top_title {
    margin-bottom: 40px;
}

.related_blogs_section .top_title h2 {
    margin-bottom: 12px;
}


@media only screen and (max-width: 991px) {
    .related_blogs_grid .r_sub_blog,
    .related_blogs_count_4 .related_blogs_grid .r_sub_blog {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .related_blogs_grid .r_sub_blog,
    .related_blogs_count_4 .related_blogs_grid .r_sub_blog {
        width: 100%;
    }
}
/* =================== END RELATED BLOGS BY TAG SECTION =================== */