.hidden {
  display: none;
}

.footer,
.footer-bottom {
  background: #e6eff8;
}
.footer-bottom {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ceddec;
}
.terms-condition-content a,
.cookies-warn a {
  color: #0000ffe5;
}
.footer-bottom .terms-condition-content a {
  color: #0000ffe5;
}
.pl-50 {
  padding-left: 50px;
}
p,
li {
  color: #000;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #4a4a52;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer-bottom .copyright p {
  color: #4a4a52;
}

.footer-p {
  color: #252525;
  line-height: 25px;
  font-weight: lighter;
}

.footer .block ul li a {
  color: #252525;
  font-weight: lighter;
}

.footer .block-2 {
  padding: 0;
  background: transparent;
}

.section-sm-ft {
  padding: 25px 0;
}

.cta-home form .form-control {
  background-color: #ffff;
}

.cta-home form h5 {
  color: #ffff;
}

.footer-bottom {
  padding: 15px 0;
}

.about-content p {
  color: black;
  font-size: 18px;
}

.counter-content img {
  width: 80px;
}

.counter-content h5 {
  margin: 1rem;
}

.a-tag {
  color: blue;
  text-decoration: underline;
}

.terms-condition-content ul li {
  list-style: disc;
}

.login-button {
  background: #5672f9;
  border: 2px solid #5672f9;
  color: #ffff !important;
  border-radius: 20px 20px 20px 20px;
  padding: 8px 20px !important;
}

.add-button {
  background: transparent;
  border: 2px solid #5672f9;
  color: #000 !important;
  border-radius: 20px 20px 20px 20px;
}

.full-hv {
  min-height: auto;
}

footer {
  position: relative;
}

.footer .block h4 {
  font-size: 20px;
  line-height: 1.25em;
  color: #252525;
}

.bg-light-blue {
  background-color: #e6eff8;
}

.hero-container {
  height: 800px;
  max-height: 800px;
  padding: 0 150px;
  align-content: center;
}
.hero-area {
  padding: 0;
}
@media (max-width: 767.98px) {
  .hero-container {
    padding: 0 15px;
  }

  .hero-area .content-block h1,
  .hero-area-2 .content-block h1 {
    font-size: 40px !important;
  }

  .hero-area .content-block p {
    font-size: 20px !important;
  }

  .hero-img {
    margin-bottom: 30px;
  }

  #about {
    padding-top: 0;
  }
}

.hero-area .content-block h1,
.hero-area-2 .content-block h1 {
  color: rgb(0, 0, 0);
  letter-spacing: 0.02em;
  font-size: 50px;
}

.hero-area .content-block p {
  color: rgb(0, 68, 167);
  font-size: 30px;
  font-weight: lighter;
}

.section-title h2 {
  letter-spacing: 0.02em;
}

.newsletter-form {
  margin-bottom: 25px;
  padding: 45px 30px 50px 30px;
  border-radius: 10px 10px 10px 10px;
  background: -webkit-linear-gradient(132deg, #26b1ff 0%, #5672f9 100%);
  background: -moz-linear-gradient(132deg, #26b1ff 0%, #5672f9 100%);
  background: -ms-linear-gradient(132deg, #26b1ff 0%, #5672f9 100%);
  background: -o-linear-gradient(132deg, #26b1ff 0%, #5672f9 100%);
  background: linear-gradient(132deg, #26b1ff 0%, #5672f9 100%);
}

.tcards img {
  width: 100%;
}
.newsletter-form p {
  font-size: 13px;
  color: #252525;
}

.opg-card {
  place-content: center;
  height: auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 31px 0px rgba(20, 49, 127, 0.08);
  box-shadow: 0px 8px 31px 0px rgba(20, 49, 127, 0.08);
}

.opg-card p {
  font-size: 16px;
}

input.opg-inp:active,
input.opg-inp:focus,
input.opg-inp {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 2.5em;
  background-color: #ffffff;
  color: rgba(74, 74, 82, 0.5);
}

.newsletter-form label {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.newsletter-form button {
  background-color: #252525db;
  border-color: #252525db;
  width: 100%;
  color: #fff;
  transition: all 0.3s linear;
  padding: 15px 45px;
  font-size: 16px;
  margin: 10px 0 0;
  border-radius: 2em;
  outline: none;
}

.demo-btn,
.demo-btn:active {
  background: #5672f9;
  padding: 18px 5px;
  width: 100%;
  border-radius: 2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.demo-btn:hover {
  background: #333;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}

.v-center {
  align-content: center;
}

.navigation {
  padding: 0;
}

.navbar-brand img {
  width: 100px;
}

.form-control {
  border-radius: 2em;
}

.theme-btn {
  background: #5672f9;
  border-radius: 2em !important;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.theme-btn:hover {
  background: #333;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
}

.bg-theme-blue {
  background: #5672f9;
  color: #fff;
}

.contact-us-content h1 {
  font-size: 30px;
  font-weight: bold;
}

.pp-txt {
  color: #252525;
  font-size: 13px !important;
}
.pp-txt a,
.newsletter-section a,
.contact-form a,
.contact-us-content a {
  color: blue;
}

.contact-us-content {
  padding-top: 0 !important;
}

.contact-form {
  padding: 40px 10px;
  background: #e6eff8;
}

.contact-form h5 {
  font-weight: 800;
}

label {
  color: #000;
}

.contact-form .form-control {
  background: #fff;
}

.copyright img {
  width: 50px;
}

.copyright p {
  font-size: 15px;
}

.footer-text span {
  display: inline;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer-text span {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.benefit-section h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.benefit-section img {
  height: 120px;
  width: 120px;
  margin-bottom: 16px;
  padding-bottom: 0;
  max-width: 100%;
  margin-top: 7px;
  margin-left: 7px;
}

.benefit-section h5 {
  margin-top: 32px;
  font-size: 16px;
}

.benefit-section .counter-content {
  height: 300px;
}

.terms-condition-content p {
  line-height: 20px;
}

.faq-content p.question {
  margin-bottom: 8px !important;
  margin-top: 25px;
}

.faq-section {
  padding-top: 50px !important;
}

.contact-us-content .contact-label {
  margin-bottom: 0 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-80 {
  margin-top: 80px;
}

.register .heading h2,
.demo-section h2 {
  font-weight: 800;
  font-size: 3rem;
}

.demo-section h3 {
  font-weight: bold;
  font-size: 2rem;
}

.demo-section p,
.demo-section ul li {
  font-size: 20px;
}

.cta-message {
  margin: 15px 0;
  padding: 25px 10px;
  background: green;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  margin: 15px 0;
  padding: 25px 10px;
  background: rgba(187, 9, 18, 0.82);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.error-message a {
  text-decoration: underline;
  color: #e6eff8;
}

/* Cookie */

.cookies-warn {
  align-items: center;
  background-color: #82e6bb;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  left: 0;
  min-height: 60px;
  position: fixed;
  right: 0;
  z-index: 1000;
  color: #000;
}

.cookies-warn button {
  margin-top: 0;
  padding: 8px 24px;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* End Cookie */

.scroll-top-to::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white; /* color of arrow */
}
