html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

html,
body {
  font-family: "Fira Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none;
}
a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background-color: #f7f7f7;
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.overall-space {
  margin-left: 2em;
  margin-right: 2em;
}

@media (min-width: 576px) and (max-width: 992px) {
  .container {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.1vw;
  }
  .container {
    max-width: 95%;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.error-class {
  background: transparent;
  height: 35px;
  display: block;
  color: #f70935;
  font-weight: 400;
  line-height: 1.1;
  padding-top: 3px;
  font-size: 0.9em;
}

.success {
  color: #2ae42a;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.bg-gray {
  background-color: #f9f9f9;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 3em;
  right: 10px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse img {
  width: 35px;
  height: 35px;
}

.btn-test-drive {
  background: #384192;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 9em;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.btn-test-drive:hover {
  background-color: #2f3780;
  color: #fff;
}

.btn-quote-drive {
  background: #384192;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.btn-quote-drive:hover {
  background-color: #2f3780;
  color: #fff;
}

#get-quotes {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.teams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
@media (max-width: 991px) {
  .teams {
    gap: 1em;
  }
}
@media (max-width: 576px) {
  .teams {
    display: block;
  }
}
.teams .each-team {
  display: block;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background: #fffbfb;
  padding: 1em;
  align-items: center;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1900px) {
  .teams .each-team {
    padding: 2em;
  }
}
@media (max-width: 991px) {
  .teams .each-team {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .teams .each-team {
    margin-bottom: 2em;
  }
}
.teams .each-team:hover {
  box-shadow: 0px 14px 10px rgba(222, 0, 41, 0.1), 0px 1px 1px rgba(222, 0, 41, 0.2);
}
.teams .each-team .txt {
  margin-top: 10px;
}
.teams .each-team .txt h5 {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .teams .each-team .txt h5 {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .teams .each-team .txt h5 {
    font-size: 0.7em;
  }
}
@media (max-width: 576px) {
  .teams .each-team .txt h5 {
    font-size: 0.9em;
  }
}
.teams .each-team .txt p {
  font-size: 1em;
  font-weight: 500;
  color: #1c1c1c;
}
@media (max-width: 991px) {
  .teams .each-team .txt p {
    font-size: 0.75em;
  }
}

#thankYou {
  padding: 2em 0;
  text-align: center;
  height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #ebf0f5;
}
@media (min-width: 1200px) {
  #thankYou {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  #thankYou {
    height: auto;
    padding: 2em 1em;
  }
}
#thankYou h1 {
  color: #88b04b;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
#thankYou p {
  color: #404f5e;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}
#thankYou i {
  color: #9abc66;
  font-size: 100px;
  line-height: 200px;
  margin-left: -15px;
}
#thankYou .card {
  background: white;
  padding: 4em;
  border-radius: 4px;
  box-shadow: 0 2px 3px #c8d0d8;
  display: inline-block;
  margin: 0 auto;
}

.get-offers {
  padding: 8px 30px;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}
.get-offers:hover {
  color: #de0029;
  border-color: #de0029;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .get-offers {
    font-size: 0.95em;
  }
}
@media (max-width: 767.98px) {
  .get-offers {
    font-size: 0.9em;
  }
}

.explore-all {
  padding: 8px 30px;
  border: 1px solid #de0029;
  background-color: #de0029;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}
.explore-all:hover {
  color: #fff;
  background-color: #c00326;
  border-color: #c00326;
}
@media (min-width: 300px) and (max-width: 320px) {
  .explore-all {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}

.get-btn {
  padding: 8px 40px;
  background-color: #de0029;
  border: none;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  display: block;
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 300;
}
.get-btn:hover {
  color: #fff;
  background-color: #c00326;
  border: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .get-btn {
    font-size: 0.95em;
  }
}
@media (max-width: 575.98px) {
  .get-btn {
    font-size: 0.9em;
  }
}
@media (min-width: 300px) and (max-width: 320px) {
  .get-btn {
    padding: 8px 25px;
  }
}

#topNavbar {
  position: relative;
  padding: 1em 0;
  background: rgba(247, 247, 247, 0.95);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #topNavbar {
    padding: 0.5em 0;
  }
}
#topNavbar .row {
  align-items: center;
}
#topNavbar .left-block {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  #topNavbar .left-block {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  #topNavbar .left-block {
    justify-content: center;
    margin-bottom: 10px;
  }
}
#topNavbar .left-block li img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
#topNavbar .left-block li a {
  text-decoration: none;
  color: #2D2F30;
  font-size: 1em;
  font-weight: 400;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 767.98px) {
  #topNavbar .left-block li a {
    font-size: 0.85em;
  }
}
@media (max-width: 320px) {
  #topNavbar .left-block li a {
    font-size: 0.8em;
  }
}
#topNavbar .left-block li a:hover {
  color: #384192;
}
#topNavbar .left-block li p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #topNavbar .right-block {
    float: right;
  }
}
@media (max-width: 991.98px) {
  #topNavbar .right-block {
    justify-content: center;
  }
}
#topNavbar .right-block ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2em;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  #topNavbar .right-block ul {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #topNavbar .right-block ul {
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  #topNavbar .right-block ul li {
    flex: 49%;
    box-sizing: border-box;
  }
}
#topNavbar .right-block ul li.social-icons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  #topNavbar .right-block ul li.social-icons {
    align-items: flex-end;
    justify-content: center;
  }
}
#topNavbar .right-block ul li a {
  text-decoration: none;
  color: #2D2F30;
  transition: 0.4s all ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #topNavbar .right-block ul li a {
    font-size: 0.85em;
  }
}
#topNavbar .right-block ul li a:hover {
  color: #384192;
}
#topNavbar .right-block ul li a:hover svg path {
  fill: #384192;
}
#topNavbar .right-block ul li a.active {
  color: #DE0029;
}
#topNavbar .right-block ul li a .nexa-logo {
  width: 61px;
  height: 12px;
}
#topNavbar .right-block ul li a .arena-logo {
  width: 150px;
  height: 26px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #topNavbar .right-block ul li a .arena-logo {
    width: 160px;
    height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #topNavbar .right-block ul li a .arena-logo {
    width: 188px;
    height: 33px;
  }
}
@media (min-width: 1400px) {
  #topNavbar .right-block ul li a .arena-logo {
    width: 250px;
    height: 44px;
  }
}

#heroNavbar {
  position: relative;
}
#heroNavbar .navbar-toggler:focus {
  box-shadow: none;
}
#heroNavbar .navbar-brand img {
  width: 159px;
  height: 45px;
}
#heroNavbar .navbar-brand .nexa-logo {
  width: 102px;
  height: 20px;
}
#heroNavbar .navbar-brand .arena-logo {
  width: 200px;
  height: 35px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #heroNavbar .navbar-brand .arena-logo {
    width: 160px;
    height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #heroNavbar .navbar-brand .arena-logo {
    width: 188px;
    height: 33px;
  }
}
@media (min-width: 1400px) {
  #heroNavbar .navbar-brand .arena-logo {
    width: 250px;
    height: 44px;
  }
}
#heroNavbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #040404;
  font-weight: 400;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #heroNavbar .navbar-nav .nav-item .nav-link {
    font-size: 0.675em;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
