.contact-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #2F2482;
  }
  .btn-submit {
    background-color: #2F2482;
    color: white;
    border-radius: 30px;
    padding: 8px 30px;
    border: none;
  }
  .btn-submit:hover {
    background-color: #F58220;
  }
  .info-icon {
    font-size: 1.2rem;
    color: #BF2B2B;
    margin-right: 10px;
    margin-top: 5px;
   }
  .contact-info h5 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
    
  }
  .contact-border {
    border: 1px solid #2F2482;
}
.border-one{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.border-two{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px !important;
    }

    .info-item p, a{
        font-size: 14px;
    }
    select.form-select {
        border: 1px solid #dee2e6 !important;
        padding: 8px !important;
        border-radius: 5px;
    }
    input.form-control {
        border: 1px solid #dee2e6 !important;
        border-radius: 5px;
    }
    label.form-label {
        font-size: 14px;
        font-weight: 600;
    }
    .contact-border a:hover{
color: #2F2482 !important;
    }
    .table-fac td{
      font-size: 14px !important;
    }
    .table-fac thead tr th {
      background: #2F2482 !important;
      color: #fff;
      vertical-align: middle;
  }
