#video-player-icon-1.card {
  background-image: url('./images/testimoney-thumbnail/1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#video-player-icon-2.card {
  background-image: url('./images/testimoney-thumbnail/2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#video-player-icon-3.card {
  background-image: url('./images/testimoney-thumbnail/3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#video-player-icon-4.card {
  background-image: url('./images/testimoney-thumbnail/4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#video-player-icon-5.card {
  background-image: url('./images/testimoney-thumbnail/5.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#video-player-icon-6.card {
  background-image: url('./images/testimoney-thumbnail/6.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.fa-play-btn {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  padding: 15px;
}
#form-inquire .form-control,
#form-inquire .btn {
  padding: 13px;
  font-size: 12px;
}
.clearpath-overlay {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .fs-66px {
    font-size: 50px;
  }
}
.card-notify-me-form {
  min-height: 403px;
}
#notify-form .form-control {
  padding-top: 9px;
  padding-bottom: 9px;
}

#notify-form button {
  padding-top: 11px;
  padding-bottom: 11px;
}
#home-page-banner {
  opacity: 0;
  transition: all ease-in-out 800ms;
}
