html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*/ HTML5 display-role reset for older browsers /*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #fff;
  font-family: 'Helvetica Now Display', sans-serif;
  color: #000000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  max-width: 100%;
}
strong {
  font-weight: 600;
}
a {
  color: #3E47DD;
  text-decoration: none;
  transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
  font-family: 'Helvetica Now Display', sans-serif;
}
button {
  font-family: 'Helvetica Now Display', sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2 {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 700;
}
h3,
h4 {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 600;
}
p {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 400;
}
/*  */
/* bg color variable */
/* Primary color variables */
/* Content color variable */
body {
  background-color: #fff;
}
.secondaryTitle {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 45px;
  font-weight: 700;
  color: #013470;
}
.secondaryTitle.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .secondaryTitle {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .page-layout-1column .columns .column.main .bdcrum {padding-top: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondaryTitle {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondaryTitle {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
.primaryText {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .primaryText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primaryText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primaryText {
    font-size: 18px;
    line-height: 29px;
  }
}
.secondaryText {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_padding {
  padding: 80px 0px;
}
.section_padding.bottom_zero {
  padding-bottom: 0px;
}
.section_padding.form_top_space {
  padding-top: 30px;
}
.section_padding.top_zero {
  padding-top: 0px;
}
.primary_cta {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  border: 1px solid #00397B;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00397B;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  min-width: 10em;
  text-align: center;
  transition: 0.3s ease-in;
}
.primary_cta:hover {
  background-color: #fff;
  color: #00397B;
}
.primary_cta.transparent_cta {
  background-color: transparent;
  color: #E61122;
  border: 1px solid #E61122;
}
.primary_cta.transparent_cta:hover {
  background-color: #E61122;
  color: #fff;
  border-color: #E61122;
}
@media only screen and (max-width: 1024px) {
  .primary_cta {
    font-size: 15px;
    line-height: 19px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_cta {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 10px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_cta {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 10px;
  }
}
.grid_3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.primary_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .primary_text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_text {
    font-size: 18px;
    line-height: 29px;
  }
}
.primary_text.center {
  text-align: center;
}
.primary_title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #080808;
  text-transform: uppercase;
}
.primary_title.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .primary_title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_title {
    font-size: 36px;
    line-height: 44px;
  }
}
.secondary_title {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 45px;
  font-weight: 700;
  color: #013470;
}
.secondary_title.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .secondary_title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondary_title {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondary_title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
.main_container {
  max-width: 1430px;
  margin: auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 200px) and (max-width: 1440px) {
  .main_container {
    padding: 0px 25px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
  .main_container {
    width: 93%;
  }
}
.primarybg {
  background-color: #ECF4FF;
}
.section_blue {
  background-color: #03254c;
}
.light_blue {
  background-color: #F1F7FF;
}
@media only screen and (max-width: 1024px) {
  .section_padding {
    padding: 40px 0px;
  }
  .form_bg {
    background-color: #FEFBF8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_padding {
    padding: 60px 0px;
  }
}
.nav-sections-item-content {
  max-width: 1900px;
  width: 100%;
  margin: auto;
}
.nav-sections-items {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-sections {
  border-bottom: 1px solid #D6D6D6E5;
}
.nav-sections .navigation {
  padding: 0px 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
}
.nav-sections .navigation.zero_top {
  top: 0px;
}
.nav-sections .navigation .nav-section-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.nav-sections .navigation .nav-section-left .nav_bar {
  justify-content: center;
}
.nav-sections .navigation .res_mobile {
  display: none;
}
.nav-sections .navigation .nav-section-logo {
  text-align: center;
}
.nav-sections .navigation .nav-section-logo img {
  width: 80%;
}
.nav-sections .navigation .nav-section-right .nav-section-ctas {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}
.nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta .transparent_cta {
  min-width: 9em;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #E61122;
  font-weight: 500;
}
.nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta .transparent_cta:hover {
  color: #fff;
  background-color: #E61122;
  border-color: #E61122;
}
.nav-sections .navigation .nav-section-left .sell_car_cta {
  display: none;
}
.nav-sections .navigation .nav-section .close_side_bar {
  display: none;
}
.nav-sections .navigation .nav-section .nav_bar {
  display: flex;
  gap: 45px;
}
.nav-sections .navigation .nav-section .nav_bar .drop_icon {
  padding-bottom: 2px;
}
.nav-sections .navigation .nav-section .nav_bar li {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding-block: 10px;
}
.nav-sections .navigation .nav-section .nav_bar li a {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  font-weight: 400;
  text-transform: capitalize;
}
.nav-sections .navigation .nav-section .nav_bar li:hover > a {
  color: #E61122;
}
.nav-sections .navigation .nav-section .nav_bar li:hover svg path {
  fill: #E61122;
}
/* .nav-sections .navigation .nav-section .nav_bar li:hover .first_layer {
  display: block;
} */
.nav-sections .navigation .nav-section .nav_bar .first_layer {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 100%;
  min-width: 10em;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #ffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .nav-sections .navigation {
    padding: 0px 10px;
    gap: 10px;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
  }
  .page-layout-1column.catalog-category-view .columns .column.main .listing_block .sidebar .sort_filter .filter-actions{display: block;margin: 0px -10px 10px;}
  .nav-sections .navigation .res_mobile {
    display: block;
  }
  .nav-sections .navigation .res_mobile svg {
    width: 18px;
  }
  .nav-sections .navigation .nav-section-logo {
    text-align: left;
  }
  .nav-sections .navigation .nav-section-logo img {
    width: 60%;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta {
    display: none;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta .transparent_cta {
    min-width: 9em;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 23px;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .profile {
    width: 18px;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .fav {
    width: 18px;
  }
  .nav-sections .navigation .nav-section-left .sell_car_cta {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
  .nav-sections .navigation .nav-section-left .sell_car_cta .transparent_cta {
    min-width: 9em;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 17px;
    border-radius: 5px;
  }
  .nav-sections .navigation .nav-section .close_side_bar {
    display: block;
    text-align: end;
  }
  .nav-sections .navigation .nav-section .close_side_bar svg {
    width: 20px;
  }
  .nav-sections .navigation .nav-section .nav_bar {
    flex-direction: column;
    gap: 0px;
  }
  .nav-sections .navigation .nav-section .nav_bar li {
    gap: 5px;
    cursor: pointer;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-block: 7px;
  }
  .nav-sections .navigation .nav-section .nav_bar li a {
    font-size: 14px;
    line-height: 17px;
  }
  .nav-sections .navigation .nav-section .nav_bar .first_layer {
    position: static;
    min-width: 100%;
  }
  .nav-sections .navigation .nav-section .nav_bar .drop_icon {
    position: relative;
  }
  .nav-sections .navigation .nav-section .nav_bar .drop_icon svg {
    width: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-sections .navigation .nav-section-logo img {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1480px) {
  .nav-sections .navigation {
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .nav-sections .navigation .nav-section-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .nav-sections .navigation .nav-section-left .nav_bar {
    justify-content: center;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta .transparent_cta {
    min-width: 8em;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .profile {
    width: 19px;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .fav {
    width: 19px;
  }
  .nav-sections .navigation .nav-section-left .sell_car_cta {
    display: none;
  }
  .nav-sections .navigation .nav-section .close_side_bar {
    display: none;
  }
  .nav-sections .navigation .nav-section .nav_bar {
    display: flex;
    gap: 20px;
  }
  .nav-sections .navigation .nav-section .nav_bar li {
    display: flex;
    gap: 10px;
    cursor: pointer;
  }
  .nav-sections .navigation .nav-section .nav_bar li a {
    font-size: 15px;
    line-height: 22px;
    color: #212121;
    font-weight: 400;
    text-transform: capitalize;
  }
  .nav-sections .navigation .nav-section-logo {
    text-align: left;
  }
  .nav-sections .navigation .nav-section-logo img {
    width: 70%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
  .nav-sections .navigation {
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
  }
  .nav-sections .navigation .nav-section-right .nav-section-ctas .sell_car_cta .transparent_cta {
    min-width: 9em;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .nav-sections .navigation .nav-section-left .sell_car_cta {
    display: none;
  }
  .nav-sections .navigation .nav-section .close_side_bar {
    display: none;
  }
  .nav-sections .navigation .nav-section .nav_bar {
    display: flex;
    gap: 30px;
  }
}
footer {
  background-color: #03254C;
}
footer .footer_header {
  padding: 70px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer_header .title_block h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 5px;
  box-sizing: border-box;
  letter-spacing: 4.4px;
}
footer .footer_header .title_block p {
  font-size: 20px;
  line-height: 30px;
  color: #9a9a9a;
}
footer .footer_header .app_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .footer_body {
  padding: 100px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
  margin: auto;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
}
footer .footer_body .footer_block .footer_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
footer .footer_body .footer_block .links .footer_link {
  font-size: 16px;
  line-height: 22px;
  color: #b1b1b1;
  display: block;
  padding: 7px 0px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
footer .footer_body .footer_block .links .footer_link:hover {
  color: #ffffff;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  box-sizing: border-box;
}
footer .footer_bottom .social_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px;
}
footer .footer_bottom .bottom_footer p {
  color: #909090;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  footer .footer_header {
    padding: 30px 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  footer .footer_header .title_block h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  footer .footer_header .title_block p {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer_body {
    padding: 0 0 30px;
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  footer .footer_body .footer_block .footer_title {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 15px 0px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
    background-image: url("../images/chevron-white-up.webp");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 98% center;
    letter-spacing: 2px;
  }
  footer .footer_body .footer_block .footer_title.active_footer {
    background-image: url(../images/chevron-white-down.webp);
  }
  footer .footer_body .footer_block .links {
    display: none;
  }
  footer .footer_body .footer_block .links .footer_link {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 5px 0px;
    transition: 0.3s ease-in-out;
  }
  footer .footer_bottom {
    flex-direction: column;
    gap: 20px;
    padding: 0 0 20px;
  }
  footer .footer_bottom .social_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  footer .footer_bottom .footer_logo {
    display: none;
  }
  footer .footer_bottom .bottom_footer p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer_header {
    padding: 30px 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer_header .title_block {
    text-align: left;
  }
  footer .footer_body .footer_block .footer_title {
    font-size: 14px;
    line-height: 22px;
  }
  footer .footer_bottom {
    flex-direction: row;
  }
  footer .footer_bottom .social_block {
    justify-content: center;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  footer .footer_header {
    padding: 35px 0;
    gap: 40px;
  }
  footer .footer_header .title_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  footer .footer_header .title_block p {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer_body {
    padding: 50px 0;
  }
  footer .footer_body .footer_block .footer_title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  footer .footer_body .footer_block .links .footer_link {
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 5px 0px;
    transition: 0.3s ease-in-out;
  }
  footer .footer_bottom {
    padding: 25px 0;
  }
  footer .footer_bottom .bottom_footer p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
  footer .footer_header {
    width: 100%;
  }
  footer .footer_header .title_block h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 5px;
  }
  footer .footer_header .title_block p {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer_bottom .social_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 20px;
  }
  footer .footer_bottom .bottom_footer p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-layout-1column .columns .column.main .main_banner {
    position: relative;
  }
  .page-layout-1column .columns .column.main .main_banner img {
    width: 100%;
    min-height: 350px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_inner {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
  }
  .page-layout-1column .columns .column.main .main_banner .banner_block {
    max-width: 1600px;
    margin: auto;
    padding: 0px 25px;
    box-sizing: border-box;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content {
    max-width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content h1 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 5px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content p {
    display: none;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container {
    background-color: white;
    padding: 12px;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .primary_cta {
    min-width: 9em;
    justify-content: center;
    padding-block: 2px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .primary_cta:hover {
    background-color: #00397B;
    color: #fff;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container select, .page-layout-1column .columns .column.main .price-dropdown-wrapper {
    margin: 5px;
    border: 0px;
    outline: none;
    cursor: pointer;
    flex: 1;
    background-position: 100% center;
  }
  .page-layout-1column .columns .column.main .price-dropdown-wrapper .price-dropdown-menu{left: 0px;}
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container select:nth-child(2) {
    border-inline: 0px solid #e5e5e5;
    border-radius: 0px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .advance-filter {
    margin-top: 10px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .banner_cta_block {
    padding-top: 15px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .banner_cta_block .primary_cta.banner_cta {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .page-layout-1column .columns .column.main select, .page-layout-1column .columns .column.main .price-dropdown-wrapper {
    border: 0px;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #050B20;
    font-weight: 400;
    outline: none;
    font-family: 'Helvetica Now Display';
    appearance: none;
    background-image: url("../images/select.png");
    background-repeat: no-repeat;
/*    background-position: 98% center;*/
    background-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
  }

  .page-layout-1column .columns .column.main .price-dropdown-wrapper .price-dropdown-toggle{padding: 0px;}


  .page-layout-1column .columns .column.main .sell_Car > .primary_title {
    padding-bottom: 20px;
    text-transform: capitalize;
  }
  .page-layout-1column .columns .column.main .post_Card {
    padding: 20px;
  }
  .page-layout-1column .columns .column.main .post_Card ul li {
    color: #5A5A5A;
    font-size: 14px;
    line-height: 22px;
  }
  .page-layout-1column .columns .column.main .post_Card .cta_block {
    min-height: 75px;
  }
  .page-layout-1column .columns .column.main .post_Card.blue_card h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .page-layout-1column .columns .column.main .post_Card.blue_card .cta_block img {
    width: 80px;
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card {
    background-color: rgba(248, 206, 98, 0.14);
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card .cta_block img {
    width: 80px;
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card .cta_block .primary_cta {
    background-color: #e3a400;
    border-color: #e3a400;
    color: #fff;
  }
  .page-layout-1column .columns .column.main .two_column_block {
    flex-direction: column;
  }
  .page-layout-1column .columns .column.main .two_column_block .column {
    flex: unset;
    width: 100%;
  }
  .page-layout-1column .columns .column.main .home_slider_block {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  .page-layout-1column .columns .column.main .home_slider_block .primary_title {
    padding-bottom: 10px;
  }
  .page-layout-1column .columns .column.main .home_slider_block > .primary_text {
    text-align: center;
    padding-bottom: 20px;
  }
  .page-layout-1column .columns .column.main .home_slider_block .slider_child {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
  }
  .page-layout-1column .columns .column.main .home_slider_block .slider_tabs {
    padding-bottom: 20px;
    gap: 15px;
    justify-content: start;
    overflow-x: auto;
  }
  .page-layout-1column .columns .column.main .home_slider_block .slider_tabs::-webkit-scrollbar {
    display: none;
  }
  .page-layout-1column .columns .column.main .home_slider_block .slider_tabs .transparent_cta {
    min-width: 8em;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    line-height: 13px;
  }
  .page-layout-1column .columns .column.main .home_slider_block .slick-list {
    padding-bottom: 30px;
  }
  .page-layout-1column .columns .column.main .img_card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 8px;
    padding: 20px;
  }
  .page-layout-1column .columns .column.main .img_card h3 {
    font-size: 17px;
    line-height: 28px;
  }
  .page-layout-1column .columns .column.main .top_cnt_view {
    padding: 20px 0;
    /*flex-direction: column;*/
  }
  .page-layout-1column .columns .column.main .top_cnt_view a {
    flex: unset;
    text-align: end;
  }
  .page-layout-1column .columns .column.main .top_cnt_view a.primary_text {
    color: #000000;
    font-weight: 500;
  }
  .page-layout-1column .columns .column.main .top_cnt_view a.primary_text::after {
    content: url("../images/black_arrow.webp");
    margin-left: 10px;
    margin-bottom: 2px;
  }
  .page-layout-1column .columns .column.main .top_cnt_view .primary_title {
    flex: 1;
  }
  .page-layout-1column .columns .column.main .home_explore .explore_tabs {
    margin-bottom: 20px;
  }
  .page-layout-1column .columns .column.main .home_explore .swiper-wrapper {
    padding-bottom: 30px;
  }
  .page-layout-1column .columns .column.main .home_explore.blue_bg {
    background-color: #ecf4ff;
  }
  .page-layout-1column .columns .column.main .vehicles_card {
    margin-right: 15px;
  }
  .page-layout-1column .columns .column.main .vehicles_card .img_block {
    position: relative;
  }
  .page-layout-1column .columns .column.main .vehicles_card .img_block .pro_img {
    width: 100%;
    object-fit: fill;
  }
  .page-layout-1column .columns .column.main .vehicles_card .img_block .icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .page-layout-1column .columns .column.main .vehicles_card .img_block .img_cta {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-radius: 50px;
    background-color: #e3a400;
    border-color: #e3a400;
    min-width: 6em;
  }
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block {
    padding: 20px;
  }
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block .cnt_title {
    font-size: 18px;
    line-height: 28px;
    /*padding-bottom: 20px;*/
    color: #fff;
    font-weight: 500;
  }
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block .price_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block .price_block .view_detail {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
  }
  .page-layout-1column .columns .column .dark_grey .vehicles_card .cnt_block .price_block .view_detail{color: #0066cc;}
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block .price_block .view_detail::after {
    content: url("../images/cta_arrow.webp");
    margin-left: 10px;
  }
  .page-layout-1column .columns .column .dark_grey .vehicles_card .cnt_block .price_block .view_detail::after{content: url(../images/blue_arrow.webp);margin-left: 10px;}
  .page-layout-1column .columns .column.main .vehicles_card .cnt_block .price_block .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  .page-layout-1column .columns .column .dark_grey .vehicles_card .cnt_block .price_block .price{color: #222222;}
  .page-layout-1column .columns .column.main .vehicles_card.white_bg .cnt_block .cnt_title {
    color: #050b20;
  }
  .page-layout-1column .columns .column.main .vehicles_card.white_bg .cnt_block .price_block .price {
    color: #222222;
  }
  .page-layout-1column .columns .column.main .vehicles_card.white_bg .cnt_block .price_block .view_detail {
    color: #0066cc;
  }
  .page-layout-1column .columns .column.main .vehicles_card.white_bg .cnt_block .price_block .view_detail::after {
    content: url(../images/blue_arrow.webp);
    margin-left: 0px;
  }
  .page-layout-1column .columns .column.main .home_car_comparison {
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    background-image: none;
  }
  .page-layout-1column .columns .column.main .home_car_comparison h2 {
    font-size: 20px;
    line-height: 28px;
    color: #00040d;
    padding-block: 10px;
    width: 100%;
    margin: auto;
  }
  .page-layout-1column .columns .column.main .home_car_comparison p {
    font-size: 17px;
    line-height: 28px;
    color: #1d1d1f;
    padding-bottom: 10px;
  }
  .page-layout-1column .columns .column.main .home_car_comparison .primary_cta {
    min-width: 9em;
  }
  .page-layout-1column .columns .column.main .blog_Card .blog_cnt {
    padding: 15px;
  }
  .page-layout-1column .columns .column.main .blog_Card .blog_cnt > a {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .page-layout-1column .columns .column.main .blog_Card .blog_cnt p {
    color: #8C8C8C;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .page-layout-1column .columns .column.main .blog_Card .blog_cnt .read_cta {
    color: #0066CC;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .page-layout-1column .columns .column.main .badges .badge.active .badge_details .badge_icon {
    background-color: #013470;
    outline-color: #013470;
  }
  .page-layout-1column .columns .column.main .badges .badge.active .badge_details .badge_icon svg path {
    fill: #fff;
  }
  .page-layout-1column .columns .column.main .badges .badge.active .badge_details .badge_title {
    font-weight: 500;
    color: #353535;
  }
  .page-layout-1column .columns .column.main .badges .badge .badge_details .badge_icon {
    width: 40px;
    height: 40px;
    outline-offset: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-1column .columns .column.main .main_banner .banner_content {
    max-width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content h1 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content p {
    display: none;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 15px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .primary_cta {
    min-width: 9em;
    justify-content: center;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .primary_cta:hover {
    background-color: #00397B;
    color: #fff;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container select {
    border: 0px;
    outline: none;
    cursor: pointer;
    flex: 1;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container select:nth-child(2) {
    border-inline: 0px solid #e5e5e5;
    border-radius: 0px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container .advance-filter {
    margin-top: 15px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
  }
  .page-layout-1column .columns .column.main select {
    border: 0px;
    background-color: transparent;
    font-size: 17px;
    line-height: 22px;
  }
  .page-layout-1column .columns .column.main .post_Card {
    padding: 15px;
  }
  .page-layout-1column .columns .column.main .post_Card h3 {
    min-width: 48px;
  }
  .page-layout-1column .columns .column.main .post_Card ul {
    min-height: 119px;
  }
  .page-layout-1column .columns .column.main .two_column_block {
    flex-direction: row;
    align-items: baseline;
  }
  .page-layout-1column .columns .column.main .two_column_block .column {
    flex: 1;
    width: 100%;
  }
  .page-layout-1column .columns .column.main .home_car_comparison {
    background-color: rgba(228, 239, 255, 0.5);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    background-image: url(../images/left_Car.webp), url(../images/right_Car.webp);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px, 200px;
  }
  .page-layout-1column .columns .column.main .home_car_comparison h2 {
    width: 60%;
    margin: auto;
  }
  .page-layout-1column .columns .column.main .bdcrum {
    padding-bottom: 5px;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: nowrap;
    justify-content: unset;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_item:after {
    content: "/";
    display: block;
    margin: 0px 3px 0px;
    color: #3B3B3B;
    font-size: 16px;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_item:last-child:after {
    display: none;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_link {
    font-size: 13px;
    line-height: 20px;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_link.active {
    font-size: 13px;
    font-weight: 700;
    color: #3B3B3B;
  }
  .page-layout-1column .columns .column.main .bdcrum .bdcrum_list .bdcrum_link img {
    vertical-align: middle;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .page-layout-1column .columns .column.main .main_banner {
    position: relative;
  }
  .page-layout-1column .columns .column.main .main_banner img {
    width: 100%;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content {
    max-width: 900px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content h1 {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: capitalize;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content p {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 20px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .search-container {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .banner_cta_block {
    padding-top: 20px;
  }
  .page-layout-1column .columns .column.main .main_banner .banner_content .banner_cta_block .primary_cta.banner_cta {
    background: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
  }
  .page-layout-1column .columns .column.main .sell_Car > .primary_title {
    padding-bottom: 30px;
    text-transform: capitalize;
  }
  .page-layout-1column .columns .column.main .post_Card {
    padding: 35px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .page-layout-1column .columns .column.main .post_Card ul li {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
  }
  .page-layout-1column .columns .column.main .post_Card.blue_card {
    background-color: #ECF4FF;
  }
  .page-layout-1column .columns .column.main .post_Card.blue_card h3 {
    font-size: 28px;
    line-height: 36px;
    color: #00397B;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card {
    background-color: rgba(248, 206, 98, 0.14);
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card h3 {
    font-size: 28px;
    line-height: 36px;
    color: #d39904;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .page-layout-1column .columns .column.main .two_column_block {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .page-layout-1column .columns .column.main .home_car_comparison {
    padding: 80px;
    border-radius: 10px;
    text-align: center;
    background-size: 230px, 230px;
  }
  .page-layout-1column .columns .column.main .home_car_comparison h2 {
    font-size: 35px;
    line-height: 46px;
    color: #00040d;
    padding-block: 20px;
    width: 60%;
    margin: auto;
  }
  .page-layout-1column .columns .column.main .home_car_comparison p {
    font-size: 20px;
    line-height: 30px;
    color: #1d1d1f;
    padding-bottom: 20px;
  }
  .page-layout-1column .columns .column.main .home_car_comparison .primary_cta {
    min-width: 14em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
  .page-layout-1column .columns .column.main .post_Card.blue_card {
    background-color: #ECF4FF;
  }
  .page-layout-1column .columns .column.main .post_Card.blue_card h3 {
    font-size: 30px;
    line-height: 38px;
    color: #00397B;
    font-weight: 700;
    padding-bottom: 20px;
    min-height: 0px;
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card {
    background-color: rgba(248, 206, 98, 0.14);
  }
  .page-layout-1column .columns .column.main .post_Card.yellow_card h3 {
    font-size: 30px;
    line-height: 38px;
    color: #d39904;
    font-weight: 700;
    padding-bottom: 20px;
    min-height: 0px;
  }
}
