@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica-Bold.woff2") format("woff2"),
    url("../fonts/GTAmerica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica-Bold.woff2") format("woff2"),
    url("../fonts/GTAmerica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica-Regular.woff2") format("woff2"),
    url("../fonts/GTAmerica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica-Regular.woff2") format("woff2"),
    url("../fonts/GTAmerica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova ExCn Rg";
  src: url("../fonts/ProximaNovaExCn-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNovaExCn-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 14px;
  line-height: 1;
  position: relative;
  z-index: auto;
  font-family: "GT America";
  font-weight: normal;
  color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.1;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
}

button:focus {
  /* border: none !important; */
  box-shadow: none !important;
  outline: none !important;
}

.button:focus {
  outline: none !important;
  /* border: none !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: none;
}

hr {
  background: #cccccc;
}

.wow {
  visibility: hidden;
}

/*** Theme common style Start ***/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.section-padding {
  padding: 60px 0;
}

.text-transform-none {
  text-transform: none !important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

/* Owl slider start */
.owl-prev {
  width: 35px;
  height: 45px;
  background: var(--primary-color) !important;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translate(0, 50%);
  outline: none;
  font-size: 18px !important;
  color: #fff !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  visibility: hidden;
}

.owl-next {
  width: 35px;
  height: 45px;
  background: var(--primary-color) !important;
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translate(0, 50%);
  outline: none;
  font-size: 18px !important;
  color: #fff !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  visibility: hidden;
}

.owl-prev:hover {
  background: var(--secondary-color) !important;
}

.owl-next:hover {
  background: var(--secondary-color) !important;
}

.owl-carousel:hover .owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-next {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.owl-prev.disabled {
  opacity: 0.2 !important;
}

.owl-next.disabled {
  opacity: 0.2 !important;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.owl-carousel a {
  outline: 0 !important;
  border: 0 !important;
}

/* Owl slider end */ /* Button start */
.btn-type1 {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 40px;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-type1 span {
  position: relative;
  z-index: 1;
}

.btn-type1:before {
  position: absolute;
  width: 140%;
  height: 100%;
  top: 0;
  left: -20%;
  content: "";
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: skew(-35deg) scaleX(0);
  -ms-transform: skew(-35deg) scaleX(0);
  transform: skew(-35deg) scaleX(0);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  background: #fff;
}

.btn-type1:hover:before {
  -webkit-transform: skew(-35deg) scaleX(1);
  -ms-transform: skew(-35deg) scaleX(1);
  transform: skew(-35deg) scaleX(1);
}

.btn-type1:hover {
  color: #000;
}

.btn-type2 {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 40px;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-type2 span {
  position: relative;
  z-index: 1;
}

.btn-type2:before {
  position: absolute;
  width: 140%;
  height: 100%;
  top: 0;
  left: -20%;
  content: "";
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: skew(-35deg) scaleX(0);
  -ms-transform: skew(-35deg) scaleX(0);
  transform: skew(-35deg) scaleX(0);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  background: #000;
}

.btn-type2:hover:before {
  -webkit-transform: skew(-35deg) scaleX(1);
  -ms-transform: skew(-35deg) scaleX(1);
  transform: skew(-35deg) scaleX(1);
}

.btn-type2:hover {
  color: #fff;
}

/* Button end */ /* Heading style start */
.hd-type-1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.hd-type-2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.hd-type-3 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.subhd-type-3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
}

.sec-heading {
  margin-bottom: 15px;
}

.sub-heading {
  font-weight: 700;
  font-size: 18px;
}

/* Heading style end */
.img-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

/*Listing style start*/
ul.list-style-1 {
  margin: 0;
  padding: 0;
}

ul.list-style-1 li {
  list-style: none;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  position: relative;
}

ul.list-style-1 li:last-child {
  margin-bottom: 0;
}

.list-style-1 li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

/*Listing style end*/
.sec-padd-1 {
  padding: 80px 0;
}

/* navs-tabs-style1 :start */
.navs-tabs-style1 .nav-tabs {
  background: #000;
  border-bottom: 0;
}

.navs-tabs-style1 .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navs-tabs-style1 .nav-tabs .nav-item.show .nav-link,
.navs-tabs-style1 .nav-tabs .nav-link.active,
.navs-tabs-style1 .nav-tabs .nav-link:focus,
.navs-tabs-style1 .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #ea0029;
}

.navs-tabs-style1 .tab-content .tab-pane {
  padding: 24px 0px 0;
}

.navs-tabs-style1 .tab-content .tab-pane h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.navs-tabs-style1 .tab-content .tab-pane h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navs-tabs-style1 .tab-content .tab-pane h4:first-child {
  margin-top: 0;
}

/*Modal form start*/
.modal-style-1 .nwmco-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.modal-style-1 .modal-header {
  padding: 15px 24px;
  line-height: 1.1;
  font-size: 22px;
  gap: 12px;
}

.modal-style-1 .btn-close {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  background: #05141f;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.modal-style-1 .btn-close:hover {
  background: #000000;
}

.modal-style-1 .modal-content {
  border-radius: 10px;
  border: 10px;
}

.modal-style-1 .modal-body {
  padding: 24px;
}

.modal-style-1 .modal-title {
  font-weight: 700;
}

/*Modal form end*/ /* ----- List Style :start ----- */
.lscol-2 {
  columns: 2;
  gap: 50px;
}

.lscol-2 > li {
  break-inside: avoid;
}

.lscol-3 {
  columns: 3;
  gap: 50px;
}

.lscol-3 > li {
  break-inside: avoid;
}

/* ----- List Style :end ----- */ /* ---- table-style-1 :start ---- */
.table-style-1 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
}

.table-style-1 tr th,
.table-style-1 tr td {
  padding: 20px 12px;
}

.table-style-1 tr td {
  width: 50%;
}

.table-style-1 thead {
  color: #ffffff;
  background-color: #0d3a4e;
}

/* ---- table-style-1 :end ---- */ 

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}

/* ---- owlsameheight :end ---- */

/* ---- daterangepicker :start ---- */
.daterangepicker td.active, 
.daterangepicker td.active:hover {
  color: #fff;
  background-color: #05141f;
}
.daterangepicker .drp-buttons .applyBtn {
  color: #fff;
  background-color: #05141f;
  border-color: #05141f;
}
.daterangepicker .drp-buttons .applyBtn:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
/* ---- daterangepicker :end ---- */

/*** Theme common style end ***/

/* Header start */
/*.header-area.inner-header  {
  border-bottom: 1px solid #d1d1d1;
}*/

.nav-logo {
  width: 195px;
}

.nav-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header-top {
  background: #000;
}

.top-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-links li {
  border-right: 1px solid #333333;
}

.top-links li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
}

.top-links li a strong {
  font-size: 14px;
}

.top-links li a:hover {
  color: #cc0000;
}

.nav-brand {
  padding: 0 !important;
  background: none !important;
}

/* Header end */ /* Section used-search start */
.section-used-search .row > * {
  margin-top: 0 !important;
}

.section-used-search .row.g-2 {
  --bs-gutter-y: 0;
}

.section-used-search {
  padding: 45px 0 35px;
  background: #05141f;
}

.section-used-search .sub-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.section-used-search .btn-type1 {
  background: transparent;
  border: 1px solid #fff !important;
}

.search-btm-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-used-search label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin-bottom: 6px;
}

.section-used-search .select-1 {
  width: 100% !important;
  margin-bottom: 20px;
  left: 0;
  top: 0;
  background-image: none;
  height: auto;
  line-height: inherit;
  padding: 14px 30px 14px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  box-shadow: none;
}

.section-used-search .select-1 span.current {
  white-space: nowrap;
  /*overflow: hidden;
  */
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  line-height: normal;
}

.section-used-search .nice-select .option {
  line-height: normal;
  padding: 10px 15px;
  white-space: normal;
}

.cars-found {
  float: right;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 12px 0 24px;
}

.cars-found::after {
  position: absolute;
  left: 12px;
  top: 1px;
  width: 2px;
  height: 12px;
  content: "";
  background: #fff;
}

.reset-link:hover {
  color: #cc0000;
}

.section-used-search .nice-select:after {
  right: 15px;
}

.section-used-search .select-1 .dropdown-toggle {
  width: 100% !important;
  height: 45px;
  border: 1px solid #ededed;
}

.section-used-search .select-1 .dropdown-toggle::after {
  top: 20px;
}

.section-used-search .card {
  border: 0px;
  padding: 0;
  background: none;
}

.advanced-search {
  font-size: 14px;
  color: #fff;
  float: right;
  cursor: pointer;
  border-bottom: 1px solid;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}

.advanced-search:hover {
  color: #cc0000;
}

.section-used-search .nice-select .list {
  width: 100%;
  max-height: 0px;
  overflow-y: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.section-used-search .nice-select.open .list {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

.section-used-search .nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.section-used-search .nice-select .list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */ /* Section used-search end */ /* footer start */
footer {
  background: #05141f;
}

.footer-top {
  padding: 75px 18px 45px;
}

.ftr-cell {
  border-right: 1px solid #37434c;
  padding-left: 16px;
}

.footer-col:first-child .ftr-cell {
  padding-left: 0;
}

.footer-col:last-child .ftr-cell {
  border-right: 0;
}

.ftr-cell h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ftr-cell p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

.ftr-cell a {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
}

.ftr-cell a:hover {
  color: #cc0000;
}

.footer-btm {
  border-top: 1px solid #37434c;
  padding: 15px 18px;
}

.footer-btm-list ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-btm-list ul li {
  list-style: none;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.footer-btm-list ul li:first-child {
  padding-left: 0;
}

.footer-btm-list ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.footer-btm-list ul li a:hover {
  color: #cc0000;
}

/* footer end */
.inner-section {
  padding: 60px 0;
}

/* modal popup start*/
.theme-modal .checkbox-container {
  color: #000;
}

.theme-modal .form-desc p {
  color: #000;
}

.theme-modal .modal-body {
  padding: 30px;
}

.theme-modal .modal-header {
  padding: 10px 15px;
  background: #05141f;
  position: relative;
}

.theme-modal .modal-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.theme-modal .close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
}

.theme-modal {
  z-index: 99999;
}

.theme-modal .modal-header p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 16px;
}

.theme-modal .modal-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.theme-modal .close {
  color: #000;
  opacity: 1;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  border: none;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* modal popup end*/ /* form style start */
.enq-form {
  border: 1px solid #e3e3e3;
  padding: 30px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-control {
  font-size: 12px;
}

.form-group {
  margin-bottom: 20px;
}

.form .form-group textarea {
  height: 120px;
}

.form .form-group input::-webkit-input-placeholder,
.form .form-group select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5 !important;
}

.form .form-group input::-moz-placeholder,
.form .form-group select::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5 !important;
}

.form .form-group input:-ms-input-placeholder,
.form .form-group select:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5 !important;
}

.form .form-group input:-moz-placeholder,
.form .form-group select:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5 !important;
}

