.info {
  font-size: .8em;
  color: red;
  letter-spacing: 2px;
  padding-left: 5px;
}

#intro {
  background: url("../img/banner/top-banner.jpg") no-repeat center center;
  background-size: cover;
}

#parallelogram {
  width: 147px;
  height: 38px;
  border-radius: 5px;
  /* transform: skew(20deg); */
  background: #b1161a;
  padding: 8px 10px 8px 10px;
  margin-left: 30px;
}

#parallelogram p {
  color: #fff;
}

.top-nav-collapse {
  background-color: #222121 !important;
}

.navbar:not(.top-nav-collapse) {
  background: #000000bf !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #3949ab !important;
  }
}

.nav-item a {
  padding-right: 50px !important;
  text-transform: uppercase;
}

#intro .h6 {
  font-weight: 300;
  line-height: 1.7;
}

.hm-gradient .full-bg-img {
  background: rgba(42, 27, 161, 0.7);
  background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

#pricing .lead {
  opacity: 0.7;
}

#pricing .card-image {
  background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
  font-size: 1.1em;
}

.sell-vehicle-btn {
  background: #26a69a;
}

.sell-vehicle-btn:hover {
  background: #b1161a;
}

.sell-vehicle-div {
  background: #0a2cea;
}

.stop-repo-div {
  background: #977726;
}

#about h2:after {
  content: '';
  display: block;
  margin-top: 11px;
  margin-bottom: 24px;
  margin-left: 197px;
  width: 145px;
  height: 2px;
  background-color: #000;
}

#about p {
  text-align: justify;
  color: #000;
  font-size: 18px;
}

#about .car-img {
  width: 100%;
  margin-top: 130px;
}

#dealer {
  background: #cae1f6;
}

#dealer h2 {
  color: #000;
}

#dealer h2:after {
  content: '';
  display: block;
  margin-top: 11px;
  margin-bottom: 24px;
  margin-left: 186px;
  width: 167px;
  height: 2px;
  background-color: #000;
}

#dealer p {
  text-align: justify;
  color: #000;
  font-size: 18px;
}

#dealer .carkey-img {
  margin-top: 115px;
  width: 100%;
}

#sellvehicle {
  background: #b1161a;
  padding: 40px;
}

#sellvehicle .vehicle-btn {
  text-align: center;
}

#sellvehicle .vehicle-btn a:hover {
  background: #26a69a;
}

.font-icon-color {
  color: #26a69a;
}

.contact-send-btn {
  background: #b1161a;
}

.contact-send-btn:hover {
  background: #26a69a;
}

#lease-car .lease-heading:after {
  content: '';
  display: block;
  margin-top: 11px;
  margin-bottom: 24px;
  margin-left: 352px;
  width: 405px;
  height: 2px;
  background-color: #000;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cd-timeline-image-right {
  float: right;
  width: 45%;
}

.cd-timeline-image-right img {
  width: 100%;
}

.cd-timeline-image-left {
  float: left;
  width: 45%;
}

.cd-timeline-image-left img {
  width: 100%;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f5f5f5;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h2 {
  color: #303e49;
  font-weight: 500;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    float: left;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  #lease-car .lease-heading:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 55px;
    width: 226px;
    height: 2px;
    background-color: #000;
  }
  #about h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 100px;
    width: 145px;
    height: 2px;
    background-color: #000;
  }
  #dealer h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 86px;
    width: 167px;
    height: 2px;
    background-color: #000;
  }
  #about .car-img {
    width: 100%;
    margin-top: 30px;
  }
  #dealer .carkey-img {
    margin-top: 40px;
    width: 100%;
  }
  #dealer h2 {
    padding-top: 60px;
  }
  .cd-timeline-image-right {
    float: right;
    width: 84%;
  }
  .cd-timeline-image-left {
    float: right;
    width: 84%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #about h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 90px;
    width: 145px;
    height: 2px;
    background-color: #000;
  }
  #dealer h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 85px;
    width: 167px;
    height: 2px;
    background-color: #000;
  }
  #lease-car .lease-heading:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 140px;
    width: 405px;
    height: 2px;
    background-color: #000;
  }
  .cd-timeline-image-right {
    float: right;
    width: 92%;
  }
  .cd-timeline-image-left {
    float: right;
    width: 92%;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  #about h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 150px;
    width: 145px;
    height: 2px;
    background-color: #000;
  }
  #dealer h2:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 134px;
    width: 177px;
    height: 2px;
    background-color: #000;
  }
  #lease-car .lease-heading:after {
    content: '';
    display: block;
    margin-top: 11px;
    margin-bottom: 24px;
    margin-left: 263px;
    width: 405px;
    height: 2px;
    background-color: #000;
  }
  .cd-timeline-image-right {
    float: right;
    width: 94%;
  }
  .cd-timeline-image-left {
    float: right;
    width: 94%;
  }
}


