/* Common Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #000000;
}
.relative {
    position: relative;
}
.left-0 {
    left: 0 !important;
}
.absolute {
    position: absolute;
}
.font-medium {
    font-weight: 500;
}
.italic {
    font-style: italic;
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gold {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.whitespace-nowrap {
    white-space: nowrap;
}
.align-top {
    vertical-align: top;
}
.h-5 {
    height: 1.25rem;
}
.inline-block {
    display: inline-block;
}
.ml-1 {
    margin-left: 0.25rem;
}
.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 {
    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: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}
.p-0 {
    padding: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.m-0 {
    margin: 0px !important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-5 {
    margin-top: 5px !important;
}
.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;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 5px !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;
}
.fill-height {
    height: 100%;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.d-flex {
    display: flex;
}
.g-30 {
    gap: 30px;
}
.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;
}
.custom-trustpilot-stars > * {
    line-height: 12px;
}
.profile-stack-container {
    display: flex;
    align-items: center;
    padding: 8px 0px 0px;
    max-width: 600px;
}
.profile-item {
    width: 36px;
    height: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1.5px solid #0b0b0b;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    transition: transform .2s ease, box-shadow .2s ease;
    margin-left: calc(18px * -1);
}
.profile-item:hover {
    transform: translateY(-4px);
    z-index: 10;
    box-shadow: 0 6px 14px #00000026;
}
.profile-item:first-child {
    margin-left: 0;
}
.profile-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
.profile-item.overflow {
    background: #ffffff1f;
    color: #f0c88a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2px;
}
.profile-stack {
    display: flex;
    margin-right: 10px;
}
.stack-info h3 {
    font-size: 1rem;
    color: #f0c88a;
    margin: 0;
    line-height: 1rem;
}
/* Common End */
/* Course Header Start */
.course-name {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.course-tagline {
    display: flex;
    font-size: 34px;
    line-height: 44px;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.course-tagline span {
    background-color: #fbb500;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 5px;
}
ul.course-desc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0px;
}
ul.course-desc li {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
ul.course-desc li i {
    color: #fbb500;
    width: 24px;
    height: 24px;
    border: 1.5px solid #fbb500;
    border-radius: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.course-desc li > span {
    width: calc(100% - 30px);
}
.course-trainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}
.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-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-tni {
    margin-bottom: 0px;
    background-color: #ecc58a12;
    border-radius: 15px;
    border: 1px solid #fbb500;
    padding: 15px;
}
.course-tni img {
    max-width: 200px;
    width: 100%;
    height: auto;
    border: 1px solid #2f3690;
    border-radius: 10px;
}
.course-tl {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 0px;
}
.course-tn, .course-otn {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin-top: 5px;
}
.course-tsb ul:before, .course-otsb ul:before {
    display: none;
}
.course-tsb ul, .course-otsb ul {
    padding: 10px 0px 0px 20px;
    margin: 0;
}
.course-tsb ul li:before, .course-otsb ul li:before {
    width: 7px;
    height: 7px;
    left: -19px;
}
.course-tsb ul:after, .course-otsb ul:after {
    width: 1.5px;
    top: 15px;
    left: 4px;
    bottom: 5px;
}
/* Course Header End */
/* Header Start */
.header-section {
    z-index: 1;
    position: relative;
}
.header-section .brand-contact {
    font-size: 1.1rem;
    font-weight: 600;
}
.header-section .brand-contact a {
    position: relative;
    padding-left: 45px;
}
.header-section .brand-contact a i {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 30px;
    height: 35px;
}
.header-section .pixicon-headphones {
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.header-section .brand-contact .email a {
    padding-left: 45px;
}
.header-section .pixicon-email {
    background-image: url("../img/email.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
@media (max-width: 992px){
	.header-section .brand-contact .phone a {
		margin-left: 10px;
	}
	.header-section .brand-contact a {
		padding-left: 30px !important;
	}
    .header-section .brand-contact a span {
        display: none;
    }
    .header-section .brand-contact a i {
        left: 3px;
    }
    .header-section .brand-contact .email {
        margin-left: 10px;
    }
}
@media (max-width: 475px){
	.header-section .brand-contact .phone a, .header-section .brand-contact .email {
		margin-left: 0px;
	}
}
@media (max-width: 375px){
    .header-section .brand {
        width: 200px;
    }
    .header-section .brand img {
        width: 100%;
    }
}
/* Header End */
/* Page Content Start */
.page-content {
    padding: 50px 0px;
}
.page-icon-circle {
    background: rgb(231 191 132 / 10%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.page-icon-circle i {
    font-size: 38px;
    color: #856147;
}
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}
.page-text {
    font-size: 18px;
    color: #616161;
    line-height: 1.6;
}
.page-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.page-btn-primary {
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 25px;
    padding: 10px 24px;
    color: #ffffff;
}
.page-btn-primary:hover {
    color: #ffffff;
    text-decoration: underline
}
.page-btn-outlined {
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 25px;
    padding: 10px 24px;
    color: #856147;
    border: 2px solid #856147;
}
.page-btn-outlined:hover {
    color: #856147;
    text-decoration: underline
}
/* Page Content 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;
    }
    .otbu-items {
        flex-wrap: wrap;
    }
    .otbu-items .otbu-item {
        width: 33.33%;
        justify-content: center;
    }
}
/* Footer End */
/* New Style Start */
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding: 40px 0px;
}
.loading:before {
    background: #fff6e9;
}
.course-datetime {
    border-color:#856147;
}
.course-tni img {
    border-color: #fbb500;
}
.course-tsb ul:before, .course-otsb ul:before {
    border-color:#fbb500;
}
.course-tsb ul li:before, .course-otsb ul li:before, .course-tsb ul:after, .course-otsb ul:after {
    background-color: #fbb500;
}
.bgc-light-cream, .pricing-plan-section.bgc-light-cream {
    background-color: #fff6e9;
}
.bgc-blue-dark {
    background-color: #303A4E;
}
.c-blue-dark {
    color: #303A4E;
}
.c-brown, .schedule-options-title, .schedule-options-des {
    color: #856147 !important;
}
.schedule-options-wrap {
    background-color: #ffffff;
}
.event-content-wrap .event-content-row {
    border-color: #856147 !important;
    background-color: #fff;
    margin: 10px;
    border-radius: 15px;
}
.event-content-box {
    padding: 15px 5px 15px 55px;
}
.event-content-wrap .want-combo-event-row {
    background-color: transparent;
}
.want-combo-event-row .event-content-box {
    margin-top: 15px;
    padding: 0px 0px 0px 0px;
}
.combo-event-date-row.event-content-row {
    margin-top: 10px;
    border-top: none;
    border-bottom: 1px solid;
}
.want-combo-event-row input {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.event-content-box p {
    margin-bottom: 0px;
}
.event-content-box #estatus {
    margin: 0;
}
.event-content-box #estatus #eoos {
    padding-top: 5px;
}
.event-content-box #estatus #eoos, .event-content-box #estatus #eoos span {
    color: #ff0000;
}
.tainer-top-wrap {
    background: transparent;
}
.tainer-top-wrap {
    border: 1px solid #856147;
    padding-top: 0px;
}
.schedule-event-date, .schedule-event-date:hover {
    border-color: #fbb500;
    color: #fbb500;
}
.schedule-event-date-dd li:hover {
    background-color: rgb(255 246 233 / 40%);
}
.course-ri-lst ul li:before {
    background-color: #fbb500;
}
.event-date-row h3 img {
    width: 40px;
}
.event-btn-row {
    padding-top: 5px;
}
.section-2 {
    padding: 30px 0px;
}
.benefit-item-wrap {
    gap: 20px;
}
.benefit-item {
    background-color: #FFFFFF20;
    border-radius: 15px;
    padding: 25px 15px;
    width: 100%;
}
.benefit-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
.upcoming-events-heading > span {
    color: #856147;
    border-left: 3px solid #ddb980;
}
.upcoming-events-heading > span > span {
    background-image: none;
    background: #F1C98B;
}
.bgc-wh {
    background-color: #ffffff;
}
.upcoming-events-section {
    padding: 30px 0px;
}
.upcoming-event-time-zone {
    background-color: #856147;
}
.upcoming-event-container {
    background-color: #fff6e9;
    box-shadow: none;
}
.upcoming-event-left-item .arrow::after {
    border-left-color: #ffffff;
}
.upcoming-event-left-btn {
    background-color: #856147;
}
.upcoming-event-right-item .card-body .content .month {
    color: #303A4E;
}
.upcoming-event-right-item .card-body .content .date {
    color: #fbb500;
}
.upcoming-event-right-item .card-body .content .days {
    color: #303A4E;
}
.upcoming-event-right-item .card-instructor a, .upcoming-event-right-item .card-instructor span {
    color: #303A4E;
}
.upcoming-event-right-item .card:hover .card-body .content {
    border-color: #303A4E;
}
.upcoming-event-right-item .card-body .solid-check-icon {
    color: #303A4E;
}
.upcoming-event-right-item .card-instructor {
    color: #303A4E;
    border-color: #303A4E;
}
.upcoming-event-right-item .card-body:hover .card-instructor {
    background: #303A4E;
    border-color: #303A4E;
}
.upcoming-events-items-pagination ul li {
    color: #856147;
}
.upcoming-events-items-pagination ul li:hover {
    color: #303A4E;
}
.bgc-by, .schedule-event-date-dd li.active, .upcoming-event-left-btn.active, .tarn-btn a, .course-rnb, .pp-bgc-bp, .pp-plan-btn a, .tarn-btn.bt-2, .ot-uel-btn .ot-uel-c, .getacall-popup .getacall-close, .btn-contactus, .trending-plan .sppbc-pbtn, .event-account-details .account-detail:last-child, input[type="button"], input[type="submit"], input[type="reset"], .btnAction, .go-back {
    background: #303A4E !important;
    background: -moz-linear-gradient(left, #856147 0%, #f1c98b 100%) !important;
    background: -webkit-linear-gradient(left, #856147 0%, #f1c98b 100%) !important;
    background: linear-gradient(to right, #856147 0%, #f1c98b 100%) !important;
}
.course-rnb:hover {
    color: #ffffff;
}
.pricing-plan-section {
    background: #fff6e9 !important;
    padding-top: 20px !important;
}
.pp-bgc-blue {
    background: #303a4e !important;
}
.pp-bgc-bp .pp-plan-tre {
    border-color: #b99368 !important;
}
.pp-co-lst-item-a .sppbc-pbtn {
    background: none !important;
}
.pp-plan-dp, .pp-plan-tag {
    color: #fbb500 !important;
}
.pp-plan-lst ul li:before {
    background-color: #fbb500 !important;
}
.pp-all-features-plus b, .pp-co-lst-item-a .sppbc-pbtn {
    color: #303A4E !important;
}
.trending-plan.sub-plan-popup-body-plan {
    border-color: #e7bf84 !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 8px 0 0 rgb(235 196 136 / 50%) !important;
    background-color: #e7bf840d !important;
}
.sppbc-tre, .tred-fli-bedge {
    color: #e7bf84 !important;
    border-color: #e7bf84 !important;
}
.trending-plan .sppbc-pnm {
    color: #e7bf84 !important;
}
.section-3 {
    padding-bottom: 50px;
}
.section-4 {
    padding: 50px 0px 40px 0px;
}
.wyg-items ul {
    padding: 0;
}
.wyg-items ul li {
    background-color: #FFFFFF20;
    border-radius: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}
.wyg-items ul li:before {
    background: #f1c98b;
    color: #876348;
    border-radius: 5px;
}
.wyg-items ul li:first-child {
    margin-top: 0px;
}
.wyg-items ul li:last-child {
    margin-bottom: 10px;
}
.wywl-title, .wywl-col ul li:before {
    background: #303b4fcc !important;
    background: -moz-linear-gradient(left, #303b4fcc 0%, #f1c98b 100%) !important;
    background: -webkit-linear-gradient(left, #303b4fcc 0%,#f1c98b 100%) !important;
    background: linear-gradient(to right, #303b4fcc 0%,#f1c98b 100%) !important;
}
.wywl-title:before {
    background: #303A4E !important;
}
.wywl-title:after {
    background: #303b4fcc !important;
}
.wywl-col:after {
    border-bottom-color: #303A4E !important;
}
.tarn-btn.bt-2 a {
    background: #ffffff !important;
}
.course-in {
    color: #F1C98B;
}
.ot-uel-item-box {
    border-radius: 15px !important;
    border-top: 1px solid #856147;
    border-top-width: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .07);
}
.ot-uel-price .special-price {
    color: #fbb500;
}
.ot-uel-img img {
    max-width: 100px;
}
.ot-uel-btn .ot-uel-d {
    color: #303a4e;
    border-color: #303a4e;
}
.ot-uel-btn .ot-uel-c {
    border: none;
}
.section-footer {
    background-color: #303a4e;
    border-top: 1px solid #4a5364;
}
.footer-content .footer-left {
    gap: 5px;
}
.footer-content p, .footer-content .menu a {
    color: #fff;
    font-size: 14px;
}
.getacall-title-section p {
    color: #303a4e;
}
.header-section .brand {
    padding: 5px 0px;
}
.header-section .brand img {
    width: calc(100% - 50px);
}
.popup-title, .reg-event-detail-wrap {
    border-bottom: 1.5px solid rgb(235 196 136 / 90%);
}
.popup-title:after, .reg-event-detail-wrap:after {
    background-color: #ebc488;
}
.ceo-fli-inner, .tred-fli-inner {
    border-color: #e7bf84 !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 8px 0 0 rgb(235 196 136 / 50%) !important;
}
.ceo-fli-inner:before, .tred-fli-inner:before {
    background: -webkit-linear-gradient(left, #ecc89200 0%, rgb(234 194 134) 100%) !important;
    background: linear-gradient(to right, #ecc89200 0%, rgb(234 194 134) 100%) !important;
}
.promo-btn, .promocode-label, .promocode-btn {
    color: #856147 !important;
}
.event-account-details {
    border: 1px solid #856147;
}
.event-account-details .account-detail {
    background-color: #ffffff;
}
.event-plan-name:before {
    border-left-color: #ffffff !important;
    border-right-color: #ffffff !important;
}
.event-plan-name:after {
    border-left-color: #ffffff !important;
    border-right-color: #ffffff !important;
}
.event-plan-name {
    background-color: #303a4e !important;
}
.event-account-details .account-detail.discount-item {
    color: #f0c88a !important;
}
.expiration-inner {
    background-color: rgb(231 191 132 / 10%) !important;
    border-left-color: #e7bf84 !important;
}
.seats-description, .price-description {
    color: #856147 !important;
}
@media (max-width: 767px) {
    .online-live {
        margin-bottom: 0px;
    }
}
@media (max-width: 599px) {
    .benefit-item-wrap {
        flex-wrap: wrap;
        gap: 15px;
    }
    .benefit-item {
        width: 45%;
    }
}
@media (max-width: 575px) {
    .course-tagline {
        justify-content: center;
    }
    ul.course-desc {
        align-items: center;
        text-align: center;
    }
    ul.course-desc {
        font-size: 18px;
        line-height: 22px;
    }
    .course-tni {
        flex-direction: column;
    }
}
@media (max-width: 424px) {
    .course-name {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .course-tagline {
        font-size: 30px;
        line-height: 40px;
    }
}
/* New Style End */