@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../../fonts/icomoon.eot?6s8n39");
  src: url("../../../fonts/icomoon.eot?6s8n39#iefix") format("embedded-opentype"), url("../../../fonts/icomoon.ttf?6s8n39") format("truetype"), url("../../../fonts/icomoon.woff?6s8n39") format("woff"), url("../../../fonts/icomoon.svg?6s8n39#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-share-active:before {
  content: "\e90a";
  color: #f00;
}

.icon-icon-star-active .path1:before {
  content: "\e90d";
  color: rgb(255, 204, 0);
}

.icon-icon-star-active .path2:before {
  content: "\e90e";
  margin-left: -1.048828125em;
  color: rgb(31, 74, 129);
}

.icon-red-heart:before {
  content: "\e909";
  color: #f00;
}

.icon-icon-sms:before {
  content: "\e907";
  color: #007cc0;
}

.icon-icon-plus:before {
  content: "\e908";
  color: #fff;
}

.icon-slider-fullscreen:before {
  content: "\e906";
  color: #fff;
}

.icon-image:before {
  content: "\e905";
  color: #1f4a81;
}

.icon-share:before {
  content: "\e901";
  color: #03407c;
}

.icon-bell:before {
  content: "\e902";
  color: #03407c;
}

.icon-details-tag:before {
  content: "\e900";
}

.icon-heart:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e942";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.btn {
  padding: 12px 30px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  outline: 0;
}
.btn:hover {
  background: #B8091B;
  color: white;
  border-color: #B8091B;
}
.btn:focus {
  box-shadow: unset;
}
.btn-primary {
  background-color: #1f4a81;
  border-color: #1f4a81;
}
.btn-primary:focus {
  background-color: #1f4a81;
  border-color: #1f4a81;
}
.btn-primary.disabled {
  background-color: #1f4a81;
  border-color: #1f4a81;
  pointer-events: none;
  opacity: 0.8;
}
.btn-secondary {
  background-color: #5282B4;
  border-color: #5282B4;
}
.btn-secondary:focus {
  background-color: #5282B4;
  border-color: #5282B4;
}
.btn-grey-9 {
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-grey-9:focus {
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-grey-9:hover {
  color: white !important;
}

.bg-primary {
  background-color: #1f4a81 !important;
}
.bg-secondary {
  background-color: #5282B4 !important;
}
.bg-primary-light {
  background-color: rgba(31, 74, 129, 0.8);
}
.bg-third {
  background-color: #408EE9;
}
.bg-sixth {
  background-color: #1592E6;
}
.bg-seventh {
  background-color: #9dbde6;
}
.bg-grey-7 {
  background-color: #F2F2F2;
}
.bg-grey-8 {
  background-color: #F5F5F5;
}
.bg-grey-9 {
  background-color: #CFCFCF;
}
.bg-grey-10 {
  background-color: #e1e1e1;
}

.text-primary {
  color: #1f4a81 !important;
}
.text-secondary {
  color: #5282B4 !important;
}
.text-third {
  color: #408EE9;
}
.text-fourth {
  color: #03407C;
}
.text-fifth {
  color: #141414;
}
.text-sixth {
  color: #1592E6;
}
.text-seventh {
  color: #9dbde6;
}
.text-eight {
  color: #215188;
}
.text-grey-1 {
  color: #bbb !important;
}
.text-grey-2 {
  color: #D7D7D7 !important;
}
.text-grey-3 {
  color: #707070 !important;
}
.text-grey-4 {
  color: #373737;
}
.text-grey-5 {
  color: #3f3f3f;
}
.text-grey-6 {
  color: #393939;
}
.text-grey-7 {
  color: #F2F2F2;
}
.text-grey-8 {
  color: #F5F5F5;
}
.text-grey-9 {
  color: #CFCFCF;
}
.text-grey-10 {
  color: #e1e1e1;
}
.text-link:hover {
  text-decoration: underline !important;
  color: #B8091B !important;
}
.text-decoration-underline {
  text-decoration: underline;
}

a.text-link:hover {
  color: #B8091B !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}
.rounded-t-20 {
  border-radius: 20px 20px 0 0;
}
.rounded-b-20 {
  border-radius: 0 0 20px 20px;
}

.rounded-circle-px {
  border-radius: 50px;
}

.font-helvetica {
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
}
.font-segoe {
  font-family: "Segoe UI", "Open Sans", arial;
}
.font-tahome {
  font-family: "Tahoma", "Open Sans", arial;
}
.font-sans {
  font-family: "Source Sans Pro", "Open Sans", arial;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-xs {
  font-size: 0.75rem;
}
.font-sm {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .font-sm {
    font-size: 0.875rem;
  }
}
.font-md {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .font-md {
    font-size: 1rem;
  }
}
.font-lg {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .font-lg {
    font-size: 1.125rem;
  }
}
.font-20 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .font-20 {
    font-size: 1.25rem;
  }
}
.font-xl {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .font-xl {
    font-size: 1.375rem;
  }
}
.font-xxl {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .font-xxl {
    font-size: 1.5rem;
  }
}
.font-30 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .font-30 {
    font-size: 1.875rem;
  }
}

.shadow-primary {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
}
.shadow-secondary {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.shadow-third {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1607843137);
}

.letter-spacing {
  letter-spacing: 1px;
}

.px-g {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .px-g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .px-g {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.p-30 {
  padding: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-20 {
  padding-left: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.p-20 {
  padding: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.p-15 {
  padding: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}

.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.section-margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-margin-bottom {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .section-margin-bottom {
    margin-bottom: 40px;
  }
}

.spinner-hidden .wpcf7-spinner {
  display: none;
}

.transition {
  transition: all 0.3s;
}

.body-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  height: 100vh;
  z-index: 2;
}

.no-zoom {
  touch-action: manipulation;
}
.no-zoom:focus {
  font-size: 1rem;
}

.top-header {
  background-color: #163865;
  border-bottom: 1px solid #4477B8;
}
@media (min-width: 992px) {
  .top-header {
    border-bottom: unset;
  }
}

.header-sale-service-hours-text,
#menu-menu-header-top {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media (min-width: 768px) {
  .header-sale-service-hours-text,
  #menu-menu-header-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

header nav ul li a {
  letter-spacing: 1px;
}

#menu-menu-header-top li {
  display: inline-block;
}
#menu-menu-header-top li:not(:last-child) {
  padding-right: 30px;
}
#menu-menu-header-top li a {
  padding-bottom: 0;
  color: #9DBDE6;
  font-size: 0.875rem;
  font-family: "Segoe UI", "Open Sans", arial;
  font-weight: 300;
}
#menu-menu-header-top li:first-child {
  white-space: nowrap;
}
#menu-menu-header-top li:first-child a {
  background-color: #9dbde6;
  padding: 5px 13px;
  border-radius: 15px;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}
#menu-menu-header-top li:last-child a {
  color: #E6DD26;
}

header .logo-wrapper {
  height: 75px;
}

