.pathLink {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.pathLink p {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleMedium';
    color: #A0A0A0;
    margin-bottom: 0px;

}

.pathArrow {
    color: #A0A0A0;
    -webkit-text-stroke: 1px;
    font-size: 14px;
    line-height: 17.01px;
    margin-right: 14px;
    margin-left: 14px;
}

.pathName {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleBold';
    color: #FBCE15;
    margin-bottom: 0px;
}

.ProgramsCard {
    display: flex;
    margin-top: 30px;
}

.ProgramsCard .programImage {
    /* width: 195px; */
    /* width: 80%; */
    width: 40%;
    border-radius: 0px 15px 15px 0px;
    object-fit: cover;
}

.ProgramsCard .date {
    background-color: #FFFAE5;
    border-radius: 15px 0px 0px 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.ProgramsCard .date h1 {
    font-size: 32px;
    line-height: 54px;
    font-family: 'UpscaleBold';
    color: #0E2A46;
}

.ProgramsCard .date p {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
    margin-bottom: 0px;
}

.ProgramsCard .date .price {
    margin-top: 34px;
    margin-right: 50px;
}

.ProgramsCard .date .price h2 {
    font-size: 11px;
    line-height: 13.37px;
    font-family: 'UpscaleMedium';
    color: #585858;
    margin-bottom: 2px;
}


.ProgramsCard .date .price p {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    color: #393939;
    margin-bottom: 0px;
}

.ProgramsCard .date .Duration-seats {
    margin-top: 34px;
    margin-right: 50px;
}

.ProgramsCard .date .Duration-seats h2 {
    font-size: 11px;
    line-height: 13.37px;
    font-family: 'UpscaleMedium';
    color: #585858;
    margin-bottom: 2px;
}


.ProgramsCard .date .Duration-seats p {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    margin-bottom: 0px;
}

.ProgramsCard .date .Duration-seats img {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    margin-bottom: 0px;
    margin-right: 8px;
}

.EnrollNowBTN,
.EnrollNowBTN:hover {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #000000;
    margin-bottom: 0px;
    background-color: #FBCE15;
    padding: 9px 33px;
    border-radius: 5px;
    margin-top: 35px;
    margin-right: 12px;
}

.EnrollNowBTN i {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #393939;
    margin-bottom: 0px;
    margin-left: 5px;
}

.SponsorMeBTN,
.SponsorMeBTN:hover {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #000000;
    margin-bottom: 0px;
    padding: 9px 33px;
    border: 1px solid #393939;
    border-radius: 5px;
    margin-top: 35px;
}

.SponsoredBy {
    margin: 30px 0px;
}

.SponsoredBy h3 {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-left: 30px;
}

.SponsoredBy img {
    width: 185px;
    margin-right: 16px;
}

.topicBTN,
.topicBTN:hover {
    font-size: 15px;
    line-height: 53px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    margin-bottom: 0px;
    text-align: center;
    background-color: #F2F2F2;
    padding: 0px 19px;
    border-radius: 5px;
    /* margin-top: 35px; */
    margin-right: 20px;
    border: none;
}

.topicBTN.active,
.topicBTN:hover.active {
    background-color: #FBCE15;
}

#ProgramOverview {
    width: 80%;
    padding-top: 50px;
}

#ProgramGoals,
#ProgramNotes,
#ProgramDates,
#ProgramAgenda,
#TrainingProvider-Location {
    padding-top: 50px;
}

#ProgramOverview h1,
#ProgramGoals h1,
#ProgramNotes h1,
#ProgramDates h1,
#ProgramAgenda h1,
#TrainingProvider-Location h1 {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleBold';
    color: #202020;
}

#ProgramOverview p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #5E5F5E;
}

#ProgramGoals ul ,
#ProgramNotes ul{
    font-size: 16px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #5E5F5E;
}

#ProgramGoals ul li::marker ,
#ProgramNotes ul li::marker {
    color: #202020;
    font-size: 25px;
}

#ProgramDates .table-responsive {
    background-color: #FFFCF0;
    border-radius: 15px;
    padding: 40px;
    margin-top: 18px;
}

#ProgramDates table thead th {
    background-color: transparent;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleBold';
    color: #202020;
    padding: 20px 0px;
    border: none;
}


#ProgramDates table tbody td {
    background-color: transparent;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    padding: 20px 0px;
    border: none;
}

#ProgramDates table tbody td img {
    margin-right: 10px;
}

#ProgramDates table tbody td.midelTd {
    width: 45%;
}

