:root {
    --infocourse-color: rgba(30, 45, 62, 1);
    --infocourse-whitecolor: white;
    --infocourse-blueecolor: rgba(0, 0, 0, 0.1);
    --infcourse-bgcolor: rgba(216, 230, 239, 1);
    --sm-txt-clr: #455769;
    --read-more-clr: #4F6882;
    --fs-lg-1: 2.5rem;
    --fs-lg-6: 1.1rem;
    --para-p5: 0.875rem;

}
#learn_more_cta .height-img-cta,#contact_cta .height-img-cta,
#explore_cta .height-img-cta,#talk_cta .height-img-cta{
    height : 100% !important;
    width: 80% !important;
}

.w-29 {
    width: 29% !important;
}

.infcourse-bgcolor {
    background-color: var(--infcourse-bgcolor) !important;
}

.text-content {
    max-width: 60%;
}

.text-content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666666;
}

.ratings {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rightfourinfo{
    right : 3%;
}

.accreditations {
    display: flex;
    margin-top: 20px;
}

.accreditations img {
    margin-right: 10px;
    height: 40px;
}

.infocard-class {
    font-size: 12px;
    color: rgba(113, 138, 165, 1);
    margin-right: 10px;
}

.infocard-star {
    border-radius: 9px;
    padding: 4px;
    position: absolute;
    top: 14%;
    right: 26px;
    display: flex;
    align-items: center;
    font-size: 15px;
    background: rgba(236, 240, 243, 1);

}

.card {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9fafb;
    width: 100%;
    height: 93%;
}


.inforecommended-badge {
    position: absolute;
    top: 17px;
    right: -10px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.skills {
    font-size: 14px;
    margin-bottom: 10px;
}

.info {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}



.infsideheadings {
    color: white;
    font-weight: 700;
}

.current-price {
    color: rgba(1, 32, 61, 1);
    font-size: 18px;
    font-weight: bold;
}

.original-price {
    color: #999;
    text-decoration: line-through;
    margin-left: 9px;
}

.enroll-button {
    width: 35%;
    padding: 10px;
    background-color: rgba(1, 32, 61, 1);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.stats-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background-color: #f0f3f6;
    border-radius: 12px;
    border: #ddd;
    color: rgba(1, 32, 61, 1);

}

.stat {
    text-align: center;
    padding: 15px;

}

.stat strong {
    font-size: 25px;
    color: rgba(1, 32, 61, 1);
}

.infocourseh2 {
    font-size: 20px;
    color: rgba(1, 32, 61, 1);
    margin-bottom: 10px;
    font-weight: 700;
}

.description,
.details,
.conclusion {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Open Sans';
}

.linkinfobenefits:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.salary-section {
    margin-bottom: 15px;
}

.salary-section p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.salary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.salary-table th,
.salary-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.salary-table th {
    background-color: #f0f3f6;
    font-weight: bold;
}

.salary-table td {
    background-color: #fff;
}


.linkinfobenefits {
    color: #007bff;
    text-decoration: underline;
    font-size: 16px;
}

.infprimary-btn {

    background: rgba(250, 74, 35, 1);
    color: white !important;

}

.primary-btn {
    background-color: #007bff;
    color: white;
}

.secondary-btn {
    border: 1px solid;
    color: black;
}


.infprimary-btn :hover {
    background: linear-gradient(101.07deg, #f17530 -4.19%, #d12121 71.76%) !important;

}

.secondary-btn:hover {
    box-shadow: inset 0px 0px 29px 50px rgb(235 235 235 / 77%) !important;
}

.card {

    border: 1px solid rgba(222, 229, 236, 1);
    border-radius: 8px;

    overflow: hidden;
    background-color: white;
}

.card-image {
    width: 100%;
    height: auto;
}



.card-content h3 {
    font-size: 15px;
    color: rgba(0, 33, 99, 1);
    font-weight: 700;
}

.card-content p {
    font-size: 14px;
    color: rgba(0, 33, 99, 1);

}

.imsecinfo {
    font-size: 14px;
    color: rgba(0, 33, 99, 1);

}

.read-more {
    display: inline-block;
    font-size: 14px;
    color: rgba(12, 22, 32, 1);
    text-decoration: underline;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;

}


.starsinfo {
    color: orange;
}



.view-more-infcoursecards {
    border: 1px solid rgba(0, 33, 99, 1);
    color: rgba(0, 33, 99, 1);
    border-radius: 7px;
    padding: 10px 15px;
    width: max-content;
    margin: 10px;
    cursor: pointer;
}

.view-more-infcoursecards:hover{
    background: #f1f1f1;
}

.view-more-infocoursecard {
    border: 1px solid white;
    color: white;
    border-radius: 7px;
    padding: 10px 15px;
    width: max-content;
    margin: 10px;
    cursor: pointer;
}

/* .view-more-infocoursecard :hover{
    background:#101824
} */

.reinfo_forms {
    font-size: 17px;
    font-weight: bold;
    color: rgba(1, 32, 61, 1);
}

.sm-txt-clr {
    color: var(--sm-txt-clr);
}

.read-more-clr {
    color: var(--read-more-clr);
}
.btninfo.infprimary-btn:hover {
    background-color: #01203d;
}

@media (min-width: 992px) {
    .fs-lg-1 {
        font-size: var(--fs-lg-1) !important;
    }

    .fs-lg-6 {
        font-size: var(--fs-lg-6) !important;
    }

}

.appearance-none {
    appearance: none;
    outline: none;
}

.border-none {
    border: none;
}

.cursor-pointer {
    cursor: pointer;
}

.info-cards {
    border: 1px solid #DEE5EC;
    box-shadow: 0px 0px 2px 0px #98ACC3, 0px 8px 0px 0px #F1F4F7;
}


.info-view-more button {
    border: 1px solid #01203D;
}

.info-view-more button:hover {
    border: 1px solid #000;
    box-shadow: 0 2px 8px #707070;
}

.info_course_form,
.info_nav {
    border: 1px solid #718AA5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: max-content;
}

.info_course_form_borders {
    border: 1px solid #DEE5EC;
    box-shadow: 0px 3px 4px 0px rgba(12, 22, 32, 0.03), 0px 1px 0px 0px rgba(222, 229, 236, 0.24);
}

#info-course-landing-form-phone input {
    padding-left: 78px;
}

.info-cards:hover {
    box-shadow: 0 2px 8px #707070;
}

.form-info_i {
    right: 1.5rem;
}

#info-course-landing-form-phone ul {
    width: max-content;
    height: 200px;
}

#info-course-landing-form-phone li {
    border-bottom: 1px solid #80808030;
}