#heroNavbar .navbar-nav .nav-item .nav-link:hover {
  color: #de0029;
}
#heroNavbar .navbar-nav .nav-item .nav-link.active {
  color: #de0029;
}
#heroNavbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

#hero-slider {
  position: relative;
  background-color: #F9F9F9;
}
#hero-slider .carousel-indicators [data-bs-target] {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  min-height: auto !important;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-indent: 1px !important;
  background-color: initial !important;
}
@media (min-width: 1600px) {
  #hero-slider .carousel-indicators [data-bs-target] {
    width: 100% !important;
  }
}
#hero-slider .carousel-indicators [data-bs-target] img:hover .txt {
  opacity: 1;
}
#hero-slider .carousel-indicators [data-bs-target] .txt {
  text-align: left;
  padding: 1em;
  display: flex;
  gap: 1em;
  align-items: end;
  justify-content: space-between;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider .carousel-indicators [data-bs-target] .txt {
    gap: 10px;
  }
}
#hero-slider .carousel-indicators [data-bs-target] .txt .miniHead {
  color: #1C1C1C;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider .carousel-indicators [data-bs-target] .txt .miniHead {
    font-size: 0.9em;
  }
}
#hero-slider .carousel-indicators [data-bs-target] .txt h4 {
  font-size: 1.5em;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider .carousel-indicators [data-bs-target] .txt h4 {
    font-size: 1.1em;
  }
}
#hero-slider .carousel-indicators [data-bs-target] .txt .sub {
  opacity: 0.5;
  margin-bottom: 0;
}
#hero-slider .carousel-indicators [data-bs-target] .txt .explore-btn {
  background: #F7F9FB;
  border: 1px solid rgba(46, 46, 46, 0.2);
  color: #2E2E2E;
  font-size: 1.2em;
  padding: 4px 20px;
}
#hero-slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20em;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  #hero-slider .carousel-indicators {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider .carousel-indicators {
    bottom: -17em;
  }
}
#hero-slider .carousel-indicators .active {
  border-radius: 3px;
  margin-top: -1.9em;
}
#hero-slider .carousel-indicators .active .txt {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  filter: drop-shadow(0px -7px 14px rgba(0, 0, 0, 0.1));
}
#hero-slider .carousel-control-next, #hero-slider .carousel-control-prev {
  top: auto !important;
  bottom: 4em;
  width: auto;
  margin-left: 3em;
}
@media (max-width: 1199.98px) {
  #hero-slider .carousel-control-next, #hero-slider .carousel-control-prev {
    bottom: 2em;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #hero-slider .carousel-control-next, #hero-slider .carousel-control-prev {
    bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  #hero-slider .carousel-control-next, #hero-slider .carousel-control-prev {
    bottom: 0.75em;
    margin-left: 1em;
  }
}
#hero-slider .carousel-control-next {
  right: auto;
  left: 3em;
}
#hero-slider .carousel-control-prev-icon {
  background-image: url("/img/icons/left-arrow.png");
}
#hero-slider .carousel-control-next-icon {
  background-image: url("/img/icons/right-arrow.png");
}
#hero-slider .carousel-inner .carousel-item {
  position: relative;
}
#hero-slider .carousel-inner .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  #hero-slider .carousel-inner .carousel-item {
    padding-top: 35.625%;
  }
}
@media (max-width: 575.98px) {
  #hero-slider .carousel-inner .carousel-item {
    padding-top: 78.611%;
  }
}

