.text-center {
    text-align: center;
}


/* h tag start */

h2.learing-schedule {
    color: #080808;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    h2.learing-schedule {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    h2.learing-schedule {
        font-size: 36px;
        color: #0072b5;
    }
}

h3.learing-schedule {
    color: #080808;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    h3.learing-schedule {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    h3.learing-schedule {
        font-size: 24px;
    }
}


/* h tag end */


/* p start */

p.learing-schedule {
    color: #080808;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 768px) {
    p.learing-schedule {
        font-size: 16px;
    }
}

ul.learing-schedule li {
    font-family: Nunito Sans;
    font-size: 14px;
    line-height: normal;
    color: #080808;
    font-style: normal;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    ul.learing-schedule li {
        font-size: 16px;
    }
}


/* p end */

section.course-calendar {
    padding: 36px 0;
}

@media (min-width: 992px) {
    section.course-calendar {
        padding: 72px 0;
    }
}

@media (max-width: 768px) {
    .course-calendar {
        padding-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .course-calendar .row {
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .course-calendar .row {
        gap: 15px;
    }
}

.course-calendar .learning-tab {
    gap: 24px;
}

@media (max-width: 768px) {
    .course-calendar .row {
        margin: 0;
    }
}

.course-calendar .learning-tab ul {
    border: 1px solid #EC1C24;
    border-radius: 50px;
    overflow: hidden;
}

.course-calendar .learning-tab ul li {
    display: inline-block;
    padding: 12px 24px;
    color: #484848;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
}

.course-calendar .learning-tab ul li.active {
    background: #EC1C24;
    color: #ffffff;
}

.course-calendar .learning-tab-content {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    font-family: Nunito Sans;
}

.course-calendar .learning-tab-content .item .right-icon {
    display: block;
    width: 30px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

.course-calendar .learning-tab-content .item .right-icon::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 10px;
    content: "";
    border-bottom: 2px solid #ffffff;
    display: block;
    margin-top: -8px;
    right: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-calendar .learning-tab-content.open .item .right-icon::after {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: none;
    border-right: none;
    margin-top: 0;
}

.course-calendar .learning-tab-content .item-two {
    width: 60%;
    /* width: 100%; */
}

@media (max-width: 992px) {
    .course-calendar .learning-tab-content .item-two {
        width: 100%;
    }
}

.course-calendar .learning-tab-content .item-three {
    width: 40%;
    background: #e3f2fd;
    border-left: 1px solid #e3f2fd;
    padding: 24px;
    gap: 16px;
}

.course-calendar .learning-tab-content .item-three ul {
    gap: 16px;
}

.course-calendar .learning-tab-content .item-three ul li {
    font-size: 16px;
    color: #484848;
    text-align: left;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 16px;
}

.course-calendar .learning-tab-content .item-three ul li::before {
    content: url("https://www.infosectrain.com/wp-content/themes/Divi/assets/images/shield-check.png");
}

.course-training-table {
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-spacing: 0;
}

.course-training-table tbody tr {
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    gap: 16px;
}

@media (max-width: 768px) {
    .course-training-table tbody tr {
        flex-wrap: wrap;
    }
}

.course-training-table tbody tr:hover {
    cursor: pointer;
    background: #ffeeee;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.course-training-table tbody tr:last-child {
    border: none;
}

.course-training-table tbody tr>* {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}

@media (max-width: 768px) {
    .course-training-table tbody tr>* {
        width: 45%;
    }
}

.course-training-table tr svg {
    fill: #afafaf;
}

.course-training-table tr:hover svg {
    fill: #e50914;
}

.course-training-table .training-date {
    color: #484848;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .course-training-table .training-date {
        font-size: 15px;
        justify-content: flex-start;
    }
}

@media (min-width: 1400px) {
    .course-training-table .training-date {
        font-size: 16px;
    }
}

.course-training-table .training-mode {
    color: #00a538;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: rgba(0, 165, 56, 0.15);
    padding: 6px 16px;
}

.course-training-table .training-type {
    color: #484848;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: normal;
}

@media (max-width: 768px) {
    .course-training-table .training-type {
        font-size: 14px;
    }
}

.course-training-table .training-time {
    color: #484848;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .course-training-table .training-time {
        font-size: 14px;
    }
}

.course-training-table .training-status {
    color: #00a538;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 6px 16px;
}

.course-training-table .training-enroll {
    border-radius: 10px;
    /* background: #f0f0f0; */
    color: #afafaf;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px 2px;
    cursor: pointer;
}

.learning-tab-content .corparate-form {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 768px) {
    .learning-tab-content .corparate-form {
        padding: 16px;
    }
}

.learning-tab-content .form-heading {
    color: #080808;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .learning-tab-content .form-heading {
        font-size: 16px;
    }
}

