.soc-main {
    font-family: "Roboto", sans-serif;
}

.hero-image-soc .nav-link {
    --mdb-nav-link-font-size: 1.1rem;
    --mdb-nav-link-color: white;
    color: white;
}

.hero-image-soc .nav-link:hover {
    color: white;
}

.hero-image-soc .nav-link:focus {
    color: white;
}

.hero-image-soc .btn-outline-light {
    border-color: #FFFFFF3D;
}

.hero-image-soc .btn-outline-light:hover {
    border-color: #FFFFFF3D;
}

.nav-link.active {
    --mdb-navbar-active-color: white;
}

.btn-primary {
    --mdb-btn-bg: #0d6baa;
    --mdb-btn-box-shadow: 0 4px 9px -4px #0d6baa;
    --mdb-btn-hover-bg: #0d6baa;
    --mdb-btn-focus-bg: #0d6baa;
    --mdb-btn-active-bg: #0d6baa;
}

.btn-lg {
    min-width: auto !important;
}

.card-course {
    padding: 0;
}

.card-course:last-child {
    margin: 0;
}

#tile {
    position: relative;
    cursor: pointer;
}

#tile.tile-active {
    background: rgba(13, 107, 170, 0.1);
    border-radius: 5px;
}

#tile.tile-active::before {
    background-color: #0d6baa;
    opacity: 1;
}

.chip {
    width: fit-content;
}

.chip.chip-active {
    background: rgba(13, 107, 170, 0.1) !important;
}

.hero-image-soc .navbar {
    --mdb-navbar-box-shadow: none;
    --mdb-navbar-color: white;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    box-shadow: none !important;
    padding-top: 22px;
    padding-bottom: 22px;
}

.hero-img-container {
    padding-top: 160px;
    padding-bottom: 235px;
}

.hero-image-soc {
    position: relative;
    width: 100%;
    background-image: url('../img/soc/hero-banner.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grd-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.hero-bg-gradient {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.26) 22.04%, rgba(0, 0, 0, 0.8) 161.35%);
}

.not-sure-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.not-sure-hero-image {
    background-image: url('../img/soc/not-sure-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 148px;
    padding-bottom: 184px;
}


.hero-buttons {
    margin-top: 66px;
}

.medium-quote-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -55%);
    font-size: 20rem;
}

.medium-quote-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%, -10%);
    font-size: 20rem;
}

.stepper-head-icon {
    --mdb-stepper-head-icon-color: white;
    --mdb-stepper-head-icon-bg: gray;
    opacity: 0.2;
}

.stepper-head-text {
    opacity: 0.2;
}

.stepper-active .stepper-head-icon {
    --mdb-stepper-active-head-icon-color: white;
    --mdb-stepper-active-head-icon-bg: #0d6baa;
    opacity: 1;
}

.stepper-active .stepper-head-text {
    opacity: 1;
}

.stepper-completed .stepper-head-icon {
    --mdb-stepper-completed-head-icon-color: white;
    --mdb-stepper-completed-head-icon-bg: #0d6baa;
    opacity: 1;
}

.stepper-completed .stepper-head-text {
    opacity: 1;
    font-weight: 500;
}

.svg {
    width: 20px;
}

.tab:not(:last-of-type) {
    margin-right: 0.5rem;
}

.tab.active {
    border-left: 0 !important;
}

.border-investment {
    border: 1px solid #0D6BAA24;
}

.not-sure-container {
    position: relative;
    z-index: 10;
}

.filter-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-btn {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #0000003D;
    color: #000000DE;
    line-height: 20px;
}

.filter-btn.active {
    color: #0d6baa;
    border: 2px solid #0d6baa;
    font-weight: 500;
}

.course-card-wrapper {
    gap: 14px;
    margin-top: 48px;
}

.card-shadow:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .21) !important;
}

.card-btn {
    width: 100%;
}

.card-c-detaild {
    color: #000000DE;
}

.enrolment-card {
    padding: 14px 16px 24px;
    box-shadow: 0px 0px 2px 0px #0000001F;
    border-radius: 4px;
    border: 2px solid transparent;
}

.enrolment-card.active {
    border: 2px solid #0D6BAA;
    background-color: #0D6BAA0F;
}

.enrolment-c-detail {
    color: #00000099;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.grey-dot-s {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0px 8px;
    background-color: #D9D9D9;
}

.pointer {
    cursor: pointer;
}

.schedule {
    cursor: pointer;
    position: relative;
}

.schedule.active {
    background-color: #0D6BAA0A;
}

.schedule-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 8px;
    background-color: #0000001F;
}

.schedule.active .schedule-border {
    background-color: #0D6BAA;
}

.step-wrapper .stepper-head {
    line-height: unset;
}

.stepper-completed .stepper-head-icon {
    background-color: #0D6BAA;
    color: #fff;
}

.stepper-active .stepper-head-icon {
    background-color: #dfe7f6;
    color: #2c58a0;
}

.font-w-normal {
    font-weight: 400;
}

.btn-outline-primary {
    border: 1px solid #0000001F;
}

.font-w-medium {
    font-weight: 500;
}

