header {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.hdrsticky {
    background-color: #ececec;
}

.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.site-logo img {
    height: 70px;
}

.user-btns-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}















.program-listing {
    min-height: 80vh;
}

.program-listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    padding: 35px 0px;
}

.program-item {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
}

.program-img {
    padding: 10px;
    position: relative;
}

.program-img img {
    width: 100%;
    border-radius: 10px;
}

.diff-lvl {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f8b81f;
    color: white;
    padding: 2px 10px;
    font-weight: 500;
    border-radius: 10px;
}

.program-details {
    padding: 10px 10px 10px 10px;
}

.prog-nm {
    color: rgb(41, 41, 41);
    text-decoration: none;
}

.program-details a h3 {
    font-size: 22px;
}

.prog-cate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.prog-cate span {
    color: #00c9a7;
    background-color: #ddf4f0;
    padding: 2px 7px;
    border-radius: 10px;
}

.prog-date {
    color: #969696;
    text-align: right;
}

.prog-date i {
    color: #38b6ff;
}

.prog-enroll-now {
    background-color: #38b6ff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 15px;
    text-decoration: none;

    transition: 0.3s;
}

.prog-enroll-now:hover {
    background-color: rgb(255, 87, 57);
    color: white;
}




























footer {
    background-color: #020B17;
    margin-top: 50px;
    padding: 25px 0px 25px 20px;
}

footer h3 {
    font-size: 22px;
    color: white;
}

.ftr-logo img {
    height: 100px;
}

.footercols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.contact-dtls ul {
    color: #ccc;
    list-style: none;
    margin-top: 25px;
    margin-left: -20px;
}

.contact-dtls ul li a {
    text-decoration: none;
    color: #ccc;
}


.calccol h3 {
    margin-bottom: 20px;
}

.calccol ul {
    list-style: none;
    margin-left: -20px;
}

.calccol ul li {
    padding-bottom: 10px;
}

.calccol ul li a {
    text-decoration: none;
    color: #ccc;
}



.quicklnkcol h3 {
    margin-bottom: 20px;
}

.quicklnkcol ul {
    list-style: none;
    margin-left: -20px;
}

.quicklnkcol ul li {
    padding-bottom: 10px;
}

.quicklnkcol ul li a {
    text-decoration: none;
    color: #ccc;
}



.contactcols h3 {
    margin-bottom: 20px;
}

.contactcols p {
    color: #ccc;
}

.contactcols form {
    display: flex;
}

.footercpy {
    color: #ccc;
}

.footercpy a {
    text-decoration: none;
    color: #1AB69D;
}

























.prog-breadcumb {
    margin-top: 25px;
    padding: 10px 0px;
    border-bottom: 2px solid #38b6ff;
    display: inline-block;
    font-size: 22px;
}

.prog-breadcumb a {
    text-decoration: none;
    color: #020B17;
}

.single-program-dtls {
    margin-top: 50px;
}

.prog-instructor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;

    margin-top: 10px;
}

.prog-instructor i {
    color: #38b6ff;
}

.prog-instructor span {
    font-weight: 500;
}

.course-info h3 {
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 10px 0px;
    border-bottom: 2px solid #020B17;
    display: inline-block;
    cursor: pointer;
}

.course-info h3.selected-course-info {
    border-bottom: 2px solid #38b6ff;
}

.course-info-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
}

.course-info-options h3:nth-child(2) {
    position: relative;
}

.course-info-options h3:nth-child(2) span {
    font-size: 14px;
    background-color: #38b6ff;
    padding: 2px;
    border-radius: 10px;
    color: #000;

    position: absolute;
    top: 10px;
    right: -15px;
}

.txt-div {
    height: 2px;
    width: 50px;
    background-color: #020B17;
}

.topic-descp {
    margin-bottom: 50px;
}

.onetime-pricing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}