.learning-tab-content .corparate-form .corparate-form-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.learning-tab-content .corparate-form .corparate-form-control {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #000;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px;
    width: 48%;
}

@media (max-width: 768px) {
    .learning-tab-content .corparate-form .corparate-form-control {
        width: 100%;
    }
}

.learning-tab-content .corparate-form .corparate-form-btn {
    border-radius: 5px;
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    color: #ffffff;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px;
    border: none;
}

@media (max-width: 768px) {
    .learning-tab-content .corparate-form .corparate-form-btn {
        font-size: 12px;
    }
}


/*>>>>>>>>>>>> faq start <<<<<<<<<<<*/

@media (max-width: 768px) {
    .learning-tab-content.open .item-two {
        border-top: 1px solid #f0f0f0;
    }
    .learning-tab-content .item {
        padding: 12px 16px;
        background: #e50914;
        border-radius: 10px;
        gap: 24px;
    }
    .learning-tab-content.open .item {
        border-radius: 5px 5px 0 0;
    }
    .learning-tab-content .item span {
        color: #ffffff;
        font-family: Nunito Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
}

.learning-tab-content.active .item-two {
    display: block;
}

@media (max-width: 768px) {
    .learning-tab-content .item-two {
        display: none;
    }
}

.course-calendar-form {
    background: #080808;
    padding: 24px 36px;
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 992px) {
    .course-calendar-form {
        gap: 16px;
        padding: 16px 24px;
    }
}

@media (max-width: 768px) {
    .course-calendar-form .col-lg-4,
    .course-calendar-form .col-lg-8 {
        padding: 0;
    }
}

.course-calendar-form .item h3.learing-schedule {
    color: #ffffff;
}

.course-calendar-form .item form {
    gap: 16px;
}

.course-calendar-form .item form input {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    width: 100%;
    padding: 13px;
    color: #afafaf;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.course-calendar-form .item form input[type="submit"] {
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    color: #ffffff;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}


/*>>>>>>>>>>>>>>>> training calendar sec end <<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>> course details sec end <<<<<<<<<<<<<*/

.course-details-nav {
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.course-details-nav ul.course-details-navlist {
    display: flex;
    flex-direction: row;
    gap: 48px;
    overflow-x: auto;
    white-space: nowrap;
}

.course-details-nav ul.course-details-navlist::-webkit-scrollbar {
    display: none;
}

.course-details-nav ul.course-details-navlist li {
    padding: 16px 0;
}

.course-details-nav ul.course-details-navlist li a {
    color: #484848;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.course-details-nav ul.course-details-navlist li a:hover {
    color: #e50914;
}

.course-details-sec {
    padding: 29px 0 72px 0;
}

@media (max-width: 768px) {
    .course-details-sec {
        padding: 0;
    }
}

.course-accordian-wrapper .course-details-item {
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background: #ffffff;
    font-family: Nunito Sans;
    margin-top: 24px;
}

.course-accordian-wrapper .course-details-item:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item:last-child {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 24px;
        cursor: auto;
    }
}

.course-accordian-wrapper .course-details-item.active .course-details-content {
    display: block;
}

.course-accordian-wrapper .course-details-item .course-details-heading {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item .course-details-heading {
        padding: 0;
        cursor: auto;
    }
}

.course-accordian-wrapper .course-details-item .course-details-heading .title {
    color: #080808;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item .course-details-heading .title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item .course-details-heading .title {
        font-size: 24px;
    }
}

.course-accordian-wrapper .course-details-item .right-icon {
    display: block;
    width: 30px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item .right-icon {
        display: none;
    }
}

.course-accordian-wrapper .course-details-item .right-icon::after {
    border-right: 2px solid #afafaf;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 10px;
    content: "";
    border-bottom: 2px solid #afafaf;
    display: block;
    margin-top: -8px;
    right: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-accordian-wrapper .course-details-item.open .right-icon::after {
    border-top: 2px solid #484848;
    border-left: 2px solid #484848;
    border-bottom: none;
    border-right: none;
    margin-top: 0;
}

.course-accordian-wrapper .course-details-item .course-details-content {
    display: none;
    padding: 16px 20px;
    background: #ffffff;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
    height: auto;
}

@media (min-width: 768px) {
    .course-accordian-wrapper .course-details-item .course-details-content {
        padding: 24px 0 0 0;
        display: block;
        border: none;
    }
    /* Firefox */
    /* .course-accordian-wrapper .course-details-item#section2 .course-details-content {
        scrollbar-width: thin;
        scrollbar-color: #e50914 #ffffff;
    } */
    /* Chrome, Edge, and Safari */
    /* /* .course-accordian-wrapper .course-details-item#section2 .course-details-content::-webkit-scrollbar {
        width: 16px;
    } */
    /* .course-accordian-wrapper .course-details-item#section2 .course-details-content::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .course-accordian-wrapper .course-details-item#section2 .course-details-content::-webkit-scrollbar-thumb {
        background-color: #e50914;
        border-radius: 10px;
        border: 3px solid #ffffff;
    } */
}

.course-details-sec .course-details-item .course-details-content span,
.course-details-sec .course-details-item .course-details-content p span,
.course-details-sec .course-details-item .course-details-content strong,
.course-details-sec .course-details-item .course-details-content p strong {
    color: #afafaf;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0;
    display: block;
}

.course-details-sec .course-details-item .course-details-content strong,
.course-details-sec .course-details-item .course-details-content p strong {
    color: #484848;
}

.course-details-sec .course-details-item .course-details-content table tr td {
    padding: 8px;
    vertical-align: middle;
}

.course-details-sec .course-details-item .course-details-content table tr td strong {
    padding: 0;
    margin: 0;
}


/* .course-details-sec .course-details-item .course-details-content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
} */

@media (min-width: 768px) {
    .course-details-sec .course-details-item .course-details-content>ul {
        margin-left: 16px;
    }
}

.course-details-sec .course-details-item .course-details-content ul>li>ul {
    margin-left: 0;
}

.course-details-sec .course-details-item .course-details-content ul li {
    margin-top: 16px;
    position: relative;
    padding-left: 24px;
    /* Adjust space for the icon */
}

.course-details-sec .course-details-item .course-details-content ul li::before {
    content: url("https://www.infosectrain.com/wp-content/themes/Divi/assets/images/new-course/shield-check.svg");
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px;
    /*
    top: 50%;
    transform: translateY(-50%); */
    width: 20px;
    /* Adjust icon width */
    height: 20px;
    /* Adjust icon height */
}

.course-details-sec .course-details-item .course-details-content ul li ul li::before {
    content: url(https://www.infosectrain.com/wp-content/themes/Divi/assets/images/new-course/2-check.svg);
}

.course-details-sec .course-details-item .course-details-content ul li ul li ul li::before {
    content: url(https://www.infosectrain.com/wp-content/themes/Divi/assets/images/new-course/3-arrow.svg);
}


/* .course-details-sec .course-details-item .course-details-content ul li > ul li{
    display: flex;
} */

.course-details-sec .course-form {
    border-radius: 10px;
    border: 1px solid #e50914;
    border-top: 5px solid #e50914;
    background: #ffeeee;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Nunito Sans;
}

.course-details-sec .course-form .form-heading {
    color: #080808;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.course-details-sec .course-form .course-form-control {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #afafaf;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px;
    width: 100%;
}

.course-details-sec .course-form button {
    border-radius: 5px;
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    color: #ffffff;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px;
    border: none;
}

.course-details-sec .get {
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.course-details-sec .get p {
    color: #484848;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.course-details-sec .get .d-flex {
    gap: 16px;
}

.course-details-sec .get .d-flex a {
    color: #080808;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.course-details-sec .get span {
    color: #484848;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.limited-offer {
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: Nunito Sans;
}

.limited-offer .limited-offer-heading {
    color: #e50914;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.limited-offer-text p {
    font-weight: bold;
}

.limited-offer .limited-offer-claim a {
    border-radius: 10px;
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    padding: 12px 24px;
    color: #ffffff;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}

.limited-offer .limited-offer-footer .limited-offer-timer {
    gap: 16px;
}

.limited-offer .limited-offer-footer .limited-offer-timer span {
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/*>>>>>>>>>>>>>>>> course details sec end <<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>> course-succeed-sec sec start <<<<<<<<<*/

.course-succeed-sec {
    padding: 0;
}

@media (max-width: 768px) {
    .course-succeed-sec {
        padding: 36px 15px 0 15px;
    }
}

.course-succeed-sec .container {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.course-succeed-sec .d-flex .course-succeed-item {
    margin-top: 24px;
    width: 33%;
}

.course-succeed-sec .d-flex .course-succeed-item img {
    max-width: 40%;
}

.course-succeed-sec .d-flex .course-succeed-item p {
    color: #484848;
    margin-top: 16px;
}


/*>>>>>>>>>>>>>>>> course-succeed-sec sec end <<<<<<<<<*/


/*>>>>>>>>>>>>>>>> Career Transformation style  start <<<<<<<<<*/

@media (max-width: 768px) {
    .course-career-transformation {
        padding: 36px 15px;
    }
}

.course-career-transformation .container {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #f0f0f0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 48px 72px;
}

@media (max-width: 1200px) {
    .course-career-transformation .container {
        padding: 24px 36px;
    }
}

@media (max-width: 992px) {
    .course-career-transformation .container {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .course-career-transformation .container {
        padding: 24px 16px 0 16px;
    }
}

.course-career-transformation .container .row:nth-child(3) {
    margin-top: 24px;
}

.course-career-transformation .item-one,
.course-career-transformation .item-two {
    height: 100%;
}

.course-career-transformation .item-one div:first-child {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .course-career-transformation .item-one div:first-child {
        border-right: 1px solid #f0f0f0;
        border-bottom: none;
        padding: 0 16px 0 0;
        margin: 0 16px 0 0;
    }
}

.course-career-transformation .item-two {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.course-career-transformation .item-one,
.course-career-transformation .item-two .subItem,
.course-career-transformation .item-two .subItem-two {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 768px) {
    .course-career-transformation .item-two .subItem {
        margin-top: 16px;
    }
}

.course-career-transformation .item-one span {
    color: #484848;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
}

.course-career-transformation .item-two .subItem .subItem-heading,
.course-career-transformation .item-two .subItem-two .subItem-two-heading {
    color: #484848;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.course-career-transformation .item-two .subItem .subItem-body {
    display: flex;
    gap: 16px;
}

@media (max-width: 768px) {
    .course-career-transformation .item-two .subItem .subItem-body {
        flex-direction: column;
    }
}

.course-career-transformation .item-two .subItem .subItem-body .subItem-body-one {
    display: flex;
    gap: 16px;
    align-items: center;
}

.course-career-transformation .item-two .subItem .subItem-body .subItem-body-one:nth-child(1) {
    margin: 0 16px;
    border-right: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .course-career-transformation .item-two .subItem .subItem-body .subItem-body-one:nth-child(1) {
        padding-bottom: 8px;
        margin: 8px 0 0 0;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
}

.course-career-transformation .item-two .subItem .subItem-body span {
    color: #484848;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .course-career-transformation .item-two .subItem .subItem-body span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .course-career-transformation .item-two .subItem-two .subItem-two-body {
        padding: 16px;
        gap: 16px;
        flex-wrap: wrap;
    }
}

.course-career-transformation .item-two .subItem-two .subItem-two-body .subItem-two-body-one {
    gap: 8px;
}

.course-career-transformation .item-two .subItem-two .subItem-two-body .subItem-two-body-one img {
    max-width: 100%;
    height: auto;
}

.course-career-transformation .carerr-transform-leftview {
    position: absolute;
    bottom: 0;
    left: 24px;
}

.course-career-transformation .carerr-transform-rightview {
    position: absolute;
    bottom: 0;
    right: 24px;
}


/*>>>>>>>>>>>>>>>> Career Transformation style  start <<<<<<<<<*/


/*>>>>>>>>>>>>>>>> course instructors sec style start <<<<<<<<<<<<<*/

.courses-instructor {
    padding-bottom: 0;
}

.courses-instructor .myAdvisor {
    margin-top: 24px;
}

.courses-instructor .owl-instructor .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.courses-instructor .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Nunito Sans;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    padding: 24px;
}

@media (min-width: 768px) {
    .courses-instructor .item:hover {
        border: 1px solid var(--red);
        box-shadow: 0px 4px 15px 0px rgba(238, 34, 74, 0.25);
    }
}

.courses-instructor .item .profile-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
}

.courses-instructor .item .profile-desc .avtar img {
    width: 74px;
    height: 74px;
    display: block;
    border-radius: 74px;
    object-fit: contain;
    border: 1px solid #d9d9d9;
}

.courses-instructor .item .profile-desc .avtar-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.courses-instructor .item .profile-desc .avtar-data .avtar-name {
    color: #080808;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.courses-instructor .item:hover .profile-desc .avtar-data .avtar-name {
    color: var(--red);
}

.courses-instructor .item .profile-desc .avtar-data .avtar-exp p {
    padding: 8px 16px;
    background: #ffeeee;
    color: var(--DANGER, #e50914);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
}

.courses-instructor .item .designation {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.courses-instructor .item:hover .designation {
    white-space: normal;
}

.courses-instructor .item .summary {
    margin-top: 8px;
}

.courses-instructor .item .summary .read-more,
.gladiators .gladiators-item .read-more {
    color: var(--red);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    display: block;
    margin-top: 8px;
}

.courses-instructor .item .summary .hidden-text,
.gladiators .gladiators-item p.desc .hidden-text {
    display: none;
}


/*>>>>>>>>>>>>>>>> course instructor sec style end <<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>> testimonial sec style start <<<<<<<<<<<<<*/

.testimonial-sec .testimonial-item {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    padding: 16px;
    position: relative;
    /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
    /* margin-top: 24px; */
}


/* .testimonial-sec .testimonial-item::before {
    content: url(/assets/images/review/header.svg);
    position: absolute;
    left: 16px;
} */

.testimonial-sec .testimonial-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    margin: auto;
}

.testimonial-sec .testimonial-item .testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin-top: 8px;
}

.testimonial-sec .testimonial-item .testimonial-content .item-name,
.testimonial-sec .testimonial-item .testimonial-content .item-country,
.testimonial-sec .testimonial-item .testimonial-content p {
    color: #080808;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonial-sec .testimonial-item .testimonial-content p {
    height: 200px;
    min-height: 200px;
    overflow-y: scroll;
}

.testimonial-sec .testimonial-item .testimonial-content p::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    display: none;
}

.testimonial-sec .testimonial-item .testimonial-content p::-webkit-scrollbar {
    background: #e50914;
}

.testimonial-sec .testimonial-item .testimonial-content p::-webkit-scrollbar-thumb {
    background: #e50914;
}

.testimonial-sec .testimonial-item .testimonial-content p:hover::-webkit-scrollbar {
    display: block;
}

.testimonial-sec .testimonial-item .testimonial-content .item-country,
.testimonial-sec .testimonial-item .testimonial-content p {
    font-weight: 400;
    color: #484848;
}

.testimonial-sec .testimonial-item .testimonial-content .item-country a span {
    text-decoration: none;
    color: #0077b5;
    font-size: 16px;
    padding-left: 8px;
}


/*>>>>>>>>>>>>>>>> testimonial sec style end <<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>> success story style start <<<<<<<<<<<<<*/

.success-story-hm-sec {
    background: #080808;
}

.success-story-hm-sec .col-lg-6 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.success-story-hm-sec .success-item {
    position: relative;
}

.success-story-hm-sec .success-story {
    padding-right: 36px;
    gap: 24px;
}

@media (max-width: 768px) {
    .success-story-hm-sec .success-story {
        padding-right: 15px;
    }
}

.success-story-hm-sec .success-story h2.learing-schedule {
    color: #ffffff;
}

@media (max-width: 768px) {
    .success-story-hm-sec .success-story h2.learing-schedule {
        text-align: center;
        color: #080808;
    }
    .success-story-hm-sec h2.learing-schedule {
        text-align: center;
    }
}

.success-story-hm-sec .success-certificate {
    padding-left: 36px;
    gap: 24px;
}

@media (max-width: 768px) {
    .success-story-hm-sec .success-certificate {
        padding-left: 15px;
        margin-top: 24px;
    }
}

.success-story-hm-sec .success-certificate h2.learing-schedule {
    color: #ffffff;
}

.success-item .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for the video */
}

.success-item .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.success-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://infosectrain.com/wp-content/themes/Divi/assets/images/home/success-thumbnail.webp");
    /* Replace with the path to your poster image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
}

.play-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.play-button img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.play-button::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: border 0.3s ease;
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    animation: pulseAnimation 1s infinite;
    opacity: 0.2;
}

.course-training-table tr:hover .btn-cal {
    background: linear-gradient(267deg, #e50914 -15.61%, #ff8a00 123.55%);
    color: #ffffff;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.btn-cal {
    color: #afafaf;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 32px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #f0f0f0;
    cursor: pointer;
    border: none !important;
}

.btn-cal-dis {
    color: #afafaf;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 15px;
    padding: 19px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #f0f0f0;
    border: 0px;
}


/*** animation code**/

.animate-fadeInOutLeft2 {
    animation: fadeInOutLeft2 10s linear infinite;
}

.animate-fadeInOutRight {
    animation: fadeInOutRight 10s linear infinite;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.anm1 {
    top: 1rem;
    left: 0.5rem;
}

.anm2 {
    top: 10.25rem;
    right: 1rem;
}

.anm3 {
    left: 1.75rem;
    bottom: 1.5rem;
}

.anm4 {
    top: 3rem;
    right: 2.25rem;
}

.anm5 {
    top: 10.25rem;
    left: 1rem;
}

.anm6 {
    right: 1.75rem;
    bottom: 1.5rem;
}

ul.tab-learing.ul-padding-left-remove {
    padding-left: 0px;
}

.item-two.learing-schedule-table-width {
    width: 100% !important;
}

.item-two.learing-schedule-table-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.row.learing-schedule {
    padding-left: 0px;
    padding-right: 0px;
}


/* mobile nav start */

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    z-index: 10;
}

.bottom-nav .nav-item {
    flex-grow: 1;
    text-align: center;
}

.bottom-nav .nav-link-bottom-menu-nav {
    color: #6c757d;
    font-size: 12px;
}

.bottom-nav .nav-link.active {
    color: #007bff;
}

.nav-link-bottom-menu-nav {
    display: block;
    padding: .5rem .5rem;
    color: #6c757d;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

ul.learing-schedule.corporate-training {
    padding-left: .7rem;
}


/* tabel media query start */

@media (min-width: 992px) {
    tr>td.training-date.training-table-width {
        width: 35% !important;
    }
    tr>td.training-mode.training-table-width {
        width: 10% !important;
    }
    tr>td.training-type.training-table-width {
        width: 10% !important;
    }
    tr>td.training-time.training-table-width {
        width: 15% !important;
    }
    tr>td.training-status.training-table-width {
        width: 15% !important;
    }
    tr>td.training-enroll.training-table-width {
        width: 9% !important;
    }
}

@media (max-width: 768px) {
    tr>td.training-date.training-table-width {
        width: 100% !important;
    }
    tr>td.training-mode.training-table-width {
        width: 20% !important;
    }
    tr>td.training-type.training-table-width {
        width: 19% !important;
    }
    tr>td.training-time.training-table-width {
        width: 41% !important;
    }
    tr>td.training-status.training-table-width {
        width: 40% !important;
    }
    tr>td.training-enroll.training-table-width {
        width: 40% !important;
    }
}


/* tabel media query end */

.enroll-learning-btn {
    border: 1px solid #0060AE;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #0060AE;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    padding: 9px 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.enroll-learning-btn:hover {
    background-color: #ffffff;
    border-color: #0060AE;
    color: #0060AE !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* mobile nav end */