* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #000000;
}
.lds-ripple {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
.max-content {
    width: max-content;
}
.float-right {
    float: right;
}
@keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
}
.loading {
    position: relative;
}
.loading:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: 1;
    border-radius: inherit;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.loading .lds-ripple {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
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: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}
.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;
}
.pink-dv {
    border-top: 2px dashed #f65389;
}
.hide {
    display: none !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.fill-height {
    height: 100%;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.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;
}
.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, .section-8, .section-9 {
    padding: 30px 0px;
}
.online-live {
    width: calc(100% - 350px);
}
.tainer-area {
    width: 350px;
}
.course-type {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
}
.course-name {
    font-size: 3rem;
    line-height: 3rem;
}
.course-name {
    font-size: 3rem;
    line-height: 3rem;
}
.course-ri {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.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;
    margin-bottom: 10px;
}
.course-tsb ul, .course-otsb ul {
    list-style: none;
    padding: 25px 0px 0px 30px;
    position: relative;
}
.course-tsb ul:before, .course-otsb ul:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #8090ff;
    border-radius: 100%;
    top: 5px;
    left: 5px;
}
.course-tsb ul:after, .course-otsb ul:after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #8090ff;
    top: 20px;
    left: 10px;
    bottom: 10px;
}
.course-tsb ul li, .course-otsb ul li {
    padding: 5px 0px;
    position: relative;
}
.course-tsb ul li:before, .course-otsb ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #8090ff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -29px;
}
.course-rnb {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2rem;
    border-radius: 25px;
    padding: 14px 20px 14px;
    min-width: 250px;
    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 {
    width: 50%;
    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;
}
.tainer-top-wrap + .reg-inc-box .course-ri-lst {
    flex-direction: column;
}
.tainer-top-wrap + .reg-inc-box .course-ri-lst ul {
    width: 100%;
    margin: 0;
}

/* Event box start */
.tainer-top-wrap {
    width: 100%;
    background: rgb(228,226,255);
    background: linear-gradient(180deg, rgba(228,226,255,1) 0%, rgba(224,250,255,1) 75%);
    padding: 5px 0px 20px 0px;
    border-radius: 15px;
}
.event-content-row {
	text-align: left;
	padding: 0 15px;
	border-bottom: 1px solid #CBD7EA;
}
.event-content-box {
	position: relative;
	padding: 25px 0px 15px 55px;
}
.event-content-icon {
	width: 40px;
	position: absolute;
    top: 15px;
    left: 0px;
}
.event-date-row .event-content-icon {
    width: 50px;
    left: -5px;
}

.event-date-row h3 {
    position: relative;
    display: inline-block;
}
.event-date-row h3 img {
    width: 40px;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}
.event-issue-msg {
    font-size: 12px;
    line-height: 16px;
    color: #ff0000;
    border: 0.5px solid #ff0000;
    padding: 4px 5px;
    margin-top: 5px;
    background-color: rgb(255 0 0 / 5%);
}
.event-content-row.remove-border {
	border: 0;
}
.event-btn-row {
	padding: 15px 15px 0 15px;
}
.choose-schedule-wrap {
	position: relative;
    margin-bottom: 10px;
}
.schedule-event-date-dd-wrap {
    display: none;
    width: 100%;
	padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 17px rgba(0,0,0,.3);
    box-shadow: 0 5px 17px rgba(0,0,0,.3);
    z-index: 3;
}
.schedule-event-date-dd-close {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 45px;
}
.schedule-event-date-dd-close:before, .schedule-event-date-dd-close:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgb(135 139 247) 20%, #fb5084 90%);
}
.schedule-event-date-dd-close:before {
    transform: rotate(45deg);
}
.schedule-event-date-dd-close:after {
    transform: rotate(-45deg);
}
.schedule-event-date {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 2px solid #8090FF;
	font-size: 16px;
	color: #8090FF;
	font-weight: 700;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 2.3px;
    border-radius: 50px;
}
.schedule-event-date-dd {
    display: none;
    width: 100%;
	padding: 0;
    margin: 0;
    position: absolute;
    top: 0px; /*45px;*/
    left: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 17px rgba(0,0,0,.3);
    box-shadow: 0 5px 17px rgba(0,0,0,.3);
    z-index: 3;
    height: 253px;
    overflow-y: auto;
}
/* .schedule-event-date-dd::-webkit-scrollbar {
    display: none;
} */
.schedule-event-date-dd::-webkit-scrollbar {
    width: 10px;
}
.schedule-event-date-dd::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
}
.schedule-event-date-dd::-webkit-scrollbar-thumb {
    background: rgba(195, 195, 195, 0.8); 
    border-radius: 6px;
}
.schedule-event-date-dd::-webkit-scrollbar-thumb:hover {
    background: #c3c3c3; 
}
.schedule-event-date-dd li {
    border-bottom: 1px solid rgba(254, 76, 28, 0.1);
    padding: 5px 20px;
    cursor: pointer;
    position: relative;
}
.schedule-event-date-dd li:nth-child(even) {
    background-color: #f2f2f2;
}
.schedule-event-date-dd li:hover {
    background-color: rgba(141, 133, 239, 0.2);
}
.schedule-event-date-dd li.active {
	color: #ffffff;
    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 );
}
.schedule-event-date-dd li.active .event-course-name, .schedule-event-date-dd li.active strong {
    color: #ffffff !important;
}
.schedule-event-date-dd li .event-course-name {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #000;
}
.schedule-event-date-dd li strong {
    display: block;
    color: #0b0b0c;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	margin-bottom: 5px;
}
.schedule-event-date-dd li span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 2px 0px;
}
.want-combo-event-row .event-content-box {
    padding: 20px 0px 0px 0px;
}
.want-combo-event-row label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
	margin: 0px;
}
.want-combo-event-row input {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.want-combo-event-row span {
    font-size: 16px;
    line-height: 20px;
    color: #696a75;
    cursor: pointer;
	display: block;
}
.combo-event-date-row.event-content-row {
    border-bottom: none;
    border-top: 1px solid #CBD7EA;
    margin-top: 15px;
}
.combo-event-date-row .choose-schedule-wrap {
    margin-bottom: 0px;
}
.want-corporate-inquiries-row {
    margin-top: 15px;
    padding-top: 15px;
    border-bottom: none !important;
}
.want-corporate-inquiries-row .event-content-box {
    padding: 0px 0px 0px 0px;
}
.want-corporate-inquiries-row img {
    width: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.want-corporate-inquiries-row p {
    color: #0b0b0c !important;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
    margin: 0 !important;
    padding-left: 35px;
}
.want-corporate-inquiries-row a {
    display: inline;
    border-bottom: 1px solid #0b0b0c;
    text-decoration: underline !important;
    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 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.event-content-box h3 {
	font-size: 20px;
    color: #7d8dff;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.event-content-box span {
    font-size: 16px;
    color: #0b0b0c;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.event-content-box p {
	font-size: 16px;
	color: #696a75;
	margin-bottom: 10px;
}
.event-content-box .event-venue-address {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 0px;
    border: 0.1px solid #696a75;
    background-color: rgb(128 144 255 / 10%);
    padding: 3px 5px;
    border-radius: 3px;
}
.event-content-box .event-venue-address span {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #696a75;
    display: inline;
    margin-bottom: 0;
}
.event-content-box #etime span, .event-content-box #cetime span {
    font-size: 16px;
    font-weight: normal;
    color: #696a75;
    display: inline;
    font-family: "Manrope", sans-serif;
}
.event-content-box h6 span {
    display: inline;
    margin: 0;
    font-size: 16px;
    color: #e45c9b;
    font-weight: 600;
}
.event-trainer-row .event-content-box span {
	font-family: 'Kaushan Script', cursive;
    font-size: 32px;
    line-height: 32px;
    color: #0b0b0c;
    font-weight: 500;
    display: block;
}
.event-trainer-row .event-content-box p {
	margin-bottom: 0px;
}
.event-price-row .event-content-box span {
	font-size: 26px;
    line-height: 26px;
}
.event-price-row .event-content-box p {
    font-size: 14px;
	margin-bottom: 0;
}
.event-price-row .event-content-box span, .event-price-row .event-content-box p {
    display: inline;
}
.tarn-btn a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    border-radius: 50px;
    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 );
}
.tarn-btn.bt-2 {
    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-radius: 50px;
    padding: 3px;
}
.tarn-btn.bt-2 a {
    background: #ffffff;
    color: #000000;
}
.event-calendar {
	background-color: #ecedff;
}
.event-calendar header {
	text-align: center;
	background-color: transparent;
	background-image: linear-gradient(90deg, rgb(135 139 247) 20%, #fb5084 90%);
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-calendar header .month {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	color: #ffffff;
	font-size: 20px;
	margin: 0px 15px;
}
.event-calendar header .month .year {
	margin-left: 10px;
}
.event-calendar header .event-calendar-btn {
	width: 100%;
}
.event-calendar header .btn-prev {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ffffff;
}
.event-calendar header .btn-next {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ffffff;
}
.event-calendar .table-wrap {
	display: flex;
	padding: 10px;
	overflow-x: auto;
}
.event-calendar table {
    width: 100%;
	margin: 0px !important;
	border-spacing: 3px;
	border-collapse: separate !important;
}
.event-calendar table thead {
	text-align: center;
	text-transform: uppercase;
	color: #303393;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.event-calendar table thead td {
	background-color: #ffffff;
}
.event-calendar table tbody tr {
	padding: 0;
}
.event-calendar table tbody tr.no-event {
	display: none;
}
.event-calendar table tbody tr td {
	padding: 0 !important;
	width: calc(100% / 7);
	height: 40px;
}
.event-calendar table tbody tr td .day {
	text-align: center;
	height: 100%;
	background-color: #ffffff;
	color: #303393;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
.event-calendar table tbody tr td:nth-child(6) .day,
.event-calendar table tbody tr td:nth-child(7) .day {
	background-color: #d3d8fe;
}
.event-calendar table tbody tr td .day.wrong-month {
	background-color: #f5f5ff;
}
.event-calendar table tbody tr td .day .cal-event-day {
	color: #303393;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0px 0px 10px;
}
.event-calendar table tbody tr td .day.wrong-month .cal-event-day {
	color: #a7a8ae;
}
.event-calendar table tbody tr td .day.today .cal-event-day {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #303393;
	color: #303393;
	border-radius: 100%;
}
.event-calendar table tbody tr td .day.has-event {
    cursor: pointer;
    position: relative;
}
/*.event-calendar table tbody tr td .day.has-event:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b56cba;
    transform: rotate(-45deg);
}*/
.event-calendar-course {
	color: #e81b0a;
    letter-spacing: 0.5px;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    top: 0px;
}
.event-calendar-weekend {
	color: #e81b0a;
    letter-spacing: 0.5px;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
}
.cal-event-wrap {
	height: calc(100% - 34px);
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-end;
}
.cal-event-item {
	display: flex;
	background-color: transparent;
	position: relative;
	min-height: 35px;
	align-items: center;
	margin-bottom: 10px;
}
.cal-event-wrap .cal-event-item:nth-child(odd) {
	background-color: #7d8cff;
	padding-left: 55px;
	justify-content: flex-start;
}
.cal-event-wrap .cal-event-item:nth-child(even) {
	background-color: #ff4f80;
	padding-right: 55px;
	justify-content: flex-end;
}
.cal-event-wrap .cal-event-item:last-child {
	margin-bottom: 0;
}
.cal-event-inst {
	background-color: transparent;
	border-radius: 100%;
	padding: 2px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
}
.cal-event-wrap .cal-event-item:nth-child(odd) .cal-event-inst {
	background-image: linear-gradient(90deg, rgb(135 139 247) 20%, #fb5084 90%);
	left: 5px;
}
.cal-event-wrap .cal-event-item:nth-child(even) .cal-event-inst {
	background-image: linear-gradient(90deg, rgb(135 139 247) 20%, #fb5084 90%);
	right: 5px;
}
.cal-event-inst-photo {
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
}
.cal-event-about {
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}
.cal-event-wrap .cal-event-item:nth-child(odd) .cal-event-about {
	text-align: left;
	padding-right: 5px;
}
.cal-event-wrap .cal-event-item:nth-child(even) .cal-event-about {
	text-align: right;
	padding-left: 5px;
}
.cal-event-inst-name {
	text-transform: capitalize;
}
/* Event box end */

.question-area {
    width: 50%;
    margin: 20px;
}
.question-content img {
    width: 40px;
    height: auto;
    margin: 0 0 15px 0;
}
.question-content p {
    font-weight: 500;
    margin-bottom: 15px;
}
.question-content .tarn-btn a {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    letter-spacing: 0px;
}

.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;
}
.wywl-item-6.wywl-col:after {
    border-bottom-color: #d0d631;
}
.wywl-item-6 .wywl-title, .wywl-item-6.wywl-col ul li:before {
    background: #bcc053;
    background: linear-gradient(90deg, #bcc053 0%, #e2ea13 100%);
}
.wywl-item-6 .wywl-title:before {
    background: #a2a638;
}
.wywl-item-6 .wywl-title:after {
    background: #bcc053;
}
.wywl-item-7.wywl-col:after {
    border-bottom-color: #f56ea2;
}
.wywl-item-7 .wywl-title, .wywl-item-7.wywl-col ul li:before {
    background: #f65288;
    background: linear-gradient(90deg, #ff73a1 0%, #da5fa4 100%);
}
.wywl-item-7 .wywl-title:before {
    background: #fc4f82;
}
.wywl-item-7 .wywl-title:after {
    background: #ff73a1;
}
.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;
}
.wsa-item {
    padding: 5px;
    margin-top: 10px;
}
.wsa-item img {
    width: 90%;
    max-width: 150px;
}
.pc-img {
    padding-right: 30px;
}
.pc-img img {
    width: 260px;
    border-radius: 100%;
}
.pc-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

/*Get a call popup START*/
.getacall-popup .event-content-row {
    padding: 15px;
}
.getacall-popup .event-content-row:first-child {
    padding-top: 0px;
}
.getacall-popup .event-content-row:last-child {
    border: none;
    padding-bottom: 0px;
}
.remove-scroll {
    overflow: hidden;
}
.getacall-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.show-getacall .getacall-overlay {
    visibility: visible;
    opacity: 1;
}
.getacall-popup {
    padding: 20px 0px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.getacall-popup .getacall-close {
    position: absolute;
    font-size: 30px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    opacity: 1;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    z-index: 1;
    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 );
}
.getacall-content {
    overflow-x: auto;
    max-height: calc(80vh);
}
.getacall-title-section p {
    color: #2d3193;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.getacall-title-section p:last-child {
    margin-bottom: 0px;
}
.getacall-form .form-row {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.getacall-form .form-row .col-md-6 {
    width: calc(50% - 5px);
}
.getacall-form .form-row .col-md-12 {
    width: 100%;
}
.getacall-form .form-row-btn {
    margin-top: 10px;
}
.getacall-form label {
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px;
}
.getacall-form .form-control, .getacall-form .form-control:focus {
    width: 100%;
    border: 2px solid #d4d4d3;
    border-radius: unset;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    text-indent: 10px;
    height: 40px;
    box-shadow: none !important;
}
.getacall-form textarea.form-control, .getacall-form textarea.form-control:focus {
    height: 60px;
}
.btn-contactus {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    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 );
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    border: none;
    position: relative;
    cursor: pointer;
}
.btn-contactus:hover {
    color: #0d0d0d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.getacall-form .btn-contactus i {
    display: none;
    position: absolute;
    right: 8px;
}
.frmGetacall.process .btn-contactus i {
    display: inline-block;
}
.g-recaptcha {
    margin-top: 5px;
}
.g-recaptcha > div {
    margin: 0 auto;
}
/*Get a call popup END*/

@media (max-width: 991px) {
    .header-content h5, .header-content ul {
        font-size: 1rem;
        line-height: 1rem;
    }
    .getacall-popup {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .ot-wrap {
        flex-direction: column;
    }
    .ot-wrap > div {
        width: 100%;
    }
    .online-live {
        margin-bottom: 30px;
    }
    .getacall-popup {
        width: 70%;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .header-content > div {
        padding: 5px 0px;
    }
    .course-type {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .course-name {
        font-size: 3rem;
        line-height: 2.8rem;
    }
    .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 {
        min-width: 240px;
    }
    .course-ri-lst {
        padding: 20px;
    }
    .course-ri-lst ul {
        font-size: 1rem;
        line-height: 1rem;
    }
    .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.9rem;
        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.9rem;
        line-height: 0.9rem;
        padding-right: 15px;
    }
    .wywl-col ul li {
        font-size: 0.9rem;
        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;
    }
    .wsa-item div {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .at-bio > div + p {
        font-size: 1.2rem;
    }
    .at-bio p {
        font-size: 1rem;
    }
    .pc-content p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@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 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: 10px;
    }
    .course-name {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .course-rnb {
        padding-bottom: 12px;
    }
    .section-1 > div > div:last-child >div {
        width: 100%;
    }
    .course-ri-lst ul {
        font-size: 1rem;
        line-height: 1rem;
    }
    .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, .question-area {
        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%);
    }
    .wsa-items .d-flex {
        flex-wrap: wrap;
    }
    .wsa-item {
        width: calc(100% / 3);
    }
    .pc-wrap .d-flex {
        align-items: flex-start;
    }
}
@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;
    }
    .fb-items > div {
        text-align: center;
    }
    .fb-txt-4 {
        justify-content: center;
    }
    .course-ri-lst {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .course-ri-lst ul {
        width: 100%;
    }
    .pc-wrap .d-flex {
        flex-wrap: wrap;
    }
    .pc-img {
        padding-right: 0px;
    }
    .getacall-popup {
        width: 95%;
    }
    .getacall-form .form-row {
        flex-direction: column;
    }
    .getacall-form .form-row .col-md-6 {
        width: 100%;
    }
    .getacall-form .form-row .col-md-6:first-child {
        margin-bottom: 5px;
    }
}
@media (max-width: 424px) {
    .course-type {
        font-size: 1rem;
        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-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 {
        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;
    }
    .wsa-item {
        width: calc(100% / 2);
    }
}
@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: 30px 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){
    .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;line-height: 13px;
}
.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 */
.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;
}
/* 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 */