    /* program page style */
    
    .program-banner {
        background-color: #2c343e;
        height: 620px;
    }
    
    .keyfeatures {
        padding-right: 50px;
    }
    
    .keyfeatures .card {
        background: #0e4fa3;
        font-size: 14px;
    }
    
    .keyfeatures .card h4 {
        font-size: 18px;
        font-weight: bold;
    }
    
    .aboutProgram-section ul li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 30px;
    }
    
    .aboutProgram-section ul li span {
        position: absolute;
        left: 0;
        top: 6px;
        font-size: 40px;
        font-weight: bold;
        color: var(--text-gray);
    }
    
    .aboutProgram-section ul li p b {
        font-size: 20px;
        line-height: 22px;
        display: block;
        font-family: var(--primary-sub-font);
        margin-bottom: 10px;
    }
    
    .learning-section .card {
        background: rgba(0, 0, 0, 0.4);
        color: var(--text-white);
    }
    
    .learning-section .card h4 {
        color: var(--text-green);
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    
    .learning-section .card p {
        margin: 0;
    }
    
    .accordion-item {
        border: 1px solid #ddd !important;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
    }
    
    .syallabs-section .card-header {
        font-size: 14px;
    }
    
    .syallabs-section .card,
    .syallabs-section .card-header {
        background: var(--bg-gray);
        border: 0;
    }
    
    .syallabs-section .card-header span:nth-child(1) {
        color: var(--text-green);
    }
    
    .side-numbers {
        height: 600px;
        padding: 30px;
    }
    
    .side-numbers h3 {
        font-size: 40px;
        font-weight: bold;
    }
    
    .fee-section__block h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .fee-section__block span {
        font-size: 18px;
        font-family: var(--primary-sub-font);
    }
    
    .process-section span {
        background: var(--bg-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        display: block;
        width: 95px;
        height: 95px;
        margin: auto;
        padding: 20px
    }
    
    .process-section span img {
        width: 100%;
    }
    
    .process-section p {
        color: var(--text-white);
        margin-top: 20px;
    }
    /* other pages style */
    
    .faculty-section .card-footer h4 {
        font-weight: bold;
        font-size: 20px;
    }
    
    .about-vdo .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    
    .admissionProcess svg {
        fill: var(--bg-green);
    }
    
    .admissionProcess .card-title {
        font-weight: bold;
        color: #064290;
        font-size: 18px;
    }
    
    .admissionProcess .card-text {
        color: var(--text-black);
        font-size: 16px;
        line-height: 18px;
    }
    /* other pages style */
    
    @media only screen and (max-width: 1199px) {
        .keyfeatures {
            padding-right: 0;
        }
        .program-banner .hero-banner__content {
            padding-right: 50px;
        }
        .program-banner {
            height: 618px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .program-banner {
            height: auto;
        }
        .program-banner .hero-banner__content {
            padding-right: 0;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .side-numbers {
            padding: 15px;
        }
        .aboutProgram-section ul li p b {
            font-size: 17px;
            line-height: 18px;
        }
    }