.menu-menu-01 li .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  width: 230px;
  top: 100%;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  border: 1px solid #D7D7D7;
  border-top: 10px solid #cf2129;
}
.menu-menu-01 li .sub-menu li {
  padding: 14px 18px;
  position: relative;
  width: 100%;
}
.menu-menu-01 li .sub-menu li a {
  padding: 0;
  color: #1f4a81;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  font-weight: bold;
  width: 100%;
  display: inline-block;
  position: relative;
}
.menu-menu-01 li .sub-menu li a:hover {
  color: #CF2129;
}
.menu-menu-01 li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}
.menu-menu-01 li .sub-menu li:hover > a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.menu-menu-01 li .sub-menu:not(.menu-item-has-children > .sub-menu .sub-menu):before {
  content: "";
  position: absolute;
  top: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #CF2129;
  left: 20px;
  width: 20px;
  height: 20px;
}
.menu-menu-01 li .sub-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
}
.menu-menu-01 li {
  position: relative;
}
.menu-menu-01 li:hover > .sub-menu {
  display: block;
}
.menu-menu-01 li:hover > a {
  position: relative;
}
.menu-menu-01 > li:not(:last-child) {
  margin-right: 40px;
}
.menu-menu-01 li.menu-item-has-children > a::after {
  font-family: ETmodules;
  content: "3";
  font-size: 1rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  transition: all 0.3s;
}
.menu-menu-01 li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
  right: 0;
}
.menu-menu-01 > li > a {
  color: white;
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  font-weight: 600;
  line-height: 24px;
  font-size: 0.875rem;
  position: relative;
  /* Ensure proper stacking context */
}
.menu-menu-01 > li > a:hover + .sub-menu {
  display: block;
}
.menu-menu-01 > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
.menu-menu-01 > li:hover > a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: calc(100% + 1rem);
  background-color: #E6DD26;
}

header .main-header-wrapper form.searchform {
  position: relative;
}
header .main-header-wrapper form.searchform::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
header .main-header-wrapper form.searchform input[type=submit] {
  display: none;
}
header .main-header-wrapper form.searchform input[type=text] {
  height: 42px;
  border: 2px solid white;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: transparent;
  text-overflow: ellipsis;
  width: 40px;
}
@media (min-width: 1200px) {
  header .main-header-wrapper form.searchform input[type=text] {
    width: 125px;
  }
}
header .main-header-wrapper form.searchform input[type=text]::placeholder {
  font-weight: bold;
  font-family: "Segoe UI", "Open Sans", arial;
  font-size: 1rem;
  text-transform: uppercase;
  color: transparent;
}
@media (min-width: 1200px) {
  header .main-header-wrapper form.searchform input[type=text]::placeholder {
    color: white;
  }
}
header .main-header-wrapper form.searchbox-activated::before {
  color: #B8091B;
}
header .main-header-wrapper form.searchbox-activated input[type=text] {
  color: #B8091B;
  background-color: white;
  border: 2px solid #B8091B;
}
header .main-header-wrapper form.searchbox-activated input[type=text]::placeholder {
  color: #B8091B;
}

.header-searchbox {
  background: rgba(31, 74, 129, 0.9);
  width: calc(100% - 60px);
  max-width: 1540px;
  border: 1px solid white;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5vw 2.5vw 3.5vw 2.5vw;
  z-index: 100000;
  top: 130px;
}

.header-searchbox-header h2 {
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}

.header-search-box-close {
  border: 3px solid white;
  width: 49px;
  height: 49px;
}

.header-searchbox-body form.searchform {
  position: relative;
}
.header-searchbox-body form.searchform::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: grey;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  pointer-events: none;
}
.header-searchbox-body form.searchform input[type=submit] {
  display: none;
}
.header-searchbox-body form.searchform input[type=text] {
  border: 3px solid #D7D7D7;
  border-radius: 50px;
  width: 100%;
  padding-left: 80px;
  padding-right: 30px;
  height: 4.5vw;
  color: #A4A4A4;
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  font-size: 1.25rem;
  background: white;
}
.header-searchbox-body .search-box-recent-searches > p {
  display: none;
}
.header-searchbox-body .search-box-recent-searches ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header-searchbox-body .search-box-recent-searches li a {
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  font-size: 22px;
  line-height: 26px;
  color: white;
  text-transform: capitalize;
  padding: 0.87vw 1.87vw;
  display: inline-block;
  border: 3px solid white;
  border-radius: 50px;
  transition: all 0.3s;
  font-weight: bold;
}
.header-searchbox-body .search-box-recent-searches li:hover a {
  background-color: #408EE9;
}

.main-header-wrapper .inventory-dropdown-parent .sub-menu {
  min-width: 1000px;
}
.main-header-wrapper .inventory-dropdown-parent .sub-menu > li > a {
  display: none;
}

