
  span {
    color: #10AFBA !important;
    border-color: #10AFBA !important;
 }
 
  input, textarea {
    border-color: #10AFBA!important;
  }
  .home .form-group input, textarea{
    border-color: #10AFBA!important;
  }
  .form-label{
    color: #10AFBA;
    font-size:16px;
  }
  .bg-medical{
    background-color: #10AFBA;
  }
  .text-medical{
    color: #10AFBA;
  }
  .button{
    background-color: #10AFBA;
    border-color: #10AFBA;
    color:aliceblue
  }
  .button:hover{
    background-color: #0d7e89;
    border-color: #0d7e89;
    color:aliceblue
  }
  .sticky {
    position: sticky;
    top: 0%;
  }
 .float-right{
    float: right;
 }
 .float-left{
    float: left;
 }
 .overflow {
    overflow: auto;
 }
 .fixed-top {
    background-color: white;
 
 }
 .required::after {
    content: '*';
    color: red!important;
    margin-left: 5px; /* Optional: adds space between the label and the asterisk */
 }

  
  .btn-primary {
     background: linear-gradient(45deg, #10AFBA, #00bfff);
     border: none;
     box-shadow: 0 4px 15px rgba(0,123,255,0.3);
  }
  
  .btn-outline-light {
     border-width: 2px;
     text-shadow: none;
  }
  .error-details {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: auto;
    transition: transform 0.3s ease;
  }
  .error-details:hover {
    transform: translateY(-5px);
  }
  .container.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  .sigma_testimonial.style-13 .sigma_testimonial-icon {
    color: #fff!important;
  }