.form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5 !important;
}

.form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5 !important;
}

.form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5 !important;
}

.form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5 !important;
}

.form .form-control {
  resize: none;
  padding: 12px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #000;
}

/* custom checkbox style start */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-right: 33px;
  margin-bottom: 20px !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #f2f2f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.checkmark {
  background-color: #05141f;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #05141f;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #05141f;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom checkbox style end */
.form .btn-type2:hover {
  background: #05141f;
}

/* form style end */ /*Accordion start*/
.section-accordion .accordion-button {
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 0 !important;
}

.section-accordion .accordion-button::after {
  background: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  width: auto;
  height: auto;
}

.section-accordion .accordion-button:not(.collapsed)::after {
  background: none;
}

.section-accordion .accordion-item {
  border-radius: 0;
  border: 0;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.section-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-body {
  padding: 15px 15px 30px;
}

/*Accordion end*/ /*Thankyou page start*/
.thankyou-wraper {
  border: 1px solid #d1d1d1;
  padding: 45px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.thankyou-wraper .title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
  color: #6c6c6c;
  display: block;
  text-align: center;
}

.thankyou-wraper h2 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  margin: 0 0 15px;
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
}

.thankyou-wraper .tic-icon {
  color: #28a745;
}

/*Thankyou page end*/ /* Alternate blocks start*/
.alter-ctnt-row {
  display: flex;
}