.slider-bottom {
  position: relative;
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .slider-bottom {
    padding-bottom: 20em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-bottom {
    padding-bottom: 15em;
  }
}
@media (max-width: 991.98px) {
  .slider-bottom {
    margin-top: 1em;
  }
}
.slider-bottom .items {
  padding: 0;
}
@media (min-width: 992px) {
  .slider-bottom .items {
    position: absolute;
    margin-top: 0em;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .slider-bottom .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
.slider-bottom .items .item {
  list-style: none;
  transition: 0.5s all ease-in-out;
  position: relative;
  padding-top: 68.5%;
}
.slider-bottom .items .item img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-bottom .items .item img:hover .txt {
  opacity: 1;
}
.slider-bottom .items .item .txt {
  text-align: left;
  padding: 1em;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 992px) {
  .slider-bottom .items .item .txt {
    opacity: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-bottom .items .item .txt {
    gap: 10px;
  }
}
.slider-bottom .items .item .txt .miniHead {
  color: #1C1C1C;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-bottom .items .item .txt .miniHead {
    font-size: 0.9em;
  }
}
.slider-bottom .items .item .txt h4 {
  font-size: 1.25em;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-bottom .items .item .txt h4 {
    font-size: 0.675em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-bottom .items .item .txt h4 {
    font-size: 0.8em;
  }
}
@media (max-width: 575.98px) {
  .slider-bottom .items .item .txt h4 {
    font-size: 0.85em;
  }
}
.slider-bottom .items .item .txt .sub {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .slider-bottom .items .item .txt .sub {
    margin-bottom: 10px;
  }
}
.slider-bottom .items .item .txt .explore-btn {
  background: #DE0029;
  border: 1px solid rgba(46, 46, 46, 0.2);
  color: #fff;
  font-size: 1em;
  padding: 4px 20px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}
.slider-bottom .items .item .txt .explore-btn:hover {
  color: #fff;
  background-color: #c00326;
  border-color: #c00326;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-bottom .items .item .txt .explore-btn {
    font-size: 0.65em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-bottom .items .item .txt .explore-btn {
    font-size: 0.7em;
  }
}
@media (max-width: 575.98px) {
  .slider-bottom .items .item .txt .explore-btn {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .slider-bottom .items .item {
    border-radius: 3px;
  }
  .slider-bottom .items .item .txt {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px -7px 14px rgba(0, 0, 0, 0.1));
  }
}
@media (min-width: 992px) {
  .slider-bottom .items .item:hover {
    border-radius: 3px;
    margin-top: -1.9em;
  }
  .slider-bottom .items .item:hover .txt {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px -7px 14px rgba(0, 0, 0, 0.1));
  }
}
.slider-bottom .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.slider-bottom .slick-list li {
  position: relative;
  padding-top: 68.5%;
}
.slider-bottom .slick-list li img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-bottom .slick-dots {
  bottom: -1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 1900px) {
  .slider-bottom .slick-dots {
    bottom: -2em;
  }
}
.slider-bottom .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slider-bottom .slick-dots li.slick-active {
  background-color: #DE0029;
  width: 12px;
  height: 12px;
}
@media (max-width: 992px) {
  .slider-bottom .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

#new-cars {
  position: relative;
  padding: 2em 0 3em;
  background-color: #F9F9F9;
}
#new-cars .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  #new-cars .block {
    display: block;
  }
}
#new-cars .block .section-heading .sub-head {
  color: #000000;
  margin-bottom: 5px;
}
#new-cars .block .section-heading h3 {
  letter-spacing: 5px;
  color: #000000;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991.98px) {
  #new-cars .block .section-heading h3 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #new-cars .block .section-heading h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #new-cars .block .section-heading h3 {
    font-size: 1.4em;
  }
}
#new-cars .block .section-heading .explore-all {
  padding: 8px 20px;
  border: 1px solid #000000;
  background-color: #F9F9F9;
  color: #000000;
  text-transform: uppercase;
}
#new-cars .new-cars-slider {
  margin-top: 2em;
}
#new-cars .new-cars-slider ul li {
  transition: 0.5s all ease-in-out;
  position: relative;
}
#new-cars .new-cars-slider ul li .img {
  position: relative;
  padding-top: 56.32%;
}
#new-cars .new-cars-slider ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1601px) {
  #new-cars .new-cars-slider ul li img {
    width: 100%;
  }
}
#new-cars .new-cars-slider ul li .line {
  background-color: #DE0029;
  height: 3px;
  width: 100%;
  opacity: 0;
}
#new-cars .new-cars-slider ul li .txt h4 {
  margin: 10px 0 5px;
  font-size: 1.35em;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1199.98px) {
  #new-cars .new-cars-slider ul li .txt h4 {
    font-size: 1.1em;
  }
}
#new-cars .new-cars-slider ul li .txt p {
  font-size: 1.15em;
  font-weight: 400;
  color: #DE0029;
}
#new-cars .new-cars-slider ul li:hover .line {
  opacity: 1;
}
#new-cars .new-cars-slider ul li:hover .explore-all {
  border-color: #DE0029;
  color: #DE0029;
}
#new-cars .new-cars-slider .slick-prev:before {
  padding: 5px;
  background-color: #384138;
  border-radius: 3px;
}
#new-cars .new-cars-slider .slick-next {
  right: -15px;
}
#new-cars .new-cars-slider .slick-next:before {
  padding: 5px;
  background-color: #384138;
  border-radius: 3px;
}
#new-cars .new-cars-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
#new-cars .new-cars-slider .slick-dots {
  bottom: -3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1900px) {
  #new-cars .new-cars-slider .slick-dots {
    bottom: -2em;
  }
}
#new-cars .new-cars-slider .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#new-cars .new-cars-slider .slick-dots li.slick-active {
  background-color: #DE0029;
  width: 12px;
  height: 12px;
}
@media (max-width: 992px) {
  #new-cars .new-cars-slider .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

.baleno-image {
  position: relative;
  padding-top: 35.41%;
}
.baleno-image img {
  position: absolute;
  top: 0;
  left: 0;
}

#why-cars {
  position: relative;
  padding: 4em 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #why-cars {
    padding: 3em 0;
  }
}
@media (max-width: 991.98px) {
  #why-cars {
    padding: 2em 0;
  }
}
#why-cars .section-heading {
  margin-bottom: 2em;
}
#why-cars .section-heading p {
  margin-bottom: 0;
}
@media (max-width: 320px) {
  #why-cars .section-heading p {
    font-size: 0.9em;
  }
}
#why-cars .section-heading h2 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 5px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991.98px) {
  #why-cars .section-heading h2 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #why-cars .section-heading h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #why-cars .section-heading h2 {
    font-size: 1.4em;
  }
}
#why-cars .section-heading h2 span {
  color: #DE0029;
}
#why-cars .img {
  position: relative;
  padding-top: 57.31%;
}
#why-cars .img img {
  position: absolute;
  top: 0;
  left: 0;
}
#why-cars .content {
  margin-left: 3em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #why-cars .content {
    margin-left: 1.5em;
  }
}
@media (max-width: 991.98px) {
  #why-cars .content {
    margin: 1em 0 1em 0;
  }
}
#why-cars .content .des {
  font-size: 1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
#why-cars .content .des span {
  color: #DE0029;
}
#why-cars .content .des-1 {
  margin-bottom: 2em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #why-cars .content .des-1 {
    margin-bottom: 10px;
  }
}
#why-cars .content .content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.75em;
  margin-bottom: 4.5em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #why-cars .content .content-list {
    gap: 1.25em;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 991.98px) {
  #why-cars .content .content-list {
    gap: 2em;
    margin-bottom: 2em;
  }
}
#why-cars .content .content-list .count {
  color: #DE0029;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #why-cars .content .content-list .count {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #why-cars .content .content-list .count {
    font-size: 2em;
  }
}
#why-cars .content .content-list .txt {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1em;
}

#our-services {
  padding: 4em 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #our-services {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #our-services {
    padding: 2em 0;
  }
}
#our-services .section-heading {
  margin-bottom: 2em;
}
#our-services .section-heading p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  #our-services .section-heading p {
    max-width: 350px;
  }
}
@media (min-width: 2000px) {
  #our-services .section-heading p {
    max-width: 100%;
  }
}
#our-services .section-heading h5 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 5px;
  margin-bottom: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991.98px) {
  #our-services .section-heading h5 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #our-services .section-heading h5 {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #our-services .section-heading h5 {
    font-size: 1.4em;
  }
}
#our-services .section-heading h5 span {
  color: #DE0029;
}
#our-services .services-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-services .services-blocks {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #our-services .services-blocks {
    gap: 13px;
  }
}
@media (max-width: 767.98px) {
  #our-services .services-blocks {
    display: block;
  }
}
@media (min-width: 992px) {
  #our-services .services-blocks.blocks-1 {
    margin-left: -1.25em;
  }
}
#our-services .services-blocks.blocks-2 {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-services .services-blocks.blocks-2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
#our-services .services-blocks .each-block {
  background: #FAFAFA;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  padding: 2em 1em;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 767.98px) {
  #our-services .services-blocks .each-block {
    margin-bottom: 1em;
  }
}
#our-services .services-blocks .each-block:hover {
  box-shadow: 0px 14px 10px rgba(222, 0, 41, 0.1), 0px 1px 1px rgba(222, 0, 41, 0.2);
  background: #FFFBFB;
}
#our-services .services-blocks .each-block:hover svg {
  transition: 0.5s all ease-in-out;
}
#our-services .services-blocks .each-block:hover svg path {
  fill: #DE0029;
}
#our-services .services-blocks .each-block .icon {
  margin-bottom: 15px;
}
#our-services .services-blocks .each-block .icon svg {
  width: 50px;
  height: 50px;
}
#our-services .services-blocks .each-block .txt h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #our-services .services-blocks .each-block .txt h4 {
    font-size: 1.1em;
  }
}
#our-services .services-blocks .each-block .txt p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1em;
}