/*-----------------------
-----------Login Model-----*/

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
  .modal-dialog .modal-content {
    padding: 1rem;
  }
}

.modal-header .close {
  margin-top: -1.5rem;
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons .btn {
  margin: 0 0.5rem 1rem;
}

.signup-section {
  padding: 0.3rem 0rem;
}


/*-----------------------
-----------Advertise Vehicle-----*/

.advertise-form {
  padding: 150px 0 100px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
.finish-btn {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 132px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #8eb852;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 3px;
}
.back-btn {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 132px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #8eb852;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 3px;
}
#vehicle-description-section,#financing-info-section,#upload-photos-section
{
  display: none;
}
.wrapper {
  width: 100%;
  padding: 63px 90px 0;
  background: #fff;
}

.wizard {
  position: relative;
}

.steps .current-info,
.steps .number {
  display: none;
}

.steps ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.steps ul li {
  margin-right: 10.8%;
  position: relative;
}

.steps ul li:last-child {
  margin-right: 0;
}

.steps ul li .step-arrow {
  position: absolute;
  top: 33%;
  left: 113%;
  max-width: 57%;
}

.steps ul li .step-order {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin-top: 14px;
}

h3 {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 29px;
  font-weight: 900;
}

.form-row {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.form-row .form-holder {
  width: 50%;
  margin-right: 20px;
}

.form-row .form-holder:last-child {
  margin-right: 0;
}

.form-row .form-holder.w-100 {
  width: 100%;
  margin-right: 0;
}

.form-row .form-group {
  width: 50%;
  display: flex;
}

.form-row .form-group .form-holder {
  margin-right: 21px;
}

.form-row .form-group .form-holder:last-child {
  margin-right: 0;
}

.form-holder {
  position: relative;
}

.form-holder i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
}

.form-holder i.zmdi-eye {
  cursor: pointer;
}

.form-control {
  height: 42px;
  border: 1px solid #e6e6e6;
  width: 100%;
  background: none;
  padding: 0 35px 0 19px;
  color: #999;
}

.form-control:focus {
  border-color: #8eb852;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

.actions {
  margin-top: 30px;
}

.actions ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.actions ul.step-4 {
  justify-content: center;
}

.actions ul.step-4 li:first-child {
  display: none;
}

.actions li a {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 132px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #8eb852;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 3px;
}

.actions li a:hover {
  background: #a1d15e;
}

.actions li:first-child a {
  width: 97px;
}

.actions li:last-child a {
  width: 234px;
}

table.cart {
  width: 100%;
  font-size: 15px;
  margin-bottom: 17px;
}

table.cart th {
  font-family: "Lato-Bold";
  color: #666;
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
}

table.cart td {
  padding: 13px 0;
  border-bottom: 1px solid #e6e6e6;
}

table.cart tr:last-child td {
  border: none;
}

table.cart tr:last-child td {
  padding-bottom: 0;
}

table.cart .item-thumb {
  display: inline-block;
  border: 1px solid #e6e6e6;
}

table.cart .product-thumb {
  width: 17.49%;
}

table.cart .product-detail {
  width: 22.45%;
}

table.cart .product-detail a {
  font-family: "Lato-Bold";
  color: #666;
  display: block;
  margin-bottom: 6px;
}

table.cart .product-detail span {
  color: #999;
}

table.cart .product-quantity {
  width: 16.25%;
}

table.cart .product-quantity .quantity {
  display: inline-block;
  width: 105px;
  height: 36px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.cart .product-quantity span {
  cursor: pointer;
  display: inline-block;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.cart .product-quantity input {
  border: none;
  padding: 0;
  width: 17px;
  font-size: 15px;
  color: #666;
  background: none;
  text-align: center;
}

table.cart .product-quantity input::-webkit-outer-spin-button,
table.cart .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table.cart .total-price {
  width: 39.78%;
  text-align: center;
}

table.cart .total-price span {
  font-family: "Lato-Bold";
  color: #92c752;
  font-weight: 700;
}

table.cart .product-remove {
  width: 4.03%;
  text-align: right;
}

table.cart .product-remove a {
  color: #666;
}

.cart_totals {
  font-size: 15px;
  color: #666;
  width: 66.56%;
  margin: auto;
  margin-bottom: 31px;
}

.cart_totals table {
  width: 100%;
}

.cart_totals th,
.cart_totals td {
  padding: 11px 0;
  vertical-align: top;
  text-align: left;
}

.cart_totals th {
  font-family: "Lato-Bold";
  color: #333;
  text-align: left;
  width: 65.81%;
}

.cart_totals th span {
  color: #999;
  font-size: 14px;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
  padding: 12px 0;
  color: #333;
  font-family: "Lato-Bold";
}

.checkbox label {
  padding-left: 21px;
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 13px;
}

.checkbox label span {
  font-family: "Lato-Bold";
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #999;
}

.checkbox .checkmark:after {
  content: "";
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  display: none;
}
.apply:before {
  position: absolute;
  left: 16px;
  height: 4px;
  width: 80px;
  background: #b1161a;
  content: '';
  bottom: 0;
}
.friendknow,.spokeami,.browser-search,.magazine,.radio-station,.other-define,.financing-detail
{
  display: none;
}
@media (max-width: 991px) {
  .steps ul li .step-arrow {
    top: 45%;
    left: 102%;
  }
  .cart_totals {
    width: 74%;
  }
}

@media (max-width: 767px) {
  body {
    background: none;
    height: auto;
    display: block;
  }
  .steps ul li .step-arrow {
    top: 35%;
  }
  .wrapper {
    width: auto;
    padding: 0;
    height: auto;
  }
  .wizard {
    height: auto;
    padding: 40px 20px 20px;
  }
  .form-row {
    display: block;
  }
  .form-row .form-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .form-row .form-group {
    width: 100%;
    display: block;
  }
  .actions ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .actions ul li {
    margin-bottom: 20px;
  }
  .cart_totals {
    width: 100%;
  }
  .cart_totals .shipping th,
  .cart_totals .shipping td {
    display: block;
    text-align: left;
  }
  .cart_totals td {
    text-align: right;
  }
  .cart_totals th {
    width: 80%;
  }
  table.cart th {
    display: none;
  }
  table.cart td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
  }
  table.cart td:before {
    content: attr(data-title);
    font-weight: 700;
    color: #333;
  }
  table.cart .product-thumb,
  table.cart .product-detail,
  table.cart .product-quantity,
  table.cart .total-price,
  table.cart .product-remove {
    width: 100%;
  }
  table.cart .product-thumb,
  table.cart .product-remove {
    justify-content: center;
  }
  table.cart tr:first-child td:last-child {
    padding-bottom: 30px;
  }
  table.cart tr:last-child td {
    padding-bottom: 13px;
  }
  table.cart tr:last-child td:first-child {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
}
.dropdown-content
{
  display: none;
  background: #000;
  z-index: -9;
  position: absolute;
  min-width: 133px;
  z-index: 1;
  margin-left: -62px;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.drop-down:hover .dropdown-content
{
  display: block;

}