.alter-ctnt-row .alter-col {
  width: 50%;
  padding: 20px;
  margin: 0em;
}

.alter-ctnt-row .img-col.bg-grey {
  background-color: #f1f1f1;
  padding: 60px 20px;
}

.alter-ctnt-row .img-col {
  text-align: center;
  padding: 0;
  overflow: hidden;
}

.alter-ctnt-row .img-col img {
  -webkit-transition: -webkit-transform 1.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.alter-ctnt-row:hover .img-col img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.alter-ctnt-row .img-col img {
  width: 100%;
}

.alter-ctnt-row .ctnt-col {
  background-color: #1f1f1f;
  color: #fff;
  padding: 20px 30px;
}

.alter-ctnt-row:nth-child(2n) {
  flex-direction: row-reverse;
}

.alter-ctnt-row:nth-child(2n) .ctnt-col.bg-white {
  padding-left: 0;
}

.alternate-wraper p:last-child {
  margin-bottom: 0;
}

/* Alternate blocks end*/ /*Review Start*/
.review-main {
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.review-main:last-child {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.review-wraper {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  /* overflow: hidden;
*/
}

.review-wraper:hover {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
}

.review-col {
  margin-bottom: 30px;
}

.review-top {
  padding: 30px 15px 50px;
  text-align: center;
}

.quotes-icon {
  font-size: 15px;
  color: #05141f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: left;
  width: 40px;
  height: 40px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  margin-top: -50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #05141f;
}

.review-btm {
  background: #05141f;
  padding: 30px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: auto;
}

.review-wraper .name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.top-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  margin: -55px auto 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #05141f;
  border: 2px solid #05141f;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.rating-star span {
  font-size: 15px;
  color: #fff;
  padding: 0 3px;
}

/*Review End*/
.image-label {
  position: absolute;
  top: 0;
  max-width: 130px;
  z-index: 9;
}

.image-label img {
  transform: none !important;
}

.time--box {
  text-align: center;
  background: #05141f;
  padding: 30px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.time--box h5 {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}

.time--box h5 strong {
  display: block;
  font-size: 35px;
  font-weight: 700;
}

.time--col {
  margin-bottom: 12px;
}

.inner-section a:hover {
  color: #cc0000;
}

.careers-pg .btn-type2:hover {
  color: #fff;
}

.theme-modal p {
  margin-bottom: 10px;
}

.theme-modal .list-style-1 {
  margin-bottom: 10px;
}

.theme-modal .list-style-1:last-child {
  margin-bottom: 0;
}

.theme-modal .list-style-1 li {
  font-size: 16px;
  line-height: 24px;
}

.theme-modal p:last-child {
  margin-bottom: 0;
}

.section-hiring {
  padding: 35px 0;
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-field {
  box-shadow: none !important;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 12px;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0px 12px;
  display: block;
  width: calc(100% - 70px);
  pointer-events: none;
  z-index: 20;
  height: 44px;
  color: #a5a5a5;
  border: 1px solid #ced4da;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 44px;
  background: #000;
  color: #fff;
  font-weight: 400;
  z-index: 25;
  font-size: 14px;
  line-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.file-upload-wrapper:hover:before {
  background: #000;
}

/*Opening Hours start*/
.welModal .modal-content {
  margin: 15px;
  background: transparent;
}

.welModal .close {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
}

/*Opening Hours end*/
.gal-img-new {
  position: relative;
}

.gal--box {
  height: 320px;
}

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

.zoom--icon-new {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 45px !important;
  height: 45px !important;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.gal-img-new:hover .zoom--icon-new {
  opacity: 1;
  top: 50%;
}

.review-gallery .row {
  row-gap: 30px;
}

.review-img-inner {
  border-radius: 6px;
  overflow: hidden;
}

.review-img-inner {
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}

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

/*Common enquiry form start*/
.nwmco-form-section {
  padding: 60px 0;
}

.nwmco-form {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nwmco-form h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
}

.nwmco-form .chkstyle1 input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 5px 0px;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nwmco-form .chkstyle1 input[type="checkbox"] {
  display: none;
}

.nwmco-form .chkstyle1 input[type="checkbox"] + label:before {
  content: "\2714";
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 3px;
  padding-bottom: 0px;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
}

.nwmco-form .chkstyle1 input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

.nwmco-form .chkstyle1 input[type="checkbox"]:checked + label:before {
  background-color: #05141f;
  border-color: #05141f;
  color: #fff;
}

.nwmco-form .chkstyle1 input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.nwmco-form .chkstyle1 input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #05141f;
  border-color: #05141f;
}

.nwmco-form .form-check {
  padding-left: 0;
}

.nwmco-form .select-drop {
  width: 100% !important;
  margin-bottom: 10px;
  left: 0;
  top: 0;
  background-image: none;
  height: auto;
  line-height: inherit;
  padding: 10px 30px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
}

.nwmco-form .formstyle1 .form-group {
  margin-bottom: 30px;
}

.nwmco-form .formstyle1 .form-control {
  border: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  /* text-transform: uppercase;
  */
  border: 1px solid #e8e8e8;
  background-clip: border-box;
  height: auto;
  padding: 12px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.nwmco-form .formstyle1 .select-drop {
  padding: 15px 15px;
  color: #000;
  margin-bottom: 30px;
}

.nwmco-form .formstyle1 .nice-select:after {
  right: 15px;
}

.nwmco-form .formstyle1 textarea.form-control {
  height: 160px;
  resize: none;
}

.nwmco-form .formstyle1 .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #000;
}

.nwmco-form .formstyle1::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.nwmco-form .formstyle1::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.nwmco-form .formstyle1:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.nwmco-form .formstyle1:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.nwmco-form .formstyle1 .custom-file-label {
  padding: 12px 15px;
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: none !important;
}

.nwmco-form .formstyle1 .custom-file-label:focus {
  border: 0 !important;
}

.nwmco-form .formstyle1 .custom-file-label::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}

.nwmco-form .formstyle1 .custom-file-input {
  display: none;
}

.nwmco-form .nice-select .option {
  font-size: 14px;
  line-height: 1.1;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: inherit;
}

.nwmco-form .nice-select .list {
  width: 100%;
  max-height: 0px;
  overflow-y: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  visibility: hidden;
}

.nwmco-form .nice-select.open .list {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

.nwmco-form .nice-select:active,
.nwmco-form .nice-select.open,
.nwmco-form .nice-select:focus {
  border-color: #000;
}

.nwmco-form .nice-select .option:hover,
.nwmco-form .nice-select .option.focus,
.nwmco-form .nice-select .option.selected.focus {
  background: #05141f !important;
  color: #fff;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nwmco-form .nice-select .list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nwmco-form .formstyle1 .btn-type-1 {
  border: none;
  padding: 10px 45px;
}

.btn-form-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #05141f;
  padding: 12px 25px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid #05141f;
  cursor: pointer;
}

.btn-form-1:last-child {
  margin-right: 0 !important;
}

.btn-form-1:hover {
  background: #05141f !important;
  color: #fff !important;
}

.nwmco-form .formstyle1 .error input {
  border-color: red !important;
}

.nwmco-form .input-group.date .input-group-addon {
  cursor: pointer;
}

.nwmco-form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #e8e8e8;
  border-left: 0;
  display: flex;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nwmco-form .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*Common enquiry form end*/
.contact-btn-mob {
  font-size: 14px;
  font-weight: 600;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: #cc0000;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  padding: 0 15px;
  height: 42px;
}

.contact-btn-mob:hover {
  background: #c02026;
  color: #fff;
}

.contact-btn-mob:focus {
  background: #cc0000 !important;
  color: #fff !important;
}

.header-top .dropdown-menu {
  background: #000;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-top .dropdown-item {
  display: inherit;
  padding: 12px;
}

.header-top .dropdown-item:active {
  background: #fff;
}

.header-top .dropdown-menu li {
  padding: 0 !important;
  border-right: 0;
}

.header-top .dropdown-menu li a {
  color: #fff;
  border-bottom: 1px solid #222;
}

.header-top .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.page-main-wraper .thankyou-wraper .hd-type-1 {
  text-transform: inherit;
}

.page-main-wraper .thankyou-wraper {
  padding: 60px 30px;
}

.contents-tabs .sec-tab .nav-tabs .nav-link.active::after {
  display: none;
}

.contents-tabs .sec-tab .nav-tabs .nav-link {
  background: #9ea1a2;
  color: #fff;
  margin-right: 2px;
  padding: 10px 35px;
}

.sec-tab .nav-tabs .nav-link.active {
  background: #05141f;
  color: #fff;
}

.customer-Review-slider {
  padding: 0 1px;
}

.review-owl .item {
  padding-top: 30px;
}
.review-owl .item .review-wraper {
  width: 100%;
  height: 100%;
}
.review-owl .item .review-wraper .review-top {
  width: 100%;
  height: 100%;
}
.review-owl .item .review-wraper .review-btm {
  flex-grow: 0;
  flex-shrink: 0;
}

.review-owl .review-wraper {
  border-radius: 10px;
}

.review-owl .owl-dots {
  margin-top: 45px;
  bottom: 40px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.review-owl .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #636363;
  margin: 0;
  transition: 0.5s;
}

.review-owl .owl-dots .owl-dot.active {
  width: 30px;
  background: #05141f;
}

/*Location Map start*/
.location-map iframe {
  width: 100%;
  display: block;
}

.ftr-Logo-1 {
  width: 195px;
  margin: 35px auto 0;
}

.uc-yt-video {
  width: 100%;
  height: 100%;
}

.yt-play-icon {
  width: 80px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*Footer-disclaimer start*/
.footer-disclaimer {
  padding: 15px 0;
}

.ftr-terms p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.ftr-terms p b {
  font-weight: 500;
}

.ftr-terms p:last-child {
  margin-bottom: 10px;
}

.ftr-terms p a {
  color: #cc0000;
  text-decoration: underline;
}

.ftr-terms p a:hover {
  color: #fff;
}

/*Footer-disclaimer start*/ /* cross-ribbon :start */
.cross-ribbon-top {
  position: absolute;
  top: 16px;
  left: -47px;
  width: 155px;
  height: auto;
  transform: rotate(-45deg);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  background-color: #cc0000;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 0 3px #cc0000;
  padding: 5px 10px;
  margin: 5px;
  z-index: 2;
  line-height: 1;
}

/* cross-ribbon :end */ /*Footer review start*/
.review-row-wraper {
  text-align: right;
  padding: 0 12px 24px;
}

.review-row {
  display: inline-flex;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.icon-review1 {
  width: 75px;
  flex-shrink: 0;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftr-review-text {
  padding: 12px;
}

.ftr-review-text h5 {
  font-size: 17px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1;
  text-align: left;
  font-weight: 400;
}

.ftr-review-star {
  display: flex;
  gap: 3px;
}

.ftr-review-star span {
  color: #ff9529;
}

/*Footer review end*/
.list__scroll .simplebar-scrollbar:before {
  background: #cc0000;
  opacity: 1;
}

.resp-table table {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.resp-table table thead {
  background: #ededed;
  font-weight: 400;
}

.resp-table table th,
.resp-table table td {
  border: 1px solid #000;
  background: 0 0;
}

.link-1 {
  color: #000;
  text-decoration: underline;
}

/*Used car Page v2 start*/
.bg-2 {
  background-color: #eeeeee !important;
}

.mxcontainer {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.usedcar-pg-v2.bg-2 {
  padding: 50px 0 80px;
}

.usedcar-pg-v2 .tight-gutter {
  margin-right: -4px;
  margin-left: -4px;
  row-gap: 8px;
}

.usedcar-pg-v2 .tight-gutter > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.usedcar-pg-v2 .uc-block {
  padding: 20px;
  background: #fff;
}

.usedcar-pg-v2 .uc-img-2 {
  aspect-ratio: 285/160;
  margin-bottom: 10px;
  overflow: hidden;
  height: auto;
  position: relative;
}

.usedcar-pg-v2 .uc-img-2 img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.usedcar-pg-v2 .uc-block:hover img {
  transform: scale(1.1);
}

.usedcar-pg-v2 .uc-description {
  margin-bottom: 24px;
}

.usedcar-pg-v2 .uc-model-name {
  margin-bottom: 24px;
}

.usedcar-pg-v2 .uc-model-name .ucmname-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Replaced dynamic layout gap styles with direct margins for layout engines without native flexbox 'gap' support */
.usedcar-pg-v2 .uc-model-name .ucmname-inner > div:first-child {
  width: calc(100% - 40px);
  flex-grow: 0;
  margin-right: 20px;
}

.usedcar-pg-v2 .uc-model-name .ucmname-inner > div:last-child {
  flex-grow: 0;
  flex-shrink: 0;
}

.usedcar-pg-v2 .uc-model-name h4 {
  font-size: 14px;
  font-weight: 500;
  color: #cc0000;
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 310px;
}

.usedcar-pg-v2 .uc-model-name h5 {
  font-size: 12px;
  font-weight: 500;
  color: #898989;
  line-height: 1;
  margin: 0px;
}

.usedcar-pg-v2 .uc-model-name .uc-favorite i {
  font-size: 20px;
  color: #b9b9b9;
  transition: 0.5s;
}

.usedcar-pg-v2 .uc-model-name .uc-favorite.active i {
  font-weight: 900;
  color: #cc0000;
}

.usedcar-pg-v2 .uc-model-name .uc-favorite:hover i {
  color: #000000;
}

.usedcar-pg-v2 .uc-spec-list1 {
  margin: 6px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.usedcar-pg-v2 .uc-spec-list1 li {
  list-style: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #898989;
  line-height: 1;
  border-right: 1px solid #898989;
  padding-right: 6px;
  margin-right: 6px;
}

.usedcar-pg-v2 .uc-spec-list1 li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.usedcar-pg-v2 .dlrship-loc {
  margin-bottom: 24px;
}

.usedcar-pg-v2 .dlrship-loc p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.usedcar-pg-v2 .dlrship-loc ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.usedcar-pg-v2 .dlrship-loc ul li {
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid #000;
  padding-right: 7px;
  margin-right: 7px;
}

.usedcar-pg-v2 .dlrship-loc ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.usedcar-pg-v2 .dlrship-loc ul li a {
  color: #000;
  white-space: nowrap;
}

.usedcar-pg-v2 .dlrship-loc ul li a:hover {
  color: #cc0000;
}

.usedcar-pg-v2 .uc-price-wraper ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.usedcar-pg-v2 .uc-price-wraper ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  list-style: none;
  text-decoration: none;
  flex-shrink: 0;
}

.usedcar-pg-v2 .uc-price-wraper ul li:not(:last-child) {
  margin-right: 6px;
}

.usedcar-pg-v2 .uc-price-wraper ul li strong {
  font-weight: 700;
  color: #cc0000;
  font-size: 18px;
  display: block;
}

.usedcar-pg-v2 .apr-txt {
  border: 1px solid #000;
  padding: 6px 8px 3px;
  border-radius: 15px;
  text-align: center;
}

.usedcar-pg-v2 .uc-btn-1 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  text-align: center;
  background: #05141f;
  padding: 18px 12px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
}

.usedcar-pg-v2 .uc-btn-1:hover {
  background: #0e2b41;
}

/* Usedcar list start */
.usedcar-pg-v2 .ibslide-block.with-height {
  height: 398px;
}

.usedcar-pg-v2 .uc-top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.usedcar-pg-v2 .sort-filter {
  width: 240px;
}

.usedcar-pg-v2 .uc-top-title .ucsearch-form .ucs-block .nice-select {
  background: #dbdbdb;
}

.usedcar-pg-v2 .uc-top-title .ucsearch-form .ucs-block .nice-select .current {
  color: #888888;
}

.usedcar-pg-v2 .uc-top-title .ucsearch-form .ucs-block .nice-select::after {
  color: #888888;
}

.usedcar-pg-v2 .used-car-top-sec {
  margin: 30px 0 50px;
}

.usedcar-pg-v2 .used-car-blocks-container {
  margin-bottom: 48px;
}

.usedcar-pg-v2 .row-gap1 {
  row-gap: 24px;
}

.usedcar-pg-v2 .uc-spec-list {
  margin: 24px 0;
}

.usedcar-pg-v2 .uc-spec-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.usedcar-pg-v2 .uc-spec-list ul li {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  width: calc(25% - 9px);
  margin-right: 12px;
  margin-bottom: 6px;
}

.usedcar-pg-v2 .uc-spec-list ul li:nth-child(4n) {
  margin-right: 0;
}

.usedcar-pg-v2 .reg-num1 strong {
  font-weight: 800;
}

.usedcar-pg-v2 .spec-icon1 {
  width: 26px;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.usedcar-pg-v2 .spec-icon1 img {
  transform: none !important;
}

.usedcar-pg-v2 .pagination-1 {
  display: flex;
  width: 100%;
  list-style: none;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.usedcar-pg-v2 .pagination-1 li {
  margin-right: 12px;
}

.usedcar-pg-v2 .pagination-1 li:last-child {
  margin-right: 0;
}

.usedcar-pg-v2 .pagination-1 a {
  color: #000;
  background: transparent;
  font-weight: 600;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-align: center;
  padding: 0;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  font-weight: 500;
}

.usedcar-pg-v2 .pagination-1 li a:hover,
.usedcar-pg-v2 .pagination-1 li.active a {
  background: #dbdbdb;
  color: #fff;
}

.usedcar-pg-v2 .pagination-1 li.prev {
  padding-right: 10px;
}

.usedcar-pg-v2 .pagination-1 li.next {
  padding-left: 10px;
}

.usedcar-pg-v2 .pagination-1 li.prev a,
.usedcar-pg-v2 .pagination-1 li.next a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: 0;
  font-size: 14px;
}

/* Flex-gap fallback rules for layout items */
.usedcar-pg-v2 .pagination-1 li.prev a i {
  margin-right: 10px;
}

.usedcar-pg-v2 .pagination-1 li.next a i {
  margin-left: 10px;
}

.usedcar-pg-v2 .pagination-1 li.prev a:hover,
.usedcar-pg-v2 .pagination-1 li.next a:hover {
  color: #cc0000;
}

.usedcar-pg-v2 .pagination-1 li.next a {
  width: auto;
}

.usedcar-pg-v2 .resp-table table {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.usedcar-pg-v2 .resp-table table thead {
  background: #a5a5a5;
  font-weight: normal;
}

.usedcar-pg-v2 .resp-table table th,
.usedcar-pg-v2 .resp-table table td {
  border: 1px solid #000;
  background: transparent;
}

.subhd-type-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.load-more-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #fff;
  background-color: #05141f;
  border: 2px solid #05141f;
  border-radius: 5px;
  text-align: center;
  padding: 12px 20px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.load-more-btn:hover {
  color: #fff;
  background-color: #0e2b41;
  border-color: #0e2b41;
}

.brand-color-2 {
  color: #cc0000;
}

.inner-section .usedcar-pg-v2 p {
  line-height: 1.3;
}

.link-style-1 {
  color: #cc0000;
  text-decoration: underline;
}

.link-style-1:hover {
  color: #cc0000;
  text-decoration: none;
}
.usedcar-pg-v2 .review-wraper{
  background: #fff;
  border: 0;
  box-shadow: none !important;
}

/* Usedcar list End */ 
/* Used car details Start */
.uc-details-page-v2 p:last-child {
  margin-bottom: 0;
}

.section-padding-3 {
  padding: 70px 0;
}

.uc-details-page-v2 .ucdetails-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.uc-details-page-v2 .uc-details-top-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.uc-details-page-v2 .ucdetails-wrap .ucdtop-left {
  width: 100%;
  height: 100%;
}

.uc-details-page-v2 .ucdetails-wrap .ucdtop-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.uc-details-page-v2 .usedcar-slider-wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.uc-details-page-v2 p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide {
  margin-bottom: 10px;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item {
  width: 100%;
  height: 440px;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item > a:after {
  content: "\f424";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}

.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-slide
  .item
  > a.video:before {
  opacity: 0.6;
}

.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-slide
  .item
  > a.video:after {
  content: "\f144";
  font-size: 32px;
  box-shadow: 0 2px 8px 1px rgba(64, 60, 67, 0.24);
  opacity: 1;
}

.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-slide
  .item
  > a:hover:before {
  opacity: 0.8;
}

.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-slide
  .item
  > a:hover:after {
  opacity: 1;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item .udsimg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .item .sublogo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Slider Thumbnails */
.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb {
  width: 100%;
  height: auto;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item {
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #000;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item.video:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0.8;
  transition: 0.4s;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item.video:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
}

.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-thumb
  .current
  .item.video:before,
.uc-details-page-v2
  .usedcar-slider-wrap
  .used-detail-thumb
  .item.video:hover:before {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  outline: 4px solid #c00;
  transition: 0.5s;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item:hover {
  cursor: pointer;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .item:hover img {
  opacity: 0.5;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-thumb .current .item img {
  opacity: 1;
  outline-offset: -4px;
}

/* Slider Controls (Owl Carousel) */
.uc-details-page-v2 .usedcar-slider-wrap .owl-nav {
  margin-top: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-next,
.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-prev {
  width: 25px;
  height: 40px;
  font-size: 12px !important;
  color: #fff !important;
  background: #000 !important;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  opacity: 0.5;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-next {
  right: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-prev {
  left: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-next img,
.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-prev img {
  position: relative;
  top: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap:hover .owl-nav .owl-next,
.uc-details-page-v2 .usedcar-slider-wrap:hover .owl-nav .owl-prev {
  opacity: 1;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-next:hover,
.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-prev:hover {
  background: #c00 !important;
  opacity: 1;
}

.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-next.disabled,
.uc-details-page-v2 .usedcar-slider-wrap .owl-nav .owl-prev.disabled {
  opacity: 0;
}

.uc-details-page-v2 .usedcar-slider-wrap .used-detail-slide .owl-nav {
  top: calc(50% - 20px);
}

.uc-details-page-v2 .ucdwrap-block-1 {
  width: 100%;
  height: calc(100% - 115px);
  background-color: #fff;
  padding: 40px 30px;
}

.uc-details-page-v2 .ucdwrap-block-1 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.uc-details-page-v2 .ucdwrap-block-1 h1 sub {
  position: initial;
  line-height: inherit;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-specs {
  width: 100%;
  margin-bottom: 30px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-specs ul li {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(25% - 10.5px);
  font-size: 12px;
  color: #fff;
  background-color: #9b9b9b;
  text-align: center;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price p span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price .monthly p {
  text-align: right;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price .monthly p span {
  font-size: 26px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-price .apr-1 p {
  text-align: center;
}

.uc-details-page-v2 .ucar-price > * {
  flex: 1;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 14px;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn {
  width: calc(50% - 7px);
  min-height: 45px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
  color: #fff;
  background-color: #05141f;
  border: 2px solid #05141f;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn.btn2 {
  color: #0e2b41;
  background-color: transparent;
  border-color: #0e2b41;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn.btn3 {
  color: #000;
  background-color: transparent;
  border-color: #000000;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn img,
.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn svg {
  transition: 0.5s;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn:hover img,
.uc-details-page-v2 .ucdwrap-block-1 .ucar-buttons .btn:hover svg {
  filter: brightness(0) invert(1);
}

.uc-details-page-v2 .ucdwrap-block-2 {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #fff;
  padding: 25px 30px;
  display: flex;
}

.uc-details-page-v2 .ucdwrap-block-2 > div {
  flex: 1;
  padding: 0 15px;
  border-right: 2px solid #eee;
}

.uc-details-page-v2 .ucdwrap-block-2 > div:last-child {
  border: 0;
}

.uc-details-page-v2 .ucdwrap-block-2 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 5px;
}

.uc-details-page-v2 .ucdwrap-block-2 .phone {
  padding-left: 0;
  flex: 0 0 auto;
}

.uc-details-page-v2 .ucdwrap-block-2 .phone a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #000;
  display: inline-flex;
  text-wrap: nowrap;
}

.uc-details-page-v2 .ucdwrap-block-2 .phone a:hover {
  color: #c00;
}

.uc-details-page-v2 .ucdwrap-block-2 .share {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  flex: 1 1 auto;
  min-width: 260px;
}

/* Force labels back on — let flexbox wrapping handle overflow instead of ShareThis's JS */
.uc-details-page-v2 .ucdwrap-block-2 .share .st-btn.st-remove-label .st-label {
  display: inline-block !important;
}

/* Optional: prevent buttons from shrinking oddly when wrapped */
.uc-details-page-v2 .ucdwrap-block-2 .share .st-btn {
  flex: 0 0 auto;
}

.uc-details-page-v2 .ucdwrap-block-2 .share p {
  margin-bottom: 0;
}

.uc-details-page-v2 .ucdwrap-block-2 .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}

.uc-details-page-v2 .ucdwrap-block-2 .share ul li {
  font-size: 22px;
  color: #c1c1c1;
}

.uc-details-page-v2 .ucdwrap-block-2 .share ul li a {
  color: inherit;
}

.uc-details-page-v2 .ucdwrap-block-2 .share ul li a:hover {
  color: #c00;
}

.uc-details-page-v2 .ucdwrap-block-3 {
  width: 100%;
  height: calc(100% - 30px);
  margin-top: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uc-details-page-v2 .ucdwrap-block-3 .playvideoBtn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
  color: #fff;
  background-color: #c00;
  border: 2px solid #c00;
  border-radius: 100px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 10px;
  margin-top: -28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

.uc-details-page-v2 .ucdwrap-block-3 .playvideoBtn i {
  font-size: 32px;
  transition: 0.5s;
}

.uc-details-page-v2 .ucdwrap-block-3 .playvideoBtn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.uc-details-page-v2 .ucdwrap-block-3 .ucar-features {
  width: 100%;
  height: auto;
  padding: 25px 30px;
}

.uc-details-page-v2 .ucdwrap-block-3 .ucar-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  columns: 2;
}

.uc-details-page-v2 .ucdwrap-block-3 .ucar-features ul li {
  width: calc(50% - 5px);
  display: flex;
  gap: 10px;
}

.uc-details-page-v2 .ucdwrap-block-3 .ucar-features ul li > div {
  flex: 1;
}

.uc-details-page-v2 .ucdwrap-block-3 .ucar-features ul li > div:last-child {
  font-weight: 600;
}

.uc-details-page-v2 .ucdwrap-block-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 25px 30px;
}

.uc-details-page-v2 .uc-details-top-sec .ucdwrap-block-1 {
  height: 100%;
}

.uc-details-page-v2 .uc-details-top-sec .ucdwrap-block-2 {
  margin-top: 24px;
}

.uc-details-page-v2 .uc-details-top-sec .ucdwrap-block-3 {
  margin-top: 0;
  height: 100%;
}

.uc-details-page-v2 .uc-features-text {
  margin-top: 30px;
}

.uc-details-page-v2 .uc-features-text h4 {
  font-size: 20px;
  font-weight: 700;
}

.uc-details-page-v2 .uc-features-text p {
  font-size: 14px;
  font-weight: 400;
}

.accordion-style-1 {
  width: 100%;
  height: auto;
}

.accordion-style-1 .card,
.accordion-style-1 .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dbdbdb !important;
  border-radius: 0;
}

.accordion-style-1 .card-header,
.accordion-style-1 .accordion-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.accordion-style-1 .accordion-button,
.accordion-style-1 .card-header a,
.accordion-style-1 .card-header button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  background-color: transparent;
  text-transform: uppercase;
  padding: 12px 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
}

.accordion-style-1 .accordion-button::before,
.accordion-style-1 .card-header a::before,
.accordion-style-1 .card-header button::before {
  display: none !important;
  content: none !important;
}

.accordion-style-1 .accordion-button b,
.accordion-style-1 .card-header a b,
.accordion-style-1 .card-header button b {
  font-weight: 600;
}

.accordion-style-1 .accordion-button::after,
.accordion-style-1 .card-header a::after,
.accordion-style-1 .card-header button::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23282828" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.accordion-style-1 .accordion-button:not(.collapsed)::after,
.accordion-style-1 .card-header a:not(.collapsed)::after,
.accordion-style-1 .card-header button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23282828" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
}

.accordion-style-1 .accordion-button:not(.collapsed),
.accordion-style-1 .card-header a:not(.collapsed),
.accordion-style-1 .card-header button:not(.collapsed) {
  color: #282828;
  background-color: transparent;
}

.accordion-style-1 .card-body,
.accordion-style-1 .accordion-body {
  font-size: 14px;
  padding: 0 0 15px 0;
  color: #282828;
}

.accordion-style-1 .card:last-of-type {
  border-bottom: 0 !important;
}

.uc-list-style-1 {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  margin: 15px 0;
  padding: 0;
}

.uc-list-style-1:first-child {
  margin-top: 0;
}

.uc-list-style-1:last-child {
  margin-bottom: 0;
}

.uc-list-style-1 li {
  position: relative;
  padding: 2px 0 2px 20px;
  margin: 0 0 5px 0;
  overflow: hidden;
  line-height: 1.2;
}

.uc-list-style-1 li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4px;
  color: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

.uc-list-style-1 > li > a {
  color: inherit;
  text-decoration: none;
}

.uc-list-style-1 > li > a:hover {
  color: inherit;
  text-decoration: underline;
}

.g_map {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
}

.g_map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.approved-uc-cars h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.approved-uc-cars {
  margin-bottom: 18px;
}

.approved-uc-cars .list-style-1 {
  font-weight: 600;
}

.approved-uc-cars .list-style-1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.benfit-logo {
  width: 200px;
  margin: 0 0 25px;
}

.benfit-logo-2 {
  width: 125px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px;
  border-radius: 5px;
}

.benfit-logo-2 img {
  transform: none !important;
}

.uc-details-page-v2 .ucwns ul li {
  font-size: 15px;
}

.uc-details-page-v2 .ucwns ul li span {
  font-size: 18px;
}

.uc-details-page-v2 .ucwns ul li.save span {
  font-size: 22px;
}

/* Used car details End */

/* 404 page :start */
.wrap-404-outer {
  width: 100%;
  margin: 70px 0px;
}

.wrap-404 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.wrap-404 .right {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 100px 0px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wrap-404 .right h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin: 30px 0 0 0;
}

.wrap-404 .right p {
  font-size: 21px;
  font-weight: 600;
  margin: 15px 0 0 0;
  display: block;
}

.wrap-404 .right img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* 404 page :end */