* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    
}
h1 {
    font-size: 2rem;
    line-height: 2rem;
}
h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
h4 {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
h6 {
    font-size: 1rem;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.max-content {
    width: max-content;
}
.float-right {
    float: right;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pink-dv {
    border-top: 2px dashed #f65389;
}
.hide {
    display: none !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.d-flex {
    display: flex;
}
.fd-c {
    flex-direction: column;
}
.jc-c {
    justify-content: center;
}
.jc-sb {
    justify-content: space-between;
}
.ai-c {
    align-items: center;
}
.ai-s {
    align-items: stretch;
}
.txt-uc {
    text-transform: uppercase;
}
.txt-cc {
    text-transform: capitalize;
}
.c-white {
    color: #ffffff;
}
.c-yellow {
    color: #ffff01;
}
.txt-c {
    text-align: center;
}
.c-blue {
    color: #2f3690;
}
.c-pink {
    color: #fd4f82;
}
.bgc-blue {
    background: #2f3690;
}
.bgc-pink {
    background: #fd4f82;
}
.bgc-bp {
    background: rgb(127,140,254);
    background: linear-gradient(90deg, rgba(127,140,254,1) 0%, rgba(253,79,130,1) 100%);
}
.p-rel {
    position: relative;
}
.p-abs {
    position: absolute;
}
.p-sc {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-s {
    box-shadow: 2px 2px 10px 0px #cbcbcc;
}
.box-sb {
    box-shadow: 2px 2px 10px 0px #0000005c;
}
.popup-banner-img {
    width: 100%;
}
.header-content {
    min-height: 55px;
}
.header-content > div {
    padding: 5px 10px;
}
.header-content h4 {
    font-weight: 600;
}
.header-content ul {
    font-size: 1.1rem;
    line-height: 1.1rem;
    list-style: none;
    margin: 0px;
}
.header-content ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}
.header-content ul li:nth-child(2):before, .header-content ul li:nth-child(3):before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7 {
    padding: 30px 0px;
}
.learn-portal-ads {
    width: 45%;
}
.learn-portal-ads img {
    width: 100%;
    border-radius: 15px;
}
.course-type-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 5px;
}
.course-type {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
}
.course-name {
    font-size: 4.2rem;
    line-height: 4rem;
}
.course-logo {
    width: 120px;
    height: fit-content;
}
.course-dtt {
    width: 55%;
}
.course-ri {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.course-datetime {
    border: solid #fd4f82;
    border-width: 1.5px 0px;
    padding: 10px 20px 10px 0px;
    margin-right: 15px;
    width: fit-content;
}
.course-dti {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.course-dti img {
    width: 35px;
}
.course-dt {
    width: calc(100% - 70px);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
    padding-left: 15px;
}
.course-desc {
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: none;
    font-weight: 600;
}
.course-d {
    margin-bottom: 5px;
}
.course-trainer {
    padding: 30px 30px 30px 0px;
}
.course-tl {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3rem;
    margin-bottom: 10px;
}
.course-tn, .course-otn {
    font-family: 'Audiowide', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
}
.course-tni {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.course-tni img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #2f3690;
}
.course-rnb {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8rem;
    border-radius: 25px;
    padding: 10px 20px 15px;
    min-width: 280px;
    display: inline-block;
}
.course-ri-lbl {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
    padding: 16px 5px;
}
.course-ri-lst {
    padding: 30px;
}
.course-ri-lst ul {
    list-style: none;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-left: 25px;
}
.course-ri-lst ul li {
    padding: 8px 0px;
    position: relative;
}
.course-ri-lst ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fd4f82;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}
[class^="course-o"] {
    display: none;
}
.section-2 {
    padding: 10px 0px;
}
.benefit-item {
    padding: 10px 0px;
}
.benefit-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.benefit-item div {
    font-weight: 500;
}
.section-3 {
    padding: 20px 0px;
}
.title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 30px;
}
.wyg-col {
    width: 50%;
}
.wyg-items ul {
    list-style: none;
}
.wyg-items ul li {
    font-size: 1.1rem;
    line-height: 1.1rem;
    background-color: #ffffff;
    margin: 10px;
    padding: 15px 15px 15px 60px;
    border-radius: 20px;
    min-height: 65px;
    position: relative;
}
.wyg-items ul li:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    content: "\f00c";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #07a00a;
    border-radius: 100%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wywl-col {
    width: 50%;
    border-radius: 20px;
    position: relative;
    margin: 20px;
}
.wywl-col:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 65px solid #45c3c2;
    border-left: 65px solid transparent;
    border-bottom-right-radius: 15px;
    right: -5px;
    bottom: -5px;
}
.wywl-title {
    width: fit-content;
    min-width: 50%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1rem;
    margin: 13px 15px 0px -15px;
    padding: 12px 10px 12px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 15px;
    background: rgb(34,169,198);
    background: linear-gradient(90deg, rgba(34,169,198,1) 0%, rgba(97,215,191,1) 100%);
    position: relative;
}
.wywl-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    background: #18879a;
    border-radius: 1rem 0 0 1rem;
    left: 0px;
    bottom: -30px;
    z-index: 1;
}
.wywl-title:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    background: #22a9c6;
    left: 0px;
    bottom: -13px;
    z-index: 0;
}
.wywl-col ul {
    padding: 20px;
}
.wywl-col ul li {
    padding: 6px 0px 6px 30px;
    font-weight: 500;
    position: relative;
}
.wywl-col ul li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: rgb(34,169,198);
    background: linear-gradient(90deg, rgba(34,169,198,1) 0%, rgba(97,215,191,1) 100%);
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(40deg);
}
.wywl-item-2.wywl-col:after {
    border-bottom-color: #fe6426;
}
.wywl-item-2 .wywl-title, .wywl-item-2.wywl-col ul li:before {
    background: rgb(254,114,35);
    background: linear-gradient(90deg, rgba(254,114,35,1) 0%, rgba(255,86,43,1) 100%);
}
.wywl-item-2 .wywl-title:before {
    background: #c64710;
}
.wywl-item-2 .wywl-title:after {
    background: #fe7223;
}
.wywl-item-3.wywl-col:after {
    border-bottom-color: #e1546b;
}
.wywl-item-3 .wywl-title, .wywl-item-3.wywl-col ul li:before {
    background: rgb(219,75,124);
    background: linear-gradient(90deg, rgba(219,75,124,1) 0%, rgba(233,94,91,1) 100%);
}
.wywl-item-3 .wywl-title:before {
    background: #a52d5b;
}
.wywl-item-3 .wywl-title:after {
    background: #db4b7c;
}
.wywl-item-4.wywl-col:after {
    border-bottom-color: #6893dc;
}
.wywl-item-4 .wywl-title, .wywl-item-4.wywl-col ul li:before {
    background: rgb(89,108,210);
    background: linear-gradient(90deg, rgba(89,108,210,1) 0%, rgba(117,179,228,1) 100%);
}
.wywl-item-4 .wywl-title:before {
    background: #354aa5;
}
.wywl-item-4 .wywl-title:after {
    background: #596cd2;
}
.wywl-item-5.wywl-col:after {
    border-bottom-color: #a05de3;
}
.wywl-item-5 .wywl-title, .wywl-item-5.wywl-col ul li:before {
    background: rgb(129,90,219);
    background: linear-gradient(90deg, rgba(129,90,219,1) 0%, rgba(194,96,235,1) 100%);
}
.wywl-item-5 .wywl-title:before {
    background: #5438a6;
}
.wywl-item-5 .wywl-title:after {
    background: #825adb;
}
.fb-items {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}
.fb-a {
    width: 250px;
}
.fb-txt-1 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
}
.fb-txt-2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 5px 0px 15px;
}
.fb-txt-3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.fb-txt-4 > span:first-child {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    position: relative;
    margin-right: 10px;
}
.fb-txt-4 > span:first-child:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 2.3px;
    background-color: #fd4f82;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(15deg);
}
.fb-txt-4 > span:last-child {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    border-radius: 15px;
    padding: 5px 15px;
}
.fb-txt-4 > span:last-child span {
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding-left: 5px;
}
.fb-d {
    width: 3px;
    margin: 0px 0px 0px 47px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(47,54,144,1) 50%, rgba(255,255,255,1) 100%);
}
.fb-f {
    width: calc(100% - 300px);
    justify-content: space-around;
}
.fb-f img {
    width: 120px;
    max-height: 120px;
    margin: 0 auto;
}
.fb-f div {
    font-size: 0.9rem;
    line-height: 1rem;
}
.fb-fc ul {
    list-style: none;
    padding: 0px;
}
.fb-fc ul li {
    padding: 2px;
}
.fb-fc ul li a {
    display: block;
}
.fb-fc ul li img {
    width: 35px;
    height: 35px;
}
.at-bio div.bgc-bp {
    float: left;
    width: 150px;
    height: 150px;
    padding: 4px;
    margin-right: 15px;
    display: inline-block;
    border-radius: 100%;
}
.at-bio img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.at-bio p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 15px;
}
.at-bio > div + p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0px;
}
.at-bio p:last-child {
    margin-bottom: 0px;
}
.aso-items {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}
.aso-items .aso-item {
    padding: 0px 10px;
}
.aso-items .aso-item img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
}
.otbu-items {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}
.otbu-items .otbu-item {
    padding: 0px 10px;
}
.otbu-items .otbu-item img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
}
@media (max-width: 991px) {
    .header-content h5, .header-content ul {
        font-size: 1rem;
        line-height: 1rem;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .header-content > div {
        padding: 5px 0px;
    }
    .course-type-title {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .course-type {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    .course-name {
        font-size: 3rem;
        line-height: 2.8rem;
    }
    .course-logo {
        width: 100px;
    }
    .course-dti {
        width: 60px;
        height: 60px;
    }
    .course-dti img {
        width: 30px;
    }
    .course-dt {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .course-tl {
        font-size: 1rem;
        line-height: 1rem;
    }
    .course-tn, .course-otn {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .course-rnb {
        font-size: 1.4rem;
        line-height: 1.4rem;
        min-width: 240px;
    }
    .course-ri-lst {
        padding: 20px;
    }
    .benefit-item img {
        width: 60px;
        height: 60px;
    }
    .benefit-item div {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .wyg-items ul li {
        font-size: 0.8rem;
        line-height: 1.1rem;
        padding: 10px 10px 10px 50px;
        min-height: 55px;
    }
    .wyg-items ul li:before {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }
    .wywl-title {
        font-size: 0.8rem;
        line-height: 0.8rem;
        padding-right: 15px;
    }
    .wywl-col ul li {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .fb-a {
        width: 210px;
    }
    .fb-txt-1 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .fb-txt-2 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .fb-txt-3 {
        font-size: 1rem;
    }
    .fb-txt-4 > span:first-child {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-right: 5px;
    }
    .fb-txt-4 > span:last-child {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
    .fb-d {
        margin-left: 7px;
    }
    .fb-f {
        width: calc(100% - 220px);
    }
    .fb-f img {
        width: 90px;
        max-height: 90px;
    }
    .fb-f div {
        font-size: 0.75rem;
        line-height: 0.8rem;
    }
    .fb-fc ul li img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 599px) {
    .header-content {
        flex-direction: column;
        padding: 5px 0px;
    }
    .section-1 > div > div:first-child, .section-1 > div > div:last-child {
        flex-direction: column;
        align-items: flex-start;
    }
    .course-type-title {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .course-type {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 10px;
    }
    .course-name {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .course-rl {
        display: flex;
        margin: 15px 0px;
    }
    .course-logo {
        width: 120px;
        height: fit-content;
    }
    .section-1 > div > div:last-child >div {
        width: 100%;
    }
    .course-datetime {
        width: 100%;
        padding: 5px 10px 5px 0px;
    }
    .course-dt {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .course-dti {
        width: 60px;
        height: 60px;
    }
    .course-dti img {
        width: 30px;
    }
    .course-trainer {
        padding: 20px 0px;
    }
    .benefit-item:first-child, .benefit-item:last-child {
        display: none;
    }
    .benefit-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
    }
    .benefit-item div {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .wyg-items {
        flex-direction: column;
    }
    .wyg-col {
        width: 100%;
    }
    .wyg-items ul li:last-child {
        margin-bottom: 0px;
    }
    .wyg-items ul li:before {
        width: 25px;
        height: 25px;
        left: 12px;
        font-size: 0.8rem;
    }
    .wyg-items ul li {
        font-size: 1rem;
        line-height: 1.1rem;
        padding-left: 46px;
        min-height: 50px;
    }
    .wywl-item-row {
        flex-direction: column;
    }
    .wywl-col {
        width: calc(100% - 30px);
    }
    .fb-items {
        flex-direction: column;
        align-items: center;
    }
    .fb-d {
        width: 100%;
        height: 4px;
        margin: 20px 0px;
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(47,54,144,1) 50%, rgba(255,255,255,1) 100%);
    }
}
@media (max-width: 575px) {
    .course-nt {
        text-align: center;
    }
    .section-1 > div > div:first-child, .section-1 > div > div:last-child {
        align-items: stretch;
    }
    .course-rl {
        justify-content: center;
    }
    .course-datetime {
        justify-content: center;
    }
    .fb-items > div {
        text-align: center;
    }
    .fb-txt-4 {
        justify-content: center;
    }
}
@media (max-width: 424px) {
    .course-type-title {
        font-size: 1rem;
        line-height: 1rem;
    }
    .course-type {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }
    .course-name {
        font-size: 2rem;
        line-height: 2rem;
    }
    .course-dt {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .course-dti {
        width: 50px;
        height: 50px;
    }
    .course-dti img {
        width: 25px;
    }
    .course-rl {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .course-logo {
        width: 100px;
    }
    .course-tl {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }
    .course-tn, .course-otn {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: 5px;
    }
    .course-rnb {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding-bottom: 12px;
        min-width: 100%;
    }
    .section-2 > div > div {
        flex-wrap: wrap;
    }
    .benefit-item {
        width: 50%;
    }
    .fb-d {
        margin-top: 30px;
    }
    .fb-items > div {
        width: 100%;
    }
    .fb-f {
        flex-direction: column;
    }
    .fb-f img {
        width: 150px;
        height: auto;
        max-height: 150px;
    }
    .fb-f div {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    .fb-f > div {
        padding-bottom: 15px;
    }
    .fb-f > div:last-child {
        padding-bottom: 0px;
    }
    .fb-fc ul li img {
        width: 45px;
        height: 45px;
    }
    .at-bio div.bgc-bp {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 320px) {
    .header-content ul li:nth-child(2):before, .header-content ul li:nth-child(3):before {
        content: unset;
    }
}

/* Upcoming Event Start */
.upcoming-events-section {
    padding: 10px 0px 0px 0px;
}
.upcoming-events-heading {
    text-align: center;
    margin: 10px 0px;
}
.upcoming-events-heading > span {
    font-size: 40px;
    font-weight: 500;
    color: #303393;
    border-left: 3px solid #7f8af0;
    border-radius: 10px;
    padding-left: 10px;
}
.upcoming-events-heading > span > span {
    font-weight: 600;
    background-image: linear-gradient(90deg, rgb(135 139 247) -50%, #fb5084 100%);
    color: #ffffff;
    border-radius: 5px;
    padding: 0 10px 0 15px;
    position: relative;
}
.upcoming-events-heading > span > span:before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.schedule-events-list-filter {
    display: flex;
}
.schedule-events-list-filter fieldset {
    border: 1px solid rgb(0 0 0 / 12%);
    margin: 5px 5px 5px 5px;
    border-radius: 4px;
    padding: 0px 10px;
    width: 25%;
}
.schedule-events-list-filter fieldset legend {
    width: auto;
    font-size: 12px;
    color: rgb(0 0 0 / 60%);
    padding: 0px 5px;
    margin: 0px;
}
.schedule-events-list-filter fieldset select {
    border: none;
    width: 100%;
    margin: 5px 0px 10px 0px;
    background-color: transparent;
}
.fill-height {
    height: 100%;
}
.schedule-events-items-list .upcoming-schedules-row {
    padding: 10px 0px;
}
.upcoming-schedules-item-list {
    border: 1px solid rgba(0,0,0,.12);
}
.uel-on {
    width: 10%;
    background-color: #6b7abb;
}
.uel-on span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.uel-content {
    width: 90%;
    display: flex;
}
.uel-about {
    width: 70%;
    padding: 10px;
}
.uel-about-meta {
    width: calc(100% - 150px);
    padding-right: 10px;
}
.uel-about .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #2e3192;
}
.uel-about .uel-v {
    margin-top: 5px;
    color: #707070;
    position: relative;
    padding-left: 25px;
    font-style: italic;
}
.uel-about .uel-v i {
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.subtitle-2 {
    font-size: 13px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
    letter-spacing: .0071428571em;
    margin-bottom: 5px;
}
.subtitle-2 div {
    line-height: 20px;
}
.uel-trainer-meta {
    width: 150px;
    text-align: center;
}
.uel-trainer-meta img {
    border-radius: 5px;
    width: 85px;
    margin-bottom: 5px;
}
.subtitle-1 .uel-i {
    display: block;
    width: 100%;
}
.subtitle-1 .uel-i span {
    min-width: 150px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .009375em;
    line-height: unset;
    color: rgba(0,0,0,.87);
    background-color: #e0e0e0;
    padding: 2px 12px;
    border-radius: 12px;
}
.uel-checkout {
    width: 30%;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}
.uel-price {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: .009375em;
}
.uel-price > span {
    display: block;
}
.uel-price > span:first-child {
    color: #000;
}
.uel-price .struckout-price {
    color: #9e9e9e;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}
.uel-price .special-price {
    color: #f54f82;
}
.uel-btn {
    margin-top: 20px;
}
.uel-btn a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #2e3192;
    border: 1px solid #2e3192;
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    min-width: 80px;
}
.uel-btn .uel-c {
    margin-right: 5px;
    color: #fff;
    background-color: #2e3192;
}
.uel-btn .uel-c:hover {
    border-color: rgb(107 122 187 / 90%);
    background-color: rgb(107 122 187 / 90%);
}
.uel-btn .uel-d:hover {
    background-color: rgb(107 122 187 / 10%);
}
.schedule-events-list-wrap.event-notfound-row {
    margin: 0 auto;
    width: fit-content;
}
.schedule-events-list-wrap.event-notfound-row .event-notfound-msg {
    display: inline-block;
}
.schedule-events-items-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-events-items-pagination ul li {
    display: flex;
    margin: 5px;
    padding: 4px 10px;
    cursor: pointer;
    align-items: center;
    border: 1px solid #6b7abb;
    border-radius: 5px;
    color: #6b7abb;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.schedule-events-items-pagination ul li i {
    font-size: 20px;
    line-height: 20px;
    padding: 0px 5px;
}
.schedule-events-items-pagination ul li.pprev i {
    padding-left: 0px;
}
.schedule-events-items-pagination ul li.pnext i {
    padding-right: 0px;
}
.schedule-events-items-pagination ul li:hover {
    background-color: rgb(107 122 187 / 10%);
}
.schedule-events-items-pagination ul li.disabled {
    color: rgb(107 122 187 / 50%);
    border-color: rgb(107 122 187 / 50%);
}
.nodatarow {
    display: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: hsl(0deg 0% 0% / 80%);
    padding: 10px;
}
@media (max-width: 991px){
    .uel-on {
        width: 12%;
    }
    .uel-content {
        width: 88%;
        flex-direction: column;
    }
    .uel-content > div {
        width: 100%;
    }
    .uel-checkout > div {
        align-items: flex-start !important;
    }
    .uel-checkout .uel-price {
        text-align: left;
    }
    .uel-price > span {
        display: inline-block;
    }
}
@media (max-width: 767px){
    .schedule-events-list-filter {
        flex-wrap: wrap;
    }
    .schedule-events-list-filter fieldset {
        width: calc(100% / 2 - 10px);
    }
    .upcoming-schedules-item-list {
        flex-direction: column;
    }
    .upcoming-schedules-item-list > div {
        width: 100%;
    }
    .uel-on > div {
        flex-direction: row !important;
        padding: 8px 5px;
    }
    .uel-on > div span:first-child {
        padding-right: 2px;
    }
    .uel-on > div span:last-child {
        padding-left: 2px;
    }
    /* .upcoming-events-section {
        padding: 0px 0px 30px 0px;
    } */
}
@media (max-width: 600px){
    .learn-portal-ads {
        width: 100%;
        margin-bottom: 30px;
    }
    .uel-about > div {
        flex-direction: column;
    }
    .uel-about > div > div {
        width: 100%;
    }
    .uel-trainer-meta {
        text-align: left;
    }
    .uel-trainer-meta .subtitle-1 {
        display: flex;
        align-items: center;
    }
    .uel-trainer-meta img {
        margin-bottom: 5px;
    }
    .subtitle-1 .uel-i span {
        min-width: auto;
        margin-left: 5px;
    }
    .upcoming-events-heading > span {
        font-size: 28px;
    }
}
@media (max-width: 425px){
    .schedule-events-list-filter fieldset {
        width: 100%;
    }
    .upcoming-events-heading > span {
        font-size: 20px;
    }
}
/* Upcoming Event End */

/* New Upcoming Event Start */
.upcoming-no-events{
    display: none;
}
.no-data-message{
    color: red; font-style: italic;
}
.upcoming-event-container {
    height: auto;padding: 25px;border-radius: 20px;overflow: hidden;box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 20px 0px;background-color: #c2b4e9;
}
.upcoming-event-left-item {
    height: 50px !important;margin-bottom: 15px !important;z-index: 1;
}
.upcoming-event-left-btn {
    position: relative;background-color: #2f3690;border-top-right-radius: 30px;border-bottom-right-radius: 30px;width: calc(100% - 10px);text-align: left;padding: 12px 10px;color: #fff;text-transform: uppercase;font-weight: 600;letter-spacing: 0.5px;font-size: 16px;pointer-events:auto;
}
.upcoming-event-left-btn:last-child {
    text-transform: none;
}
.upcoming-event-left-btn.active {
    background: #8d85ef;background: -moz-linear-gradient(left, #8d85ef 0%, #ee5791 100%);background: -webkit-linear-gradient(left, #8d85ef 0%,#ee5791 100%);background: linear-gradient(to right, #8d85ef 0%,#ee5791 100%);filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8d85ef', endColorstr='#ee5791',GradientType=1 );border: #fff 2px solid;z-index: 1;pointer-events: none;
}
.upcoming-event-left-item  .arrow::after {
    content: '';position: absolute;height: 0;width: 0;border-top: 1.4em solid transparent;border-bottom: 1.4em solid transparent;right: 1px;border-left: 1.4em solid #f5f5f5;top: 3px;z-index: 0;
}
.upcoming-event-right-item {
    display: flex;padding: 0px 0px 0px 15px;justify-content: space-between;flex-direction: column;
}
.upcoming-event-right-item .tab-content {
    min-height: 0;height: 100%;
}
.upcoming-event-time-zone{
    background-color: #2f3690;padding: 10px;border-top-left-radius: 35px;border-top-right-radius: 35px;margin-right: 32px;
}
.upcoming-event-time-zone-content{
    padding: 0 10px;color: #fff;font-size: 14px;
}
.upcoming-event-time-zone .clock-icon{
    font-size: 14px;color: #FFD400;
}
.upcoming-event-time-zone-head{
    padding-left: 12px;font-weight: 700;
}
.upcoming-event-right-item a{
    text-decoration: none;padding: 0;margin: 0;
}
.upcoming-event-right-item .card {
    --bs-card-border-width:0px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 100%;
}
.upcoming-event-right-item .card-body {
    padding: 0;
}
.upcoming-event-right-item .card-body .solid-check-icon{
    font-size: 22px;color: #0c9c10;  display: none;
}
.upcoming-event-right-item .card-body .content{
    padding: 12px;
    border: 2px solid #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 110px;
}
.upcoming-event-right-item .card-body .content .date{
    color: #f54f82;text-align: center;font-size: 26px;font-weight: 700;padding: 7px 0;
}
.upcoming-event-right-item .card-body .content .days{
    color: #2e3192;text-align: center;font-size: 12px;
}
.upcoming-event-right-item .card-body .content .month{
    color: #2e3192;font-size: 20px;font-weight: 700;text-transform: uppercase;
}
.upcoming-event-right-item .card-instructor {
    font-size: 12px;
    font-weight: 600;
    color: #707cbc;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 5px 5px 10px 15px;
    border-top: 0.5px solid #707cbc;
    border-bottom: 2px solid #707cbc;
    margin-top: -2px;
    height: calc(100% - 108px);
}
.upcoming-event-right-item .card-instructor a, .upcoming-event-right-item .card-instructor span {
    color: #707cbc;
    display: block;
    line-height: 16px;
    margin: 5px 0px;
    position: relative;
    padding-left: 10px;
}
.upcoming-event-right-item .card-instructor a:before, .upcoming-event-right-item .card-instructor span:before {
    content: "-";
    position: absolute;
    left: 0;
}
.upcoming-event-right-item .card:hover .card-body .content{
    border-color: #0c9c10;
}
.upcoming-event-right-item .card-body:hover .card-instructor {
    background: #0c9c10;
    border-color: #0c9c10;
}
.upcoming-event-right-item .card-body:hover .card-instructor, .upcoming-event-right-item .card-body:hover .card-instructor a, .upcoming-event-right-item .card-body:hover .card-instructor span {
    color: #fff;
}
.upcoming-event-right-item .card-body:hover .solid-check-icon{
    display: block;
}
.upcoming-event-right-item .card-body .content .na-content{
    background: #f5f5f5;width: 81px;font-size: 28px;color: #fff;font-weight: 700;height: 81px;line-height: 71px;text-align: center;padding: 5px;border-radius: 50%;margin: 0 auto;
}
.upcoming-event-right-item .card-na-instructor{
    background: #f5f5f5;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top: none;padding: 5px;height: 32px;
}
.noHover{
    pointer-events: none;
}
.disabled{
    pointer-events: none;
}
.upcoming-events-items-pagination ul {
    list-style: none;padding: 0;display: flex;justify-content: end;align-items: center;margin: 0px;
}
.upcoming-events-items-pagination ul li {
    display: flex;margin: 5px 0px;padding: 4px 0px;cursor: pointer;align-items: center;border-radius: 5px;color: #2f3690;
}
.upcoming-events-items-pagination ul li i {
    font-size: 24px;
    line-height: 24px;
    padding: 0px 5px;
}
.upcoming-events-items-pagination ul li.upprev i {
    padding-left: 0px;
}
.upcoming-events-items-pagination ul li.upnext i {
    padding-right: 0px;
}
.upcoming-events-items-pagination ul li:hover {
    color: #f54f82;
}
.upcoming-event-tab-hide{
    display: none;
}
.upcoming-event-tab-show{
    display: block;
}
.upcoming-error-message{
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}
@media (max-width: 768px){
    .upcoming-event-container {
        height: auto;
    }
    .upcoming-event-left-btn {
        font-size: 14px; border-top-right-radius: 0;border-bottom-right-radius: 0;border-radius: 30px;text-align: center;
    }
    .upcoming-event-time-zone-content div {
        text-align: center;padding-bottom: 0;letter-spacing: 0;
    }
    .upcoming-events-heading-container > span {
        font-size: 28px;
    }
    .upcoming-event-left-item .arrow{
        display: none !important;
    }
    .upcoming-event-right-item {
        padding: 0;
    }
}
@media (max-width: 599px){
    .fb-items .fb-f {
        width: 100%;
    }
}
@media (max-width: 425px){
    .upcoming-event-container {
        height: auto;
        padding: 32px 5px;
    }
    .upcoming-event-right-item {
        height: auto;
    }
    .upcoming-event-left-btn {
        border-top-right-radius: 0;border-bottom-right-radius: 0;border-radius: 30px;text-align: center;
    }
    .upcoming-event-left-item .arrow{
        display: none !important;
    } 
    .upcoming-event-time-zone {
        margin-right: 0;
        padding: 5px;
    } 
    #upcomingCarousel{
        height: 52px;
    }
    .upcoming-event-time-zone-content div {
        font-size: 14px;letter-spacing: 1px;
    }
    .upcoming-events-heading-container > span {
        font-size: 24px;
    }
    .upcoming-events-items-pagination ul {
        margin-bottom: 5px;
    }
    .upcoming-event-container .nav{
        padding: 0px 15px;
    }
    .upcoming-event-right-item .tab-content {
        min-height: 0;height: 100%;
    }
    .upcoming-event-right-item .card-body .content .days {
        font-size: 11px;
        line-height: 12px;
    }
}
/* New Upcoming Event End */
/* Footer Start */
.section-footer {
    padding: 15px;
    background-color: #313840;
}
.footer-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.footer-content .footer-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-content p {
    font-size: 16px;
    color: #adb5bd;
    margin: 0;
}
.footer-content p i {
    margin-right: 5px;
}
.footer-content .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.footer-content .menu a {
    font-size: 16px;
    color: #adb5bd;
}
.footer-content .menu a:hover {
    text-decoration: none;
}
@media (max-width: 768px){
    .footer-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .footer-content .footer-left {
        gap: 10px;
    }
}
/* Footer End */
.popup-m-banner-img, .small-m-banner-img {
    display: none;
}
@media (max-width: 768px){
    .popup-d-banner-img, .small-d-banner-img {
        display: none;
    }
    .popup-m-banner-img, .small-m-banner-img {
        display: block;
    }
}