.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: #00000099;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.diploma-inf .cont-img img {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 350px;
}

.rating-txt {
    text-align: center;
}

.diploma-disc {
    position: relative;
    padding-right: 20px;
}

.details-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #333333a4;
    transition: 0.2s ease-in-out;
    height: 0px;
    width: 0px;
    font-size: 0;
    margin: auto;
}

.course-card {
    position: relative;
}

.course-card:hover .details-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.details-cont a {
    text-decoration: none;
    color: #fff;
    background-color: #00b451;
    border-radius: 4px;
    padding: 0;
}

.prc-tag {
    color: #00b451 !important;
    font-size: 20px !important;
    margin: 10px 0;
}

.prc-tag span {
    font-size: 60%;
}

.rating-and-enrolled .enrol-btn {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 10px 30px;
    margin: auto;
    display: inline-block;
    position: relative;
    transition: 0.1s ease-in-out;
    font-size: 14px;
}

.rating-and-enrolled .enrol-btn:hover {
    opacity: 0.8;
}

.crs-rating-cont {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 15px;
}

.crs-rating-cont:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.crs-rating-modal .btn-close {
    margin-right: auto;
    margin-left: 0;
}

.crs-rating-cont textarea {
    width: 100%;
    padding: 10px 15px;
}

.rating-set {
    border: none;
    float: none;
    margin: 0px auto;
    text-align: center;
    width: fit-content;
}

.rating-set > input {
    display: none;
}

.rating-set > label:before {
    margin-top: 2px;
    padding: 0px 5px 0px 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}

.rating-set > .half:before {
    content: "\f089";
    position: absolute;
}

.rating-set > label {
    float: left;
    margin: 4px 1px 0px 0px;
    background-color: unset;
    border-radius: 15px;
    height: 25px;
    color: #ddd;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating-set:not(:checked) > label:hover,
    /* hover current star */
.rating-set:not(:checked) > label:hover ~ label {
    background-color: unset !important;
    cursor: pointer;
    color: #ffc107;
}

/* hover previous stars in list */

.rating-set > input:checked + label:hover,
    /* hover current star when changing rating-set */
.rating-set > label:hover ~ input:checked ~ label,
    /* lighten current selection */
.rating-set > input:checked ~ label:hover ~ label {
    background-color: unset !important;
    cursor: pointer;
    color: #ffc107;
}

@media screen and (max-width: 765px) {
    .col-xs-12.col-sm-4.col-md-4.col-lg-4.h-100.order-xs-1 img {
        margin: -30px auto 30px;
    }
}
