.form-label-group.required>label:after {
    content: "*";
    color: #dc3545;
}

.rating {
    height: 40%;
}

.rating span.icon {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 2.4rem;
}

.rating label {
    position: absolute;
    top: 36px;
    left: 15px;
    height: 40%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #09f;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.urduFont {
    font-family: 'Markazi Text', serif;
}

.darsENizamiCenterText p {
    font-size: 1.5rem;
}

.darsEnizamiNote {
    font-size: 1.3rem !important;
}

.darsEnizamiNote .english {
    font-size: 1rem !important;
    font-weight: 700;
}

.list-direction-right {
    direction: rtl;
}

.pt-30 {
    padding-top: 30px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .835rem;
    line-height: 1.5;
    border-radius: .1rem;
}

.scrollbar-light-blue::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 10px;
}

.scrollbar-light-blue::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.scrollbar-light-blue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #62C4EB;
}

.scrollbar-light-blue {
    scrollbar-color: #62C4EB #F5F5F5;
}

.latest-bayan-overflow {
    overflow-y: scroll;
    height: 535px;
}

.latest-video-overflow {
    overflow-y: scroll;
    height: 460px;
}

.latest-video-overflow li {
    margin: 0 auto 20px;
}

.text-4 {
    font-size: 1.2rem;
}

.black-bg {
    background-color: #000000;
}

.news-bar {
    max-width: 1300px !important;
}

.star-icon{
    background: white url('../svgs/star.svg') no-repeat 100% center;
}

.hr-img{
    margin: 0 0 30px 0;
    width: 100%;
    background: url('../images/hr.png') no-repeat center;
    height: 14px;
    border: none;
}

.question_heading{
    background: #f1ebe4;
    color: #73161f;
    font-size: 26px;
    padding: 10px 12px;
    margin-bottom: 20px;
}

.custom-section-padding{
    padding: 70px 0;
}

.logo-image{
    height: 68px;
}

@media (max-width: 767px) {
    .custom-section-padding {
        padding: 5px 0;
    }

    .logo-image{
        height: 46px;
    }
}