#warranty {
  position: relative;
  background: radial-gradient(97.34% 363.51% at 1.36% 97.12%, #C00810 0%, #F3032F 80.9%);
}
#warranty .shape {
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  margin: 0 auto;
  bottom: 0;
}
@media (min-width: 2000px) {
  #warranty .shape {
    left: 48.75%;
  }
}
@media (max-width: 991.98px) {
  #warranty .shape {
    display: none;
  }
}
#warranty .shape img {
  height: 50%;
}
#warranty .image {
  position: relative;
  padding-top: 53.79%;
}
#warranty .image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #warranty .image img {
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
  }
}
#warranty .section-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  color: #fff;
  padding: 3em;
}
@media (max-width: 991.98px) {
  #warranty .section-heading {
    position: relative;
    padding: 2em;
  }
}
@media (max-width: 575.98px) {
  #warranty .section-heading {
    padding: 1em;
  }
}
#warranty .section-heading .heading {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 5px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #warranty .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  #warranty .section-heading .heading {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #warranty .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #warranty .section-heading .heading {
    font-size: 1.3em;
  }
}
#warranty .section-heading .des {
  font-style: italic;
  font-weight: 300;
  max-width: 400px;
}
#warranty .section-heading .mini-head {
  font-weight: 300;
}
#warranty .section-heading .blocks {
  display: flex;
  gap: 10px;
  width: 90%;
  display: grid;
  grid-template-columns: 36% 28% 20%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #warranty .section-heading .blocks {
    width: 100%;
    grid-template-columns: 38% 32% 24%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #warranty .section-heading .blocks {
    grid-template-columns: 37% 28% 20%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #warranty .section-heading .blocks {
    width: 100%;
    grid-template-columns: 38% 32% 23%;
  }
}
@media (max-width: 575.98px) {
  #warranty .section-heading .blocks {
    display: block;
  }
}
#warranty .section-heading .blocks .each-block {
  background: #C00810;
  border: 2px dashed #FFFFFF;
  padding: 0.75em;
}
@media (max-width: 575.98px) {
  #warranty .section-heading .blocks .each-block {
    margin-bottom: 1em;
  }
}
#warranty .section-heading .blocks .each-block h4 {
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #warranty .section-heading .blocks .each-block h4 {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #warranty .section-heading .blocks .each-block h4 {
    font-size: 0.75em;
  }
}
#warranty .section-heading .blocks .each-block p {
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #warranty .section-heading .blocks .each-block p {
    font-size: 0.8em;
  }
}

#pick-a-car {
  position: relative;
  padding: 4em 0;
}
@media (max-width: 991.98px) {
  #pick-a-car {
    padding: 3em 0;
  }
}
@media (max-width: 575.98px) {
  #pick-a-car {
    padding: 2em 0;
  }
}
#pick-a-car .section-heading .heading {
  font-size: 2.25em;
  letter-spacing: 5px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #pick-a-car .section-heading .heading {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #pick-a-car .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #pick-a-car .section-heading .heading {
    font-size: 1.4em;
  }
}
#pick-a-car .blocks {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #pick-a-car .blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media (max-width: 575.98px) {
  #pick-a-car .blocks {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
#pick-a-car .blocks .each-block .img {
  position: relative;
  padding-top: 56.53%;
}
#pick-a-car .blocks .each-block .img img {
  position: absolute;
  top: 0;
  left: 0;
}
#pick-a-car .blocks .each-block .line {
  background-color: #DE0029;
  height: 3px;
  width: 100%;
  opacity: 0;
}
#pick-a-car .blocks .each-block .txt {
  padding: 1em 0;
}
#pick-a-car .blocks .each-block .txt h4 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1199.98px) {
  #pick-a-car .blocks .each-block .txt h4 {
    font-size: 1.1em;
  }
}
#pick-a-car .blocks .each-block:hover .line {
  opacity: 1;
}

#get-quote {
  position: relative;
  padding: 4em 0;
  background: linear-gradient(90.3deg, #003682 0.23%, #295A9F 56.35%, #2764BA 99.73%);
}
@media (max-width: 991.98px) {
  #get-quote {
    padding: 3em 0;
  }
}
@media (max-width: 575.98px) {
  #get-quote {
    padding: 2em 0;
  }
}
#get-quote.nexa-quote {
  background: #000000;
}
#get-quote .section-heading {
  color: #fff;
  margin-bottom: 2em;
}
#get-quote .section-heading .heading {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #get-quote .section-heading .heading {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #get-quote .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #get-quote .section-heading .heading {
    font-size: 1.4em;
  }
}
#get-quote .section-heading .des {
  font-size: 1em;
  font-weight: 400;
  opacity: 0.9;
}
#get-quote #leadForm {
  color: #fff;
}
#get-quote #leadForm input, #get-quote #leadForm select, #get-quote #leadForm textarea {
  border-radius: 2px;
}
#get-quote #leadForm input:focus, #get-quote #leadForm select:focus, #get-quote #leadForm textarea:focus {
  box-shadow: none;
}
#get-quote #leadForm .contact-btn {
  background: #DE0029;
  color: #ffffff;
  padding: 8px 50px;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 575.98px) {
  #get-quote #leadForm .contact-btn {
    padding: 8px 20px;
  }
}
#get-quote .image {
  position: relative;
  padding-top: 61.42%;
}
#get-quote .image img {
  position: absolute;
  top: 0;
  left: 0;
}
#get-quote .success {
  color: #2ae42a;
  display: block;
  width: 100%;
  clear: both;
  padding-top: 1em;
}
@media (max-width: 767.98px) {
  #get-quote .success {
    color: #2ae42a;
    display: block;
    width: 100%;
    margin-top: 5em;
    text-align: center;
  }
}