.inventory-dropdown-container {
  grid-template-columns: 1fr;
  display: grid;
}
@media (min-width: 768px) {
  .inventory-dropdown-container {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.vehicles-types {
  row-gap: 35px;
}

.view-all-inventory-cta {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
}

.hours-and-directions-header .sub-menu {
  width: 500px !important;
  left: -370px;
}
@media (min-width: 1200px) {
  .hours-and-directions-header .sub-menu {
    left: -300px;
  }
}
.hours-and-directions-header > .sub-menu::before {
  left: unset !important;
  right: 50px;
}

.header-hours {
  column-gap: 30px;
}

.active-day-hours span,
.active-day-hours p {
  font-weight: bold;
  color: #CF2129 !important;
}

.nested-popup {
  bottom: 100%;
}

.nested-popup-wrapper:hover > .nested-popup {
  display: block !important;
}

.hours-iframe {
  height: 150px;
  border: 1px solid #707070;
}

.mobile-logo-wrapper {
  width: 80px;
  min-width: 80px;
  height: 56px;
}

.mobile-overflowing-menu {
  white-space: nowrap;
  overflow: scroll;
  display: flex;
}
.mobile-overflowing-menu > nav {
  white-space: nowrap;
}
.mobile-overflowing-menu li a {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
}
.mobile-overflowing-menu li:not(:last-child) {
  margin-right: 30px;
}

.mobile-header-icons a:not(:last-child) {
  margin-right: calc(20px - 1.1vw);
}

.mobile-main-header-wrapper {
  background-image: linear-gradient(#1f4a81, #2874A7);
  gap: 10px;
}

.mobile-header-search input[type=search] + i {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.mobile-header-search input[type=search]::placeholder {
  color: white;
}
.mobile-header-search input[type=search]:focus {
  background-color: white !important;
  color: black !important;
}
.mobile-header-search input[type=search]:focus + i {
  color: black;
}

.header-icon-box {
  display: flex;
}

.mobile-toggler-icon {
  width: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
.mobile-toggler-icon > div {
  background-color: white;
  height: 12px;
}
.mobile-toggler-icon.menu-opened > div {
  background-color: #FFCC00;
}

.toggler-dropdown-wrapper {
  z-index: 2;
  background-image: linear-gradient(#98C6EB, #12324C);
  padding-bottom: 11rem;
}

.quick-routes {
  border-radius: 0 0 40px 40px;
}

.view-quick-routes {
  background-color: #2874A7;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.view-quick-routes i {
  font-size: 1.5rem;
  color: #FFCC00;
  transition: all 0.3s;
  transform: rotate(90deg);
}

.quick-routes-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.quick-route-icon {
  border: 1px solid #B0B0B0;
  background-color: #2EAAFA;
  border-radius: 10px;
  height: 100px;
}

.quick-route-anchor {
  color: #215188;
}

.quick-routes-links-hidden .quick-routes-links {
  height: 0;
  overflow: hidden;
}

.quick-routes-links-active .quick-routes-links {
  height: auto;
  overflow: visible;
}
.quick-routes-links-active .view-quick-routes i {
  transform: rotate(-90deg);
}

.mobile-main-header-sticky,
.header-main-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  max-width: 1600px;
}

.main-header-sticky,
.mobile-main-header-sticky {
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 9;
  max-width: 1600px;
  transition: all 0.4s;
}

.logged-in .main-header-sticky.active {
  top: 32px;
}

.logged-in .mobile-main-header-sticky.active {
  top: 0;
}

@media (min-width: 601px) {
  .logged-in .mobile-main-header-sticky.active {
    top: 32px;
  }
}
.main-header-sticky.active,
.mobile-main-header-sticky.active {
  top: 0;
}

.header-pages-cards {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .header-pages-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.header-page-card {
  height: 175px;
}
.header-page-card .page-card-img-wrapper {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 105px;
}
.header-page-card img {
  width: auto;
  object-fit: contain;
}
.header-page-card .page-card-title {
  color: #215188;
}

#header-wrapper {
  position: relative;
  z-index: 1000;
}

.page-back-history {
  width: 40px;
  height: 40px;
}

.page-spaned-card {
  grid-column: 1/2 span;
}
@media (min-width: 768px) {
  .page-spaned-card {
    grid-column: 1/3 span;
  }
}

.header-icon-box-clock.active i {
  background-color: #ffcc00;
  border-radius: 50px;
  color: #2874A7;
}
.header-icon-box-clock.active span {
  color: #ffcc00;
}

.hours-tooltip-container {
  border: 1px solid #141414;
  border-top: 10px solid #cf2129;
}

.popover.bs-popover-bottom .popover-body {
  padding: 0;
  border-radius: 0;
}

.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #CF2129;
}

.header-sale-service-tooltip {
  top: 65px;
  width: auto;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  border-top: 10px solid #CF2129;
  display: none;
  min-width: 450px;
}
@media (min-width: 1200px) {
  .header-sale-service-tooltip {
    min-width: 550px;
  }
}
.header-sale-service-tooltip::before {
  content: "";
  position: absolute;
  top: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #CF2129;
  left: 20px;
}

.header-sale-service-hours-wrapper:hover > .header-sale-service-tooltip,
.header-sale-service-hours-wrapper:hover > .header-sale-service-tooltip:hover {
  display: block;
}

div.rank-math-breadcrumbs-row {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  div.rank-math-breadcrumbs-row {
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  div.rank-math-breadcrumbs-row {
    padding: 20px 30px;
  }
}

nav[aria-label=breadcrumbs] {
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  line-height: 14px;
}
nav[aria-label=breadcrumbs] a,
nav[aria-label=breadcrumbs] span {
  color: #000;
  font-size: "Helvetica Neue", "Roboto", "Open Sans";
  font-weight: bold;
  font-size: 1rem;
}
nav[aria-label=breadcrumbs] a:hover {
  border-bottom: 1px solid #1f4a81;
  color: #1f4a81;
}
nav[aria-label=breadcrumbs] span.separator {
  margin: 0 8px 0 5px;
}

.content-page-banner {
  height: 380px;
  background-color: #00214a;
  background-clip: content-box;
}
@media (min-width: 768px) {
  .content-page-banner {
    height: 255px;
  }
}
.content-page-banner .position-absolute {
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}
@media (min-width: 768px) {
  .content-page-banner .position-absolute {
    width: calc(100% - 96px);
    left: 48px;
    transform: unset;
  }
}
@media (min-width: 992px) {
  .content-page-banner .position-absolute {
    top: 25px;
    left: 60px;
    width: 50%;
  }
}
.content-page-banner h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-page-banner h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.content-page-banner p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .content-page-banner p {
    font-size: 1.125rem;
  }
}

.content-page-container {
  padding: 25px 30px;
}
@media (min-width: 768px) {
  .content-page-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .content-page-container {
    padding: 40px 60px;
  }
}

.home-hero-slider:not(.slick-initialized) {
  max-height: 512px;
  min-height: 247px;
  overflow: hidden;
}

.home-hero-slider.slick-initialized {
  overflow: visible;
}
.home-hero-slider.slick-initialized .slick-list {
  max-height: 512px;
  min-height: 247px;
  overflow: hidden;
}

.durango-history {
  top: 45%;
  width: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .durango-history {
    width: 92%;
    top: 25%;
    transform: unset;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .durango-history {
    top: 170px;
    width: 50%;
    padding-left: 30px;
    left: unset;
  }
}
@media (min-width: 1000px) {
  .durango-history {
    top: 70px;
  }
}
@media (min-width: 1400px) {
  .durango-history {
    top: 120px;
  }
}
.durango-history p {
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .durango-history p {
    text-align: left;
    font-size: 1.3vw;
  }
}
@media (min-width: 1200px) {
  .durango-history p {
    font-size: 1.125rem;
  }
}

.durango-history-cta a {
  background-color: #5282B4;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
@media (min-width: 768px) {
  .durango-history-cta a {
    font-size: 1.3vw;
  }
}
@media (min-width: 1200px) {
  .durango-history-cta a {
    font-size: 1.125rem;
  }
}

.testimonials-slider .slick-list {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.testimonials-slide {
  padding: 16px 15px 30px 10px;
}
@media (min-width: 768px) {
  .testimonials-slide {
    padding: 30px 15px 50px 15px;
  }
}

.testimonials-rating-star {
  color: #e6dd26;
}
.testimonials-rating-star:not(:last-child) {
  margin-right: 10px;
}

.testimonials-slider .slick-track {
  display: flex;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  color: #1F4A81;
  font-size: 40px;
}

.testimonials-slider .slick-prev {
  transform: rotate(180deg);
}

.leave-review {
  padding: 10px 35px;
}

.maintain-loyalty-text-content {
  background-color: #ececec;
  padding: 30px 10px 30px 10px;
}
@media (min-width: 768px) {
  .maintain-loyalty-text-content {
    padding: 30px 120px 30px 45px;
  }
}
.maintain-loyalty-text-content p {
  line-height: 40px;
}

.maintain-divider {
  height: 1px;
  width: 30%;
}

.maintain-loyalty-slide-image {
  height: 250px;
}
@media (min-width: 768px) {
  .maintain-loyalty-slide-image {
    height: 350px;
  }
}

.maintain-loyalty-slide h3 {
  background-color: #ECECEC;
}

.maintain-loyalty-slider-wrapper .slick-dots {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  display: block !important;
  padding: 0;
  width: fit-content;
  bottom: unset !important;
}
@media (min-width: 768px) {
  .maintain-loyalty-slider-wrapper .slick-dots {
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    width: fit-content;
    left: -40px;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .maintain-loyalty-slider-wrapper .slick-dots li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.automotive-navbar-pill {
  background-color: #3770B8;
  color: white;
}
.automotive-navbar-pill.active {
  background-color: #e6dd26;
  color: black;
  font-weight: bold;
}

.swiper-slide-arr-container > div::after {
  display: none;
}

.swiper-slide-arr-container > div i {
  font-size: 40px;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.automotive-needs-thumbnail-image {
  height: 213px;
}

.automotive-needs-thumbnail-image img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.automotive-needs-heading {
  color: #FFCC00;
}

.tooltip-hours {
  z-index: 10;
  width: auto;
  min-width: 250px;
  border-top: 10px solid #CF2129;
  left: -220px;
  top: 40px;
  border-radius: 6px;
  display: none;
}
.tooltip-hours::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 9px;
  width: 5px;
  height: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1f4a81;
}
.tooltip-hours-container:hover .tooltip-hours {
  display: block;
}

#home-cardflow-sec .swiper-slide-shadow-left,
#home-cardflow-sec .swiper-slide-shadow-right {
  background-image: none;
  background: rgba(255, 255, 255, 0.7);
}

#home-cardflow-sec .swiper-slide {
  width: 400px;
  padding: 20px 23px 32px 23px;
}

@media (max-width: 450px) {
  #home-cardflow-sec .swiper-slide {
    width: calc(100% - 50px);
  }
}
@media (max-width: 450px) {
  .automotive-needs-link {
    font-size: 16px !important;
    padding: 10px !important;
  }
}
@media (max-width: 400px) {
  .automotive-needs-link {
    font-size: 14px !important;
  }
}
.swiper-pagination.swiper-pagination-clickable span {
  margin: 0 5px !important;
  padding: unset;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50px;
  transition: all 0.5s;
  border: 2px solid #5282b3;
  opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #5282b3;
  border: 2px solid #5282b3;
}

.swiper-pagination.swiper-pagination-clickable span {
  opacity: 1;
}

.help-automotive-needs-heading {
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  font-weight: bold;
  color: #1f4a81;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .help-automotive-needs-heading {
    font-family: "Segoe UI", "Open Sans", arial;
    color: #707070;
    font-size: 1.875rem;
  }
}

.automotive-vehicle-image {
  z-index: 2;
}
.automotive-vehicle-image img {
  pointer-events: none;
  transform: scale(1.6);
  left: -50px;
}

@media (min-width: 1100px) {
  .swiper-button-next {
    right: 40px !important;
  }
  .swiper-button-prev {
    left: 40px !important;
  }
}
@media (min-width: 980px) and (max-width: 1100px) {
  .swiper-button-next {
    right: 25px !important;
  }
  .swiper-button-prev {
    left: 25px !important;
  }
}
.get-in-touch iframe {
  min-height: 400px;
}
@media (min-width: 992px) {
  .get-in-touch iframe {
    min-height: 100%;
    height: 100%;
  }
}

.quick-inquire-column textarea {
  height: 140px;
  resize: none;
}

.company-showcase-column:hover .video-floating-icon {
  opacity: 1 !important;
}

.company-showcase-overlay {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 30px);
}

.company-showcase-video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
}

#home-recent-post-scroller .xs-padding-bottom-20 {
  padding-bottom: 0 !important;
}

.contextual-mobile-popup-wrapper {
  top: 0;
  left: 0;
  z-index: 99999;
}
.contextual-mobile-popup__overlay {
  z-index: 2;
  background-color: rgba(32, 14, 50, 0.62);
}
.contextual-mobile-popup__content a {
  height: 80vh;
  width: 100%;
  z-index: 2;
}
.contextual-mobile-popup__inner-content {
  width: 90%;
}
.contextual-mobile-popup__close {
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 5;
}

.manager-special-card {
  border: 2px solid rgba(112, 112, 112, 0.3137254902);
  box-shadow: 0 3px 20px rgba(112, 112, 112, 0.3137254902);
  padding: 30px 15px 100px;
}

.manager-special-thumbnail {
  height: 255px;
}
.manager-special-thumbnail .position-absolute {
  background-color: #ecd95a;
  padding: 7px 30px 7px 10px;
  border-radius: 0 20px 20px 0;
  top: -19.5px;
  left: 0;
}

.manager-special-view-vehicle {
  background-color: #234a82;
  bottom: 20px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
}

.color-filter-pills {
  height: 50px;
  width: 50px;
}

.color-filter-pills[data-color=other] {
  background-color: #f0f8ff;
  border: 1px solid black;
}

.color-filter-pills[data-color=white],
.color-filter-pills[data-color=ceramic],
.color-filter-pills[data-color=ivory] {
  border: 1px solid black;
}

.disabled-filter-option {
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.compare-listings__wrapper-open {
  bottom: 15px;
}

.hideCompareCheckbox .chk-compare:not(:checked) {
  display: none;
}

.chk-compare:disabled,
.compare-listings__card-remove span:disabled,
.compare-listings__remove-all:disabled,
.compare-listings__close:disabled {
  opacity: 0.9;
  pointer-events: none;
}

.listing-image-slider .card-thumbnail {
  object-fit: contain;
  background-size: contain;
  background-position: center;
  height: 257px;
}
@media (min-width: 576px) {
  .listing-image-slider .card-thumbnail {
    height: 410px;
  }
}
@media (min-width: 768px) {
  .listing-image-slider .card-thumbnail {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .listing-image-slider .card-thumbnail {
    height: 252px;
  }
}
@media (min-width: 1200px) {
  .listing-image-slider .card-thumbnail {
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .listing-image-slider .card-thumbnail {
    height: 270px;
  }
}

.manager-specials-card {
  background: #d70000;
  background: linear-gradient(180deg, #d70000 0%, #a20606 100%);
  letter-spacing: 1px;
}

.managers-specials-badge {
  height: 31px;
}

.recently-viewed-card {
  background: #ffde00;
  background: linear-gradient(180deg, #ffde00 0%, #e6cd26 100%);
  letter-spacing: 1px;
}

.recently-viewed-card.active {
  padding: 5px !important;
  height: auto;
  border: 2px solid #bbb;
  border-radius: 3px;
  background: linear-gradient(0, rgba(112, 112, 112, 0.6666666667), white);
  font-weight: bolder !important;
  height: auto !important;
}

.listing-card-wrapper {
  border: 2px solid #D7D7D7;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
}

.card-content-wrapper .icon-heart {
  font-size: 1.25rem;
}
.card-content-wrapper .card-vehicle-liked {
  width: 21px;
}

.card-color-ball {
  width: 25px;
  height: 25px;
  border: 1px solid #D7D7D7;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
}

.inventory-products-bar__compare-listing {
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: fit-content;
  top: 0;
  right: 0;
}
.inventory-products-bar__compare-listing input {
  width: 17px;
  height: 17px;
  appearance: none;
  border: 2px solid #D7D7D7;
}
.inventory-products-bar__compare-listing input::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.inventory-products-bar__compare-listing input:checked::before {
  display: block;
}

.list-view-inventory > .col-12 {
  max-width: 100%;
  flex: 100%;
}
.list-view-inventory .listing-card-wrapper {
  display: flex;
}
.list-view-inventory .listing-card-wrapper > .card-image-wrapper {
  width: 40%;
}
.list-view-inventory .listing-card-wrapper > .card-content-wrapper {
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-view-inventory .listing-card-wrapper .listing-image-slider {
  height: 80%;
}

.card-image-wrapper.active {
  height: auto;
}
.card-image-wrapper.active .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.card-image-wrapper.active {
  width: 35%;
  position: relative;
}

.card-content-wrapper.active {
  width: 65%;
}

.vehicle-title-wrapper.active {
  height: auto;
  margin-bottom: 0;
}
.vehicle-title-wrapper.active h2,
.vehicle-title-wrapper.active .listview-visible {
  width: 50%;
}

.vehicle-meta-wrapper.active {
  height: auto;
  margin: 0;
}
.vehicle-meta-wrapper.active > .w-50:first-child {
  width: 60% !important;
}
.vehicle-meta-wrapper.active > .w-50:last-child {
  width: 40% !important;
}
.vehicle-meta-wrapper.active .w-50:first-child .d-flex:not(:first-child) {
  column-gap: 1rem;
}
.vehicle-meta-wrapper.active .w-50:first-child .d-flex:not(:first-child) span:first-child {
  display: inline-block;
  min-width: 100px;
}
.vehicle-meta-wrapper.active .w-50:first-child .d-flex:not(:first-child) > span:last-child {
  font-weight: bold !important;
}

.vehicle-stickers-container.listview-visible {
  row-gap: 10px;
}
.vehicle-stickers-container.listview-visible > a {
  width: 70% !important;
}

.listview-price {
  column-gap: 30px;
}

@media (min-width: 576px) {
  .vehicle-title-wrapper {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .vehicle-title-wrapper {
    height: 70px;
  }
}
.vehicle-title-wrapper h2 {
  line-height: 2rem;
}

.vehicle-meta-wrapper {
  height: 102px;
}

.vehicle-price-wrapper {
  height: 18px;
}
@media (min-width: 768px) {
  .vehicle-price-wrapper {
    height: 20px;
  }
}

.vehicle-cta-wrapper {
  height: 25px;
}

.vehicle-stickers-wrapper {
  height: 75px;
}
@media (min-width: 992px) {
  .vehicle-stickers-wrapper {
    height: 64px;
  }
}

.listing-image-slider-inner .inventory-slick-arrow.slick-prev,
.listing-image-slider-inner .inventory-slick-arrow.slick-next {
  z-index: 9;
  background-color: transparent;
  color: #36454f;
  font-size: 1.1rem;
}
.listing-image-slider-inner .slick-dots {
  flex-wrap: wrap;
  width: 100%;
  bottom: -1.3rem !important;
  padding-left: 0;
}
.listing-image-slider-inner .slick-dots li {
  width: 11px;
  height: 11px;
  margin-bottom: 5px;
}
.listing-image-slider-inner .slick-dots li.slick-active button {
  background-color: #6c6c6c !important;
  border: 1px solid #707070 !important;
}
.listing-image-slider-inner .slick-dots li button {
  width: 11px !important;
  height: 11px !important;
  background-color: #dcdcdc !important;
  border: 1px solid #dcdcdc !important;
}

.inventory-products-bar__compare-listing input {
  width: 17px;
  height: 17px;
  appearance: none;
  border: 2px solid #D7D7D7;
}
.inventory-products-bar__compare-listing input::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.inventory-products-bar__compare-listing input:checked::before {
  display: block;
}

.details-action-icon:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .details-action-icon:not(:last-child) {
    margin-right: 35px;
  }
}

.filter_pills {
  border: 1px solid #CFCFCF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.filter_pills:hover {
  background-color: #B8091B;
  color: white;
  border-color: #B8091B;
}

.show-all-filters:hover {
  color: #B8091B;
}

.slider-cta {
  bottom: 15px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.slider-images-counter {
  border: 1px solid #707070;
  padding: 8px 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

.listing-thumbnail-image-slider .slick-slide {
  height: 120px;
}

.listing-thumbnail-image-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.listing-thumbnail-image-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-thumbnail-slider-wrapper .slick-list {
  margin: 0 -30px;
}
.listing-thumbnail-slider-wrapper .slick-slide {
  margin: 0 15px;
}

.see-all-images {
  right: 0;
  z-index: 1;
  background-color: rgba(6, 6, 6, 0.8);
  border: 1px solid #707070;
  width: calc((100% - 60px) / 3);
}
@media (min-width: 768px) {
  .see-all-images {
    width: calc((100% - 120px) / 5);
  }
}

.hide-all-images {
  z-index: 1;
  width: calc((100% - 120px) / 5);
  background-color: rgba(6, 6, 6, 0.8);
  border: 1px solid #707070;
}

.listing-thumbnail-image-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .listing-thumbnail-image-slider:not(.slick-initialized) {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
.listing-thumbnail-image-slider:not(.slick-initialized) .hide-all-images {
  height: 103px;
}

.meta-values-container .col-12 span {
  flex: 1;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.meta-values-container .col-12 > span:first-child {
  width: 25%;
}
.meta-values-container .col-12 > span:last-child {
  width: 75%;
  white-space: nowrap;
}

.certified-badge-container {
  gap: 30px;
}
.certified-badge-container * {
  width: 100%;
}
@media (min-width: 992px) {
  .certified-badge-container * {
    width: 33%;
  }
}
.certified-badge-container a {
  border: 1px solid #C4C4C4;
  background-color: #E1E1E1;
  padding: 10px 5px;
  text-decoration: underline;
}

.description-box {
  border: 1px solid #E2E2E2;
}

@media (min-width: 768px) {
  .vdp-accordion {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  }
}
.vdp-accordion .card-header {
  border: 1px solid #707070;
}
.vdp-accordion .card-body {
  border: 1px solid #C9C9C9;
}
.vdp-accordion table {
  flex: 1;
}
@media (min-width: 768px) {
  .vdp-accordion .accordion-tables-container {
    gap: 30px;
  }
}
.vdp-accordion .card-header[aria-expanded=false] .fa-minus {
  display: none;
}
.vdp-accordion .card-header[aria-expanded=true] .fa-plus {
  display: none;
}

.sticky-form-price {
  color: #007CC0;
}

.sticky-lead-form-invert .fa-plus {
  background-color: #007CC0;
}

.upgrade-vehicle {
  border: 1px solid #E1E1E1;
}

.tabs-pills-divider {
  height: 25px;
  width: 1px;
  background-color: #707070;
}

.vehicle-thumbnail {
  width: 35%;
}
.vehicle-thumbnail img {
  width: 100%;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
  object-fit: contain;
}
.vehicle-thumbnail .vehicle-liked-icon {
  top: 7px;
  left: 7px;
  width: 25px;
  height: auto;
  box-shadow: unset;
}

.vehicle-content {
  width: 65%;
}

.remove-recent-view {
  right: 0;
  bottom: 0;
}

.beyondValueAccordion .card,
.vehicle-tabs-boxes,
.see-more-service-accessories,
.search-query-container,
.compare-box-container {
  border: 1px solid #E1E1E1;
}

.vehicle-tabs-boxes {
  border-bottom: unset;
}
.vehicle-tabs-boxes + div {
  border: 1px solid #e1e1e1;
  border-top: unset;
}

.sidebar-accordion-header[aria-expanded=true] .chevron-icon {
  transform: rotate(180deg);
}

.feature-card {
  border: 1px solid #CFCFCF;
}

.top-searches-container p {
  display: none;
}
.top-searches-container ul {
  display: flex;
  flex-wrap: wrap;
}
.top-searches-container ul li {
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  padding: 5px 10px;
  background-color: #F5F5F5;
  color: #1f4a81;
  font-weight: bold;
  font-family: "Segoe UI", "Open Sans", arial;
  margin-right: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.meta-values-row {
  row-gap: 20px;
}

.accordion-card-thumbnail {
  width: 140px;
  flex: 1;
}
.accordion-card-thumbnail + div {
  flex: 1;
}

.detail-bar-action-icons {
  overflow: hidden;
}
@media (min-width: 992px) {
  .detail-bar-action-icons {
    overflow: visible;
  }
}

.detail-bar-action-icons img {
  width: 30px;
  min-width: 30px;
}

.filter-pills-cta {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter-pills-inner-wrapper {
  width: 90%;
}

.filter-pills-inner-wrapper li {
  display: flex;
}

.filter-pills-inner-wrapper li:nth-last-child(-n+2) {
  display: none;
}

.more-cars-found {
  color: #CC0000;
  white-space: pre;
}

.compare-another-vehicle-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}

.liked-vehicle-card {
  padding-bottom: 80px;
}

.liked-vehicle-availability {
  bottom: 0;
}

.remove-liked-view {
  bottom: 70px;
  right: 0;
}

.seperate-recommended-vehicles-card {
  display: none;
}

.recent-view-active #beyondValueAccordion,
.recent-view-active #productProtectionAccordion,
.recent-view-active #serviceAccessoriesAccordion,
.recent-view-active .my-garage-tab-wrapper {
  display: none;
}
.recent-view-active .seperate-recommended-vehicles-card {
  display: block;
}

.liked-vehicles-active #beyondValueAccordion,
.liked-vehicles-active #productProtectionAccordion,
.liked-vehicles-active #serviceAccessoriesAccordion,
.liked-vehicles-active .search-query-container,
.liked-vehicles-active .my-garage-tab-wrapper {
  display: none;
}

.more-vehicle-form-box {
  border: 1px solid #1592E6;
  border-radius: 10px;
}

.more-vehicles-btn-wrapper {
  gap: 50px;
}

.more-vehicle-details .vehicle-more-container {
  display: block;
}
.more-vehicle-details .custom-lead-capture-form,
.more-vehicle-details .vehicle-share-form {
  display: none;
}

.share-vehicle-active .vehicle-more-container,
.share-vehicle-active .custom-lead-capture-form {
  display: none;
}
.share-vehicle-active .vehicle-share-form {
  display: block;
}

.sidebar__form.share-vehicle-active .vehicle-more-container {
  display: none;
}
.sidebar__form.share-vehicle-active .custom-lead-capture-form {
  display: none;
}

.sidebar__form:not(.share-vehicle-active):not(.more-vehicle-details) .custom-lead-capture-form {
  display: block;
}
.sidebar__form:not(.share-vehicle-active):not(.more-vehicle-details) .vehicle-share-form,
.sidebar__form:not(.share-vehicle-active):not(.more-vehicle-details) .vehicle-more-container {
  display: none;
}

.vehicle-share-form a,
.vehicle-share-form button {
  border: 1px solid #e3e3e3;
}

.vehicle-share-form button {
  background-color: #B8091B;
  border: 1px solid #707070;
}

.text-reveal-container,
.text-to-reveal {
  transition: all 0.3s;
}

.text-to-reveal {
  width: 0;
  right: 0;
}

.lightbox-slider-wrapper {
  z-index: 100000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: 100vh;
  transition: all 0.35s;
}
.lightbox-slider-wrapper .listing-image-slider-wrapper .slick-list {
  height: fit-content;
}
.lightbox-slider-wrapper .listing-thumbnail-image-slider .slick-list {
  height: fit-content;
  background-color: white;
  padding: 15px;
}
.lightbox-slider-wrapper .listing-image-slider-wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.lightbox-slider-wrapper .see-all-images {
  display: none !important;
}

.lightbox-slider-hidden {
  transform: scale(0) translateX(-50%);
}

.lightbox-slider-active {
  transform: scale(1) translateX(-50%);
}

.lightbox-slider-overlay {
  background-color: black;
  top: 0;
  left: 0;
  z-index: 0;
}

.lightbox-slider-innercontainer {
  display: flex;
  align-items: center;
  height: 100%;
}

.lightbox-image-slider .slick-prev {
  left: 0;
}

.lightbox-image-slider .slick-next {
  right: 0;
}

.lightbox-image-slider {
  height: 50vh;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .lightbox-image-slider {
    height: 60vh;
    width: 100%;
  }
}
.lightbox-image-slider .slick-track,
.lightbox-image-slider .slick-list {
  height: 100%;
}
.lightbox-image-slider .lightbox-image-slide img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
}

.lightbox-thumb-slider-wrapper {
  bottom: 0;
  padding: 1rem;
}

.close-slider-lightbox {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  border: 1px solid white;
  border-radius: 50px;
  right: 50px;
  top: 50px;
  z-index: 5;
}

.listing-thumbnail-slider-wrapper .listing-thumbnail-image-slider.slick-initialized .slider-counter-wrapper {
  display: none;
}

.feature-block {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .feature-block {
    margin-bottom: 30px;
  }
}

.single-listings {
  /* Add checkboxes using ::before pseudo-element */
  /* Add checked state for checkboxes */
}
.single-listings .select2-container--default .select2-results__option {
  padding-left: 35px;
  position: relative;
}
.single-listings .select2-container--default .select2-results__option::before {
  content: "☐";
  color: black;
  font-size: 1.1rem;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.single-listings .select2-container--default .select2-results__option[aria-selected=true]::before,
.single-listings .select2-container--default .select2-results__option--selected::before {
  content: "☑";
  color: white;
}

.select2-dropdown + span {
  width: 100%;
  display: block;
}

.select2-search__field {
  transform: translateY(-2px);
  height: 21px !important;
}

.select2-search__field::placeholder {
  color: #393939;
}

.my-garage-wrapper .select2-selection--multiple {
  border-radius: 0;
  border-color: #707070;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  min-height: 36px;
}
.my-garage-wrapper .select2-selection--multiple .select2-search--inline::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
  color: #1f4a81;
  font-size: 1rem;
}

.garage-ball {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #707070;
  cursor: pointer;
}
.garage-ball.garage-ball-active {
  background-color: #FFCC00;
}

#sales-team-note {
  height: 130px;
}

span[data-name=garage-price-value],
span[data-name=mygarage-timestamp] {
  display: none;
}

.select2-container--open ul li.select2-results__option--selected {
  background-color: #FFCC00;
  color: black;
}

.my-garage-wrapper input:not([type=submit]) {
  font-size: 1.25rem !important;
  font-family: "Inter", sans-serif !important;
  color: #1f4a81 !important;
  padding: 0.5rem !important;
  font-style: normal;
}
.my-garage-wrapper input[type=submit] {
  padding: 12px 30px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  outline: 0;
  background-color: #1f4a81;
  border-color: #1f4a81;
  font-style: normal;
}
.my-garage-wrapper input[type=submit]:hover {
  background-color: #B8091B !important;
  color: #fff;
}
.my-garage-wrapper input.VDP_range-filters {
  border: unset !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}

#sidebar input[type=search],
.blog #sidebar input[type=search]::placeholder {
  text-transform: capitalize;
  font-weight: lighter;
  border: 2px solid #e8e8e8;
  box-shadow: 2px 2px 3px #e8e8e8;
  border-radius: 4px;
  height: 50px !important;
  background: white;
  position: relative;
}

.custom-blog-post-side-heading,
#custom-blog-post-side-heading {
  background: #234a82;
  color: white;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0;
}

#sidebar .widget_search button[type=submit] {
  display: none;
}
#sidebar .widget_search form {
  position: relative;
}
#sidebar .widget_search form::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background: url(/wp-content/themes/divi-child/assets/images/blog-search.png);
  width: 18px;
  height: 20px;
  opacity: 0.7;
  background-size: cover;
  background-position: center;
  z-index: 1;
  right: 10px;
}

#sidebar .widget_block:not(:last-child) {
  margin-bottom: 30px;
}

#sidebar .wp-block-heading {
  background: #234a82;
  color: white;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0;
}

#sidebar .widget_categories {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #234a82;
}

#sidebar #block-10 {
  margin-bottom: 0;
}

#sidebar .widget_categories .wp-block-categories-list li {
  padding: 0.7em 0 0.7em 1.6em;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
#sidebar .widget_categories .wp-block-categories-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50px;
  opacity: 0.7;
  z-index: 1;
  background-size: cover;
}
#sidebar .widget_categories .wp-block-categories-list li a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.single-post .container::before {
  display: none;
}

