.select-plan {
  background: #16326a;
}

.form-control {
  border: 0;
}

.text-purple {
  color: #16326a !important;
}

.header {
  background-size: cover;
  background: #000;
}

.fixed-top.scrolled {
  background: linear-gradient(90deg, #000 0, #00 90%) !important;
}

.benefits {
  background-size: cover;
}

.footer {
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #16326a !important;
}

.navbar-nav .demo-button:hover {
  background: #16326a !important;
}

.select-plan,
.learn-more {
  background: #fff;
  border: 1px solid #f5c343;
  color: #f5c343;
}

.select-plan:hover,
.learn-more:hover {
  background: #f5c343;
  border: 1px solid #f5c343;
  color: #fff;
}

.learn-more-submit {
  background: #f5c343;
  border: 1px solid #f5c343;
  color: #fff;
}

.learn-more-submit:hover {
  background: #fff;
  border: 1px solid #f5c343;
  color: #f5c343;
}

.logo {
  width: 180px;
  margin: 10px auto;
}

.contact-us-left {
  background: linear-gradient(90deg, #16326a 0, #35579c 90%) !important;
  padding: 18px;
  line-height: 25px;
  border-radius: 20px;
}

.contact-us-left h2,
.contact-us-left p,
.contact-us-left .fa-phone:before,
.contact-us-left .fa-envelope:before {
  color: #fff !important;
}

.form-control2 {
  background: rgb(139 139 139 / 8%);
}

.logo-footer {
  width: 180px;
}

.owl-theme .owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f5c343 !important;
}

.benefits .item {
  background: #ffffff;
  padding: 12px 8px;
  border-radius: 20px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits {
  background: #f7f7f7;
  padding-bottom: 40px;
}

.navbar {
  background: #000;
}

.contact-us {
  background: #f3a91c;
  padding: 50px;
}

.app-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
}

.main-header {
  text-align: right;
}

.download-app {
  background: #f3a91c;
  color: #000 !important;
  border-radius: 50px;
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .benefits .item {
    margin-bottom: 20px;
  }

  .app-title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .play-store {
    display: flex !important;
    justify-content: center !important;
  }

  .app-store {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px;
  }

  .main-header {
    text-align: center;
  }

  .head-mockup {
    width: 100%;
  }
}
