.classes-preview-card .classes-info-wrap .classes-info {
  max-width: none;
}

@media (min-width: 992px) {
  .advantages-list li {
    max-width: 32%;
  }
}

@media (max-width: 768px) {
  .advantages-list li {
    max-width: 90%;
  }
}

.mealTime {
  color: rgba(0, 0, 0, 0.5);

  font-size: 18px;

  font-weight: 600;

  padding-bottom: 10px;

  border-bottom: 1px solid #fff;

  margin-bottom: 10px;

  letter-spacing: 1.5px;
}

.timetable-block span.h5 {
  font-size: 16px;

  font-family: "Roboto";

  font-weight: 500 !important;
}

.employe-card .employe img {
  max-width: 140px;
}

.classes-preview-card > span {
  height: 230px;

  overflow: hidden;

  display: block;
}

.classes-preview-card > span > img {
  width: 100%;
}

.fnav a {
  display: block;

  margin: 7px 0;
}

.error {
  color: red !important;
}

.apply-form-wrap .apply-form .inner-apply-form .input-wrap {
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
    margin-bottom: 10px;
  }
}

.home-slider-wrap
  .home-slider
  .card
  .home-slider-desc
  .home-slider-text
  .slider-button-wrap {
  max-width: 440px;
}

.modal-content {
  background: none;
  box-shadow: none;
  border: none;
  text-align: center;
}
.modal-body {
  /* border-radius: 50%;
    background-color: #fce4ec;
    text-align: center;
    width: 480px;
    height: 480px;
    margin:0 auto;  */
  background-color: tomato;
  text-align: center;
  margin: 0 auto;
}
.modal-body img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .modal-body {
    width: 320px;
    height: 320px;
  }
  .modal-body img {
    margin-top: 10px;
  }
}

.form-horizontal .form-group {
  margin-bottom: 5px;
}
.form-horizontal .form-control {
  padding: 2px 10px;
  height: 30px;
}
input[type="file"] {
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  border: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.control-label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}
