@font-face {
  font-family: "Keep Calm";
  src: url("../fonts/keep_calm_medium.ttf");
}

@font-face {
  font-family: "Hind Semibold";
  src: url("../fonts/hind_semibold.ttf");
}

body {
  font-family: "Montserrat", sans-serif;
}

.main-container {
  max-width: 1260px;
  margin: 0 auto;
}

.logo {
  padding-top: 5px;
}

.logo svg {
  width: 40px;
}

.logo .logo-icon-stroke {
  fill: none;
  stroke: #d81e42;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.logo .brand-name {
  font-family: "Keep Calm", sans-serif;
  color: #000;
  display: inline-block;
  position: relative;
  margin-top: 8px;
}

.logo .brand-name .logo-title {
  position: absolute;
  font-size: 3rem;
  top: -50px;
  left: 10px;
}

.logo .brand-name .logo-title span {
  font-family: "Hind Semibold";
  font-size: 3.4rem;
}

.logo .brand-name .logo-subtitle {
  position: absolute;
  font-size: 0.8rem;
  width: 200px;
  left: 15px;
  top: 10px;
}

.logo:hover {
  text-decoration: none;
}

.logo.white .logo-icon-stroke {
  stroke: #fff;
}

.logo.white .brand-name {
  color: #fff;
}

.opacity-0 {
  opacity: 0;
}

.sticky-top {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
  background-color: #d81e42 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #191923 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ababc3 !important;
  font-weight: 600;
}

.stuck .navbar-dark .navbar-nav .active > .nav-link,
.stuck .navbar-dark .navbar-nav .nav-link.active,
.stuck .navbar-dark .navbar-nav .nav-link.show,
.stuck .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff !important;
}

.stuck .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}

.stuck .phone-cta {
  color: #fff;
}

.stuck .phone-cta .tr-phone {
  color: #191923;
}

.big-nav-link {
  display: block;
  padding: 0rem 1rem;
}

.phone-cta {
  font-size: 21px;
  font-weight: 600;
  color: #191923;
  margin-top: 4px;
  display: block;
}

.phone-cta .tr-phone {
  color: #d81e42;
  font-size: 2rem;
  margin: -5px 0;
  margin-right: 14px;
  float: left;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.link-primary {
  color: #d81e42;
}

.link-primary:hover {
  color: #ab1834;
}

header {
  margin-top: -79px;
  padding: 150px 0;
  height: 638px;
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #d81e42), color-stop(36%, white), color-stop(64%, white), color-stop(64%, white));
  background: linear-gradient(to right, #d81e42 36%, white 36%, white 64%, white 64%);
}

.text-primary {
  color: #d81e42 !important;
}

.jambotron {
  float: right;
  text-align: right;
}

.jambotron .big-text {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}

.jambotron p {
  font-size: 20px;
  font-weight: 300;
  color: #555;
}

.btn {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 20px;
}

.btn-big {
  padding: 10px 40px;
  font-size: 20px;
}

.btn-primary {
  background: #d81e42;
  border-color: #d81e42;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ab1834;
  border-color: #ab1834;
}

.btn-outline-dark {
  border-width: 2px;
}

.grid-center {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.slider-index {
  float: left;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 40px;
}

.slider-index span {
  opacity: 0.5;
}

.current {
  font-size: 3rem;
  opacity: 1 !important;
}

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

h1 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.car {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 160px;
  background-size: cover;
  background-position: center;
}

.car-content .car-price {
  background: #d81e42;
  padding: 2px 6px;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.car-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#slide-1:checked ~ .slider__holder .slider__item--1 .car-link {
  display: block;
}

#slide-2:checked ~ .slider__holder .slider__item--2 .car-link {
  display: block;
}

#slide-3:checked ~ .slider__holder .slider__item--3 .car-link {
  display: block;
}

#slide-4:checked ~ .slider__holder .slider__item--4 .car-link {
  display: block;
}

#slide-5:checked ~ .slider__holder .slider__item--5 .car-link {
  display: block;
}

.car-data {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(31%, rgba(25, 25, 35, 0.8)), to(transparent));
  background: linear-gradient(0, rgba(25, 25, 35, 0.8) 31%, transparent);
  width: 100%;
  padding: 8px 10px;
  position: absolute;
  color: #fff;
}

.car-data p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.car-data .car-make {
  font-size: 15px;
}

.car-data .car-model {
  font-size: 18px;
  font-weight: 600;
}

.car-data .car-year-km {
  font-size: 11px;
}

