.primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }

    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}
    .black-color-text {
      color: #333;
    }
    .tertiary-color-text {
      color: black !important; /* green check marks */
    }
    .heading {
      font-weight: 600;
      color: #87161e !important;
          font-size: 1.5rem !important;
    }
    .section-padding {
      padding: 7.5rem 1rem;
    }
    .hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    ul.custom-list li {
      list-style: none;
      margin-bottom: 0.5rem;
    
    }
    ul.custom-list li span {
      margin-right: 0.5rem;
    }
        .primary-color-text {
      color: #007bff;
    }
    ol, ul {
    padding-left: 0rem !important;
}
    



/* Mobile */
.lapsageCssImg {
  padding: 0.5rem;
}

/* Tablets */
@media (min-width: 768px) {
  .lapsageCssImg {
    padding: 1rem;
  }
}

/* Large screens */
@media (min-width: 992px) {
  .lapsageCssImg {
    padding: 4rem;
  }
}





.submitcusFeedback:hover{
     background-color:#ccc !important;
     color:black !important;
}