#free-finance {
  position: relative;
  padding: 1.5em 0;
}
@media (max-width: 991.98px) {
  #free-finance .row {
    flex-direction: column-reverse;
  }
}
#free-finance .section-heading .subHead {
  color: #000;
  letter-spacing: 3px;
  font-size: 1.5em;
  margin-bottom: 7px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#free-finance .section-heading .subHead span {
  color: #DE0029;
}
#free-finance .section-heading .heading {
  font-size: 1.85em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #free-finance .section-heading .heading {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  #free-finance .section-heading .heading {
    font-size: 1.25em;
  }
}
#free-finance .section-heading img {
  width: 331px;
  height: 10px;
}
#free-finance .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-top: 2em;
}
@media (max-width: 575.98px) {
  #free-finance .lists {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
#free-finance .lists li {
  display: flex;
  align-items: center;
  gap: 1em;
}
#free-finance .lists li .count {
  background: #DE0029;
  font-weight: 300;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #free-finance .lists li .count {
    width: 40px;
    height: 40px;
  }
}
#free-finance .lists li .count p {
  color: #fff;
  font-size: 1.75em;
  font-weight: 400;
}
#free-finance .lists li .txt p {
  font-size: 1.5em;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #free-finance .lists li .txt p {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  #free-finance .lists li .txt p {
    font-size: 1.2em;
  }
}
#free-finance .img {
  position: relative;
  padding-top: 73.82%;
}
#free-finance .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#reach-us {
  position: relative;
}
#reach-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270.49deg, #384192 0.42%, rgba(56, 65, 146, 0.244792) 134.97%, rgba(56, 65, 146, 0) 196.13%);
  height: 100%;
}
@media (min-width: 992px) {
  #reach-us .image {
    position: relative;
    padding-top: 28.56%;
  }
  #reach-us .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  #reach-us .image img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#reach-us .block {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #reach-us .block {
    left: 45%;
    top: 47%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #reach-us .block {
    left: 45%;
  }
}
@media (max-width: 767.98px) {
  #reach-us .block {
    left: 6%;
  }
}
#reach-us .block .section-heading {
  margin-bottom: 2em;
}
@media (max-width: 991.98px) {
  #reach-us .block .section-heading {
    margin-bottom: 1em;
  }
}
#reach-us .block .section-heading .heading {
  font-size: 2.5em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #reach-us .block .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  #reach-us .block .section-heading .heading {
    font-size: 1.6em;
  }
}
#reach-us .block .lists {
  display: grid;
  gap: 2em;
  color: #fff;
}
@media (max-width: 991.98px) {
  #reach-us .block .lists {
    display: block;
  }
}
#reach-us .block .lists li {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  #reach-us .block .lists li {
    margin-bottom: 1em;
  }
}
@media (max-width: 320px) {
  #reach-us .block .lists li {
    gap: 10px;
  }
}
#reach-us .block .lists li .count img {
  width: 58px;
  height: 58px;
}
#reach-us .block .lists li .txt .head {
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: 300;
  text-transform: uppercase;
}
#reach-us .block .lists li .txt .number {
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 320px) {
  #reach-us .block .lists li .txt .number {
    font-size: 0.8em;
  }
}
#reach-us .block .details {
  margin-top: 1em;
  font-size: 1.15em;
  font-weight: 300;
}
#reach-us .block .details a {
  color: #fff;
  font-weight: 400;
}
#reach-us .block .details a:hover {
  color: #fff;
}

#testimonials {
  position: relative;
  padding: 4em 0;
  background-color: linear-gradient(180deg, #F9F9F9 0%, rgba(251, 251, 251, 0.614583) 51.04%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  #testimonials {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #testimonials {
    padding: 2em 0;
  }
}
#testimonials .section-heading {
  margin-bottom: 2em;
}
#testimonials .section-heading .heading {
  font-weight: 400;
  font-size: 2.25em;
  letter-spacing: 5px;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #testimonials .section-heading .heading {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  #testimonials .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #testimonials .section-heading .heading {
    font-size: 1.4em;
  }
}
#testimonials .section-heading img {
  width: 160px;
  height: 8px;
}
#testimonials .each-testimonial .content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  padding: 2em;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 767.98px) {
  #testimonials .each-testimonial .content {
    padding: 1em;
  }
}
#testimonials .each-testimonial .content h4 {
  color: #151617;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}
#testimonials .each-testimonial .content p {
  color: #4F4F4F;
  font-size: 1em;
  font-style: italic;
}
#testimonials .each-testimonial .content .more {
  display: none;
}
#testimonials .each-testimonial #down-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid rgb(255, 255, 255);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#testimonials .each-testimonial .details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#testimonials .each-testimonial .details .img img {
  width: 56px;
  height: 56px;
}
#testimonials .each-testimonial .details .txt h4 {
  color: #151617;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #testimonials .each-testimonial .details .txt h4 {
    font-size: 1.1em;
  }
}
@media (max-width: 767.98px) {
  #testimonials .each-testimonial .details .txt h4 {
    font-size: 1em;
  }
}
#testimonials .each-testimonial .details .txt p {
  color: #4F4F4F;
  font-size: 1em;
  display: none;
}
#testimonials #more {
  display: none;
}
#testimonials .read-less {
  cursor: pointer;
  color: #384192;
  font-weight: 400;
  transition: 0.4s all ease-in-out;
}
#testimonials .read-less:hover {
  color: #0516b1;
}
#testimonials .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
#testimonials .slick-dots {
  bottom: -3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1900px) {
  #testimonials .slick-dots {
    bottom: -2em;
  }
}
#testimonials .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#testimonials .slick-dots li.slick-active {
  background-color: #DE0029;
  width: 12px;
  height: 12px;
}
@media (max-width: 992px) {
  #testimonials .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}
#testimonials .slick-slider .slick-track, #testimonials .slick-slider .slick-list {
  direction: ltr;
}

#footer {
  position: relative;
  padding: 4em 0;
  background-color: #000000;
}
@media (max-width: 991.98px) {
  #footer {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #footer {
    padding: 2em 0;
  }
}
#footer .block img {
  margin-bottom: 20px;
  width: 159px;
  height: 44px;
}
#footer .block .txt p {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}
#footer .other-links {
  display: flex;
  justify-content: center;
  gap: 3em;
}
@media (max-width: 991.98px) {
  #footer .other-links {
    justify-content: left;
    margin: 1em 0;
  }
}
#footer .other-links ul li {
  line-height: 3;
}
#footer .other-links ul li a {
  font-size: 1.1em;
  color: #ffffff;
  font-weight: 300;
  transition: 0.4s all ease-in-out;
}
#footer .other-links ul li a.active {
  color: #DE0029;
  text-decoration: underline;
  font-weight: 400;
}
#footer .other-links ul li a:hover {
  color: #DE0029;
}
@media (max-width: 991.98px) {
  #footer .location {
    margin: 1.75em 0;
  }
}
#footer .location ul li {
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
}
#footer .location ul li .icon img {
  width: 22px;
  height: 23px;
}
#footer .location ul li .txt p, #footer .location ul li .txt a {
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  transition: 0.5s all ease-in-out;
}
#footer .location ul li .txt a:hover {
  color: #DE0029;
}
#footer .copyright {
  margin-top: 3em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .copyright {
    margin-top: 1.75em;
  }
}
@media (max-width: 767.98px) {
  #footer .copyright {
    margin: 1em;
    text-align: center;
  }
}
#footer .copyright .txt p {
  color: #fff;
  font-weight: 200;
  opacity: 0.8;
}
#footer .copyright .txt .powered {
  text-align: right;
}
@media (max-width: 991.98px) {
  #footer .copyright .txt .powered {
    text-align: center;
    margin-top: 1em;
  }
}
#footer .copyright .txt .powered a {
  color: #FFDB12;
  font-weight: 400;
}
#footer .copyright .links {
  display: flex;
  gap: 1em;
  justify-content: center;
}
#footer .copyright .links li a {
  color: #fff;
  transition: 0.5s all ease-in-out;
  font-weight: 200;
}
#footer .copyright .links li a:hover {
  color: #DE0029;
  opacity: 1;
}

