.slider-content-action {
  margin-top: 30px;
  outline: none;
}

.slider-content-action:hover {
  background: #2c3384;
  border-color: transparent;
}
.slider-content h2,
.slider-content h1 {
  color: #fff;
  font-weight: 500;
}
.slider-bg::before {
  background: #33354c;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.features-wrap:hover {
  border: 1px solid #2c3384;
  transition: all 0.5s;
}

.about-content p {
  font-size: 15px;
  color: #222;
}

.model-lookup {
  max-width: 600px;
  margin: 0 auto;
}
.model-lookup .model-lookup-title {
  color: white;
  font-weight: 600;
}
.model-input-holder {
  margin: 30px 0 0 0;
  border: 1px solid white;
  border-radius: 35px;
  white-space: nowrap;
}
.model-input-holder input {
  width: 90%;
  background: transparent;
  padding: 20px 10px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  border: none;
  letter-spacing: -0.5px;
}
#modelSearchIcon {
  color: white;
  padding-left: 20px;
  font-size: 1.5em;
  vertical-align: middle;
}
.model-input-holder input::placeholder {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.contact-area {
  background-image: url(../../../html5/images/final/model_lookup.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-area * {
  color: white;
  text-shadow: 1px 2px 20px #333;
}

.contact-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #white;
  text-align: left;
}
.contact-icon {
  padding: 0px 10px 0px 0px;
}
@media (max-width: 500px) {
  .counter-area {
    background-attachment: scroll;
  }
}