.car-data .car-price {
  font-size: 11px;
  background: #d81e42;
  padding: 2px 6px;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.car-list {
  height: 638px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow-y: scroll;
}

.car-list::-webkit-scrollbar {
  width: 6px;
  background: rgba(77, 75, 75, 0.1);
}

.car-list::-webkit-scrollbar-thumb {
  background-color: #d81e42;
  border-radius: 5px;
  cursor: pointer;
}

.car-list::-webkit-scrollbar-track {
  background: rgba(77, 75, 75, 0.1);
}

#car-listing {
  background: #ccdeec;
  height: 638px;
}

#car-listing .link-primary {
  font-weight: 600;
  margin-top: 12px;
}

#car-listing .link-primary:hover {
  text-decoration: none;
}

#car-listing .upcoming-cars {
  background: url("../images/car-bg.jpg");
  height: 700px;
  width: 100%;
  position: absolute;
  margin-top: -35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 10px;
  padding: 20px 10px;
  background-size: cover;
  background-position: top;
}

#car-listing .upcoming-cars .car-png {
  margin-top: 100px;
  margin-left: -40px;
  margin-right: -40px;
}

#car-listing .upcoming-cars .car-png .carousel-inner {
  padding: 0 40px;
}

#car-listing .upcoming-cars .car-png .carousel-control-next,
#car-listing .upcoming-cars .car-png .carousel-control-prev {
  top: -260px;
}

#car-listing .upcoming-cars .car-details {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  height: 135px;
  margin-bottom: 5px;
}

#car-listing .upcoming-cars .car-details .make-img {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}

#car-listing .upcoming-cars .car-details .car-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

#car-listing .upcoming-cars .car-details .car-model {
  color: #555;
  font-size: 18px;
  font-weight: 400;
}

#car-listing .upcoming-cars .car-details p {
  font-size: 12px;
}

#car-listing .upcoming-cars .car-details .price-row {
  margin: 10px auto;
  margin-bottom: 0;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 9px;
}

#car-listing .upcoming-cars .car-details .price-row p {
  font-size: 15px;
  margin-bottom: 0;
}

#car-listing .upcoming-cars .car-details .price-row .phone {
  font-weight: 600;
  font-size: 14px;
}

#car-listing .upcoming-cars .car-details .price-row .phone .tr-phone {
  color: #d81e42;
}

#car-listing .upcoming-cars .car-details .price-row .car-year {
  background: #d81e42;
  color: #fff;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 4px;
}

#car-listing .upcoming-cars .car-details .description {
  color: #555;
  text-align: justify;
}

#car-listing .upcoming-cars .car-details.description {
  height: 105px;
  font-size: 14px;
}

#car-listing .upcoming-cars .the-car {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 250px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-item {
  padding-left: 10px;
  padding-right: 10px;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

#our-videos {
  padding-top: 120px;
  padding-bottom: 120px;
}

#our-videos .hide-pluggin {
  background-color: #ffffff;
  height: 65px;
  width: 100%;
  margin-top: -50px;
  position: absolute;
  left: 0;
  z-index: 99999;
}

.yottie-widget-contents + a {
  display: none !important;
}

.m-l--15 {
  margin-left: -15px;
}

.m-r--15 {
  margin-right: -15px;
}

.p-0 {
  padding: 0;
}

#subscribe {
  margin-bottom: 92px;
}

#subscribe .subscribe-btn {
  border-radius: 4px;
  background: #cc0000;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  color: #fff;
  background: #990000;
}

#subscribe h3 {
  font-weight: 600;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  background: #142331;
}

footer h5,
footer h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

footer p {
  font-weight: 300;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #bfd6e2;
  text-decoration: none;
}

footer span {
  font-size: 12px;
}

footer .copyright {
  position: absolute;
  bottom: 0;
}

footer .copyright a,
footer .copyright span {
  color: #bfd6e2;
}

footer .copyright span a {
  font-weight: 600;
}