@media (min-width: 992px) {
  .listing-options .btn {
    font-size: 1.125rem;
    border-width: 2px;
  }
}
.listing-options .btn:first-child {
  border-radius: 10px 10px 0 0;
}

.listing-options .btn:last-child {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 576px) {
  .listing-options .btn:first-child {
    border-radius: 0;
  }
  .listing-options .btn:last-child {
    border-radius: 0;
  }
  .listing-options .btn {
    width: 25% !important;
  }
}
hr {
  border: 1px solid #bbb;
}

.leave-review .popup-close {
  right: -13px;
  top: 0;
}
.leave-review .popup-close:hover i {
  color: #1f4a81;
}

.sidebar-close-icon {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.home-video-row-form-column textarea {
  height: 130px;
  resize: none;
}

#home-video-section video {
  height: 100% !important;
  object-fit: contain;
}

.car-service__popup-content ul {
  list-style: disc;
}
.car-service__popup-content ul ul {
  list-style: circle;
}
.car-service__popup-content li {
  line-height: 28px;
}
.car-service__popup-content.interior-auto-detail-class .car-service__popup-plans h3:first-child, .car-service__popup-content.exterior-detail-class .car-service__popup-plans h3:first-child {
  display: none;
}
.car-service__popup-content.interior-auto-detail-class .car-service__cta, .car-service__popup-content.exterior-detail-class .car-service__cta {
  clear: both;
}
.car-service__popup-content.interior-auto-detail-class ul:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .car-service__popup-content.interior-auto-detail-class ul:first-child {
    float: left;
    width: 50%;
  }
}
.car-service__popup-content.add-on-class .car-service__popup-plans ul {
  list-style: none;
}
.car-service__popup-content.add-on-class .car-service__popup-plans ul li:last-child {
  clear: both;
}
.car-service__popup-content.add-on-class .car-service__popup-plans ul li:first-child {
  color: #B8091B;
  font-weight: bold;
}