#info-course-landing-form-phone li:hover {
    color: black;
    background-color: #AAACB1;
}

#info-course-landing-form-phone li:hover {
    background-color: #002163;
    color: white;
}

/* #course-info-landing-form button:hover {
    background-color: #01203D;
    opacity: 0.9;
} */

.info-course-selected {
    background-color: #01203D;
    color: #fff;
    border-radius: 4px;
}

.info-course-selected:hover {
    color: #fff !important;
}

.overlayinfo {
    position: absolute;
    margin-top: 45px;
    margin-left: 129px;
    width: 9%;
    overflow: hidden;
    border-bottom-left-radius: 42px;
    opacity: 0.5;
}

.inftruncate-text {
    color: rgba(1, 32, 61, 1);

}
.infocourseenroll {
    color: var(--infocourse-whitecolor);
    background-color: #01203d;
    font-size: var(--para-p5);
    cursor: pointer;
    height: 2.5rem;
    transition: all 0.3s;
}

.infocourseenroll:hover {
    opacity: 0.9;
    color: var(--infocourse-whitecolor);
}

/* desktop  */
.bginfocourse {
    background-color: rgba(216, 230, 239, 1) !important;
}

.info-card-head {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* .infocourse-card {
    height: 96%;
    width: 86%;
} */


@media (max-width: 1300px) {
    .infocardcourse-name {
        font-size: 14px;
        font-weight: 600;
        color: #095166;
        border: 1px solid #ffffff;
        position: absolute;
        top: 20%;
        left: 45%;
        transform: translate(-50%, -50%);
        padding: 5px;
        line-height: normal;
    }

    .overlayinfo {
        position: absolute;
        margin-top: 45px;
        margin-left: 125px;
        width: 9%;
        overflow: hidden;

        opacity: 0.5;
    }

    .form_infos {
        /* width: 96% !important; */
        z-index: 3;
    }

    .inforecomended-badge {
        top: 17px !important;
        right: 1px !important;

    }

    .infocard-star {
        top: 35%;
        right: 6%;
    }

    .cta-buttons {
        margin-right: 30% !important;
    }

    .imsecinfo {
        font-size: 12px;
    }

    .card-content h3 {
        font-size: 14px;
    }

}

.infocard-star {
    border-radius: 9px;
    padding: 4px;
    position: absolute;
    top: 39%;
    right: 17%;
    display: flex;
    align-items: center;
    font-size: 15px;
    background: rgba(236, 240, 243, 1);
}

.cardinfo-skill {

    font-size: 14px !important;
}

.inforecommended-badge {
    position: absolute;
    top: 17px;
    right: 0px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.stats-card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f0f7ff;
    padding: 20px;
    border-radius: 42.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;

}

.form_infoc {
    border: 0px !important;
    color: black !important;
}

.stat {
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.stat strong {
    font-size: 25px;
    color: #00274d;
}

.stat p {
    margin: 0;
    font-size: 15px;
    color: #6c757d;
}

.desinfo {
    position: relative;
    left: 10%;
    right: 10%;
}

@media (max-width: 768px) {
    .stats-card {
        flex-direction: column;
        width: 90%;
    }

    .related-mobile-service .col-md-6,
    .related-mobile-service .col-6 {
        display: block;
    }

}



.btninfo {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.infocourseh2 {

    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

.infsideheading {
    color: rgba(0, 0, 102, 1);
    font-weight: 700;
    font-size: 26px;
}

/* .card-recommended {
    top: 4%;
    right: 5%;
} */
.qwert-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--background-color-1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 15px;
}
.qwert-card:hover {
    box-shadow: 0px 2px 8px rgb(112, 112, 112);
}
.infocardcourse-name {
    font-size: 13px;
    font-weight: bold;
    color: #095166;
    border: 1px solid #ffffff;
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    line-height: normal;
    /* width      : 34%; */
}

.infocourset,
.infocoursee {
    color: rgba(13, 174, 107, 1);
}

@media (max-width: 475px) {
    .card-recommended {
        top: 4% !important;
        right: 3% !important;
    }

    .cardscourse-name {
        top: 21% !important;
        width: 75% !important;
    }

    .infocard-star {
        top: 38%;
        right: 4%;
    }
    .btninfo.infprimary-btn:hover {
        background-color: #01203d !important; /* Change to your desired hover color */
    }

    .stats-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        background-color: #f0f3f6;
        border-radius: 12px;
        border: #ddd;
        color: rgba(1, 32, 61, 1);
    }

    .infocourseh2 {
        font-size: 18px;
        color: rgba(1, 32, 61, 1);
        margin-bottom: 10px;
        font-weight: 700;
    }

    .infsideheading {
        font-size: 18px;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .read-more {
        display: inline-block;
        font-size: 13px;
    }
    .infread-more {
        display: inline-block;
        font-size: 13px;
    }

    .btninfo {
        padding: 9px 9px;
        text-decoration: none;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 148px;
        text-align: center;
        font-size: 0.9em;
    }

    .btn-schedule {
        background-color: #f05656;
    }

    .btn-consult {
        background-color: white;
        color: #333;
        border: 1px solid #333;
    }

    .cta-buttons {
        gap: 11px !important;
    }

    .card {
        width: 99%;
        height: 92%;
    }

    .rightfourinfo {
        right: 0.8rem;
    }

    .stat strong {
        font-size: 20px;

    }

    .related-mobile-service .col-md-6,
    .related-mobile-service .col-6 {
        display: block;
    }

}

@media (min-width: 992px) {
    .form_infos {
        /* width: 170% ; */
        z-index: 3;
    }

    .infocardcourse-name {
        top: 20%;
        left: 50%;
        width: 50% !important;
        font-size: 14px;
    }

    .card-recommended {
        top: 4%;
        right: 3%;
    }

    .reinfo_forms {
        font-size: 17px;
    }

    #info-list-fixed-nav {
        width: 285px;
    }

    .infocoursess {
        margin-right: 12% !important;
    }

    .infocourseenroll {
        color: var(--infocourse-whitecolor);
        background-color: #01203d;
        font-size: var(--para-p5);
        cursor: pointer;
        height: 2.5rem;
        transition: all 0.3s;
    }

    .infocourseenroll:hover {
        opacity: 0.9;
        color: var(--infocourse-whitecolor);
    }
}
.sticky_nav {
    position: sticky !important;
    top: 0;
    z-index: 10;
}

.sticky_nav.fixed {
    position: fixed;
    bottom: 500px !important;
    z-index: 10;
    transition: top 0.5s ease-in-out;
}

/* .nav-link {
    font-weight: normal;
    border-bottom: none;
    padding-bottom: 5px;
}

.nav-link.active {
    font-weight: bold;
    border-bottom: 4px solid black;
}

.nav-item .nav-link {
    margin-right: 0px !important;
} */

.enq-btn-fixed-form {
    background-color: navy;
    border: none;
    transition: background-color 0.3s ease;
}

.enq-btn-fixed-form:hover {
    background: rgb(0 33 99)
}

.salary-table-info-details th,
.salary-table-info-details td {
    border: 1px solid #ddd !important;
    padding: 10px !important;
    text-align: start !important;
}

.salary-table-info-details th {
    background-color: #f0f3f6 !important;
    font-weight: bold !important;
}

.salary-table-info-details td {
    background-color: #fff;
}
.salary-table-info-details p span {
    font-family:"open-sans", sans-serif !important;
}
.salary-table-info-details p span
{
    font-size: 1rem !important;
    margin-bottom: 15px !important;
    line-height: 1.8rem !important;
    font-family: "Open Sans", sans-serif !important;
}
.salary-table-info-details table {
    width:100% !important;
}
.salary-table-info-details .page_speed_157842672 {
    text-align:start  !important;
}
.image > img {
    width:100%;
    height:100%;
}
