body {
  font-family: 'Poppins', sans-serif;
}
.dv-hero {
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  z-index: 0;
  padding-bottom: 26.04%;
}
.dv-hero .dv-hero-overlay {
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
  flex: 0 1 45%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
    flex: 0 1 63%;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 {
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  margin-bottom: 12.5px;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 {
    font-size: 24px;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 span {
  font-weight: bold;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-info-search {
  text-align: center;
  max-width: 75vw;
  margin: 0 auto;
  margin-top: 25px;
}
.dv-hero .dv-hero-background .dv-hero-background-image {
  background: url("//cdn.dealervenom.com/wrecalibrate/images/hero-bg.jpg");
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.dv-hero .dv-hero-background .dv-hero-background-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8,13,29,0.5);
  z-index: 2;
}
.dv-hero .dv-hero-brand-carousel {
  width: 100%;
  box-sizing: border-box;
}
.dv-hero .dv-hero-brand-carousel * {
  box-sizing: border-box;
}
.dv-call-to-actions {
  font-size: 0;
}
.dv-call-to-actions .dv-call-to-actions-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.dv-call-to-actions .dv-call-to-actions-inner a {
  display: inline-block;
  flex: 1 1 25%;
  width: 25%;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  vertical-align: middle;
  text-align: center;
  background: #1cc1d4;
  padding: 25px 0;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.dv-call-to-actions .dv-call-to-actions-inner a span {
  font-size: 18px;
  color: #fff;
  padding: 12.5px 15px;
  display: block;
  border-right: 1px solid #fff;
  position: relative;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.dv-call-to-actions .dv-call-to-actions-inner a span:after {
  content: '';
  width: 80%;
  margin: 0 auto;
  height: 0;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .dv-call-to-actions .dv-call-to-actions-inner a {
    flex: 1 1 50%;
    width: 50%;
  }
  .dv-call-to-actions .dv-call-to-actions-inner a:nth-child(2) span {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .dv-call-to-actions .dv-call-to-actions-inner a {
    flex: 1 1 100%;
    width: 100%;
    padding: 12.5px 0;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
  }
  .dv-call-to-actions .dv-call-to-actions-inner a:last-child {
    margin-bottom: 25px;
  }
  .dv-call-to-actions .dv-call-to-actions-inner a:first-child {
    margin-top: 25px;
  }
  .dv-call-to-actions .dv-call-to-actions-inner a span {
    border-right: none;
    font-size: 14px;
  }
}
.dv-call-to-actions .dv-call-to-actions-inner a:last-child span {
  border-right: none;
}
.dv-call-to-actions .dv-call-to-actions-inner a:hover span {
  color: #15224b;
}
.dv-call-to-actions .dv-call-to-actions-inner a:hover span:after {
  height: 1px;
}
.dv-brands {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 25px;
}
.dv-brands * {
  box-sizing: border-box;
}
.dv-brands #car-slider i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 36px;
  cursor: pointer;
  z-index: 100;
  padding: 10px;
  color: #d9d9d9;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.dv-brands #car-slider i.fa-angle-left {
  left: 0px;
  padding-left: 0;
}
.dv-brands #car-slider i.fa-angle-right {
  right: 0px;
  padding-right: 0;
}
.dv-brands #car-slider i:hover {
  color: #15224b;
}
.dv-brands #car-slider .slick-list {
  max-width: calc(100% - 25px);
  margin: 0 auto;
}
.dv-brands .car-slider-header {
  margin-bottom: 50px;
}
.dv-brands .car-slider-header h3 {
  font-size: 36px;
  color: #15224b;
}
@media screen and (max-width: 768px) {
  .dv-brands .car-slider-header h3 {
    font-size: 24px;
  }
}
.dv-brands .car-slider-header h3 span {
  color: #1cc1d4;
}
.dv-contactus {
  background: #15224b;
  padding: 50px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dv-contactus {
    padding: 50px 25px;
  }
}
.dv-contactus .dv-contactus-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1425px) {
  .dv-contactus .dv-contactus-overlay {
    display: block;
    text-align: center;
  }
  .dv-contactus .dv-contactus-overlay .dv-contactus-button {
    margin-top: 25px;
  }
}
.dv-contactus .dv-contactus-overlay .dv-contactus-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dv-contactus .dv-contactus-overlay .dv-contactus-text h3 {
    font-size: 24px;
  }
}
.dv-contactus .dv-contactus-overlay .dv-contactus-button {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dv-contactus .dv-contactus-overlay .dv-contactus-button {
    display: block;
  }
}
.dv-contactus .dv-contactus-overlay .dv-contactus-button a {
  display: inline-block;
  color: #fff;
  background: #1cc1d4;
  font-size: 14px;
  padding: 20px 50px;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  text-transform: uppercase;
}
.dv-contactus .dv-contactus-overlay .dv-contactus-button a:hover {
  color: #1cc1d4;
  background: #fff;
}
.index-main * {
  box-sizing: border-box;
}
