._bg-primary {
  background-color: #0478ab;
}

._text-primary {
  color: #0478ab;
}

._text-secondary {
  color: #ee6347;
}

._bg-secondary {
  background-color: #ee6347;
}

._border-primary {
  border-color: #0478ab;
}

._border-secondary {
  border-color: #ee6347;
}

.min-h-card {
  min-height: 400px;
}

.min-h-title-card {
  min-height: 130px;
}

.min-h-title-card-blog {
  min-height: 150px;
}

.min-h-title-card-mini {
  min-height: 50px;
}

.min-h-title-card-small {
  min-height: 100px;
}

.min-h-title-card-very-small {
  min-height: 45px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.HTMLContent h1,
.HTMLContent h2,
.HTMLContent h4,
.HTMLContent h5 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 2rem;
}

.HTMLContent h1 strong,
.HTMLContent h2 strong,
.HTMLContent h4 strong,
.HTMLContent h5 strong {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  font-weight: 700;
  color: #470f75;
  font-size: 1.2rem !important;
  line-height: 2rem;
}

.HTMLContent h1 span,
.HTMLContent h2 span,
.HTMLContent h4 span {
  font-size: 1.2rem !important;
}

@media (max-width: 575px) {
  .HTMLContent h1,
  .HTMLContent h2,
  .HTMLContent h4,
  .HTMLContent h5 {
    font-size: 1rem !important;
    line-height: 1.6rem;
  }

  .HTMLContent h1 span,
  .HTMLContent h2 span,
  .HTMLContent h4 span {
    font-size: 1.2rem !important;
    line-height: 1.6rem;
  }
}

.HTMLContent p {
  font-size: 14px !important;
}

.HTMLContent p {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-size: 1rem !important;
}

.HTMLContent p span,
.HTMLContent li span {
  font-size: 1.1rem !important;
}

.HTMLContent ul {
  margin-bottom: 20px !important;
}

.HTMLContent ul li {
  display: flex;
  color: #000 !important;
  margin-bottom: 15px !important;
}

.HTMLContent ul li::before {
  background-color: #460f75;
  color: #fff;
  content: '';
  font-family: FontAwesome;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5px;
  min-width: 10px;
  min-height: 10px;
  margin-top: 9px;
}
.HTMLContent li p {
  margin-top: 0px !important;
}

.HTMLContentGraduate ul li::before {
  background-color: #460f75;
  color: #fff;
  content: '\f007';
  font-family: FontAwesome;
  display: flex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.HTMLContentWork ul li::before {
  background-color: #460f75;
  color: #fff;
  content: '\f0b1';
  font-family: FontAwesome;
  display: flex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.HTMLContentService ul li::before {
  background-color: #460f75;
  color: #fff;
  content: '\f005';
  font-family: FontAwesome;
  display: flex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.HTMLContent strong {
  color: #000;
  font-weight: 700 !important;
}

.HTMLContent img {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}

.HTMLContent .btn {
  padding: 0.75rem;
  background-color: #460f75;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.comment-content img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.pagination li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: transparent;
  border-color: #0478ab;
  border-width: 1px;
  border-radius: 0.25rem;
  text-decoration: inherit;
  color: #0478ab;
  margin: 10px;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
}

.pagination .active {
  border-color: #fcc044 !important;
  color: #fff !important;
  background-color: #fcc044 !important;
}

.pagination .disabled {
  border-color: #cdd0d6 !important;
  color: #cdd0d6 !important;
}

.school-card {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}

.school-card > img {
  width: 60px;
  margin-right: 20px;
}

.school-card.school-card-small {
  padding: 5px 10px;
}

.school-card.school-card-small > img {
  width: 70px !important;
  margin-right: 5px;
}

.school-card.school-card-small h6 {
  font-size: 12px !important;
  font-weight: normal !important;
}

.school-card.school-card-small h5 {
  font-size: 14px !important;
}

#preferences-modal .modal-dialog {
  max-width: 900px;
}

.preference-card {
  text-align: center;
  margin-bottom: 15px;
}

.preference-card .img-wrapper {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: grey !important;
  background-blend-mode: multiply !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.preference-card .all-wrapper {
  font-size: 24px;
  color: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.preference-card .img-wrapper img {
  width: 100%;
}

.preference-card .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.preference-card .overlay.add {
  background-color: #460f75b9;
  display: none;
}

.preference-card.hover .overlay.add {
  display: flex;
}

.preference-card .overlay.select {
  background-color: #460f75b9;
  display: none;
}

.preference-card.selected .overlay.select {
  display: flex;
}

.preference-card p {
  margin-top: 5px;
}

.preference-card .select-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0478ab;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-weight: bold;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.circular-chart {
  display: block;
  max-width: 35%;
  max-height: 250px;
}

.circle {
  stroke: #4cc790;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
  padding-left: 92px !important;
}

.float-buttom {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

@media (max-width: 575px) {
  .float-buttom {
    bottom: 120px;
    right: 10px;
  }
}

.my-float-buttom {
  margin-top: 12px;
  margin-left: 2px;
}