.facebook-like-widget {
  background: #fff;
  border-radius: 70px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

.facebook-like-widget img {
  width: 100px;
  height: 100px;
  margin-top: 40px;
  border: 4px solid #fff;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

.facebook-like-widget .fb-name {
  margin-left: 15px;
}

.facebook-like-widget h3 {
  color: #191923;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -2px;
}

.facebook-like-widget p {
  color: #555;
}

.facebook-like-widget i {
  color: #0065fd;
  font-size: 2.5rem;
  margin: 30px;
}

.facebook-like-widget:hover {
  -webkit-box-shadow: 0px 4px 10px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 8px rgba(0, 0, 0, 0.3);
}

.facebook-like-widget:hover img {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.single-page-nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.filter-group {
  background: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  min-width: 50px;
}

.filter-group h5 {
  text-transform: uppercase;
  color: #ababc3;
  margin-bottom: 30px;
  font-size: 1rem;
}

.filter-group .slider-input {
  border: none;
  width: 100%;
}

.filter-group .slider-input:focus {
  outline: none;
}

.filter-group .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  background: #dce3f3;
  margin-bottom: 25px;
}

.filter-group .ui-slider-horizontal .ui-slider-range {
  background: #d81e42;
}

.filter-group .ui-state-default,
.filter-group .ui-widget-content .ui-state-default {
  border-radius: 20px;
  margin-top: -6px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-color: #dce3f3;
  position: absolute;
  cursor: -webkit-grab;
  cursor: grab;
}

.filter-group .ui-state-default,
.filter-group .ui-widget-content .ui-state-default:focus:active {
  border: 2px solid #d81e42;
  outline: none;
}

.filter-group.sm {
  padding: 12px 12px;
  margin-left: 15px;
}

.filter-group.sm .order-by {
  cursor: pointer;
}

.filter-group.sm .order-by i {
  font-size: 22px;
  color: #d81e42;
  padding: 0 10px;
}

.filter-group.sm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #ababc3;
  border: none;
  cursor: pointer;
  padding: 0 4px;
  text-transform: uppercase;
}

.text-light-black {
  color: #ababc3;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  padding-top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 3px;
  border: 1.5px solid #dce3f3;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: transparent;
  border: 1.5px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 14px;
  border: solid #d81e42;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.radio-container {
  cursor: pointer;
  margin-bottom: 0;
}

.radio-container i {
  color: #ababc3;
  font-size: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ i {
  color: #d81e42;
}

.tab-container {
  border: 1px solid #dce3f3;
  border-radius: 4px;
}

.tab-container input {
  display: none;
}

.tab-label {
  margin-bottom: 0;
  cursor: pointer;
  width: 50%;
  text-align: center;
}

.tab-label span {
  padding: 9px 3px;
  display: block;
}

.checked-bg {
  width: 50%;
  height: 40px;
  background: #d81e42;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  margin-left: 50%;
  display: none;
}

.tab-label input {
  position: absolute;
}

.reg-radio:checked ~ span {
  background: #d81e42;
  color: #fff;
}

#registered:checked ~ #checked-bg {
  margin-left: 0%;
}

.make-logo {
  width: 50px;
  margin-top: -3px;
}

.call-btn:hover span {
  display: none;
}

.call-btn:hover:before {
  content: "Call 0714323925";
}

.upcoming-bg {
  background: url("../images/upcoming-bg.jpg");
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: -60px;
}

.upcoming-bg h2 {
  font-size: 3rem;
  font-weight: 600;
}

.upcoming-bg h4 {
  margin-bottom: 0;
  margin-top: 1rem;
}

.upcoming-bg .car-year {
  background: #d81e42;
  color: #fff;
  font-weight: 600;
  display: table;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 1.3rem;
}

.upcoming-bg .car-png {
  max-width: 550px;
  height: auto;
}

#contact .contact-right {
  display: block;
  width: 50%;
  float: right;
  background: #d81e42;
  color: #fff;
  position: absolute;
  top: 70px;
  right: 0;
  padding: 60px 30px;
}

#contact .contact-points {
  margin-left: 0;
  padding-left: 0;
}

#contact .contact-points li {
  list-style-type: none;
  font-size: 1.3rem;
  line-height: 2.5;
}

#contact .contact-points li i {
  margin-right: 15px;
  color: #d81e42;
}

#contact .contact-points li a {
  color: #191923;
}

#contact .social-media {
  padding-left: 0;
  margin-left: -7px;
  margin-bottom: 185px;
}

#contact .social-media li {
  display: inline;
}

#contact .social-media li a {
  color: #191923;
}

#contact .social-media li a:hover {
  color: #d81e42;
  text-decoration: none;
}

#contact .form-control {
  background: transparent;
  padding: 30px 15px;
  color: #fff;
}

#contact textarea.form-control {
  padding: 20px 15px;
}

#contact .btn {
  padding: 10px 70px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: 17px 15px;
}

.form-label-group > label {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #ffffff7c;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group textarea::-webkit-input-placeholder,
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #ffffff7c;
}

.no-decorations {
  text-decoration: none;
  color: inherit;
}

