* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #db2d2e;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #db2d2e;;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #db2d2e;;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #db2d2e;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #db2d2e;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #db2d2e;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #db2d2e;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f5e4"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #db2d2e;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #db2d2e;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.car-item .sk-car-image{
    position: relative;
    overflow: hidden;
    height: 180px;
}

.sk-car-listing-image{
    height: 280px !important;
}
.sk-center-row{
    justify-content: center !important;
}
.sk-search{
    background: #242222;
    display: block;
    padding: 30px 10px;
    width: 100%;
    border-top: 5px solid #db2d2e;
}
.sk-search .row{
    justify-content: center;
}
.sk-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sk-center a{
    width: fit-content;
}
.menu-links{
    display: flex !important;
    width: 100%;
    justify-content: space-around;
}
.car-body{
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.car-body img{
     transition: 1.5s ease;
}
.car-body h4{
    font-size: 18px;
}
.car-body img:hover{
    transform:translatey(-5px);
}
.dayTime{
    display: flex;
    justify-content:  space-between;
}
.dayTime p {
    margin:0px;
    color: #fff !important;
}
.copyright p{
    color:#fff !important;
}
#rev_slider_2_1_wrapper {
  position: relative !important;
  height: 50vh !important;
  max-height: 50vh !important;
  overflow: hidden !important;
}

#rev_slider_2_1_wrapper::before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55) !important; /* darkness level */
  z-index: 999 !important; /* force above background */
  pointer-events: none !important;
}

#rev_slider_2_1 .tp-caption {
  position: relative !important;
  z-index: 1000 !important; /* above overlay */
}

#rev_slider_2_1 .rev-slidebg {
  height: 50vh !important;
  object-fit: cover !important;
}


 /* Slider height */
    .carousel-item {
      height: 50vh;
      position: relative;
      background-size: cover;
      background-position: center;
    }

    /* Overlay */
    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    /* Slide content */
    .carousel-caption {
      z-index: 2;
    }

    .carousel-caption h1 {
      font-size: 3.5rem;
      font-weight: 700;
      text-transform: uppercase;
      color:white;
      line-height:60px;
    }

    .carousel-caption p {
      font-size: 1.2rem;
      text-transform: uppercase;
      color:white;
    }

    .carousel-caption .btn {
      background-color: #db2d2e;
      color: #fff;
      border: none;
      padding: 12px 28px;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.3s ease;
    }

    .carousel-caption .btn:hover {
      background-color: #fff;
      color: #000;
    }

    /* Car images */
    .car-img {
      position: absolute;
      bottom: 0;
      max-height: 60%;
      z-index: 2;
      transition: transform 1s ease;
    }

    .carousel-item.active .car-img {
      transform: translateY(0);
    }

    .car-left {
      left: 10%;
    }

    .car-right {
      right: 10%;
    }
    .menu-logo a{
        display:flex;
        justify-content:center;
    }
    .menu-logo img{
        width:70%;
    }
    .carousel-caption {
            bottom: 9.25rem !important;
    }
    .mega-menu{
        background-color:#242222;
    }
    .car-title {
  display: block !important;
  min-height: 48px !important;   /* 2 lines of text */
  line-height: 24px !important;  /* 24px per line */
  overflow: hidden !important;
}

.dayTime.active-day {
    background: #DB2D2E;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
    
    