#welcome-cars {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 767.98px) {
  #welcome-cars {
    padding: 1.5em 0;
  }
}
@media (max-width: 991.98px) {
  #welcome-cars .section-heading {
    margin-bottom: 2em;
  }
}
#welcome-cars .section-heading .heading {
  letter-spacing: 7px;
  color: #000000;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  #welcome-cars .section-heading .heading {
    font-size: 1.75em;
  }
}
@media (max-width: 575.98px) {
  #welcome-cars .section-heading .heading {
    margin-bottom: 1em;
    font-size: 1.5em;
    letter-spacing: 5px;
  }
}
@media (max-width: 320px) {
  #welcome-cars .section-heading .heading {
    font-size: 1.3em;
    letter-spacing: 3px;
  }
}
#welcome-cars .section-heading .heading span {
  color: #DE0029;
}
#welcome-cars .section-heading img {
  width: 241px;
  height: 7px;
  margin-bottom: 1.5em;
}
#welcome-cars .section-heading p {
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
#welcome-cars .image {
  position: relative;
  padding-top: 67.51%;
}
#welcome-cars .image img {
  position: absolute;
  top: 0;
  left: 0;
}

#mission-vision {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 767.98px) {
  #mission-vision {
    padding: 1.75em 0;
  }
}
@media (max-width: 991.98px) {
  #mission-vision .row {
    flex-direction: column-reverse;
  }
}
#mission-vision .image {
  position: relative;
  padding-top: 57.31%;
}
#mission-vision .image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #mission-vision .content {
    margin-left: 1.5em;
  }
}
#mission-vision .content h4 {
  color: #DE0029;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#mission-vision .content p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 1em;
  margin-bottom: 1.5em;
  font-style: italic;
  position: relative;
}
#mission-vision .content p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 90%;
  margin: auto;
  background-color: #DDDDDD;
  opacity: 0.8;
}

#insurance-block {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 575.98px) {
  #insurance-block {
    padding: 1.5em 0;
  }
}
#insurance-block .section-heading {
  text-align: center;
  margin-bottom: 2em;
}
#insurance-block .section-heading .heading {
  color: #DE0029;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
#insurance-block .section-heading p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
#insurance-block .details-block {
  background: #F5F5F5;
  padding: 3em;
}
@media (max-width: 991.98px) {
  #insurance-block .details-block {
    padding: 2em;
  }
}
@media (max-width: 575.98px) {
  #insurance-block .details-block {
    padding: 1em;
  }
}
#insurance-block .details-block h2 {
  color: #384192;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1em;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0;
}
#insurance-block .details-block .row {
  margin-bottom: 1em;
}
#insurance-block .details-block input, #insurance-block .details-block select {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
#insurance-block .details-block button {
  display: inline-block;
  float: inline-end;
  padding: 8px 35px;
}

#map {
  position: relative;
  padding: 3em 0 0;
}

#contact-details {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 991.98px) {
  #contact-details {
    padding: 2em 0;
  }
}
@media (max-width: 767.98px) {
  #contact-details {
    padding: 1em 0;
  }
}
#contact-details .col-lg-10 {
  background-color: #fff;
}
#contact-details h2 {
  color: #1C1C1C;
  font-size: 1.75em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #contact-details h2 {
    font-size: 1.5em;
  }
}
#contact-details .line {
  margin-bottom: 15px;
}
#contact-details .form-control {
  border-radius: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #contact-details .get-btn {
    padding: 8px 15px;
  }
}
#contact-details .details {
  background-color: #f9f9f9;
  padding: 2em;
  margin: 1em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #contact-details .details {
    padding: 1em;
  }
}
@media (max-width: 991.98px) {
  #contact-details .details {
    padding: 1em;
  }
}
#contact-details .details .lists li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1em;
  margin-bottom: 2em;
}
#contact-details .details .lists li p, #contact-details .details .lists li a {
  color: #1D1D42;
}
#contact-details .details .lists li a:hover {
  color: #DE0029;
}
#contact-details .details .lists li h4 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
}
#contact-details .details .subHead {
  font-size: 1.5em;
  margin: 10px;
  color: #DE0029;
}
#contact-details .details .each-location {
  display: block;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background: #FFFBFB;
  padding: 1em 0em;
  align-items: center;
  margin-bottom: 2em;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1900px) {
  #contact-details .details .each-location {
    padding: 2em;
  }
}
@media (max-width: 991px) {
  #contact-details .details .each-location {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  #contact-details .details .each-location {
    margin-bottom: 2em;
  }
}
#contact-details .details .each-location:hover {
  box-shadow: 0px 14px 10px rgba(222, 0, 41, 0.1), 0px 1px 1px rgba(222, 0, 41, 0.2);
}
#contact-details .details .each-location .txt {
  margin-top: 10px;
}
#contact-details .details .each-location .txt h5 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #contact-details .details .each-location .txt h5 {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  #contact-details .details .each-location .txt h5 {
    font-size: 0.7em;
  }
}
@media (max-width: 576px) {
  #contact-details .details .each-location .txt h5 {
    font-size: 0.9em;
  }
}
#contact-details .details .each-location .txt p {
  font-size: 1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) and (max-width: 1100px) {
  #contact-details .details .each-location .txt p {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  #contact-details .details .each-location .txt p {
    font-size: 0.75em;
  }
}
#contact-details .locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4em;
       column-gap: 4em;
}
@media (max-width: 991.98px) {
  #contact-details .locations {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media (max-width: 767.98px) {
  #contact-details .locations {
    grid-template-columns: repeat(1, 1fr);
  }
}
#contact-details .get-in-block {
  border: 2px solid #F1F1F1;
  padding: 2em;
  margin: 1em;
}

#careers {
  position: relative;
  padding: 4em 0;
}
#careers .section-heading {
  margin-bottom: 2em;
}
#careers .section-heading .sub-head {
  color: #000000;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#careers .section-heading h1 {
  color: #DE0029;
  font-size: 2em;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
#careers .section-heading .line {
  width: 2px;
  background-color: #000;
  height: 40px;
  margin: 0.5em auto;
}
#careers .section-heading h2 {
  color: #384192;
  font-size: 2em;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1em;
}
#careers .block {
  border: 1px solid #EBEBEB;
  background-color: #fff;
  padding: 1em 0;
  margin-bottom: 1em;
}
#careers .block .button {
  text-align: center;
}
#careers .block .button .g-btn {
  background: #4B9411;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
}
#careers .block .button .r-btn {
  background: #EF3237;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
}
#careers .block .txt p {
  color: #323232;
  font-size: 1.15em;
}
#careers .block .txt p .positions {
  margin-left: 2em;
}
#careers .block .txt p .positions .no {
  color: #DE0029;
  margin-right: 5px;
}
#careers .block .txt p .positions .txt {
  opacity: 0.8;
}
#careers .block .link {
  text-align: center;
}
#careers .block .link a {
  color: #EF3237;
  font-weight: 500;
}

#careers-image {
  position: relative;
  padding: 0 0 3em;
}
#careers-image .bg {
  position: absolute;
  width: 100%;
  height: 85%;
  top: -5.5em;
  left: 15%;
  background: rgba(136, 135, 135, 0.15);
}
#careers-image .image {
  position: relative;
}

