.swal2-container{
    z-index: 9999 !important;
}

.course-col-qualification,.course-col-studyarea,.course-col-course{
    text-align: left;
}

.align-right{
    margin-top: 10px;
}

.tag-title-text.changed {
  font-size:21px;
  line-height:28px;
}

@media screen and (max-width: 767px){
    .tag-title-text.changed {
        font-size: 17px;
        line-height: 31px;
    }
}

.link-txt{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #f46732;
}

.link-txt:hover {
  color: #000;
}