.tz-banner-images img {
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: hue-rotate(10deg);
    max-height: 370px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.tz-banner-images .img-cont img {
    width: 75px;
    height: auto;
    margin: 7px 15px;
    filter: grayscale(200) brightness(500);
}

.tz-banner-images .verf-lnk {
    color: #ffcd00;
    margin: 15px 0 0;
    display: inline-block;
    font-size: 18px;
    transition: 0.1s ease-in-out;
}

.tz-banner-images .verf-lnk:hover {
    opacity: 0.8;
}

.tz-banner-social {
    position: relative;
    margin: 0;
    display: inline-flex;
    width: 100%;
    height: 40vh;
    align-items: center;
    justify-content: center;
    max-height: 370px;
}

.tz-banner-images {
    position: relative;
    height: 100%;
    width: 100%;
}

.box_padding {
    padding: 16px;
}

a.supscription-btn {
    min-height: 28px;
    position: absolute;
    padding: 4px 22px;
    font-weight: normal;
    color: #f3f3f3 !important;
    margin: 35px auto;
    position: relative;
    height: 47px;
    font-size: 28px;
    background-color: #292881 !important;
    color: #f3f3f3;
    transition: 0.1s ease-in-out;
}

a.supscription-btn:hover {
    opacity: 0.8;
}

a.supscription-btn strong {
    font-size: 18px;
    text-align: left;
    float: left;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: middle;
    height: 100%;
}

a.supscription-btn strong span {
    font-size: 70%;
}

.rating-and-enrolled {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    text-align: center;
    direction: rtl;
    flex-direction: column;
}

.rate-count {
    color: #353535;
}

.tooltip-container {
    position: relative;
    display: inline;
    color: #00b451;
}

.tz-courses-single {
    padding: 80px 0 47px;
}

.diploma-description {
    color: #000;
}

.diploma-inf {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.diploma-inf:before {
    content: "";
    background-color: #00000062;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/***** CSS Magic to Highlight Stars on Hover *****/