#employSpeak {
  position: relative;
  padding: 2em 0 1em;
  z-index: 1;
}
#employSpeak .section-heading {
  margin-left: 7em;
}
#employSpeak .section-heading h2 {
  color: #384192;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#employSpeak .section-heading p {
  max-width: 65%;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.5em;
  color: #000000;
}

#new-cars-page {
  position: relative;
  padding: 4em 0;
}
@media (max-width: 991.98px) {
  #new-cars-page {
    padding: 3em 0;
  }
}
@media (max-width: 575.98px) {
  #new-cars-page {
    padding: 2em 0;
  }
}
#new-cars-page .left-block .accordion {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #ffffff;
}
#new-cars-page .left-block .accordion .accordion-item {
  border-radius: none;
}
#new-cars-page .left-block .accordion .accordion-button {
  background-color: initial;
  color: #000;
  border-radius: 0;
}
#new-cars-page .left-block .accordion .accordion-button:focus {
  box-shadow: none;
}
#new-cars-page .left-block .accordion .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #new-cars-page .left-block .accordion .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
#new-cars-page .left-block .accordion .lists li {
  text-align: center;
  padding: 0.3em;
  transition: 0.5s all ease-in-out;
}
#new-cars-page .left-block .accordion .lists li svg {
  transition: 0.4s all ease-in-out;
}
#new-cars-page .left-block .accordion .lists li:hover {
  background: #384192;
  border-radius: 4px;
  color: #fff;
}
#new-cars-page .left-block .accordion .lists li:hover svg path {
  fill: #fff;
}
#new-cars-page .left-block .accordion .lists li.active {
  background: #384192;
  border-radius: 4px;
  color: #fff;
}
#new-cars-page .left-block .accordion .lists li.active svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  #new-cars-page .right-block {
    margin-top: 2em;
  }
}
#new-cars-page .right-block .section-heading nav ol {
  margin-bottom: 0;
}
#new-cars-page .right-block .section-heading nav ol .breadcrumb-item a {
  color: #384192;
}
#new-cars-page .right-block .section-heading .heading {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  letter-spacing: 4px;
  font-weight: 400;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  #new-cars-page .right-block .section-heading .heading {
    margin-bottom: 0;
  }
}
#new-cars-page .right-block .sort {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1em;
  width: 100%;
}
@media (max-width: 991.98px) {
  #new-cars-page .right-block .sort {
    justify-content: left;
    margin-bottom: 1em;
  }
}
#new-cars-page .right-block .sort .selected {
  display: flex;
  gap: 1em;
  align-items: center;
}
#new-cars-page .right-block .sort .selected li {
  background-color: #fff;
  padding: 3px 8px;
}
#new-cars-page .right-block .sort .selected li .icon {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.3em;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  #new-cars-page .right-block .sort .selected li:last-child {
    display: none !important;
  }
}
#new-cars-page .right-block .sort .dropdown button .btn:hover, #new-cars-page .right-block .sort .dropdown button .btn .show {
  border: none;
}
#new-cars-page .right-block .sort .dropdown button .btn.active {
  border: none;
}
#new-cars-page .right-block .blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #new-cars-page .right-block .blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  #new-cars-page .right-block .blocks {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
#new-cars-page .right-block .blocks .each-block {
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  #new-cars-page .right-block .blocks .each-block {
    margin-bottom: 0.5em;
  }
}
#new-cars-page .right-block .blocks .each-block .img {
  position: relative;
  padding-top: 56.5%;
}
#new-cars-page .right-block .blocks .each-block .img img {
  position: absolute;
  top: 0;
  left: 0;
}
#new-cars-page .right-block .blocks .each-block h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #1C1C1C;
}
#new-cars-page .right-block .blocks .each-block .tag {
  color: #808080;
  margin-bottom: 3px;
}
#new-cars-page .right-block .blocks .each-block .rupees {
  color: #DE0029;
  font-weight: 400;
  font-size: 1.1em;
}
#new-cars-page .right-block .blocks .each-block .line {
  background-color: #DE0029;
  height: 3px;
  width: 100%;
  opacity: 0;
}
#new-cars-page .right-block .blocks .each-block:hover .line {
  opacity: 1;
}

#cars-details-page {
  position: relative;
  padding: 3em 0;
}
#cars-details-page nav ol li a {
  color: #384192;
}
#cars-details-page .block {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 2em;
}
@media (max-width: 991.98px) {
  #cars-details-page .block {
    padding: 1em;
  }
}
#cars-details-page .block.block-1 {
  padding: 2em 1.5em;
}
#cars-details-page .block.block-1 p {
  color: rgba(0, 0, 0, 0.8);
}
#cars-details-page .content {
  position: relative;
}
#cars-details-page .content .share {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
#cars-details-page .content h2 {
  color: #1c1c1c;
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  #cars-details-page .content h2 {
    font-size: 1.5em;
  }
}
#cars-details-page .content .star {
  margin-bottom: 1em;
}
#cars-details-page .content .star img {
  display: none;
}
#cars-details-page .content .star p {
  color: #808080;
  font-weight: 400;
  display: none;
}
#cars-details-page .content .price {
  margin-bottom: 0;
}
#cars-details-page .content .price strong {
  font-size: 1.75em;
  font-weight: 500;
}
@media (min-width: 990px) and (max-width: 1100px) {
  #cars-details-page .content .price strong {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  #cars-details-page .content .price strong {
    font-size: 1.4em;
  }
}
#cars-details-page .content .price span {
  display: none;
  color: #384192;
  font-size: 1.5em;
  font-weight: 500;
  margin-left: 10px;
}
@media (min-width: 990px) and (max-width: 1100px) {
  #cars-details-page .content .price span {
    font-size: 1.35em;
  }
}
@media (max-width: 991.98px) {
  #cars-details-page .content .price span {
    font-size: 1.25em;
  }
}
#cars-details-page .content .tag {
  color: #808080;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 5em;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #cars-details-page .content .tag {
    margin-bottom: 4em;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #cars-details-page .content .tag {
    margin-bottom: 1em;
  }
}
@media (max-width: 991.98px) {
  #cars-details-page .content .tag {
    margin-bottom: 1em;
  }
}
#cars-details-page .content .buttons {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #cars-details-page .content .buttons {
    width: 75%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #cars-details-page .content .buttons {
    width: 80%;
  }
}
@media (min-width: 990px) and (max-width: 1100px) {
  #cars-details-page .content .buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #cars-details-page .content .buttons {
    width: 70%;
  }
}
#cars-details-page .content .buttons a {
  text-align: center;
}
#cars-details-page .mini-heading {
  margin: 2em 0 15px;
  color: #1c1c1c;
  font-size: 1.5em;
}
@media (max-width: 575.98px) {
  #cars-details-page .mini-heading {
    font-size: 1.15em;
  }
}
#cars-details-page .heading-tag {
  color: #808080;
}
#cars-details-page .specifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 767.98px) {
  #cars-details-page .specifications {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}