.no-decorations .car-list-item {
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.no-decorations:hover {
  text-decoration: none;
  color: inherit;
}

.no-decorations:hover .car-list-item {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  header {
    background: transparent;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
  }
  header .slider-index {
    text-align: center;
    float: inherit;
    margin-top: 0px;
  }
  header .col-lg-7 {
    background: #d81e42;
    padding-top: 60px;
    padding-bottom: 15px;
  }
  header .col-lg-5 {
    background: #fff;
  }
  header .jambotron {
    float: inherit;
    text-align: center;
    padding: 60px 0;
  }
  header .jambotron .big-text {
    font-size: 4.4rem;
    margin-bottom: 15px;
  }
  header .btn {
    margin-bottom: 15px;
  }
  .navbar {
    background: #d81e42;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.24);
  }
  .navbar .phone-cta .tr-phone {
    color: #fff;
  }
  .navbar .navbar-dark .navbar-nav .active > .nav-link,
  .navbar .navbar-dark .navbar-nav .nav-link.active,
  .navbar .navbar-dark .navbar-nav .nav-link.show,
  .navbar .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff !important;
  }
  #car-listing {
    height: auto;
    background: transparent;
  }
  #car-listing .car-list {
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ccdeec;
  }
  #car-listing .car-list h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  #car-listing .car-list .link-primary {
    margin-bottom: 20px;
    float: left !important;
  }
  #car-listing .upcoming-cars {
    position: relative !important;
    padding: 20px 15px;
    margin-top: -60px;
  }
  #car-listing .upcoming-cars .car-png {
    margin-left: -15px;
    margin-right: -15px;
  }
  #our-videos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #our-videos #subscribe {
    margin-bottom: 80px;
  }
  #our-videos #subscribe h3 {
    padding-top: 35px;
    margin-top: 30px;
  }
  footer {
    text-align: center;
  }
  footer .copyright {
    position: relative;
  }
  #contact .contact-right {
    width: 100%;
    position: relative;
    padding: 60px 15px;
    margin-top: 0;
    top: 0;
  }
  #contact .social-media {
    margin-bottom: 30px;
  }
}

.gallery li img {
  border-radius: 6px;
}

.car-single #close-full-screen {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 1px;
  z-index: 999;
  font-size: 3rem;
  cursor: pointer;
}

.car-single #slider-wrap.fullscreen {
  position: fixed;
  background: #000000f7;
  width: 100%;
  height: 100vh;
  z-index: 1;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 60px;
}

.car-single #slider-wrap.fullscreen .lSSlideOuter {
  border: 1px solid #fff;
  border-radius: 10px;
}

.car-single h3 {
  font-weight: 500;
}

.car-single .price {
  color: #d81e42;
  font-weight: 600;
}

.car-single .carcode {
  font-size: 12px;
  color: #ababc3;
  font-weight: 300;
}

.car-single p {
  color: #191923;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
}

.car-single .car-features .car-feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-single .car-features .row {
  margin-bottom: 10px;
}

.car-single .car-features span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ababc3;
  font-size: 13px;
}

.car-single .car-features span i {
  font-size: 45px;
  margin-right: 10px;
}

.car-single .car-features span p {
  color: #ababc3;
  text-align: left;
}

.car-single p {
  font-weight: 400;
  color: #191923;
  letter-spacing: -0.2px;
}

.car {
  height: 180px;
}

.car p {
  color: #fff;
}

.car-list-item {
  border-radius: 7px;
  margin-bottom: 40px;
  overflow: hidden;
}

.car-list-data {
  padding: 15px 5px;
}

.car-list-data .car-code {
  font-size: 12px;
  margin-bottom: 2px;
}

.car-list-data .car-price {
  color: #d81e42;
  font-weight: 600;
  font-size: 14px;
}

.car-list-data i {
  font-size: 38px;
  float: left;
}

.car-list-data .icon-text {
  font-size: 12px;
  float: left;
  margin-top: 17px;
  margin-left: 10px;
}

.car-image {
  background: url("https://placehold.it/600x400") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.car-list-data.upcoming {
  padding: 20px 50px;
  padding-bottom: 0px;
}

.car-list-data.upcoming h4 {
  font-weight: 600;
  font-size: 2rem;
}

.car-list-data.upcoming .car-code {
  font-size: 15px;
  margin-bottom: 2px;
}

.car-list-data.upcoming .car-price {
  font-size: 18px;
}

.car-list-data.upcoming i {
  font-size: 3.5rem;
  float: left;
}

.car-list-data.upcoming .icon-text {
  font-size: 1rem;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}

.car-image.upcoming {
  background-color: #d81e42 !important;
  background: -webkit-linear-gradient(-45deg, #dce3f3 50%, #d81e42 35%) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 10px;
}

.feature-col {
  width: 20%;
}

h5 {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.collapse-menu:hover {
  text-decoration: none;
}

@media (max-width: 560px) {
  .car-list-data.upcoming i {
    font-size: 2.5rem;
  }
  .car-list-data.upcoming .icon-text {
    margin-top: 17px;
  }
}
/*# sourceMappingURL=main.css.map */