.text-white-70 {
    color: #FFFFFFBD;
}

.investment-card {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #0000001F, 0px 2px 4px 0px #00000024;
    border-radius: 15px;
}

.text-black-80 {
    color: #000000DE;
}

.text-black-60 {
    color: #00000099;
}

.course-card-r {
    font-size: 18px;
    color: #0D6BAA;
}

.course-title {
    line-height: 32px;
    min-height: 64px;
}

.content-p-wr {
    min-height: 140px;
}

.daterangepicker {
    display: block !important;
}

.selected-course-card {
    border: 1px solid #0000001F;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: start;
    gap: 16px;
    width: fit-content;
}

.course-s-img {
    width: 73px;
    height: 56px;
    border-radius: 4px;
    background-color: #fff;
}

.cart-img {
    max-width: 274px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.text-28 {
    font-size: 28px;
}

.text-2xl {
    font-size: 24px;
}

.text-22 {
    font-size: 22px;
}

.text-lg {
    font-size: 18px;
}

.text-base {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.lh-36 {
    line-height: 36px;
}

.con-icon {
    margin-left: 11px;
    margin-top: 2px;
}

.course-f-wr {
    border-radius: 16px;
    padding: 24px;
    background-color: #0D6BAA14;
    box-shadow: 0px 0px 2px 0px #0000001F, 0px 2px 4px 0px #00000024;
}

.divider-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-text span {
    margin: 0 10px;
    color: #0D6BAA;
    font-weight: 300;
}

.divider-text hr {
    flex: 1;
    color: #0000001F;
}

.right-c {
    width: 54px;
}

.c-input {
    /* color: #0D6BAA; */
    font-size: 16px;
    padding: 14px 56px 14px 24px;
    background-color: #0D6BAA14;
    width: 100%;
    border-radius: 50px;
    border: none;
}

.c-input:focus {
    border: none;
    outline: none;
}

.c-input::placeholder {
    color: #0D6BAA;
}

.search-icon-wr {
    color: #0D6BAA;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.select-cs {
    background-color: #0D6BAA;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");

}

@media screen and (max-width: 992px) {
    .cart-img {
        height: 64px;
        width: 80px;
    }

    .text-lg-lg {
        font-size: 18px;
    }

    .text-lg-base {
        font-size: 16px;
    }

    .text-lg-sm {
        font-size: 14px;
    }

    .text-lg-xs {
        font-size: 12px;
    }

    #make-pay-button {
        margin-left: auto;
    }

    .br-sep {
        display: none;
    }
}

@media (max-width: 769px) {
    .tabs {
        width: 100%;
    }
}


@media screen and (min-width: 769px) {
    .tab {
        min-width: 30px;
        height: auto;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 1rem !important;
        border-left: 4px solid #fff;
        border-top: 0;
    }

    .tabs,
    .testimonial {
        height: 100%;
    }

    .tab:not(:last-of-type) {
        margin-right: 0;
    }

    .tab.active {
        width: calc(100% + 0.6rem) !important;
        margin-left: -0.6rem;
    }
}

@media screen and (max-width: 768px) {
    .tab.active {
        border-top: 0 !important;
        margin-top: -0.6rem;
        height: calc(66px + 0.6rem) !important;
    }

    .hero-buttons {
        display: grid;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        margin-top: 44px;
    }

    .hero-image {
        min-width: 420px;
        margin-top: -30px;
        margin-left: -50px;
        margin-right: -30px;
    }

    #email-text {
        display: none;
    }

    .fa-envelope {
        margin: 0 !important;
    }

    .not-sure-container {
        justify-content: space-between !important;
    }

    .stepper-head {
        display: flex;
        margin-bottom: 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mini-checkout {
        display: none !important;
    }

    .hero-image-soc {
        background-position: 70% 50%;
    }

    .medium-quote-left,
    .medium-quote-right {
        font-size: 15rem;
    }

    .not-sure-hero-image {
        background-position: 70% 50%;
    }

    .stepper-head-text {
        text-align: center;
        font-size: 0.8rem;
    }

    .course-card-wrapper {
        justify-content: center;
    }

    .stepper-head-text {
        margin-left: 2px;
        margin-right: 2px;
    }

    .hero-bg-gradient.grd-bg {
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 13.37%, rgba(0, 0, 0, 0.8) 121.52%);
    }

    .not-sure-bg.grd-bg {
        width: 100%;
        height: 50%;
        bottom: 0;
        top: auto;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 13.37%, rgba(0, 0, 0, 0.8) 121.52%);
    }

    .hero-m-txt {
        position: relative;
        top: 196px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .ns-text {
        position: relative;
        top: 160px;
    }

    .ns-cta {
        position: relative;
        bottom: -154px;
    }

    .inv-cards {
        height: 190px;
    }

    .con-icon {
        margin-top: 0;
        margin-left: -1px;
    }

    .con-btn {
        border-radius: 50px !important;
        width: 40px;
        height: 40px;
    }
    .right-c {
        width: 36px;
    }

    .filter-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        --mdb-gutter-x: 1rem;
    }
    .calendar table.month {
        min-width: 328px;
    }
}