#cars-details-page .specifications li {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 1em;
  align-items: center;
}
#cars-details-page .specifications li .txt .subHead {
  color: #808080;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
#cars-details-page .specifications li .txt .heading {
  color: #1c1c1c;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: -0.8px;
}
#cars-details-page .summary .title {
  color: #de0029;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3px;
}
#cars-details-page .summary .des {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}
#cars-details-page .summary #more {
  display: none;
}
#cars-details-page .summary .read-less {
  color: #384192;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.1em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}
#cars-details-page .mileage-table thead {
  background: #f9f9f9;
}
#cars-details-page .mileage-table th {
  color: #808080;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  #cars-details-page .mileage-table th {
    min-width: 150px;
  }
}
#cars-details-page .mileage-table td {
  color: #1c1c1c;
}
#cars-details-page .mileage-table td span {
  color: #808080;
}
#cars-details-page .blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #cars-details-page .blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  #cars-details-page .blocks {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}
#cars-details-page .blocks .each-block {
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  #cars-details-page .blocks .each-block {
    margin-bottom: 0.5em;
  }
}
#cars-details-page .blocks .each-block h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
}
#cars-details-page .blocks .each-block .tag {
  color: #808080;
  margin-bottom: 3px;
}
#cars-details-page .blocks .each-block .rupees {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2em;
}
#cars-details-page .blocks .each-block .line {
  background-color: #de0029;
  height: 3px;
  width: 100%;
  opacity: 0;
}
#cars-details-page .blocks .each-block:hover .line {
  opacity: 1;
}
#cars-details-page .best-deal {
  margin-bottom: 2em;
  background: #384192;
  padding: 1em 1em 1.75em;
  color: #fff;
}
#cars-details-page .best-deal .title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
}
#cars-details-page .best-deal .icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
#cars-details-page .best-deal .icon a {
  color: #fff;
}
#cars-details-page .best-deal hr {
  opacity: 1;
}
#cars-details-page .best-deal p {
  opacity: 0.8;
  font-weight: 400;
}
#cars-details-page .best-deal .deal-btn {
  background-color: #fff;
  padding: 0.5em 0.75em;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #384192;
  text-transform: uppercase;
  display: none;
}
#cars-details-page .tech {
  margin-bottom: 2em;
  position: relative;
}
#cars-details-page .tech .content {
  position: absolute;
  bottom: 3em;
  left: 2em;
  right: 2em;
  margin: 0 auto;
}
#cars-details-page .tech .content .tag {
  font-weight: 300;
  font-size: 1em;
  color: #fff;
  opacity: 0.8;
}
#cars-details-page .tech .content h4 {
  font-style: italic;
}
#cars-details-page .tech .content .des {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.8;
}
#cars-details-page .colours-slider .image p {
  color: #1c1c1c;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
#cars-details-page .first-block {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
#cars-details-page .first-block img {
  width: 100%;
}
#cars-details-page .col-vertical-slider img {
  border: 0.631841px solid rgba(0, 0, 0, 0.3);
}
#cars-details-page .col-vertical-slider .slick-current img {
  border: 1px solid #de0029;
}
#cars-details-page .second-block {
  display: grid !important;
  grid-template-columns: 66.44% auto;
}
#cars-details-page .second-block img {
  width: 100%;
}
#cars-details-page .second-block .last {
  display: grid !important;
  grid-template-columns: 1fr;
}
#cars-details-page .second-block .last img {
  width: 100%;
}
#cars-details-page .accordion {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #ffffff;
}
#cars-details-page .accordion .accordion-item {
  border-radius: none;
}
#cars-details-page .accordion .accordion-button {
  background-color: initial;
  color: #1c1c1c;
  font-weight: 400;
  border-radius: 0;
}
#cars-details-page .accordion .accordion-button:focus {
  box-shadow: none;
}
#cars-details-page .accordion .accordion-body p {
  color: #686868;
}

@media (min-width: 1500px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 2000px) {
  .modal-dialog {
    max-width: 1000px;
  }
}
.modal-body {
  padding: 0;
}
.modal-body .versions {
  display: block;
}
.modal-body .versions a:last-child .each-block {
  border-bottom: none;
}
.modal-body .versions .each-block {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding: 0.75em 1.5em;
}
@media (max-width: 575.98px) {
  .modal-body .versions .each-block {
    padding: 0.75em;
    gap: 5px;
  }
}
.modal-body .versions .each-block .version h4 {
  color: #384192;
  font-size: 1.25em;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .modal-body .versions .each-block .version h4 {
    font-size: 0.975em;
  }
}
.modal-body .versions .each-block .version p {
  display: flex;
  gap: 1em;
}
.modal-body .versions .each-block .version p span {
  color: #808080;
}
.modal-body .versions .each-block .price {
  color: #1c1c1c;
  font-size: 1.1em;
  font-weight: 500;
}

@media (min-width: 3800px) and (max-width: 4000px) {
  #cars-details-page .block .specification-icons {
    width: 50px;
    height: 50px;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .image img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 2000px) {
  .inner-banner .image img {
    height: 300px;
  }
}
@media (min-width: 3000px) {
  .inner-banner .image img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .image img {
    height: 200px;
  }
}
@media (max-width: 390px) {
  .inner-banner .image img {
    height: 165px;
  }
}
@media (max-width: 320px) {
  .inner-banner .image img {
    height: 160px;
  }
}
.inner-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.inner-banner .content h4 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-size: 2.25em;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575.98px) {
  .inner-banner .content h4 {
    font-size: 1.75em;
  }
}
.inner-banner .content nav {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  margin: 0 auto;
}
.inner-banner .content nav ol {
  justify-content: center;
}
.inner-banner .content nav ol .breadcrumb-item {
  padding: 3px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .inner-banner .content nav ol .breadcrumb-item {
    padding: 2px;
  }
}
.inner-banner .content nav ol .breadcrumb-item a {
  color: #fff;
}
.inner-banner .content nav ol .breadcrumb-item.active {
  color: #de0029;
}

#privacy-policy {
  position: relative;
  padding: 3em 0;
}
#privacy-policy .content h1 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 575.98px) {
  #privacy-policy .content h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 360px) {
  #privacy-policy .content h1 {
    font-size: 1.4em;
  }
}
#privacy-policy .content h1 span {
  color: #DE0029;
}
#privacy-policy .content h4 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
#privacy-policy .content p {
  color: #808080;
  line-height: 1.5;
  font-size: 1.1em;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(/images/svg/loader.svg);
  background-size: cover;
  left: 50%;
  top: 50%;
}

#cars-details-page .modal-dialog .nav-link {
  color: #000;
  font-size: 1.28em;
}

#cars-details-page .modal-dialog .nav-link.active {
  color: #3e4c97;
}

.terms-conditions .content ul {
  padding-left: 2em;
}

.terms-conditions .content li {
  color: #808080;
  line-height: 1.5;
  font-size: 1.1em;
}

.terms-conditions .content li {
  list-style: disc;
}/*# sourceMappingURL=app.css.map */