#ProgramDates table tbody td button {
    background-color: #FBCE15;
    color: #393939;
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleMedium';
    border: 2px solid #FBCE15;
    border-radius: 6px;
    padding: 9px 22px;
    width: 100%;
}

#ProgramDates table tbody td button.Finished {
    background-color: #F2F2F2;
    color: #39393999;
    border: 2px solid #F2F2F2;
}

#ProgramDates table tbody td button.Booking {
    background-color: transparent;
}




#ProgramAgenda .table-responsive {
    /* padding: 40px; */
    margin-top: 18px;
}

#ProgramAgenda table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

#ProgramAgenda table thead th {
    background-color: transparent;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleBold';
    color: #202020;
    /* padding: 20px 0px; */
    padding: 20px 40px;
    border: none;
}

#ProgramAgenda table tbody td {
    background-color: #FFFCF0;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #202020;
    padding: 20px 40px;
    border: none;
}

#ProgramAgenda table tbody td.Subjects {
    font-size: 13px;
    line-height: 21px;
    font-family: 'UpscaleRegular';
    color: #7E7E7E;
}

#ProgramAgenda table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

#ProgramAgenda table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}


#TrainingProvider-Location p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
}

#TrainingProvider-Location a {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleRegular';
    color: #006FFF;
    margin-bottom: 0px;
    text-decoration: none;
}


#RelatedPrograms {
    /* padding-top: 95px; */
    padding: 95px 0px;
}

#RelatedPrograms h1 {
    font-size: 24px;
    line-height: 29.16px;
    font-family: 'UpscaleBold';
    color: #202020;
}

#RelatedPrograms .ProgramCard {
    /* background-color: #FFFDF3; */
    background-color: #FFFAE5;
    border-radius: 15px;
    margin-top: 30px;

}

#RelatedPrograms .ProgramCard .cover {
    position: relative;
}

#RelatedPrograms .ProgramCard .cover img {
    border-radius: 15px 15px 0px 0px;
}

#RelatedPrograms .ProgramCard .cover p {
    background-color: #2FC7A1;
    width: fit-content;
    border-radius: 4px;
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0px;
}

#RelatedPrograms .ProgramCard .content {
    padding: 20px;
}

#RelatedPrograms .ProgramCard .content img {
    margin-right: 6px;
}

#RelatedPrograms .ProgramCard .content h1 {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleBold';
    color: #393939;
}

#RelatedPrograms .ProgramCard .content h3 {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
    margin-bottom: 23px;
}

#RelatedPrograms .ProgramCard .content p {
    font-size: 12px;
    line-height: 14.58px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
}

#RelatedPrograms .ProgramCard .content .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FBCE15;
    border-radius: 10px;
    padding: 20px;
    margin-top: 18px;
}

#RelatedPrograms .ProgramCard .content .details h1 {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    color: #393939;
    margin-bottom: 0px;
}

#RelatedPrograms .ProgramCard .content .details img {
    margin-right: 4px;
    /* width: 22px; */
    /* width: 16px; */
}

#RelatedPrograms .ProgramCard .content .details h2 {
    font-size: 11px;
    line-height: 13.37px;
    font-family: 'UpscaleMedium';
    color: #585858;
}

#RelatedPrograms .ProgramCard .content .details p {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .pathArrow {
        margin-right: 7px;
        margin-left: 7px;
    }

    .ProgramsCard {
        flex-direction: column-reverse;
    }

    .ProgramsCard .programImage {
        width: 100%;
        border-radius: 15px 15px 0px 0px;
    }

    .ProgramsCard .date h1 {
        font-size: 26px;
    }

    .ProgramsCard .date .price {
        margin-right: 30px;
    }

    .ProgramsCard .date .Duration-seats {
        margin-right: 30px;
    }

    .ProgramsCard .date .price p {
        font-size: 14px;
    }

    .ProgramsCard .date .Duration-seats p {
        font-size: 11px;
    }

    .EnrollNowBTN,
    .EnrollNowBTN:hover {
        padding: 9px 16px;
    }

    .SponsorMeBTN,
    .SponsorMeBTN:hover {
        padding: 9px 16px;
    }

    .buttonsBox {
        flex-wrap: wrap;
    }

    .topicBTN,
    .topicBTN:hover {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #ProgramOverview {
        width: 100%;
    }

    #ProgramDates .table-responsive {
        padding: 20px;
    }

    #ProgramDates table tbody td.midelTd {
        width: auto;
    }

    #ProgramDates table tbody td button {
        white-space: nowrap;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 14px;
    }

    #ProgramDates table tbody td {
        line-height: 25px;
    }

    #ProgramAgenda table tbody td{
        padding: 15px;
    }
}
.prgBrief {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}