.pdf-embed-row iframe {
  min-height: 900px;
}

.company-logo-image {
  width: 200px;
}
.company-logo-image img {
  object-fit: contain;
}

.list-view-block,
.list-view-flex {
  display: none;
}

.vehicle-title {
  height: 68px;
}

.list-view-inventory .vehicle-title {
  margin-top: 0 !important;
}

.list-view-inventory .list-view-block {
  display: block;
}

.list-view-inventory .list-view-flex {
  display: flex;
}

.list-view-inventory .list-view-none {
  display: none;
}

.list-view-inventory .inventory-meta-info {
  width: 70%;
  display: flex;
  padding-left: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.list-view-inventory .inventory-meta-info > div {
  width: 50%;
}

.list-view-inventory .meta-info-2 {
  position: relative;
}

.list-view-inventory .inventory-products-bar__left-listing-info > div {
  justify-content: flex-start !important;
  row-gap: 30px;
}

.list-view-inventory .inventory-products-bar__left-listing-info > div p:first-child {
  min-width: 80px;
}

.list-view-inventory .inventory-products-bar__left-listing-info .left-listing-info-text {
  font-weight: bold;
}

@media (min-width: 981px) {
  .filterbar-sticky {
    position: sticky;
    overflow-y: scroll;
    height: 100vh;
    max-height: 100vh;
    top: 140px;
    padding-right: 15px;
  }
}

.contact-parts-form textarea {
  width: 100%;
}

.vehicle-types > span {
  margin: 0;
}

.vehicle-types > span > label {
  display: flex;
  align-items: center;
}

.vehicle-types .wpcf7-list-item-label {
  min-width: 120px;
  padding-left: 15px;
}

.contact-parts-form span[data-name=contact-method] label {
  display: flex;
}

.contact-parts-form input[type=checkbox] {
  margin-left: 0;
  width: auto !important;
  margin-right: 8px;
}

.variable-width {
  width: 100%;
}
@media (min-width: 768px) {
  .variable-width {
    width: 50%;
  }
}

.beyond-card-inner {
  border: 1px solid #F2F2F2;
  border-radius: 20px;
}

.beyond-heading {
  font-size: 30px;
}

.beyond-media-gallery {
  padding: 0;
}
@media (min-width: 1200px) {
  .beyond-media-gallery {
    padding: 0 4rem;
  }
}
.beyond-media-gallery .slick-arrow {
  width: auto;
  height: auto;
}
.beyond-media-gallery .slick-arrow img {
  filter: unset;
  width: 50px;
  height: 50px;
}
.beyond-media-gallery .slick-list {
  padding-bottom: 10px;
  margin: 0 -15px;
}
.beyond-media-gallery .slick-list,
.beyond-media-gallery .slick-track {
  display: flex;
}
.beyond-media-gallery .slick-prev {
  left: 0;
}
.beyond-media-gallery .slick-next {
  right: 0;
}
.beyond-media-gallery .slick-prev img {
  transform: unset;
}
.beyond-media-gallery .slick-slide {
  margin: 0 15px;
  position: relative;
}

.media-card {
  border-radius: 10px;
}

.media-card-thumbnail {
  height: 220px;
}
.media-card-thumbnail img {
  border-radius: 20px 20px 0 0;
}
.media-card-thumbnail span {
  width: 100px;
  height: 100px;
  border: 3px solid white;
}
.media-card-thumbnail i {
  font-size: 40px;
}

.media-card-content {
  border-radius: 0 0 20px 20px;
  padding-bottom: 90px;
}

.media-card-cta {
  background-color: #5282B4;
}

.media-gallery-cta {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.beyond-form input,
.beyond-form textarea {
  font-size: 15px;
  font-family: "Helvetica Neue", "Roboto", "Open Sans";
  text-transform: uppercase;
  outline: none;
  border-radius: 20px;
  border: 1px solid #F2F2F2 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 20px !important;
  font-style: normal;
  background-color: white;
  color: #7D7D7D !important;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .beyond-form input,
  .beyond-form textarea {
    color: #1f4a81 !important;
  }
}
.beyond-form input::placeholder,
.beyond-form textarea::placeholder {
  color: #1f4a81 !important;
}
.beyond-form input:focus,
.beyond-form textarea:focus {
  border-color: #5282B4 !important;
}
@media (max-width: 575.98px) {
  .beyond-form input:focus,
  .beyond-form textarea:focus {
    color: #7D7D7D;
  }
}
.beyond-form textarea {
  height: 150px;
  resize: none;
  line-height: 24px;
  letter-spacing: 1px;
}
.beyond-form input[type=submit] {
  outline: none;
  border: none !important;
  background: #5282B4 !important;
  border-radius: 20px;
  padding: 14px 40px !important;
  font-family: var(--helvetica-font);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 23px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-style: normal;
}

.feature-box-element, .feature-box-title {
  border-radius: 0 0 20px 20px;
}
.feature-box-title {
  position: absolute;
  background-color: rgba(64, 142, 233, 0.8);
  bottom: 8px;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-box-title:hover {
  background-color: #B8091B;
}
.feature-box-beyond-title.feature-box-title {
  background-color: #408EE9;
}
.feature-box-beyond-title.feature-box-title:hover {
  background-color: #B8091B;
}
.feature-box a.w-100 img {
  height: 270px;
}

.modal.show {
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-content {
  border-radius: 20px !important;
  padding: 20px 30px;
}

.modal {
  z-index: 99999;
}

.leave-review-modal iframe {
  min-height: 450px;
}

.recent-view-img-wrapper img {
  border: 1px solid #707070;
}

.recent-view-img-wrapper .vehicle-liked-icon {
  width: 30px;
  top: 15px;
  left: 15px;
}

.beyond-research-image {
  width: 40vw;
}
@media (min-width: 768px) {
  .beyond-research-image {
    width: 30vw;
  }
}

.recent-card-image-wrapper {
  height: 130px;
}
@media (min-width: 768px) {
  .recent-card-image-wrapper {
    height: 200px;
  }
}
.recent-card-image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.recent-card-overlay {
  background-color: #434343;
  top: 0;
  left: 0;
  opacity: 0.61;
}
.recent-card .fa-plus {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
}

.compare-vehicles-wrapper .accordion-card-thumbnail img {
  height: 130px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .compare-vehicles-wrapper .accordion-card-thumbnail img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .compare-vehicles-wrapper .accordion-card-thumbnail img {
    height: 250px;
  }
}

.vehicles-for-you-form.vehicles-for-you-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.vehicles-for-you-form.vehicles-for-you-grid .d-flex.position-relative {
  flex-direction: column;
  width: 100%;
}
.vehicles-for-you-form.vehicles-for-you-grid .vehicle-thumbnail {
  width: 100%;
  height: 122px;
}
.vehicles-for-you-form.vehicles-for-you-grid .vehicle-thumbnail > a {
  width: 100%;
}
.vehicles-for-you-form.vehicles-for-you-grid .vehicle-thumbnail img {
  border: 1px solid #707070;
}
.vehicles-for-you-form.vehicles-for-you-grid .vehicle-content {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.vehicles-for-you-form.vehicles-for-you-grid h3 a {
  color: black !important;
}
.vehicles-for-you-form.vehicles-for-you-grid p.text-grey-6 {
  color: black !important;
}
.vehicles-for-you-form h3.text-grey-3 {
  color: #1f4a81 !important;
  font-size: 0.875rem !important;
}
.vehicles-for-you-form .my-garage-block:not(:last-child) {
  margin-bottom: 30px !important;
}
.vehicles-for-you-form .garage-move-next-tab,
.vehicles-for-you-form input[type=submit] {
  border-radius: 50px;
  border: unset;
  background-image: linear-gradient(-141deg, #1f4a81 0%, #297288 100%);
}
.vehicles-for-you-form .garage-ball {
  display: none;
}
.vehicles-for-you-form .select2-selection,
.vehicles-for-you-form .wpcf7-textarea,
.vehicles-for-you-form .wpcf7-text {
  border-radius: 0 !important;
  border: 1px solid #707070 !important;
  padding: 0.5rem;
}
.vehicles-for-you-form .select2-selection::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #1f4a81;
}

.top-search-input input {
  border: 1px solid #204F82;
}
.top-search-input input::placeholder {
  color: #204F82;
}
.top-search-input i {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.top-search-input.top-search-sticky {
  top: 100px;
  z-index: 2;
  margin: 0;
}

.top-searches-wrapper > p {
  display: none;
}
.top-searches-wrapper li {
  padding-left: 35px;
  position: relative;
}
.top-searches-wrapper li:not(:last-child) {
  margin-bottom: 20px;
}
.top-searches-wrapper li a {
  font-size: 1.125rem;
  color: #215188;
  font-family: "Inter", sans-serif;
}
.top-searches-wrapper li::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2023/11/arrow-trend-up-svgre.png");
  background-size: cover;
  background-position: center;
  width: 22px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-searches-wrapper li::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2023/09/arrow-left-up-svgrep.png");
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
