body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 900px;
}

.step {
  margin-bottom: 30px;
}

.btn-outline-success {
  border-width: 2px;
  padding: 50px;
  min-height: 205px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.btn-outline-success:hover {
  border: 1px solid #228fe2;
  border-width: 2px;
  color: #228fe2;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.step.step-5 .btn-outline-success {
  min-height: 0;
}
.step-5 .btn-outline-success,
.step-6 .btn-outline-success {
  padding: 10px;
}
.btn-outline-success i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #3279a6;
}
.Nclass {
  font-size: 40px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3279a6;
}
.emildiv a {
  color: #3279a6;
}
button.btn.btn-success {
  background: #3279a6;
  border-color: #3279a6;
}

.footer-section {
  background-color: #101010;
  background-repeat: no-repeat;
  background-size: cover;

  color: white;
  padding: 100px 0;
  font-family: Arial, sans-serif;
  position: relative;
}

.footer-logo {
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
}

.footer-logo span {
  font-size: 18px;
  font-weight: bold;
}

.footer-section h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-section p,
.footer-section a {
  color: white;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
}

.top-email {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.top-email i {
  color: #ffeded;
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.top-email a {
  color: black;
  text-decoration: none;
}

.footer-section p i {
  margin-right: 8px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 25px;
  margin-top: 20px;
}
.social-icons i {
  font-size: 25px;
}

.social-icons a {
  color: white;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffd700;
}

@media (max-width: 767px) {
  form#leadForm h2 {
    text-align: center;
  }
  .footer-logo img {
    width: 50%;
  }
  .footer-section {
    padding: 50px 0;
  }
  .footer-services {
    margin-top: 15px;
  }
}