.course-background-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.course-content-wrapper {
    background-color: rgb(22, 46, 91);
    color: white;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.course-section-link a {
    text-decoration: none;
    background-color: rgb(240, 238, 238);
    display: inline-block;
    color: #000;
    padding: 8px 11px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
}

.course-details-section-wrapper {
    display: flex;
}

.course-section-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.course-overview-wrapper p {
    font-weight: 350;
    font-size: 15px;
}

.payment-type {
    background-color: rgb(234, 239, 252);
    display: inline-block;
    width: 80%;
    padding: 18px 15px;
}

.course-fee {
    width: 80%;
    padding-bottom: 1px solid black;
}

.payment-body {
    background-color: rgb(250, 251, 252);
    width: 80%;
}

.action-btn-wrapper {
    display: flex;
    justify-content: space-around;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.apply-now a {
    background-color: #f12121;
    display: inline-block;
    color: white;
    padding: 15px 22px;
    width: 150px;
    text-decoration: none;
    text-align: center;
}

.inquire-now a {
    background-color: #8e8e8e;
    display: inline-block;
    color: rgb(1, 1, 1) !important;
    padding: 15px 22px;
    width: 150px;
    text-decoration: none;
    text-align: center;
}

.related-programme-wrapper {
    background-color: #0c053a;
    color: white;
}

.apply-now {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.apply-now:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #100101;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    opacity: 30%;
    color: white;
}

.apply-now:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.apply-now span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    z-index: 20000;
    transition: all 0.3s ease-in-out;
}

.apply-now:hover span {
    color: #f2f3f3;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.inquire-now {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #000;
}

.inquire-now:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #dfdede;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    opacity: 20%;
    color: white;
}

.inquire-now:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.inquire-now span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    z-index: 20000;
    transition: all 0.3s ease-in-out;
}

.apply-now:hover span {
    color: #f2f3f3;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.related-programme-wrapper a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.course-migration-wrapper {
    background-color: #0c053a;
    color: rgb(0, 0, 0);
}

.educ-wrapper {
    background-color: white;
    margin-top: -80px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}

.edu-logo {
    margin-top: -50px;
}

.edu-logo img {
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.branchers {
    display: flex;
    flex-wrap: wrap;
}

.branch {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.branch p {
    font-weight: 600;
    color: rgb(28, 82, 208);
}

.branch a {
    color: black;
    text-decoration: none;
}

.call-icon i {
    color: rgb(248, 249, 251);
    background-color: rgb(28, 82, 208);
    padding: 8px;
    border-radius: 50%;
}

.course-migration-wrapper a {
    text-decoration: none;
    color: #000;
}

.call-us-today {
    background-image: url(/images/student-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.call-us-today-sub-header {
    color: white;
}

.call-us-today-sub-header a {
    text-decoration: none;
    display: inline-block;
    background-color: red;
    padding: 13px 22px;
    color: white;
    border-radius: 10px;
}

.other-programme-wrapper {
    background-color: rgb(231, 172, 95);
}

.other-programme-wrapper a {
    text-decoration: none;
    color: rgb(247, 247, 247);
}

.downloads {
    background-color: #f8f5f5;
}

.course-brochure a {
    background-color: #0c053a;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    color: white;
}
