/*-------------------------------------*/
/*Contact Us Page*/
/*-------------------------------------*/
.bgbanner.contact {
    background-image: url(/images/contact-banner.png);
}

/*-------------------------------------*/
/*About Us Page*/
/*-------------------------------------*/
.bgbanner.about {
    background-image: url(/images/dsl-about-banner-small.jpg);
    background-position-y: top !important;
}
/* The actual timeline (the vertical ruler) */
.about-timeline .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.about-timeline .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #119A48;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -3px;
}
/* Container around content */
.about-timeline .timeline .t-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.about-timeline .timeline .t-container::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: -25px;
    background-color: #ffffff;
    /* border: 4px solid #119A48; */
    top: 18px;
    border-radius: 50%;
    z-index: 1;
    background-image: url(/images/cog_empty.png);
    background-size: contain;
}
/* Place the container to the left */
.about-timeline .timeline .left {
  left: 0;
}
/* Place the container to the right */
.about-timeline .timeline .right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.about-timeline .timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #d6d6d6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d6d6d6 transparent transparent;
}
/* Add arrows to the right container (pointing left) */
.about-timeline .timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #d6d6d6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d6d6d6 transparent transparent;
}
/* Fix the circle for containers on the right side */
.about-timeline .timeline .right::after {
  left: -12px;
}
/* The actual content */
.about-timeline .timeline .content {
  padding: 20px 30px;
    background-color: #67696B;
    position: relative;
    border-radius: 6px;
    color: #fff;
}
/* The number to show in the cirlce */
.number{
  position: absolute;
  left:-25px;
  top:19px;
  z-index:3;
  font-size:2rem;
  color:#119A48;
  width: 50px;
  height: 50px;
  text-align: center;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .about-timeline .timeline::after {
    display: none;
  }
/* Full-width containers */
  .about-timeline .timeline .t-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
/* Make sure that all arrows are pointing leftwards */
  .about-timeline .timeline .t-container::before {
    left: 60px;
    border: medium solid #d6d6d6;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d6d6d6 transparent transparent;
  }
/* Make sure all circles are at the same spot */
  .about-timeline .timeline .left::after, .about-timeline .timeline .right::after {
    display:none;
  }
  .number{display:none;}
/* Make all right containers behave like the left ones */
  .about-timeline .timeline .right {
    left: 0%;
  }
  .about-timeline .timeline .left::before {
    display: none;
  }
}

/*-------------------------------------*/
/*FAQs Page*/
/*-------------------------------------*/
.bgbanner.faqs {
    background-image: url(/images/faq-banner.jpg);
}

/*-------------------------------------*/
/*News Page*/
/*-------------------------------------*/

/*-------------------------------------*/
/*News Article Page*/
/*-------------------------------------*/

/*-------------------------------------*/
/*Testimonials Page*/
/*-------------------------------------*/
.bgbanner.testimonials {
    background-image: url(/images/testimonial-banner.png);
}

/*-------------------------------------*/
/*Finance Pages*/
/*-------------------------------------*/
.bgbanner.finance {
  background-image: url(/images/finance-banner-1.jpg);
  background-position-y: bottom !important;
}

.finance-card:hover{filter: drop-shadow(2px 4px 6px black);}

.finance-application a.nav-link.financebtn {color: #393e40;}
.finance-application a.nav-link.financebtn:hover {background-color: #119a48;color: #fff;}
.finance-application a.nav-link.financebtn.active {color: #ffffff;}
.finance-application h3 {color: #393e40;padding-bottom: 1rem;}
.finance-application .alert {margin-bottom: 1rem;}
/*.finance-application #financeform {padding-top: 1rem;}*/

/*-------------------------------------*/
/*EV Hub*/
/*-------------------------------------*/

.bgbanner.evhub {
  background-image: url(/images/ev-hub-banner.jpg);
}

.evvehicles{
  height:250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.evvehicles.ev-cars{
background-image: url(/images/evcars.jpg);
background-position: 50% 65%;
}
.evvehicles.ev-vans{
  background-image: url(/images/evvans.jpg);
  background-position: 50% 65%;
}

.evtools .nav-tabs .nav-link{
  border-color: #dee2e6 !important;
}

/*-------------------------------------*/
/*Advanced Results*/
/*-------------------------------------*/
.bgbanner.advancedresults {
  background-image: url(/images/car-specialbanner.png);
}
/*-------------------------------------*/
/*Guide pages*/
/*-------------------------------------*/

.bgbanner.guidebanner {
  background-image: url(/images/orderprocess.jpg);
}