/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.testimonials {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.testimonials__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonials__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .testimonials__content {
    text-align: center;
  }
}
.testimonials__image-block {
  text-align: center;
}
.testimonials__image {
  width: 84%;
}
@media only screen and (max-width: 991px) {
  .testimonials__image {
    width: 70%;
  }
}
.testimonials__floating-image {
  position: absolute;
  bottom: -10px;
  left: 29%;
  width: 250px;
}
@media only screen and (max-width: 1279px) {
  .testimonials__floating-image {
    display: none;
  }
}
.testimonials__dots {
  padding-left: 0;
  top: 200px;
}
@media only screen and (max-width: 991px) {
  .testimonials__dots {
    top: 240px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1172px) {
  .testimonials__dots {
    top: 160px;
  }
}
.testimonials__copy {
  font-weight: 600;
  padding-right: 225px;
  min-height: 120px;
}
@media only screen and (max-width: 991px) {
  .testimonials__copy {
    padding-right: 0px;
  }
}

.testim {
  width: 100%;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 10px 0px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .dots {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #263238;
  margin: 0 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #263238;
  border-color: #263238;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #faedcb;
    box-shadow: 0px 0px 10px 5px #faedcb;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #faedcb;
    box-shadow: 0px 0px 0px 0px #faedcb;
  }
}
@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -moz-box-shadow: 0px 0px 10px 5px #faedcb;
    box-shadow: 0px 0px 10px 5px #faedcb;
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 0px #faedcb;
    box-shadow: 0px 0px 0px 0px #faedcb;
  }
}
@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -ms-box-shadow: 0px 0px 10px 5px #faedcb;
    box-shadow: 0px 0px 10px 5px #faedcb;
  }
  100% {
    -ms-box-shadow: 0px 0px 0px 0px #faedcb;
    box-shadow: 0px 0px 0px 0px #faedcb;
  }
}
@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -o-box-shadow: 0px 0px 10px 5px #faedcb;
    box-shadow: 0px 0px 10px 5px #faedcb;
  }
  100% {
    -o-box-shadow: 0px 0px 0px 0px #faedcb;
    box-shadow: 0px 0px 0px 0px #faedcb;
  }
}
@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #faedcb;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #faedcb;
  }
}
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}
.cars-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 20px));
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .cars-list {
    grid-template-columns: none;
  }
}
.cars-list__item {
  background-color: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
.cars-list__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cars-list__info {
  padding: 10px 20px;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.cars-list__pricing {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  gap: 15px;
}
.cars-list__fee-section:first-child {
  text-align: left;
}
.cars-list__fee-section:last-child {
  text-align: right;
}
.cars-list__label {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.cars-list__amount {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.cars-list__after-price {
  font-size: 12px;
  font-weight: normal;
}
.cars-list__title {
  padding-bottom: 10px;
  flex-grow: 1;
}

.home-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c9e4de;
  position: relative;
}
.home-banner__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 96%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .home-banner__wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.home-banner__content {
  padding: 40px 50px;
  background-color: #f2aaae;
  border-radius: 26px;
  width: 100%;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-banner__content {
    text-align: center;
  }
}
.home-banner__form-wrapper {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 26px;
  width: 100%;
  z-index: 1;
}
.home-banner__content-img {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .home-banner__content-img {
    width: 160px;
  }
}
.home-banner__form-image {
  text-align: right;
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .home-banner__form-image {
    display: none;
  }
}
.home-banner__form-img {
  position: absolute;
  bottom: -40px;
  right: 10px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home-banner__form-img {
    width: 200px;
  }
}
.home-banner__content-copy {
  color: #263238;
  font-weight: 600;
  margin-top: 30px;
}
.home-banner__price {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .home-banner__price {
    display: block;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.home-banner__form-title {
  color: #dbcdf0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .home-banner__form-title {
    text-align: center;
  }
}
.home-banner__content-image {
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .home-banner__content-image {
    position: relative;
    bottom: 0;
  }
}
.home-banner__floating-img-center {
  position: absolute;
  bottom: 0;
  right: 49%;
  z-index: 0;
  width: 190px;
}
@media only screen and (max-width: 1279px) {
  .home-banner__floating-img-center {
    display: none;
  }
}
.home-banner__floating-img-right {
  position: absolute;
  top: 35%;
  right: 0;
  width: 290px;
}
@media only screen and (max-width: 1279px) {
  .home-banner__floating-img-right {
    display: none;
  }
}

.home-dealership__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faedcb;
  padding: 2px 30px;
  border-radius: 16px;
  max-width: 96%;
  margin: 50px 30px 0px 30px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__wrapper {
    display: block;
    text-align: center;
    padding: 25px 20px;
  }
}
.home-dealership__btn {
  border: none;
  background-color: #dbcdf0;
  padding: 4px 38px;
  border-radius: 21px;
  text-decoration: none;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
}
.home-dealership__btn:hover {
  background-color: #c9e4de;
}
.home-dealership__content {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__content {
    margin-bottom: 25px;
  }
}
.home-dealership__img {
  transform: scale(1.5);
  width: 60px;
  position: relative;
  left: 15px;
  top: -2px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__img {
    display: none;
  }
}
.home-dealership__advert {
  padding-top: 40px;
  max-width: 96%;
  margin: 0 auto;
}
.home-dealership__advert-img {
  width: 100%;
}

.home-benefits {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.home-benefits__items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 76%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .home-benefits__items {
    grid-template-columns: repeat(1, 1fr);
    width: 88%;
  }
}
.home-benefits__title {
  text-align: center;
  margin-bottom: 30px;
}
.home-benefits__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.home-benefits__item-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.home-benefits__item-content-list-item {
  line-height: 20px;
  margin-bottom: 10px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .home-benefits__item-content-list-item {
    padding-right: 0px;
  }
}
.home-benefits__item-title {
  margin: 0;
  padding-left: 5px;
}
.home-benefits__item-title p {
  margin: 0;
}
.home-benefits__item-title-1 {
  color: #f2aaae;
}
.home-benefits__item-title-2 {
  color: #c6def1;
}
.home-benefits__item-title-3 {
  color: #dbcdf0;
}
.home-benefits__floating-img {
  position: absolute;
  bottom: -10px;
  width: 255px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  .home-benefits__floating-img {
    display: none;
  }
}

.how-it-works {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dbcdf0;
  position: relative;
}
.how-it-works__header, .how-it-works__image {
  text-align: center;
}
.how-it-works__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.how-it-works__img {
  width: 90%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .how-it-works__img {
    display: none;
  }
}
.how-it-works__floating-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
@media only screen and (max-width: 1279px) {
  .how-it-works__floating-image {
    display: none;
  }
}
.how-it-works__button {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 15px;
}
.how-it-works__mobile-item-1 {
  background-color: #c9e4de;
}
.how-it-works__mobile-item-2 {
  background-color: #f2aaae;
}
.how-it-works__mobile-item-3 {
  background-color: #faedcb;
}
.how-it-works__mobile-item-4 {
  background-color: #FFDAC1;
}
.how-it-works__mobile-item-5 {
  background-color: #c6def1;
}
.how-it-works__mobile-item-6 {
  background-color: #ffffff;
}
.how-it-works__mobile-image {
  width: 86px;
}
.how-it-works__mobile-item-content {
  display: flex;
  align-items: center;
}
.how-it-works__mobile-item {
  display: flex;
  border-radius: 24px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.how-it-works__mobile-item-content span {
  font-size: 58px;
  font-weight: 600;
  padding-left: 20px;
  color: #ffffff;
  line-height: 58px;
}
.how-it-works__mobile-item-content p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
}
.how-it-works__mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .how-it-works__mobile-wrapper {
    display: block;
    background-image: url(/wp-content/uploads/2024/01/Road-Portion-2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
  }
}

.how-it-works__mobile-item-6 span {
  color: #dbcdf0;
}

.eligibility {
  position: relative;
}
.eligibility__floating-image {
  position: absolute;
  bottom: -60px;
  width: 140px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  .eligibility__floating-image {
    display: none;
  }
}

.why-choose-us {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c9e4de;
  position: relative;
}
.why-choose-us__items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .why-choose-us__items {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.why-choose-us__item {
  border-radius: 26px;
  padding: 40px 40px;
}
@media only screen and (max-width: 991px) {
  .why-choose-us__item {
    text-align: center;
  }
}
.why-choose-us__image {
  width: 70%;
}
.why-choose-us__footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.why-choose-us__image-block {
  text-align: center;
  margin-bottom: 30px;
}
.why-choose-us__footer-buttons {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .why-choose-us__footer-buttons {
    text-align: center;
  }
}
.why-choose-us__item-one {
  background-color: #f2aaae;
}
.why-choose-us__item-two {
  background-color: #dbcdf0;
}
.why-choose-us__item-three {
  background-color: #faedcb;
}
.why-choose-us__item-four {
  border: 1px solid #ffffff;
}
.why-choose-us__title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .why-choose-us__item p {
    padding-right: 0px;
  }
}
.why-choose-us__footer-buttons a {
  margin: 6px 8px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us__footer-buttons a {
    margin: 12px 50px;
    display: block;
  }
}
.why-choose-us__floating-image {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  width: 250px;
}
@media only screen and (max-width: 1279px) {
  .why-choose-us__floating-image {
    display: none;
  }
}
.why-choose-us__floating-image-bottom {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 230px;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  .why-choose-us__floating-image-bottom {
    display: none;
  }
}

.explore-our-fleet {
  background-color: #c6def1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.explore-our-fleet__title {
  text-align: center;
  margin: 0 0 20px;
}
.explore-our-fleet__cars {
  text-align: center;
}
.explore-our-fleet__cars .cars-list {
  text-align: left;
  margin: 0 0 20px;
  column-gap: 10px;
}
.explore-our-fleet__view-more-btn {
  background-color: #ffffff;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 28px;
  border-radius: 21px;
  text-decoration: none;
  cursor: pointer;
}
.explore-our-fleet__view-more-btn:hover {
  color: #263238;
  background-color: #c6def1;
}

.page-template-home .footer-dealership {
  display: none;
}

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