.btn-primary {
  background: rgb(204 39 176) !important;
  border-color: #cc27b0 !important;
  padding: 0px 20px !important;
  height: 35px !important;
  font-size: 14px !important;
}

.bg-lightBlue {
  background-color: #eaeefd !important;
}

.bg-lightGreen {
  background-color: #e4eefc !important;
}

.bg-lightPink {
  background-color: #f2eff9 !important;
}

/* color 
 1- #eaeefd Sea Blue
 2- #e4eefc Sea Green
 3- #f2eff9 Sea Pink

 */
p {
  font-size: 14px !important;
}

.bg-secondary {
  background-color: #011c57 !important;
}

.text-purple {
  color: #cc27b0 !important;
}

.text-darkblue {
  color: #011c57 !important;
}

.bg-darkblue {
  background-color: #011c57;
}

.text-dark {
  color: #111;
}

.bg-secondary1 {
  background-image: url("../images/hero-section.jpeg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

nav.uc-navbar-container.uc-navbar-float.ft-tertiary.z-1.uc-navbar-transparent {
  background-color: #fff;
}

/* .section-inner.panel h1 {
  color: #fff !important;
} */
#trusted_brands .section-inner .review-brands {
  background: linear-gradient(145deg, #0033a1 40%, #004fb5 65%, #0071ce);
  flex-direction: row;
}

#trusted_brands .section-inner .review-brands h3,
#trusted_brands .section-inner .review-brands span,
#trusted_brands .section-inner .review-brands .rating i {
  color: #fff;
}

.text-primary {
  color: #cc27b0 !important;
}

.uc-navbar-nav>li>a[aria-expanded="true"] {
  box-shadow: inset 0 3px #cc27b0 !important;
}

div#key_features {
  background-image: url("../images/hero-section.jpeg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.uc-navbar-dropdown {
  border-radius: 0 !important;
  padding: 1rem !important;
}

#clients_feedback {
  margin-top: 30px;
}

#cta .section-outer {
  background-color: #eaeefd !important;
}

.panel .bg-lighblue:hover {
  background-color: #eaeefd !important;
}

#blog_posts article {
  height: 460px;
}

#uc-footer {
  border-radius: 0 !important;
  margin: 0 !important;
  background-image: url("../images/hero-section.jpeg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.brand-content {
  width: 60%;
  text-align: left;
}

.core-feature {
  text-align: left;
  color: #b3c5eb;
  margin-top: 14px;
  font-size: 17px;
  padding-left: 14px;
}

.feature-icon {
  width: 60px;
  margin-bottom: 12px;
}

.swiper-slide .bg-secondary {
  background-color: #edf2ff !important;
  height: 275px;
}

#main-nav {
  margin-left: 6rem !important;
}

#main-nav li:hover a {
  color: #cc27b0 !important;
}

#PrivacyPolicy {
  padding: 50px;
}

div#blog_posts {
  background: #e4eefc !important;
  border-radius: 0 !important;
}

@media only screen and (max-width:767px) {
  .mobile-view {
    padding-top: 80px !important;
  }

  #trusted_brands .section-inner .review-brands {
    background: linear-gradient(145deg, #0033a1 40%, #004fb5 65%, #0071ce);
    flex-direction: column;
  }

  .brand-content {
    width: 100%;
    text-align: justify;
  }

  #demoForm {
    padding: 20px;
  }

  #demoForm div {
    flex-direction: column !important;
  }

}