.card {
    padding: 30px 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.form-control-label h6 {
    margin-bottom: 0;
}

input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 15px !important;
    font-weight: 300;
}

/* .btn {
              width: 100% !important;
          } */

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00bcd4;
    outline-width: 0;
    font-weight: 400;
}

/* .btn-block {
              text-transform: uppercase;
              font-size: 15px !important;
              font-weight: 400;
              height: 43px;
              cursor: pointer
          }

          .btn-block:hover {
              color: #fff !important
          } */

/* button:focus {
              -moz-box-shadow: none !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important;
              outline-width: 0
          } */

select.form-control {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300;
    background-color: #fff;
    color: #000;
}

select.form-control:focus {
    border: 1px solid #00bcd4;
    outline: none;
    box-shadow: none !important;
}

.header-inner {
    box-shadow: 0px 0px 13px #00000054;
}

ol li {
    font-size: 16px;
}

li {
    margin-bottom: 7px;
    text-align: justify;
    margin-left: 7px;
}

.program-item {
    background-color: #f8f9fa;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 4px solid #3498db;
}
